From 1d84a8e4422a742dddecf8074b8d01e49e706700 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 6 Sep 2023 09:11:59 -0400 Subject: [PATCH 01/13] style: correct heading underline (#298) --- docs/user/developers/integration-apis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/developers/integration-apis.rst b/docs/user/developers/integration-apis.rst index 6fb528fc7..884a97112 100644 --- a/docs/user/developers/integration-apis.rst +++ b/docs/user/developers/integration-apis.rst @@ -133,7 +133,7 @@ providers. - Documentation: https://nownodes.io/documentation Tokenview --------- +--------- .. image:: img/tokenview.png :width: 200px From 5f90235fbe8385fefa1e9a92acd1b3df8deab76a Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:12:11 +0530 Subject: [PATCH 02/13] docs: changed stats (#295) * changed stats * Update understanding.rst --- docs/user/masternodes/understanding.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/user/masternodes/understanding.rst b/docs/user/masternodes/understanding.rst index a0ff36653..75f404a2d 100644 --- a/docs/user/masternodes/understanding.rst +++ b/docs/user/masternodes/understanding.rst @@ -68,13 +68,13 @@ means that Dash can scale more efficiently and deploy services more quickly than a blockchain run entirely by unpaid volunteers. The more masternodes, the better and safer the Dash network. -As of November 2018, the Dash network has `over 5000 masternodes located -`_ in over `45 -countries `_ and +As of September 2023, the Dash network has `almost 3500 masternodes located +`_ in `19 +countries `_ and hosted on `over 140 ISPs `_. The block -reward is approximately 3.34 Dash, so the selected masternode receives -1.67 Dash per payment or approximately 6 Dash per month. The block +reward is approximately 2.310 Dash, so the selected masternode receives +1.344 Dash per payment or approximately 6 Dash per month. The block reward decreases by 7.14% approximately once per year, so the annual earnings for a masternode owner is approximately 7% of the collateral, and will decrease over time `as calculated here From c3e2f46a80b18c6628adee46ebf7dfee0d976d66 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:25:10 +0530 Subject: [PATCH 03/13] docs: reorganize HD wallet section (#297) * Update advanced.rst * Update advanced.rst --- docs/user/wallets/dashcore/advanced.rst | 57 ++++++++++++------------- 1 file changed, 27 insertions(+), 30 deletions(-) diff --git a/docs/user/wallets/dashcore/advanced.rst b/docs/user/wallets/dashcore/advanced.rst index 5caa2690a..29f958895 100644 --- a/docs/user/wallets/dashcore/advanced.rst +++ b/docs/user/wallets/dashcore/advanced.rst @@ -50,36 +50,6 @@ affecting the locked UTXOs. HD Wallets ========== -.. _dashcore-hd-default: - -Enable HD Wallet Creation -------------------------- - -Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical -deterministic (HD) key generation. We will use the Windows GUI wallet in this -example, but the commands are similar if using ``dash-qt`` or ``dashd`` on other -operating systems. Enter the following command to configure Dash Core to -generate HD wallets by default:: - - dash-qt.exe -usehd - -To make this configuration persist between restarts, add ``usehd=1`` to the -``dash.conf`` file. - - -View HD wallet information --------------------------- - -Open the console from **Window > Console** or issue the following RPC command -from ``dash-cli`` to view the mnemonic seed:: - - dumphdinfo - -Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic -formats. It will also display the mnemonic passphrase if one was used when -creating the wallet. - - .. _dashcore-hd-upgrade: Upgrade to HD @@ -105,6 +75,17 @@ or ``dash-cli``:: help upgradetohd +View HD wallet information +-------------------------- + +Open the console from **Window > Console** or issue the following RPC command +from ``dash-cli`` to view the mnemonic seed:: + + dumphdinfo + +Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic +formats. It will also display the mnemonic passphrase if one was used when +creating the wallet. .. _dashcore-hd-restore: @@ -128,6 +109,22 @@ is often also referred to as the "25th word" or "extension word". The wallet passphrase encrypts the wallet file itself, while the mnemonic passphrase is used to specify different derivation branches from the same mnemonic seed. +.. _dashcore-hd-default: + +Enable HD Wallet Creation By Default +------------------------------------ + +Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical +deterministic (HD) key generation. We will use the Windows GUI wallet in this +example, but the commands are similar if using ``dash-qt`` or ``dashd`` on other +operating systems. Enter the following command to configure Dash Core to +generate HD wallets by default:: + + dash-qt.exe -usehd + +To make this configuration persist between restarts, add ``usehd=1`` to the +``dash.conf`` file. + .. _dashcore-multisig: Multisignature From b13cff74999cd76aa3317bc7dcc0d246139c04b6 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:46:30 +0530 Subject: [PATCH 04/13] docs: add running on testnet subsection (#296) * Update advanced.rst * Update advanced.rst * Update docs/user/wallets/dashcore/advanced.rst Co-authored-by: thephez * Update docs/user/wallets/dashcore/advanced.rst Co-authored-by: thephez * Update docs/user/wallets/dashcore/advanced.rst Co-authored-by: thephez * Update docs/user/wallets/dashcore/advanced.rst Co-authored-by: thephez * Update advanced.rst added ".. _dashcore-testnet:" label. * Update docs/user/wallets/dashcore/advanced.rst Co-authored-by: thephez * Update docs/user/wallets/dashcore/advanced.rst Co-authored-by: thephez --------- Co-authored-by: thephez --- docs/user/wallets/dashcore/advanced.rst | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/user/wallets/dashcore/advanced.rst b/docs/user/wallets/dashcore/advanced.rst index 29f958895..46a555b96 100644 --- a/docs/user/wallets/dashcore/advanced.rst +++ b/docs/user/wallets/dashcore/advanced.rst @@ -45,6 +45,32 @@ affecting the locked UTXOs. Locking UTXOs in Dash Core wallet +.. _dashcore-testnet: + +Running Dash Testnet +==================== + +It is recommended to run Dash Core on testnet for your experimentations. +To start on testnet via the command line, do the following: + +For Linux:: + + ./dash-qt -testnet + +For Mac (run from Applications/Dash-Qt.app/Contents/MacOS):: + + Dash-Qt -testnet + +Note: You may need to allow an app from an unknown developer before running this. +Cmd+Click on the application and click **Open**. + +Now, open Mac Terminal and run:: + + cd /Applications/Dash-Qt.app/Contents/MacOS + ./Dash-Qt -testnet + +You may top up your testnet wallet by `accessing the faucet `_. + .. _dashcore-hd: HD Wallets From f955bf6c5befd127e6d47885e5f266cec99c4931 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 26 Sep 2023 09:15:21 -0400 Subject: [PATCH 05/13] docs: update platform links in sidebar (#300) * docs: update platform links in sidebar * docs: add intersphinx mapping for platform --- _templates/sidebar-main.html | 11 ++++++----- conf.py | 3 ++- docs/user/introduction/information.rst | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/_templates/sidebar-main.html b/_templates/sidebar-main.html index 5040578c6..b828219c5 100644 --- a/_templates/sidebar-main.html +++ b/_templates/sidebar-main.html @@ -84,16 +84,17 @@ diff --git a/conf.py b/conf.py index 6d3055dbc..40c4d962c 100644 --- a/conf.py +++ b/conf.py @@ -116,6 +116,7 @@ # -- intersphinx configuration ----------------------------------------------- intersphinx_mapping = { "core": ("https://docs.dash.org/projects/core/en/stable/", None), + "platform": ("https://docs.dash.org/projects/platform/en/stable/", None), } # We recommend adding the following config value. @@ -138,7 +139,7 @@ html_theme_options = { "external_links": [ {"name": "Core docs", "url": "https://docs.dash.org/projects/core/en/stable/docs/index.html"}, - {"name": "Platform docs", "url": "https://dashplatform.readme.io"}, + {"name": "Platform docs", "url": "https://docs.dash.org/projects/platform/en/stable/docs/index.html"}, {"name": "Dash.org", "url": "https://www.dash.org"}, {"name": "Forum", "url": "https://www.dash.org/forum"}, ], diff --git a/docs/user/introduction/information.rst b/docs/user/introduction/information.rst index 5ab614760..605f4537e 100644 --- a/docs/user/introduction/information.rst +++ b/docs/user/introduction/information.rst @@ -19,7 +19,7 @@ Official sites - **Website:** https://www.dash.org - **User documentation:** https://docs.dash.org - **Dash Core Documentation:** https://docs.dash.org/core -- **Dash Platform Documentation:** https://dashplatform.readme.io +- **Dash Platform Documentation:** https://docs.dash.org/platform - **GitHub:** https://github.com/dashpay - **GitHub (Evolution):** https://github.com/dashevo - **Roadmap:** https://www.dash.org/roadmap/ From 76f2cd7ad8036dd297d899de0c0534f73d67e793 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 26 Sep 2023 09:33:13 -0400 Subject: [PATCH 06/13] docs: update platform link on index (#301) --- index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.rst b/index.rst index 4b7329318..52b8620f9 100644 --- a/index.rst +++ b/index.rst @@ -56,13 +56,13 @@ learning about :ref:`safety ` or joining one of the many .. grid-item-card:: 🚀 Platform Docs :margin: 2 2 auto auto - :link-type: url - :link: https://dashplatform.readme.io + :link-type: ref + :link: platform:platform-index Start working with Dash Platform and discover how you can use its powerful capabilities to power your Web3 project. +++ - `Click to begin `__ + :ref:`Click to begin ` .. image:: img/businessplan.svg :class: no-scaled-link From 450cdfc615981622d413fcd70469b51946e22d58 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 27 Sep 2023 08:45:49 -0400 Subject: [PATCH 07/13] chore: transifex updates (#302) * chore: remove deleted file from transifex config and delete related po files * chore: add updated po files Based on running the transifex/pushtx.sh script --- .tx/config | 6 - .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 213 ++-- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1030 ++++++++-------- .../docs/user/masternodes/advanced.po | 67 -- .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 413 ++++--- .../docs/user/masternodes/understanding.po | 108 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 396 ++++--- .../docs/user/wallets/dashcore/advanced.po | 379 +++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 103 +- .../docs/user/wallets/third-party.po | 421 +++---- locale/ar/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 208 ++-- .../docs/user/developers/integration.po | 218 +++- .../docs/user/introduction/features.po | 40 +- .../docs/user/introduction/information.po | 1000 ++++++++-------- .../docs/user/masternodes/advanced.po | 69 -- .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 419 +++---- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 110 +- .../docs/user/wallets/third-party.po | 447 +++---- locale/de/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 177 +-- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 40 +- .../docs/user/introduction/information.po | 1000 ++++++++-------- .../docs/user/masternodes/advanced.po | 57 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 277 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 85 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/el/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 64 +- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 34 +- .../docs/user/introduction/information.po | 1000 ++++++++-------- .../docs/user/masternodes/advanced.po | 58 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 118 +- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 58 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/en/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 236 ++-- .../docs/user/developers/integration.po | 223 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1031 ++++++++-------- .../docs/user/masternodes/advanced.po | 68 -- .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 413 ++++--- .../docs/user/masternodes/understanding.po | 108 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 440 +++---- .../docs/user/wallets/dashcore/advanced.po | 383 +++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 116 +- .../docs/user/wallets/third-party.po | 426 +++---- locale/es/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 4 +- .../docs/user/developers/integration-apis.po | 246 ++-- .../docs/user/developers/integration.po | 228 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1044 +++++++++-------- .../docs/user/masternodes/advanced.po | 70 -- .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 403 ++++--- .../docs/user/masternodes/understanding.po | 81 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 440 +++---- .../docs/user/wallets/dashcore/advanced.po | 385 +++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 107 +- .../docs/user/wallets/third-party.po | 457 ++++---- locale/fr/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 284 +++-- .../docs/user/developers/integration.po | 229 +++- .../docs/user/introduction/features.po | 40 +- .../docs/user/introduction/information.po | 1000 ++++++++-------- .../docs/user/masternodes/advanced.po | 69 -- .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 278 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 86 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/it/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 177 +-- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 34 +- .../docs/user/introduction/information.po | 1000 ++++++++-------- .../docs/user/masternodes/advanced.po | 57 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 277 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 85 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/ja/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 177 +-- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 40 +- .../docs/user/introduction/information.po | 1000 ++++++++-------- .../docs/user/masternodes/advanced.po | 57 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 277 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 85 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/ko/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 181 +-- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1010 ++++++++-------- .../docs/user/masternodes/advanced.po | 57 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 413 ++++--- .../docs/user/masternodes/understanding.po | 108 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 281 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 89 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/pt/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 218 ++-- .../docs/user/developers/integration.po | 216 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1031 ++++++++-------- .../docs/user/masternodes/advanced.po | 69 -- .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 413 ++++--- .../docs/user/masternodes/understanding.po | 81 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 405 ++++--- .../docs/user/wallets/dashcore/advanced.po | 387 +++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 112 +- .../docs/user/wallets/third-party.po | 436 +++---- locale/ru/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 177 +-- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 34 +- .../docs/user/introduction/information.po | 1000 ++++++++-------- .../docs/user/masternodes/advanced.po | 57 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 277 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 85 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/tl/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 180 +-- .../docs/user/developers/integration.po | 211 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1035 ++++++++-------- .../docs/user/masternodes/advanced.po | 69 -- .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 413 ++++--- .../docs/user/masternodes/understanding.po | 81 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 280 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 89 +- .../docs/user/wallets/third-party.po | 405 +++---- locale/vi/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 187 +-- .../docs/user/developers/integration.po | 220 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1025 ++++++++-------- .../docs/user/masternodes/advanced.po | 61 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 413 ++++--- .../docs/user/masternodes/understanding.po | 108 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 290 ++--- .../docs/user/wallets/dashcore/advanced.po | 371 +++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 89 +- .../docs/user/wallets/third-party.po | 413 +++---- locale/zh_CN/LC_MESSAGES/index.po | 7 +- .../docs/user/developers/insight.po | 7 +- .../docs/user/developers/integration-apis.po | 180 +-- .../docs/user/developers/integration.po | 206 +++- .../docs/user/introduction/features.po | 42 +- .../docs/user/introduction/information.po | 1002 ++++++++-------- .../docs/user/masternodes/advanced.po | 57 - .../docs/user/masternodes/server-config.po | 38 +- .../docs/user/masternodes/setup-evonode.po | 814 ++++++++++--- .../docs/user/masternodes/setup-testnet.po | 411 ++++--- .../docs/user/masternodes/understanding.po | 111 +- .../docs/user/network/dashmate/index.po | 173 ++- .../wallets/android/advanced-functions.po | 280 +++-- .../docs/user/wallets/dashcore/advanced.po | 398 ++++--- .../wallets/dashcore/installation-linux.po | 54 +- .../wallets/dashcore/installation-macos.po | 46 +- .../wallets/dashcore/installation-windows.po | 70 +- .../user/wallets/ios/advanced-functions.po | 88 +- .../docs/user/wallets/third-party.po | 393 +++---- locale/zh_TW/LC_MESSAGES/index.po | 7 +- 286 files changed, 41236 insertions(+), 25636 deletions(-) delete mode 100644 locale/ar/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/de/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/el/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/en/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/es/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/fr/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/it/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/ja/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/ko/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/pt/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/ru/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/tl/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/vi/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/zh_CN/LC_MESSAGES/docs/user/masternodes/advanced.po delete mode 100644 locale/zh_TW/LC_MESSAGES/docs/user/masternodes/advanced.po diff --git a/.tx/config b/.tx/config index ebd10b09d..1ea0a2c36 100644 --- a/.tx/config +++ b/.tx/config @@ -152,12 +152,6 @@ source_lang = en type = PO minimum_perc = 0 -[o:dash:p:dash-docs:r:docs--user--masternodes--advanced] -file_filter = locale//LC_MESSAGES/docs/user/masternodes/advanced.po -source_file = locale/pot/docs/user/masternodes/advanced.pot -source_lang = en -type = PO - [o:dash:p:dash-docs:r:docs--user--masternodes--hosting] file_filter = locale///LC_MESSAGES/docs/user/masternodes/hosting.po source_file = locale/pot/docs/user/masternodes/hosting.pot diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/insight.po b/locale/ar/LC_MESSAGES/docs/user/developers/insight.po index 28ec93925..fc926e623 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: ar\n" @@ -81,7 +81,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -109,3 +109,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po index fb9444974..8d956bac4 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # Hasna Brania , 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Hasna Brania , 2023\n" +"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " +"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -37,11 +38,11 @@ msgstr "خدمات API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" -"توجد عدة خدمات API لتسهيل التكامل السريع والسهل مع شبكة داش للخدمات بما في " -"ذلك:" +"توجد عدة خدمات API لتسهيل التكامل السريع والسهل مع شبكة داش للخدمات بما " +"في ذلك:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -65,8 +66,8 @@ msgid "" "running your own infrastructure to support blockchain interactions. This " "includes mechanisms such as:" msgstr "" -"يتم استخدام خدمات API بشكل نموذجي للتخلص من متطلبات تشغيل البنية الأساسية " -"الخاصة بك لدعم تفاعلات بلوكشين. يتضمن ذلك آليات مثل:" +"يتم استخدام خدمات API بشكل نموذجي للتخلص من متطلبات تشغيل البنية الأساسية" +" الخاصة بك لدعم تفاعلات بلوكشين. يتضمن ذلك آليات مثل:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -82,15 +83,16 @@ msgstr "معالجة الدفع باستخدام WebHooks." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" -"هناك مجموعة متنوعة من الخيارات لدعم هذه الطرق ، مع الاختلاف الرئيسي في كون " -"نموذج التسعير مضمنًا وميزات مدعومة. تحاول القائمة التالية لمقدمي واجهة برمجة" -" التطبيقات تحديد هذه الميزات / الاختلافات الرئيسية كما تتضمن أيضًا رابطًا " -"للوثائق ذات الصلة." +"هناك مجموعة متنوعة من الخيارات لدعم هذه الطرق ، مع الاختلاف الرئيسي في " +"كون نموذج التسعير مضمنًا وميزات مدعومة. تحاول القائمة التالية لمقدمي " +"واجهة برمجة التطبيقات تحديد هذه الميزات / الاختلافات الرئيسية كما تتضمن " +"أيضًا رابطًا للوثائق ذات الصلة." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -102,10 +104,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -135,17 +137,18 @@ msgid "" "domain." msgstr "" "BlockCypher هو واجهة برمجة تطبيقات بسيطة ومعظمها RESTful JSON للتفاعل مع " -"بلوكشين ، يمكن الوصول إليها عبر HTTP أو HTTPS من نطاق api.blockcypher.com." +"بلوكشين ، يمكن الوصول إليها عبر HTTP أو HTTPS من نطاق " +"api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" "الميزات: بث المعاملات ، HD محفظة / توليد عناوين ، WebSocket و WebHook " -"Callbacks بالإضافة إلى إعادة توجيه الدفع. BlockCypher لا يتعامل مع مفاتيح " -"خاصة." +"Callbacks بالإضافة إلى إعادة توجيه الدفع. BlockCypher لا يتعامل مع مفاتيح" +" خاصة." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -167,9 +170,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -196,17 +199,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -227,8 +231,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -243,30 +248,61 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +#, fuzzy +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "نموذج التسعير: مجاني / مفتوح المصدر" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "CoinPayments" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " @@ -276,76 +312,79 @@ msgstr "" "Hikashop، Magento، OpenCart، OSCommerce، PrestaShop، Tomato Cart، " "WooCommerce، Ubercart، XCart، ZenCart" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" -msgstr "" -"نموذج التسعير: 0.5٪ رسوم المعالجة (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" +msgstr "نموذج التسعير: 0.5٪ رسوم المعالجة (https://www.coinpayments.net/help-fees)" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "الوتيقة:https://www.coinpayments.net/apidoc" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "مؤشرات السعر" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "الماسح الضوئي" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"في داش في الأندرويد ، انقر على **طلب عملات** ثم انقر على رمز QR لعرض صورة " -"أكبر. يمكنك قطة الشاشة هذه لحفظ الصورة." +"في داش في الأندرويد ، انقر على **طلب عملات** ثم انقر على رمز QR لعرض صورة" +" أكبر. يمكنك قطة الشاشة هذه لحفظ الصورة." -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -"في داش في الأبفون ، مرّر سريعًا إلى اليسار لعرض شاشة **استقبال داش**. سيظهر " -"رمز الاستجابة السريعة والعنوان. يمكنك قطة الشاشة هذه لحفظ الصورة." +"في داش في الأبفون ، مرّر سريعًا إلى اليسار لعرض شاشة **استقبال داش**. " +"سيظهر رمز الاستجابة السريعة والعنوان. يمكنك قطة الشاشة هذه لحفظ الصورة." -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" "لإنشاء رمز الاستجابة السريعة من أي عنوان داش ، تفضل بزيارة `هنا " "`_ وببساطة قم بلصق عنوان الشرطة خاصتك لإنشاء " "صورة." + diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/integration.po b/locale/ar/LC_MESSAGES/docs/user/developers/integration.po index 8b9c8e417..85085aeb9 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -128,21 +128,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -398,6 +402,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -412,6 +417,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -424,51 +430,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -476,18 +484,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "البث المعاملات للإرسال الفوري" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -497,34 +505,36 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "موارد إضافية" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " @@ -533,30 +543,166 @@ msgstr "" "توفر الموارد التالية معلومات إضافية حول الإرسال الفوري وتهدف إلى المساعدة" " على توفير فهم أكثر اكتمالاً للتكنولوجيات الأساسية." -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -676,3 +822,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/features.po b/locale/ar/LC_MESSAGES/docs/user/introduction/features.po index a97a7618f..2e749a5ff 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2023\n" "Language: ar\n" @@ -175,13 +175,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "ماسترنود" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -211,7 +212,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1073,8 +1074,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1105,8 +1107,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1571,3 +1573,23 @@ msgstr "**تورة إيفان ديفيلد**, أخبار داش, 28 يونيو 2 #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/information.po b/locale/ar/LC_MESSAGES/docs/user/introduction/information.po index 9282ef693..1c76af34f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/information.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -62,313 +62,259 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "**وتائق المستخدمين:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -msgstr "" +#, fuzzy +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" +msgstr "**وتائق المستخدمين:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**المؤسسة.** https://www.dashfoundation.io " - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub:** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution):** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIPs:** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "مواقع اجتماعية" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "http://thedashbrain.com" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "المنتديات" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "المحادتة" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "**Dash English Telegram:** https://t.me/dash_chat" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "**Dash Telegram News Bot:** https://telegram.me/dashnews" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "**QQ 达世币官方群 DASH.China:** 419967021" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "**Freenode IRC:** #dashpay" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "وسائل الاعلام الاجتماعية" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "**Reddit:** https://www.reddit.com/r/dashpay" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "**Twitter:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "**Steemit:** https://steemit.com/@dashpay" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "**YouTube:** https://www.youtube.com/c/DashOrg" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "**Soundcloud:** https://soundcloud.com/dashpay" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "**Minds:** https://www.minds.com/Dashpay" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "فايسبوك" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "**English (Official):** https://www.facebook.com/DashPay" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "**Brazil:** https://www.facebook.com/DashBrazil" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "**Denmark:** https://www.facebook.com/DashDenmark" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "**Germany:** https://www.facebook.com/dashgermany" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "**Greece:** https://www.facebook.com/DashGreece" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "**Poland:** https://www.facebook.com/Dash.Polska" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "**Russia:** https://www.facebook.com/Dash.Russia" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "**Vietnam:** https://www.facebook.com/dashvietnam" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "تويتر" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Dash Official Account:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#: ../../docs/user/introduction/information.rst:103 +#, fuzzy +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" -msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" @@ -376,63 +322,31 @@ msgstr "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "الأخبار" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "**Dash News En Español:** https://dashnewsespanol.com" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" @@ -440,55 +354,39 @@ msgstr "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "**Dash News Korea:** https://dashnewskorea.com" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "**Cointelegraph:** https://cointelegraph.com/tags/dash" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "**Dash News Germany:** https://dash-news.de" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "**Dash Vietnam:** https://dashvn.blogspot.com" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "**Dash France:** https://dashfrance.com/" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "**Dash News China (Wechat):** dashnews (or scan QR below)" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "المقالات" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "**Evan Duffield's blog:** https://medium.com/@eduffield222" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "**Dashdot:** https://dashdot.io/alpha/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "ويكابيديا" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" @@ -496,15 +394,15 @@ msgstr "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "غير نشط" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" @@ -512,147 +410,145 @@ msgstr "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "الأدوات" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "حظر المستكشفين والإحصاءات والتصورات" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "https://www.coinexplorer.net/dash" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashvotetracker.com" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "الأدوات الخزينة" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "إدارة ماسترنود" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" -msgstr "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" +msgstr "https://www.coinexplorer.net/dash" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "مشروع مجتمع داش" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "صفحات DarkNet" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**داش (مرآة الصفحة الرئيسية):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " @@ -662,57 +558,49 @@ msgstr "" "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "تطبيقات الهاتف" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "الأيفون" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "أندرويد" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -720,37 +608,23 @@ msgstr "" "**محفظة داش:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -758,19 +632,11 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -778,7 +644,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -786,15 +652,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "المصطلحات" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "51٪ هجوم" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -807,11 +673,11 @@ msgstr "" "يجعلها نظريًا السلطة على الشبكة. وهذا يعني أن كل عميل على الشبكة يعتقد أن" " كتلة المعاملة التي قام بها المهاجم تم تجميدها." -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "عنوان" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -825,11 +691,11 @@ msgstr "" "المفاتيح المستخدم من قبل حملة داش لتوقيع المعاملات رقمياً (انظر المفتاح " "العام)." -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "خوارزمية" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -841,11 +707,11 @@ msgstr "" "بذاتها للعمليات التي يتعين القيام بها. تقوم الخوارزميات بتنفيذ العمليات " "الحسابية ومعالجة البيانات و / أو مهام التفكير الآلي." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "Altcoin" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -854,11 +720,11 @@ msgstr "" "بما أن بيتكوين كانت أول عملة مشفرة ، ولها أكبر قيمة سوقية ، فإنها تعتبر " "المرجع. عملة altcoin ، أو عملة بديلة ، هي أي عملة أخرى غير البيتكوين." -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -870,11 +736,11 @@ msgstr "" "أن تكون آليات مكافحة غسل الأموال قانونية أو فنية في طبيعتها. كثيراً ما " "تطبق الجهات التنظيمية تقنيات مكافحة غسل الأموال على تبادلات داش." -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -885,7 +751,7 @@ msgstr "" "`_ هي " "مجموعة من الإجراءات والبروتوكولات والأدوات لبناء البرمجيات والتطبيقات." -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -900,11 +766,11 @@ msgstr "" "API الجيدة تطوير برنامج من خلال توفير كل وحدات البناء ، والتي يتم تجميعها" " بعد ذلك بواسطة المبرمج." -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -916,11 +782,11 @@ msgstr "" "معين ، بدلاً من استخدامها للأغراض العامة. على سبيل المثال ، رقاقة مصممة " "لتشغيل في مسجل صوت رقمي أو :ref:`عالية الكفاءة داش التعدين `" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -932,11 +798,11 @@ msgstr "" " أحيانًا 'BTMs' أو 'داش AVMS'. داش معتمد على عدة :ref:`ATMs `." -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "Backlog" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." @@ -944,11 +810,11 @@ msgstr "" "تشير عموماً الأعمال المتراكمة إلى تراكم وقت العمل ينتظر أن يتم أو يتم " "تنفيذ الطلبات." -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "إسترجاع" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -965,11 +831,11 @@ msgstr "" " النقود في محفظتك ، بحيث إذا فقدت ذلك ، يمكنك استعادة النقود من نسخة " "احتياطية." -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "بيتكوين 2.0" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " @@ -979,11 +845,11 @@ msgstr "" "كمشكلة للبيتكوين ولكنها مددت كودها إلى المستوى التالي من مشاريع بلوكشين " "(العقود الذكية ، التصويت اللامركزي ، ....)" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "بلوكشين" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -1002,11 +868,11 @@ msgstr "" "الفردية ونتائج أي برامج تنفيذية بلوكشين. تحتوي كل كتلة على طابع زمني " "ومعلومات تربطها بكتلة سابقة." -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "الكتل" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -1021,11 +887,11 @@ msgstr "" "إنشاء الكتل من قبل المستخدمين المعروفين باسم \"عمال التعدين\" الذين " "يستخدمون برامج أو معدات متخصصة تم تصميمها خصيصًا لإنشاء الكتل." -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -1035,11 +901,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "سحابة المحفظة" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -1056,11 +922,11 @@ msgstr "" "احتياطية من محفظتك عبر الإنترنت ، لأنه لا يمكنك الوصول إلى المفاتيح " "الخاصة. لا نوصي بتخزين كميات كبيرة من الأموال في محافظ الإنترنت." -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "صفقة Coinbase" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " @@ -1070,11 +936,11 @@ msgstr "" "واحدًا يمثل مكافأة المكافأة. يتم تقسيم هذا بين عامل التعدين و ماسترنود " "المحدد بشكل محدد" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "التخزين البارد" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -1085,11 +951,11 @@ msgstr "" "استخدام جهاز كمبيوتر سطح مكتب أو كمبيوتر محمول منفصل عن الإنترنت أو محفظة" " أجهزة مخصصة أو عصا USB أو :ref:`المحفظة الورقية `." -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "تأكيد المعاملة" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -1102,11 +968,16 @@ msgstr "" "بلوكشين. يمكن اعتبار المعاملة كاملة وغير قابلة للإلغاء. يزيد رقم التأكيد " "كلما تمت إضافة المزيد من الكتل إلى بلوكشين" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "رقم التأكيد" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +#, fuzzy +msgid "confirmations" +msgstr "صفر تأكيدات" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1123,11 +994,11 @@ msgstr "" " كتل ، وهكذا. يقلل احتمال حدوث معاملة (إنفاق مزدوج) أضعافاً مضاعفة مع كل " "كتلة وتأكيد لاحق. عادة ما تعتبر ست تأكيدات \"آمنة\" ولا رجعة فيها." -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "تأكيد المعاملات" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1139,11 +1010,11 @@ msgstr "" "رجعة فيها بعد بضع ثوان ، ولكن لا بد من كتابتها إلى بلوكشين (وبالتالي " "\"تأكيد\")." -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1166,11 +1037,11 @@ msgstr "" "تمييز هذه العناصر الأساسية للكمبيوتر من المكونات الخارجية مثل الذاكرة " "الرئيسية ودوائر I / O." -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "العملات الرقمية" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1181,11 +1052,11 @@ msgstr "" "عملة التشفير أو العملة المشفرة) هي وسيلة تبادل باستخدام التشفير لتأكيد " "المعاملات والتحكم في إنشاء وحدات جديدة." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "التشفير" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1208,11 +1079,11 @@ msgstr "" "الكمبيوتر والهندسة الكهربائية. تتضمن تطبيقات التشفير بطاقات ATM وكلمات " "مرور الكمبيوتر والتجارة الإلكترونية." -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1226,11 +1097,11 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1238,11 +1109,11 @@ msgstr "" "بروتوكول التطبيق اللامركزي. يصف هذا المصطلح تطبيقًا يعمل على النظام " "الأساسي داش." -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "مستخدمين DAP" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." @@ -1250,11 +1121,11 @@ msgstr "" "عميل HTTP الذي يتصل بـ DAPI ويمكِّن مستخدمي blockbox من داش من قراءة " "البيانات وكتابتها إلى فضاء DAP." -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "تركيبة DAP" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." @@ -1262,11 +1133,11 @@ msgstr "" "وثيقة مخطط داش دامت لتوسعة مخطط نظام داش لتحديد بيانات وقواعد الإجماع ضمن" " عقد DAP." -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "مساحة DAP" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." @@ -1274,11 +1145,11 @@ msgstr "" "جزء من حالة DAP يملكها مستخدم بلوكشين محدد. لا يمكن تغيير البيانات في " "فضاء DAP إلا من قبل المالك." -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "حالة DAP" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1286,11 +1157,11 @@ msgstr "" "المجموع الكلي للبيانات المخزنة في DAP. هذه البيانات تتكون من المستخدم " "مساحة DAP." -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1301,11 +1172,11 @@ msgstr "" "DAPI نفس وظائف واجهة برمجة التطبيقات ، ولكن مع وجود نصوص من ماسترنود تعمل" " كنقاط نهاية لاتصالات API." -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "موجة الجاذبية الداكنة" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1320,21 +1191,21 @@ msgstr "" "الطريقة ، يمكن أن تظل أوقات إصدار الثبات متناسقة على الرغم من التقلبات في" " hashpower. ومع ذلك فإنه لا يعاني من استغلال الوقت الاعوجاج." -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "دارك كوين" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "تم إطلاق داش أولاً كـ XCoin ومن ثم إعادة تسميته إلى دارك كوين وأخيراً داش" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "داش" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1346,11 +1217,11 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "داش درايف" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " @@ -1360,11 +1231,11 @@ msgstr "" "خارج البيانات المتعلقة تورة. داش درايغ تنفذ `IPFS `_, " "نوع من نظام تخزين الملفات الموزعة." -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "مستخدمين داش" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1378,11 +1249,11 @@ msgstr "" "عميل داش بشبكة داش ويصبح عقدة في الشبكة. تشترك العقدة وتروج معاملات جديدة" " مع بقية الشبكة ، مما يؤدي إلى إنشاء بنية تحتية لامركزية قوية." -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "محفظة داش كور" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1391,11 +1262,11 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "تورة داش" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " @@ -1405,21 +1276,21 @@ msgstr "" "بايبال ، بينما لا يزال غير مركزي. شاهد :ref:`التورة ` لمزيد من" " المعلومات." -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "مخطط داش" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "مواصفات لغة تعتمد على JSON لتعريف بيانات التوافق في التورة والتحقق منها." -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1434,11 +1305,11 @@ msgstr "" "الترددي بالهدف ، مما يمنعها من تقديم الخدمات للمستخدمين الشرعيين. في بعض " "الأحيان ، تعرضت ميزة تحويل داش." -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "اللامركزية" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1468,11 +1339,11 @@ msgstr "" " اللامركزي استخدام إمكانات هذه الأنظمة لتعظيم الكفاءة. ومع ذلك ، فمن " "الممكن الجدال فيما إذا كانت هذه الشبكات تزيد من الفعالية الكلية." -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "محفظة الحاسوب" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1485,11 +1356,11 @@ msgstr "" "يلي: :ref:`محفظة داش كور ` / :ref:`محفظة داش الكتروم " "` / :ref:`اجهزة المحافظ `" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "صعوبة" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1507,15 +1378,15 @@ msgstr "" "عمال المناجم شبكة ، فإن الصعوبة ستنخفض. أدى تزايد شعبية داش وتوافر عمال " "المناجم المتخصصين في ASIC إلى زيادة صعوبة مع مرور الوقت." -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "المحفظة الرقمية" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "انظر في هذا :ref:`الرابط ` لاجل جميعوتائق المحفظة." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1529,7 +1400,7 @@ msgstr "" "الوصول إلى داش مطلقًا. يمكن أن توجد محافظ رقمية في العديد من الأشكال " "المختلفة وعلى العديد من الأجهزة:" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1544,7 +1415,7 @@ msgstr "" "ملف المحفظة والمفاتيح الخاصة التي يحتوي عليها. قم بعمل نسخ احتياطية من " "ملفات المحفظة الخاصة بك للتأكد من أنك لا تفقد الوصول إلى أموالك." -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1562,7 +1433,7 @@ msgstr "" "أموالك. نظرًا للمشكلات الأمنية المتعلقة بالهواتف المحمولة ، يُنصح بعدم " "تخزين كميات كبيرة من الأموال على هذه المحافظ." -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1585,7 +1456,7 @@ msgstr "" "، لأنه لا يمكنك الوصول إلى المفاتيح الخاصة. نحن نحثك بشدة على عدم تخزين " "كميات كبيرة من داش في أي محفظة عبر الإنترنت أو تبادل للعملة المبتذلة." -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1604,7 +1475,7 @@ msgstr "" "مع الاحتفاظ بها محميةً بشكل آمن. يُنظر إلى هذا على نطاق واسع على أنه أكثر" " أشكال التخزين أمانًا في تطبيق داش." -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1627,11 +1498,11 @@ msgstr "" "الإنترنت ، والتي يمكن اختراقها. ملاحظة: لا تعد وحدات ذاكرة USB آمنة " "بالنسبة للتخزين طويل المدى (متعدد السنوات) نظرًا لانخفاضها بمرور الوقت." -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1643,11 +1514,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "توقيع إلكتروني" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1664,11 +1535,11 @@ msgstr "" " التوقيع رقميًا على الرسائل باستخدام مفتاحك الخاص ، لإثبات أنك مالك أحد " "عناوين داش على سبيل المثال." -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "محفظة الكتروم" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1676,11 +1547,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "تشفير" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1705,15 +1576,15 @@ msgstr "" " التشفير السابقة ، ولكن نظامًا حديثًا مصممًا جيدًا مثل AES-256 يعتبر " "\"غير قابل للكسر\" أساسًا." -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "خدمت الوسيط" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "`الوسيط `_ هو :" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1724,7 +1595,7 @@ msgstr "" "الرئيسية ويوزعها ، مع اعتماد على الشروط التي يتفق عليها الطرفان " "المتعاقدان ؛ أو" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " @@ -1733,7 +1604,7 @@ msgstr "" "حساب أنشأه الوسيط لحيازة الأموال نيابة عن مدير الوسيط أو أي شخص آخر حتى " "اكتمال الصفقة أو إنهائها ؛ أو" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1741,7 +1612,7 @@ msgstr "" "حساب ائتمان يحمل اسم المقترض لدفع التزامات مثل الضرائب على الممتلكات " "وأقساط التأمين." -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1759,11 +1630,11 @@ msgstr "" "اقتناع وكيل المستودع بأن الطرفين قد استوفيا شروط الاتفاقية ، فإنه سيحيل " "الأموال والمنتج (أو العملة) إلى الطرف المناسب." -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " @@ -1772,11 +1643,11 @@ msgstr "" "مؤسس وأول مطور لداش. مخترع X11 و الإرسال الفوري و الإرسال المخفي. قبل " "إنشاء داش ، كان Evan مستشارًا ماليًا وحاصل على ترخيص 65 حلقات." -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "التحويل" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1797,11 +1668,11 @@ msgstr "" "عقد عملة رقمية متقلبة تجنب هذا الخطر تماما من خلال وجود معالج الدفع تقوم " "بتبادل فوري في وقت كل معاملة." -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "المنبع" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1812,11 +1683,11 @@ msgstr "" " شكل microdash أو Duff ، وهو عبارة عن مائة من المليون داش ، للزائرين " "للمطالبة مقابل إكمال اختبار أو المهمة كما هو موضح من خلال الموقع." -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "بوابة فيات" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" @@ -1824,11 +1695,11 @@ msgstr "" "`مال فيات `_ تم تعريفها بشكل " "مختلف على النحو التالي:" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "أي أموال تعلنها الحكومة لتكون مناقصة قانونية" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." @@ -1836,19 +1707,19 @@ msgstr "" "الأموال التي تصدرها الدولة والتي لا يمكن تحويلها بموجب القانون إلى أي شيء" " آخر ، ولا يتم تحديد قيمتها من حيث أي معيار موضوعي." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "استخدام الأموال عديمة القيمة في الأساس كعملة بسبب قرار الحكومة." -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "تتضمن الأمثلة الدولار الأمريكي واليورو والين وما إلى ذلك." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1867,11 +1738,11 @@ msgstr "" "المتوسطين. في الآونة الأخيرة ، بدأت العديد من شركات التكنولوجيا الحيوية " "باستخدام تقنية بلوكشين ، وهي التقنية نفسها التي تدعم داش و بيتكوين." -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "Fork" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1888,7 +1759,7 @@ msgstr "" "وتصبح معروفة عالميًا على أنها صالحة. ومع ذلك ، يمكن أن تكون الشوكات خطيرة" " للغاية ويجب تجنبها إن أمكن." -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " @@ -1898,11 +1769,11 @@ msgstr "" "شوكة متعددة المراحل ( :ref:`رمية ` ) نظام لمزيد من المرونة " "والسلامة." -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "العقد الكاملة" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1915,27 +1786,27 @@ msgstr "" "`. تعمل العقد الكاملة على تعزيز اللامركزية من خلال السماح " "لأي مستخدم بمضاعفة التحقق من صلاحية بلوكشين." -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "ممكن إستبداله" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "كل وحدة من العملة تساوي نفس قيمة أي وحدة أخرى." -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "بلوك الذكي" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "أول كتلة في سلسلة كتلة." -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1967,11 +1838,11 @@ msgstr "" "المعالجة المركزية تموت. تستخدم بعض العملات الرقمية خوارزميات التعدين التي" " تعمل بكفاءة على GPUs." -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "اجهزة المحفظة" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1983,11 +1854,11 @@ msgstr "" "أبدًا للانترنت. لا تزال قادرًا على توقيع المعاملات كالمعتاد ، مما يجعلها " "آمنة ومريحة." -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "تجزئة" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -2000,11 +1871,11 @@ msgstr "" "المدخلات الأصلية بالنظر إلى الناتج. ثانياً ، سيؤدي تغيير الجزء الأصغر من " "المدخلات إلى إنتاج مخرجات مختلفة تماماً." -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "معدل التجزئة" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." @@ -2012,11 +1883,11 @@ msgstr "" "عدد التجزئات التي يمكن تنفيذها بواسطة عامل تعدين داش في فترة زمنية محددة " "(عادةً ما تكون ثانية)." -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "نظرة" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." @@ -2024,19 +1895,19 @@ msgstr "" "يستخدم خادم معلومات بلوكشين لتشغيل مستكشف المستكشفين والرد على استعلامات " "المعاملة." -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "الفوري x" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "انظر الإرسال الفوري" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "إرسال فوري " -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -2050,11 +1921,11 @@ msgstr "" "التي تستخدم الإرسال الفوري هي \"مقفلة\" ولا يمكن الرجوع عنها بعد ثوانٍ " "قليلة فقط." -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "سيولة" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -2067,11 +1938,11 @@ msgstr "" "للسيولة. نتيجة لسوق غير سائلة هي تقلبات الأسعار ، وعدم القدرة على تحديد " "قيمة الأصول بسهولة." -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -2083,11 +1954,11 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "ماسترنود" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" @@ -2097,17 +1968,17 @@ msgstr "" "تنفذ خدمات للشبكة ويتم دفع جزء من مكافأة الكتلة. يتطلب ماسترنود إثبات " "ملكية 1000 داش." -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "تعدين" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -2115,19 +1986,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "محفظة الهاتف" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "هذه هي محافظ متوفرة على الأجهزة المحمولة (الأندرويد + الأيفون)." -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "MultiSig" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -2146,11 +2017,11 @@ msgstr "" "الأخرى التي تمتلك مبالغ كبيرة من العملات الأجنبية ، لأنها تجعل السرقة " "أكثر صعوبة." -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "العقدة" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " @@ -2160,11 +2031,11 @@ msgstr "" " برامج قاموا بتنزيل بلوكشين بالكامل وعرضه على عملاء آخرين على شبكة نظير " "إلى نظير في داش." -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -2178,11 +2049,11 @@ msgstr "" " كبيرة من الكودات المخفية ، ويخشى أن يؤدي أمر شراء أو بيع كبير إلى تحريك " "السعر (يسمى \"الانزلاق\")." -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -2193,11 +2064,11 @@ msgstr "" " شديدة الترابط. نظام بديل لترتيب \"المحور والتحدث\" ، حيث يتعامل جميع " "المشاركين في المعاملة مع بعضهم البعض من خلال نقطة وساطة واحدة" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "المحفظة الورقية" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2207,11 +2078,11 @@ msgstr "" " على الورق للسلامة. إذا تم تأمينها وتخزينها بشكل صحيح ، فإنها تعتبر " "الطريقة الأكثر أمانًا لتخزين العملات الرقمية." -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "الإجمالية" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -2225,11 +2096,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "المفتاح الخاص" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -2246,22 +2117,22 @@ msgstr "" " هو \"التذكرة\" التي تسمح لشخص ما بقضاء داش ، من المهم أن تبقى هذه آمنة " "وسرية" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "الإرسال المخفي" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "دليل الخدمة - PoSe" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -2274,11 +2145,11 @@ msgstr "" "لرئيس البلدية بالدخول والانتقال عبر القائمة العامة وفي النهاية إلى مجموعة" " الاختيار لاستلام الدفعات." -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "دليل على حصة - PoS" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -2300,11 +2171,11 @@ msgstr "" "استهلاك الكهرباء ، في حالة حدوث هجوم ، يكون من المفيد حقًا إثبات عقد " "الاستحقاق \"التصويت\" لقبول كل من السلسلة الشرعية وسلسلة المهاجمين" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "دليل على العمل - PoW" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -2319,11 +2190,11 @@ msgstr "" "توافقية من نوع ما ، يمكن لأي عقدة أن تضيف كتلًا إلى السلسلة ولن توافق عقد" " الشبكة أبدًا على السلسلة التي كانت صالحة." -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "المفتاح العام" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -2335,11 +2206,11 @@ msgstr "" "مفتاح خاص لتوقيع الرسائل ، يتم استخدام المفتاح العام للتحقق من صحة " "التوقيع" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "ضخ و تفريغ" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -2356,11 +2227,11 @@ msgstr "" " انهيار القيمة. هذا أمر شائع خاصة في الأسواق ذات السيولة المنخفضة ، مثل " "بعض altcoins." -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." @@ -2368,11 +2239,11 @@ msgstr "" "مجموعة من ماسترنود توقيع أو التصويت على بعض الإجراءات ، مع تشكيل المجموعة" " التي تحددها بعض خوارزمية تحديد القيمة" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "الماسح الضوئي" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2384,11 +2255,11 @@ msgstr "" "الكاميرات ، بما في ذلك تلك الموجودة في الهواتف المحمولة ، وكثيراً ما " "تستخدم لترميز عناوين داش." -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "ساتوشي ناكامو" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " @@ -2398,11 +2269,11 @@ msgstr "" "الاسم الذي يستخدمه الشخص أو الأشخاص الذين صمموا بيتكوين وأنشأوا تطبيقه " "المرجعي الأصلي." -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2411,11 +2282,11 @@ msgstr "" "مجموعة تطوير البرمجيات. مجموعة من الأدوات والشفرات والوثائق المستخدمة من " "قبل المطورين لإنشاء تطبيقات تستهدف نظامًا معينًا للأجهزة أو البرامج." -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2425,11 +2296,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "عرض الدولة" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" @@ -2439,11 +2310,11 @@ msgstr "" "بالكامل من حالات الانتقال إلى الحالة. تستخدم في تطور لتحديد ما ينبغي عرضه" " في محفظة اجتماعية معينة ، على سبيل المثال." -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2472,11 +2343,11 @@ msgstr "" "تنشيط التعليمة البرمجية بنفس الطريقة ، دون الحاجة إلى التراجع عن تحديث " "الشبكة أو تحديث العميل." -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "عملات ملوثة" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." @@ -2484,19 +2355,19 @@ msgstr "" "Taint عبارة عن مقياس للعلاقة بين عنوانين (محفظة). من المهم فقط إذا كان " "المستخدم يحاول أن يبقى مجهولاً." -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "تجريب داش في :ref:`testnet `." -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "إختبار الأنترنيت" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2508,11 +2379,11 @@ msgstr "" "والاختبار ، ومستخدمي الاختبار جميع محاكاة نظرائهم mainnet في بيئة آمنة " "حيث الأخطاء أو الشوك ليست ضارة." -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." @@ -2520,11 +2391,11 @@ msgstr "" "بروتوكول توجيه مجهول يستخدمه الأشخاص الذين يريدون إخفاء هويتهم عبر " "الإنترنت." -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "المعاملة" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2541,11 +2412,11 @@ msgstr "" "`_, ويمكن " "استخدامها لإدارة مستخدمي بلوكشين ، على سبيل المثال." -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "كتلة المعاملة" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." @@ -2553,11 +2424,11 @@ msgstr "" "مجموعة من المعاملات على شبكة داش ، تجمع في كتلة يمكن تجزئتها ثم إضافتها " "إلى بلوكشين." -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "رسوم المعاملة" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " @@ -2567,11 +2438,11 @@ msgstr "" " منح رسوم المعاملة إلى عامل التعدين الذي يقوم بنجاح بتجميع الكتلة " "المحتوية على المعاملة ذات الصلة." -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "معاملة غيى مأكدة" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2581,19 +2452,19 @@ msgstr "" "الاحتفاظ بها عبر الإرسال الفوري \"غير مؤكدة على بلوكشين\". يمكن عكس " "المعاملات غير المؤكدة ولا ينبغي اعتبارها \"نهائية\"." -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "عنوان الغرور" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "عنوان داش مع نمط مرغوب فيه ، مثل الاسم." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "عذراء داش" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" @@ -2601,21 +2472,21 @@ msgstr "" "تلقى داش كمكافأة للتعدين كتلة أو تشغيل ماسترنود. هذه لم تنفق حتى الآن في " "أي مكان وهي \"عذراء\"." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "التقلب" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "قياس تحركات الأسعار بمرور الوقت لأصول مالية متداولة (بما في ذلك داش)." -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "محفظة" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " @@ -2625,11 +2496,11 @@ msgstr "" "المرتبطة بعناوين داش. و بلوكشين هو سجل لأرصدة داش (والمعاملات) المرتبطة " "بهذه العناوين." -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "معلومات عن العملة " -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2642,11 +2513,11 @@ msgstr "" "الإصدار حول هذه المسألة. الغرض منه هو مساعدة القراء على فهم مشكلة أو حل " "مشكلة أو اتخاذ قرار." -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." @@ -2654,11 +2525,11 @@ msgstr "" ":ref:`X11 ` هو خوارزمية التجزئة التي تم إنشاؤها " "بواسطة المطور داش كور ايفان دوفيلد." -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "صفر تأكيدات" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." @@ -2666,11 +2537,11 @@ msgstr "" "هذه صفقة دون أي تأكيدات من بلوكشين. يمكن عكسها من الناحية الفنية (ما لم " "يتم استخدام الإرسال الفوري)." -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2681,11 +2552,11 @@ msgstr "" "vin هي قائمة المدخلات إلى المعاملة ، و vout هي قائمة المخرجات. يتطلب " "ماسترنود 1000 داش فين (بالضبط هذا المبلغ) من أجل العمل." -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2697,3 +2568,136 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**المؤسسة.** https://www.dashfoundation.io " + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "**Dash News En Español:** https://dashnewsespanol.com" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "**Dash News Germany:** https://dash-news.de" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "**Dash Vietnam:** https://dashvn.blogspot.com" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "**Dash France:** https://dashfrance.com/" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "https://www.cryptonator.com/widget" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" + diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 708ad60ef..000000000 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,67 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Hasna Brania , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "تثبيت داش باستخدام مدير الحزمة" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" -"داش، العملات الرقمية، فيدورا، يوبينتو، ربم، أبت، كيت، ماسترنود، تتبيت ، " -"بيرني" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "الموضوعات المتقدمة" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "تثبيت داش على فيدورا لينكس" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" -"مطوّرين داش t0dd طرودًا وكتب دليلًا ممتازًا حول تثبيت وتشغيل داش على شكل " -"عقدة أو ماسترنود أو على testnet." - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "تثبيت داش على أوبونتو لينكس" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" -"يتم تطوير ثنائيات داش للتوزيع من خلال نظام مستودع أوبنتو لينكس. تحقق مرة " -"أخرى هنا للحصول على التفاصيل بمجرد إجراء إعلان الإفراج." diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po index 336433050..58b1573c5 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ar\n" @@ -240,7 +240,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -258,53 +258,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -313,19 +313,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 67d549427..b70c8dc69 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ar\n" @@ -31,7 +31,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -47,7 +47,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -116,11 +116,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -130,14 +137,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -184,73 +299,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -258,7 +370,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -269,7 +385,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -277,29 +393,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -307,64 +423,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -374,51 +498,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -426,18 +738,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -445,57 +757,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -504,7 +809,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -513,18 +818,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -534,69 +839,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -604,7 +890,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -612,28 +902,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -641,94 +943,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -736,28 +1038,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -768,16 +1070,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -786,23 +1088,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -811,16 +1113,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 282997e85..e84f676d9 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -343,29 +343,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -373,94 +377,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -470,11 +474,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -486,50 +490,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -538,7 +542,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -548,18 +552,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -571,24 +575,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -596,7 +600,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -604,28 +608,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -633,14 +637,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -649,65 +653,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -715,28 +719,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -747,16 +751,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -765,23 +769,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "أين:" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -791,15 +795,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -807,231 +811,274 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "Tor" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "داش كور" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "الحماية" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "عند اكتمال المزامنة ، سترى الاستجابة التالية:" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" -msgstr "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" +msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." @@ -1039,11 +1086,11 @@ msgstr "" "في هذه المرحلة ، يمكنك الخروج من الخادم بأمان عن طريق كتابة ``exit`` . " "تهانينا! الخاص بك ماسترنود قيد التشغيل الآن." -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1052,7 +1099,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1063,25 +1110,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1487,3 +1534,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po index 031e74643..c5f89b897 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -131,12 +131,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -149,13 +149,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -165,7 +165,7 @@ msgid "Masternode" msgstr "ماسترنود مقابل التعدين" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -185,7 +185,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -473,24 +473,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 #, fuzzy -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "منطق الدفع" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -782,3 +782,75 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po index ddb7078fd..6d74b13b7 100644 --- a/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ar\n" @@ -25,7 +25,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -41,7 +41,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -98,68 +98,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -167,39 +169,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -207,79 +209,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -287,80 +296,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 4d7cdd571..e82ff89b7 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Hasna Brania , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" +"Language: ar\n" "Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " +"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -"قم بإعداد دفتر العناوين وأسعار الصرف وحافظ الأوراق النقدية وتغيير الإعدادات " -"في محفظة داش في الأندرويد" +"قم بإعداد دفتر العناوين وأسعار الصرف وحافظ الأوراق النقدية وتغيير " +"الإعدادات في محفظة داش في الأندرويد" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" -msgstr "" -"داش ، الهاتف ، المحفظة ، الأندرويد ، دفتر العناوين، ورقة ، أسعار الصرف" +msgstr "داش ، الهاتف ، المحفظة ، الأندرويد ، دفتر العناوين، ورقة ، أسعار الصرف" #: ../../docs/user/wallets/android/advanced-functions.rst:8 msgid "Advanced functions" @@ -44,25 +44,26 @@ msgstr "دفتر العناوين" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" -"تتيح لك محفظة الأندرويد إدارة العناوين المستخدمة بكثرة عن طريق إضافة تصنيف " -"لمساعدتك في تحديد المالك. يمكنك أيضًا تصنيف العناوين الخاصة بك في المحفظة من" -" أجل متابعة المدفوعات الواردة العادية. يمكنك الوصول إلى دفتر العناوين عن " -"طريق النقر فوق **زر القائمة** ، ثم **دفتر العناوين**. سيعرض هذا شاشة يمكنك " -"من خلالها التمرير إلى اليسار واليمين بين العناوين الخاصة بك والعناوين التي " -"ترسل إليها داش بشكل متكرر ، مثل أفراد العائلة على سبيل المثال. انقر فوق الزر" -" **مزيد من الخيارات** إلى **لصق من الحافظة** أو **عنوان المسح الضوئي** من " -"رمز الاستجابة السريعة ، أو انقر فوق عنوان موجود إلى **إرسال داش** أو " -"**تعديل** الملصق ." +"تتيح لك محفظة الأندرويد إدارة العناوين المستخدمة بكثرة عن طريق إضافة " +"تصنيف لمساعدتك في تحديد المالك. يمكنك أيضًا تصنيف العناوين الخاصة بك في " +"المحفظة من أجل متابعة المدفوعات الواردة العادية. يمكنك الوصول إلى دفتر " +"العناوين عن طريق النقر فوق **زر القائمة** ، ثم **دفتر العناوين**. سيعرض " +"هذا شاشة يمكنك من خلالها التمرير إلى اليسار واليمين بين العناوين الخاصة " +"بك والعناوين التي ترسل إليها داش بشكل متكرر ، مثل أفراد العائلة على سبيل " +"المثال. انقر فوق الزر **مزيد من الخيارات** إلى **لصق من الحافظة** أو " +"**عنوان المسح الضوئي** من رمز الاستجابة السريعة ، أو انقر فوق عنوان موجود" +" إلى **إرسال داش** أو **تعديل** الملصق ." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -70,16 +71,16 @@ msgstr "*الوصول إلى دفتر العناوين وإضافة عنوان*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" "يمكنك أيضًا إضافة تصنيفات مباشرة من شاشة سجل المعاملات الرئيسية من خلال " "النقر على زر **مزيد من الخيارات** للمعاملة (ثلاث نقاط رأسية) وتحديد إما " -"**إضافة تصنيف إلى عنوانك** ، **تعديل عنوان لعنوانك** ، **إضافة عنوان إرسال**" -" أو **تعديل عنوان إرسال البريد**." +"**إضافة تصنيف إلى عنوانك** ، **تعديل عنوان لعنوانك** ، **إضافة عنوان " +"إرسال** أو **تعديل عنوان إرسال البريد**." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" @@ -91,303 +92,326 @@ msgstr "معدل التحويل" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" "تسمح لك محفظة داش في الأندرويد ان بعرض القيمة المكافئة لرصيد داش وفي " -"المعاملات عن طريق تحديد عملة fiat افتراضية. لتحديد عملة افتراضية ، انقر فوق " -"زر القائمة ، ثم **أسعار الصرف**. ابحث عن العملة الورقية المفضلة لديك ، ثم " -"اضغط على زر **المزيد من الخيارات** لهذه العملة وحدد **تعيين كافتراضي**. " -"سيظهر سعر الصرف لهذه العملة عند إرسال داش ، ويمكنك أيضًا النقر في حقل العملة" -" fiat لإدخال القيمة بالعملة الورقية مباشرةً ، بدلاً من إدخالها في داش." +"المعاملات عن طريق تحديد عملة fiat افتراضية. لتحديد عملة افتراضية ، انقر " +"فوق زر القائمة ، ثم **أسعار الصرف**. ابحث عن العملة الورقية المفضلة لديك " +"، ثم اضغط على زر **المزيد من الخيارات** لهذه العملة وحدد **تعيين " +"كافتراضي**. سيظهر سعر الصرف لهذه العملة عند إرسال داش ، ويمكنك أيضًا " +"النقر في حقل العملة fiat لإدخال القيمة بالعملة الورقية مباشرةً ، بدلاً من" +" إدخالها في داش." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" msgstr "*اختيار سعر صرف العملة وإجراء معاملة بالدولار الأمريكي*" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "إحتياج المحفظة الورقية" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -"تجتاح المحفظة الورقية هي طريقة لنقل القيمة المخزنة على عنوان قد تكون تلقيته " -"كمحفظة ورقية أو من ماكينة الصراف الآلي إلى محفظتك الخاصة. يجب أن يكون لديك " -"حق الوصول إلى المفتاح الخاص لعنوان لاستخدام هذه الوظيفة. في هذه العملية ، " -"سيتم إرسال كل داش المخزن على العنوان إلى عنوان جديد تم إنشاؤه بشكل حاسم من " -"بذرة المحفظة الخاصة بك. لا تصبح المفاتيح الخاصة التي تمسحها جزءًا من محفظتك." +"تجتاح المحفظة الورقية هي طريقة لنقل القيمة المخزنة على عنوان قد تكون " +"تلقيته كمحفظة ورقية أو من ماكينة الصراف الآلي إلى محفظتك الخاصة. يجب أن " +"يكون لديك حق الوصول إلى المفتاح الخاص لعنوان لاستخدام هذه الوظيفة. في هذه" +" العملية ، سيتم إرسال كل داش المخزن على العنوان إلى عنوان جديد تم إنشاؤه " +"بشكل حاسم من بذرة المحفظة الخاصة بك. لا تصبح المفاتيح الخاصة التي تمسحها " +"جزءًا من محفظتك." -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -"لاكتساح محفظة ورق ، انقر فوق زر القائمة وحدد **مسح محفظة الورق**. اضغط على " -"زر **المسح الضوئي** ومسح رمز الاستجابة السريعة من محفظتك الورقية. بمجرد " -"التعرف على المفتاح الخاص ، انقر فوق **إحتياج** لإنشاء المعاملة لتحريك داش " -"إلى المحفظة الخاصة بك. وبمجرد تأكيد هذه المعاملة ، فإن الورق لا قيمة له ويجب" -" تدميره." +"لاكتساح محفظة ورق ، انقر فوق زر القائمة وحدد **مسح محفظة الورق**. اضغط " +"على زر **المسح الضوئي** ومسح رمز الاستجابة السريعة من محفظتك الورقية. " +"بمجرد التعرف على المفتاح الخاص ، انقر فوق **إحتياج** لإنشاء المعاملة " +"لتحريك داش إلى المحفظة الخاصة بك. وبمجرد تأكيد هذه المعاملة ، فإن الورق " +"لا قيمة له ويجب تدميره." -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "*تجتاح محفظة ورقية مع 0.10 داس في محفظة الأندرويد*" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "مراقبة الشبكة" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -"محفظة داش في الأندرويد هي محفظة خفيفة ووظائف في وضع SPV ، مما يعني أنها لا " -"تقوم بتنزيل نسخة كاملة من بلوكشين. تسمح لك مراقبة الشبكة بعرض تفاصيل حول " -"العقد الكاملة التي تتصل بها. يمكنك أيضًا التمرير سريعًا لليسار لعرض الكتل " -"عند إنشائها على البلوكشين" +"محفظة داش في الأندرويد هي محفظة خفيفة ووظائف في وضع SPV ، مما يعني أنها " +"لا تقوم بتنزيل نسخة كاملة من بلوكشين. تسمح لك مراقبة الشبكة بعرض تفاصيل " +"حول العقد الكاملة التي تتصل بها. يمكنك أيضًا التمرير سريعًا لليسار لعرض " +"الكتل عند إنشائها على البلوكشين" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "*عرض الأقران والكتل لرصد نشاط الشبكة*" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "الإعدادات" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "*قائمة الإعدادات في محفظة داش الأندرويد*" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" "تحتوي قائمة الإعدادات على مجموعة من الخيارات للتحكم في سلوك محفظة داش " "الأندرويد. للوصول إلى الإعدادات ، اضغط على **زر القائمة** ، ثم " -"**الإعدادات**. يمكنك بعد ذلك الاختيار بين إعدادات و **التشخيص** و **عن** ، " -"والتي تعرض إصدار المحفظة وحقوق النشر والرخصة ومعلومات شفرة المصدر." +"**الإعدادات**. يمكنك بعد ذلك الاختيار بين إعدادات و **التشخيص** و **عن**" +" ، والتي تعرض إصدار المحفظة وحقوق النشر والرخصة ومعلومات شفرة المصدر." -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "المذهب والدقة" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"حدد عدد المنازل العشرية التي تريد إظهارها لفئات داش أو قم بالتبديل إلى فئات " -"mDASH أو µDASH" +"حدد عدد المنازل العشرية التي تريد إظهارها لفئات داش أو قم بالتبديل إلى " +"فئات mDASH أو µDASH" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "إسمنا" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -"أدخل اسمًا قصيرًا لإدراجه في رموز QR عند عرضه على المستخدمين الآخرين لإجراء " -"المسح الضوئي. سيظهر الاسم القصير كتصنيف في محفظتهم للتحقق من المستلم وتبسيط " -"إدارة العناوين." +"أدخل اسمًا قصيرًا لإدراجه في رموز QR عند عرضه على المستخدمين الآخرين " +"لإجراء المسح الضوئي. سيظهر الاسم القصير كتصنيف في محفظتهم للتحقق من " +"المستلم وتبسيط إدارة العناوين." -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "قم بإغلاق مربع حوار العملات بإغلاق تلقائي" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "حدد ما إذا كنت تريد إغلاق مربع الحوار إرسال بمجرد اكتمال الدفع." -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "مؤشر الاتصال" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" "لتمكين عرض مؤشر في منطقة إشعار الأندرويد حتى تتمكن من التحقق من الاتصال " "بسرعة." -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "نظير موثوق" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "أدخل عنوان IP أو اسم المضيف لنظير واحد للاتصال به." -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "تخطي الاكتشاف الأقران العادية" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -"يؤدي تمكين هذا الخيار إلى منع اكتشاف النظير التلقائي وفرض الاتصال بالنظير " -"الموثوق الوحيد المحدد فقط." +"يؤدي تمكين هذا الخيار إلى منع اكتشاف النظير التلقائي وفرض الاتصال بالنظير" +" الموثوق الوحيد المحدد فقط." -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "مستكشف الكتلة" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"يسمح لك بتحديد مستكشف الكتل الذي تريد استخدامه للوظائف التي تربط إلى مستكشف " -"كتلة." +"يسمح لك بتحديد مستكشف الكتل الذي تريد استخدامه للوظائف التي تربط إلى " +"مستكشف كتلة." -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "استخدام البيانات" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -"الروابط إلى وظيفة الأندرويد **إستخدام البيانات** لعرض و / أو تقييد استخدام " -"البيانات للتطبيق." +"الروابط إلى وظيفة الأندرويد **إستخدام البيانات** لعرض و / أو تقييد " +"استخدام البيانات للتطبيق." -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "تذكير الرصيد" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -"لتمكين إشعار نظام الأندرويد لتذكيرك بأي شرطة غير منفقة إذا لم تفتح التطبيق " -"في ذلك الوقت." +"لتمكين إشعار نظام الأندرويد لتذكيرك بأي شرطة غير منفقة إذا لم تفتح " +"التطبيق في ذلك الوقت." -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "الإرسال الفوري متاح" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "لتمكين وظيفة لاستخدام الإرسال الفوري لإرسال واستقبال داش" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "الوضع العادي متاح" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "يعمل تمكين الوضع البسيط على تقليل استخدام النطاق الترددي." -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "عرض إخلاء المسؤولية" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "تمكن أو تعطيل مختلف إخلاء المسئولية ورسائل التحذير في التطبيق." -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "BIP70 للمسح الضوئي" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" "`BIP70 payment protocol " -"`_ متاح و " -"لإضافة المزيد من ميزات التحقق والأمان عند مسح رموز QR." +"`_ متاح و" +" لإضافة المزيد من ميزات التحقق والأمان عند مسح رموز QR." -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "أنظر فوق لرؤية إسم المحفظة" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" "`DNSSEC `_ متاح و محاولة تحديد اسم محفظة عند إنشاء المعاملات." +"em_Security_Extensions>`_ متاح و محاولة تحديد اسم محفظة عند إنشاء " +"المعاملات." -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "التشخيص" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "إبلاغ عن مشكل" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" "يسمح لك بجمع مجموعة من المعلومات المتعلقة بمحفظتك من أجل إرسال تقرير خطأ " "للمطورين لاستكشاف الأخطاء وإصلاحها." -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "عرض xpub" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -"يعرض المفتاح العام الموسع للبذرة المستخدمة لإنشاء عناوين في محفظتك. سيتيح لك" -" توفير xpub لطرف ثالث إمكانية عرض سجل المعاملات بالكامل ، دون إجراء معاملات " -"جديدة." +"يعرض المفتاح العام الموسع للبذرة المستخدمة لإنشاء عناوين في محفظتك. سيتيح" +" لك توفير xpub لطرف ثالث إمكانية عرض سجل المعاملات بالكامل ، دون إجراء " +"معاملات جديدة." -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "إعادة تعيين سلسلة كتلة" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" -"إعادة ضبط البيانات المخزنة على جهازك والمتعلقة بالكتلة. ستحتاج هذه البيانات " -"إلى جمعها مرة أخرى من العقد الكاملة ، على نحو مشابه عند إعداد محفظة جديدة. " -"هذه العملية قد تستغرق بعض الوقت." +"إعادة ضبط البيانات المخزنة على جهازك والمتعلقة بالكتلة. ستحتاج هذه " +"البيانات إلى جمعها مرة أخرى من العقد الكاملة ، على نحو مشابه عند إعداد " +"محفظة جديدة. هذه العملية قد تستغرق بعض الوقت." + diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 8fd47c072..d1af0ddd1 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -90,56 +90,124 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "قفل UTXOs في محفظة الأساسية داش" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "محافظ HD" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:107 +msgid "" +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:112 +msgid "" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +#, fuzzy +msgid "Restore HD wallet" +msgstr "محافظ HD" + +#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#, fuzzy +msgid "" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" +"سيعرض داش كور البذرة عالية الدقة في كل من الست عشري وكذا ذاك BIP39 ذاكري." +" لاستعادة محفظة HD موجودة ، أو تعريف كلمة المرور الخاصة بك التي تم " +"إنشاؤها بشكل منفصل و / أو عبارة المرور ، تأكد من عدم وجود ملف " +"``wallet.dat`` في ``datadir`` وأدخل الأمر التالي ::" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 +msgid "" +"The HD wallet will be restored and your balance will appear once sync is " +"complete." +msgstr "ستتم استعادة محفظة HD وسيظهر رصيدك بمجرد اكتمال المزامنة." + +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#, fuzzy msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." msgstr "" "منذ الإصدار 0.12.2.0 ، قامت داش كور بتضمين تنفيذ BIP39 / BIP44 لتوليد " "المفتاح المتسلسل الهيكلي (HD) المتوافق. هذه الوظيفة متوفرة فقط من خلال " @@ -150,48 +218,34 @@ msgstr "" " \"كلمة الامتداد\". تقوم عبارة مرور المحفظة بتشفير ملف المحفظة نفسه ، " "بينما يتم استخدام عبارة المرور لتعريف فروع اشتقاق مختلفة من بذرة ذاكري." -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +#, fuzzy msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" msgstr "" "سنستخدم محفظة ويندوز GUI في هذا المثال ، لكن الأوامر متشابهة في حالة " "استخدام ``dash-qt`` أو ``dashd`` على أنظمة التشغيل الأخرى. أدخل الأمر " "التالي لتبدأ مع محفظتك HD بشكل عشوائي ولا توجد عبارة مرور ذاكري:" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" -msgstr "" - -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." msgstr "" -"سيعرض داش كور البذرة عالية الدقة في كل من الست عشري وكذا ذاك BIP39 ذاكري." -" لاستعادة محفظة HD موجودة ، أو تعريف كلمة المرور الخاصة بك التي تم " -"إنشاؤها بشكل منفصل و / أو عبارة المرور ، تأكد من عدم وجود ملف " -"``wallet.dat`` في ``datadir`` وأدخل الأمر التالي ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 -msgid "" -"The HD wallet will be restored and your balance will appear once sync is " -"complete." -msgstr "ستتم استعادة محفظة HD وسيظهر رصيدك بمجرد اكتمال المزامنة." - -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "متعدد التوقيع" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -207,53 +261,53 @@ msgstr "" "هي نفسها. يوضح المثال كيفية إعداد عنوان تعدد 2 -من -3 وإنشاء معاملة. مثال" " الأطراف المعنية هم مشترٍ وبائع وحكم. هذا المثال مبني على:" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "https://gist.github.com/gavinandresen/3966071" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "https://bitcoin.org/en/developer-examples#p2sh-multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "الخطوة 1: إنشاء ثلاثة عناوين" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "البائع:" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "المشتري:" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "الوسيط:" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "هذه النتائج في ثلاثة keypairs (عام / خاص) ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "الخطوة 2: إنشاء عنوان multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " @@ -263,7 +317,7 @@ msgstr "" "(المقدمة كصفيف json) مطلوب. في هذا المثال ، مطلوب 2 من 3 مفاتيح لتوقيع " "المعاملة." -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " @@ -272,15 +326,15 @@ msgstr "" "ملاحظة: يمكن إنشاء العنوان بواسطة أي شخص ، طالما أن المفاتيح العامة " "وتسلسلها معروفان (العنوان الناتج وواجهة الاسترداد متطابقان ، انظر أدناه)." -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "الخطوة 3: يقوم المشتري بتمويل عنوان multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "هذا يعمل نفس المعاملة المعتادة." -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." @@ -288,11 +342,11 @@ msgstr "" "يمكن للبائع / الوسيط تتبع المعاملة بواسطة txid في مستكشف كتلة. أو من وحدة" " التحكم على النحو التالي." -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "الخطوة 4: إنفاق multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -305,13 +359,13 @@ msgstr "" "يتم التوقيع على المعاملة من قبل الطرفين (البائع + المشتري أو الحكام). " "ينشئ البائع معاملة (سنقوم بإعادة استخدام عنوانه العام من الأعلى)." -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "ويوقع عليها جزئيًا ، باستخدام redeemScript و scriptPubKey ومفتاحه الخاص" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -324,13 +378,13 @@ msgstr "" "توقيع المعاملة ، باستخدام المخرجات من الأعلى ومفتاحها الخاص. لنفترض أن " "المشتري يكمل التوقيع." -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "اكتمال التوقيع الآن ، ويمكن لأي من الطرفين نقل المعاملة إلى الشبكة." -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." @@ -338,11 +392,11 @@ msgstr "" "مرة أخرى ، يمكن تتبع هذه المعاملة في مستكشف كتلة. ويسعد البائع باستلام " "عملاته المعدنية في عنوانه العام على النحو التالي." -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -350,51 +404,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -405,11 +459,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -420,13 +474,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -434,25 +488,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -460,62 +514,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "كتير من المحافظ" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -524,61 +578,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -586,7 +640,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -603,11 +657,11 @@ msgstr "" " في وقت واحد) ، أو تحديد أدلة بيانات منفصلة تماما مثل على سبيل المثال " "``C:\\Dash1`` (أبسط إذا كنت ترغب في تشغيل محافظ) في وقت واحد" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "ملفات wallet.dat منفصلة" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -621,11 +675,11 @@ msgstr "" "qt.exe`` أو ما شابه) وإنشاء اختصارين على سطح المكتب. ثم افتح نافذة " "**خصائص** لكل من هذه الاختصارات." -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "إنشاء اختصارات سطح المكتب باستخدام ويندوز 10" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -640,7 +694,7 @@ msgstr "" "المحفظة المحدد إذا لم يكن موجودًا. يوضح المثال التالي محافظتين باسم " "``workwallet.dat`` و ``homewallet.dat``:" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" @@ -648,7 +702,7 @@ msgstr "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" @@ -656,11 +710,11 @@ msgstr "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "تحديد ملفات محفظة منفصلة" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -671,11 +725,11 @@ msgstr "" "المكتب. لاحظ أنه لا يمكنك فتح كلا المحفظتين في وقت واحد. للقيام بذلك ، " "ستحتاج إلى دلائل بيانات منفصلة ، كما هو موضح أدناه." -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "دلائل بيانات منفصلة" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -694,7 +748,7 @@ msgstr "" "أكثر) على سطح المكتب الخاص بك كما هو موضح أعلاه ، ثم قم بتعيين الوسيطات " "لـ ``datadir`` كما هو موضح أدناه:" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" @@ -702,7 +756,7 @@ msgstr "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" @@ -710,11 +764,11 @@ msgstr "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "تحديد datadirs منفصلة" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -730,18 +784,45 @@ msgstr "" ":ref:`داش الكتروم ` للحفاظ على محافظ منفصلة متعددة " "دون الاحتفاظ بنسخة كاملة من بلوكشين." -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "اثنين من حالات داش كور تعمل في وقت واحد" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "رمز المفتاح" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 247cd31f6..a8a551e2e 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -151,7 +151,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -266,10 +266,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -277,54 +279,54 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 #, fuzzy msgid "Enter a password" msgstr "إدخال كلمة المرور" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "تأكيد لتشفير محفظتك" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "تشفير محفظتك داش" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "لتشفير محفظتك ، انقر فوق **إعدادات**> **تشفير المحفظة**." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "تشفير محفظة داش بالرقم السري" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "إدخال كلمة المرور" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -336,7 +338,7 @@ msgstr "" "محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة " "تشغيل داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" @@ -413,3 +415,21 @@ msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" #~ "مكان آمن أو سيتم قفلك من محفظتك" #~ " وفقدان إمكانية الوصول إلى أموالك." +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 15e6467d5..422c03098 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -249,10 +249,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -260,50 +262,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "أدخل الرقم السري" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "تأكيد لتشفير محفظتك" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "تشفير محفظتك داش" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "لتشفير محفظتك ، انقر على  **الإعدادات**> **تشفير  المحفظة**." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "تشفير محفظة داش بالرقم السري" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -314,11 +316,11 @@ msgstr "" "محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة " "تشغيل داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "يمكنك الآن البدء في استخدام محفظتك لإرسال الأموال وتلقيها بأمان." @@ -345,3 +347,13 @@ msgstr "يمكنك الآن البدء في استخدام محفظتك لإرس #~ "مكان آمن أو سيتم قفلك من محفظتك" #~ " وفقدان إمكانية الوصول إلى أموالك." +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index cce834e58..abfb05893 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -138,7 +138,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -149,8 +149,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -312,10 +312,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -323,50 +325,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "أدخل الرقم السري" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "تأكيد لتشفير محفظتك" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "تشفير محفظتك داش" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "لتشفير محفظتك ، انقر على **الإعدادات> تشفير المحفظة**." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "تشفير محفظة داش بالرقم السري" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -378,11 +380,11 @@ msgstr "" "محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة " "تشغيل داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "يمكنك الآن البدء في استخدام محفظتك لإرسال الأموال وتلقيها بأمان." @@ -445,3 +447,31 @@ msgstr "يمكنك الآن البدء في استخدام محفظتك لإرس #~ "مكان آمن أو سيتم قفلك من محفظتك" #~ " وفقدان إمكانية الوصول إلى أموالك." +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index e73d23c81..50e38706f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,27 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Hasna Brania , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" +"Language: ar\n" "Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " +"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -29,99 +30,119 @@ msgstr "" "نظام عنوان URL والمفتاح العام الرئيسي وطلب الدفع في داش على جهاز الأيفون " "الخاص بك" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" -msgstr "" -"داش ، الهاتف ، محفظة ، الأيفون ، إرسال ، استلام ، دفع ، رابط ، مفتاح عام" +msgstr "داش ، الهاتف ، محفظة ، الأيفون ، إرسال ، استلام ، دفع ، رابط ، مفتاح عام" #: ../../docs/user/wallets/ios/advanced-functions.rst:9 msgid "Advanced functions" msgstr "الوظائف المتقدمة" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 +#, fuzzy +msgid "Masternode keys" +msgstr "المفتاح العام" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" msgstr "مخطط عنوان الرابط" -#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -"يسمح نظام الأيفون للتطبيقات بالتواصل مع بعضها البعض من خلال مخططات عناوين " -"الرابط. تقوم محفظة داش في الأيفون بتنفيذ dashwallet: // scheme ، مما يسمح لك" -" بالاتصال بالمحفظة لإكمال معاملة محددة في داش. توثق هذه الصفحة الطرق المتاحة" -" باستخدام نظام عنوان الرابط" +"يسمح نظام الأيفون للتطبيقات بالتواصل مع بعضها البعض من خلال مخططات عناوين" +" الرابط. تقوم محفظة داش في الأيفون بتنفيذ dashwallet: // scheme ، مما " +"يسمح لك بالاتصال بالمحفظة لإكمال معاملة محددة في داش. توثق هذه الصفحة " +"الطرق المتاحة باستخدام نظام عنوان الرابط" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "دفع" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "تنسيق عنوان رابط لطلب الدفع ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "ملاحظات" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" "``sender`` هو عنوان رابط لاستدعائك واسم التطبيق الذي تعرضه للمستخدم. هذا " "لمنع 3 تطبيقات الجهات الخارجية من التصيد الاحتيالي." -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "سيرى المستخدم شيئًا مشابهًا لهذا:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "طلب الدفع في الأيفون" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" "إذا أدخل المستخدم رمز المرور الصحيح ، فسيتم إرسال المعاملة ويتم إرجاع " "المستخدم إلى تطبيق المرسل بعد عنوان رابط للإرجاع." -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "تنسيق عنوان رابط للمعاودة ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "المفتاح العام" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "تنسيق طلب المفتاح العام الرئيسي ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" "ملاحظة: الحساب اختياري ويتوافق مع حساب BIP32 / BIP44 ، معظم الوقت يجب أن " -"يكون 0. إذا لم يتم تحديد الحساب ، فنحن نستخدم الحساب 0. سيؤدي هذا إلى إرسال " -"كل من المفتاح العام الموسع في ``44'/5'/ ’`` و ``’``" +"يكون 0. إذا لم يتم تحديد الحساب ، فنحن نستخدم الحساب 0. سيؤدي هذا إلى " +"إرسال كل من المفتاح العام الموسع في ``44'/5'/ ’`` و " +"``’``" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "أتصل مرة أخرى::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "الحصول على عنوان للدفع" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po index 774ae2ebb..2bc5e4953 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language: ar\n" @@ -72,20 +72,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "التتبيث" @@ -100,22 +99,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "وتائق" @@ -129,98 +127,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "Atomic Wallet" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "https://atomicwallet.io" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" -"Atomic هي محفظة خالية من الوصاية المالية المتعددة مع تبادل المقايضة " -"الذرية والوظائف اللامركزية. وهو يوفر خدمة قوية وآمنة تسمح للمستخدمين " -"بشفافية و تقليل الجهود المبذولة على إدارة وتبادل الأصول المشفرة." - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" -"تقدم محفظة Atomic وثائق مفصلة عن جميع الوظائف على " -"https://atomicwallet.freshdesk.com ويتم أيضًا تجميع بعض الروابط السريعة " -"هنا:" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" -"`كيفية إنشاء محفظة " -"`_" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" -"`بدأ العمل بمحفظة Atomic " -"`_" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "واجهة محفظة Atomic" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -228,25 +150,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "Cobo" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "https://cobo.com" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -263,35 +185,35 @@ msgstr "" "نوعها \"staking\" حيث يمكن للمستخدمين تجمع داش بهم لإعداد ماسترنود " "والاستمتاع بالعائدات الأسبوعية." -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "تقدم Cobo وثائق مفصلة لجميع الوظائف على https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "محفظة Cobo" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 #, fuzzy msgid "Coin Wallet" msgstr "محفظة Cobo" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://evercoin.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -299,7 +221,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -312,22 +234,22 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 #, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "تقدم Cobo وثائق مفصلة لجميع الوظائف على https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -340,11 +262,11 @@ msgstr "" "محفظتك القوي أن أموالك دائمًا ما تكون تحت سيطرتك فقط. يتوفر التبادل " "الفوري في المحفظة مباشرة من خلال عمليات تكامل ShapeShift و Changelly." -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "تحميل" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -354,25 +276,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "تقدم Coinomi وثائق مفصلة لجميع الوظائف على https://coinomi.freshdesk.com" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "بدا تشغيل محفظة Coinomi في الأندرويد" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -389,7 +311,7 @@ msgstr "" "المعاملات باستخدام معرّف بصمة الإصبع أو الرقم السري بسيط. تم دمج " "ShapeShift أيضا لتسهيل التبادل بين العملات الرقمية المختلفة." -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -397,49 +319,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "Edge مرحبا ، احصل على شاشات داش و الرصيد" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "Ethos" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "https://www.ethos.io" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -453,7 +375,7 @@ msgstr "" "مستخدمين قابلة للقراءة من قبل البشر ، وتحويل العملات من ShapeShift وتتبع " "المحفظة." -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -462,7 +384,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" @@ -470,47 +392,47 @@ msgstr "" "يقدم Ethos وثائق مفصلة لجميع الوظائف على https://support.ethos.io ويتم " "أيضًا تجميع بعض الروابط السريعة هنا" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "محفظة Ethos Universal في الأندرويد" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -518,7 +440,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -526,13 +448,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" @@ -540,7 +462,7 @@ msgstr "" "`كيفية تتبث Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" @@ -548,19 +470,19 @@ msgstr "" "`كيفية البدأ مع Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "واجهة محفظة Exodus" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "Guarda" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -574,7 +496,7 @@ msgstr "" "للبدء. يتم الاحتفاظ بجميع المفاتيح من قبل المستخدم ، مما يضمن سلامة " "أموالك." -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -585,7 +507,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " @@ -594,7 +516,7 @@ msgstr "" "تقدم Guarda وثائق مفصلة لجميع الوظائف على https://guarda.freshdesk.com " "ويتم أيضًا تجميع بعض الروابط السريعة هنا:" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "محفظة Guarda" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -624,7 +546,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -632,34 +554,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -677,7 +599,7 @@ msgstr "" "هاتفك. تتوفر واجهة الويب أيضًا ، ويمكنك استخدام العملة الورقية لشراء عملة" " مشفرة في التطبيق." -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -685,7 +607,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " @@ -694,26 +616,26 @@ msgstr "" "إقرأ `FAQ `__, و ادخل `Mobi Telegram group " "`_ أو إرسل رسالة لدعم من هنا support@mobi.me" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "محفظة Mobi بدأت في الأندرويد" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -721,32 +643,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -754,26 +676,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -781,7 +703,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -789,25 +711,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -815,7 +737,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -825,7 +747,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -834,26 +756,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -861,13 +783,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1134,3 +1056,86 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "Atomic Wallet" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "https://atomicwallet.io" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" +#~ "Atomic هي محفظة خالية من الوصاية " +#~ "المالية المتعددة مع تبادل المقايضة " +#~ "الذرية والوظائف اللامركزية. وهو يوفر " +#~ "خدمة قوية وآمنة تسمح للمستخدمين بشفافية" +#~ " و تقليل الجهود المبذولة على إدارة" +#~ " وتبادل الأصول المشفرة." + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" +#~ "تقدم محفظة Atomic وثائق مفصلة عن " +#~ "جميع الوظائف على https://atomicwallet.freshdesk.com" +#~ " ويتم أيضًا تجميع بعض الروابط السريعة" +#~ " هنا:" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" +#~ "`كيفية إنشاء محفظة " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" +#~ "`بدأ العمل بمحفظة Atomic " +#~ "`_" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "واجهة محفظة Atomic" + diff --git a/locale/ar/LC_MESSAGES/index.po b/locale/ar/LC_MESSAGES/index.po index f3511ddf7..d7c213308 100644 --- a/locale/ar/LC_MESSAGES/index.po +++ b/locale/ar/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Hasna Brania , 2018\n" "Language: ar\n" @@ -112,9 +112,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/developers/insight.po b/locale/de/LC_MESSAGES/docs/user/developers/insight.po index 49ee292d1..1b18b9a70 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/insight.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language: de\n" @@ -87,7 +87,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -117,3 +117,6 @@ msgstr "Der Insight UI Blockexplorer ist verfügbar unter::" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po index c91f1b5aa..def0edf2a 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # Nils Hermann , 2023 # Leon White , 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Leon White , 2023\n" +"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -38,8 +38,8 @@ msgstr "API-Dienste" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" "Mehrere API-Dienste können dazu verwendet werden, eine der folgenden " "Funktionen des Dash-Netzwerks mit einer Plattform zu verbinden:" @@ -67,8 +67,8 @@ msgid "" "includes mechanisms such as:" msgstr "" "API-Dienste werden im Normalfall verwendet, damit auf eine eigene " -"Infrastruktur zum Zugriff auf die Blockchain verzichtet werden kann. Dazu " -"gehören Mechanismen wie:" +"Infrastruktur zum Zugriff auf die Blockchain verzichtet werden kann. Dazu" +" gehören Mechanismen wie:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -84,15 +84,16 @@ msgstr "Zahlungsverarbeitung über WebHooks" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" "Es gibt mehrere Arten, auf derartige Funktionen zuzugreifen, wobei diese " "sich hauptsächlich in der Preisgestaltung und in der Reichweite der " -"Möglichkeiten unterscheiden. Die folgende Liste an API-Diensten versucht die" -" Unterschiede herauszustellen und verweist auf weiterführende " +"Möglichkeiten unterscheiden. Die folgende Liste an API-Diensten versucht " +"die Unterschiede herauszustellen und verweist auf weiterführende " "Dokumentationen zu den einzelnen Diensten." #: ../../docs/user/developers/integration-apis.rst:35 @@ -105,16 +106,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" "Die Open-Source Insight REST API bietet einen benutzerfreundlichen, " -"leistungsstarken und einfachen Weg, um Daten aus dem Dash-Netzwerk in die " -"eigene Plattform zu integrieren. Eine praktische Anleitung, wie man mit der " -"Implementierung der Insight API und des Insight UI Blockexplorers beginnen " -"kann, gibt es :ref:`hier `." +"leistungsstarken und einfachen Weg, um Daten aus dem Dash-Netzwerk in die" +" eigene Plattform zu integrieren. Eine praktische Anleitung, wie man mit " +"der Implementierung der Insight API und des Insight UI Blockexplorers " +"beginnen kann, gibt es :ref:`hier `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -148,13 +149,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" "Funktionen: Transaktionsübermittlung, HD Wallet- / Adresserstellung, " -"WebSocket und WebHook Rückmeldung und Payment Forwarding. BlockCypher greift" -" nicht auf die Private Keys zu" +"WebSocket und WebHook Rückmeldung und Payment Forwarding. BlockCypher " +"greift nicht auf die Private Keys zu" #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -176,9 +177,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" "BitGo bietet eine einfache und leistungsstarke RESTful API und die " "erforderliche Client SDK, um die Wallet einer digitalen Währung mit der " @@ -190,8 +191,8 @@ msgid "" "Features: Multi-Signature HD Wallets, Wallet Operations, WebSocket and " "WebHook Notifications, Custody Solutions" msgstr "" -"Funktionen: Multi-Signature HD Wallets, Wallet-Operationen, WebSocket uand " -"WebHook-Benachrichtigungen" +"Funktionen: Multi-Signature HD Wallets, Wallet-Operationen, WebSocket " +"uand WebHook-Benachrichtigungen" #: ../../docs/user/developers/integration-apis.rst:93 msgid "Pricing Model: Per API Call" @@ -211,17 +212,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -242,8 +244,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -258,30 +261,61 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +#, fuzzy +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "Preisgestaltung: Kostenlos / Open-Source" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "CoinPayments" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " @@ -291,79 +325,83 @@ msgstr "" "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" "Preisgestaltung: 0,5% der Transaktion (https://www.coinpayments.net/help-" "fees)" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "Dokumentation: https://www.coinpayments.net/apidoc" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "Preisticker" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "QR-Codes" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"In der Dash Android Wallet kannst du über **Dash empfangen** einen QR-Code " -"erzeugen und durch Antippen vergrößern. Du kannst das Bild als Screenshot " -"speichern." +"In der Dash Android Wallet kannst du über **Dash empfangen** einen QR-" +"Code erzeugen und durch Antippen vergrößern. Du kannst das Bild als " +"Screenshot speichern." -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" "In der Dash Android Wallet kannst du links über **Dash empfangen** eine " "Adresse und einen QR-Code erzeugen. Du kannst das Bild als Screenshot " "speichern." -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" "Über `CWA QR Code Generator `_ kannst du " "jederzeit einen QR-Code für jede beliebige Adresse erzeugen und als Bild " "speichern." + diff --git a/locale/de/LC_MESSAGES/docs/user/developers/integration.po b/locale/de/LC_MESSAGES/docs/user/developers/integration.po index 3576cae88..2ed81c950 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/integration.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language: de\n" @@ -128,21 +128,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -408,6 +412,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "Der InstantSend-Status einer Transaktion muss erkannt werden." #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -428,6 +433,7 @@ msgstr "" "oder ein externes Benachrichtigungsskript erkannt." #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -440,51 +446,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -492,18 +500,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "InstantSend-Transaktionen übermitteln" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -513,34 +521,36 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "Zusätzliche Ressourcen" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " @@ -550,7 +560,7 @@ msgstr "" "InstantSend und sind dafür gedacht ein besseres Verstehen der " "zugrundeliegenden Technologie zu ermöglichen." -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" @@ -558,24 +568,172 @@ msgstr "" "`InstantSend technische Informationen " "`__" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +#, fuzzy +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" +"Es gibt zwei Voraussetzungen, um InstantSend-Transaktionen erkennen zu " +"können:" + +#: ../../docs/user/developers/integration.rst:298 +#, fuzzy +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "Der InstantSend-Status einer Transaktion muss erkannt werden." + +#: ../../docs/user/developers/integration.rst:304 +#, fuzzy +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" +"Der InstantSend-Status wird üblicherweise über eine direkte Verbindung " +"mit dem Dash Daemon, `ZMQ Benachrichtigungen " +"`__ " +"oder ein externes Benachrichtigungsskript erkannt." + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +#, fuzzy +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" +"`InstantSend technische Informationen " +"`__" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -695,3 +853,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/features.po b/locale/de/LC_MESSAGES/docs/user/introduction/features.po index 078ab344e..252854055 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2023\n" "Language: de\n" @@ -178,13 +178,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -214,7 +215,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1111,8 +1112,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1143,7 +1145,7 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" +msgid "12 (Current)" msgstr "" #: ../../docs/user/introduction/features.rst:495 @@ -1644,3 +1646,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/information.po b/locale/de/LC_MESSAGES/docs/user/introduction/information.po index 119b32653..5316c222f 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/information.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language: de\n" @@ -60,710 +60,582 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**Foundation:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "Werkzeuge" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +msgid "https://dash.tokenview.io" +msgstr "" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -772,11 +644,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -785,11 +657,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -797,22 +669,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -820,11 +692,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -832,7 +704,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -842,11 +714,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -855,11 +727,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -867,21 +739,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "Backup" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -892,22 +764,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -919,11 +791,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -933,11 +805,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -947,11 +819,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -962,22 +834,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -985,11 +857,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -998,11 +870,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1014,11 +890,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1026,11 +902,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1044,11 +920,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1056,11 +932,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1076,11 +952,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1094,61 +970,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1156,11 +1032,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1170,21 +1046,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1196,22 +1072,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1221,11 +1097,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Dash Core Wallet" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1234,32 +1110,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1269,11 +1145,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1292,11 +1168,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1305,11 +1181,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1321,15 +1197,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1338,7 +1214,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1348,7 +1224,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1359,7 +1235,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1373,7 +1249,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1385,7 +1261,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1399,11 +1275,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1415,11 +1291,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1430,11 +1306,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1442,11 +1318,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "Verschlüsselung" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1461,15 +1337,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1477,20 +1353,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1502,22 +1378,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1530,11 +1406,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1542,39 +1418,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1586,11 +1462,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1601,18 +1477,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1621,27 +1497,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1659,11 +1535,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1671,11 +1547,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1684,39 +1560,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1725,11 +1601,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1738,11 +1614,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1754,28 +1630,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "Mining" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1783,19 +1659,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1807,22 +1683,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1831,11 +1707,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1843,22 +1719,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1872,11 +1748,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1887,22 +1763,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1911,11 +1787,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1929,11 +1805,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1943,11 +1819,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1955,11 +1831,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1970,21 +1846,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1992,33 +1868,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2028,22 +1904,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2060,29 +1936,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2090,21 +1966,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2115,82 +1991,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2199,31 +2075,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2231,11 +2107,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2245,3 +2121,125 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**Foundation:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/de/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 864bb4737..000000000 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,69 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Nils Hermann , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "Dash mit Hilfe des Paketmanagers installieren" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" -"dash, kryptowährung, fedora, ubuntu, rpm, apt, git, masternode, " -"installieren, binary" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "Erweiterte Themen" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "Dash auf Fedora Linux installieren" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" -"Der Dash-Entwickler t0dd hat ein Paket entwickelt und eine erstklassige " -"Anleitung für das Betreiben einer Dash-Node, Masternode oder des Testnets " -"geschrieben." - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "Dash auf Ubuntu Linux installieren" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" -"Dash Binaries werden für das Ubuntu Linux Launchpad vorbereitet. An dieser " -"Stelle werden weitere Informationen hinzugefügt werden, sobald die " -"Veröffentlichung angekündigt wurde." diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po index d3c68df33..c8b30ab1a 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: de\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 617cbe25f..958301f8e 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: de\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 685eb630b..878fac120 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language: de\n" @@ -330,29 +330,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -360,94 +364,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -457,11 +461,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -473,50 +477,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -525,7 +529,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -535,18 +539,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -558,24 +562,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -583,7 +587,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -591,28 +595,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -620,14 +624,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -636,65 +640,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -702,28 +706,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -734,16 +738,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -752,23 +756,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -778,15 +782,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -794,241 +798,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "Sentinel" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1037,7 +1084,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1048,25 +1095,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1414,3 +1461,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po index 9d02bb553..a13a48f37 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" "Language: de\n" @@ -112,12 +112,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -130,13 +130,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -145,7 +145,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -165,7 +165,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -444,24 +444,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -774,3 +774,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po index a109bfaa2..8df239902 100644 --- a/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: de\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index dfd775c74..457fd49da 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,37 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Leon White , 2022 # Manuel Herrmann , 2022 # Nils Hermann , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" +"Language: de\n" "Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -"Adressbuch und Kurs einrichten, Paper Wallets entleeren und Einstellungen " -"der Dash Android Wallet ändern." +"Adressbuch und Kurs einrichten, Paper Wallets entleeren und Einstellungen" +" der Dash Android Wallet ändern." -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "dash, mobile, wallet, android, address book, paper, exchange rates" @@ -45,26 +45,27 @@ msgstr "Adressbuch" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" "Deine Android Wallet erlaubt es dir, ein Adressbuch anzulegen, in dem du " "Adressen mit einer Beschreibung abspeicherst, die den Besitzer " "identifiziert. Du kannst auch deine eigenen Adressen markieren, um " -"regelmäßige Zahlungen zu kennzeichnen. Öffne hierfür das Adressbuch über das" -" **Menü-Symbol** und den Eintrag **Adressbuch**. Indem du nach Links und " -"Rechts wischst, kannst du zwischen deinen Adressen und Adressen, von denen " -"du bereits empfangen hast, hin und her schalten. Über **Mehr Optionen** " -"kannst du **Aus dem Clipboard einfügen** und **Adresse scannen** auswählen. " -"Außerdem kannst du auf eine bereits existierende Adresse tappen und **Dash " -"senden** oder **Bearbeiten** auswählen." +"regelmäßige Zahlungen zu kennzeichnen. Öffne hierfür das Adressbuch über " +"das **Menü-Symbol** und den Eintrag **Adressbuch**. Indem du nach Links " +"und Rechts wischst, kannst du zwischen deinen Adressen und Adressen, von " +"denen du bereits empfangen hast, hin und her schalten. Über **Mehr " +"Optionen** kannst du **Aus dem Clipboard einfügen** und **Adresse " +"scannen** auswählen. Außerdem kannst du auf eine bereits existierende " +"Adresse tappen und **Dash senden** oder **Bearbeiten** auswählen." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -72,22 +73,21 @@ msgstr "*Das Adressbuch öffnen und eine Adresse hinzufügen*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" -"Du kannst Beschreibungen auch über den Hauptbildschirm hinzufügen, indem du " -"den Knopf **Mehr Optionen** für die Transaktion verwendest (drei vertikale " -"Punkte) und entweder **Name zu eigener Adresse hinzufügen**, **Name von " -"eigener Adresse ändern**, **Sendeadresse hinzufügen** oder **Name von " -"Sendeadresse ändern** auswählst." +"Du kannst Beschreibungen auch über den Hauptbildschirm hinzufügen, indem " +"du den Knopf **Mehr Optionen** für die Transaktion verwendest (drei " +"vertikale Punkte) und entweder **Name zu eigener Adresse hinzufügen**, " +"**Name von eigener Adresse ändern**, **Sendeadresse hinzufügen** oder " +"**Name von Sendeadresse ändern** auswählst." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" -msgstr "" -"*Adressbeschreibung in der Transaktionsübersicht hinzufügen und ändern*" +msgstr "*Adressbeschreibung in der Transaktionsübersicht hinzufügen und ändern*" #: ../../docs/user/wallets/android/advanced-functions.rst:53 msgid "Exchange rates" @@ -95,124 +95,144 @@ msgstr "Kurse" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" -"Die Dash Wallet für Android erlaubt es dir, den Wert deines Dash-Guthabens " -"und deiner Transaktionen in einer Standard-Fiatwährung anzeigen zu lassen. " -"Gehe hierzu über das **Menü Symbol** auf **Wechselkurse**. Hier kannst du " -"deine bevorzugte Fiatwährung auswählen und über das Symbol **Mehr Optionen**" -" **als Standard festsetzen**. Der Wechselkurs für diese Fiatwährung wird " -"angezeigt, wenn du Dash versendest und du kannst den Wert deiner Transaktion" -" auch direkt über das Feld für Fiatwährungen eingeben." +"Die Dash Wallet für Android erlaubt es dir, den Wert deines Dash-" +"Guthabens und deiner Transaktionen in einer Standard-Fiatwährung anzeigen" +" zu lassen. Gehe hierzu über das **Menü Symbol** auf **Wechselkurse**. " +"Hier kannst du deine bevorzugte Fiatwährung auswählen und über das Symbol" +" **Mehr Optionen** **als Standard festsetzen**. Der Wechselkurs für diese" +" Fiatwährung wird angezeigt, wenn du Dash versendest und du kannst den " +"Wert deiner Transaktion auch direkt über das Feld für Fiatwährungen " +"eingeben." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" msgstr "" "**Einen Fiat-Wechselkurs auswählen und eine Transaktion in US-Dollar " "denominieren**" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "Paper Wallet entleeren" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" "Eine Paper-Wallet zu entleeren bedeutet, den Wert einer Adresse, die man " "z.B. als Paper-Wallet oder von einem Geldautomaten erhalten hat, in die " -"eigene Wallet zu übertragen. Zur Nutzung dieser Funktion muss der private " -"Schlüssel einer Adresse bekannt sein. Dabei werden alle auf der Adresse " -"gespeicherten Dash an eine neue Adresse gesendet, die deterministisch aus " -"dem Wallet-Seed generiert wurde. Die privaten Schlüssel, mit denen du die " -"Dash transferierst, werden nicht Teil deiner Wallet." +"eigene Wallet zu übertragen. Zur Nutzung dieser Funktion muss der private" +" Schlüssel einer Adresse bekannt sein. Dabei werden alle auf der Adresse " +"gespeicherten Dash an eine neue Adresse gesendet, die deterministisch aus" +" dem Wallet-Seed generiert wurde. Die privaten Schlüssel, mit denen du " +"die Dash transferierst, werden nicht Teil deiner Wallet." -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -"Um die Paper Wallet zu entleeren, wähle über das **Menü Symbol** die Option " -"**Paper-Wallet leeren** aus. Mit Hilfe des **Scan** Symbols kannst du den " -"QR-Code der Paper Wallet einscannen. Sobald der PrivateKey identifiziert " -"wurde, kannst du über **Entleeren** eine Transaktion durchführen, welche die" -" Dash in deine Wallet überträgt. Nach der Transaktion ist das Papier wertlos" -" und kann zerstört werden." - -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +"Um die Paper Wallet zu entleeren, wähle über das **Menü Symbol** die " +"Option **Paper-Wallet leeren** aus. Mit Hilfe des **Scan** Symbols kannst" +" du den QR-Code der Paper Wallet einscannen. Sobald der PrivateKey " +"identifiziert wurde, kannst du über **Entleeren** eine Transaktion " +"durchführen, welche die Dash in deine Wallet überträgt. Nach der " +"Transaktion ist das Papier wertlos und kann zerstört werden." + +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" "**Paper Wallet mit 0.10 Dash entleeren und an die Android Wallet " "übertragen**" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "Netzwerk-Monitor" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -"Die Dash Android Wallet ist eine Light Wallet, die im SPV-Modus läuft und " -"daher keine vollständige Kopie der Blockchain herunterladen muss. Der " +"Die Dash Android Wallet ist eine Light Wallet, die im SPV-Modus läuft und" +" daher keine vollständige Kopie der Blockchain herunterladen muss. Der " "Netzwerk-Monitor erlaubt es dir, Details zu den verbundenen Full Nodes " -"aufzurufen. Du kannst außerdem nach links wischen, um die letzten Blöcke der" -" Blockchain zu betrachten." +"aufzurufen. Du kannst außerdem nach links wischen, um die letzten Blöcke " +"der Blockchain zu betrachten." -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "**Peers und Blöcke ansehen, um Netzwerk-Aktivitäten zu überwachen**" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "Einstellungen" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "*Das Einstellungsmenü der Dash Android Wallet*" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" "Das Einstellungsmenü beinhaltet eine große Zahl an Optionen, die das " "Verhalten der Dash Android Wallet beeinflussen. Um auf die Einstellungen " -"zuzugreifen, wähle über das **Menü Symbol** den Punkt **Einstellungen** aus." -" Du kannst **Einstellungen**, **Diagnose** und **Über** auswählen. Der " -"letzte Punkt zeigt die Wallet Version, das Copyright, die Lizenz und die " -"Quellcode-Informationen an." +"zuzugreifen, wähle über das **Menü Symbol** den Punkt **Einstellungen** " +"aus. Du kannst **Einstellungen**, **Diagnose** und **Über** auswählen. " +"Der letzte Punkt zeigt die Wallet Version, das Copyright, die Lizenz und " +"die Quellcode-Informationen an." -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "Stückelung und Genauigkeit" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" @@ -220,204 +240,205 @@ msgstr "" "Wähle die Zahl der Dezimalstellen für die Dash-Denominierung aus oder " "wechsle zu den Denominationen mDASH or µDASH." -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "Eigener Name" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" "Gib einen kurzen Namen an, der in deine QR-Codes übernommen werden soll, " -"wenn andere diese zum Zahlen einscannen. Der kurze Name wird in ihrer Wallet" -" angezeigt werden, um einfacheres Adress-Management zu ermöglichen." +"wenn andere diese zum Zahlen einscannen. Der kurze Name wird in ihrer " +"Wallet angezeigt werden, um einfacheres Adress-Management zu ermöglichen." -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "Coin-Versandformular automatisch schließen" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -"Gib an, ob der Sende-Dialog geschlossen werden soll, nachdem eine Zahlung " -"durchgeführt wurde." +"Gib an, ob der Sende-Dialog geschlossen werden soll, nachdem eine Zahlung" +" durchgeführt wurde." -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "Konnektivitäts-Anzeige" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -"Zeigt ein Symbol in der Android-Benachrichtigungsleiste an, durch das die " -"Verbindung verifiziert werden kann." +"Zeigt ein Symbol in der Android-Benachrichtigungsleiste an, durch das die" +" Verbindung verifiziert werden kann." -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "Vertrauenswürdiger Peer" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" "Gib die IP-Adresse oder den Hostnamen eines einzelnen Peer, zu dem die " "Verbindung hergestellt werden soll, an." -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "Reguläre Peers übergehen" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -"Die Aktivierung dieser Option verhindert das automatische entdecken eines " -"Peers und erzwingt die Verbindung zu dem angegebenen vertrauenswürdigen " +"Die Aktivierung dieser Option verhindert das automatische entdecken eines" +" Peers und erzwingt die Verbindung zu dem angegebenen vertrauenswürdigen " "Peer." -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "Block Explorer" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"Diese Funktion erlaubt dir, den Blockexplorer zu wählen, auf den Funktionen " -"zugreifen, die zu einem Blockexplorer verlinken." +"Diese Funktion erlaubt dir, den Blockexplorer zu wählen, auf den " +"Funktionen zugreifen, die zu einem Blockexplorer verlinken." -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "Datenverbrauch" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -"Verlinkt zur Android-Funktion **Datenverbrauch**, um die Daten, die von der " -"App verwendet werden, einzusehen und zu beschränken." +"Verlinkt zur Android-Funktion **Datenverbrauch**, um die Daten, die von " +"der App verwendet werden, einzusehen und zu beschränken." -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "An Guthaben erinnern" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" "Aktiviert eine Android-Systemnachricht, die angezeigt wird, wenn du noch " "über ungenutzte Dash verfügst und du die App schon länger nicht geöffnet " "hast." -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "Enable InstantSend" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -"Ermöglicht Funktionen die Verwendung von InstantSend, um Dash zu senden und " -"zu empfangen." +"Ermöglicht Funktionen die Verwendung von InstantSend, um Dash zu senden " +"und zu empfangen." -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "Enable Lite Mode" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "Aktiviert den Lite-Modus, um Bandbreite zu sparen." -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "Show disclaimer" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -"Aktiviert oder deaktiviert verschiedene Disclaimer und Warnhinweise in der " -"App." +"Aktiviert oder deaktiviert verschiedene Disclaimer und Warnhinweise in " +"der App." -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "BIP70 for scan-to-pay" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" "Aktiviert die Verwendung des `BIP70 Zahlungsprotokoll " "`_, um " "weitere Verifizierungs- und Sicherheitsfunktionen beim Scannen eines QR-" "Codes einzuschalten." -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "Look up wallet names" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" "Aktiviert die Verwendung von `DNSSEC " -"`_, " -"um beim Erstellen einer Transaktion die Identifikation des Wallet-Namens zu " -"versuchen." +"`_, um beim Erstellen einer Transaktion die " +"Identifikation des Wallet-Namens zu versuchen." -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "Diagnose" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "Problem melden" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -"Erlaubt dir, eine Reihe von Informationen, die zu deiner Wallet gehören, zu " -"sammeln und als Bug-Report an die Entwickler zu schicken." +"Erlaubt dir, eine Reihe von Informationen, die zu deiner Wallet gehören, " +"zu sammeln und als Bug-Report an die Entwickler zu schicken." -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "Xpub anzeigen" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -"Zeigt den erweiterten Public Key des Seeds an, der genutzt wird, um Wallet-" -"Adressen zu erzeugen. Das Senden des Xpub an einen Drittanbieter, erlaubt es" -" diesem, alle Transaktionen und Adressen anzusehen, ohne, dass diese auf die" -" Guthaben zugreifen könnten." +"Zeigt den erweiterten Public Key des Seeds an, der genutzt wird, um " +"Wallet-Adressen zu erzeugen. Das Senden des Xpub an einen Drittanbieter, " +"erlaubt es diesem, alle Transaktionen und Adressen anzusehen, ohne, dass " +"diese auf die Guthaben zugreifen könnten." -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "Blockchain zurücksetzen" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" "Setzt die Daten zurück, welche auf dem Gerät in Bezug auf die Blockchain " -"gespeichert wurden. Die Daten werden erneut von den verbundenen Full Nodes " -"bezogen, wie beim Neuaufsetzen einer Wallet. Dieser Vorgang kann einige Zeit" -" in Anspruch nehmen." +"gespeichert wurden. Die Daten werden erneut von den verbundenen Full " +"Nodes bezogen, wie beim Neuaufsetzen einer Wallet. Dieser Vorgang kann " +"einige Zeit in Anspruch nehmen." + diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 2e5f6001d..ab118cfa9 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: de\n" @@ -73,93 +73,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -170,85 +220,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -257,13 +307,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -272,23 +322,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -296,51 +346,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -351,11 +401,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -366,13 +416,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -380,25 +430,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -406,62 +456,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -470,61 +520,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -532,7 +582,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -543,11 +593,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -556,11 +606,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -570,23 +620,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -594,11 +644,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -610,23 +660,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -636,18 +686,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index f656add3a..0bc527edb 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language: de\n" @@ -153,7 +153,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -272,10 +272,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -283,56 +285,56 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 #, fuzzy msgid "Enter a password" msgstr "Passwort eingeben" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "Bestätige bitte, dass du die Wallet verschlüsseln willst" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "Dash-Wallet verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" "Die Wallet wird über **Einstellungen** > **Wallet verschlüsseln** " "verschlüsselt." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "Dash-Wallet mit einem Passwort verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "Passwort eingeben" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -346,7 +348,7 @@ msgstr "" "neugestartet wurde erscheint am unteren rechten Rand des Fensters ein " "blaues Vorhängeschloss." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Vollständig verschlüsselte und synchronisierte Dash Core Wallet" @@ -426,3 +428,21 @@ msgstr "Vollständig verschlüsselte und synchronisierte Dash Core Wallet" #~ " und deren Inhalt für immer verloren" #~ " wäre. " +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 5676282da..17097e488 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language: de\n" @@ -261,10 +261,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -272,52 +274,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "Passwort eingeben" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "Bestätige bitte, dass du die Wallet verschlüsseln willst" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "Dash-Wallet verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" "Die Wallet wird über **Einstellungen** > **Wallet verschlüsseln** " "verschlüsselt." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "Dash-Wallet mit einem Passwort verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -330,11 +332,11 @@ msgstr "" "neugestartet wurde erscheint am unteren rechten Rand des Fensters ein " "blaues Vorhängeschloss." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Vollständig verschlüsselte und synchronisierte Dash Core Wallet" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Du kannst nun mit der Nutzung der Wallet beginnen, um Dash sicher zu " @@ -366,3 +368,13 @@ msgstr "" #~ " und deren Inhalt für immer verloren" #~ " wäre. " +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 4368cbdd4..302e229d9 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language: de\n" @@ -142,7 +142,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -153,8 +153,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -322,10 +322,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -333,52 +335,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "Passwort eingeben" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "Bestätige bitte, dass du die Wallet verschlüsseln willst" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "Dash-Wallet verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" "Die Wallet wird über **Einstellungen > Wallet verschlüsseln** " "verschlüsselt." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "Dash-Wallet mit einem Passwort verschlüsseln" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -392,11 +394,11 @@ msgstr "" "neugestartet wurde erscheint am unteren rechten Rand des Fensters ein " "blaues Vorhängeschloss." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Vollständig verschlüsselte und synchronisierte Dash Core Wallet" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Du kannst nun mit der Nutzung der Wallet beginnen, um Dash sicher zu " @@ -468,3 +470,31 @@ msgstr "" #~ " und deren Inhalt für immer verloren" #~ " wäre. " +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 7cb8b487b..5acd4c37c 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Nils Hermann , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" +"Language: de\n" "Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -29,20 +29,38 @@ msgstr "" "URL-Schema, Master Public Key und Dash-Zahlungen über dein iOS-Gerät " "anfragen" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" -msgstr "" -"dash, mobile, wallet, ios, senden, empfangen, zahlung, url, public key" +msgstr "dash, mobile, wallet, ios, senden, empfangen, zahlung, url, public key" #: ../../docs/user/wallets/ios/advanced-functions.rst:9 msgid "Advanced functions" msgstr "Erweiterte Funktionen" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 +#, fuzzy +msgid "Masternode keys" +msgstr "Master Public Key" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" msgstr "URL-Schema" -#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " @@ -50,82 +68,84 @@ msgid "" "documents the methods available using the URL scheme." msgstr "" "Apps haben über iOS die Möglichkeit miteinander durch URL-Schemata zu " -"kommunizieren. Die Dash Wallet für iOS verwendet das Schema dashwallet://, " -"durch welches die Wallet angefragt werden kann, um Transaktionen in Dash " -"durchzuführen. Diese Seite dokumentiert die Methoden, die über das URL-" -"Schema verwendet werden können." +"kommunizieren. Die Dash Wallet für iOS verwendet das Schema " +"dashwallet://, durch welches die Wallet angefragt werden kann, um " +"Transaktionen in Dash durchzuführen. Diese Seite dokumentiert die " +"Methoden, die über das URL-Schema verwendet werden können." -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "Zahlung" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "Zahlungsanfrage im URL-Format::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "Hinweis:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -"``sender`` ist gleichzeitig die Callback-URL und der Name der App, die du " -"dem Nutzer zeigst. Dies dient dazu, Phishing von Drittanbieter-Apps zu " +"``sender`` ist gleichzeitig die Callback-URL und der Name der App, die du" +" dem Nutzer zeigst. Dies dient dazu, Phishing von Drittanbieter-Apps zu " "verhindern." -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "Der Nutzer wird etwas sehen, das dem folgenden ähnelt::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "Zahlungsanfrage in iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -"Wenn der Nutzer das richtige Passwort eingibt, wird die Transaktion gesendet" -" und der Nutzer kehrt zur Absende-App über die Callback-URL zurück." +"Wenn der Nutzer das richtige Passwort eingibt, wird die Transaktion " +"gesendet und der Nutzer kehrt zur Absende-App über die Callback-URL " +"zurück." -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "Callback-URL Format::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "Master Public Key" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "Master Public Key Anfrageformat::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -"Hinweis: Account ist optional und entspricht dem BIP32/BIP44 Account. In den" -" meisten Fällen sollte dieser auf 0 stehen. Solange der Account nicht " +"Hinweis: Account ist optional und entspricht dem BIP32/BIP44 Account. In " +"den meisten Fällen sollte dieser auf 0 stehen. Solange der Account nicht " "spezifiziert wurde, werden wir Account 0 verwenden. Hierdurch wird der " "erweiterte Public Key über ``44’/5’/’`` und ``’`` " "ausgegeben." -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "Callback::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "Adresse für Zahlung erhalten" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po index 14802a90f..d9966d77c 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language: de\n" @@ -79,20 +79,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Installation" @@ -107,22 +106,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "Dokumentation" @@ -136,101 +134,15 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "Atomic Wallet" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "https://atomicwallet.io" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" -"Atomic Wallet bietet die Möglichkeiten mehrere Assets sicher zu lagern, " -"diese gegeneinander zu tauschen und ein dezentralisiertes Auftragsbuch " -"einzusehen. Die Wallet ist vielseitig, sicher und kann ihren Nutzern " -"dabei helfen den Aufwand, der mit dem Halten und Tauschen von " -"Kryptowährungen verbunden ist, auf transparente und zuverlässige Art und " -"Weise zu verringern." - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" -"Alle Versionen von Atomic Wallet sind über https://atomicwallet.io " -"verfügbar - du musst lediglich die Installationsdatei für dein " -"Betriebssystem herunterladen und installieren. Atomic Wallet kann " -"außerdem über den `Google Play Store für Android " -"`__ " -"installiert werden und soll bald für den Apple App Store für iOS " -"erscheinen." - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" -"Atomic Wallet bietet eine detaillierte Dokumentation zu allen Funktionen " -"unter https://atomicwallet.freshdesk.com und weiterführende Links " -"befinden sich hier:" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" -"`Wie richte ich eine neue Wallet ein? " -"`_" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" -"`Loslegen mit Atomic Swaps " -"`_" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "Atomic Wallet Portfolio Ansicht" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "Channels" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " @@ -242,7 +154,7 @@ msgstr "" "EON-Token schafft eine sichere Identität, die dazu dient, Betrug zu " "verhindern." -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -250,25 +162,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "Channels auf einem iOS-Gerät" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "Cobo" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "https://cobo.com" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -287,14 +199,14 @@ msgstr "" " die Nutzer ihre Dash poolen können, um gemeinsam eine Masternode " "aufzusetzen." -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" @@ -302,22 +214,22 @@ msgstr "" "Cobo bietet eine detaillierte Dokumentation zu allen Funktionen unter " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "Cobo Wallet" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 #, fuzzy msgid "Coin Wallet" msgstr "Cobo Wallet" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://evercoin.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -325,7 +237,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -338,7 +250,7 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 #, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " @@ -347,15 +259,15 @@ msgstr "" "Cobo bietet eine detaillierte Dokumentation zu allen Funktionen unter " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -370,11 +282,11 @@ msgstr "" "Über ShapeShift und Changelly können die Kryptowährungen gegeneinander " "getauscht werden." -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "Download" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -384,7 +296,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" @@ -392,19 +304,19 @@ msgstr "" "Coinomi bietet eine detaillierte Dokumentation zu allen Funktionen unter " "https://coinomi.freshdesk.com" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "Coinomi Wallet auf einem Android-Gerät" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "https://edge.app" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -423,7 +335,7 @@ msgstr "" "eines PIN-Codes. ShapeShift ist zudem integriert und ermöglicht den " "Tausch verschiedener Kryptowährungen gegeneinander." -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -431,7 +343,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" @@ -439,43 +351,43 @@ msgstr "" "Edge bietet eine detaillierte Dokumentation zu allen Funktionen unter " "https://support.edge.app und weiterführende Links befinden sich hier:" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "Ansichten zu Edge: Startbildschirm, Dash Empfangen, Guthaben anzeigen" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "Ethos" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "https://www.ethos.io" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -490,7 +402,7 @@ msgstr "" "Zusätzlich werden Benutzernamen, Konversionen über ShapeShift und ein " "Portfolio-Tool angeboten." -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -499,7 +411,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" @@ -507,47 +419,47 @@ msgstr "" "Ethos bietet eine detaillierte Dokumentation zu allen Funktionen unter " "https://support.ethos.io und weiterführende Links befinden sich hier:" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "Ethos Universal Wallet auf einem Android-Gerät" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -559,7 +471,7 @@ msgstr "" "Windows, Mac, Linux und iOS. Über die eingebaute ShapeShift-Integration " "können die verschiedenen Währungen gegeneinander getauscht werden." -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -567,13 +479,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" @@ -581,7 +493,7 @@ msgstr "" "`Wie installiere ich Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" @@ -589,19 +501,19 @@ msgstr "" "`Womit beginne ich, wenn ich Exodus neu aufgesetzt habe? " "`_" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "Exodus Wallet Portfolio Ansicht" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "Guarda" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -615,7 +527,7 @@ msgstr "" "einfacher Einstiegspunkt für neue Benutzer ist. Alle Keys werden vom " "Benutzer gehalten, was ein erhöhtes Maß an Sicherheit ermöglicht." -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -626,7 +538,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " @@ -636,7 +548,7 @@ msgstr "" "unter https://guarda.freshdesk.com und weiterführende Links befinden sich" " hier:" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "Guarda Wallet" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -666,7 +578,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -674,34 +586,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -720,7 +632,7 @@ msgstr "" "verfügbar und in der App können Kryptowährungen mit Fiatgeld gekauft " "werden." -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -728,7 +640,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " @@ -738,19 +650,19 @@ msgstr "" "Telegram-Gruppe `_ bei oder sende eine E-Mail an " "support@mobi.me, um mit dem Mobi-Support direkt Kontakt aufzunehmen." -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "Mobi Wallet auf einem Android-Gerät" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "Ownbit" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "https://ownbit.io" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " @@ -760,7 +672,7 @@ msgstr "" "Multi-Signature Wallets unterstützt. Über die App können mehrere Wallets " "und Kontakte auf einfache Art und Weise verwaltet werden." -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -768,7 +680,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." @@ -777,19 +689,19 @@ msgstr "" "`_ oder per E-Mail unter hi@bitbill.com zur " "Verfügung" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "Ownbit Wallet" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "Trust" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "https://trustwallet.com" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " @@ -800,7 +712,7 @@ msgstr "" "`__ unterstützt wird. Die Wallet unterstützt " "Dash, Bitcoin, Ethereum und eine große Zahl an Token und DApps." -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -808,7 +720,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " @@ -818,19 +730,19 @@ msgstr "" "tritt der `Trust Telegram-Gruppe `_ bei, um " "Support für Trust zu erhalten." -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "Trust Wallet auf einem iOS-Gerät" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -838,7 +750,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -846,25 +758,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "VegaWallet" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -876,7 +788,7 @@ msgstr "" "verschiedene Exchanges und Preisfindungsmechanismen integriert und " "Zahlungen können per NFC vorgenommen werden." -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -886,7 +798,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -895,26 +807,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "VegaWallet auf einem iOS-Gerät" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -922,13 +834,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1241,3 +1153,102 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "Spend Wallet auf einem iOS-Gerät" +#~ msgid "Atomic Wallet" +#~ msgstr "Atomic Wallet" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "https://atomicwallet.io" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" +#~ "Atomic Wallet bietet die Möglichkeiten " +#~ "mehrere Assets sicher zu lagern, diese" +#~ " gegeneinander zu tauschen und ein " +#~ "dezentralisiertes Auftragsbuch einzusehen. Die " +#~ "Wallet ist vielseitig, sicher und kann" +#~ " ihren Nutzern dabei helfen den " +#~ "Aufwand, der mit dem Halten und " +#~ "Tauschen von Kryptowährungen verbunden ist," +#~ " auf transparente und zuverlässige Art " +#~ "und Weise zu verringern." + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" +#~ "Alle Versionen von Atomic Wallet sind" +#~ " über https://atomicwallet.io verfügbar - " +#~ "du musst lediglich die Installationsdatei " +#~ "für dein Betriebssystem herunterladen und " +#~ "installieren. Atomic Wallet kann außerdem " +#~ "über den `Google Play Store für " +#~ "Android " +#~ "`__ " +#~ "installiert werden und soll bald für " +#~ "den Apple App Store für iOS " +#~ "erscheinen." + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" +#~ "Atomic Wallet bietet eine detaillierte " +#~ "Dokumentation zu allen Funktionen unter " +#~ "https://atomicwallet.freshdesk.com und weiterführende " +#~ "Links befinden sich hier:" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" +#~ "`Wie richte ich eine neue Wallet " +#~ "ein? " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" +#~ "`Loslegen mit Atomic Swaps " +#~ "`_" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "Atomic Wallet Portfolio Ansicht" + diff --git a/locale/de/LC_MESSAGES/index.po b/locale/de/LC_MESSAGES/index.po index d0964ba46..07132caa0 100644 --- a/locale/de/LC_MESSAGES/index.po +++ b/locale/de/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Nils Hermann , 2018\n" "Language: de\n" @@ -111,9 +111,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/developers/insight.po b/locale/el/LC_MESSAGES/docs/user/developers/insight.po index b89f0f65f..c7b607455 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -80,7 +80,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -108,3 +108,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po index b51cb1cb2..dad47b1d3 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,27 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: FULL NAME \n" +"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -33,8 +35,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -74,10 +76,11 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -90,10 +93,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -125,9 +128,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -150,9 +153,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -179,17 +182,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -210,8 +214,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -226,98 +231,132 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/developers/integration.po b/locale/el/LC_MESSAGES/docs/user/developers/integration.po index 3cd4c6d33..f91b4349c 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language: el\n" @@ -127,21 +127,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -397,6 +401,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -411,6 +416,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -423,51 +429,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -475,18 +483,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -496,64 +504,202 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -673,3 +819,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/features.po b/locale/el/LC_MESSAGES/docs/user/introduction/features.po index e338b4ba5..88e770759 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/features.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language: el\n" @@ -172,13 +172,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -208,7 +209,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -947,8 +948,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -979,7 +981,7 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" +msgid "12 (Current)" msgstr "" #: ../../docs/user/introduction/features.rst:495 @@ -1428,3 +1430,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/information.po b/locale/el/LC_MESSAGES/docs/user/introduction/information.po index 9bff4cd25..53882056b 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/information.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language: el\n" @@ -58,710 +58,582 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**Foundation:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +msgid "https://dash.tokenview.io" +msgstr "" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -770,11 +642,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -783,11 +655,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -795,22 +667,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -818,11 +690,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -830,7 +702,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -840,11 +712,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -853,11 +725,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -865,21 +737,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -890,22 +762,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -917,11 +789,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -931,11 +803,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -945,11 +817,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -960,22 +832,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -983,11 +855,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -996,11 +868,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1012,11 +888,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1024,11 +900,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1042,11 +918,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1054,11 +930,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1074,11 +950,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1092,61 +968,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1154,11 +1030,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1168,21 +1044,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1194,22 +1070,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1219,11 +1095,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1232,32 +1108,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1267,11 +1143,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1290,11 +1166,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1303,11 +1179,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1319,15 +1195,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1336,7 +1212,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1346,7 +1222,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1357,7 +1233,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1371,7 +1247,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1383,7 +1259,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1397,11 +1273,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1413,11 +1289,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1428,11 +1304,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1440,11 +1316,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1459,15 +1335,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1475,20 +1351,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1500,22 +1376,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1528,11 +1404,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1540,39 +1416,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1584,11 +1460,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1599,18 +1475,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1619,27 +1495,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1657,11 +1533,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1669,11 +1545,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1682,39 +1558,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1723,11 +1599,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1736,11 +1612,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1752,28 +1628,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1781,19 +1657,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1805,22 +1681,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1829,11 +1705,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1841,22 +1717,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1870,11 +1746,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1885,22 +1761,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1909,11 +1785,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1927,11 +1803,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1941,11 +1817,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1953,11 +1829,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1968,21 +1844,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1990,33 +1866,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2026,22 +1902,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2058,29 +1934,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2088,21 +1964,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2113,82 +1989,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2197,31 +2073,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2229,11 +2105,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2243,3 +2119,125 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**Foundation:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/el/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index ccc94aed0..000000000 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,57 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po index 1ca0e94ea..0099c27a6 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 75a60ce1e..6cbfcdd58 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 528b6bb34..4b094dcbf 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language: el\n" @@ -330,29 +330,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -360,94 +364,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -457,11 +461,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -473,50 +477,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -525,7 +529,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -535,18 +539,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -558,24 +562,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -583,7 +587,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -591,28 +595,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -620,14 +624,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -636,65 +640,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -702,28 +706,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -734,16 +738,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -752,23 +756,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -778,15 +782,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -794,241 +798,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "Sentinel" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1037,7 +1084,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1048,25 +1095,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1414,3 +1461,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po index ed9d1311d..8f3baa703 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -109,12 +109,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -127,13 +127,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -142,7 +142,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -162,7 +162,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -423,24 +423,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -774,3 +774,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po index 3ca9e878c..f56e1e38c 100644 --- a/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index ad4d2b9ca..9aa3c42c4 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language: el\n" "Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -37,15 +39,16 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -54,11 +57,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -71,251 +74,271 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index f59666c68..d36356f74 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -73,93 +73,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -170,85 +220,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -257,13 +307,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -272,23 +322,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -296,51 +346,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -351,11 +401,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -366,13 +416,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -380,25 +430,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -406,62 +456,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -470,61 +520,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -532,7 +582,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -543,11 +593,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -556,11 +606,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -570,23 +620,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -594,11 +644,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -610,23 +660,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -636,18 +686,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index d866620fd..f43e2e762 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -142,7 +142,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -240,10 +240,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -251,52 +253,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -304,7 +306,7 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" @@ -397,3 +399,21 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index bb73027ca..3ef0b0c72 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -214,10 +214,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -225,49 +227,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -275,11 +277,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -310,3 +312,13 @@ msgstr "" #~ " access to your funds." #~ msgstr "" +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index a9381cc03..b52268cbe 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: el\n" @@ -124,7 +124,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -135,8 +135,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -271,10 +271,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -282,49 +284,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -332,11 +334,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -434,3 +436,31 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 3adb99193..293e52395 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" +"Last-Translator: FULL NAME \n" +"Language: el\n" "Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -32,78 +34,97 @@ msgid "Advanced functions" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" + diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po index b8adef416..1817bcc9f 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: John Theman , 2022\n" "Language: el\n" @@ -65,20 +65,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Εγκατάσταση" @@ -93,22 +92,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "" @@ -122,86 +120,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -209,25 +143,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -238,33 +172,33 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 msgid "https://coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -272,7 +206,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -285,21 +219,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -308,11 +242,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -322,25 +256,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -351,7 +285,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -359,49 +293,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -410,7 +344,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -419,53 +353,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -473,7 +407,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -481,37 +415,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -520,7 +454,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -531,33 +465,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -565,7 +499,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -573,34 +507,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -611,7 +545,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -619,33 +553,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -653,32 +587,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -686,26 +620,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -713,7 +647,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -721,25 +655,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -747,7 +681,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -757,7 +691,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -766,26 +700,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -793,13 +727,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1042,3 +976,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/el/LC_MESSAGES/index.po b/locale/el/LC_MESSAGES/index.po index 66d7ac3c8..6a7f9bc41 100644 --- a/locale/el/LC_MESSAGES/index.po +++ b/locale/el/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: John Theman , 2018\n" "Language: el\n" @@ -108,9 +108,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/developers/insight.po b/locale/en/LC_MESSAGES/docs/user/developers/insight.po index c44c41b19..af0946a79 100644 --- a/locale/en/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/en/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -78,7 +78,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -142,3 +142,6 @@ msgstr "" #~ "endpoints>`_ will be available at::" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/en/LC_MESSAGES/docs/user/developers/integration-apis.po index b5600012b..b87e64213 100644 --- a/locale/en/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/en/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -231,15 +231,45 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" "CoinPayments is an integrated payment gateway for cryptocurrencies such " "as Dash. Shopping cart plugins are available for all popular webcarts " @@ -247,42 +277,42 @@ msgid "" "with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" "Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " "holds Private Keys on their server allowing merchants to withdraw funds " "in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" "Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" "fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" "You can add a simple price ticker widget to your website using the simple" " `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " @@ -291,11 +321,11 @@ msgid "" "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" "Many wallets can generate QR codes that are scannable to simplify entry " "of the Dash address. Printing these codes or posting the on your website " @@ -303,27 +333,27 @@ msgid "" "offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" "In Dash Core, go to the **Receive** tab, generate an address if " "necessary, and double-click it to display a QR code. Right-click on the " "QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" "In Dash for iOS, swipe to the left to display the **Receive Dash** " "screen. A QR code and address will appear. You can screenshot this to " "save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" "To generate a QR code from any Dash address, visit `CWA QR Code Generator" " `_ and simply paste your Dash address to " diff --git a/locale/en/LC_MESSAGES/docs/user/developers/integration.po b/locale/en/LC_MESSAGES/docs/user/developers/integration.po index 5cbbc39bd..7b11c0928 100644 --- a/locale/en/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/en/LC_MESSAGES/docs/user/developers/integration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -123,21 +123,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -393,6 +397,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -407,6 +412,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -419,51 +425,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -471,18 +479,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -492,64 +500,202 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "Technical guides for merchants using Dash. API and SDK resources." #~ msgstr "" @@ -1422,3 +1568,13 @@ msgstr "" #~ " an image." #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/introduction/features.po b/locale/en/LC_MESSAGES/docs/user/introduction/features.po index 5684443fd..61829166b 100644 --- a/locale/en/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/en/LC_MESSAGES/docs/user/introduction/features.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -165,13 +165,13 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -200,7 +200,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -939,7 +939,7 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" +msgid "10" msgstr "" #: ../../docs/user/introduction/features.rst:491 @@ -971,7 +971,7 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" +msgid "12 (Current)" msgstr "" #: ../../docs/user/introduction/features.rst:495 @@ -1420,3 +1420,23 @@ msgstr "" #~ msgid "10" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/introduction/information.po b/locale/en/LC_MESSAGES/docs/user/introduction/information.po index 55c90b535..676603480 100644 --- a/locale/en/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/en/LC_MESSAGES/docs/user/introduction/information.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -54,710 +54,582 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +msgid "https://dash.tokenview.io" +msgstr "" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -766,11 +638,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -779,11 +651,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -791,22 +663,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -814,11 +686,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -826,7 +698,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -836,11 +708,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -849,11 +721,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -861,21 +733,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -886,22 +758,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -913,11 +785,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -927,11 +799,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -941,11 +813,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -956,22 +828,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -979,11 +851,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -992,11 +864,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1008,11 +884,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1020,11 +896,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1038,11 +914,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1050,11 +926,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1070,11 +946,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1088,61 +964,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1150,11 +1026,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1164,21 +1040,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1190,22 +1066,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1215,11 +1091,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1228,32 +1104,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1263,11 +1139,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1286,11 +1162,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1299,11 +1175,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1315,15 +1191,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1332,7 +1208,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1342,7 +1218,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1353,7 +1229,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1367,7 +1243,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1379,7 +1255,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1393,11 +1269,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1409,11 +1285,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1424,11 +1300,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1436,11 +1312,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1455,15 +1331,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1471,20 +1347,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1496,22 +1372,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1524,11 +1400,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1536,39 +1412,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1580,11 +1456,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1595,18 +1471,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1615,27 +1491,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1653,11 +1529,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1665,11 +1541,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1678,39 +1554,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1719,11 +1595,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1732,11 +1608,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1748,28 +1624,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1777,19 +1653,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1801,22 +1677,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1825,11 +1701,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1837,22 +1713,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1866,11 +1742,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1881,22 +1757,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1905,11 +1781,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1923,11 +1799,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1937,11 +1813,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1949,11 +1825,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1964,21 +1840,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1986,33 +1862,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2022,22 +1898,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2054,29 +1930,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2084,21 +1960,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2109,82 +1985,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2193,31 +2069,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2225,11 +2101,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2245,3 +2121,125 @@ msgstr "" #~ msgid "**Blockfolio:** https://apps.apple.com/app/id1095564685" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/en/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 4b838ac38..000000000 --- a/locale/en/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,58 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 15:21-0500\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.11.0\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install," -" binary" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide" -" on installing and running Dash as a node, masternode or on testnet." -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" - diff --git a/locale/en/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/en/LC_MESSAGES/docs/user/masternodes/server-config.po index de4865206..966bbe1cd 100644 --- a/locale/en/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/en/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/en/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/en/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index a5b3c62a7..de4a9c1cc 100644 --- a/locale/en/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/en/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/en/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/en/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 738f2c3f2..03f668d54 100644 --- a/locale/en/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/en/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -326,29 +326,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -356,94 +360,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -453,11 +457,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -469,50 +473,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -521,7 +525,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -531,18 +535,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -554,24 +558,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -579,7 +583,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -587,28 +591,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -616,14 +620,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -632,65 +636,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -698,28 +702,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -730,16 +734,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -748,23 +752,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -774,15 +778,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -790,241 +794,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1033,7 +1080,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1044,25 +1091,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1410,3 +1457,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/en/LC_MESSAGES/docs/user/masternodes/understanding.po index 3d16a0ae3..d300311e0 100644 --- a/locale/en/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/en/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -107,12 +107,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -125,13 +125,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -140,7 +140,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -160,7 +160,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -421,24 +421,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -772,3 +772,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/en/LC_MESSAGES/docs/user/network/dashmate/index.po index 2f21a2139..878af9abf 100644 --- a/locale/en/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/en/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/en/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 5ecd830b3..cfd8020cf 100644 --- a/locale/en/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/en/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 15:21-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.11.0\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" "Set up address book, exchange rates, sweep paper wallets and change " "settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -88,11 +88,29 @@ msgid "" " USD*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" "Sweeping a paper wallet is a method of transferring the value stored on " "an address you may have received as a paper wallet or from an ATM into " @@ -103,7 +121,7 @@ msgid "" " your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" "To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" " wallet**. Tap the **Scan** button and scan the QR code from your paper " @@ -112,15 +130,15 @@ msgid "" "transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" "The Dash Android Wallet is a light wallet and functions in SPV mode, " "meaning it does not download a full copy of the blockchain. The network " @@ -129,20 +147,20 @@ msgid "" "the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" "The settings menu contains a range of options to control the behavior of " "the Dash Android Wallet. To access the settings, tap the **Menu button**," @@ -151,171 +169,171 @@ msgid "" "license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" "Enter a short name to be included in your QR codes when displaying to " "other users for scanning. The short name will then appear as a label in " "their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" "Specify whether or not to close the send dialog once a payment is " "complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" "Enables display of an indicator in the Android notification area to be " "able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" "Enabling this option prevents automatic peer discovery and forces " "connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" "Links to the Android **Data usage** function to view and/or restrict data" " usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" "Enables an Android system notification to remind you of any unspent Dash " "if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 +#: ../../docs/user/wallets/android/advanced-functions.rst:209 msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " "`_ to add" " further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " "creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" "Allows you to gather a range of information related to your wallet in " "order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" "Displays the extended public key for the seed used to generate addresses " "in your wallet. Providing your xpub to a third party will allow them to " "view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" "Resets data stored on your device relating to the blockchain. This data " "will need to be collected again from full nodes, similar to when setting " diff --git a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 916c0bdec..0d1b1bb2b 100644 --- a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -71,93 +71,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -168,85 +218,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -255,13 +305,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -270,23 +320,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -294,51 +344,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -349,11 +399,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -364,13 +414,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -378,25 +428,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -404,62 +454,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -468,61 +518,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -530,7 +580,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -541,11 +591,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -554,11 +604,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -568,23 +618,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -592,11 +642,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -608,23 +658,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -634,18 +684,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index c34d70250..67f26fdf0 100644 --- a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -140,7 +140,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -238,10 +238,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -249,52 +251,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -302,7 +304,7 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" @@ -395,3 +397,21 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 11534f55f..6c3adb699 100644 --- a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -212,10 +212,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -223,49 +225,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -273,11 +275,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -308,3 +310,13 @@ msgstr "" #~ " access to your funds." #~ msgstr "" +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 3ea6296d6..9aae08367 100644 --- a/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/en/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -122,7 +122,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -133,8 +133,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -269,10 +269,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -280,49 +282,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -330,11 +332,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -432,3 +434,31 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/en/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 16b3c25c4..83814311b 100644 --- a/locale/en/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/en/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 15:21-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.11.0\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -32,62 +32,80 @@ msgid "Advanced functions" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" "``sender`` is both your callback URL and the name of the app that you " "show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" "If the user enters the correct passcode, then the transaction is sent and" " the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" "Note: account is optional and corresponds to BIP32/BIP44 account, most of" " the time this should be 0. If account is not specified, we use account " @@ -95,16 +113,16 @@ msgid "" "``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" diff --git a/locale/en/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/en/LC_MESSAGES/docs/user/wallets/third-party.po index 713397997..61a69c074 100644 --- a/locale/en/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/en/LC_MESSAGES/docs/user/wallets/third-party.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,20 +61,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "" @@ -89,22 +88,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "" @@ -118,86 +116,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -205,25 +139,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -234,33 +168,33 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 msgid "https://coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -268,7 +202,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -281,21 +215,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -304,11 +238,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -318,25 +252,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -347,7 +281,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -355,49 +289,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -406,7 +340,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -415,53 +349,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -469,7 +403,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -477,37 +411,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -516,7 +450,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -527,33 +461,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -561,7 +495,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -569,34 +503,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -607,7 +541,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -615,33 +549,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -649,32 +583,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -682,26 +616,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -709,7 +643,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -717,25 +651,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -743,7 +677,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -753,7 +687,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -762,26 +696,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -789,13 +723,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1038,3 +972,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/en/LC_MESSAGES/index.po b/locale/en/LC_MESSAGES/index.po index d0444a745..919488a1d 100644 --- a/locale/en/LC_MESSAGES/index.po +++ b/locale/en/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -104,9 +104,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/developers/insight.po b/locale/es/LC_MESSAGES/docs/user/developers/insight.po index affee818c..9b9e9480b 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/insight.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language: es\n" @@ -89,7 +89,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -119,3 +119,6 @@ msgstr "La UI Insight del explorador de bloque estará disponible en::" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po index 40ba68f12..e6493566c 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # Jahlexis Lugo , 2023 # JZA , 2023 # Ivan SIerraalta , 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Ivan SIerraalta , 2023\n" +"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " +"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -39,11 +40,11 @@ msgstr "Servicios API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" -"Existen varios servicios API para facilitar la integración rápida y sencilla" -" con la red Dash para servicios que incluyen:" +"Existen varios servicios API para facilitar la integración rápida y " +"sencilla con la red Dash para servicios que incluyen:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -67,9 +68,9 @@ msgid "" "running your own infrastructure to support blockchain interactions. This " "includes mechanisms such as:" msgstr "" -"Los servicios de API generalmente se aprovechan para eliminar ese requisito " -"de ejecutar tu propia infraestructura para admitir las interacciones de " -"cadena de bloques. Esto incluye mecanismos tales como:" +"Los servicios de API generalmente se aprovechan para eliminar ese " +"requisito de ejecutar tu propia infraestructura para admitir las " +"interacciones de cadena de bloques. Esto incluye mecanismos tales como:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -85,16 +86,17 @@ msgstr "Procesamiento de pagos usando WebHooks." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" "Hay una variedad de opciones para respaldar estos métodos, con el " -"diferenciador clave como el modelo de fijación de precios y las funciones " -"compatibles. La siguiente lista de proveedores de API intenta delinear estas" -" características/diferenciadores claves y también incluye un enlace a la " -"documentación relacionada." +"diferenciador clave como el modelo de fijación de precios y las funciones" +" compatibles. La siguiente lista de proveedores de API intenta delinear " +"estas características/diferenciadores claves y también incluye un enlace " +"a la documentación relacionada." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -106,21 +108,22 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" "El Insight REST API de software libre que te proporciona una forma " -"conveniente, potente y sencilla de leer datos de la red de Dash y crear tus " -"propios servicios con ella. Una guía practica para iniciar con el API de " -"Insight y la interfaz del explorador de bloques de Insight esta disponible " -":ref:`here `." +"conveniente, potente y sencilla de leer datos de la red de Dash y crear " +"tus propios servicios con ella. Una guía practica para iniciar con el API" +" de Insight y la interfaz del explorador de bloques de Insight esta " +"disponible :ref:`here `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." msgstr "" -"Características: Transmisión de transacciones, notificaciones de WebSocket." +"Características: Transmisión de transacciones, notificaciones de " +"WebSocket." #: ../../docs/user/developers/integration-apis.rst:51 msgid "Pricing Model: Free / Open Source" @@ -144,19 +147,19 @@ msgid "" "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." msgstr "" -"BlockCypher es un simple RESTful JSON API para interactuar con cadenas de " -"bloques, que puede ser accedido a través de HTTP o HTTPS desde el dominio " -"api.blockcypher.com." +"BlockCypher es un simple RESTful JSON API para interactuar con cadenas de" +" bloques, que puede ser accedido a través de HTTP o HTTPS desde el " +"dominio api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" -"Características: Transmisión de transacción, Billetera HD / Generación de " -"direcciones, Retono de llamadas de WebSocket y WebHook, así como el reenvío " -"de pagos. BlockCypher no maneja llaves privadas." +"Características: Transmisión de transacción, Billetera HD / Generación de" +" direcciones, Retono de llamadas de WebSocket y WebHook, así como el " +"reenvío de pagos. BlockCypher no maneja llaves privadas." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -178,13 +181,13 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" "BitGo provee un API simple y robusto basado en RESTful y un SDK para el " -"cliente que integra la wallet de divisa digital con la aplicación. Soporte " -"para DASH InstantSend esta disponible." +"cliente que integra la wallet de divisa digital con la aplicación. " +"Soporte para DASH InstantSend esta disponible." #: ../../docs/user/developers/integration-apis.rst:91 msgid "" @@ -212,17 +215,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -243,8 +247,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -259,30 +264,61 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +#, fuzzy +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "Modelo de precios: Gratis / Fuente abierta" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "CoinPayments" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " @@ -292,79 +328,83 @@ msgstr "" "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" "Modelo de precios: 0.5% comisión de preocesamiento " "(https://www.coinpayments.net/help-fees)" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "Documentación: https://www.coinpayments.net/apidoc" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "Precio de tickers" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "Códigos R" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"En Dash para Android, toque **Solicitar Monedas** luego toque el codigo QR " -"para mostrar la imagen mas grande. Puede hacer captura de pantalla para " -"guardar una imagen." +"En Dash para Android, toque **Solicitar Monedas** luego toque el codigo " +"QR para mostrar la imagen mas grande. Puede hacer captura de pantalla " +"para guardar una imagen." -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -"En Dash para iOS, deslice a la izquierda para mostrar la pantalla **Recibir " -"Dash**. Un codigo QR y dirección aparecera. Puedes hacer una captura de " -"pantalla para guardar una imagen." +"En Dash para iOS, deslice a la izquierda para mostrar la pantalla " +"**Recibir Dash**. Un codigo QR y dirección aparecera. Puedes hacer una " +"captura de pantalla para guardar una imagen." -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" "Para generar un código QR de cualquier dirección, visita `CWA QR Code " "Generator `_ y simplemente pegue su dirección " "Dash para generar una imagen." + diff --git a/locale/es/LC_MESSAGES/docs/user/developers/integration.po b/locale/es/LC_MESSAGES/docs/user/developers/integration.po index 0d5d46219..e0b154458 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/integration.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language: es\n" @@ -131,21 +131,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -403,6 +407,7 @@ msgstr "" "dada." #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -423,6 +428,7 @@ msgstr "" "o a través que usan el script de notificación de wallets externas." #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -435,51 +441,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "zmqpubhashtx" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "zmqpubhashtxlock" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "zmqpubrawtx" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "zmqpubrawtxlock" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -487,18 +495,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "Transmitir Transacciones InstantSend" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -508,34 +516,36 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "Recursos adicionales" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " @@ -545,7 +555,7 @@ msgstr "" "InstantSend y están destinados a ayudar a proporcionar una comprensión " "más completa de las tecnologías subyacentes." -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" @@ -553,24 +563,177 @@ msgstr "" "`Información técnica en InstantSend " "`__" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +#, fuzzy +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "Recibiendo una transacción de InstantSend introduce dos requerimientos:" + +#: ../../docs/user/developers/integration.rst:298 +#, fuzzy +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" +"La habilidad de determinar el “estado de InstantSend” de la transacción " +"dada." + +#: ../../docs/user/developers/integration.rst:304 +#, fuzzy +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" +"El estado de InstantSend es típicamente determinado a través de " +"conexiones directas con el servicio de dash. `Notificaciones de ZMQ " +"`__, " +"o a través que usan el script de notificación de wallets externas." + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +#, fuzzy +msgid "zmqpubhashblock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:339 +#, fuzzy +msgid "zmqpubhashchainlock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:340 +#, fuzzy +msgid "zmqpubrawblock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:341 +#, fuzzy +msgid "zmqpubrawchainlock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:342 +#, fuzzy +msgid "zmqpubrawchainlocksig" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +#, fuzzy +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" +"`Información técnica en InstantSend " +"`__" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -690,3 +853,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/features.po b/locale/es/LC_MESSAGES/docs/user/introduction/features.po index 8c843d10c..785b31325 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/features.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2023\n" "Language: es\n" @@ -185,13 +185,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Masternode" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -221,7 +222,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1119,8 +1120,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1151,8 +1153,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1636,3 +1638,23 @@ msgstr "**Evan Duffield en el mapa de Evolution**, Dash noticias, 28 Junio 2017" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/information.po b/locale/es/LC_MESSAGES/docs/user/introduction/information.po index 3e98a3085..e52bc7768 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/information.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" "Language: es\n" @@ -65,315 +65,261 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "**Documentación de usuario:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -msgstr "" +#, fuzzy +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" +msgstr "**Documentación de usuario:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**Fundación:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub:** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution):** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIPs:** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "Sitios de Comunidad" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "http://thedashbrain.com" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "Foros" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "**Hilo de BitcoinTalk:** https://bitcointalk.org/index.php?topic=421615.0" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "Chat" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "**Telegram de Dash en Ingles:** https://t.me/dash_chat" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "**Telegram de Dash en Brasil:** https://telegram.me/dashbrasil" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "**Telegram de Dash en Rusia:** https://telegram.me/Dash_Ru" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" "**Dash Embassy D-A-CH Grupo de Telegram en Alemán:** " "https://t.me/dashembassydach" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "**Robot de Noticias de Dash en Telegram:** https://telegram.me/dashnews" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "**QQ 达世币官方群 DASH.China:** 419967021" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "**Freenode IRC:** #dashpay" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "Redes sociales" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "**Reddit:** https://www.reddit.com/r/dashpay" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "**Twitter:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "**Steemit:** https://steemit.com/@dashpay" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "**YouTube:** https://www.youtube.com/c/DashOrg" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "**Soundcloud:** https://soundcloud.com/dashpay" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "**Minds:** https://www.minds.com/Dashpay" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "Facebook" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "**Inglés (Oficial):** https://www.facebook.com/DashPay" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "**Brasil:** https://www.facebook.com/DashBrazil" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "**Dinamarca:** https://www.facebook.com/DashDenmark" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "**Alemania:** https://www.facebook.com/dashgermany" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "**Grecia:** https://www.facebook.com/DashGreece" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "**Polonia:** https://www.facebook.com/Dash.Polska" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "**Rusia:** https://www.facebook.com/Dash.Russia" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "**Vietnam:** https://www.facebook.com/dashvietnam" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "Twitter" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Dash Official Account:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#: ../../docs/user/introduction/information.rst:103 +#, fuzzy +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "**Ryan Taylor, CEO de Dash Core Group:** https://twitter.com/RTaylor05" -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" -msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" @@ -381,64 +327,31 @@ msgstr "" "**Joël Valenzuela, Editor en Jefe, Dash Force News:** " "https://twitter.com/TheDesertLynx" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" -"**Mark Mason, Director de Medios & PR, Dash Force News:** " -"https://twitter.com/StayDashy" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" -"**Amanda B. Johnson, Super fanatica de Dash y contratista financiada por " -"la DAO:** https://twitter.com/AmandaB_Johnson" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" -"**Tao of Satoshi, Fundador de Dash Nation y Contratista financiado por la" -" DAO:** `https://twitter.com/Dash_Nation " -"`__" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "**とみ三(Samurai33), Dash Japón:** https://twitter.com/samurai3311" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "Noticias" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "**Dash News En Español:** https://dashnewsespanol.com" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" @@ -446,55 +359,39 @@ msgstr "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "**Dash News Corea:** https://dashnewskorea.com" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "**Cointelegraph:** https://cointelegraph.com/tags/dash" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "**Dash News Alemania:** https://dash-news.de" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "**Dash Vietnam:** https://dashvn.blogspot.com" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "**Dash France:** https://dashfrance.com/" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "**Dash News China (Wechat):** dashnews (or scan QR below)" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "Blogs" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "**Blog de Evan Duffield:** https://medium.com/@eduffield222" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "**Dashdot:** https://dashdot.io/alpha/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "Wikipedia" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" @@ -502,15 +399,15 @@ msgstr "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "Inactivo" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "**Foro de Bitcoin.com:** https://forum.bitcoin.com/dash-f67" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" @@ -518,147 +415,145 @@ msgstr "" "**Página de Crypto-city.com:** https://www.crypto-city.com/index.php" "/dash-dash-coin" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "**Foro de Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "Herramietas" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "Exploradores de bloque, estadísticas y visualizaciones" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "https://www.coinexplorer.net/dash" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashvotetracker.com" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "Herramientas de la tesoreria" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "Administración de Masternode" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" -msgstr "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" +msgstr "https://www.coinexplorer.net/dash" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "Pryecto Dash Community" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "Páginas de DarkNet" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (Espejo de la página principal):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " @@ -668,57 +563,49 @@ msgstr "" "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "Aplicaciones móviles" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -726,37 +613,23 @@ msgstr "" "**Billetera Dash:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -764,19 +637,11 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -784,7 +649,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -792,15 +657,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "Glosario" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "Ataque del 51%" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -814,11 +679,11 @@ msgstr "" "autoridad de la red. Esto significa que cada cliente de la red cree en el" " bloque de transacción descifrado del atacante." -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "Dirección" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -833,11 +698,11 @@ msgstr "" "llaves utilizado por los tenedores de Dash para firmar transacciones " "digitalmente (Vea Llave Pública)" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "Algoritmo" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -849,11 +714,11 @@ msgstr "" " paso a paso para ser ejecutado. Los algoritmos realizan cálculos, " "procesamiento de datos, y/o automatización de tareas de razonamiento." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "Altcoin " -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -864,11 +729,11 @@ msgstr "" " Altcoin, o moneda alternativa, es cualquier otra criptomoneda que no sea" " Bitcoin." -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -881,11 +746,11 @@ msgstr "" "técnicos en naturaleza. Reguladores frecuentemente aplican las técnicas " "AML para intercambios de Dash." -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -898,7 +763,7 @@ msgstr "" " conjunto de rutinas, protocolos y herramientas para la construcción de " "software y aplicaciones." -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -915,11 +780,11 @@ msgstr "" "todos los bloques de construcción, los cuales son ensamblados por el " "programador." -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -933,11 +798,11 @@ msgstr "" "un chip diseñado para trabajar en un grabador digital de voz o para " ":ref:`mineros de Dash de alta eficiencia ` es un ASIC." -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "Cajero automático / BTM" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -950,11 +815,11 @@ msgstr "" "llamados 'BTM' o 'Dash AVMS.' Dash es compatible con varios :ref:`ATMs " "`." -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "Reserva" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." @@ -962,11 +827,11 @@ msgstr "" "La reserva generalmente se refiere a la acumulación en el tiempo de " "trabajo que espera por ser terminado u órdenes a ser cumplidas." -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "Respaldo" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -984,11 +849,11 @@ msgstr "" "equivalente de poder respaldar el efectivo en su billetera, de esa manera" " si lo pierdes, puedes restaurar el efectivo desde un respaldo." -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " @@ -999,11 +864,11 @@ msgstr "" " en el siguiente nivel de proyectos Blockchain (contratos inteligentes, " "votación descentralizada,...)" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "Cadena de Bloques" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -1025,11 +890,11 @@ msgstr "" "de cualquier cadena de bloques ejecutable. Cada bloque contiene una marca" " de tiempo e información conectada a un bloque previo." -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "Bloques" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -1045,11 +910,11 @@ msgstr "" "usuarios conocidos como \"mineros\" los cuales usan un software " "especializado o equipo específicamente diseñado para crear bloques." -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -1059,11 +924,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "Billetera en la nube" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -1082,11 +947,11 @@ msgstr "" "las llaves privadas. No recomendamos que guardes grandes cantidades de " "fondos en billeteras en linea." -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "Transacción de Coinbase" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " @@ -1097,11 +962,11 @@ msgstr "" "es dividido entre el minero y un masternode seleccionado " "deterministicamente." -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "Almacenamiento frío" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -1113,11 +978,11 @@ msgstr "" "desconectada de internet, una billetera fisica dedicada, un dispositivo " "USB, o una :ref:`billetera de papel `." -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "Transacción Confirmar(da)." -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -1132,11 +997,16 @@ msgstr "" "confirmación aumenta a medida que se agregan más bloques a la cadena de " "bloques." -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "Número de confirmación" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +#, fuzzy +msgid "confirmations" +msgstr "Cero confirmaciones" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1157,11 +1027,11 @@ msgstr "" "confirmación. Con seis confirmaciones usualmente la transacción es " "considerada \"segura\" e irreversible." -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "Transacción confirmada" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1174,11 +1044,11 @@ msgstr "" "unos segundos, pero aún deben escribirse en la cadena de bloques (y por " "lo tanto, \"confirmados\")." -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1203,11 +1073,11 @@ msgstr "" "distinguiendo estos elementos centrales de una computadora de componentes" " externos como la memoria principal y los circuitos de E / S." -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "Criptomoneda" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1219,11 +1089,11 @@ msgstr "" "criptografía para asegurar las transacciones y controlar la creación de " "nuevas unidades." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "Criptografía" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1252,11 +1122,11 @@ msgstr "" " Las aplicaciones de criptografía incluyen tarjetas de cajero automático," " contraseñas de computadora y comercio electrónico." -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1270,11 +1140,11 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1282,11 +1152,11 @@ msgstr "" "Protocolo de Aplicación Descentralizada. Este termino describe una " "aplicación que se ejecuta encima de la plataforma DAPI de Dash." -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "Cliente DAP" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." @@ -1294,11 +1164,11 @@ msgstr "" "Un cliente HTTP que se conecta a DAPI y permite a los usuarios de la " "cadena de bloque de Dash leer y escribir datos en su Espacio DAP." -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "Esquema DAP" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." @@ -1306,11 +1176,11 @@ msgstr "" "Un documento de Esquema Dash que amplía el esquema del sistema Dash para " "definir datos y reglas de consenso dentro de un contrato DAP." -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "Espacio DAP" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." @@ -1319,11 +1189,11 @@ msgstr "" "cadena de bloques. Los datos en un Espacio DAP pueden ser cambiados solo " "por el dueño." -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "Estado DAP" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1331,11 +1201,11 @@ msgstr "" "El conjunto total de datos almacenados en una DAP. Estos datos consisten " "en Espacios DAP de usuarios." -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1347,11 +1217,11 @@ msgstr "" "con quórumes de masternodes actuando como puntos finales para la " "comunicación API." -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1368,11 +1238,11 @@ msgstr "" "fluctuaciones en el poder de hash. Sin embargo no sufre con la explosión " "de la deformación del tiempo." -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1380,11 +1250,11 @@ msgstr "" "Dash fue inicialmente lanzada como XCoin, y fue renombrada Darkcoin y " "finalmente Dash." -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1396,11 +1266,11 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " @@ -1411,11 +1281,11 @@ msgstr "" "DashDrive implementa `IPFS `_, un tipo de sistema de " "almacenamiento distribuido." -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "Cliente Dash" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1432,11 +1302,11 @@ msgstr "" "transacciones con el resto de la red, creando una sólida infraestructura " "descentralizada." -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Billetera Dash Core" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1445,11 +1315,11 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " @@ -1460,11 +1330,11 @@ msgstr "" "PayPal, mientras sigue permaneciendo descentralizado. Vea la página " ":ref:`Evolution ` para más información." -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "Esquema Dash" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." @@ -1472,11 +1342,11 @@ msgstr "" "Una especificación de lenguaje basada en JSON para definir y validar " "datos de consenso en Evolution." -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1493,11 +1363,11 @@ msgstr "" "legítimos. Los exchanges de Dash algunas veces han sido golpeados con " "ataques DDoS." -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "Decentralizado" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1533,11 +1403,11 @@ msgstr "" "sistemas para maximizar la eficiencia. Sin embargo, es discutible si " "estas redes aumentan la eficacia general." -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "Biletera de escritorio" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1551,11 +1421,11 @@ msgstr "" "Core ` / :ref:`Billetera Dash Electrum ` / :ref:`Billeteras de Hardware `" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "Dificultad" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1576,17 +1446,17 @@ msgstr "" "la disponibilidad de mineros ASIC especializados han causado que la " "dificultad aumente con el tiempo." -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "Billetera digital" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" "Vea :ref:`este enlace ` para documentación completa de las " "billeteras." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1601,7 +1471,7 @@ msgstr "" "pierdas el acceso a tus Dash. Las billeteras digitales pueden existir en " "muchas formas diferentes y en muchos dispositivos:" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1618,7 +1488,7 @@ msgstr "" "tus archivos de la billetera para asegurar que no pierdas el acceso a tus" " fondos." -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1637,7 +1507,7 @@ msgstr "" "seguridad con teléfonos móviles, se recomienda no almacenar grandes " "cantidades de fondos en estas billeteras." -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1662,7 +1532,7 @@ msgstr "" "encarecidamente a que NUNCA almacene grandes cantidades de Dash en " "cualquier billetera en línea o intercambio de criptomonedas." -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1682,7 +1552,7 @@ msgstr "" "acceso fácil a tus claves privadas mientras las mantienes protegidas de " "forma segura." -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1708,11 +1578,11 @@ msgstr "" "almacenamiento a largo plazo (varios años) porque se degradan con el " "tiempo." -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1724,11 +1594,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "Firma digital" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1747,11 +1617,11 @@ msgstr "" "probar, por ejemplo, que usted es el propietario de una determinada " "dirección de Dash." -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "Billetera Electrum" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1759,11 +1629,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "Encriptación" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1791,15 +1661,15 @@ msgstr "" "moderno bien diseñado como el AES-256 se considera esencialmente " "\"incorruptible\"." -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "Servicios de garantía" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "Un `fideicomiso `_ es:" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1811,7 +1681,7 @@ msgstr "" "desembolso depende de las condiciones acordadas por las partes que " "realizan la transacción; o" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " @@ -1821,7 +1691,7 @@ msgstr "" " del corredor u otra persona hasta la consumación o terminación de una " "transacción; o" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1829,7 +1699,7 @@ msgstr "" "una cuenta de garantía mantenida a nombre del prestatario para pagar " "obligaciones tales como impuestos a la propiedad y primas de seguro." -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1849,11 +1719,11 @@ msgstr "" " cumplido con los términos del acuerdo, él/ella enviará los fondos y el " "producto (o moneda) que se le compró a la parte correspondiente." -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " @@ -1863,11 +1733,11 @@ msgstr "" "InstantSend y PrivateSend. Antes de crear Dash, Evan era asesor " "financiero y posee una licencia de la Serie 65." -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "Casa de cambio " -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1891,11 +1761,11 @@ msgstr "" "pagos que realice un intercambio instantáneo al momento de cada " "transacción." -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "Grifo" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1908,11 +1778,11 @@ msgstr "" "reclamen a cambio de completar un captcha o una tarea como se describe " "por el sitio web." -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "Entrada de dinero fiduciario." -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" @@ -1920,11 +1790,11 @@ msgstr "" "`Dinero fiduciario `_ ha sido " "definido diversamente como:" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "Cualquier dinero declarado por un gobierno para ser moneda de curso legal." -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." @@ -1932,23 +1802,23 @@ msgstr "" "Dinero emitido por el estado que no es convertible por ley a ninguna otra" " cosa, ni se fija en valor en términos de cualquier estándar objetivo." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" "Dinero intrínsicamente sin valor, usado como dinero por decreto de un " "gobierno." -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" "Los ejemplos incluyen el Dólar de estadounidense, el Euro el Yen, " "etcétera." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1969,11 +1839,11 @@ msgstr "" "han comenzado a utilizar la tecnología de cadena de bloques, que es la " "misma tecnología que respalda a Dash y Bitcoin." -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "Bifurcación" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1993,7 +1863,7 @@ msgstr "" "bifurcaciones pueden, sin embargo, ser extremadamente peligrosas y deben " "evitarse si es posible." -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " @@ -2003,11 +1873,11 @@ msgstr "" "software en la red. Dash usa un sistema de bifurcación multi-fase " "(“:ref:`Spork `”) para mayor flexibilidad y seguridad." -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "Nodos completos" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -2022,27 +1892,27 @@ msgstr "" "decentralización permitiendo a cualquier usuario revisar dos veces la " "validez de la cadena de bloques." -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "Fungible" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "Cada unidad de la moneda tiene el mismo valor que cualquier otra unidad" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "Bloque de Genesis" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "El primer bloque en la cadena de boques." -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -2076,11 +1946,11 @@ msgstr "" " criptomonedas utilizan algoritmos de minería que se ejecutan de manera " "más eficiente en las GPU." -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "Billetera de Hardware" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -2093,11 +1963,11 @@ msgstr "" "expuesta a internet. Aun seras capaz de firmar transacciones como " "siempre, haciéndolo tanto seguro como conveniente." -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "Hash" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -2112,11 +1982,11 @@ msgstr "" "cambiar incluso la parte más pequeña de la entrada producirá una salida " "completamente diferente." -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "Velocidad de Hash" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." @@ -2124,11 +1994,11 @@ msgstr "" "El número de hashes que pueden ejecutados un minero de Dash en un período" " de tiempo (usualmente un segundo)." -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." @@ -2136,19 +2006,19 @@ msgstr "" "Servidor de información de cadena de bloques usado para impulsar " "exploradores de bloque y respuestas a consultas de transacciones." -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "Ver InstantSend" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -2163,11 +2033,11 @@ msgstr "" "InstantSend son \"bloqueadas\" y son irreversibles después de unos pocos " "segundos." -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "Liquidez" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -2181,11 +2051,11 @@ msgstr "" "resultado de un mercado ilíquido es la volatilidad del precio y la " "incapacidad para determinar fácilmente el valor de un activo." -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -2197,11 +2067,11 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "Masternode" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" @@ -2212,17 +2082,17 @@ msgstr "" "la recompensa de bloque. los Masternodes requieren prueba de propiedad de" " 1000 DASH." -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "Minería" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -2230,19 +2100,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "Billetera móvil" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "Son billeteras disponibles en dispositivos móviles (iOS + Android)." -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "MultiSig" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -2262,11 +2132,11 @@ msgstr "" "están en posesión de grandes sumas de criptomonedas, haciendo que los " "robos sean mucho mas difíciles." -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "Nodo" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " @@ -2277,11 +2147,11 @@ msgstr "" "toda la cadena de bloques y la sirven a otros clientes en la red punto a " "punto de Dash." -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -2296,11 +2166,11 @@ msgstr "" "gran cantidad de criptomonedas y teme que una gran orden de compra o " "venta mueva el precio (llamado \"deslizamiento\")." -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -2313,11 +2183,11 @@ msgstr "" " una transacción se tratan entre sí a través de un único punto de " "mediación." -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "Billetera de papel" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2328,11 +2198,11 @@ msgstr "" "aseguradas y almacenadas, son consideradas la forma mas segura de " "almacenar criptomonedas." -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "Privacidad" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -2346,11 +2216,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "Llave privada" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -2369,22 +2239,22 @@ msgstr "" "a alguien gastar Dash, es importante que estos se mantengan seguros y " "secretos." -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "Prueba de Servicio - PoSe" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -2398,11 +2268,11 @@ msgstr "" "masternode ingresar y subir a través de la lista global y eventualmente " "dentro del grupo de selección para recibir pago." -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "Prueba de tenencia - PoS" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -2428,11 +2298,11 @@ msgstr "" "\"votar\" para aceptar tanto la cadena legítima como la cadena del " "atacante." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "Prueba de trabajo - PoW" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -2448,11 +2318,11 @@ msgstr "" "tipo, cualquier nodo podría agregar bloques a la cadena y los nodos de la" " red nunca acordarían qué cadena era válida." -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "Llave pública" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -2465,11 +2335,11 @@ msgstr "" "firmar mensajes, la llave pública es usada para verificar que la firma es" " válida." -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "Subidas y bajadas" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -2487,11 +2357,11 @@ msgstr "" "hace que el valor se desplome. Esto es particularmente común en mercados " "con baja liquidez, como algunas altcoins." -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." @@ -2500,11 +2370,11 @@ msgstr "" "conformación de un grupo determinado por por algún algoritmo de " "determinación." -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "Código QR" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2517,11 +2387,11 @@ msgstr "" " móviles, y se utilizan con frecuencia para codificar las direcciones de " "Dash." -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "Satoshi Nakamoto" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " @@ -2531,11 +2401,11 @@ msgstr "" "el nombre utilizado por la persona o personas que diseñaron Bitcoin y " "crearon su implementación de referencia original." -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2545,11 +2415,11 @@ msgstr "" "documentación usadas por los desarrolladores para crear aplicaciones " "dirigidas a un hardware especifico o plataforma de software." -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "Signaling (Señales)" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2559,11 +2429,11 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "Vista del Estado" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" @@ -2573,11 +2443,11 @@ msgstr "" "transición de estado hayan sido aplicados. Utilizado en Evolution para " "determinar que sera mostrado en una billetera social dada, por ejemplo." -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2609,11 +2479,11 @@ msgstr "" "desactivar de la misma manera, sin la necesidad de una reversión en toda " "la red o actualización del cliente." -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "Monedas corruptas" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." @@ -2622,19 +2492,19 @@ msgstr "" "direcciones. Solo es importante si el usuario intenta permanecer en el " "anonimato." -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "Dash de prueba, usado en la :ref:`red de prueba `." -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "Red de prueba" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2647,11 +2517,11 @@ msgstr "" "contraparte en la red principal en un ambiente seguro donde los errores y" " bifurcaciones no son dañinos." -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." @@ -2659,11 +2529,11 @@ msgstr "" "Un protocolo de enrutamiento anónimo utilizado por personas que desean " "ocultar su identidad en línea." -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "Transacción" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2681,11 +2551,11 @@ msgstr "" " `_, y puede ser" " usado para manejar usuarios de la cadena de bloques, por ejemplo." -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "Bloque de transacción" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." @@ -2693,11 +2563,11 @@ msgstr "" "Un conjunto de transacciones en la red de Dash, reunidos en un bloque que" " luego puede ser hasheado y agregado a la cadena de bloques." -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "Comisión de transacción" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " @@ -2708,11 +2578,11 @@ msgstr "" "concede al minero que que marque el bloque que contiene la transacción " "relevante." -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "Transacciones no confirmadas" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2723,19 +2593,19 @@ msgstr "" "cadena de bloques\". Las transacciones no confirmadas se pueden revertir " "y no se deben considerar como \"finales\"." -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "Dirección de vanidad" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "Una dirección de Dash con un patrón deseable, como un nombre." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "Dash virgen" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" @@ -2744,11 +2614,11 @@ msgstr "" " masternode. Estos aún no se han gastado en ningún lado y son " "\"vírgenes\"." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "Volatilidad" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." @@ -2756,11 +2626,11 @@ msgstr "" "La medida del movimiento del precio en el tiempo en el comercio de un " "activo ( incluyendo Dash)" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "Billetera" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " @@ -2771,11 +2641,11 @@ msgstr "" "cadena de bloques es el registro de los balances de Dash (y " "transacciones) asociados con esas direcciones." -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2789,11 +2659,11 @@ msgstr "" " propósito es ayudar a los lectores a entender un aspecto, resolver un " "problema o tomar una decisión." -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." @@ -2801,11 +2671,11 @@ msgstr "" ":ref:`X11 ` es una algoritmo de hasheo creado por el " "desarrollador del Core Team, Evan Duffiden." -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "Cero confirmaciones" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." @@ -2813,11 +2683,11 @@ msgstr "" "Esta es una transacción sin ningún tpo de confirmación de la cadena de " "bloques. Es técnicamente reversible ( excepto si InstantSend fue usado)" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2829,11 +2699,11 @@ msgstr "" "transacción. y el vout la lista de variables de salida. Los Masternodes " "requieren 1000 DASH vin (monto exacto) para poder trabajar." -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2846,3 +2716,136 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**Fundación:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" +#~ "**Mark Mason, Director de Medios & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" +#~ "**Amanda B. Johnson, Super fanatica de" +#~ " Dash y contratista financiada por la" +#~ " DAO:** https://twitter.com/AmandaB_Johnson" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" +#~ "**Tao of Satoshi, Fundador de Dash " +#~ "Nation y Contratista financiado por la" +#~ " DAO:** `https://twitter.com/Dash_Nation " +#~ "`__" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "**Dash News En Español:** https://dashnewsespanol.com" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "**Dash News Alemania:** https://dash-news.de" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "**Dash Vietnam:** https://dashvn.blogspot.com" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "**Dash France:** https://dashfrance.com/" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "https://www.cryptonator.com/widget" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" + diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/es/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 1bdec33d0..000000000 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,68 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Jahlexis Lugo , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "Instalando Dash utilizando un manejador de paquetes." - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" -"dash, criptomeda, fedora, ubuntu, rpm, apt, git, masternode, instalar, " -"binario" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "Temas avanzados" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "Instalando Dash en Fedora Linux" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" -"El desarrollador t0dd ha desarrollado paquetes y escrito una excelente guía " -"para instalar y correr Dash como un nodo, Masternode o en la testnet." - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "Instalando Dash en Ubuntu Linux" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" -"Los binarios de Dash están bajo desarrollo para distribuirlos a través del " -"repositorio de sistema del Ubuntu Linux Launchpad. Vuelve a consultar aquí " -"para más detalles una vez que se realice un anuncio de lanzamiento." diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po index 0f95b794d..32689eb0f 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: es\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 5916b8734..4df22d26e 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: es\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 8d4903810..03b442614 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: JZA , 2022\n" "Language: es\n" @@ -359,29 +359,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -389,94 +393,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "Llave privada del dueño" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "Llave privada votando" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -486,11 +490,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -502,50 +506,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "Identifica la transacción de financiamiento" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "Genera un par de llaves BLS" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -554,7 +558,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -564,18 +568,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "Agrega la llave privada para la configuración de masternodes" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -587,24 +591,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "Prepara una transacción de ProRegTx" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -612,7 +616,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -620,28 +624,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -649,14 +653,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -665,7 +669,7 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" @@ -673,59 +677,59 @@ msgstr "" "Abre un editor de texto tal como un bloq de notas para preparar este " "comando. Reemplaza cada argumento para los comandos siguientes:" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -733,28 +737,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "Ejemplo (elimina salto de lineas de copiado)::" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "Salida::" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "Firma la transacción ProRegTx" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -765,16 +769,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "Ejemplo::" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "Ingresa el mensaje firmado" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -783,23 +787,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "Donde:" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -809,15 +813,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -825,233 +829,276 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "Tor" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "Sentinela" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" "Cuando se completa la sincronización, deberías ver la siguiente " "respuesta::" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" -msgstr "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" +msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." @@ -1060,11 +1107,11 @@ msgstr "" "escribiendo ``salir``. ¡Felicitaciones! Tu masternode ahora se está " "ejecutando." -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1073,7 +1120,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1084,25 +1131,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1525,3 +1572,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po index d6c0a16d2..5ec113895 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: JZA , 2022\n" "Language: es\n" @@ -141,12 +141,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -159,13 +159,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -175,7 +175,7 @@ msgid "Masternode" msgstr "Masternodes vs. minería" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -195,7 +195,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -490,24 +490,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 #, fuzzy -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "Lógica de pagos" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -799,3 +799,75 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po index 7da6cf16e..66ec8bade 100644 --- a/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: es\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index d27b715c7..6a13b009e 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,38 +1,39 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # pedrosp , 2022 # Leon White , 2022 # Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" +"Language: es\n" "Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " +"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -"Configurar una libreta de direcciones, tasas de cambio, barrer billeteras de" -" papel y cambiar las configuraciones en la billetera Dash de Android." +"Configurar una libreta de direcciones, tasas de cambio, barrer billeteras" +" de papel y cambiar las configuraciones en la billetera Dash de Android." -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" "dash, móvil, billetera, android, libreta de direcciones, papel, tasas de " @@ -48,28 +49,29 @@ msgstr "Libreta de direcciones" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" "Tu billetera Android te permite administrar direcciones de uso frecuente " "mediante la adición de una etiqueta que te ayudará a identificar al " "propietario. También puedes etiquetar tus propias direcciones en la " -"billetera para realizar un seguimiento de los pagos regulares que recibes. " -"Puedes acceder a la libreta de direcciones tocando el **Botón de menú**, " -"luego **Libreta de direcciones**. Aparecerá una pantalla en la que puedes " -"deslizar el dedo hacia la izquierda y hacia la derecha entre tus propias " -"direcciones y las direcciones a las que envías Dash con frecuencia, como por" -" ejemplo, miembros de la familia. Toca el botón **Más opciones** para " -"**Pegar desde el portapapeles** o para **Escanear dirección** desde un " -"código QR, o toca una dirección existente para **Enviar Dash** o **Editar** " -"la etiqueta ." +"billetera para realizar un seguimiento de los pagos regulares que " +"recibes. Puedes acceder a la libreta de direcciones tocando el **Botón de" +" menú**, luego **Libreta de direcciones**. Aparecerá una pantalla en la " +"que puedes deslizar el dedo hacia la izquierda y hacia la derecha entre " +"tus propias direcciones y las direcciones a las que envías Dash con " +"frecuencia, como por ejemplo, miembros de la familia. Toca el botón **Más" +" opciones** para **Pegar desde el portapapeles** o para **Escanear " +"dirección** desde un código QR, o toca una dirección existente para " +"**Enviar Dash** o **Editar** la etiqueta ." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -77,22 +79,21 @@ msgstr "*Acceder a la libreta de direcciones y agregar una dirección*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" -"También puedes agregar etiquetas directamente desde la pantalla principal " -"del historial de transacciones presionando el botón **Más opciones** para la" -" transacción (tres puntos verticales) y seleccionando **Agregar etiqueta a " -"tu dirección**, **Editar etiqueta de tu dirección**, **Agregar dirección de " -"envío** o **Editar etiqueta de dirección de envío**." +"También puedes agregar etiquetas directamente desde la pantalla principal" +" del historial de transacciones presionando el botón **Más opciones** " +"para la transacción (tres puntos verticales) y seleccionando **Agregar " +"etiqueta a tu dirección**, **Editar etiqueta de tu dirección**, **Agregar" +" dirección de envío** o **Editar etiqueta de dirección de envío**." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" -msgstr "" -"*Agregar y editar etiquetas de direcciones en la vista de transacciones*" +msgstr "*Agregar y editar etiquetas de direcciones en la vista de transacciones*" #: ../../docs/user/wallets/android/advanced-functions.rst:53 msgid "Exchange rates" @@ -100,198 +101,218 @@ msgstr "Tipo de cambio" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" -"La billetera de Dash para Android te permite mostrar el valor equivalente de" -" tu saldo de Dash y en transacciones seleccionando una moneda fiduciaria " -"predeterminada. Para seleccionar una moneda predeterminada, presiona el " -"**botón de menú**, luego **Tasas de cambio**. Encuentra tu moneda fiduciaria" -" preferida, luego presiona el botón **Más opciones** para esa moneda y " -"selecciona **Establecer como predeterminado**. La tasa de cambio para esta " -"moneda aparecerá al enviar Dash, y también puedes tocar en el campo de " -"moneda fiduciaria para ingresar el valor en la moneda fiduciaria " -"directamente, en lugar de en Dash." +"La billetera de Dash para Android te permite mostrar el valor equivalente" +" de tu saldo de Dash y en transacciones seleccionando una moneda " +"fiduciaria predeterminada. Para seleccionar una moneda predeterminada, " +"presiona el **botón de menú**, luego **Tasas de cambio**. Encuentra tu " +"moneda fiduciaria preferida, luego presiona el botón **Más opciones** " +"para esa moneda y selecciona **Establecer como predeterminado**. La tasa " +"de cambio para esta moneda aparecerá al enviar Dash, y también puedes " +"tocar en el campo de moneda fiduciaria para ingresar el valor en la " +"moneda fiduciaria directamente, en lugar de en Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" msgstr "" "*Seleccionar una tasa de cambio fija a moneda fiduciaria y crear una " "transacción denominada en USD*" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "Arrastrar la billetera de papel" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" "Arrastrar una billetera de papel es un método para transferir el valor " -"almacenado en una dirección que hayas recibido como billetera de papel o de " -"un cajero automático a tu propia billetera. Debes tener acceso a la llave " -"privada para que una dirección use esta función. En este proceso, todos los " -"Dash almacenados en la dirección se enviarán a una nueva dirección que se ha" -" generado determinísticamente a partir de tu semilla de billetera. Las " -"llaves privadas que arrastras no se vuelven parte de tu billetera." - -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +"almacenado en una dirección que hayas recibido como billetera de papel o " +"de un cajero automático a tu propia billetera. Debes tener acceso a la " +"llave privada para que una dirección use esta función. En este proceso, " +"todos los Dash almacenados en la dirección se enviarán a una nueva " +"dirección que se ha generado determinísticamente a partir de tu semilla " +"de billetera. Las llaves privadas que arrastras no se vuelven parte de tu" +" billetera." + +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" "Para arrastrar una billetera de papel, presiona el **Botón de menú** y " -"selecciona **Arrastrar Billetera de papel**. Presiona el botón **Escanear** " -"y escanea el código QR de tu billetera de papel. Una vez que se haya " -"identificado la llave privada, presiona **Arrastrar** para crear la " -"transacción moviendo los Dash hacia tu billetera. Una vez que se confirma " -"esta transacción, el papel no tiene valor y debe ser destruido." +"selecciona **Arrastrar Billetera de papel**. Presiona el botón " +"**Escanear** y escanea el código QR de tu billetera de papel. Una vez que" +" se haya identificado la llave privada, presiona **Arrastrar** para crear" +" la transacción moviendo los Dash hacia tu billetera. Una vez que se " +"confirma esta transacción, el papel no tiene valor y debe ser destruido." -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" -msgstr "" -"*Arrastrar una billetera de papel con 0.10 DASH en la billetera Android*" +msgstr "*Arrastrar una billetera de papel con 0.10 DASH en la billetera Android*" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "Monitor de red" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" "La billetera de Dash para Android es una billetera liviana y funciona en " -"modo SPV, lo que significa que no descarga una copia completa de la cadena " -"de bloques. El monitor de red te permite ver detalles sobre los nodos " -"completos a los que está conectado. También puedes deslizar hacia la " -"izquierda para ver los bloques a medida que se crean en la cadena de " +"modo SPV, lo que significa que no descarga una copia completa de la " +"cadena de bloques. El monitor de red te permite ver detalles sobre los " +"nodos completos a los que está conectado. También puedes deslizar hacia " +"la izquierda para ver los bloques a medida que se crean en la cadena de " "bloques." -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" -msgstr "" -"*Visualización de pares y bloques para monitorear la actividad de la red*" +msgstr "*Visualización de pares y bloques para monitorear la actividad de la red*" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "Configuración" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "*El menú de Configuración en la billetera de Dash para Android*" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -"El menú de configuración contiene una variedad de opciones para controlar el" -" comportamiento de la billetera de Dash para Android. Para acceder a la " -"configuración, presiona el **botón de Menú**, luego **Configuración**. A " -"continuación, puedes elegir entre **Configuración**, **Diagnóstico** y " -"**Acerca de**, que muestra la versión de la billetera, el derecho de autor, " -"la licencia y la información del código fuente." +"El menú de configuración contiene una variedad de opciones para controlar" +" el comportamiento de la billetera de Dash para Android. Para acceder a " +"la configuración, presiona el **botón de Menú**, luego **Configuración**." +" A continuación, puedes elegir entre **Configuración**, **Diagnóstico** y" +" **Acerca de**, que muestra la versión de la billetera, el derecho de " +"autor, la licencia y la información del código fuente." -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "Denominación y precisión" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"Selecciona la cantidad de decimales que se mostrarán para las denominaciones" -" de DASH, o cambia a las denominaciones mDASH o μDASH" +"Selecciona la cantidad de decimales que se mostrarán para las " +"denominaciones de DASH, o cambia a las denominaciones mDASH o μDASH" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "Nombre propio" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -"Ingresa un nombre corto que se incluirá en tus códigos QR cuando se muestre " -"a otros usuarios para escanear. El nombre corto aparecerá como una etiqueta " -"en su billetera para verificar el destinatario y simplificar el manejo de la" -" dirección." +"Ingresa un nombre corto que se incluirá en tus códigos QR cuando se " +"muestre a otros usuarios para escanear. El nombre corto aparecerá como " +"una etiqueta en su billetera para verificar el destinatario y simplificar" +" el manejo de la dirección." -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "Diálogo de cierre automático para enviar monedas" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" "Especifica si se debe cerrar o no el diálogo de envío una vez que se " "completa un pago." -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "Indicador de conectividad" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -"Permite visualizar un indicador en el área de notificación de Android para " -"poder verificar rápidamente la conectividad." +"Permite visualizar un indicador en el área de notificación de Android " +"para poder verificar rápidamente la conectividad." -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "Par de confianza" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -"Ingresa la dirección IP o el nombre de host de un solo par para conectarte." +"Ingresa la dirección IP o el nombre de host de un solo par para " +"conectarte." -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "Omitir el descubrimiento regular de pares " -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -"Al habilitar esta opción, se impide el descubrimiento automático de pares y " -"se fuerza la conexión con el único par de confianza especificado." +"Al habilitar esta opción, se impide el descubrimiento automático de pares" +" y se fuerza la conexión con el único par de confianza especificado." -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "Bloquear explorador" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." @@ -299,129 +320,130 @@ msgstr "" "Te permite seleccionar qué explorador de bloques deseas usar para las " "funciones que enlazan con un explorador de bloques." -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "Uso de datos" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -"Enlaces a la función de Android **Uso de datos** para ver y/o restringir el " -"uso de datos para la aplicación." +"Enlaces a la función de Android **Uso de datos** para ver y/o restringir " +"el uso de datos para la aplicación." -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "Recordatorio de saldo" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -"Permite que una notificación del sistema Android te recuerde cualquier Dash " -"que no ha sido gastado si no abres la aplicación en ese momento." +"Permite que una notificación del sistema Android te recuerde cualquier " +"Dash que no ha sido gastado si no abres la aplicación en ese momento." -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "Habilitar InstantSend" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -"Habilita la funcionalidad para usar InstantSend para enviar y recibir Dash." +"Habilita la funcionalidad para usar InstantSend para enviar y recibir " +"Dash." -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "Habilitar modo ligero" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "Al habilitar el modo ligero se reduce el uso del ancho de banda." -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "Mostrar descargo de responsabilidad" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" "Habilita o deshabilita varios descargos de responsabilidad y mensajes de " "advertencia en la aplicación." -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "BIP70 para escanear-para-pagar" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" "Habilita el uso del `Protocolo de pago BIP70 " "`_ para " "agregar más funciones de verificación y seguridad al escanear códigos QR." -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "Buscar nombres de billetera" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -"Habilita el uso de `DNSSEC `_ para intentar identificar un nombre de billetera " -"al crear transacciones." +"Habilita el uso de `DNSSEC " +"`_" +" para intentar identificar un nombre de billetera al crear transacciones." -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "Diagnósticos" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "Reportar problema" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" "Te permite recopilar una variedad de información relacionada con tu " -"billetera para enviar un informe de errores a los desarrolladores para la " -"resolución de problemas." +"billetera para enviar un informe de errores a los desarrolladores para la" +" resolución de problemas." -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "Mostrar xpub" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -"Muestra la llave pública extendida para la semilla utilizada para generar " -"direcciones en tu billetera. Proporcionar tu xpub a un tercero les permitirá" -" ver todo tu historial de transacciones, pero no realizar nuevas " -"transacciones." +"Muestra la llave pública extendida para la semilla utilizada para generar" +" direcciones en tu billetera. Proporcionar tu xpub a un tercero les " +"permitirá ver todo tu historial de transacciones, pero no realizar nuevas" +" transacciones." -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "Restablecer la cadena de bloques" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" "Restablece los datos almacenados en tu dispositivo relacionados con la " -"cadena de bloques. Esta información deberá recopilarse nuevamente a partir " -"de nodos completos, similar a la configuración de una nueva billetera. Este " -"proceso puede llevar un tiempo." +"cadena de bloques. Esta información deberá recopilarse nuevamente a " +"partir de nodos completos, similar a la configuración de una nueva " +"billetera. Este proceso puede llevar un tiempo." + diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 2331b92d0..ccd15c897 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language: es\n" @@ -99,56 +99,126 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "Bloquear UTXOs en la billetera Dash Core" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "BIlleteras HD" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:107 +msgid "" +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:112 +msgid "" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +#, fuzzy +msgid "Restore HD wallet" +msgstr "BIlleteras HD" + +#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#, fuzzy +msgid "" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" +"Dash Core mostrara la semilla HD en hexadecimal y mnemonica BIP39. Para " +"restaurar una billetera HD existente, o define tu propia mnemonica y/o " +"contraseña generada por separado, asegúrate que no existe archivo " +"``wallet.dat`` en ``datadir`` e ingrese los siguientes comandos::" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:130 +msgid "" +"The HD wallet will be restored and your balance will appear once sync is " +"complete." +msgstr "" +"La billetera HD sera restaurada y tu balance aparecerá una vez que la " +"sincronización esta completa." + +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#, fuzzy msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." msgstr "" "Desde la versión 0.12.2.0, la billetera Dash Core incluye una " "implementación de BIP39/BIP44 compatible con la generación de llaves " @@ -162,51 +232,35 @@ msgstr "" "extensión\". La contraseña de la billetra encripta la billetera misma, " "mientras la contraseña movida" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +#, fuzzy msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" msgstr "" "Usaremos la billetera GUI de Windows en este ejemplo, pero los comandos " "son similares si usa ``dash-qt`` o ``dashd`` en otros sistemas " "operativos. Ingrese el siguiente comando para iniciar con una semilla de " "billetera HD generada aleatoriamente y sin contraseña mnemonica::" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 +#: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 -msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" -msgstr "" -"Dash Core mostrara la semilla HD en hexadecimal y mnemonica BIP39. Para " -"restaurar una billetera HD existente, o define tu propia mnemonica y/o " -"contraseña generada por separado, asegúrate que no existe archivo " -"``wallet.dat`` en ``datadir`` e ingrese los siguientes comandos::" - -#: ../../docs/user/wallets/dashcore/advanced.rst:114 -msgid "" -"The HD wallet will be restored and your balance will appear once sync is " -"complete." -msgstr "" -"La billetera HD sera restaurada y tu balance aparecerá una vez que la " -"sincronización esta completa." - -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "Multifirma" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -225,53 +279,53 @@ msgstr "" "2-de-3 y crear una transacción. Las partes de ejemplo involucradas son un" " comprador, un vendedor y un árbitro. Este ejemplo se basa en:" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "https://gist.github.com/gavinandresen/3966071" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "https://bitcoin.org/en/developer-examples#p2sh-multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "Paso 1: Crear tres direcciones" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "Vendedor::" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "Comprador::" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "Árbitro::" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "Esto resulta en tres pares de llaves (pública/privada)::" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "Paso 2: Crear una dirección multifirma" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " @@ -281,7 +335,7 @@ msgstr "" "de m claves (suministradas como arreglo json) requeridas. En este " "ejemplo, se requieren 2 de 3 llaves para firmar la transacción." -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " @@ -291,15 +345,15 @@ msgstr "" " las llaves públicas y su secuencia (la dirección resultante y " "redeemScript son idénticos, ver abajo)." -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "Paso 3: el comprador financia la dirección multifirma" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "Esto funciona igual que una transacción normal." -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." @@ -307,11 +361,11 @@ msgstr "" "El vendedor/árbitro puede rastrear la transacción por su txid en el " "explorador de bloques. O desde la consola de la siguiente manera." -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "Paso 4: Gastar la multifirma" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -325,7 +379,7 @@ msgstr "" " firmada por 2 partes (vendedor + comprador o árbitro). El vendedor crea " "una transacción (reutilizaremos su dirección pública de arriba)." -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" @@ -333,7 +387,7 @@ msgstr "" "Y lo firma parcialmente, usando redeemScript, scriptPubKey y su llave " "privada" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -347,7 +401,7 @@ msgstr "" "firma de la transacción, utilizando el resultado de arriba y sus llaves " "privada. Supongamos que el comprador está completando la firma." -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." @@ -355,7 +409,7 @@ msgstr "" "La firma está completa ahora, y cualquiera de las partes puede transmitir" " la transacción a la red." -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." @@ -364,11 +418,11 @@ msgstr "" " Y el vendedor está feliz de recibir sus monedas en su dirección pública " "de la siguiente manera." -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -376,51 +430,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -431,11 +485,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -446,13 +500,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -460,25 +514,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -486,62 +540,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "Múltiples billeteras" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -550,61 +604,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -612,7 +666,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -631,11 +685,11 @@ msgstr "" "separados como, por ejemplo, `` C: \\ Dash1`` (más simple si desea " "ejecutar las carteras simultáneamente)." -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "Archivos wallet.dat separados" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -650,11 +704,11 @@ msgstr "" "escritorio. Entonces abre la ventana **Propiedades** para cada uno de " "estos atajos." -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "Creando atajos de escritorio usando Windows 10" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -670,7 +724,7 @@ msgstr "" "especificado sera creado sino existe. Los siguientes ejemplos muestran " "dos billeteras nombradas ``workwallet.dat`` y ``homewallet.dat``:" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" @@ -678,7 +732,7 @@ msgstr "" "Billetera Objetivo 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" @@ -686,11 +740,11 @@ msgstr "" "Billetera Objetivo 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "Especificando archivos de billeteras separadas" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -702,11 +756,11 @@ msgstr "" "abrir ambas billeteras simultáneamente. Para hacer esto, necesitas dos " "directorios de datos separados, como se describe abajo." -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "Directorios de datos separados" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -726,7 +780,7 @@ msgstr "" " Crea dos (o mas) atajos en tu escritorio como se describe abajo, " "entonces especifica el argumento ``datadir`` como se muestra abajo:" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" @@ -734,7 +788,7 @@ msgstr "" "Datadir Objetivo 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" @@ -742,11 +796,11 @@ msgstr "" "Datadir Objetivos 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "Especificar directorios de datos separados" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -763,18 +817,45 @@ msgstr "" "Electrum ` para mantener separadas múltiples " "billeteras sin mantener una copia completa de la cadena de bloques." -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "Dos instancias de Dash Core ejecutándose simultáneamente" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "KeePass" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 7c258d962..d5c250386 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" "Language: es\n" @@ -156,7 +156,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -276,10 +276,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -287,56 +289,56 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Se requiere establecer y verificar una contraseña." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 #, fuzzy msgid "Enter a password" msgstr "Insertar una contraseña" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que quiere encriptar su billetera" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "Encriptando su billetera Dash" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" "Para encriptar su billetera, clic en **Configuraciones** > **Encriptar " "billetera**." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "Encriptando la billetera de Dash con una contraseña" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "Se requiere establecer y verificar una contraseña." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "Insertar una contraseña" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -350,7 +352,7 @@ msgstr "" "Dash Core, usted podrá ver una pequeña marca en la esquina inferior " "derecha." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Billetera de Dash Core completamente encriptada y sincronizada" @@ -431,3 +433,21 @@ msgstr "Billetera de Dash Core completamente encriptada y sincronizada" #~ "acceso a su billetera y a sus " #~ "fondos." +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 52c48f875..efbf4ed7a 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" "Language: es\n" @@ -263,10 +263,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -274,52 +276,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Se requiere establecer y verificar una contraseña." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "Establecer una contraseña" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que quiere encriptar su billetera" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "Encriptando su billetera Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" "Para encriptar su billetera, clic **Configuraciones** > **Encriptar " "Billetera**." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "Encriptando la billetera de Dash con una contraseña" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "Se requiere establecer y verificar una contraseña." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -332,11 +334,11 @@ msgstr "" "Dash Core, usted podrá ver una pequeña marca en la esquina inferior " "derecha." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Billetera de Dash Core completamente encriptada y sincronizada" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "Usted ya puede empezar a usar su billetera para recibir y enviar fondos." @@ -367,3 +369,13 @@ msgstr "Usted ya puede empezar a usar su billetera para recibir y enviar fondos. #~ "acceso a su billetera y a sus " #~ "fondos." +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index be3a6fa7c..9bd84db32 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language: es\n" @@ -143,7 +143,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -154,8 +154,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -324,10 +324,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -335,52 +337,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Se requiere establecer y verificar una contraseña." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "Establecer una contraseña" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que quiere encriptar su billetera" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "Encriptando su billetera Dash" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" "Para encriptar su billetera, clic en **Configuraciones > Encriptar " "Billetera**." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "Encriptando la billetera de Dash con una contraseña" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "Se requiere establecer y verificar una contraseña." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -394,11 +396,11 @@ msgstr "" "Dash Core, usted podrá ver una pequeña marca en la esquina inferior " "derecha." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Billetera de Dash Core completamente encriptada y sincronizada" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "Usted ya puede empezar a usar su billetera para recibir y enviar fondos." @@ -469,3 +471,31 @@ msgstr "Usted ya puede empezar a usar su billetera para recibir y enviar fondos. #~ "acceso a su billetera y a sus " #~ "fondos." +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 40b532c89..58e314166 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,29 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # pedrosp , 2022 # Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" +"Language: es\n" "Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " +"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -31,103 +32,122 @@ msgstr "" "Esquema URL, llave publica maestra y solicitar pago en Dash en su " "dispositivo iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" -msgstr "" -"dash, móvil, billetera, ios, enviar, recibir, pago, url, llave publica" +msgstr "dash, móvil, billetera, ios, enviar, recibir, pago, url, llave publica" #: ../../docs/user/wallets/ios/advanced-functions.rst:9 msgid "Advanced functions" msgstr "Funciones Avanzadas" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 +#, fuzzy +msgid "Masternode keys" +msgstr "Llave pública maestra" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" msgstr "Esquema URL" -#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -"iOS permite que las aplicaciones se comuniquen entre sí a través de esquemas" -" URL. La billetera de Dash para iOS implementa el esquema dashwallet://, lo " -"que te permite llamar a la billetera para completar una transacción " -"denominada en Dash. Esta página documenta los métodos disponibles utilizando" -" el esquema URL." +"iOS permite que las aplicaciones se comuniquen entre sí a través de " +"esquemas URL. La billetera de Dash para iOS implementa el esquema " +"dashwallet://, lo que te permite llamar a la billetera para completar una" +" transacción denominada en Dash. Esta página documenta los métodos " +"disponibles utilizando el esquema URL." -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "Pago" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "Formato URL de solicitud de pago::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "Notas:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" "``Remitente`` es tu URL de devolución de llamada y el nombre de la " -"aplicación que muestras al usuario. Esto es para evitar que las aplicaciones" -" de 3ros sean objeto de suplantación de identidad." +"aplicación que muestras al usuario. Esto es para evitar que las " +"aplicaciones de 3ros sean objeto de suplantación de identidad." -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "El usuario verá algo similar a esto:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "Solicitud de pago en iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -"Si el usuario ingresa la contraseña correcta, se envía la transacción y el " -"usuario regresa a la aplicación del remitente siguiendo la URL de devolución" -" de llamada." +"Si el usuario ingresa la contraseña correcta, se envía la transacción y " +"el usuario regresa a la aplicación del remitente siguiendo la URL de " +"devolución de llamada." -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "Formato URL de devolución de llamada::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "Llave pública maestra" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "Formato de solicitud de llave pública maestra::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" "Nota: la cuenta es opcional y corresponde a la cuenta BIP32/BIP44, la " -"mayoría de las veces debe ser 0. Si no se especifica la cuenta, usamos la " -"cuenta 0. Esto enviará la llave pública extendida al ``44’/5’/’`` y" -" ``’``" +"mayoría de las veces debe ser 0. Si no se especifica la cuenta, usamos la" +" cuenta 0. Esto enviará la llave pública extendida al " +"``44’/5’/’`` y ``’``" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "Llamada de devolución::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "Obtener dirección para pagos" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po index 291e8024e..e85370172 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language: es\n" @@ -79,20 +79,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Instalación" @@ -107,22 +106,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "Documentación" @@ -136,100 +134,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "Billetera Atomic" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "https://atomicwallet.io" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" -"La billetera Atomic es una billetera multiactivo libre de custodia con " -"intercambio atómico y funcionalidad de libro de ordenes descentralizado. " -"Provee un servicio seguro, poderoso que de forma transparente y rentable " -"permite a los usuarios reducir el esfuerzo invertido en el manejo e " -"intercambio de activos criptográficos." - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" -"La Billetera Atomic ofrece documentación detallada de todas las funciones" -" en https://atomicwallet.freshdesk.com y algunos enlaces rápidos también " -"son recolectados aquí: " - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" -"`Como crear una billetera " -"`_" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" -"`Empezando con Atomic Swaps " -"`_" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "Pantalla del Portafolio de la Billetera Atomic" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -237,25 +157,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "Cobo" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "https://cobo.com" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -274,14 +194,14 @@ msgstr "" "usuarios pueden agrupar sus Dash para configurar masternodes y disfrutar " "de retornos semanales." -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" @@ -289,22 +209,22 @@ msgstr "" "Cobo ofrece documentación detalla de todas sus funciones en " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "Billetera Cobo" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 #, fuzzy msgid "Coin Wallet" msgstr "Billetera Cobo" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://evercoin.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -312,7 +232,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -325,7 +245,7 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 #, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " @@ -334,15 +254,15 @@ msgstr "" "Cobo ofrece documentación detalla de todas sus funciones en " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -357,11 +277,11 @@ msgstr "" "disponible directamente en la billetera a través de las integraciones " "ShapeShift y Changelly." -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "Descarga" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -371,7 +291,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" @@ -379,19 +299,19 @@ msgstr "" "Coinomi ofrece información detallada de todas sus funciones en " "https://coinomi.freshdesk.com" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "La Billetera Coinomi se ejecuta en Android" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "https://edge.app" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -410,7 +330,7 @@ msgstr "" "ShapeShift también está integrado para facilitar el intercambio entre " "diferentes criptomonedas." -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -418,49 +338,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "Bienvenida a Edge, Recibir Dash y Pantallas de equilibrio" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "Ethos" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "https://www.ethos.io" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -474,7 +394,7 @@ msgstr "" "dispositivo. Las características incluyen nombres de usuario legible para" " humanos, conversión de monedas con ShapeShift y rastreo de portafolio." -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -483,7 +403,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" @@ -492,47 +412,47 @@ msgstr "" "https://support.ethos.io y algunos enlaces rápidos también se recogen " "aquí:" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "Billetera Universal Ethos en Android" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -540,7 +460,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -548,13 +468,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" @@ -562,7 +482,7 @@ msgstr "" "`¿Cómo instalo Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" @@ -570,19 +490,19 @@ msgstr "" "`¿Cómo puedo empezar con Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "Pantalla de portafolio de billetera Exodus" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "Guarda" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -596,7 +516,7 @@ msgstr "" "fácil y conveniente para que nuevos usuarios empiecen. Todas las llaves " "son mantenidas por el usuario, asegurando la seguridad de sus fondos." -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -607,7 +527,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " @@ -617,7 +537,7 @@ msgstr "" "https://guarda.freshdesk.com y y algunos enlaces rápidos también se " "recogen aquí:" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "Billetera Guarda" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -647,7 +567,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -655,34 +575,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -701,7 +621,7 @@ msgstr "" "interfaz web también esta disponible, y puedes usar dinero fiat para " "comprar criptomonedas en la aplicación." -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -709,7 +629,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " @@ -719,26 +639,26 @@ msgstr "" "Telegram `_ o envia un correo electrónico a " "support@mobi.me para soporte con Mobi." -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "Billetera Mobi ejecutándose en Android" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "Ownbit" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "https://ownbit.io" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -746,7 +666,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." @@ -754,26 +674,26 @@ msgstr "" "Unete al `Grupo de Telegram de Ownbit `_ o envía un" " correo a hi@bitbill.com por soporte a Ownbit." -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "Ownbit wallet" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "Trust" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "https://trustwallet.com" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -781,26 +701,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "Trust wallet funciona en iOS" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -808,7 +728,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -816,25 +736,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "VegaWallet" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -842,7 +762,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -852,7 +772,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -861,26 +781,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "VegaWallet wallet funciona en iOS" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -888,13 +808,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1163,3 +1083,89 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "Billetera Atomic" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "https://atomicwallet.io" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" +#~ "La billetera Atomic es una billetera " +#~ "multiactivo libre de custodia con " +#~ "intercambio atómico y funcionalidad de " +#~ "libro de ordenes descentralizado. Provee " +#~ "un servicio seguro, poderoso que de " +#~ "forma transparente y rentable permite a" +#~ " los usuarios reducir el esfuerzo " +#~ "invertido en el manejo e intercambio " +#~ "de activos criptográficos." + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" +#~ "La Billetera Atomic ofrece documentación " +#~ "detallada de todas las funciones en " +#~ "https://atomicwallet.freshdesk.com y algunos enlaces" +#~ " rápidos también son recolectados aquí: \n" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" +#~ "`Como crear una billetera " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" +#~ "`Empezando con Atomic Swaps " +#~ "`_" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "Pantalla del Portafolio de la Billetera Atomic" + diff --git a/locale/es/LC_MESSAGES/index.po b/locale/es/LC_MESSAGES/index.po index 3c4f69444..7a3dd2933 100644 --- a/locale/es/LC_MESSAGES/index.po +++ b/locale/es/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Jahlexis Lugo , 2018\n" "Language: es\n" @@ -113,9 +113,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/insight.po b/locale/fr/LC_MESSAGES/docs/user/developers/insight.po index 03ecfe433..79d37de3c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/insight.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -93,7 +93,7 @@ msgstr "Définissez la valeur de ``datadir`` comme ``../../.dashcore``" #: ../../docs/user/developers/insight.rst:58 #, fuzzy -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "Définissez la valeur de ``datadir`` comme ``../../.dashcore``" #: ../../docs/user/developers/insight.rst:59 diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po index 8f6057d18..7e7397a17 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # Daf Daf, 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Daf Daf, 2023\n" +"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -37,8 +38,8 @@ msgstr "Services API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" "Plusieurs services d'API existent pour faciliter l'intégration rapide et " "simple de services au réseau Dash, parmi lesquels :" @@ -65,9 +66,9 @@ msgid "" "running your own infrastructure to support blockchain interactions. This " "includes mechanisms such as:" msgstr "" -"Les services d'API sont en général employés dans le but de vous épargner de " -"faire tourner votre propre infrastructure pour interagir avec la blockchain." -" Cela comprend des mécanismes tels que :" +"Les services d'API sont en général employés dans le but de vous épargner " +"de faire tourner votre propre infrastructure pour interagir avec la " +"blockchain. Cela comprend des mécanismes tels que :" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -83,16 +84,17 @@ msgstr "Traiter le paiement avec des WebHooks." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" "Il existe plusieurs moyens d'accomplir cela, leur facteur principal de " -"différenciation étant la grille tarifaire et les fonctionnalités fournies. " -"La liste suivante de fournisseurs d'API essaie de souligner ces différences " -"et fonctions clés, et inclut également un lien vers la documentation " -"pertinente." +"différenciation étant la grille tarifaire et les fonctionnalités " +"fournies. La liste suivante de fournisseurs d'API essaie de souligner ces" +" différences et fonctions clés, et inclut également un lien vers la " +"documentation pertinente." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -104,15 +106,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" -"L'API REST open source Insight est un moyen simple, pratique et puissant de " -"lire des données sur le réseau Dash et de bâtir vos propres services à " -"partir d'elles. Un guide pratique pour s'initier à l'API Insight et à son " -"explorateur de blocs est disponible :ref:`ici `." +"L'API REST open source Insight est un moyen simple, pratique et puissant " +"de lire des données sur le réseau Dash et de bâtir vos propres services à" +" partir d'elles. Un guide pratique pour s'initier à l'API Insight et à " +"son explorateur de blocs est disponible :ref:`ici `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -140,19 +142,19 @@ msgid "" "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." msgstr "" -"BlockCypher est une API JSON simple, principalement RESTful, pour interagir " -"avec des blockchains consultées via HTTP ou HTTPS depuis le domaine " -"api.blockcypher.com." +"BlockCypher est une API JSON simple, principalement RESTful, pour " +"interagir avec des blockchains consultées via HTTP ou HTTPS depuis le " +"domaine api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" -"Fonctionnalités : diffusion de transaction, portefeuille HD et génération " -"d'adresses, appels WebSocket et WebHook mais aussi transfert de paiement. " -"BlockCypher ne manipule pas de clés privées." +"Fonctionnalités : diffusion de transaction, portefeuille HD et génération" +" d'adresses, appels WebSocket et WebHook mais aussi transfert de " +"paiement. BlockCypher ne manipule pas de clés privées." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -176,13 +178,13 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" -"BitGo fournit une API REST simple et robuste et un SDK client, permettant " -"d'intégrer des portefeuilles de monnaie numérique dans votre application. La" -" compatibilité avec InstantSend est assurée." +"BitGo fournit une API REST simple et robuste et un SDK client, permettant" +" d'intégrer des portefeuilles de monnaie numérique dans votre " +"application. La compatibilité avec InstantSend est assurée." #: ../../docs/user/developers/integration-apis.rst:91 msgid "" @@ -210,26 +212,27 @@ msgstr "https://blockmove.io" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" -"Fonctionnalités : portefeuilles sans garde, portefeuille HD, anonymat élevé," -" frais bas. Les clés privées ne sont pas stockées et ne sont accessibles que" -" par l'utilisateur." +"Fonctionnalités : portefeuilles sans garde, portefeuille HD, anonymat " +"élevé, frais bas. Les clés privées ne sont pas stockées et ne sont " +"accessibles que par l'utilisateur." #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" msgstr "" -"Gamme tarifaire — API : 0,3% pour les transactions de retrait ; vendeurs : " -"première année gratuite, puis 49 dollars par mois." +"Gamme tarifaire — API : 0,3% pour les transactions de retrait ; vendeurs " +": première année gratuite, puis 49 dollars par mois." #: ../../docs/user/developers/integration-apis.rst:113 msgid "Documentation: https://docs.blockmove.io" @@ -246,8 +249,9 @@ msgstr "https://nownodes.io/" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -256,37 +260,69 @@ msgstr "Fonctionnalités : toutes les commandes RPC Dash." #: ../../docs/user/developers/integration-apis.rst:132 msgid "Pricing Model: Free up to 20k requests, Pricing tiers" -msgstr "" -"Gamme tarifaire : gratuit jusqu'à 20 000 requêtes, puis seuils tarifaires." +msgstr "Gamme tarifaire : gratuit jusqu'à 20 000 requêtes, puis seuils tarifaires." #: ../../docs/user/developers/integration-apis.rst:133 msgid "Documentation: https://nownodes.io/documentation" msgstr "Documentation : https://nownodes.io/documentation" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +#, fuzzy +msgid "https://services.tokenview.io" +msgstr "https://blockmove.io" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +#, fuzzy +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "Gamme tarifaire : gratuit jusqu'à 20 000 requêtes, puis seuils tarifaires." + +#: ../../docs/user/developers/integration-apis.rst:153 +#, fuzzy +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "Documentation : https://nownodes.io/documentation" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "CoinPayments" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " @@ -296,82 +332,86 @@ msgstr "" "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" "Grille tarifaire : 0,5% de frais de traitement " "(https://www.coinpayments.net/help-fees)" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "Documentation : https://www.coinpayments.net/apidoc" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "Afficheurs de cours" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" "Vous pouvez ajouter à votre site web un afficheur de cours simple en " "utilisant le `générateur de code de CoinGecko " "`_." -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "QR-codes" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" "Dans le portefeuille logiciel Dash pour Android, touchez **Demander un " -"paiement** puis touchez le QR-code pour en afficher une version plus grande." -" Vous pouvez en faire une capture d'écran pour la conserver." +"paiement** puis touchez le QR-code pour en afficher une version plus " +"grande. Vous pouvez en faire une capture d'écran pour la conserver." -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" "Dans le portefeuille logiciel Dash pour iOS, balayez vers la gauche pour " -"accéder à l'écran **Recevoir**. Un QR-code et une adresse seront affichés. " -"Vous pouvez en faire une capture d'écran pour le conserver." +"accéder à l'écran **Recevoir**. Un QR-code et une adresse seront " +"affichés. Vous pouvez en faire une capture d'écran pour le conserver." -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" -"Pour générer un QR-code depuis n'importe quelle adresse Dash, allez sur le " -"`générateur de QR-code CWA `_ et collez " +"Pour générer un QR-code depuis n'importe quelle adresse Dash, allez sur " +"le `générateur de QR-code CWA `_ et collez " "simplement votre adresse Dash pour générer une image." + diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/integration.po b/locale/fr/LC_MESSAGES/docs/user/developers/integration.po index 650474105..79c63f7c5 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -128,21 +128,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -410,6 +414,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "La capacité à déterminer l'état InstantSend d'une transaction donnée." #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -431,6 +436,7 @@ msgstr "" "externe." #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -443,18 +449,20 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" @@ -462,34 +470,34 @@ msgstr "" "Les notifications suivantes sont utiles pour reconnaître les transactions" " et leurs verrouillages instantanés correspondants :" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "zmqpubhashtx" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "zmqpubhashtxlock" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "zmqpubrawtx" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "zmqpubrawtxlock" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 #, fuzzy msgid "" "This is typically used with a wallet that has been populated with `watch-" @@ -501,18 +509,18 @@ msgstr "" "`en lecture seule `__." -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "Diffusion des transactions InstantSend" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -528,7 +536,7 @@ msgstr "" "quand chacune de ses entrées est considérée comme confirmée. Cela est le " "cas dès qu'une des conditions suivantes est vraie :" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" @@ -536,13 +544,13 @@ msgstr "" "la transaction précédente à laquelle l'entrée fait référence est " "confirmée par 6 blocs" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" "la transaction précédente est confirmée par un verrouillage InstantSend " "antérieur" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" @@ -550,18 +558,20 @@ msgstr "" "le bloc contenant la transaction précédente est `verrouillé sur chaîne " "`__" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "Ressources supplémentaires" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " @@ -571,7 +581,7 @@ msgstr "" " InstantSend et sont destinées à fournir une compréhension plus complète " "des technologies sous-jacentes." -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" @@ -579,7 +589,7 @@ msgstr "" "`Informations techniques sur InstantSend " "`__" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 #, fuzzy msgid "" ":ref:`InstantSend Developer Documentation `__" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" @@ -596,7 +613,8 @@ msgstr "" "`DIP0010 : InstantSend LLMQ " "`__" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" @@ -604,6 +622,156 @@ msgstr "" "`Résumé de produit : Dash Core version 0.14 `__" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +#, fuzzy +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "Recevoir une transaction InstantSend suppose deux obligations :" + +#: ../../docs/user/developers/integration.rst:298 +#, fuzzy +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "La capacité à déterminer l'état InstantSend d'une transaction donnée." + +#: ../../docs/user/developers/integration.rst:304 +#, fuzzy +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" +"L'état InstantSend est typiquement déterminé par une connexion directe au" +" \"daemon\" Dash, `ZMQ notification " +"`__, " +"ou bien par l'utilisation du script de notification d'un portefeuille " +"externe." + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +#, fuzzy +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" +"Les notifications suivantes sont utiles pour reconnaître les transactions" +" et leurs verrouillages instantanés correspondants :" + +#: ../../docs/user/developers/integration.rst:338 +#, fuzzy +msgid "zmqpubhashblock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:339 +#, fuzzy +msgid "zmqpubhashchainlock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:340 +#, fuzzy +msgid "zmqpubrawblock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:341 +#, fuzzy +msgid "zmqpubrawchainlock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:342 +#, fuzzy +msgid "zmqpubrawchainlocksig" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +#, fuzzy +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" +"`Documentation InstantSend pour les développeurs " +"`__" + +#: ../../docs/user/developers/integration.rst:376 +#, fuzzy +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" +"`DIP0010 : InstantSend LLMQ " +"`__" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -731,3 +899,13 @@ msgstr "" #~ "." #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/features.po b/locale/fr/LC_MESSAGES/docs/user/introduction/features.po index a333ea193..21f997d3b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2023\n" "Language: fr\n" @@ -211,13 +211,14 @@ msgstr "" " frais de transaction." #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Masternode" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -247,7 +248,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1243,8 +1244,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1275,8 +1277,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1851,3 +1853,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/information.po b/locale/fr/LC_MESSAGES/docs/user/introduction/information.po index 4eaefe7c2..ce6abdd2d 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/information.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -63,221 +63,172 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "**Documentation utilisateur :** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -msgstr "**Documentation Dash Platform :** https://dashplatform.readme.io" +#, fuzzy +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" +msgstr "**Documentation utilisateur :** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**Fondation :** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub :** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution) :** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "**Feuille de route :** https://www.dash.org/fr/feuille-de-route" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIP (Dash Improvement Proposals) :** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "Sites communautaires" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "https://dashdevs.org" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "https://app.dashnexus.org" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "https://dashnews.org" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "https://dashthailand.org" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "https://dashnigeria.com/" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "https://www.dashnation.com" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "http://www.dashspain.org" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "https://www.dashhaiti.com" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "http://thedashbrain.com" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "Forums" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "**Forum Dash** : https://www.dash.org/forum/" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" "**File de discussion BitcoinTalk :** " "https://bitcointalk.org/index.php?topic=421615.0" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "**Cryptocurrencytalk.com :** https://cryptocurrencytalk.com/forum/693-dash" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "**链节点 (forum ChainNode) :** https://www.chainnode.com/forum/115" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" -"**百度贴吧 达世币吧 (Baidu Tieba) :** `https://tieba.baidu.com/f?kw=达世币 " -"`_" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "Chat" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "**Dash Discord :** https://discord.com/invite/PXbUxJB" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" "**Discord des développeurs d'applications décentralisées Dash :** " "https://chat.dashdevs.org" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "**Dash English Telegram :** https://t.me/dash_chat" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "**Dash Brasil Telegram :** https://telegram.me/dashbrasil" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "**Dash Dinheiro Digital :** https://t.me/DashDinheiroDigital" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "**Dash Russia Telegram :** https://telegram.me/Dash_Ru" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "**Dash en Español Telegram :** https://t.me/dashpayES" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" "**Ambassade Dash D-A-CH sur Deutsch Telegram:** " "https://t.me/dashembassydach" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "**Dash France Telegram :** https://t.me/DashFrance" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "**Dash Indonesia Telegram :** https://t.me/dashindonesia" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "**Dash Iran Telegram :** https://t.me/IranianDash" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "**Dash Italy Telegram :** https://t.me/dash_chat_italia" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "**Dash LatAm Telegram :** https://t.me/DashAmericaLatina" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "**Dash Philippines Telegram :** https://t.me/dashphp" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "**Dash Thailand Telegram :** https://t.me/dashthailand" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "**Dash Turkey Telegram :** https://t.me/dashturkey" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "**Robot d'actualités Dash Telegram :** https://telegram.me/dashnews" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "**QQ 达世币官方群 DASH.China :** 419967021" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "**Freenode IRC :** #dashpay" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "Réseaux sociaux" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "**Reddit :** https://www.reddit.com/r/dashpay" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "**Twitter :** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "**Steemit :** https://steemit.com/@dashpay" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" @@ -285,99 +236,94 @@ msgstr "" "**LinkedIn :** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "**YouTube :** https://www.youtube.com/c/DashOrg" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "**Instagram :** https://www.instagram.com/dashpay/" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "**Dailymotion :** https://www.dailymotion.com/dashworld" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "**Soundcloud :** https://soundcloud.com/dashpay" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "**Minds :** https://www.minds.com/Dashpay" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "**Pinterest :** https://www.pinterest.com/dashdigitalcash/" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "Facebook" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "**En anglais (officiel) :** https://www.facebook.com/DashPay" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "**Actualités Dash en espagnol :** https://www.facebook.com/DashNewsEspanol" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "**Dash Thailand :** https://www.facebook.com/DashDigitalCashTh/" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "**Brésil :** https://www.facebook.com/DashBrazil" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "**Danemark :** https://www.facebook.com/DashDenmark" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "**Allemagne :** https://www.facebook.com/dashgermany" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "**Grèce :** https://www.facebook.com/DashGreece" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "**Pologne :** https://www.facebook.com/Dash.Polska" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "**Russie :** https://www.facebook.com/Dash.Russia" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "**Thaïlande :** https://www.facebook.com/groups/dashembassythailand" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "**Vénézuela :** https://www.facebook.com/groups/DarkcoinVenezuela" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "**Vietnam :** https://www.facebook.com/dashvietnam" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "Twitter" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**compte Dash officiel :** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#: ../../docs/user/introduction/information.rst:103 +#, fuzzy +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "**Ryan Taylor, directeur de Dash Core :** https://twitter.com/RTaylor05" -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" -msgstr "**Dash Force News :** https://twitter.com/DashForceNews" - -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" @@ -385,44 +331,15 @@ msgstr "" "**Joël Valenzuela, rédacteur en chef, Dash Force News :** " "https://twitter.com/TheDesertLynx" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" -"**Mark Mason, directeur de la communication, Dash Force News :** " -"https://twitter.com/StayDashy" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" -"**Amanda B. Johnson, superfan Dash et partenaire financé par la DAO :** " -"https://twitter.com/AmandaB_Johnson" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" -"**Tao of Satoshi, fondateur de Dash Nation et contractant financé par la " -"D.A.O. :** `https://twitter.com/Dash_Nation " -"`__" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "**とみ三(Samurai33), Dash Japon :** https://twitter.com/samurai3311" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "**Dash Vietnam :** https://twitter.com/dashvietnam" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "Actualités" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" @@ -430,7 +347,7 @@ msgstr "" "**Digital Cash Network :** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" @@ -438,15 +355,11 @@ msgstr "" "**Cash Alternative TV :** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "**Dash News :** https://dashnews.org" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "**Actualités Dash en espagnol :** https://dashnewsespanol.com" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" @@ -454,57 +367,41 @@ msgstr "" "**Actualités Dash en espagnol (YouTube) :** " "https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "**Actualités Dash en Corée :** https://dashnewskorea.com" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "**Cointelegraph :** https://cointelegraph.com/tags/dash" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "**巴比特 (8BTC) :** https://www.8btc.com/p/dash" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "**Dash Embassy D-A-CH :** https://www.dash-embassy.org/" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "**Actualités Dash en Allemagne :** https://dash-news.de" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "**Dash Vietnam :** https://dashvn.blogspot.com" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "**Dash France :** https://dashfrance.com/" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" "**Actualités Dash en Chine (Wechat) :** dashnews (ou scannez le code QR " "ci-dessous)" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "Blogs" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "**Le blog d'Evan Duffield :** https://medium.com/@eduffield222" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "**Dashdot :** https://dashdot.io/alpha/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "Wikipédia" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" @@ -512,15 +409,15 @@ msgstr "" "`https://fr.wikipedia.org/wiki/Dash_(crypto-monnaie) " "`_" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "Inactif" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "**Forum Bitcoin.com :** https://forum.bitcoin.com/dash-f67" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" @@ -528,147 +425,145 @@ msgstr "" "**Page Crypto-city.com :** https://www.crypto-city.com/index.php/dash-" "dash-coin" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "**Forum Bitco.in :** https://bitco.in/forum/threads/dash-digitalcash.891" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "Outils" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "Explorateurs de blocs, statistiques et visualisations" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "https://insight.dash.org/insight/" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "https://www.coinexplorer.net/dash" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "https://www.oklink.com/dash" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "https://bitinfocharts.com/dash/explorer/" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashnews.org" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "https://udjinm6.github.io/bitlisten/" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "Outils relatifs au Trésor" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "Gestion de masternode" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "https://dash-news.de/dashtv/" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "Surveillance du cours et recherche" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "https://messari.io/asset/dash" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "https://namu.wiki/w/Dash" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "https://xangle.io/project/DASH/profile" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "https://coinmarketcap.com/currencies/dash/" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "https://bitinfocharts.com/dash/" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" -msgstr "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" +msgstr "https://www.oklink.com/dash" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "Projet Dash Community" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "https://github.com/dashcommunity" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "Pages sur le DarkNet" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (miroir du site principal) :** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " @@ -678,59 +573,51 @@ msgstr "" "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "Applications mobiles" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" "**Portefeuille officiel Dash Wallet :** " "https://apps.apple.com/app/id1206647026" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "**Edge :** https://apps.apple.com/app/id1344400091" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "**Coinomi :** https://apps.apple.com/app/id1333588809" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "**Exodus :** https://apps.apple.com/app/id1414384820" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "**Bitnovo :** https://apps.apple.com/app/id1220883632" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "**CoinCap :** https://apps.apple.com/app/id1074052280" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "**Abra :** https://apps.apple.com/app/id966301394" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "**BitUniverse :** https://apps.apple.com/app/id1329338902" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -738,15 +625,11 @@ msgstr "" "**Portefeuille mobile officiel Dash :** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "**Edge :** https://play.google.com/store/apps/details?id=co.edgesecure.app" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "**Jaxx :** https://play.google.com/store/apps/details?id=com.liberty.jaxx" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" @@ -754,15 +637,7 @@ msgstr "" "**Coinomi :** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" -"**Cryptonator :** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" @@ -770,13 +645,7 @@ msgstr "" "**Exodus :** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" -"**Bitnovo :** " -"https://play.google.com/store/apps/details?id=com.bitnovo.app" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -784,19 +653,11 @@ msgstr "" "**CoinCap :** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" -"**Blockfolio :** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "**Abra :** https://play.google.com/store/apps/details?id=com.plutus.wallet" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -804,7 +665,7 @@ msgstr "" "**Widget Bitcoin Ticker :** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -812,15 +673,15 @@ msgstr "" "**BitUniverse :** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "Glossaire" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "Attaque 51%" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -834,11 +695,11 @@ msgstr "" " Cela signifie que chaque client sur le réseau approuve le bloc de " "transactions calculé par l'attaquant." -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "Adresse" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -853,11 +714,11 @@ msgstr "" "clés utilisée par les détenteurs de dashs pour signer numériquement les " "transactions (voir Clé publique)." -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "Algorithme" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -869,11 +730,11 @@ msgstr "" "d'opérations successives à effectuer. Les algorithmes effectuent des " "calculs, du traitement de données et/ou des tâches automatisées." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "Altcoin" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -883,11 +744,11 @@ msgstr "" "capitalisation, il est donc considéré comme une référence. Une altcoin, " "ou cryptomonnaie alternative, est toute cryptomonnaie autre que Bitcoin." -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -900,11 +761,11 @@ msgstr "" "nature juridique ou technique. Les régulateurs imposent couramment les " "mécanismes AML aux plateformes de change Dash." -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -916,7 +777,7 @@ msgstr "" " est une série de procédures, de protocoles et d'outils servant à bâtir " "des logiciels et des applications." -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -933,11 +794,11 @@ msgstr "" "fournissant tous les blocs de base, qui sont ensuite assemblés par le " "programmeur." -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -951,11 +812,11 @@ msgstr "" "enregistreur audio numérique, ou pour un :ref:`minage Dash hautement " "performant `, est un ASIC." -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "ATM / BTM (distributeur de cryptomonnaie)" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -968,11 +829,11 @@ msgstr "" " contre de l'argent liquide. Ils sont aussi parfois appelés \"BTM\" ou " "\"AVMS Dash\". Dash est proposé par plusieurs :ref:`ATM `." -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "Arriéré" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." @@ -980,11 +841,11 @@ msgstr "" "Un arriéré désigne généralement une accumulation de travail en attente " "d'être exécuté, ou de commandes à traiter." -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "Sauvegarde" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -1003,11 +864,11 @@ msgstr "" "sauvegarde de l'argent liquide dans un portefeuille : si vous le perdez, " "vous pouvez retrouver vos fonds." -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " @@ -1017,11 +878,11 @@ msgstr "" "fork de Bitcoin et améliorant leur code (contrats intelligents, vote " "décentralisé...)." -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "Blockchain" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -1043,11 +904,11 @@ msgstr "" "contient aussi un horodatage et des informations le liant au bloc " "précédent." -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "Blocs" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -1063,11 +924,11 @@ msgstr "" "des logiciels et du matériel spécialisés, conçus spécifiquement pour " "créer des blocs." -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -1084,11 +945,11 @@ msgstr "" "efficacité pour contrer les attaques de minage 51%, associées aux doubles" " dépenses." -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "Portefeuille dans le nuage" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -1108,11 +969,11 @@ msgstr "" "ses clés privées. Il n'est pas recommandé de stocker des fonds importants" " dans les portefeuilles en ligne." -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "Transaction coinbase" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " @@ -1123,11 +984,11 @@ msgstr "" "ci est partagée entre le mineur et un masternode choisi de manière " "déterministe." -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "Chambre froide" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -1140,11 +1001,11 @@ msgstr "" "portefeuille matériel dédié, une clé USB ou un :ref:`portefeuille papier " "`." -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "Transaction confirmée" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -1158,11 +1019,16 @@ msgstr "" "considérée achevée et irréversible. Le nombre de confirmations croît à " "mesure que de nouveaux blocs sont ajoutés à la blockchain." -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "Nombre de confirmations" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +#, fuzzy +msgid "confirmations" +msgstr "Zéro confirmation" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1183,11 +1049,11 @@ msgstr "" "confirmation. Six confirmations sont en général considérées comme " "\"sûres\" et irréversibles." -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "Transactions confirmées" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1200,11 +1066,11 @@ msgstr "" "irréversiblement au bout de quelques secondes, mais doivent encore être " "écrits sur la blockchain (et donc \"confirmés\")." -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "Processeur (CPU)" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1228,11 +1094,11 @@ msgstr "" "d'un ordinateur et des éléments externes tels que la mémoire principale " "et les circuits d'entrée-sortie." -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "Cryptomonnaie" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1244,11 +1110,11 @@ msgstr "" "cryptographie afin de sécuriser les transactions et de contrôler la " "création de nouvelles unités." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "Cryptographie" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1277,11 +1143,11 @@ msgstr "" "applications de la cryptographie incluent par exemple les cartes " "bancaires, les mots de passe informatiques et le commerce électronique." -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1295,11 +1161,11 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1308,11 +1174,11 @@ msgstr "" "Protocol). Ce terme décrit une application tournant sur la plateforme " "Dash DAPI." -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "Client DAP" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." @@ -1320,11 +1186,11 @@ msgstr "" "Client HTTP qui se connecte à la DAPI et permet aux utilisateurs de la " "blockchain Dash de lire et d'écrire des données sur leur espace DAP." -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "Schème DAP" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." @@ -1333,11 +1199,11 @@ msgstr "" "de définir les données et les règles de consensus au sein d'un contrat " "DAP." -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "Espace DAP" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." @@ -1346,11 +1212,11 @@ msgstr "" "blockchain. Les données d'un espace DAP ne peuvent être modifiées que par" " leur propriétaire." -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "État DAP" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1358,11 +1224,11 @@ msgstr "" "Jeu complet de données stockées dans une DAP. Ces données sont " "constituées d'espaces DAP utilisateur." -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1374,11 +1240,11 @@ msgstr "" "La DAPI aura les mêmes fonctionnalités, mais avec des quorums de " "masternodes agissant comme interlocuteurs dans la communication API." -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1395,11 +1261,11 @@ msgstr "" "puissance de hachage fluctue beaucoup, et ce sans être menacé par la " "faille “time-warp\"." -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1407,11 +1273,11 @@ msgstr "" "Dash a été originellement lancé sous le nom d'XCoin, puis a vu son nom " "changé en Darkcoin, et finalement en Dash." -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1423,11 +1289,11 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " @@ -1438,11 +1304,11 @@ msgstr "" " implémente `IPFS `_, un type de système distribué de " "stockage de fichiers." -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "Client Dash" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1458,11 +1324,11 @@ msgstr "" "propage les nouvelles transactions au reste du réseau, créant ainsi une " "infrastructure décentralisée robuste." -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Portefeuille logiciel Dash Core" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1477,11 +1343,11 @@ msgstr "" " la blockchain et la fournit sur Internet à tous les pairs qui la " "demandent." -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " @@ -1492,11 +1358,11 @@ msgstr "" " de PayPal, tout en préservant sa décentralisation. Voir la page " ":ref:`Evolution ` pour en savoir plus." -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "Schème Dash" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." @@ -1504,11 +1370,11 @@ msgstr "" "Spécification de langage basée sur JSON, définissant et validant les " "données de consensus dans Evolution." -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "Attaque de déni de service (DDoS)" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1525,11 +1391,11 @@ msgstr "" " ses utilisateurs légitimes. Des plateformes de change proposant Dash ont" " parfois été la cible d'attaques DDoS." -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "Décentralisé" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1565,11 +1431,11 @@ msgstr "" "systèmes pour optimiser leur efficacité. Toutefois, l'augmentation de " "l'efficacité globale est sujette à débat." -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "Portefeuille logiciel" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1583,11 +1449,11 @@ msgstr "" "core-wallet>` / :ref:`portefeuille Dash Electrum ` " "/ :ref:`portefeuilles matériels `" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "Difficulté" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1608,17 +1474,17 @@ msgstr "" "disponibilité de mineurs ASIC spécialisés ont fait croître la difficulté " "avec le temps." -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "Portefeuille numérique" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" "Voir :ref:`this link ` pour une documentation complète sur les " "portefeuilles." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1634,7 +1500,7 @@ msgstr "" "Les portefeuilles numériques existent sous différentes formes et sur de " "nombreux appareils :" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1651,7 +1517,7 @@ msgstr "" "contient. Faites des copies de sauvegarde de vos fichiers portefeuille " "pour vous assurer de ne pas perdre l'accès à vos fonds." -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1671,7 +1537,7 @@ msgstr "" "problèmes de sécurité des téléphones mobiles, il est recommandé de ne pas" " stocker de larges sommes sur ces portefeuilles." -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1698,7 +1564,7 @@ msgstr "" "fortement de ne JAMAIS stocker de sommes importantes en Dash sur un " "portefeuille en ligne ou une plateforme de change cryptomonétaire." -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1719,7 +1585,7 @@ msgstr "" "excellente protection. Cela est généralement considéré comme la meilleure" " forme de stockage pour vos fonds Dash." -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1745,11 +1611,11 @@ msgstr "" " pour un stockage de long terme (plusieurs années) car elles se dégradent" " avec le temps." -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1770,11 +1636,11 @@ msgstr "" "BLS M-sur-N et sur la génération de clé distribuée, qui est une " "implémentation du secret partagé de Shamir (Shamir's Secret Sharing)." -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "Signature numérique" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1793,11 +1659,11 @@ msgstr "" " clé privée, par exemple pour prouver que vous êtes le propriétaire d'une" " adresse Dash donnée." -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "Portefeuille Electrum" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1805,11 +1671,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "Chiffrage" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1837,18 +1703,18 @@ msgstr "" "algorithmes de chiffrage passés, mais un système moderne et bien conçu " "tel que AES-256 est considéré à peu près \"incassable\"." -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "Services de dépôt fiduciaire" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" "Un service de `dépôt fiduciaire " "`_ ou de " "séquestre est :" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1859,7 +1725,7 @@ msgstr "" "délivre des fonds ou des documents pour deux autres parties, la " "délivrance dépendant de conditions agréées par les deux parties ; ou" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " @@ -1869,7 +1735,7 @@ msgstr "" "courtier ou d'une autre personne, jusqu'à exécution ou fin d'une " "transaction ; ou" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1877,7 +1743,7 @@ msgstr "" "un compte de confiance tenu au nom d'un emprunteur pour régler un dû, tel" " que des taxes immobilières ou des primes d'assurance." -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1896,11 +1762,11 @@ msgstr "" "autres parties ont rempli leurs obligations dans l'accord, il ou elle " "transmet le paiement au vendeur, et l'article ou les fonds à l'acheteur." -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " @@ -1910,11 +1776,11 @@ msgstr "" "InstantSend et PrivateSend. Avant de créer Dash, Evan Duffield était " "conseiller financier. Il détient une licence Series 65." -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "Plateforme de change" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1937,11 +1803,11 @@ msgstr "" " en recourant aux services d'un processeur de paiement, qui fait une " "conversion instantanée au moment de chaque transaction." -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "Robinet" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1953,11 +1819,11 @@ msgstr "" "soit un centième de millionième de dash, pour les visiteurs qui acceptent" " d'accomplir une tâche proposée par le site." -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "Passerelle fiduciaire" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" @@ -1966,11 +1832,11 @@ msgstr "" "`_ a été définie de " "différentes façons, telles que :" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "Toute monnaie dont un gouvernement déclare qu'elle a cours légal." -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." @@ -1979,21 +1845,21 @@ msgstr "" "ce soit d'autre, ni d'une valeur fixe par rapport à quelque standard " "objectif que ce soit." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" "Monnaie sans valeur intrinsèque, utilisée comme monnaie parce que le " "gouvernement le décrète." -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "Exemples : le dollar américain, l'euro, le yen, et ainsi de suite." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -2014,11 +1880,11 @@ msgstr "" " temps, beaucoup d'entreprises fintech se sont mises à utiliser la " "technologie blockchain, celle sous-jacente à Dash et Bitcoin." -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "Fork" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -2039,7 +1905,7 @@ msgstr "" "cependant, être extrêmement dangereux, et devraient être évités autant " "que possible." -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " @@ -2049,11 +1915,11 @@ msgstr "" "logicielles du réseau. Dash utilise un système de fork à phases multiples" " (“:ref:`Spork `”) pour plus de souplesse et de sécurité." -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "Nœuds complets" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -2068,27 +1934,27 @@ msgstr "" "la décentralisation en permettant à n'importe quel utilisateur de " "vérifier et revérifier la validité de la blockchain." -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "Fongible" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "Chaque unité monétaire a la même valeur qu'une autre unité monétaire." -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "Bloc de genèse" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "Le tout premier bloc dans la blockchain." -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -2122,11 +1988,11 @@ msgstr "" "ci. Certaines cryptomonnaies utilisent des algorithmes de minage qui " "tournent plus efficacement sur des GPU." -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "Portefeuille matériel" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -2139,11 +2005,11 @@ msgstr "" " Il vous est toujours possible de signer des transactions, ce qui rend " "l'ensemble à la fois sûr et pratique." -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "Fonction de hachage" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -2159,11 +2025,11 @@ msgstr "" "modifier même un élément négligeable de l'entrée produira une sortie " "entièrement différente." -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "Taux de hachage" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." @@ -2171,11 +2037,11 @@ msgstr "" "Le nombre de hashs (empreintes numériques) que peut produire un mineur " "Dash dans une période de temps donnée (en général une seconde)." -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." @@ -2183,19 +2049,19 @@ msgstr "" "Serveur d'information sur la blockchain, utilisé pour faire tourner les " "explorateurs de bloc et répondre aux requêtes de transaction." -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "Voir InstantSend" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -2210,11 +2076,11 @@ msgstr "" "confirmées, les transactions utilisant InstantSend sont \"verrouillées\" " "et irréversibles après seulement quelques secondes." -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "Liquidité" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -2229,11 +2095,11 @@ msgstr "" "sont la volatilité du cours et l'impossibilité de déterminer facilement " "la valeur d'un actif." -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -2255,11 +2121,11 @@ msgstr "" "principale d'un LLMQ est d'exécuter des signatures par seuil des messages" " relatifs au consensus." -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "Masternode" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" @@ -2270,7 +2136,7 @@ msgstr "" "est rétribué par une part de la récompense de bloc. Les masternodes " "requièrent la preuve de la propriété de 1000 dashs." -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." @@ -2278,11 +2144,11 @@ msgstr "" "Les masternodes constituent le second niveau du réseau Dash, et rendent " "possibles InstantSend, CoinJoin et le système budgétaire décentralisé." -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "Minage" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -2290,21 +2156,21 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "Portefeuille mobile" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" "Voici les portefeuilles disponibles sur les appareils mobiles (iOS et " "Android)." -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "MultiSig" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -2325,11 +2191,11 @@ msgstr "" "organisations en possession d'importantes sommes de cryptomonnaie, car " "cela rend le vol beaucoup plus difficile." -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "Nœud" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " @@ -2340,11 +2206,11 @@ msgstr "" "téléchargé la blockchain entière et la diffusent aux autres clients sur " "le réseau pair à pair Dash." -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "Gré à gré (Over the Counter, OTC)" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -2360,11 +2226,11 @@ msgstr "" "craint que son opération importante ne fasse bouger le cours (ce qu'on " "appelle le \"glissement\")." -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "Pair à pair (P2P)" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -2377,11 +2243,11 @@ msgstr "" " dans ce cas, tous les participants dans une transaction s'arrangent " "entre eux à travaux un seul intermédiaire central." -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "Portefeuiille papier" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2392,11 +2258,11 @@ msgstr "" "sécurité. S'ils sont faits et stockés correctement, ils sont considérés " "comme le moyen le plus sûr de stocker de la cryptomonnaie." -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "Confidentialité" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -2423,11 +2289,11 @@ msgstr "" " CoinJoin, qui permet aux utilisateurs de conserver une confidentialité " "financière." -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "Clé privée" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -2446,11 +2312,11 @@ msgstr "" " Puisque la clé privée permet à n'importe qui de dépenser les dashs " "associés, il est important qu'elle soit gardée secrète et en sécurité." -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " @@ -2460,11 +2326,11 @@ msgstr "" "la confidentialité financière entre les utilisateurs. Cette fonction peut" " être activée ou désactivée librement par les utilisateurs." -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "Preuve de service (proof of service, PoSe)" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -2478,11 +2344,11 @@ msgstr "" " inséré puis de monter dans la liste globale pour, finalement, atteindre " "le groupe de sélection et recevoir un paiement." -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "Preuve d'enjeu (proof of stake, PoS)" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -2508,11 +2374,11 @@ msgstr "" " pour les nœuds à preuve d'enjeu de \"voter\" pour accepter à la fois la " "chaîne légitime et la chaîne de l'attaquant." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "Preuve de travail (proof of work, PoW)" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -2529,11 +2395,11 @@ msgstr "" "la chaîne, et les nœuds du réseau ne pourraient jamais s'accorder pour " "choisir la seule chaîne valide." -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "Clé publique" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -2547,11 +2413,11 @@ msgstr "" "message, la clé publique est utilisée pour vérifier que la signature est " "valide." -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "Gonflage et largage (pump and dump)" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -2570,11 +2436,11 @@ msgstr "" "Cela est particulièrement courant dans les marchés à faible liquidité, " "comme ceux de certaines altcoins." -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." @@ -2583,11 +2449,11 @@ msgstr "" "formation du groupe étant déterminée par un algorithme donné de " "détermination." -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "Code QR" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2599,11 +2465,11 @@ msgstr "" "scannés par des caméras, dont celles qui équipent les téléphones mobiles." " Ils sont fréquemment utilisés pour encoder des adresses Dash." -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "Satoshi Nakamoto" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " @@ -2613,11 +2479,11 @@ msgstr "" "le nom utilisé par la personne ou le groupe de personnes qui a conçu " "Bitcoin et créé son implémentation de référence originelle." -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "Kit de développement logiciel (SDK)" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2627,11 +2493,11 @@ msgstr "" "programmeurs pour créer des applications propres à un matériel donné ou à" " une plateforme logicielle donnée." -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "Signalement" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2648,11 +2514,11 @@ msgstr "" "particulier, et/ou en définissant un bit de version spécifique dans les " "blocs découverts." -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "Vue d'état" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" @@ -2663,11 +2529,11 @@ msgstr "" "par Evolution, par exemple pour déterminer ce qui doit être affiché dans " "un portefeuille social donné." -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2699,11 +2565,11 @@ msgstr "" "désactivé de la même façon, sans nécessité d'un retour en arrière de " "l'ensemble du réseau, ni d'une mise à jour du client. " -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "Pièces marquées" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." @@ -2712,19 +2578,19 @@ msgstr "" "portefeuille. Il est d'une certaine importance si l'utilisateur essaie de" " demeurer anonyme." -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "Dash de test, utilisé uniquement sur le :ref:`réseau de test `." -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "Réseau de test" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2738,11 +2604,11 @@ msgstr "" "principal mais dans un environnement sûr où les erreurs et les forks ne " "peuvent pas faire de dégâts." -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." @@ -2750,11 +2616,11 @@ msgstr "" "Protocole de routage anonyme utilisé par les personnes souhaitant masquer" " leur identité en ligne." -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "Transaction" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2773,11 +2639,11 @@ msgstr "" "elles peuvent être utilisées, par exemple, pour gérer les utilisateurs " "sur la blockchain." -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "Bloc de transactions" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." @@ -2785,11 +2651,11 @@ msgstr "" "Série de transactions sur le réseau Dash, rassemblées en un bloc qui peut" " alors être \"haché\" et ajouté à la blockchain." -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "Frais de transaction" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " @@ -2799,11 +2665,11 @@ msgstr "" "envoyées sur le réseau Dash. Les frais de transaction sont reversés au " "mineur qui trouve le bon hachage pour le bloc contenant la transaction." -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "Transactions non confirmées" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2814,19 +2680,19 @@ msgstr "" "blockchain\". Les transactions non confirmées peuvent être inversées et " "ne doivent pas être considérées comme définitives." -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "Adresse vanity" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "Adresse Dash avec une forme particulière, contenant par exemple un nom." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "Dash vierge" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" @@ -2835,11 +2701,11 @@ msgstr "" "de masternode. Ils n'ont été dépensés encore nulle part et sont " "\"vierges\"." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "Volatilité" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." @@ -2847,11 +2713,11 @@ msgstr "" "Mesure des mouvements du cours sur une période de temps pour un actif " "financier (dont Dash)." -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "Portefeuille" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " @@ -2862,11 +2728,11 @@ msgstr "" "correspondantes. La blockchain est le registre de tous les soldes Dash " "(et des transactions) associés à ces adresses." -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Livre blanc" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2880,11 +2746,11 @@ msgstr "" "l'auteur à ce sujet. Il est destiné à aider les lecteurs à comprendre un " "problème, à le résoudre, et à prendre des décisions." -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." @@ -2892,11 +2758,11 @@ msgstr "" ":ref:`X11 ` est un algorithme de hachage créé par " "Evan Duffield, développeur Dash Core." -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "Zéro confirmation" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." @@ -2905,11 +2771,11 @@ msgstr "" "Techniquement, elle est réversible (sauf en cas d'utilisation " "d'InstantSend)." -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2921,11 +2787,11 @@ msgstr "" " et le \"vout\" est la liste de ses sorties. Les masternodes requièrent " "un \"vin\" de 1000 dashs (exactement) pour pouvoir fonctionner." -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "Masternode virtuel (VMN)" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2938,3 +2804,145 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "**Documentation Dash Core :** https://dashcore.readme.io" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "**Documentation Dash Platform :** https://dashplatform.readme.io" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**Fondation :** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "https://app.dashnexus.org" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "https://dashthailand.org" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "https://dashnigeria.com/" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "https://www.dashnation.com" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "http://www.dashspain.org" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "https://www.dashhaiti.com" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" +#~ "**Cryptocurrencytalk.com :** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "**链节点 (forum ChainNode) :** https://www.chainnode.com/forum/115" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba) :** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "**Vénézuela :** https://www.facebook.com/groups/DarkcoinVenezuela" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "**Dash Force News :** https://twitter.com/DashForceNews" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" +#~ "**Mark Mason, directeur de la " +#~ "communication, Dash Force News :** " +#~ "https://twitter.com/StayDashy" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" +#~ "**Amanda B. Johnson, superfan Dash et" +#~ " partenaire financé par la DAO :**" +#~ " https://twitter.com/AmandaB_Johnson" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" +#~ "**Tao of Satoshi, fondateur de Dash " +#~ "Nation et contractant financé par la " +#~ "D.A.O. :** `https://twitter.com/Dash_Nation " +#~ "`__" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "**Dash Vietnam :** https://twitter.com/dashvietnam" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "**Actualités Dash en espagnol :** https://dashnewsespanol.com" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "**Dash Embassy D-A-CH :** https://www.dash-embassy.org/" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "**Actualités Dash en Allemagne :** https://dash-news.de" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "**Dash Vietnam :** https://dashvn.blogspot.com" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "**Dash France :** https://dashfrance.com/" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "https://www.coinexplorer.net/dash" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "https://www.cryptonator.com/widget" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "**Bitnovo :** https://apps.apple.com/app/id1220883632" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "**BitUniverse :** https://apps.apple.com/app/id1329338902" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" +#~ "**Jaxx :** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" +#~ "**Cryptonator :** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" +#~ "**Bitnovo :** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" +#~ "**Blockfolio :** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" + diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 663ad02a9..000000000 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,70 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Daf Daf, 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "Installation de Dash depuis un gestionnaire de paquets" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" -"dash, cryptomonnaie, fedora, ubuntu, rpm, apt, git, masternode, " -"installation, exécutable" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "Opérations avancées" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "Installation de Dash sur Fedora Linux" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" -"t0dd, développeur Dash, a publié des paquets et écrit un excellent guide sur" -" l'installation et l'opération de Dash Core comme nœud, comme masternode ou " -"sur le réseau de test." - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "Installation de Dash sur Ubuntu Linux" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" -"Des exécutables Dash sont en cours de développement en vue d'une " -"distribution par le système de dépôt Launchpad d'Ubuntu Linux. Veuillez " -"revenir ici pour en savoir plus une fois que l'annonce de la sortie aura été" -" faite." diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po index cf6f7e018..ea0d74f17 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 692bd5da3..3ed4dc54e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index f09bc9b1d..3f346e576 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -443,7 +443,11 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " @@ -454,15 +458,15 @@ msgstr "" " pour votre nouvel utilisateur non-root. Commencez par installer les " "dépendances Dashmate :" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "Lancez l'assistant d'installation interactif :" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " @@ -473,7 +477,7 @@ msgstr "" "valeurs par défaut détectées ou générées. Démarrez votre nœud comme suit " ":" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 #, fuzzy msgid "" "You can manage your masternode status, configuration, and running state " @@ -486,19 +490,19 @@ msgstr "" "`__ ou utilisez l'aide " "intégrée pour en savoir plus :" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "``dashmate --help``" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "``dashmate --help``" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "Dashmate affichant une série d'états" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" @@ -506,7 +510,7 @@ msgstr "" "Vous pouvez consulter l'état de votre masternode en utilisant les " "différentes commandes ``dashmate status`` comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " @@ -516,34 +520,34 @@ msgstr "" "masternode>` pour mettre en place la caution et les clés, et construire " "la transaction ProTx indispensable pour activer votre masternode." -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "Mise à jour de masternode" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "Enregistrement de masternode" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 #, fuzzy msgid "" "The three keys required for the different masternode roles are described " @@ -554,11 +558,11 @@ msgstr "" "requises pour les différents rôles de masternode sont décrits brièvement " "dans la section :ref:`dip3-changes` de la présente documentation." -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "Option 1 : Enregistrement depuis un portefeuille matériel" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 #, fuzzy msgid "" "Go back to DMT and ensure that all fields from the previous step are " @@ -570,11 +574,11 @@ msgstr "" "**Generate new** (Générer nouveau) pour les trois clés privées requises " "pour un masternode déterministe DIP003 :" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "Clé privée du propriétaire" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" @@ -582,15 +586,15 @@ msgstr "" "Clé privée d'opérateur (générez-en une neuve, ou bien utilisez la clé " "privée générée par Dashmate)" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "Clé privée de vote" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "DashMasternodeTool prêt à enregistrer un nouveau masternode" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -609,13 +613,13 @@ msgstr "" "documentation sur l'utilisation de votre propre nœud RPC local.) " "Confirmez les deux messages suivants :" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" "Dialogues de confirmation de DashMasternodeTool pour enregistrer un " "masternode" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -636,8 +640,8 @@ msgstr "" "vous avez généré votre propre paire de clé BLS, modifiez la configuration" " Dashmate comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " @@ -647,7 +651,7 @@ msgstr "" "surveiller votre masternode avec la commande ``dashmate status``, ou bien" " en utilisant la fonction **Get status** (Voir l'état) dans DMT." -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." @@ -655,26 +659,26 @@ msgstr "" "À cette étape, vous pouvez vous déconnecter de votre serveur en tapant " "``exit``. Félicitations ! Votre masternode est désormais fonctionnel." -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "Option 2 : Enregistrement depuis le portefeuille logiciel Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "Identifier la transaction de financement" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "Cela devrait vous renvoyer une chaîne de caractères analogue à celle-ci ::" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." @@ -682,11 +686,11 @@ msgstr "" "La première chaîne, longue, est votre ``collateralHash``, et le nombre à " "la fin est le ``collateralIndex``." -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "Générer une paire de clés BLS" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -700,7 +704,7 @@ msgstr "" "fois qu'une transaction d'enregistrement avec la clé publique " "correspondante a été créée." -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -710,7 +714,7 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " @@ -720,11 +724,11 @@ msgstr "" "elles doivent être conservées dans un lieu sûr**, à l'image de la valeur " "que retournait, par le passé, la commande ``masternode genkey``." -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "Ajouter la clé privée à la configuration de votre masternode" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -745,7 +749,7 @@ msgstr "" "masternode. Si vous avez généré votre propre paire de clé BLS, modifiez " "la configuration Dashmate comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." @@ -753,11 +757,11 @@ msgstr "" "Nous allons maintenant préparer la transaction qui sera utilisée pour " "enregistrer le masternode sur le réseau." -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "Préparer une transaction ProRegTx" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " @@ -767,7 +771,7 @@ msgstr "" "la clé privée a été entrée sur le masternode. La clé publique est " "utilisée dans cette transaction en tant que ``operatorPubKey``." -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -779,7 +783,7 @@ msgstr "" "(``ownerKeyAddr``). Elle est différente de l'adresse de la caution de " "1000 dashs. Générez une nouvelle adresse comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -791,7 +795,7 @@ msgstr "" "fournie par votre délégataire de vote, ou bien simplement générer une " "nouvelle adresse de clé de vote, comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " @@ -802,7 +806,7 @@ msgstr "" "propriétaire du masternode** (``payoutAddress``). Il est également " "possible d'utiliser une adresse externe au portefeuille :" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " @@ -813,7 +817,7 @@ msgstr "" " Si vous avez choisi une adresse de paiement externe, vous devez indiquer" " une adresse source pour les frais." -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " @@ -823,7 +827,7 @@ msgstr "" "suffisant pour régler les frais de transaction, faute de quoi la " "transaction ``register_prepare`` échouera." -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -836,7 +840,7 @@ msgstr "" "être déverrouillé pour exécuter les commandes suivantes. Déverrouillez " "votre portefeuille pendant 5 minutes :" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " @@ -846,7 +850,7 @@ msgstr "" "signée, en utilisant la commande ``protx register_prepare``. Cette " "commande a la syntaxe suivante :" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -855,7 +859,7 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" @@ -863,7 +867,7 @@ msgstr "" "Ouvrez un éditeur de texte, tel que Notepad, pour préparer cette " "commande. Remplacez chaque argument de la commande comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" @@ -871,13 +875,13 @@ msgstr "" "``collateralHash`` : l'identifiant de la transaction (txid) de la caution" " de 1000 dashs" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" "``collateralIndex`` : l'index de sortie de la transaction de la caution " "de 1000 dashs" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" @@ -885,7 +889,7 @@ msgstr "" "``ipAndPort`` : l'adresse IP et le port du masternode, suivant le format " "``x.x.x.x:yyyy``" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" @@ -893,7 +897,7 @@ msgstr "" "``ownerKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, pour " "l'adresse du propriétaire et de vote" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" @@ -901,7 +905,7 @@ msgstr "" "``operatorPubKey`` : la clé publique BLS générée ci-dessus (ou fournie " "par votre service d'hébergement de masternode)" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" @@ -910,7 +914,7 @@ msgstr "" "bien l'adresse d'un délégué, utilisée pour le vote des propositions " "budgétaires" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" @@ -918,7 +922,7 @@ msgstr "" "``operatorReward`` : le pourcentage de la récompense de bloc à allouer à " "l'opérateur en tant que paiement" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" @@ -926,7 +930,7 @@ msgstr "" "``payoutAddress`` : une adresse Dash nouvelle ou déjà existante, où le " "propriétaire recevra les paiements de masternode" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." @@ -935,7 +939,7 @@ msgstr "" " frais de la transaction ProTx. Si elle n'est pas spécifiée, c'est " "l'adresse ``payoutAddress`` qui sera utilisée." -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -948,17 +952,17 @@ msgstr "" "``operatorReward`` différente de zéro. Le propriétaire de la caution du " "masternode ne spécifie pas lui-même l'adresse de paiement de l'opérateur." -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "Exemple (effacez les sauts de ligne si vous le copiez) :" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "Sortie :" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " @@ -968,11 +972,11 @@ msgstr "" "``signMessage`` pour signer la transaction, et la sortie du champ ``tx`` " "pour soumettre la transaction au réseau." -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "Signer la transaction ProRegTx" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -992,16 +996,16 @@ msgstr "" "fonction de signature d'un portefeuille matériel. La commande a la " "syntaxe suivante :" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "Exemple :" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "Soumettre le message signé" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -1015,11 +1019,11 @@ msgstr "" "``feeSourceAddress`` ou à l'adresse ``payoutAddress``, car des frais de " "transaction standard seront prélevés. La commande a la syntaxe suivante :" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "Où :" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" @@ -1027,7 +1031,7 @@ msgstr "" "``tx`` : la transaction sérialisée précédemment renvoyée dans le champ de" " sortie ``tx`` par la commande ``protx register_prepare``" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" @@ -1035,7 +1039,7 @@ msgstr "" "``sig`` : le message signé avec la clé de la caution par la commande " "``signmessage``" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -1052,17 +1056,17 @@ msgstr "" "de la transaction finale ``protx register_submit`` identifie votre " "masternode." -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "Installation manuelle" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" "**Ce guide d'installation manuelle est actuellement un travail non " "achevé.**" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -1070,19 +1074,29 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "Services Core" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "Tor" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " @@ -1092,27 +1106,19 @@ msgstr "" "consensus et de toute la communication relative à la blockchain de base. " "Téléchargez Dash Core comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 +#, fuzzy msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" "Vérifiez l'authenticité de votre téléchargement en comparant sa signature" " séparée à la clé publique diffusée par l'équipe de développement Dash " "Core. Toutes les versions de Dash sont signées avec GPG avec une des clés" " suivantes :" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" -"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, " -"`vérifiable ici sur Keybase `__" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" @@ -1120,7 +1126,7 @@ msgstr "" "Pasta (pasta) avec la clé ``5252 7BED ABE8 7984``, `vérifiable ici sur " "Keybase `__" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" @@ -1128,34 +1134,34 @@ msgstr "" "Décompressez l'archive et copiez les nouveaux fichiers dans le répertoire" " :" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "Démarrez Dash Core :" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "Vérifiez si Dash Core fonctionne :" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "Sentinel" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" @@ -1163,46 +1169,49 @@ msgstr "" "Sentinel est un outil de surveillance qui communique au réseau que votre " "nœud fonctionne sans problème. Installez Sentinel comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" "Quand la synchronisation est terminée, vous devriez voir le message " "suivant ::" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" -msgstr "Tor" - -#: ../../docs/user/masternodes/setup-testnet.rst:777 -msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:786 +#: ../../docs/user/masternodes/setup-testnet.rst:794 msgid "Platform services" msgstr "Services Platform" -#: ../../docs/user/masternodes/setup-testnet.rst:788 +#: ../../docs/user/masternodes/setup-testnet.rst:796 +#, fuzzy msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" "Ensuite, nous allons installer les services Dash Platform. Commençons par" " quelques dépendances courantes :" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "Drive" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" @@ -1210,122 +1219,160 @@ msgstr "" "Drive est une machine d'état répliqué pour Dash Platform. Téléchargez " "Drive comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "Démarrez Drive :" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" "Vérifiez que Drive fonctionne en inspectant une valeur temporelle sous " "``uptime`` :" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "Tenderdash" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 +#, fuzzy msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" "Tenderdash est un fork de Tendermint. Il s'agit de l'implémentation de " "blockchain utilisée par Dash Platform. Comme les binaires ne sont pas " "encore publiés, vous devrez les compiler depuis la source. Installez Go " "comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "Compilez et installez Tenderdash comme suit :" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "Initialisez Tenderdash :" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" "Assurez-vous que Dash Core est entièrement synchronisé, puis démarrez " "Tenderdash :" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "Vérifiez que Tenderdash est fonctionnel :" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "Démarrez DAPI :" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "Démarrez les filtres de transaction :" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "Envoy" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 +msgid "" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" -"Envoy est un proxy de service gRPC pour les applications cloud natives. " -"Installez Envoy comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:985 +#, fuzzy +msgid "Install Envoy as follows::" +msgstr "Compilez et installez Tenderdash comme suit :" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "Démarrez Envoy :" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." @@ -1333,11 +1380,11 @@ msgstr "" "À cette étape, vous pouvez vous déconnecter de votre serveur en tapant " "``exit``. Félicitations ! Votre masternode est désormais fonctionnel." -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "Installation pour développeurs" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1352,7 +1399,7 @@ msgstr "" "L'exemple suivant montre comment installer des dépendances sous Ubuntu " "20.04 LTS :" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1370,7 +1417,7 @@ msgstr "" "nouvelle adresse, en utilisant le code promo 'masternode'. Puis " "téléchargez et initialisez Dashmate comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" @@ -1379,23 +1426,23 @@ msgstr "" " journal. Modifiez l'exemple ci-dessous avec un chemin journal de votre " "choix :" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "Enregistrez votre masternode sur le réseau, comme suit :" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" "Attendez que la synchronisation et l'enregistrement soient terminés. Puis" " démarrez le masternode :" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" "Votre masternode fournit désormais ses services sur les ports locaux " "suivants :" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1905,3 +1952,29 @@ msgstr "" #~ "`__." #~ msgstr "" +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" +#~ "Alexander Block (codablock) avec la clé" +#~ " ``63A9 6B40 6102 E091``, `vérifiable " +#~ "ici sur Keybase `__" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" +#~ "Envoy est un proxy de service gRPC" +#~ " pour les applications cloud natives. " +#~ "Installez Envoy comme suit :" + diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po index 8fbeb5600..2f9d1593a 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -156,14 +156,14 @@ msgstr "" " et sûr." #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format +#, fuzzy, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -192,13 +192,13 @@ msgstr "" "statistiques en temps réel sur le réseau des masternodes." #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -208,7 +208,7 @@ msgid "Masternode" msgstr "Comparaison des masternodes et du minage" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -228,7 +228,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -610,24 +610,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 #, fuzzy -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "Processus de paiement" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -947,3 +947,46 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "40 Go" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po index a9c068081..6e4a5e609 100644 --- a/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 04f5af395..2eae94d63 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,36 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Daf Daf, 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" +"Language: fr\n" "Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" "Configurer un carnet d'adresses, taux de conversion, récupérations de " "portefeuille papier et modification de réglages dans le portefeuille " "logiciel Dash pour Android." -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" "dash, mobile, portefeuille, android, carnet d'adresses, papier, taux de " @@ -46,28 +47,29 @@ msgstr "Carnet d'adresses" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" "Votre portefeuille Android vous permet de gérer les adresses souvent " "utilisées en leur attribuant une étiquette, utile pour identifier leur " "propriétaire. Vous pouvez aussi étiqueter vos propres adresses dans le " -"portefeuille, afin de garder trace des paiements entrants récurrents. Vous " -"pouvez accéder au carnet d'adresses en touchant le **bouton Menu** puis " -"**Carnet d'adresses**. Cela affichera un écran où vous pouvez balayer à " -"gauche ou à droite entre vos propres adresses et celles auxquelles vous " -"envoyez fréquemment des dashs, telles que par exemple celles des membres de " -"votre famille. Touchez le bouton **Plus d'options** pour **Coller depuis le " -"presse-papiers** ou pour **Scanner une adresse** depuis un QR-code, ou bien " -"touchez une adresse déjà existante pour **Envoyer des dashs** ou " -"**Modifier** l'étiquette." +"portefeuille, afin de garder trace des paiements entrants récurrents. " +"Vous pouvez accéder au carnet d'adresses en touchant le **bouton Menu** " +"puis **Carnet d'adresses**. Cela affichera un écran où vous pouvez " +"balayer à gauche ou à droite entre vos propres adresses et celles " +"auxquelles vous envoyez fréquemment des dashs, telles que par exemple " +"celles des membres de votre famille. Touchez le bouton **Plus d'options**" +" pour **Coller depuis le presse-papiers** ou pour **Scanner une adresse**" +" depuis un QR-code, ou bien touchez une adresse déjà existante pour " +"**Envoyer des dashs** ou **Modifier** l'étiquette." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -75,23 +77,24 @@ msgstr "*Accès au carnet d'adresses et ajout d'une adresse*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" "Vous pouvez également ajouter directement des étiquettes depuis l'écran " "principal de l'historique de transactions, en touchant le bouton **Plus " "d'options** de la transaction (trois points verticaux) et en choisissant " -"soit **Ajouter une étiquette à votre adresse**, **Modifier l'étiquette de " -"votre adresse**, **Ajouter une adresse d'envoi** ou **Modifier l'étiquette " -"de l'adresse d'envoi**." +"soit **Ajouter une étiquette à votre adresse**, **Modifier l'étiquette de" +" votre adresse**, **Ajouter une adresse d'envoi** ou **Modifier " +"l'étiquette de l'adresse d'envoi**." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" msgstr "" -"*Ajout et modification d'étiquettes d'adresse dans l'écran de transactions*" +"*Ajout et modification d'étiquettes d'adresse dans l'écran de " +"transactions*" #: ../../docs/user/wallets/android/advanced-functions.rst:53 msgid "Exchange rates" @@ -99,334 +102,353 @@ msgstr "Taux de conversion" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" -"Le portefeuille logiciel Dash pour Android vous permet d'afficher la valeur " -"convertie de votre solde Dash et de vos transactions, en choisissant une " -"monnaie fiduciaire par défaut. Pour choisir une monnaie par défaut, touchez " -"le **bouton Menu** puis **Taux de conversion**. Trouvez votre monnaie " -"fiduciaire préférée, puis touchez le bouton **Plus d'options** pour cette " -"monnaie et choisissez **Choisir par défaut**. Le taux de conversion de cette" -" monnaie apparaîtra à l'envoi de dashs, et vous pouvez également toucher le " -"champ de la monnaie fiduciaire pour saisir directement une valeur en monnaie" -" fiduciaire plutôt qu'en dashs." +"Le portefeuille logiciel Dash pour Android vous permet d'afficher la " +"valeur convertie de votre solde Dash et de vos transactions, en " +"choisissant une monnaie fiduciaire par défaut. Pour choisir une monnaie " +"par défaut, touchez le **bouton Menu** puis **Taux de conversion**. " +"Trouvez votre monnaie fiduciaire préférée, puis touchez le bouton **Plus " +"d'options** pour cette monnaie et choisissez **Choisir par défaut**. Le " +"taux de conversion de cette monnaie apparaîtra à l'envoi de dashs, et " +"vous pouvez également toucher le champ de la monnaie fiduciaire pour " +"saisir directement une valeur en monnaie fiduciaire plutôt qu'en dashs." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" msgstr "" "*Choix d'un taux de conversion fiduciaire et création d'une transaction " "libellée en dollars américains*" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "Récupération de portefeuille papier" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" "Récupérer un portefeuille papier consiste à transférer dans votre propre " "portefeuille les fonds stockés à une adresse donnée, que vous avez par " "exemple reçu sous forme de portefeuille papier ou d'un distributeur " -"automatique. Vous devez avoir accès à la clé privée de cette adresse pour " -"utiliser cette fonction. Dans cette procédure, tous les dashs stockés à " +"automatique. Vous devez avoir accès à la clé privée de cette adresse pour" +" utiliser cette fonction. Dans cette procédure, tous les dashs stockés à " "l'adresse en question seront envoyés à une nouvelle adresse qui a été " "générée de manière déterministe à partir de la \"graine\" de votre " -"portefeuille. Les clés privées que vous récupérez ne sont pas intégrées à " -"celles de votre portefeuille." +"portefeuille. Les clés privées que vous récupérez ne sont pas intégrées à" +" celles de votre portefeuille." -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" "Pour récupérer un portefeuille papier, touchez le **bouton Menu** et " -"choisissez **Récupérer portefeuille papier**. Touchez le bouton **Scanner** " -"et scannez le QR-code sur votre portefeuille papier. Une fois que la clé " -"privée a été reconnue, touchez **Récupérer** pour générer la transaction " -"déplaçant les dashs dans votre propre portefeuille. Une fois cette " -"transaction confirmée, le papier devient sans valeur et il est conseillé de " -"le détruire." - -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +"choisissez **Récupérer portefeuille papier**. Touchez le bouton " +"**Scanner** et scannez le QR-code sur votre portefeuille papier. Une fois" +" que la clé privée a été reconnue, touchez **Récupérer** pour générer la " +"transaction déplaçant les dashs dans votre propre portefeuille. Une fois " +"cette transaction confirmée, le papier devient sans valeur et il est " +"conseillé de le détruire." + +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -"*Récupération dans le portefeuille logiciel Android d'un portefeuille papier" -" contenant 0,10 dash*" +"*Récupération dans le portefeuille logiciel Android d'un portefeuille " +"papier contenant 0,10 dash*" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "Surveillance réseau" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -"Le portefeuille logiciel Dash pour Android est un portefeuille dit \"léger\"" -" qui fonctionne en mode SPV, ce qui signifie qu'il ne télécharge pas une " -"copie intégrale de la blockchain. La surveillance réseau vous permet " -"d'accéder aux détails relatifs aux nœuds complets auxquels vous êtes " -"connecté. Vous pouvez aussi balayer à gauche pour afficher les blocs au fur " -"et à mesure de leur création sur la blockchain." - -#: ../../docs/user/wallets/android/advanced-functions.rst:123 -msgid "*Viewing peers and blocks to monitor network activity*" -msgstr "" -"*Affichage des paires et des blocs dans le suivi de l'activité réseau*" +"Le portefeuille logiciel Dash pour Android est un portefeuille dit " +"\"léger\" qui fonctionne en mode SPV, ce qui signifie qu'il ne télécharge" +" pas une copie intégrale de la blockchain. La surveillance réseau vous " +"permet d'accéder aux détails relatifs aux nœuds complets auxquels vous " +"êtes connecté. Vous pouvez aussi balayer à gauche pour afficher les blocs" +" au fur et à mesure de leur création sur la blockchain." -#: ../../docs/user/wallets/android/advanced-functions.rst:127 #: ../../docs/user/wallets/android/advanced-functions.rst:143 +msgid "*Viewing peers and blocks to monitor network activity*" +msgstr "*Affichage des paires et des blocs dans le suivi de l'activité réseau*" + +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "Réglages" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "*Menu Réglages dans le portefeuille logiciel Dash pour Android*" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -"Le menu des réglages contient une série d'options contrôlant le comportement" -" du portefeuille logiciel Dash pour Android. Pour accéder aux réglages, " -"touchez le **bouton Menu** puis **Réglages**. Vous pouvez alors choisir " -"entre **Réglages**, **Diagnostics** et **À propos** qui affiche la version " -"du portefeuille, le copyright, la licence et l'information sur le code " -"source." +"Le menu des réglages contient une série d'options contrôlant le " +"comportement du portefeuille logiciel Dash pour Android. Pour accéder aux" +" réglages, touchez le **bouton Menu** puis **Réglages**. Vous pouvez " +"alors choisir entre **Réglages**, **Diagnostics** et **À propos** qui " +"affiche la version du portefeuille, le copyright, la licence et " +"l'information sur le code source." -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "Libellé et précision" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"Choisissez le nombre de décimales à afficher pour les montants libellés en " -"DASH, ou basculez vers des libellés en mDASH ou µDASH" +"Choisissez le nombre de décimales à afficher pour les montants libellés " +"en DASH, ou basculez vers des libellés en mDASH ou µDASH" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "Votre nom" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -"Saisissez un nom court qui sera inclus dans vos QR-codes tels qu'affichés " -"aux autres pour être scannés. Le nom court apparaîtra alors comme étiquette " -"dans leur portefeuille, afin de vérifier le destinataire et simplifier la " -"gestion des adresses." +"Saisissez un nom court qui sera inclus dans vos QR-codes tels qu'affichés" +" aux autres pour être scannés. Le nom court apparaîtra alors comme " +"étiquette dans leur portefeuille, afin de vérifier le destinataire et " +"simplifier la gestion des adresses." -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "Fermeture automatique du dialogue d'envoi de fonds" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -"Choisissez si le dialogue d'envoi doit être fermé ou non lorsque le paiement" -" est terminé." +"Choisissez si le dialogue d'envoi doit être fermé ou non lorsque le " +"paiement est terminé." -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "Indicateur de connexion" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -"Permet d'afficher un indicateur dans la zone de notification d'Android, pour" -" vérifier rapidement la connexion au réseau Dash." +"Permet d'afficher un indicateur dans la zone de notification d'Android, " +"pour vérifier rapidement la connexion au réseau Dash." -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "Pair de confiance" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" "Saisissez l'adresse IP ou le nom d'hôte d'un pair unique auquel se " "connecter." -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "Sauter la découverte normale de pairs" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -"Activer cette option empêche la découverte automatique de pairs et force la " -"connexion au pair de confiance indiqué, et à lui seul." +"Activer cette option empêche la découverte automatique de pairs et force " +"la connexion au pair de confiance indiqué, et à lui seul." -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "Explorateur de blocs" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"Permet de choisir quel explorateur de blocs vous souhaitez utiliser pour les" -" fonctions renvoyant à un explorateur de blocs." +"Permet de choisir quel explorateur de blocs vous souhaitez utiliser pour " +"les fonctions renvoyant à un explorateur de blocs." -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "Utilisation de données" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -"Renvoie à la fonction Android **Utilisation de données** pour consulter ou " -"restreindre l'utilisation de données de l'application." +"Renvoie à la fonction Android **Utilisation de données** pour consulter " +"ou restreindre l'utilisation de données de l'application." -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "Rappel de solde" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" "Active une notification système Android pour vous rappeler vos dashs non " "dépensés, en cas de non-ouverture de l'application." -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "Activer InstantSend" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -"Active la fonctionnalité InstantSend pour l'envoi et la réception de dashs." +"Active la fonctionnalité InstantSend pour l'envoi et la réception de " +"dashs." -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "Activer le mode léger" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "Activer le mode léger réduit l'utilisation de bande passante." -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "Afficher l'avertissement" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." -msgstr "" -"Active ou désactive divers avertissements et messages dans l'application." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." +msgstr "Active ou désactive divers avertissements et messages dans l'application." -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "BIP70 pour scanner-pour-payer" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" "Active l'utilisation du `protocole de paiement BIP70 " "`_ pour " -"ajouter des vérifications supplémentaires et des fonctions de sécurité pour " -"le scan de QR-codes." +"ajouter des vérifications supplémentaires et des fonctions de sécurité " +"pour le scan de QR-codes." -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "Consulter les noms de portefeuille" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" "Active l'utilisation de `DNSSEC " -"`_ " -"pour tenter d'identifier un nom de portefeuille à la création de " +"`_" +" pour tenter d'identifier un nom de portefeuille à la création de " "transactions." -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "Diagnostics" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "Signaler les problèmes" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" "Permet de réunir certaines informations techniques relatives à votre " -"portefeuille logiciel, afin d'envoyer un rapport de bugs aux développeurs " -"pour leur correction." +"portefeuille logiciel, afin d'envoyer un rapport de bugs aux développeurs" +" pour leur correction." -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "Afficher xpub" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -"Affiche la clé publique étendue de la \"graine\" utilisée pour générer les " -"adresses de votre portefeuille. Fournir votre xpub à une tierce personne lui" -" permettra de visualiser votre historique entier de transactions, mais pas " -"de créer de nouvelles transactions." +"Affiche la clé publique étendue de la \"graine\" utilisée pour générer " +"les adresses de votre portefeuille. Fournir votre xpub à une tierce " +"personne lui permettra de visualiser votre historique entier de " +"transactions, mais pas de créer de nouvelles transactions." -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "Réinitialiser la blockchain" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" -"Réinitialise sur votre appareil les données relatives à la blockchain. Ces " -"données devront être récupérées à nouveau par connexion à des nœuds " +"Réinitialise sur votre appareil les données relatives à la blockchain. " +"Ces données devront être récupérées à nouveau par connexion à des nœuds " "complets, tout comme à l'installation d'un nouveau portefeuille. Ce " "processus peut prendre un certain temps." + diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 7a68b5399..02a50cf8b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -99,56 +99,127 @@ msgstr "" "logiciel Dash Core" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "Portefeuilles HD" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:107 +msgid "" +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 +msgid "" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +#, fuzzy +msgid "Restore HD wallet" +msgstr "Portefeuilles HD" + +#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#, fuzzy +msgid "" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" +"Dash Core affichera la graine HD au format hexadécimal et en tant que " +"mnémonique BIP39. Pour restaurer un portefeuille HD existant, ou définir " +"vos propres mnémonique et/ou phrase de passe générés séparément, veuillez" +" vous assurer qu'aucun fichier ``wallet.dat`` n'existe dans le répertoire" +" ``datadir`` et saisissez la commande suivante ::" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:130 +msgid "" +"The HD wallet will be restored and your balance will appear once sync is " +"complete." +msgstr "" +"Le portefeuille HD sera restauré et votre solde apparaîtra une fois que " +"la synchronisation sera achevée." + +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#, fuzzy msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." msgstr "" "Depuis sa version 0.12.2.0, le portefeuille logiciel Dash Core comporte " "une implémentation compatible BIP39/BIP44 de la génération hiérarchique " @@ -164,12 +235,18 @@ msgstr "" "utilisée pour indiquer des branches de dérivation différentes depuis la " "même graine mnémonique." -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +#, fuzzy msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" msgstr "" "Nous nous servirons du portefeuille à interface graphique pour Windows " "dans cet exemple, mais les commandes sont similaires si vous utilisez " @@ -177,40 +254,17 @@ msgstr "" "par taper la commande suivante pour générer une graine HD de portefeuille" " aléatoire, sans phrase de passe mnémonique ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" -msgstr "" - -#: ../../docs/user/wallets/dashcore/advanced.rst:106 -msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" -msgstr "" -"Dash Core affichera la graine HD au format hexadécimal et en tant que " -"mnémonique BIP39. Pour restaurer un portefeuille HD existant, ou définir " -"vos propres mnémonique et/ou phrase de passe générés séparément, veuillez" -" vous assurer qu'aucun fichier ``wallet.dat`` n'existe dans le répertoire" -" ``datadir`` et saisissez la commande suivante ::" - -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"The HD wallet will be restored and your balance will appear once sync is " -"complete." +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." msgstr "" -"Le portefeuille HD sera restauré et votre solde apparaîtra une fois que " -"la synchronisation sera achevée." -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "Multi-signature" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -229,53 +283,53 @@ msgstr "" "transaction. Les parties impliquées dans cet exemple sont un acheteur, un" " vendeur et un arbitre. Cet exemple se base sur :" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "https://gist.github.com/jashmenn/9811198" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "https://gist.github.com/gavinandresen/3966071" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "https://bitcoin.org/en/developer-examples#p2sh-multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "Étape 1 : Création de trois adresses" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "Vendeur ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "Acheteur ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "Arbitre ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "Cela donne trois couples de clés (publique et privée) ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "Étape 2 : Création d'une adresse multi-signature" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " @@ -285,7 +339,7 @@ msgstr "" "signature sur m clés requises (fournies comme tableau JSON). Dans cet " "exemple, 2 clés sur 3 sont requises pour signer la transaction." -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " @@ -295,15 +349,15 @@ msgstr "" "clés publiques et leur séquence sont connues (l'adresse résultante et " "redeemScript sont identiques, voir ci-dessous)." -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "Étape 3 : L'acheteur alimente l'adresse multi-signature" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "Cela se passe de la même façon que dans une transaction habituelle." -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." @@ -311,11 +365,11 @@ msgstr "" "Le vendeur ou l'arbitre peuvent suivre la transaction par son identifiant" " dans l'explorateur de blocs, ou bien depuis la console comme suit." -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "Étape 4 : Dépense de l'adresse multi-signature" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -330,7 +384,7 @@ msgstr "" "arbitre). Le vendeur crée une transaction (nous réutiliserons son adresse" " publique déjà vue ci-dessus)." -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" @@ -338,7 +392,7 @@ msgstr "" "Puis le vendeur la signe partiellement, en utilisant le redeemScript, la " "scriptPubKey et sa clé privée." -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -353,7 +407,7 @@ msgstr "" "dessus et sa clé privée. Supposons que ce soit l'acheteur qui achève la " "signature." -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." @@ -361,7 +415,7 @@ msgstr "" "La signature est désormais terminée, et l'une ou l'autre des parties peut" " transmettre la transaction au réseau." -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." @@ -370,11 +424,11 @@ msgstr "" "de blocs. Quant au vendeur, il est content de recevoir ses fonds à son " "adresse publique, comme suit." -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "Daemon" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -387,23 +441,23 @@ msgstr "" "utilisateur. Ce guide présuppose que vous avez installé Dash Core pour " "Linux tel que décrit par :ref:`dashcore-installation-linux`." -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "Créez un utilisateur et un groupe pour faire tourner le daemon ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" "Créez un répertoire de données pour Dash dans le répertoire personnel du " "nouvel utilisateur ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" "Créez un fichier de configuration dans le nouveau répertoire de données " "Dash ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" @@ -412,7 +466,7 @@ msgstr "" "``dash.conf``, en remplaçant le mot de passe par un mot de passe long et " "aléatoire ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" @@ -420,29 +474,29 @@ msgstr "" "Enregistrez le daemon ``dashd`` en tant que service système, en créant le" " fichier suivant ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "Collez la configuration du daemon suivante dans le fichier ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "Enregistrez et démarrez le daemon avec systemd ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" "Dash est à présent installé en tant que daemon système. Vérifiez son état" " comme suit ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "Vérifiez les journaux comme suit ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -460,11 +514,11 @@ msgstr "" " qui surveillent les réseaux ou font de l'analyse de trafic, la " "localisation d'un utilisateur et les données transmises." -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "Interface graphique Dash Core" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -483,7 +537,7 @@ msgstr "" "manual.torproject.org/installation/>`__ et `Utiliser Tor Browser la " "première fois `__." -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." @@ -491,7 +545,7 @@ msgstr "" "Une fois que Tor Browser tourne, vous avez deux façons de configurer Dash" " Core pour qu'il utilise Tor pour le trafic réseau." -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -504,7 +558,7 @@ msgstr "" "proxy** et ``9150`` comme **port**. Cliquez sur **OK** et redémarrez Dash" " Core." -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " @@ -515,7 +569,7 @@ msgstr "" "ligne ``proxy=127.0.0.1:9150``, enregistrez le fichier puis redémarrez " "Dash Core." -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" @@ -525,11 +579,11 @@ msgstr "" "souvenir de bien lancer le navigateur Tor chaque fois avant de lancer " "Dash Core, sinon la synchronisation ne sera pas possible." -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "Service onion Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -541,19 +595,19 @@ msgstr "" "l'anonymat en masquant votre adresse IP. Veuillez suivre ces étapes pour " "installer un service onion sous Linux Ubuntu :" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "Installez Tor ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "Ajoutez la ligne suivante au fichier ``torrc`` ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "Redémarrez Tor ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" @@ -561,7 +615,7 @@ msgstr "" "Déterminez sous quel groupe fonctionne Tor (en général la dernière entrée" " de votre fichier de groupes) ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." @@ -569,40 +623,40 @@ msgstr "" "Le groupe est en général ``debian-tor`` pour les distributions Linux " "basées sur Debian." -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "Ajoutez l'utilisateur faisant tourner Dash au groupe Tor ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "Ajoutez les deux lignes suivantes au fichier ``dash.conf`` ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" "Redémarrez Dash et surveillez le journal ``debug.log`` pour les infos Tor" " ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "Vous devriez voir une ligne similaire à celle-ci ::" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "Votre service onion est désormais disponible à l'adresse affichée." -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "Portefeuilles multiples" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -611,61 +665,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -673,7 +727,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -693,11 +747,11 @@ msgstr "" "entièrement différents, tels que ``C:\\Dash1`` (ce qui est plus simple si" " vous souhaitez lancer simultanément plusieurs portefeuilles)." -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "Fichiers \"wallet.dat\" distincts" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -712,11 +766,11 @@ msgstr "" "similaire) puis créez deux raccourcis sur le bureau. Ensuite, ouvrez la " "fenêtre **Propriétés** pour chacun de ces raccourcis." -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "Création de raccourcis sur le bureau Windows 10" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -733,7 +787,7 @@ msgstr "" " exemples suivants montrent deux portefeuilles nommés ``workwallet.dat`` " "et ``homewallet.dat`` :" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" @@ -741,7 +795,7 @@ msgstr "" "Portefeuille cible 1 : ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" @@ -749,11 +803,11 @@ msgstr "" "Portefeuille cible 2 : ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "Indication de fichiers portefeuille distincts" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -766,11 +820,11 @@ msgstr "" "cela, vous aurez besoin de deux répertoires de données distincts, comme " "décrit ci-dessous." -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "Répertoire de données distincts" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -791,7 +845,7 @@ msgstr "" "deux raccourcis (ou plus) sur votre Bureau tel que décrit ci-dessus, puis" " indiquez des arguments pour \"datadir\" tel que ci-dessous :" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" @@ -799,7 +853,7 @@ msgstr "" "Répertoire de données cible 1 : ``\"C:\\Program Files\\DashCore\\dash-" "qt.exe\" -datadir=C:\\Dash1 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" @@ -807,11 +861,11 @@ msgstr "" "Répertoire de données cible 2 : ``\"C:\\Program Files\\DashCore\\dash-" "qt.exe\" -datadir=C:\\Dash2 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "Configuration de répertoire de données distincts" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -829,18 +883,45 @@ msgstr "" "disposer de portefeuilles multiples sans devoir conserver une copie " "intégrale de la blockchain." -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "Deux instances du portefeuille logiciel Dash Core tournant simultanément" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "KeePass" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index efbad4bbb..ef3a2fd52 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -189,7 +189,7 @@ msgstr "Extraction de Dash Core comme suit :" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -310,10 +310,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -321,56 +323,56 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 #, fuzzy msgid "Enter a password" msgstr "Saisie d'un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "Confirmez que vous souhaitez chiffrer votre portefeuille" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "Chiffrage de votre portefeuille Dash" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" "Pour chiffrer votre portefeuille, cliquez sur **Réglages > Chiffrer le " "portefeuille**." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "Chiffrage du portefeuille Dash avec un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "Saisie d'un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -384,7 +386,7 @@ msgstr "" "redémarrage de Dash Core, vous verrez un petit cadenas bleu dans le coin " "inférieur droit." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Portefeuille Dash Core entièrement chiffré et synchronisé" @@ -457,3 +459,21 @@ msgstr "Portefeuille Dash Core entièrement chiffré et synchronisé" #~ "d'accès à votre propre portefeuille, et" #~ " vous perdrez tous vos fonds." +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 13299bbdf..2c271c46d 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -285,10 +285,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -296,52 +298,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "Saisissez un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "Confirmez que vous souhaitez chiffrer votre portefeuille" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "Chiffrage de votre portefeuille Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" "Pour chiffrer votre portefeuille, cliquez sur **Réglages > Chiffrer le " "portefeuille**." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "Chiffrage du portefeuille Dash avec un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -354,11 +356,11 @@ msgstr "" "redémarrage de Dash Core, vous verrez un petit cadenas bleu dans le coin " "inférieur droit." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Portefeuille Dash Core entièrement chiffré et synchronisé" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Vous pouvez maintenant commencer à utiliser votre portefeuille en toute " @@ -392,3 +394,13 @@ msgstr "" #~ "d'accès à votre propre portefeuille, et" #~ " vous perdrez tous vos fonds." +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 06156dadd..f14899a36 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -174,7 +174,7 @@ msgstr "Importation de la clé GPG publique de Codablock" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -185,8 +185,8 @@ msgstr "Sélection du fichier de signature pour vérification" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -358,10 +358,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -369,52 +371,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "Saisissez un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "Confirmez que vous souhaitez chiffrer votre portefeuille" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "Chiffrage de votre portefeuille Dash" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" "Pour chiffrer votre portefeuille, cliquez sur **Réglages > Chiffrer le " "portefeuille**." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "Chiffrage du portefeuille Dash avec un mot de passe" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -428,11 +430,11 @@ msgstr "" "redémarrage de Dash Core, vous verrez un petit cadenas bleu dans le coin " "inférieur droit." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Portefeuille Dash Core entièrement chiffré et synchronisé" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Vous pouvez maintenant commencer à utiliser votre portefeuille en toute " @@ -497,3 +499,31 @@ msgstr "" #~ "d'accès à votre propre portefeuille, et" #~ " vous perdrez tous vos fonds." +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 38779e558..82ed91162 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,27 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Daf Daf, 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" +"Language: fr\n" "Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -29,7 +30,7 @@ msgstr "" "Schéma d'URL, clé publique maître et requête de paiement dans le " "portefeuille Dash sur votre appareil iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" "dash, mobile, portefeuille, ios, envoyer, recevoir, paiement, url, clé " @@ -40,10 +41,29 @@ msgid "Advanced functions" msgstr "Fonctions avancées" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 +#, fuzzy +msgid "Masternode keys" +msgstr "Clé publique maître" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" msgstr "Schéma d'URL" -#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " @@ -51,82 +71,83 @@ msgid "" "documents the methods available using the URL scheme." msgstr "" "iOS permet aux applications de communiquer entre elles en utilisant des " -"schémas d'URL. Le portefeuille logiciel Dash pour iOS implémente le schéma " -"dashwallet://, ce qui permet d'appeler le portefeuille pour accomplir une " -"transaction libellée en dashs. Cette page explique les méthodes disponibles " -"avec ce schéma d'URL." +"schémas d'URL. Le portefeuille logiciel Dash pour iOS implémente le " +"schéma dashwallet://, ce qui permet d'appeler le portefeuille pour " +"accomplir une transaction libellée en dashs. Cette page explique les " +"méthodes disponibles avec ce schéma d'URL." -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "Paiement" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "Format d'URL de requête de paiement ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "Notes :" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" "``sender`` est à la fois votre URL de retour et le nom de l'application " "affiché à l'utilisateur. Cela sert à empêcher le hameçonnage depuis des " "applications tierces." -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "L'utilisateur verra quelque chose comme ceci ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "Requête de paiement dans iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -"Si l'utilisateur saisit le bon mot de passe, la transaction est envoyée et " -"l'utilisateur est renvoyé vers l'application émettrice, selon l'URL de " -"retour." +"Si l'utilisateur saisit le bon mot de passe, la transaction est envoyée " +"et l'utilisateur est renvoyé vers l'application émettrice, selon l'URL de" +" retour." -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "Format de l'URL de retour ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "Clé publique maître" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "Format de requête de clé publique maître ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -"À noter : le compte est facultatif et correspond au compte BIP32/BIP44, la " -"plupart du temps il s'agit de 0. Si le compte n'est pas indiqué, on utilise " -"le compte 0. Cela renverra la clé publique étendue à la fois à " +"À noter : le compte est facultatif et correspond au compte BIP32/BIP44, " +"la plupart du temps il s'agit de 0. Si le compte n'est pas indiqué, on " +"utilise le compte 0. Cela renverra la clé publique étendue à la fois à " "``44’/5’/’`` et à ``’``" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "Retour ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "Obtenir une adresse de paiement" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po index 368f6c919..ef8f8f841 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -89,20 +89,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Installation" @@ -123,22 +122,21 @@ msgstr "" "`__." #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "Documentation" @@ -154,104 +152,15 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "Écran du portefeuille Dash ADAMANT" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "Atomic Wallet" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "https://atomicwallet.io" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" -"Le portefeuille Atomic est un portefeuille multi-actifs intégrant le " -"change de type \"atomic swap\" et des fonctionnalités de livre d'ordres " -"décentralisé. Il fournit un service puissant et sûr permettant aux " -"utilisateurs, de manière transparente et fiable, de réduire le temps " -"passé à gérer et convertir des crypto-actifs." - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" -"Toutes les sorties d'Atomic Wallet sont disponibles à l'adresse " -"https://atomicwallet.io — téléchargez simplement et installez le paquet " -"approprié pour votre système d'exploitation. Atomic Wallet est également " -"disponible sur le `magasin Google Play pour Android " -"`__ " - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" -"Atomic propose une documentation détaillée de toutes ses fonctions à " -"l'adresse https://atomicwallet.freshdesk.com et quelques liens rapides " -"sont également disponibles ci-dessous :" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" -"`Démarrer avec Atomic Wallet, première partie " -"`_" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" -"`Démarrer avec Atomic Wallet, seconde partie " -"`_" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" -"`Comment créer un portefeuille " -"`_" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" -"`Comprendre les Atomic Swaps " -"`_" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "Écran du portfolio du portefeuille Atomic" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "Channels" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "https://exscudo.com/channels/" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " @@ -262,7 +171,7 @@ msgstr "" "jeton sous-jacent EON facilite l'identification sécurisée et permet de " "réduire la fraude." -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -274,7 +183,7 @@ msgstr "" "et `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" @@ -282,19 +191,19 @@ msgstr "" "Channels propose une FAQ à l'adresse https://exscudo.com/blog/exscudo" "/frequently-asked-questions/" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "Channels tournant sur iOS" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "Cobo" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "https://cobo.com" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -315,7 +224,7 @@ msgstr "" "leurs dashs pour créer des masternodes et recevoir un revenu " "hebdomadaire. " -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " @@ -326,7 +235,7 @@ msgstr "" "`l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" @@ -334,22 +243,22 @@ msgstr "" "Cobo propose une documentation détaillée de toutes ses fonctions à " "l'adresse https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "Portefeuille Cobo" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 #, fuzzy msgid "Coin Wallet" msgstr "Portefeuille Cobo" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://evercoin.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -357,7 +266,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -370,7 +279,7 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 #, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " @@ -379,15 +288,15 @@ msgstr "" "Cobo propose une documentation détaillée de toutes ses fonctions à " "l'adresse https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "https://www.coinomi.com" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -402,11 +311,11 @@ msgstr "" "sont disponibles directement dans le portefeuille grâce à l'intégration " "de ShapeShift et Changelly." -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "Téléchargement" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -423,7 +332,7 @@ msgstr "" "`l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" @@ -431,19 +340,19 @@ msgstr "" "Coinomi propose une documentation détaillée de toutes ses fonctions à " "l'adresse https://coinomi.freshdesk.com" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "Portefeuille Coinomi tournant sur Android" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "https://edge.app" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -462,7 +371,7 @@ msgstr "" "ShapeShift est également intégré pour faciliter la conversion entre " "différentes cryptomonnaies." -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -474,7 +383,7 @@ msgstr "" "`l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" @@ -483,13 +392,13 @@ msgstr "" "l'adresse https://support.edge.app et vous pouvez aussi trouver quelques " "liens rapides ci-dessous :" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "`Démarrage `__" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" @@ -497,7 +406,7 @@ msgstr "" "`Comment créer un nouveau portefeuille ? " "`_" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" @@ -505,7 +414,7 @@ msgstr "" "`Comment envoyer de l'argent ? " "`_" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" @@ -513,19 +422,19 @@ msgstr "" "`Comment recevoir de l'argent dans mon compte ? " "`_" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "Écrans Edge de bienvenue, de réception de dashs et de solde" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "Ethos" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "https://www.ethos.io" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -540,7 +449,7 @@ msgstr "" "noms d'utilisateur lisibles par des humains, une conversion ShapeShift et" " un suivi de portfolio." -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -554,7 +463,7 @@ msgstr "" " et sur `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" @@ -563,7 +472,7 @@ msgstr "" "l'adresse https://support.ethos.io et quelques liens rapides sont " "également disponibles ci-dessous :" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "Portefeuille universel Ethos sur Android" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "https://www.exodus.io" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -627,7 +536,7 @@ msgstr "" "Linux et iOS. Il est également entièrement intégré avec ShapeShift pour " "permettre la conversion entre différentes monnaies." -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -640,7 +549,7 @@ msgstr "" "dans `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" @@ -649,7 +558,7 @@ msgstr "" "l'adresse https://support.exodus.io et quelques liens rapides sont " "également disponibles ci-dessous :" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" @@ -657,7 +566,7 @@ msgstr "" "`Comment installer Exodus ? `_" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" @@ -665,19 +574,19 @@ msgstr "" "`Comment démarrer avec Exodus ? `_" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "Écran du portfolio du portefeuille Exodus" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "Guarda" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "https://guarda.com" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -692,7 +601,7 @@ msgstr "" "démarrer rapidement et simplement. Toutes les clés sont détenues par " "l'utilisateur, pour garantir la sécurité de vos fonds." -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -712,7 +621,7 @@ msgstr "" " et `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " @@ -722,7 +631,7 @@ msgstr "" "l'adresse https://guarda.freshdesk.com et quelques liens rapides sont " "également disponibles ci-dessous :" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "Portefeuille Guarda" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "Huobi Wallet" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "https://www.huobiwallet.com" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -757,7 +666,7 @@ msgstr "" "privées. Le portefeuille est compatible avec les multisignatures et " "propose une plateforme intégrée de change en un clic." -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -769,7 +678,7 @@ msgstr "" " et sur `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " @@ -779,7 +688,7 @@ msgstr "" "l'adresse https://support.huobiwallet.com et quelques liens rapides sont " "également disponibles ci-dessous :" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" @@ -787,7 +696,7 @@ msgstr "" "`Tutoriel de base `_" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" @@ -795,15 +704,15 @@ msgstr "" "`Sécurité du portefeuille `_" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -824,7 +733,7 @@ msgstr "" "acheter des cryptomonnaies dans l'application avec de la monnaie " "fiduciaire." -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -836,7 +745,7 @@ msgstr "" " sur `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " @@ -846,19 +755,19 @@ msgstr "" "Mobi `_ ou envoyez un message à support@mobi.me " "pour toute assistance avec Mobi." -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "Portefeuille Mobi tournant sur Android" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "Ownbit" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "https://ownbit.io" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " @@ -868,7 +777,7 @@ msgstr "" "compatible avec Dash. Il vous permet de gérer plusieurs portefeuilles et " "des contacts pour faciliter vos transactions." -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -880,7 +789,7 @@ msgstr "" "`l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." @@ -888,19 +797,19 @@ msgstr "" "Rejoignez le `groupe Telegram Ownbit `_ ou envoyez " "un e-mail à hi@bitbill.com pour obtenir de l'aide sur Ownbit." -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "Portefeuille Ownbit" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "Trust" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "https://trustwallet.com" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " @@ -911,7 +820,7 @@ msgstr "" "compatible avec Dash, Bitcoin, Ethereum et une large gamme de jetons et " "DApps." -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -923,7 +832,7 @@ msgstr "" " et sur `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " @@ -933,19 +842,19 @@ msgstr "" " ou rejoindre le `groupe Telegram Trust `_ pour" " obtenir de l'aide." -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "Portefeuille Trust tournant sous iOS" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "Unstoppable" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "https://unstoppable.money" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -957,7 +866,7 @@ msgstr "" "faites croître des actifs crypto, depuis n'importe où. Gardez un contrôle" " total sur vos actifs. Restez dans le domaine privé." -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -969,7 +878,7 @@ msgstr "" " et sur `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." @@ -977,19 +886,19 @@ msgstr "" "Voir la `FAQ `__ ou `Unstoppable sur " "GitHub `_ pour obtenir de l'aide." -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "Portefeuille Unstoppable sur Android" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "VegaWallet" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "https://www.vegawallet.com" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -1002,7 +911,7 @@ msgstr "" "plateformes de change et sources de cours, et propose également des " "fonctionnalités NFC avancées pour les paiements." -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -1018,7 +927,7 @@ msgstr "" "`l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -1032,19 +941,19 @@ msgstr "" "aussi aux e-mails envoyés à l'adresse `support@vegawallet.com " "`__" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "Portefeuille VegaWallet sous iOS" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "ZelCore" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "https://zel.network" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" @@ -1055,7 +964,7 @@ msgstr "" "intégrations poussées avec des plateformes de change de tierce partie, " "ainsi que des fonctionnalités 2FA décentralisées." -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -1067,7 +976,7 @@ msgstr "" " sur `l'App Store d'Apple pour iOS " "`__." -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." @@ -1076,7 +985,7 @@ msgstr "" "rejoignez le `serveur Discord Zel `_ pour obtenir" " de l'aide." -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "Portefeuille ZelCore tournant sur Android" @@ -1430,3 +1339,109 @@ msgstr "Portefeuille ZelCore tournant sur Android" #~ msgid "Spend wallet running on iOS" #~ msgstr "Portefeuille Spend sur iOS" +#~ msgid "Atomic Wallet" +#~ msgstr "Atomic Wallet" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "https://atomicwallet.io" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" +#~ "Le portefeuille Atomic est un " +#~ "portefeuille multi-actifs intégrant le " +#~ "change de type \"atomic swap\" et " +#~ "des fonctionnalités de livre d'ordres " +#~ "décentralisé. Il fournit un service " +#~ "puissant et sûr permettant aux " +#~ "utilisateurs, de manière transparente et " +#~ "fiable, de réduire le temps passé " +#~ "à gérer et convertir des crypto-" +#~ "actifs." + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" +#~ "Toutes les sorties d'Atomic Wallet sont" +#~ " disponibles à l'adresse https://atomicwallet.io" +#~ " — téléchargez simplement et installez " +#~ "le paquet approprié pour votre système" +#~ " d'exploitation. Atomic Wallet est " +#~ "également disponible sur le `magasin " +#~ "Google Play pour Android " +#~ "`__ \n" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" +#~ "Atomic propose une documentation détaillée " +#~ "de toutes ses fonctions à l'adresse " +#~ "https://atomicwallet.freshdesk.com et quelques liens" +#~ " rapides sont également disponibles ci-" +#~ "dessous :" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" +#~ "`Démarrer avec Atomic Wallet, première " +#~ "partie " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" +#~ "`Démarrer avec Atomic Wallet, seconde " +#~ "partie " +#~ "`_" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" +#~ "`Comment créer un portefeuille " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" +#~ "`Comprendre les Atomic Swaps " +#~ "`_" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "Écran du portfolio du portefeuille Atomic" + diff --git a/locale/fr/LC_MESSAGES/index.po b/locale/fr/LC_MESSAGES/index.po index ba7b2b322..2cbacd4d3 100644 --- a/locale/fr/LC_MESSAGES/index.po +++ b/locale/fr/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language: fr\n" @@ -127,9 +127,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/developers/insight.po b/locale/it/LC_MESSAGES/docs/user/developers/insight.po index 9ff255654..09d5629b5 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/insight.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: AL , 2022\n" "Language: it\n" @@ -90,7 +90,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -122,3 +122,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po index f442d6d8e..7dcc6125d 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,38 +1,40 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # AL , 2023 # Dash Italia, 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dash Italia, 2023\n" +"Language: it\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " +"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "Risorse API per l'utilizzo di Dash." -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" msgstr "" -"dash, commercianti, processore di pagamento, API, SDK, insight, blockcypher," -" instantsend, python, .NET, java, javascript, nodejs, php, objective-c" +"dash, commercianti, processore di pagamento, API, SDK, insight, " +"blockcypher, instantsend, python, .NET, java, javascript, nodejs, php, " +"objective-c" #: ../../docs/user/developers/integration-apis.rst:9 msgid "API Services" @@ -40,11 +42,11 @@ msgstr "Servizi API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" -"Esistono diversi servizi API per facilitare l'integrazione rapida e semplice" -" con la rete Dash per servizi tra cui:" +"Esistono diversi servizi API per facilitare l'integrazione rapida e " +"semplice con la rete Dash per servizi tra cui:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -69,8 +71,8 @@ msgid "" "includes mechanisms such as:" msgstr "" "I servizi API vengono in genere sfruttati per eliminare il requisito di " -"eseguire la propria infrastruttura per supportare le interazioni blockchain." -" Ciò include meccanismi come:" +"eseguire la propria infrastruttura per supportare le interazioni " +"blockchain. Ciò include meccanismi come:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -86,16 +88,17 @@ msgstr "Elaborazione dei pagamenti tramite WebHook." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" -"Ci sono una varietà di opzioni per supportare questi metodi, con il fattore " -"chiave di differenziazione che è il modello di prezzo incluso e le " -"funzionalità supportate. Il seguente elenco di provider API tenta di " -"delineare queste caratteristiche / differenziatori chiave e include anche un" -" collegamento alla documentazione correlata." +"Ci sono una varietà di opzioni per supportare questi metodi, con il " +"fattore chiave di differenziazione che è il modello di prezzo incluso e " +"le funzionalità supportate. Il seguente elenco di provider API tenta di " +"delineare queste caratteristiche / differenziatori chiave e include anche" +" un collegamento alla documentazione correlata." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -107,15 +110,16 @@ msgstr "https://github.com/dashpay/insight-api" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" -"L'API REST Insight open source fornisce un modo comodo, potente e semplice " -"per leggere i dati dalla rete Dash e creare i propri servizi con essa. È " -"disponibile una guida pratica per iniziare con l'API Insight e il block " -"explorer dell'interfaccia utente di Insight: ref: `qui `." +"L'API REST Insight open source fornisce un modo comodo, potente e " +"semplice per leggere i dati dalla rete Dash e creare i propri servizi con" +" essa. È disponibile una guida pratica per iniziare con l'API Insight e " +"il block explorer dell'interfaccia utente di Insight: ref: `qui `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -143,19 +147,19 @@ msgid "" "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." msgstr "" -"BlockCypher è un'API JSON semplice, principalmente RESTful per l'interazione" -" con blockchain, accessibile tramite HTTP o HTTPS dal dominio " -"api.blockcypher.com" +"BlockCypher è un'API JSON semplice, principalmente RESTful per " +"l'interazione con blockchain, accessibile tramite HTTP o HTTPS dal " +"dominio api.blockcypher.com" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" -"Caratteristiche: trasmissione di transazioni, portafogli HD/ generazione di " -"indirizzi, callback WebSocket e WebHook e inoltro di pagamenti. BlockCypher " -"non gestisce le chiavi private." +"Caratteristiche: trasmissione di transazioni, portafogli HD/ generazione " +"di indirizzi, callback WebSocket e WebHook e inoltro di pagamenti. " +"BlockCypher non gestisce le chiavi private." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -179,9 +183,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" "BitGo fornisce un'API RESTful semplice e robusta e un SDK client per " "integrare i portafogli di valuta digitale con la tua applicazione. È " @@ -213,28 +217,30 @@ msgstr "https://blockmove.io" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" -"Portafoglio criptovaluta, commerciante & provider API. Blockmove è un modo " -"semplice e facile per iniziare ad accettare pagamenti in criptovaluta." +"Portafoglio criptovaluta, commerciante & provider API. Blockmove è un " +"modo semplice e facile per iniziare ad accettare pagamenti in " +"criptovaluta." #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" "Caratteristiche: portafoglio non custodito, portafoglio HD, elevato " -"anonimato, commissioni basse. Le chiavi private non vengono memorizzate e " -"sono disponibili solo per l'utente." +"anonimato, commissioni basse. Le chiavi private non vengono memorizzate e" +" sono disponibili solo per l'utente." #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" msgstr "" -"Modello di prezzo: API - 0,3% per le transazioni di prelievo. Commerciante -" -" 1 anno gratuito, poi $ 49 / mese" +"Modello di prezzo: API - 0,3% per le transazioni di prelievo. " +"Commerciante - 1 anno gratuito, poi $ 49 / mese" #: ../../docs/user/developers/integration-apis.rst:113 msgid "Documentation: https://docs.blockmove.io" @@ -251,13 +257,14 @@ msgstr "https://nownodes.io/" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" -"NOWNodes fornisce un accesso RPC semplice, veloce e sicuro ai nodi completi " -"di Dash. La bassa latenza e le alte prestazioni sono di grande utilità per " -"ricercatori e aziende come minatori di criptovalute o fornitori di " -"portafogli hardware." +"NOWNodes fornisce un accesso RPC semplice, veloce e sicuro ai nodi " +"completi di Dash. La bassa latenza e le alte prestazioni sono di grande " +"utilità per ricercatori e aziende come minatori di criptovalute o " +"fornitori di portafogli hardware." #: ../../docs/user/developers/integration-apis.rst:131 msgid "Features: All Dash RPC commands" @@ -271,38 +278,71 @@ msgstr "Modello di prezzo: gratuito fino a 20k richieste, livelli di prezzo." msgid "Documentation: https://nownodes.io/documentation" msgstr "Documentazione: https://nownodes.io/documentation" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +#, fuzzy +msgid "https://services.tokenview.io" +msgstr "https://blockmove.io" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +#, fuzzy +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "Modello di prezzo: gratuito fino a 20k richieste, livelli di prezzo." + +#: ../../docs/user/developers/integration-apis.rst:153 +#, fuzzy +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "Documentazione: https://nownodes.io/documentation" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "CoinPayments" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -"CoinPayments è un gateway di pagamento integrato per criptovalute come Dash." -" I plugin del carrello sono disponibili per tutti i webcart più diffusi " -"utilizzati oggi. CoinPayments può aiutarti a impostare un nuovo checkout o " -"integrarlo con il tuo checkout preesistente." +"CoinPayments è un gateway di pagamento integrato per criptovalute come " +"Dash. I plugin del carrello sono disponibili per tutti i webcart più " +"diffusi utilizzati oggi. CoinPayments può aiutarti a impostare un nuovo " +"checkout o integrarlo con il tuo checkout preesistente." -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" "Caratteristiche: Fatturazione, tassi di cambio, WebHook Callbacks. " -"CoinPayments detiene le chiavi private sul proprio server, consentendo al " -"commerciante di prelevare fondi in criptovaluta o convertirli in moneta " +"CoinPayments detiene le chiavi private sul proprio server, consentendo al" +" commerciante di prelevare fondi in criptovaluta o convertirli in moneta " "fiat." -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " @@ -312,95 +352,99 @@ msgstr "" "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" "Modello di prezzo: 0.5% tassa di elaborazione " "(https://www.coinpayments.net/help-fees)" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "Documentazione: https://www.coinpayments.net/apidoc" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "Ticker di prezzo" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" "Puoi aggiungere un semplice widget ticker di prezzo al tuo sito web " "utilizzando il semplice `generatore di frammenti di codice di CoinGecko " "`_." -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" "Widget simili con design diversi sono disponibili da `CoinLib " "`_ e `WorldCoinIndex " -"`_, mentre è disponibile un'API che " -"fornisce informazioni simili da `DashCentral " +"`_, mentre è disponibile un'API " +"che fornisce informazioni simili da `DashCentral " "`_." -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "QR Codes" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -"Molti portafogli possono generare QR codes scansionabili per semplificare " -"l'inserimento dell'indirizzo Dash. La stampa di questi codici o la " -"pubblicazione sul tuo sito Web semplifica la ricezione di pagamenti e mance " -"in Dash, sia online che offline." +"Molti portafogli possono generare QR codes scansionabili per semplificare" +" l'inserimento dell'indirizzo Dash. La stampa di questi codici o la " +"pubblicazione sul tuo sito Web semplifica la ricezione di pagamenti e " +"mance in Dash, sia online che offline." -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -"In Dash Core, vai alla scheda **Ricevi**, genera un indirizzo se necessario " -"e fai doppio clic su di esso per visualizzare un QR code. Fai clic con il " -"pulsante destro del mouse sul QR code e seleziona **Salva immagine** per " -"salvare un file PNG." +"In Dash Core, vai alla scheda **Ricevi**, genera un indirizzo se " +"necessario e fai doppio clic su di esso per visualizzare un QR code. Fai" +" clic con il pulsante destro del mouse sul QR code e seleziona **Salva " +"immagine** per salvare un file PNG." -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"In Dash per Android, tocca **Richiedi Coins**, quindi tocca il QR code per " -"visualizzare un'immagine più grande. Puoi fare uno screenshot per salvare " -"un'immagine." +"In Dash per Android, tocca **Richiedi Coins**, quindi tocca il QR code " +"per visualizzare un'immagine più grande. Puoi fare uno screenshot per " +"salvare un'immagine." -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" "In Dash per iOS, scorri verso sinistra per visualizzare la schermata " "**Ricevi Dash**. Appariranno un QR code e un indirizzo. Puoi fare uno " "screenshot per salvare un'immagine." -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" "Per generare un QR code da qualsiasi indirizzo Dash, visita `CWA QR Code " "Generator `_ e incolla semplicemente il tuo " "indirizzo Dash per generare un'immagine." + diff --git a/locale/it/LC_MESSAGES/docs/user/developers/integration.po b/locale/it/LC_MESSAGES/docs/user/developers/integration.po index 19feab76a..399ee9432 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: AL , 2022\n" "Language: it\n" @@ -128,21 +128,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -407,6 +411,7 @@ msgstr "" "transazione." #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -427,6 +432,7 @@ msgstr "" "o tramite l'uso di uno script di notifica del portafoglio esterno." #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -439,18 +445,20 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" @@ -458,34 +466,34 @@ msgstr "" "Le seguenti notifiche sono rilevanti per il riconoscimento delle " "transazioni e dei relativi blocchi istantanei:" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "zmqpubhashtx" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "zmqpubhashtxlock" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "zmqpubrawtx" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "zmqpubrawtxlock" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 #, fuzzy msgid "" "This is typically used with a wallet that has been populated with `watch-" @@ -497,18 +505,18 @@ msgstr "" "indirizzi `watch-only ` __." -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "Trasmissione di transazioni InstantSend" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -524,7 +532,7 @@ msgstr "" "InstantSend quando ciascuno dei suoi input è confermato. Questo è il caso" " in cui si verifica almeno una delle seguenti circostanze:" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" @@ -532,13 +540,13 @@ msgstr "" "la transazione precedente a cui fa riferimento l'entrata viene confermata" " con 6 blocchi" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" "la transazione precedente viene confermata tramite un blocco InstantSend " "più vecchio" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" @@ -546,18 +554,20 @@ msgstr "" "il blocco contenente la transazione precedente è `ChainLocked " "`__" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "Risorse addizionali" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " @@ -567,7 +577,7 @@ msgstr "" "hanno lo scopo di fornire una comprensione più completa delle tecnologie " "sottostanti." -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" @@ -575,7 +585,7 @@ msgstr "" "`InstantSend informazioni tecniche " "`__" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 #, fuzzy msgid "" ":ref:`InstantSend Developer Documentation `__" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" @@ -592,7 +609,8 @@ msgstr "" "`DIP0010: LLMQ InstantSend " "`__" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" @@ -601,6 +619,157 @@ msgstr "" "`__" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +#, fuzzy +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "La ricezione di una transazione InstantSend introduce a due requisiti:" + +#: ../../docs/user/developers/integration.rst:298 +#, fuzzy +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" +"Capacità di determinare lo \"Status di InstantSend\" di una data " +"transazione." + +#: ../../docs/user/developers/integration.rst:304 +#, fuzzy +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" +"Lo status di InstantSend viene in genere determinato tramite la " +"connessione diretta con il demone dash, `notifica ZMQ " +"`__, " +"o tramite l'uso di uno script di notifica del portafoglio esterno." + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +#, fuzzy +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" +"Le seguenti notifiche sono rilevanti per il riconoscimento delle " +"transazioni e dei relativi blocchi istantanei:" + +#: ../../docs/user/developers/integration.rst:338 +#, fuzzy +msgid "zmqpubhashblock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:339 +#, fuzzy +msgid "zmqpubhashchainlock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:340 +#, fuzzy +msgid "zmqpubrawblock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:341 +#, fuzzy +msgid "zmqpubrawchainlock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:342 +#, fuzzy +msgid "zmqpubrawchainlocksig" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +#, fuzzy +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" +"`Documentazione per sviluppatori InstantSend " +"`__" + +#: ../../docs/user/developers/integration.rst:376 +#, fuzzy +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" +"`DIP0010: LLMQ InstantSend " +"`__" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -726,3 +895,13 @@ msgstr "" #~ "." #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/features.po b/locale/it/LC_MESSAGES/docs/user/introduction/features.po index 48c9f73e5..89bceab5d 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: AL , 2022\n" "Language: it\n" @@ -189,13 +189,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -225,7 +226,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -964,8 +965,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -996,7 +998,7 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" +msgid "12 (Current)" msgstr "" #: ../../docs/user/introduction/features.rst:495 @@ -1445,3 +1447,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/information.po b/locale/it/LC_MESSAGES/docs/user/introduction/information.po index 804692451..c79445162 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/information.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: AL , 2022\n" "Language: it\n" @@ -60,710 +60,582 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +msgid "https://dash.tokenview.io" +msgstr "" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -772,11 +644,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -785,11 +657,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -797,22 +669,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -820,11 +692,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -832,7 +704,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -842,11 +714,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -855,11 +727,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -867,21 +739,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -892,22 +764,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -919,11 +791,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -933,11 +805,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -947,11 +819,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -962,22 +834,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -985,11 +857,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -998,11 +870,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1014,11 +890,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1026,11 +902,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1044,11 +920,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1056,11 +932,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1076,11 +952,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1094,61 +970,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1156,11 +1032,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1170,21 +1046,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1196,22 +1072,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1221,11 +1097,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1234,32 +1110,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1269,11 +1145,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1292,11 +1168,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1305,11 +1181,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1321,15 +1197,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1338,7 +1214,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1348,7 +1224,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1359,7 +1235,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1373,7 +1249,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1385,7 +1261,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1399,11 +1275,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1415,11 +1291,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1430,11 +1306,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1442,11 +1318,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1461,15 +1337,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1477,20 +1353,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1502,22 +1378,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1530,11 +1406,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1542,39 +1418,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1586,11 +1462,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1601,18 +1477,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1621,27 +1497,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1659,11 +1535,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1671,11 +1547,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1684,39 +1560,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1725,11 +1601,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1738,11 +1614,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1754,28 +1630,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1783,19 +1659,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1807,22 +1683,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1831,11 +1707,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1843,22 +1719,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1872,11 +1748,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1887,22 +1763,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1911,11 +1787,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1929,11 +1805,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1943,11 +1819,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1955,11 +1831,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1970,21 +1846,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1992,33 +1868,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2028,22 +1904,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2060,29 +1936,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2090,21 +1966,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2115,82 +1991,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2199,31 +2075,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2231,11 +2107,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2245,3 +2121,125 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/it/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 2595d1e5a..000000000 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,69 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# AL , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "Installare Dash utilizzando un gestore di pacchetti" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" -"dash, criptovaluta, fedora, ubuntu, rpm, apt, git, masternode, " -"installazione, binario" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "Argomenti avanzati" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "Installazione di Dash su Fedora Linux" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" -"Lo sviluppatore di Dash t0dd ha sviluppato pacchetti e scritto un'eccellente" -" guida per l'installazione e l'esecuzione di Dash come nodo, masternode o " -"testnet." - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "Installazione di Dash su Ubuntu Linux" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" -"I file binari di Dash sono in fase di sviluppo per la distribuzione tramite " -"il sistema di repository di Ubuntu Linux Launchpad. Torna qui per i dettagli" -" una volta che è stato fatto un annuncio di rilascio." diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po index 348a1f61c..4f2f0943f 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: it\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index b9fafc629..86ceee2e7 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: it\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 8a1cc2ab5..d2a6ee150 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: AL , 2022\n" "Language: it\n" @@ -333,29 +333,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -363,94 +367,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -460,11 +464,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -476,50 +480,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -528,7 +532,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -538,18 +542,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -561,24 +565,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -586,7 +590,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -594,28 +598,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -623,14 +627,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -639,65 +643,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -705,28 +709,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -737,16 +741,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -755,23 +759,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -781,15 +785,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -797,241 +801,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Core Dash" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1040,7 +1087,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1051,25 +1098,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1419,3 +1466,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po index df1eaea36..81588c32f 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: AL , 2022\n" "Language: it\n" @@ -113,12 +113,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -131,13 +131,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -146,7 +146,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -166,7 +166,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -431,24 +431,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -788,3 +788,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po index 8ef313e0a..fbb5b6509 100644 --- a/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: it\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index f9726c112..845d238d9 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # AL , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: AL , 2022\n" +"Language: it\n" "Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " +"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -41,15 +42,16 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -58,11 +60,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -75,251 +77,271 @@ msgstr "Tassi di cambio" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 05f3c589d..3cc48dcce 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: it\n" @@ -74,93 +74,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -171,85 +221,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -258,13 +308,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -273,23 +323,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -297,51 +347,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -352,11 +402,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -367,13 +417,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -381,25 +431,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -407,62 +457,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -471,61 +521,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -533,7 +583,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -544,11 +594,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -557,11 +607,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -571,23 +621,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -595,11 +645,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -611,23 +661,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -637,18 +687,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index a1c21f4e7..13271b328 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Gleb Golov , 2022\n" "Language: it\n" @@ -145,7 +145,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -243,10 +243,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -254,52 +256,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -307,7 +309,7 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" @@ -400,3 +402,21 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 482b47bc1..58222b148 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Gleb Golov , 2022\n" "Language: it\n" @@ -217,10 +217,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -228,49 +230,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -278,11 +280,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -313,3 +315,13 @@ msgstr "" #~ " access to your funds." #~ msgstr "" +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 282a4c46c..e246afce4 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Gleb Golov , 2022\n" "Language: it\n" @@ -131,7 +131,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -142,8 +142,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -278,10 +278,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -289,49 +291,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -339,11 +341,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -441,3 +443,31 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 4835b560f..b7eebc5fc 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,29 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" +"Last-Translator: FULL NAME \n" +"Language: it\n" "Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " +"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -32,78 +35,97 @@ msgid "Advanced functions" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" + diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po index 1db6fdb50..e92cdf501 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: AL , 2022\n" "Language: it\n" @@ -68,20 +68,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Installazione" @@ -96,22 +95,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "" @@ -125,86 +123,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -212,25 +146,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -241,34 +175,34 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://www.spend.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -276,7 +210,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -289,21 +223,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -312,11 +246,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -326,25 +260,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -355,7 +289,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -363,49 +297,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -414,7 +348,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -423,53 +357,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -477,7 +411,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -485,37 +419,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -524,7 +458,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -535,33 +469,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -569,7 +503,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -577,34 +511,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -615,7 +549,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -623,33 +557,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -657,32 +591,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -690,26 +624,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -717,7 +651,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -725,25 +659,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -751,7 +685,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -761,7 +695,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -770,26 +704,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -797,13 +731,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1043,3 +977,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/it/LC_MESSAGES/index.po b/locale/it/LC_MESSAGES/index.po index f79fd834f..09701728e 100644 --- a/locale/it/LC_MESSAGES/index.po +++ b/locale/it/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Gleb Golov , 2020\n" "Language: it\n" @@ -113,9 +113,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/insight.po b/locale/ja/LC_MESSAGES/docs/user/developers/insight.po index 77c2054a1..5535fea3b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -80,7 +80,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -108,3 +108,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po index 428996c95..10ebced87 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,27 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: FULL NAME \n" +"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -33,8 +35,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -74,10 +76,11 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -90,10 +93,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -125,9 +128,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -150,9 +153,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -179,17 +182,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -210,8 +214,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -226,98 +231,132 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/integration.po b/locale/ja/LC_MESSAGES/docs/user/developers/integration.po index f899c95bb..16e79e974 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language: ja\n" @@ -127,21 +127,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -397,6 +401,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -411,6 +416,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -423,51 +429,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -475,18 +483,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -496,64 +504,202 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -673,3 +819,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/features.po b/locale/ja/LC_MESSAGES/docs/user/introduction/features.po index 6738db820..c645da5ed 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" "Language: ja\n" @@ -170,13 +170,13 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -205,7 +205,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -944,7 +944,7 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" +msgid "10" msgstr "" #: ../../docs/user/introduction/features.rst:491 @@ -976,7 +976,7 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" +msgid "12 (Current)" msgstr "" #: ../../docs/user/introduction/features.rst:495 @@ -1425,3 +1425,23 @@ msgstr "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 2017年6月 #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/information.po b/locale/ja/LC_MESSAGES/docs/user/introduction/information.po index 6441a58fc..627d5da94 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/information.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language: ja\n" @@ -59,710 +59,582 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +msgid "https://dash.tokenview.io" +msgstr "" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -771,11 +643,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -784,11 +656,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -796,22 +668,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -819,11 +691,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -831,7 +703,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -841,11 +713,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -854,11 +726,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -866,21 +738,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -891,22 +763,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -918,11 +790,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -932,11 +804,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -946,11 +818,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -961,22 +833,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -984,11 +856,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -997,11 +869,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1013,11 +889,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1025,11 +901,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1043,11 +919,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1055,11 +931,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1075,11 +951,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1093,61 +969,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1155,11 +1031,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1169,21 +1045,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1195,22 +1071,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1220,11 +1096,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1233,32 +1109,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1268,11 +1144,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1291,11 +1167,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1304,11 +1180,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1320,15 +1196,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1337,7 +1213,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1347,7 +1223,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1358,7 +1234,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1372,7 +1248,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1384,7 +1260,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1398,11 +1274,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1414,11 +1290,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1429,11 +1305,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1441,11 +1317,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1460,15 +1336,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1476,20 +1352,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1501,22 +1377,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1529,11 +1405,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1541,39 +1417,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1585,11 +1461,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1600,18 +1476,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1620,27 +1496,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1658,11 +1534,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1670,11 +1546,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1683,39 +1559,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "インスタントセンド" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1724,11 +1600,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1737,11 +1613,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1753,28 +1629,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1782,19 +1658,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1806,22 +1682,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1830,11 +1706,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1842,22 +1718,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1871,11 +1747,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1886,22 +1762,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "プライベートセンド" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1910,11 +1786,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1928,11 +1804,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1942,11 +1818,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1954,11 +1830,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1969,21 +1845,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1991,33 +1867,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2027,22 +1903,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2059,29 +1935,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2089,21 +1965,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2114,82 +1990,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "ホワイトペーパー" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2198,31 +2074,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2230,11 +2106,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2244,3 +2120,125 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index d1ac01647..000000000 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,57 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po index 3443ef910..656c16f36 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 59f873c00..61a4e0ae0 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index b0c26619f..171e9af0b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -328,29 +328,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -358,94 +362,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -455,11 +459,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -471,50 +475,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -523,7 +527,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -533,18 +537,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -556,24 +560,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -581,7 +585,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -589,28 +593,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -618,14 +622,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -634,65 +638,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -700,28 +704,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -732,16 +736,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -750,23 +754,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -776,15 +780,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -792,241 +796,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1035,7 +1082,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1046,25 +1093,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1412,3 +1459,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po index 54c2926fb..575f2cd27 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -109,12 +109,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -127,13 +127,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -142,7 +142,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -162,7 +162,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -423,24 +423,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -774,3 +774,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po index eb3b2b495..79afa2ee7 100644 --- a/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 9f9b7f07c..48c7185b9 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language: ja\n" "Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -37,15 +39,16 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -54,11 +57,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -71,251 +74,271 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 6952adddf..2bc5050a4 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -73,93 +73,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -170,85 +220,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -257,13 +307,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -272,23 +322,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -296,51 +346,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -351,11 +401,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -366,13 +416,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -380,25 +430,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -406,62 +456,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -470,61 +520,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -532,7 +582,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -543,11 +593,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -556,11 +606,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -570,23 +620,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -594,11 +644,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -610,23 +660,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -636,18 +686,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index d463f34d6..2099df29e 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -142,7 +142,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -240,10 +240,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -251,52 +253,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -304,7 +306,7 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" @@ -397,3 +399,21 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index b1c8dc82c..0d39e8add 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -214,10 +214,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -225,49 +227,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -275,11 +277,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -310,3 +312,13 @@ msgstr "" #~ " access to your funds." #~ msgstr "" +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 401a74171..0047c7e2e 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -124,7 +124,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -135,8 +135,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -271,10 +271,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -282,49 +284,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -332,11 +334,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -434,3 +436,31 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 90db26933..137949a34 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" +"Last-Translator: FULL NAME \n" +"Language: ja\n" "Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -32,78 +34,97 @@ msgid "Advanced functions" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" + diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po index ad64dde55..ef70e67d3 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -63,20 +63,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "" @@ -91,22 +90,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "" @@ -120,86 +118,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -207,25 +141,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -236,33 +170,33 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 msgid "https://coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -270,7 +204,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -283,21 +217,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -306,11 +240,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -320,25 +254,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -349,7 +283,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -357,49 +291,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -408,7 +342,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -417,53 +351,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -471,7 +405,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -479,37 +413,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -518,7 +452,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -529,33 +463,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -563,7 +497,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -571,34 +505,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -609,7 +543,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -617,33 +551,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -651,32 +585,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -684,26 +618,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -711,7 +645,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -719,25 +653,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -745,7 +679,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -755,7 +689,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -764,26 +698,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -791,13 +725,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1040,3 +974,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/ja/LC_MESSAGES/index.po b/locale/ja/LC_MESSAGES/index.po index ab12d601f..4607d514a 100644 --- a/locale/ja/LC_MESSAGES/index.po +++ b/locale/ja/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Samurai Tomizo, 2018\n" "Language: ja\n" @@ -108,9 +108,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/insight.po b/locale/ko/LC_MESSAGES/docs/user/developers/insight.po index 227fd0f9a..6a4ebe58d 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: ko\n" @@ -80,7 +80,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -108,3 +108,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po index 5a45658db..680ac95e1 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,27 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: FULL NAME \n" +"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -33,8 +35,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -74,10 +76,11 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -90,10 +93,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -125,9 +128,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -150,9 +153,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -179,17 +182,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -210,8 +214,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -226,98 +231,132 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/integration.po b/locale/ko/LC_MESSAGES/docs/user/developers/integration.po index e89818388..cf84408e8 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language: ko\n" @@ -127,21 +127,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -397,6 +401,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -411,6 +416,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -423,51 +429,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -475,18 +483,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -496,64 +504,202 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -673,3 +819,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/features.po b/locale/ko/LC_MESSAGES/docs/user/introduction/features.po index 741379d92..7aaa1d97d 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language: ko\n" @@ -170,13 +170,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "마스터노드(Masternodes)" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -206,7 +207,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1027,8 +1028,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1059,7 +1061,7 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" +msgid "12 (Current)" msgstr "" #: ../../docs/user/introduction/features.rst:495 @@ -1518,3 +1520,23 @@ msgstr "**에볼루션 로드맵에 관하여 에반 듀필드**, 대시 포스 #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/information.po b/locale/ko/LC_MESSAGES/docs/user/introduction/information.po index 8f198e0b7..ed3ef3eb5 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/information.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language: ko\n" @@ -61,710 +61,582 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +msgid "https://dash.tokenview.io" +msgstr "" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "IOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -773,11 +645,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -786,11 +658,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -798,22 +670,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -821,11 +693,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -833,7 +705,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -843,11 +715,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -856,11 +728,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -868,21 +740,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "백업하기" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -893,22 +765,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -920,11 +792,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -934,11 +806,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -948,11 +820,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -963,22 +835,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -986,11 +858,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -999,11 +871,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1015,11 +891,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1027,11 +903,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1045,11 +921,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1057,11 +933,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1077,11 +953,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1095,61 +971,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1157,11 +1033,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "대시 그래비티 웨이브(Dark Gravity Wave)" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1171,21 +1047,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1197,22 +1073,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1222,11 +1098,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Dash Core 지갑" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1235,32 +1111,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1270,11 +1146,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1293,11 +1169,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1306,11 +1182,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1322,15 +1198,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1339,7 +1215,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1349,7 +1225,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1360,7 +1236,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1374,7 +1250,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1386,7 +1262,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1400,11 +1276,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1416,11 +1292,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1431,11 +1307,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1443,11 +1319,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1462,15 +1338,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1478,20 +1354,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1503,22 +1379,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1531,11 +1407,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1543,39 +1419,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1587,11 +1463,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1602,18 +1478,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1622,27 +1498,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1660,11 +1536,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1672,11 +1548,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1685,39 +1561,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "인스턴트샌드(InstantSend)" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1726,11 +1602,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1739,11 +1615,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1755,28 +1631,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1784,19 +1660,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1808,22 +1684,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1832,11 +1708,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1844,22 +1720,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1873,11 +1749,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1888,22 +1764,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "프라이빗샌드(PrivateSend)" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1912,11 +1788,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1930,11 +1806,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1944,11 +1820,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1956,11 +1832,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1971,21 +1847,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1993,33 +1869,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2029,22 +1905,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2061,29 +1937,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2091,21 +1967,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2116,82 +1992,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "화이트페이퍼" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2200,31 +2076,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2232,11 +2108,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2246,3 +2122,125 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index d85a72547..000000000 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,57 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po index 135ef535c..f71db58f6 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ko\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index cc2bc79f2..cded8dbdd 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ko\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index f1f25341e..5268d77b7 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language: ko\n" @@ -330,29 +330,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -360,94 +364,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -457,11 +461,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -473,50 +477,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -525,7 +529,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -535,18 +539,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -558,24 +562,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -583,7 +587,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -591,28 +595,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -620,14 +624,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -636,65 +640,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -702,28 +706,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -734,16 +738,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -752,23 +756,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -778,15 +782,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -794,241 +798,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "센티넬(Sentinel)" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1037,7 +1084,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1048,25 +1095,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1414,3 +1461,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po index 8c7ab7993..7263e41ed 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" "Language: ko\n" @@ -111,12 +111,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -129,13 +129,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -144,7 +144,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -164,7 +164,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -425,24 +425,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -776,3 +776,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po index f2b4e4dff..396ad9028 100644 --- a/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ko\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index d225290d9..e8969ea67 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language: ko\n" "Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -37,15 +39,16 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -54,11 +57,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -71,251 +74,271 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 4b9330ec8..e29315321 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: ko\n" @@ -73,93 +73,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -170,85 +220,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -257,13 +307,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -272,23 +322,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -296,51 +346,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -351,11 +401,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -366,13 +416,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -380,25 +430,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -406,62 +456,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -470,61 +520,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -532,7 +582,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -543,11 +593,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -556,11 +606,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -570,23 +620,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -594,11 +644,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -610,23 +660,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -636,18 +686,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index a37527978..8334dafb4 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language: ko\n" @@ -144,7 +144,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -251,10 +251,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -262,53 +264,53 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "암호문을 입력하고 확인하십시오." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니다." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "당신의 대시 지갑 암호화하기" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "대시 지갑을 암호문으로 암호화하고 있습니다." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "암호문을 입력하고 확인하십시오." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -320,7 +322,7 @@ msgstr "" "종료하라는 메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 " "있습니다." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니다." @@ -395,3 +397,21 @@ msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니 #~ "않으면 지갑이 잠기게 되어 스스로의 자금에 접근할 " #~ "수 없게 됩니다." +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 0a81c03cb..33e007e05 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language: ko\n" @@ -226,10 +226,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -237,50 +239,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "암호문을 입력하고 확인하십시오." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "암호문을 입력합니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "당신의 대시 지갑 암호화하기" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "대시 지갑을 암호문으로 암호화하고 있습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "암호문을 입력하고 확인하십시오." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -291,11 +293,11 @@ msgstr "" "종료하라는 메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 " "있습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니다." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "이제 당신은 지갑을 이용하여 자금을 안전하게 보내고 받을 수 있습니다." @@ -320,3 +322,13 @@ msgstr "이제 당신은 지갑을 이용하여 자금을 안전하게 보내고 #~ "않으면 지갑이 잠기게 되어 스스로의 자금에 접근할 " #~ "수 없게 됩니다." +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 862a046e3..b8bdfe2aa 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" "Language: ko\n" @@ -136,7 +136,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -147,8 +147,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -299,10 +299,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -310,50 +312,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "암호문을 입력하고 확인하십시오." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "암호문을 입력합니다." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니다." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "당신의 대시 지갑 암호화하기" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "지갑을 암호화하기 위해서는 **설정>지갑 암호화** 를 클릭하십시오." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "대시 지갑을 암호문으로 암호화하고 있습니다." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "암호문을 입력하고 확인하십시오." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -365,11 +367,11 @@ msgstr "" "종료하라는 메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 " "있습니다." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니다." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "이제 당신은 지갑을 이용하여 자금을 안전하게 보내고 받을 수 있습니다." @@ -430,3 +432,31 @@ msgstr "이제 당신은 지갑을 이용하여 자금을 안전하게 보내고 #~ "않으면 지갑이 잠기게 되어 스스로의 자금에 접근할 " #~ "수 없게 됩니다." +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 2811953aa..9e21b1e83 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" +"Last-Translator: FULL NAME \n" +"Language: ko\n" "Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -32,78 +34,97 @@ msgid "Advanced functions" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" + diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po index 948f29b22..b9b065ac5 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" "Language: ko\n" @@ -65,20 +65,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "설치하기" @@ -93,22 +92,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "" @@ -122,86 +120,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -209,25 +143,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -238,33 +172,33 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 msgid "https://coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -272,7 +206,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -285,21 +219,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -308,11 +242,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -322,25 +256,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -351,7 +285,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -359,49 +293,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -410,7 +344,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -419,53 +353,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -473,7 +407,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -481,37 +415,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -520,7 +454,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -531,33 +465,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -565,7 +499,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -573,34 +507,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -611,7 +545,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -619,33 +553,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -653,32 +587,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -686,26 +620,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -713,7 +647,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -721,25 +655,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -747,7 +681,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -757,7 +691,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -766,26 +700,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -793,13 +727,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1042,3 +976,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/ko/LC_MESSAGES/index.po b/locale/ko/LC_MESSAGES/index.po index c05f33831..cb5f54e13 100644 --- a/locale/ko/LC_MESSAGES/index.po +++ b/locale/ko/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Rina L , 2018\n" "Language: ko\n" @@ -108,9 +108,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/insight.po b/locale/pt/LC_MESSAGES/docs/user/developers/insight.po index 107139a98..feaa0d9cd 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: pt\n" @@ -82,7 +82,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -110,3 +110,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po index 518875289..6c05f4dec 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,27 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" +"Last-Translator: FULL NAME \n" +"Language: pt\n" +"Language-Team: Portuguese " +"(https://app.transifex.com/dash/teams/37570/pt/)\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -33,8 +37,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -74,10 +78,11 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -90,10 +95,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -125,9 +130,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -150,9 +155,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -179,17 +184,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -210,8 +216,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -226,98 +233,132 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/integration.po b/locale/pt/LC_MESSAGES/docs/user/developers/integration.po index 7f2d78ff0..ca03dc4fa 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language: pt\n" @@ -129,21 +129,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -399,6 +403,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -413,6 +418,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -425,51 +431,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -477,18 +485,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -498,64 +506,202 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -675,3 +821,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/features.po b/locale/pt/LC_MESSAGES/docs/user/introduction/features.po index f05b00eff..784b73227 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2023\n" "Language: pt\n" @@ -178,13 +178,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -214,7 +215,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1106,8 +1107,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1138,8 +1140,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1613,3 +1615,23 @@ msgstr "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 Junho 20 #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/information.po b/locale/pt/LC_MESSAGES/docs/user/introduction/information.po index 25f4f547b..b43548db7 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/information.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language: pt\n" @@ -61,640 +61,532 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**Fundação:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub:** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution):** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIPs:** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "http://thedashbrain.com" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "**QQ 达世币官方群 DASH.China:** 419967021" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "**Freenode IRC:** #dashpay" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "**Reddit:** https://www.reddit.com/r/dashpay" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "**Twitter:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "**Steemit:** https://steemit.com/@dashpay" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "**YouTube:** https://www.youtube.com/c/DashOrg" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "**Soundcloud:** https://soundcloud.com/dashpay" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "**Minds:** https://www.minds.com/Dashpay" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "Twitter" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "Wikipedia" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "Ferramentas" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "https://www.coinexplorer.net/dash" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashvotetracker.com" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" -msgstr "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" +msgstr "https://www.coinexplorer.net/dash" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -702,37 +594,23 @@ msgstr "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -740,19 +618,11 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -760,21 +630,21 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "Glossário" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -783,11 +653,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -802,11 +672,11 @@ msgstr "" "titulares do Dash para assinar digitalmente transações (ver chave " "pública)." -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -818,22 +688,22 @@ msgstr "" "independente de operações a serem realizadas. Algoritmos de executar o " "cálculo, processamento de dados, e / ou tarefas de raciocínio." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -845,11 +715,11 @@ msgstr "" " obtidos legalmente. mecanismos LMA pode ser legal ou de natureza " "técnica. Reguladores frequentemente aplica técnicas de AML para trocas." -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -863,7 +733,7 @@ msgstr "" " é um conjunto de rotinas, protocolos e ferramentas para a construção de " "software e aplicações." -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -881,11 +751,11 @@ msgstr "" "desenvolver um programa, fornecendo todos os blocos de construção, que " "são então colocadas em conjunto pelo programador." -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -899,11 +769,11 @@ msgstr "" "executado em um gravador de voz digital ou um :ref:`Mining Dash de alta " "eficiência ` é um ASIC" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -916,21 +786,21 @@ msgstr "" "\"BTMS 'ou' Dash AVMS '. Dash é suportado por vários :ref:`ATMs `." -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "Backup" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -949,11 +819,11 @@ msgstr "" " do dinheiro em sua carteira, de modo que se você perdeu, você pode " "restaurar o dinheiro em um backup." -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " @@ -964,11 +834,11 @@ msgstr "" "nível de Projetos Blockchain (Contratos inteligentes, descentralizada " "Votação, ....)" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "Blockchain" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -987,11 +857,11 @@ msgstr "" "bloco executável. Cada bloco contém um timestamp e informação ligando-o a" " um bloco anterior." -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "Blocos" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -1007,11 +877,11 @@ msgstr "" "usuários conhecidos como \"mineradores\" que usam software especializado " "ou equipamento projetado especificamente para criar blocos." -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -1021,11 +891,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -1043,22 +913,22 @@ msgstr "" "fazer cópias de segurança de sua carteira on-line, porque você não tem " "acesso às chaves privadas." -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -1070,11 +940,11 @@ msgstr "" " hardware wallet, um USB ou um :ref:`carteira de papel `." -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -1088,11 +958,15 @@ msgstr "" " irreversível. O número de confirmação aumenta à medida que mais blocos " "são adicionados ao blockchain." -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1111,11 +985,11 @@ msgstr "" "uma transação ser revertida (duplo gasto) diminui exponencialmente com " "cada bloco e posterior confirmação." -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1123,11 +997,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1141,11 +1015,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1156,11 +1030,11 @@ msgstr "" "criptográfica ou cripto-moeda) é um meio de troca usando criptografia " "para proteger as transações e controlar a criação de novas unidades." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1176,11 +1050,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1194,61 +1068,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1256,11 +1130,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1277,21 +1151,21 @@ msgstr "" "flutuações de hashpower. No entanto, ele não sofre com o tempo-warp " "explora." -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "Dash foi lançado como XCoin e depois renomeado para Darkcoin." -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1303,22 +1177,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1334,11 +1208,11 @@ msgstr "" " novas transações com o restante da rede criando uma infraestrutura " "robusta." -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Carteira Dash Core" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1347,32 +1221,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1388,11 +1262,11 @@ msgstr "" "de banda no destino, o que impede que ele forneça serviços a usuários " "legítimos. As exchange de Dash foram às vezes atingidos com ataques DDoS." -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1411,11 +1285,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1424,11 +1298,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1449,15 +1323,15 @@ msgstr "" "Dash tem atraído mais poder de computação para a rede, o que significa " "que a dificuldade aumentou." -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1466,7 +1340,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1476,7 +1350,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1487,7 +1361,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1501,7 +1375,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1513,7 +1387,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1527,11 +1401,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1543,11 +1417,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1563,11 +1437,11 @@ msgstr "" "toda a rede pode ver que a assinatura corresponde aos Dashs que estão " "sendo gastos, sem a necessidade de revelar a chave privada para a rede." -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1575,11 +1449,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1594,15 +1468,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1610,20 +1484,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1635,22 +1509,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1663,11 +1537,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1675,39 +1549,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1719,11 +1593,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1734,18 +1608,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1754,27 +1628,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "Cada unidade da moeda vale o mesmo que qualquer outra unidade." -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "O primeiro bloco na cadeia de blocos." -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1792,11 +1666,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1804,11 +1678,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1817,11 +1691,11 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." @@ -1829,29 +1703,29 @@ msgstr "" "O número de hashes que pode ser executado por um minerador Dash em um " "determinado período de tempo (geralmente um segundo)." -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1860,11 +1734,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1873,11 +1747,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1889,28 +1763,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1918,19 +1792,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "Estes são carteiras disponíveis em telefones móveis (iPhone + Android)." -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1942,22 +1816,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1966,11 +1840,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1978,22 +1852,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -2007,11 +1881,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -2022,22 +1896,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -2046,11 +1920,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -2064,11 +1938,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -2078,11 +1952,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -2090,11 +1964,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -2105,21 +1979,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2127,33 +2001,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2163,22 +2037,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2195,29 +2069,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "Test Dash, usado no :ref:`Testnet `." -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2228,11 +2102,11 @@ msgstr "" "Principal), Test QT Wallets, Test Coins, Test Masternodes, Test Miners e " "testadores (públicos) estão simulando Mainnet." -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." @@ -2240,11 +2114,11 @@ msgstr "" "Um protocolo de roteamento anônimo, usado por pessoas que querem ocultar " "sua identidade on-line." -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2255,11 +2129,11 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." @@ -2267,11 +2141,11 @@ msgstr "" "Uma coleção de transações na rede Dash, reunidas em um bloco que pode " "então ser hashed e adicionado ao blockchain." -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " @@ -2281,30 +2155,30 @@ msgstr "" "através da rede Dash. A taxa de transação é concedida ao minerador que " "com êxito minero o bloco contendo a transação relevante." -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "Um endereço Dash com um padrão desejável, como um nome." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" @@ -2312,11 +2186,11 @@ msgstr "" "Recebeu como recompensa por explorar um bloco ou executar um Masternode. " "Estes ainda não foram gastos em qualquer lugar e são \"Virgem\"." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." @@ -2324,11 +2198,11 @@ msgstr "" "A mensuração dos movimentos de preços ao longo do tempo para um ativo " "financeiro negociado (incluindo Dash)." -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " @@ -2338,11 +2212,11 @@ msgstr "" "contém as chaves privadas associadas aos endereços Dash. O blockchain é o" " registro dos valores de Dash associados a esses endereços." -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Whitepaper" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2356,11 +2230,11 @@ msgstr "" "o assunto. Destina-se a ajudar os leitores a entender um problema, a " "resolver um problema ou a tomar uma decisão." -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." @@ -2368,21 +2242,21 @@ msgstr "" ":ref:`X11 ` é um algoritmo hashing criado pelo " "desenvolvedor da Dash, Evan Duffield." -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2390,11 +2264,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2404,3 +2278,127 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**Fundação:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "https://www.cryptonator.com/widget" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" + diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 0ba2bc837..000000000 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,57 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po index 4487c0b33..fa30201d7 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: pt\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index b90127ea3..5e7683661 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: pt\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 5a9c25e2c..5d025489f 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language: pt\n" @@ -333,29 +333,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -363,94 +367,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -460,11 +464,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -476,50 +480,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -528,7 +532,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -538,18 +542,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -561,24 +565,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -586,7 +590,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -594,28 +598,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -623,14 +627,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -639,65 +643,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -705,28 +709,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -737,16 +741,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -755,23 +759,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -781,15 +785,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -797,241 +801,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "Tor" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "Sentinel" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" -msgstr "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" +msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1040,7 +1087,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1051,25 +1098,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1417,3 +1464,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po index c3202ee42..218dc6e70 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" "Language: pt\n" @@ -139,12 +139,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -157,13 +157,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -173,7 +173,7 @@ msgid "Masternode" msgstr "Masternodes vs. mineração" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -193,7 +193,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -485,24 +485,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 #, fuzzy -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "Lógica de pagamento" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -794,3 +794,75 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po index 4ca005f03..645e1be0a 100644 --- a/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: pt\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index f362a9b70..8a0bcf11c 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,34 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Leon White , 2022 # oscar junior , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language: pt\n" +"Language-Team: Portuguese " +"(https://www.transifex.com/dash/teams/37570/pt/)\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -42,15 +44,16 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -59,11 +62,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -76,251 +79,271 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "Configurações" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index afe5a3960..a0de651ff 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" "Language: pt\n" @@ -77,93 +77,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -174,85 +224,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -261,13 +311,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -276,23 +326,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -300,51 +350,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -355,11 +405,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -370,13 +420,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -384,25 +434,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -410,62 +460,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -474,61 +524,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -536,7 +586,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -547,11 +597,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -560,11 +610,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -574,23 +624,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -598,11 +648,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -614,23 +664,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -640,18 +690,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 212246e5c..44ff63c13 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" "Language: pt\n" @@ -147,7 +147,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -264,10 +264,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -275,53 +277,53 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Você será solicitado a inserir e verificar uma senha." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que você deseja criptografar sua carteira" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "Criptografando sua carteira do Dash" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "Criptografar a carteira do Dash com uma senha" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "Você será solicitado a inserir e verificar uma senha." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -334,7 +336,7 @@ msgstr "" " será solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core," " você verá uma pequena trava azul no canto inferior direito." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Carteira Dash Core totalmente criptografada e sincronizada" @@ -413,3 +415,21 @@ msgstr "Carteira Dash Core totalmente criptografada e sincronizada" #~ "fora de sua carteira e perderá " #~ "acesso a seus fundos." +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index e06acdbbd..808f450e1 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" "Language: pt\n" @@ -256,10 +256,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -267,52 +269,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Você será solicitado a inserir e verificar uma senha." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "insira uma senha" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que você deseja criptografar sua carteira" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "Criptografando sua carteira do Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" "Para criptografar sua carteira, clique em **Definições >Criptografar " "Carteira**." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "Criptografar a carteira do Dash com uma senha" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "Você será solicitado a inserir e verificar uma senha." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -324,11 +326,11 @@ msgstr "" " será solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core," " você verá uma pequena trava azul no canto inferior direito." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Carteira Dash Core totalmente criptografada e sincronizada" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Agora você pode começar a usar sua carteira para enviar e receber fundos " @@ -359,3 +361,13 @@ msgstr "" #~ "fora de sua carteira e perderá " #~ "acesso a seus fundos." +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 139166348..acf13fb81 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" "Language: pt\n" @@ -140,7 +140,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -151,8 +151,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -318,10 +318,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -329,52 +331,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Você será solicitado a inserir e verificar uma senha." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "insira uma senha" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "Confirme que você deseja criptografar sua carteira" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "Criptografando sua carteira do Dash" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" "Para criptografar sua carteira, clique em **Definições >Criptografar " "Carteira**." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "Criptografar a carteira do Dash com uma senha" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "Você será solicitado a inserir e verificar uma senha." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -387,11 +389,11 @@ msgstr "" " será solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core," " você verá uma pequena trava azul no canto inferior direito." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Carteira Dash Core totalmente criptografada e sincronizada" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Agora você pode começar a usar sua carteira para enviar e receber fundos " @@ -461,3 +463,31 @@ msgstr "" #~ "fora de sua carteira e perderá " #~ "acesso a seus fundos." +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 99d717cb5..42c8aed47 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,33 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Leon White , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language: pt\n" +"Language-Team: Portuguese " +"(https://www.transifex.com/dash/teams/37570/pt/)\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -36,78 +38,97 @@ msgid "Advanced functions" msgstr "Funções Avançadas" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" + diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po index 65396f9db..bb72791d8 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" "Language: pt\n" @@ -68,20 +68,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Instalação" @@ -96,22 +95,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "" @@ -125,86 +123,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -212,25 +146,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -241,33 +175,33 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 msgid "https://coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -275,7 +209,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -288,21 +222,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -311,11 +245,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "Download" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -325,25 +259,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -354,7 +288,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -362,49 +296,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -413,7 +347,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -422,53 +356,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -476,7 +410,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -484,37 +418,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -523,7 +457,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -534,33 +468,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -568,7 +502,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -576,34 +510,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -614,7 +548,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -622,33 +556,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -656,32 +590,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -689,26 +623,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -716,7 +650,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -724,25 +658,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -750,7 +684,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -760,7 +694,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -769,26 +703,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -796,13 +730,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1045,3 +979,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/pt/LC_MESSAGES/index.po b/locale/pt/LC_MESSAGES/index.po index 6e2de8188..7def3e28f 100644 --- a/locale/pt/LC_MESSAGES/index.po +++ b/locale/pt/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: oscar junior , 2018\n" "Language: pt\n" @@ -113,9 +113,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/insight.po b/locale/ru/LC_MESSAGES/docs/user/developers/insight.po index bf0ff0fe2..8e587b689 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/insight.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" "Language: ru\n" @@ -91,7 +91,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -121,3 +121,6 @@ msgstr "Обозреватель блоков Insight UI будет доступ #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po index 2d1f36a56..3e928c3dc 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,34 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # Max Aronych , 2023 # Leon White , 2023 # Андрей Дегтяр , 2023 # Dima, 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dima, 2023\n" +"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " +"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -40,11 +42,11 @@ msgstr "Сервисы API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" -"Существует несколько API, которые облегчают быструю и простую интеграцию с " -"сетью Dash для таких сервисов как:" +"Существует несколько API, которые облегчают быструю и простую интеграцию " +"с сетью Dash для таких сервисов как:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -69,8 +71,8 @@ msgid "" "includes mechanisms such as:" msgstr "" "API обычно используются для того, чтобы устранить необходимость запуска " -"собственной инфраструктуры для поддержки взаимодействия с блокчейном. Сюда " -"входят такие механизмы, как:" +"собственной инфраструктуры для поддержки взаимодействия с блокчейном. " +"Сюда входят такие механизмы, как:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -86,16 +88,17 @@ msgstr "Обработка платежей с использованием WebH #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" "Существует множество вариантов поддержки этих методов, ключевым отличием " -"которых является включённая модель ценообразования и поддерживаемые функции." -" В следующем списке провайдеров API выполнена попытка описать эти ключевые " -"функции/дифференциаторы, также в него включена ссылка на соответствующую " -"документацию." +"которых является включённая модель ценообразования и поддерживаемые " +"функции. В следующем списке провайдеров API выполнена попытка описать эти" +" ключевые функции/дифференциаторы, также в него включена ссылка на " +"соответствующую документацию." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -107,15 +110,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" "Dash Insight REST API c открытым кодом - это удобный, мощный и простой " "способ считывать данные из сети Dash и разрабатывать с его помощью свои " -"собственные сервисы. Практическое руководство по Insight API и Insight UI " -"обозревателю блоков доступно :ref:`тут `." +"собственные сервисы. Практическое руководство по Insight API и Insight UI" +" обозревателю блоков доступно :ref:`тут `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -144,18 +147,18 @@ msgid "" "domain." msgstr "" "BlockCypher представляет собой простой, в основном RESTful JSON API для " -"взаимодействия с блокчейнами, доступ к которому осуществляется через HTTP " -"или HTTPS из домена api.blockcypher.com." +"взаимодействия с блокчейнами, доступ к которому осуществляется через HTTP" +" или HTTPS из домена api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" "Функции: обработка транзакций, кошелёк HD / генерация адресов, обратные " -"вызовы WebSocket и WebHook, а также перенаправление платежей. BlockCypher не" -" обрабатывает приватные ключи." +"вызовы WebSocket и WebHook, а также перенаправление платежей. BlockCypher" +" не обрабатывает приватные ключи." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -177,9 +180,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" "BitGo предоставляет простой и надёжный RESTful API и SDK для интеграции " "кошельков, поддерживающих цифровую валюту, с вашим приложением. Доступна " @@ -211,17 +214,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -242,8 +246,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -258,30 +263,61 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +#, fuzzy +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "Модель ценообразования: бесплатный / открытый источник" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "CoinPayments" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " @@ -291,79 +327,83 @@ msgstr "" "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" "Модель ценообразования: комиссия за обработку в размере 0,5% " "(https://www.coinpayments.net/help-fees)" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "Документация: https://www.coinpayments.net/apidoc" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "Ценовые тикеры" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "QR-коды " -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"В кошельке Dash для Android нажмите **Запросить средства**, а затем нажмите " -"на QR-код, чтобы отобразить его увеличенное изображение. Для сохранения " -"этого изображения вы можете сделать его скриншот." +"В кошельке Dash для Android нажмите **Запросить средства**, а затем " +"нажмите на QR-код, чтобы отобразить его увеличенное изображение. Для " +"сохранения этого изображения вы можете сделать его скриншот." -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" "В кошельке Dash для iOS проведите пальцем влево, чтобы отобразить экран " "**Запросить средства**. Появятся QR-код и адрес. Для сохранения этого " "изображения вы можете сделать его скриншот." -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" "Чтобы сгенерировать QR-код из любого адреса Dash, посетите `CWA QR Code " -"Generator `_ и просто вставьте свой адрес Dash " -"для генерации изображения." +"Generator `_ и просто вставьте свой адрес Dash" +" для генерации изображения." + diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po index e7b90744b..d313011fe 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language: ru\n" @@ -133,21 +133,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -403,6 +407,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "Возможность определить \"статус InstantSend\" в заданной транзакции." #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -423,6 +428,7 @@ msgstr "" "или с помощью сценария уведомления внешнего кошелька." #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -435,51 +441,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -487,18 +495,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "Распространение транзакций InstantSend" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -508,34 +516,36 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "Дополнительные ресурсы" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " @@ -545,7 +555,7 @@ msgstr "" "InstantSend и предназначены для обеспечения более полного понимания " "базовых технологий." -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" @@ -553,24 +563,170 @@ msgstr "" "`Техническая информация по InstantSend " "`__" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +#, fuzzy +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "Вводится два требования для получения транзакций InstantSend:" + +#: ../../docs/user/developers/integration.rst:298 +#, fuzzy +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "Возможность определить \"статус InstantSend\" в заданной транзакции." + +#: ../../docs/user/developers/integration.rst:304 +#, fuzzy +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" +"InstantSend Status обычно определяется через прямое соединение с демоном " +"dash, `уведомление ZMQ " +"`__, " +"или с помощью сценария уведомления внешнего кошелька." + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +#, fuzzy +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" +"`Техническая информация по InstantSend " +"`__" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -690,3 +846,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/features.po b/locale/ru/LC_MESSAGES/docs/user/introduction/features.po index 226240cb3..29a3af72d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/features.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Julia Ogonkova , 2023\n" "Language: ru\n" @@ -188,13 +188,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Мастернода" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -224,7 +225,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1120,8 +1121,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1152,8 +1154,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1654,3 +1656,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/information.po b/locale/ru/LC_MESSAGES/docs/user/introduction/information.po index ac1db566d..81a17379e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/information.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" "Language: ru\n" @@ -66,317 +66,263 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "**Пользовательская документация:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -msgstr "" +#, fuzzy +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" +msgstr "**Пользовательская документация:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**Организация:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub:** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution):** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIP-ы:** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "Сайты сообщества" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "http://thedashbrain.com" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "Форумы" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "**Тред на Bitcointalk:** https://bitcointalk.org/index.php?topic=421615.0" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "Чат" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "**Английский Dash чат в Telegram:** https://t.me/dash_chat" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "**Бразильский Dash чат в Telegram:** https://telegram.me/dashbrasil" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "**Русский Dash чат в Telegram:** https://telegram.me/Dash_Ru" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" "**Dash Embassy D-A-CH на немецком в Telegram:** " "https://t.me/dashembassydach" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "**Новостной бот Dash в Telegram:** https://telegram.me/dashnews" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "**QQ 达世币官方群 DASH.China:** 419967021" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "**Freenode IRC:** #dashpay" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "Социальные сети" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "**Reddit:** https://www.reddit.com/r/dashpay" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "**Twitter:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "**Steemit:** https://steemit.com/@dashpay" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "**YouTube:** https://www.youtube.com/c/DashOrg" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "**Soundcloud:** https://soundcloud.com/dashpay" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "**Minds:** https://www.minds.com/Dashpay" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "Facebook" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "**Английский (Официальный):** https://www.facebook.com/DashPay" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "**Испанский Dash News:** https://www.facebook.com/DashNewsEspanol" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "**Бразилия:** https://www.facebook.com/DashBrazil" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "**Дания:** https://www.facebook.com/DashDenmark" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "**Германия:** https://www.facebook.com/dashgermany" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "**Греция:** https://www.facebook.com/DashGreece" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "**Польша:** https://www.facebook.com/Dash.Polska" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "**Россия:** https://www.facebook.com/Dash.Russia" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "**Венесуэла:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "**Вьетнам:** https://www.facebook.com/dashvietnam" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "Twitter" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Официальный аккаунт Dash:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#: ../../docs/user/introduction/information.rst:103 +#, fuzzy +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" "**Райан Тейлор, генеральный директор Dash Core Group:** " "https://twitter.com/RTaylor05" -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" -msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" @@ -384,64 +330,31 @@ msgstr "" "**Джоэл Валенсуэла, главный редактор, Dash Force News:** " "https://twitter.com/TheDesertLynx" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" -"**Марк Мэйсон, глава отдела медиа и рекламы, Dash Force News:** " -"https://twitter.com/StayDashy" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" -"**Аманда Б. Джонсон, суперфанат Dash и финансируемый ДАО исполнитель:** " -"https://twitter.com/AmandaB_Johnson" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" -"**Tao of Satoshi, основатель Dash Nation и финансируемый ДАО " -"исполнитель:** `https://twitter.com/Dash_Nation " -"`__" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "**とみ三(Samurai33), из Dash Японии:** https://twitter.com/samurai3311" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "**Dash Вьетнам:** https://twitter.com/dashvietnam" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "Новости" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "**Новости Dash на испанском:** https://dashnewsespanol.com" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" @@ -449,55 +362,39 @@ msgstr "" "**Новости Dash на испанском (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "**Новости Dash в Корее:** https://dashnewskorea.com" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "**Cointelegraph:** https://cointelegraph.com/tags/dash" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "**Dash News в Германии:** https://dash-news.de" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "**Dash Вьетнам:** https://dashvn.blogspot.com" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "**Dash France:** https://dashfrance.com/" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "**Dash News Китай (Wechat):** dashnews (или просканируйте QR ниже)" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "Блоги" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "**Блог Эвана Даффилда:** https://medium.com/@eduffield222" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "**Dashdot:** https://dashdot.io/alpha/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "Википедия" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" @@ -505,15 +402,15 @@ msgstr "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "Неактивные" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "**Форум Bitcoin.com:** https://forum.bitcoin.com/dash-f67" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" @@ -521,147 +418,145 @@ msgstr "" "**Страница на Crypto-city.com:** https://www.crypto-city.com/index.php" "/dash-dash-coin" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "**Форум Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "Инструменты" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "Эксплореры блоков, статистика и визуальное отображение" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "https://www.coinexplorer.net/dash" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashvotetracker.com" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "Инструменты Бюджета" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "Управление Мастернодой" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" -msgstr "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" +msgstr "https://www.coinexplorer.net/dash" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "Проект Сообщество Dash " -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "Страницы в DarkNet" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (Зеркало главной страницы):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " @@ -671,57 +566,49 @@ msgstr "" "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "Мобильные приложения" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -729,37 +616,23 @@ msgstr "" "**Кошелёк Dash:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -767,19 +640,11 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -787,7 +652,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -795,15 +660,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "Глоссарий" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "51% атака " -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -817,11 +682,11 @@ msgstr "" "Это означает, что каждый клиент в сети верит хэшированному блоку " "транзакций, который сгенерировал атакущий. " -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "Адрес" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -835,11 +700,11 @@ msgstr "" "открытый ключ из пары ключей, которая используется владельцами Dash, " "чтобы подписывать транзакции электронной подписью (см. Открытый ключ)." -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "Алгоритм" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -852,11 +717,11 @@ msgstr "" "производятся расчёты, обработка данных, и/или выполнение автоматических " "логических задач." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "Альткоин" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -866,11 +731,11 @@ msgstr "" "рыночная капитализация, он используется в качестве эталона. Альткоин, или" " альтернативная монета, это любая другая криптовалюта кроме Биткойна." -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -882,11 +747,11 @@ msgstr "" "своей природе могут быть техническими или юридическими. Регулирующие " "органы часто применяют техники AML к обменникам Dash." -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -898,7 +763,7 @@ msgstr "" "набор функций, протоколов и инструментов для разработки программного " "обеспечения и приложений." -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -915,11 +780,11 @@ msgstr "" "разработку программы, предоставляя готовые блоки, которые программист " "затем собирает в готовое решение." -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -933,11 +798,11 @@ msgstr "" "голоса или для :ref:`высокоэффективного майнинга Dash ` - " "это ASIC. " -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -950,11 +815,11 @@ msgstr "" "продавать Dash за наличность. Иногда эти устройства также называются BTM " "или Dash AVMS. Dash поддерживается на нескольких :ref:`ATM `." -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "Задержка" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." @@ -962,11 +827,11 @@ msgstr "" "Под задержкой обычно понимают постепенное накопление работы, которая " "должна быть сделана или заказы, которые должны быть выполнены." -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "Создание резервной копии" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -985,11 +850,11 @@ msgstr "" "вашего кошелька, а потом потеряете кошелёк, то вы сможете восстановить " "эти деньги с помощью резервной копии." -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "Биткойн 2.0" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " @@ -1000,11 +865,11 @@ msgstr "" "следующего уровня блокчейн-проектов (смарт контракты, децентрализованное " "голосование и т.д.)" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "Блокчейн" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -1025,11 +890,11 @@ msgstr "" "блокчейна. Кроме того, в каждом блоке есть временная метка и информация о" " предыдущем блоке." -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "Блоки" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -1046,11 +911,11 @@ msgstr "" "используют специальный софт или оборудование, разработанное для создания " "блоков." -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -1067,11 +932,11 @@ msgstr "" "действенный способ уменьшения вероятности майнинговых атак 51%, которые " "связаны с двойной тратой. " -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "Облачный кошелёк" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -1089,11 +954,11 @@ msgstr "" "онлайн кошелька невозможно, потому что у вас нет доступа к приватным " "ключам. Мы не рекомендуем вам хранить крупные суммы в онлайн кошельках." -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "Coinbase-транзакция" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " @@ -1103,11 +968,11 @@ msgstr "" "один вход, который представляет собой вознаграждение за блок. Оно делится" " между майнером и определённым образом выбранной мастернодой." -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "Холодное хранение" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -1119,11 +984,11 @@ msgstr "" "предназначенный для этого аппаратный кошелёк, USB-накопитель или " ":ref:`бумажник`." -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "Подтвердить (Подтверждена) транзакцию" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -1137,11 +1002,16 @@ msgstr "" "завершённой и необратимой. Номер подтверждения увеличивается по мере " "того, как в блокчейн добавляются новые блоки." -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "Номер подтверждения" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +#, fuzzy +msgid "confirmations" +msgstr "Нулевое подтверждение" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1161,11 +1031,11 @@ msgstr "" "подтверждением. Обычно шести подтверждений достаточно, чтобы считать " "транзакцию \"защищённой\" и необратимой." -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "Подтверждённые транзакции" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1178,11 +1048,11 @@ msgstr "" "однако их всё так же необходимо записать в блокчейн (и таким образом " "\"подтвердить\")." -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "ЦПУ" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1205,11 +1075,11 @@ msgstr "" "управления (CU), тем самым отделяя эти базовые элементы компьютера от " "внешних элементов, например, оперативной памяти и схемы ввода/вывода. " -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "Криптовалюта" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1221,11 +1091,11 @@ msgstr "" "использующее криптографию для защиты транзакций и контролирования " "создания новых единиц." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "Криптография" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1253,11 +1123,11 @@ msgstr "" "электротехника. Криптография применяется в том числе для ATM-карт, при " "создании компьютерных паролей и в электронной коммерции." -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1271,11 +1141,11 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1283,11 +1153,11 @@ msgstr "" "Децентрализованный протокол приложения. Этот термин описывает приложение," " которое работает на базе платформы DAPI Dash." -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "DAP-клиент " -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." @@ -1295,11 +1165,11 @@ msgstr "" "HTTP-клиент, который подключается к DAPI и даёт возможность пользователям" " блокчейна Dash считывать и записывать данные в их DAP-пространстве." -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "DAP-схема" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." @@ -1307,11 +1177,11 @@ msgstr "" "Документ со схемой Dash, расширяющий схему системы Dash для определения " "данных и правил консенсуса в контрактах DAP." -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "DAP-пространство" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." @@ -1320,11 +1190,11 @@ msgstr "" "блокчейна. Данные в пространстве DAP могут быть изменены только " "владельцем." -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "DAP-состояние" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1332,11 +1202,11 @@ msgstr "" "Совокупный набор данных, сохранённых в DAP. Эти данные содержат " "информацию о пользователях пространств DAP. " -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1347,11 +1217,11 @@ msgstr "" " API. DAPI выполняет те же функции, что и API, но с учётом кворумов " "мастернод, которые выступают в роли конечных точек для коммуникации API." -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "Алгоритм Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1368,11 +1238,11 @@ msgstr "" "разницу вычислительных мощностей. Однако, в DGW отсутствует уязвимость к " "временным скачкам. " -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1380,11 +1250,11 @@ msgstr "" "Изначально, Dash был запущен под названием XCoin, затем был переименован " "в Darkcoin и, наконец, в Dash." -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1396,11 +1266,11 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " @@ -1411,11 +1281,11 @@ msgstr "" "использует IPFS `_, распределённую систему хранения " "файлов." -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "Dash-клиент" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1431,11 +1301,11 @@ msgstr "" "новые транзакции между остальными нодами сети, таким образом создавая " "надёжную децентрализованную инфраструктуру. " -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Кошелёк Dash Core" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1444,11 +1314,11 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " @@ -1459,11 +1329,11 @@ msgstr "" "по-прежнему будет децентрализованным. См. страницу :ref:`Evolution " "`, чтобы узнать больше." -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "Dash Schema" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." @@ -1471,11 +1341,11 @@ msgstr "" "Основанный на JSON язык спецификаций, который используется для " "определения и подтверждения консенсусных данных в Evolution. " -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1491,11 +1361,11 @@ msgstr "" "замкнуть на одной цели, не давая ей обслуживать законных пользователей. " "Иногда Dash биржи подвергаются таким DDoS атакам." -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "Децентрализация" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1531,11 +1401,11 @@ msgstr "" "Однако, вопрос о том, повысят ли такие сети общую эффективность, всё ещё " "остаётся открытым." -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "Desktop-кошелёк" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1548,11 +1418,11 @@ msgstr "" ":ref:`Dash Core Wallet `, :ref:`Dash Electrum Wallet " "`, :ref:`Аппаратные кошельки `." -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "Сложность" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1572,15 +1442,15 @@ msgstr "" "Dash и доступность специальных ASIC майнеров привели к тому, что " "сложность со временем повышается." -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "Электронный кошелёк" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "Полную документацию о кошельках см. :ref:`здесь `." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1596,7 +1466,7 @@ msgstr "" "Существует множество версий электронных кошельков для различных " "устройств:" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1612,7 +1482,7 @@ msgstr "" "нём хранятся. Делайте резервные копии файлов вашего кошелька, чтобы не " "потерять ваши средства. " -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1631,7 +1501,7 @@ msgstr "" "подвержены мобильные телефоны, рекомендуется не хранить в мобильных " "кошельках большие суммы." -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1656,7 +1526,7 @@ msgstr "" "рекомендуем НИКОГДА не хранить большое количество Dash в любом онлайн " "кошельке или на любой криптовалютной бирже." -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1676,7 +1546,7 @@ msgstr "" " даёт вам быстрый доступ к приватным ключам, которые при этом надёжно " "защищены. Он считается наиболее безопасным вариантом хранения Dash." -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1701,11 +1571,11 @@ msgstr "" "ВНИМАНИЕ: USB флэшки не подходят для долгосрочного хранения (в течение " "нескольких лет) ключей, потому что они со временем портятся." -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1726,11 +1596,11 @@ msgstr "" "распределённом создании ключей, с помощью которых осуществляется " "разделение секрета Шамира." -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "Электронная подпись" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1749,11 +1619,11 @@ msgstr "" "приватного ключа вы можете подписывать сообщения, например, чтобы " "подтвердить, что вы являетесь владельцем определённого адреса Dash." -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "Electrum кошелёк" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1761,11 +1631,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "Шифрование" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1793,15 +1663,15 @@ msgstr "" "продуманные современные системы, например, AES-256 считаются " "\"неприступными\"." -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "Эскроу сервисы" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "`Эскроу `_ - это: " -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1812,7 +1682,7 @@ msgstr "" "распределяет деньги или документы для сторон, которые заключают сделку, и" " распространение зависит от оговоренных в соглашении условий; или " -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " @@ -1822,7 +1692,7 @@ msgstr "" " нанимателя или другого человека до подтверждения или отмены договора; " "или " -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1830,7 +1700,7 @@ msgstr "" "это трастовый счёт, который открыт на имя заёмщика, чтобы выполнять его " "финансовые обязательства, например, уплату налогов или страховых взносов." -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1849,11 +1719,11 @@ msgstr "" " он или она отправит средства и заказанный продукт (или валюту) " "соответствующим сторонам." -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "Эван Даффилд" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " @@ -1863,11 +1733,11 @@ msgstr "" " и PrivateSend. До создания Dash, Эван работал финансовым консультантом и" " имел соответствующую лицензию - Series 65." -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "Обменный курс" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1889,11 +1759,11 @@ msgstr "" "риска, обменивая монеты через обработчик платежей во время каждой " "транзакции." -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "Кран" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1904,11 +1774,11 @@ msgstr "" "которые распределяют награду в виде microdash или Duff свои посетителям в" " обмен на ввод капчи или выполнение описанного на вебсайте задания." -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "Фиатный шлюз" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" @@ -1916,13 +1786,13 @@ msgstr "" "`Фиатные деньги `_ определяются" " по-разному:" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" "Любые деньги, которые объявляются правительством законным денежным " "средством." -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." @@ -1930,21 +1800,21 @@ msgstr "" "Государственные деньги, неразменные по закону на какую-либо вещь, а также" " не имеющие фиксированной стоимости с точки зрения объективных критериев." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" "Деньги, по своей сути не обладающие никакой стоимостью, но которые " "используются в качестве денег из-за указа правительства." -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "В качестве примера можно привести доллар США, евро, йену и так далее." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "Финтех" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1964,11 +1834,11 @@ msgstr "" "Недавно многие финтех компании стали использовать блокчейн технологию, то" " есть, ту самую технологию, которая лежит в основе Dash и Bitcoin. " -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "Форк" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1986,7 +1856,7 @@ msgstr "" "обычно \"выигрывает\" и признаётся всеми валидной. Однако форки могут " "быть очень опасны, и по возможности их следует избегать." -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " @@ -1996,11 +1866,11 @@ msgstr "" " обеспечения сети. Dash использует Мультифазовую Форковую систему " "(\":ref:`Спорк `\"), для большей гибкости и надёжности." -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "Полноценная нода" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -2014,27 +1884,27 @@ msgstr "" "децентрализации, позволяя любому пользователю дважды проверить валидность" " блокчейна." -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "Взаимозаменяемость" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "Каждая единица валюты стоит столько же, сколько любая другая единица." -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "Первичный блок" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "Самый первый блок в блокчейне." -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "GPU " -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -2067,11 +1937,11 @@ msgstr "" "процессор. Некоторые криптовалюты используют такие майнинговые алгоритмы," " которые эффективнее всего выполнять на GPU. " -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "Аппаратный кошелёк" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -2083,11 +1953,11 @@ msgstr "" "физическом уровне, и он никогда не будет доступен из интернета. Вы можете" " так же подписывать транзакции, и это удобно и безопасно." -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "Хэш" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -2102,11 +1972,11 @@ msgstr "" "только выходную строку. Во-вторых, самые малые изменения во входящих " "данных влекут за собой полное изменения выходных данных. " -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "Хешрейт" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." @@ -2114,11 +1984,11 @@ msgstr "" "Это количество хэшей, которое может произвести майнер Dash в заданный " "период времени (обычно в секунду)." -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." @@ -2126,19 +1996,19 @@ msgstr "" "Сервер с блокчейном использовался для поддержки Обозревателя блоков и " "ответа на транзакционные запросы." -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "см. InstantSend" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -2152,11 +2022,11 @@ msgstr "" "примерно час или даже больше, транзакции InstantSend \"блокируются\" и " "становятся необратимыми уже через несколько секунд. " -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "Ликвидность " -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -2170,11 +2040,11 @@ msgstr "" "неликвидного рынка является волатильность, а также невозможность быстро " "определить ценность актива." -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -2196,11 +2066,11 @@ msgstr "" "равномерно распределяться между кворумами. Главной задачей LLMQ является " "выполнение пороговой подписи сообщений, относящихся к консенсусу." -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "Мастернода" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" @@ -2211,17 +2081,17 @@ msgstr "" "вознаграждения за блок. Для запуска мастерноды необходимо подтверждение " "владения 1000 Dash." -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "Майнинг" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -2229,19 +2099,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "Мобильный кошелёк" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "Это кошельки, которые работают на мобильных устройствах (iOS + Android)." -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "Мультиподпись" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -2261,11 +2131,11 @@ msgstr "" "чьём распоряжении находятся большие суммы криптовалюты, поскольку такой " "подход затрудняет кражу этих сумм." -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "Нода" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " @@ -2275,11 +2145,11 @@ msgstr "" "ноды - это приложения, которые скачали весь блокчейн и раздают его другим" " клиентам в пиринговой сети Dash." -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -2294,11 +2164,11 @@ msgstr "" "криптовалюты и опасается, что такая крупная покупка или продажа вызовет " "сдвиг в цене (т.н. \"проскальзывание\")." -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -2310,11 +2180,11 @@ msgstr "" "альтернатива \"веерной\" системе, в которой все участники транзакции " "взаимодействуют друг с другом через одного посредника." -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "Бумажник" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2325,11 +2195,11 @@ msgstr "" "хранении, они считаются наиболее безопасным способом хранения " "криптовалюты." -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "Приватность" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -2343,11 +2213,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "Приватный ключ" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -2366,22 +2236,22 @@ msgstr "" "который позволяет кому-либо тратить Dash, важно хранить их в безопасном " "месте и в тайне." -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "Функция PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "Доказательство предоставления услуги - PoSe" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -2396,11 +2266,11 @@ msgstr "" "нему верх, пока она не попадёт в список потенциальных кандидатов для " "получения оплаты." -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "Подтверждение доли владения - PoS" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -2426,11 +2296,11 @@ msgstr "" "PoS на самом деле выгодно \"голосовать\" за принятие и легитимной, и " "хакерской цепочки." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "Доказательство выполненной работы - PoW" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -2446,11 +2316,11 @@ msgstr "" "нода смогла бы добавить блоки в цепь, а находящиеся в сети ноды никогда " "бы не смогли определиться, какая цепочка является верной." -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "Публичный ключ" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -2463,11 +2333,11 @@ msgstr "" " как приватный ключ используется для подписи сообщений, публичный ключ " "используется для подтверждения того, что подпись верна." -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "Накачивание и сброс" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -2485,11 +2355,11 @@ msgstr "" "рынок, что вызывает падение цены. Это довольно частое явление для рынков " "с низкой ликвидностью, например, для некоторых альткоинов." -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "Кворум" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." @@ -2497,11 +2367,11 @@ msgstr "" "Группа мастернод, которые ставят подпись или голосуют по какому-либо " "действию, где формат этой группы задан определённым алгоритмом." -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "QR код" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2513,11 +2383,11 @@ msgstr "" "сканирования камерами, в том числе камерами мобильных телефонов, а также " "часто используются для того, чтобы зашифровать адреса Dash." -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "Сатоши Накамото" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " @@ -2527,11 +2397,11 @@ msgstr "" "имя, которым пользуется человек или группа лиц, создавшая Биткойн в его " "изначальном виде. " -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2542,11 +2412,11 @@ msgstr "" "приложений, работающих с определённым оборудованием или платформой " "программного обеспечения." -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "Сигнализирование" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2562,11 +2432,11 @@ msgstr "" "обеспечения для поддержки определённого протокола и/или путём указания " "определённой версии в обнаруженных ими блоках." -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "Обзор состояний" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" @@ -2576,11 +2446,11 @@ msgstr "" "этапов. Используется в Evolution для определения, например, того, что " "должно отображаться в данном социальном кошельке." -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "Спорк" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2611,11 +2481,11 @@ msgstr "" "деактивировать тем же способом, не откатывая назад сеть или обновление " "клиента. " -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "Запятнанные монеты" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." @@ -2623,19 +2493,19 @@ msgstr "" "Пятно обозначает связь между двумя адресами (кошельками). Это важно " "только в том случае, если пользователь хочет оставаться анонимным. " -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "Тестовый Dash, который использовался в :ref:`тестнете `." -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "Тестнет" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2649,11 +2519,11 @@ msgstr "" "основной сети в безопасной среде, где ошибки или форки не могут принести " "ущерб." -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." @@ -2661,11 +2531,11 @@ msgstr "" "Анонимный протокол маршрутизации, которым пользуются люди, желающие " "остаться анонимными в сети." -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "Транзакция" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2682,11 +2552,11 @@ msgstr "" "`_, и могут быть" " использованы, например, для управления пользователями блокчейна." -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "Блок транзакций" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." @@ -2694,11 +2564,11 @@ msgstr "" "Набор транзакций сети Dash, собранных в блок, который затем можно " "хэшировать и добавить в блокчейн." -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "Комиссия за транзакцию" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " @@ -2708,11 +2578,11 @@ msgstr "" "транзакций, проведённых через сеть Dash. Комиссия за транзакцию вручается" " майнеру, который успешно хэшировал блок, содержаший эту транзакцию." -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "Неподтверждённые транзакции" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2723,19 +2593,19 @@ msgstr "" "Неподтверждённые транзакции могут быть отозваны и не должны считаться " "\"окончательными\"." -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "Адрес тщеславия" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "Dash адрес, содержащий определённые желаемые элементы, например, имя." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "Первичный Dash " -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" @@ -2744,11 +2614,11 @@ msgstr "" "мастернодой. Эти Dash, которые ещё не были ни на что потрачены, " "называются \"первичными\"." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "Волатильность" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." @@ -2756,11 +2626,11 @@ msgstr "" "Изменение движений цен с учетом времени на торгуемые финансовые активы (в" " том числе Dash)." -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "Кошелёк" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " @@ -2770,11 +2640,11 @@ msgstr "" "приватные ключи, которые связаны с адресами Dash. Блокчейн - это запись " "балансов (и транзакций) Dash, которая связаны с этими адресами." -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Белая книга" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2788,11 +2658,11 @@ msgstr "" "людей к задаче. Она предназначена для того, чтобы помочь читателям понять" " задачу, разрешить её или принять решение. " -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." @@ -2800,11 +2670,11 @@ msgstr "" ":ref:`X11 ` это алгоритм хэширования, созданный Dash " "Core разработчиком Эваном Даффилдом. " -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "Нулевое подтверждение" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." @@ -2813,11 +2683,11 @@ msgstr "" "Технически, она обратима (если для её отправления не использовался " "InstantSend)." -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2829,11 +2699,11 @@ msgstr "" "того, чтобы мастернода заработала, требуется vin в 1000 Dash (именно эта " "сумма)." -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2846,3 +2716,136 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**Организация:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "**Венесуэла:** https://www.facebook.com/groups/DarkcoinVenezuela" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" +#~ "**Марк Мэйсон, глава отдела медиа и " +#~ "рекламы, Dash Force News:** " +#~ "https://twitter.com/StayDashy" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" +#~ "**Аманда Б. Джонсон, суперфанат Dash и" +#~ " финансируемый ДАО исполнитель:** " +#~ "https://twitter.com/AmandaB_Johnson" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" +#~ "**Tao of Satoshi, основатель Dash Nation" +#~ " и финансируемый ДАО исполнитель:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "**Dash Вьетнам:** https://twitter.com/dashvietnam" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "**Новости Dash на испанском:** https://dashnewsespanol.com" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "**Dash News в Германии:** https://dash-news.de" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "**Dash Вьетнам:** https://dashvn.blogspot.com" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "**Dash France:** https://dashfrance.com/" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "https://www.cryptonator.com/widget" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" + diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index ce686eec2..000000000 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,69 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Dima, 2022 -# Андрей Дегтяр , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "Установка Dash с использованием системы управления пакетами" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" -"dash, криптовалюта, fedora, ubuntu, rpm, apt, git, мастернода, установка, " -"бинарный файл" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "Расширенные темы" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "Установка Dash на Fedora Linux" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" -"Разработчик Dash t0dd разработал пакеты и написал превосходное руководство " -"по установке и запуску Dash в качестве узла, мастерноды или в тестовой сети." - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "Установка Dash на Ubuntu Linux" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" -"Бинарные файлы Dash находятся в стадии разработки для распространения через " -"систему репозиториев Ubuntu Linux Launchpad. Вернитесь сюда для получения " -"дополнительной информации после объявления о выпуске." diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po index 7420e91ca..057da6b03 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ru\n" @@ -240,7 +240,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -258,53 +258,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -313,19 +313,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 8e33e7ff4..d554762c1 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ru\n" @@ -31,7 +31,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -47,7 +47,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -116,11 +116,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -130,14 +137,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -184,73 +299,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -258,7 +370,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -269,7 +385,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -277,29 +393,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -307,64 +423,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -374,51 +498,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -426,18 +738,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -445,57 +757,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -504,7 +809,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -513,18 +818,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -534,69 +839,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -604,7 +890,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -612,28 +902,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -641,94 +943,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -736,28 +1038,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -768,16 +1070,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -786,23 +1088,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -811,16 +1113,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 590aec7f2..510cb5e92 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language: ru\n" @@ -369,29 +369,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -399,69 +403,69 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "Способ 1: Регистрация из аппаратного кошелька" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 #, fuzzy msgid "" "Go back to DMT and ensure that all fields from the previous step are " @@ -473,25 +477,25 @@ msgstr "" "сгенерировать три приватных ключа, которые необходимы для " "детерминированной мастерноды DIP003:" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "Приватный ключ владельца" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "Приватный ключ голосования" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "Dash Masternode Tool готов к регистрации новой мастерноды" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -501,13 +505,13 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" "Запрашивающие подтверждение диалоги в Dash Masternode Tool для " "регистрации мастерноды " -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -519,50 +523,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "Способ 2: Регистрация из кошелька Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "Идентификация транзакции финансирования" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "Генерация пары BLS-ключей" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -571,7 +575,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -581,18 +585,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "Добавьте приватный ключ в конфигурацию вашей мастерноды" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -604,24 +608,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "Подготовка транзакции ProRegTx" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -629,7 +633,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -637,28 +641,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -670,7 +674,7 @@ msgstr "" "кошелёк защищён паролем, то для выполнения указанных команд его " "необходимо разблокировать. Разблокируйте свой кошелёк на 5 минут::" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " @@ -680,7 +684,7 @@ msgstr "" "использовав команду ``protx register_prepare``. Эта команда имеет " "следующий синтаксис::" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -689,7 +693,7 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" @@ -697,23 +701,23 @@ msgstr "" "Откройте текстовый редактор, например Блокнот и подготовьте эту команду. " "Замените каждый аргумент команды следующим образом:" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "``collateralHash``: txid транзакции залогового финансирования на 1000 DASH" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "``collateralIndex``: Индекс выхода транзакции финансирования на 1000 DASH" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "``ipAndPort``: IP-адрес и порт мастерноды в формате ``x.x.x.x:yyyy``" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" @@ -721,7 +725,7 @@ msgstr "" "``ownerKeyAddr``: Сгенерированный выше новый адрес Dash для " "владельца/голосования" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" @@ -729,7 +733,7 @@ msgstr "" "``operatorPubKey``: Публичный BLS-ключ, сгенерированный выше (или " "предоставленный хостинг-сервисом)" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" @@ -737,7 +741,7 @@ msgstr "" "``votingKeyAddr``: Новый адрес Dash, сгенерированный выше или адрес " "делегата, используемый для голосования по предложениям" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" @@ -745,7 +749,7 @@ msgstr "" "``operatorReward``: Процент награды за блок, который выделен оператору в " "качестве оплаты" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" @@ -753,7 +757,7 @@ msgstr "" "``payoutAddress``: Новый или существующий адрес Dash для получения " "платежей от владельца мастерноды" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." @@ -762,7 +766,7 @@ msgstr "" "финансирования комиссий ProTx. Если не указан, то будет использоваться " "``payoutAddress``." -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -775,17 +779,17 @@ msgstr "" "укажете отличную от нуля награду ``operatorReward``. Владелец залогового " "подтверждения не указывает адрес для выплаты оператору." -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "Пример (удалите разрывы строк при копировании)::" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "На выходе::" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " @@ -794,11 +798,11 @@ msgstr "" "Теперь используем поля ``collateralAddress`` и ``signMessage`` для " "подписания транзакции и поле выхода ``tx`` для отправления транзакции." -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "Подпишите транзакцию ProRegTx" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -816,16 +820,16 @@ msgstr "" "мы снова используем Dash Core, но в равной степени возможно использовать " "функцию подписи аппаратного кошелька. Команда имеет следующий синтаксис::" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "Пример::" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "Подтвердите подписанное сообщение" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -834,11 +838,11 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "Где:" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" @@ -846,7 +850,7 @@ msgstr "" "``tx``: Сериализованная транзакция, ранее возвращённая в поле выхода " "``tx`` из ``protx register_prepare``" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" @@ -854,7 +858,7 @@ msgstr "" "``sig``: Сообщение, подписанное залоговым ключом с помощью команды " "``signmessage``" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -864,15 +868,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -880,231 +884,274 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "Tor" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "Sentinel" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "По завершении синхронизации вы увидите следующий ответ::" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" -msgstr "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" +msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." @@ -1112,11 +1159,11 @@ msgstr "" "На этом этапе можно безопасно совершить выход из сервера, набрав " "``exit``. Поздравляем! Ваша мастернода теперь работает." -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1125,7 +1172,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1136,25 +1183,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1625,3 +1672,51 @@ msgstr "" #~ "documentation." #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po index 9f4f9758f..5c4a62c98 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Dima, 2022\n" "Language: ru\n" @@ -138,14 +138,14 @@ msgstr "" "добровольцев. Чем больше мастернод, тем лучше и безопаснее сеть Dash." #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format +#, fuzzy, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -175,13 +175,13 @@ msgstr "" "различной текущей статистики по сети мастернод." #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -191,7 +191,7 @@ msgid "Masternode" msgstr "Мастерноды и майнинг" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -211,7 +211,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -585,24 +585,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 #, fuzzy -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "Логика выплат" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -848,3 +848,46 @@ msgstr "" #~ msgid "2 GB + 2 GB swap" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po index 8226979c8..bead0bd07 100644 --- a/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: ru\n" @@ -25,7 +25,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -41,7 +41,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -98,68 +98,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -167,39 +169,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -207,79 +209,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -287,80 +296,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 6483fd9ef..135005950 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,41 +1,42 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Julia Ogonkova , 2022 # Leon White , 2022 # Dima, 2022 # Max Aronych , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" +"Language: ru\n" "Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " +"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" "Настройка адресной книги, обменных курсов, перенос бумажного кошелька и " "изменение настроек в кошельке Dash для Android." -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" -msgstr "" -"dash, мобильный, кошлёк, android, адресная книга, бумажный, обменный курс" +msgstr "dash, мобильный, кошлёк, android, адресная книга, бумажный, обменный курс" #: ../../docs/user/wallets/android/advanced-functions.rst:8 msgid "Advanced functions" @@ -47,26 +48,28 @@ msgstr "Адресная книга" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" -"Ваш кошелёк для Android позволяет настроить часто используемые адреса путём " -"добавления метки для быстрой идентификации владельца. Так же вы можете " -"создавать метки для своих адресов, чтобы следить за регулярными входящими " -"платежами. Доступ к адресной книге можно получить, нажав кнопку **Меню**, а " -"потом **Адресная книга*. Это выведет экран, который можно пролистывать влево" -" и вправо для перемещения между вашими адресами и адресами, на которые вы " -"часто отправляете Dash, например, это могут быть адреса членов семьи. " -"Нажмите кнопку **Больше опций**, чтобы **Скопировать из буфера обмена** или " -"**Отсканировать адрес** из QR-кода или же нажмите на существующий адрес, " -"чтобы **Отправить Dash** или **Отредактировать** метку." +"Ваш кошелёк для Android позволяет настроить часто используемые адреса " +"путём добавления метки для быстрой идентификации владельца. Так же вы " +"можете создавать метки для своих адресов, чтобы следить за регулярными " +"входящими платежами. Доступ к адресной книге можно получить, нажав кнопку" +" **Меню**, а потом **Адресная книга*. Это выведет экран, который можно " +"пролистывать влево и вправо для перемещения между вашими адресами и " +"адресами, на которые вы часто отправляете Dash, например, это могут быть " +"адреса членов семьи. Нажмите кнопку **Больше опций**, чтобы **Скопировать" +" из буфера обмена** или **Отсканировать адрес** из QR-кода или же нажмите" +" на существующий адрес, чтобы **Отправить Dash** или **Отредактировать** " +"метку." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -74,11 +77,11 @@ msgstr "*Вход в адресную книгу и добавление адр #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" "Также вы можете добавлять метки напрямую из главного экрана истории " "транзакций, нажав кнопку **Больше опций** для конкретной транзакции (три " @@ -96,320 +99,342 @@ msgstr "Обменные курсы" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" -"Кошелёк Dash для Android позволяет показывать эквивалентную стоимость вашего" -" баланса Dash и транзакций в фиатных деньгах, выбрав фиатную валюту по " -"умолчанию. Для выбора фиатной валюты, нажмите **Кнопка Меню*, далее " -"**Обменные курсы**. Выберите предпочитаемую фиатную валюту, потом нажмите " -"кнопку **Больше опций** для выбранной фиатной валюты и нажмите **Установить " -"по умолчанию**. Обменный курс этой валюты появится при отправке Dash. Также " -"вы можете нажать на поле фиатной валюты для указания размера транзакции в " -"фиатной валюте, вместо Dash." +"Кошелёк Dash для Android позволяет показывать эквивалентную стоимость " +"вашего баланса Dash и транзакций в фиатных деньгах, выбрав фиатную валюту" +" по умолчанию. Для выбора фиатной валюты, нажмите **Кнопка Меню*, далее " +"**Обменные курсы**. Выберите предпочитаемую фиатную валюту, потом " +"нажмите кнопку **Больше опций** для выбранной фиатной валюты и нажмите " +"**Установить по умолчанию**. Обменный курс этой валюты появится при " +"отправке Dash. Также вы можете нажать на поле фиатной валюты для указания" +" размера транзакции в фиатной валюте, вместо Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" msgstr "" "*Выбор обменного курса на фиатные деньги и создание транзакции, " "деноминированной в USD*" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "Перенос бумажного кошелька" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -"Перенос бумажного кошелька это метод переноса средств, хранимых на адресе, " -"которые вы могли получить в качестве бумажного кошелька или из криптомата на" -" ваш кошелёк. Для использования этой функции у вас должен быть приватный " -"ключ к адресу. В рассматриваемом случае, все Dash, хранящиеся на этом адресе" -" будут отправлены на новый адрес, который определённым образом создан из " -"сида вашего кошелька. Приватные ключи, которые вы переносите не становятся " -"частью вашего кошелька." - -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +"Перенос бумажного кошелька это метод переноса средств, хранимых на " +"адресе, которые вы могли получить в качестве бумажного кошелька или из " +"криптомата на ваш кошелёк. Для использования этой функции у вас должен " +"быть приватный ключ к адресу. В рассматриваемом случае, все Dash, " +"хранящиеся на этом адресе будут отправлены на новый адрес, который " +"определённым образом создан из сида вашего кошелька. Приватные ключи, " +"которые вы переносите не становятся частью вашего кошелька." + +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" "Для переноса бумажного кошелька нажмите **Кнопку Меню** и выберите " -"**Перенести бумажный кошелёк**. Нажмите **Отсканировать** и отсканируйте QR-" -"код из вашего бумажного кошелька. Как только приватный ключ будет определён," -" то нажмите **Перенести** для создания транзакции по переносу Dash в ваш " -"кошелёк. Как только транзакция будет подтверждена, то бумажный кошелёк " -"потеряет свою ценность и его следует уничтожить." +"**Перенести бумажный кошелёк**. Нажмите **Отсканировать** и отсканируйте " +"QR-код из вашего бумажного кошелька. Как только приватный ключ будет " +"определён, то нажмите **Перенести** для создания транзакции по переносу " +"Dash в ваш кошелёк. Как только транзакция будет подтверждена, то бумажный" +" кошелёк потеряет свою ценность и его следует уничтожить." -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "*Перенос бумажного кошелька с 0,10 DASH в кошелёк Android*" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "Сетевой монитор" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -"Кошелёк Dash для Android это лёгкий кошелёк, который работает в режиме SPV. " -"Это означает, что необходимость выкачивать полную копию блокчейна " -"отсутствует. Сетевой монитор позволяет видеть детальную информацию по полным" -" нодам, к которым вы подключены. Вы можете перелистать экран налево, чтобы " -"видеть как создаются блоки в сети." +"Кошелёк Dash для Android это лёгкий кошелёк, который работает в режиме " +"SPV. Это означает, что необходимость выкачивать полную копию блокчейна " +"отсутствует. Сетевой монитор позволяет видеть детальную информацию по " +"полным нодам, к которым вы подключены. Вы можете перелистать экран " +"налево, чтобы видеть как создаются блоки в сети." -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "*Просмотр пиров и блоков для слежения за сетевой активностью*" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "Настройки" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "*Меню настроек в кошельке Dash для Android*" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -"Меню настроек содержит в себе большой круг настроек для управления работой " -"кошелька Dash для Android. Для доступа к настройкам, нажмите **Кнопку " -"Меню**, далее **Настройки**. Вы можете перемещаться между окнами " -"**Настройка**, **Диагностика** и **О программе**, где найдёте сведения о " -"версии кошелька, правах на интеллектуальную собственность и информацию об " -"исходном коде." +"Меню настроек содержит в себе большой круг настроек для управления " +"работой кошелька Dash для Android. Для доступа к настройкам, нажмите " +"**Кнопку Меню**, далее **Настройки**. Вы можете перемещаться между окнами" +" **Настройка**, **Диагностика** и **О программе**, где найдёте сведения о" +" версии кошелька, правах на интеллектуальную собственность и информацию " +"об исходном коде." -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "Деноминация и точность" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"Выберите число десятичных знаков, которые будут показываться для деноминаций" -" DASH или переключитесь в режим показа mDASH или µDASH деноминаций" +"Выберите число десятичных знаков, которые будут показываться для " +"деноминаций DASH или переключитесь в режим показа mDASH или µDASH " +"деноминаций" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "Собственное имя" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" "Введите короткое имя, которое будет включаться в ваши QR-коды, когда они " "показываются другим пользователям для сканирования. Короткое имя будет " "показано как метка в их кошельке, это делается для быстрого определения " "получателя и упрощения работы с адресами." -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "Автозакрытие диалога отправки монет" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "Укажите, закрывать или не закрывать диалог после завершения платежа." -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "Индикатор соединения" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" "Включает показ индикатора в области оповещений Andoid для быстрого " "определения наличия соединения" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "Доверенный пир" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "Введите IP-адрес или имя хоста одиночного пира для присоединения." -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "Пропустить поиск обычного пира" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -"Включает опцию предотвращения автоматического поиска пира и принудительно " -"включает присоединение к определённому доверенному пиру." +"Включает опцию предотвращения автоматического поиска пира и принудительно" +" включает присоединение к определённому доверенному пиру." -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "Обозреватель блоков" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"Позволяет выбрать обозреватель блоков, который вы хотели бы использовать для" -" функций привязанных к обозревателю блоков." +"Позволяет выбрать обозреватель блоков, который вы хотели бы использовать " +"для функций привязанных к обозревателю блоков." -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "Использование данных" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -"Соединяет с функцией Android **Использование данных** для просмотра и/или " -"ограничения таффика, используемого приложением." +"Соединяет с функцией Android **Использование данных** для просмотра и/или" +" ограничения таффика, используемого приложением." -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "Оповещение о балансе" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" "Включает системные оповещения Android для напоминаний о наличии " "непотраченных Dash, если вы не открываете приложение." -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "Включить InstantSend" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" "Включает функционал, позволяющий использовать InstantSend для отправки и " "получения Dash." -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "Включить облегчённый режим" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "Включает режим, уменьшающий нагрузку на интернет-соединение." -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "Показать документ об отказе от ответсвенности" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" "Включает или выключает показ различных юридических документов и " "предупреждающих сообщений в приложении." -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "BIP70 для сканирования с целью оплаты" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" "Включает использование `протокола платежей BIP70 " -"`_ с целью " -"дополнительной верификации и дополнительных функций безопасности при " -"сканировании QR-кодов." +"`_ с " +"целью дополнительной верификации и дополнительных функций безопасности " +"при сканировании QR-кодов." -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "Поиск по названиям кошельков" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" "Включение использования `DNSSEC " -"`_ " -"для попытки определения названия кошелька при создании транзакций." +"`_" +" для попытки определения названия кошелька при создании транзакций." -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "Диагностика" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "Сообщить об ошибке" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" "Позволяет собирать определённую информацию касаемо вашего кошелька для " "отправки отчётов об ошибках разработчикам с целью их исправления." -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "Показать xpub" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -"Показывает расширенный публичный ключ для сида, используемого при создании " -"адресов в вашем кошельке. Передача вашего xpub третьим лицам позволит им " -"видеть вашу историю транзакций, без права создавать новые транзакции." +"Показывает расширенный публичный ключ для сида, используемого при " +"создании адресов в вашем кошельке. Передача вашего xpub третьим лицам " +"позволит им видеть вашу историю транзакций, без права создавать новые " +"транзакции." -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "Пересканировать блокчейн" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" "Сбрасывает данные о блокчейне на вашем устройстве. Эти данные необходимо " -"будет снова собрать из полных нод, этот процесс похож на настройку нового " -"кошелька. Он занимает некоторое время." +"будет снова собрать из полных нод, этот процесс похож на настройку нового" +" кошелька. Он занимает некоторое время." + diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 452dee463..c307036e2 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language: ru\n" @@ -99,56 +99,128 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "Блокирование UTXO в кошельке Dash Core" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "HD кошельки" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:107 +msgid "" +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:112 +msgid "" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +#, fuzzy +msgid "Restore HD wallet" +msgstr "HD кошельки" + +#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#, fuzzy +msgid "" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" +"Dash Core отобразит HD сид-фразу в двух вариантах: в шестнадцатиричной " +"системе счисления и как мнемоническую фразу BIP39. Для восстановления " +"существующего HD-кошелька или определения ваших собственных, раздельно " +"сгенерированных мнемонической фразы и/или фразы-пароля, убедитесь, что " +"файл ``wallet.dat`` существует в ``datadir`` и введите следующую " +"команду::" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:130 +msgid "" +"The HD wallet will be restored and your balance will appear once sync is " +"complete." msgstr "" +"HD-кошелёк будет восстановлен и как только завершится процесс " +"синхронизации, отобразится ваш баланс." -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#, fuzzy msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." msgstr "" "Начиная с версии 0.12.2.0, Dash Core включает имплементацию совместимых " "со стандартами BIP39/BIP44 генерируемых иерархически детерминированных " @@ -162,12 +234,18 @@ msgstr "" "кошелёк, тогда как мнемоническая фраза-пароль используется для указания " "различных ветвей происхождения из соответствующего мнемонического сида." -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +#, fuzzy msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" msgstr "" "В этом примере мы будем использовать кошелёк с графическим интерфейсом " "под ОС Windows, но при использовании ``dash-qt`` или ``dashd`` на других " @@ -175,41 +253,17 @@ msgstr "" "команду со случайным образом сгенерированной HD-кошельком сид-фразой и " "без мнемонической фразы-пароля::" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" -msgstr "" - -#: ../../docs/user/wallets/dashcore/advanced.rst:106 -msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" -msgstr "" -"Dash Core отобразит HD сид-фразу в двух вариантах: в шестнадцатиричной " -"системе счисления и как мнемоническую фразу BIP39. Для восстановления " -"существующего HD-кошелька или определения ваших собственных, раздельно " -"сгенерированных мнемонической фразы и/или фразы-пароля, убедитесь, что " -"файл ``wallet.dat`` существует в ``datadir`` и введите следующую " -"команду::" - -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"The HD wallet will be restored and your balance will appear once sync is " -"complete." +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." msgstr "" -"HD-кошелёк будет восстановлен и как только завершится процесс " -"синхронизации, отобразится ваш баланс." -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "Мультиподпись" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -228,53 +282,53 @@ msgstr "" "сторонами являются: покупатель, продавец и арбитр. Данный пример " "основывается на:" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "https://gist.github.com/gavinandresen/3966071" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "https://bitcoin.org/en/developer-examples#p2sh-multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "Шаг 1: Создайте три адреса" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "Для продавца::" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "Для покупателя::" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "Для арбитра::" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "Это результаты для трёх пар ключей (публичный/приватный)::" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "Шаг 2: Создайте адрес с мультиподписью" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " @@ -285,7 +339,7 @@ msgstr "" " виде json-массива). В данном примере для подписи транзакции необходимы 2" " из 3-х ключей." -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " @@ -296,15 +350,15 @@ msgstr "" "(результирующий адрес и redeemScript являются идентичными, смотрите " "ниже)." -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "Шаг 3: Покупатель отправляет средства на адрес с мультиподписью" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "Это работает по тому же принципу, что и обычная транзакция." -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." @@ -312,11 +366,11 @@ msgstr "" "Продавец/арбитр может отследить транзакцию по её txid в " "блокчейн-обозревателе. Или из консоли, как показано ниже." -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "Шаг 4: Трата средств из кошелька с мультиподписью" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -330,7 +384,7 @@ msgstr "" " сторонами (продавец + покупатель или арбитр). Продавец создаёт " "транзакцию (мы заново используем его публичный адрес из примера выше)." -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" @@ -338,7 +392,7 @@ msgstr "" "И частично подписывает её, используя redeemScript, scriptPubKey и свой " "приватный ключ" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -352,7 +406,7 @@ msgstr "" "транзакции, используя выходы из примера выше и свои приватные ключи. " "Предположим, что подпись завершает покупатель." -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." @@ -360,7 +414,7 @@ msgstr "" "Теперь подпись завершена и любая из сторон может отправить транзакцию на " "обработку в сеть." -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." @@ -368,11 +422,11 @@ msgstr "" "Опять-таки, данную транзакцию можно отследить в обозревателе блокчейна. А" " продавец рад получить деньги на свой публичный адрес, что показано ниже." -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -380,51 +434,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -435,11 +489,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -450,13 +504,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -464,25 +518,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -490,62 +544,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "Множественные кошельки" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -554,61 +608,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -616,7 +670,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -634,11 +688,11 @@ msgstr "" "полностью раздельные каталоги данных, например ``C:\\Dash1`` (это проще, " "если хотите запускать кошельки одновременно)." -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "Раздельные файлы wallet.dat" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -653,11 +707,11 @@ msgstr "" "похожему) и создаём два ярлыка на рабочем столе. Затем открываем окно " "**Свойства** для каждого из этих ярлыков." -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "Создание ярлыков на рабочем столе с использованием Windows 10" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -673,7 +727,7 @@ msgstr "" "существует, он будет создан. В следующем примере показано, как создать " "два кошелька с именами ``workwallet.dat`` и ``homewallet.dat``:" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" @@ -681,7 +735,7 @@ msgstr "" "Расположение кошелька 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" @@ -689,11 +743,11 @@ msgstr "" "Расположение кошелька 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "Расположение отдельных файлов кошелька" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -705,11 +759,11 @@ msgstr "" "открывать оба кошелька одновременно нельзя. Чтобы делать это, необходимо " "создать два отдельных каталога данных, как описано ниже." -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "Отдельные каталоги данных" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -730,7 +784,7 @@ msgstr "" "соответствии с описанием выше, затем определите аргументы для " "``datadir``, как показано ниже:" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" @@ -738,7 +792,7 @@ msgstr "" "Расположение каталога данных 1: ``\"C:\\Program Files\\DashCore\\dash-" "qt.exe\" -datadir=C:\\Dash1 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" @@ -746,11 +800,11 @@ msgstr "" "Расположение каталога данных 2: ``\"C:\\Program Files\\DashCore\\dash-" "qt.exe\" -datadir=C:\\Dash2 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "Расположение отдельных каталогов данных" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -768,18 +822,45 @@ msgstr "" "блокчейна, рассмотрите возможность использования SPV или \"лёгкого\" " "кошелька, такого как :ref:`Dash Electrum `." -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "Две копии кошелька Dash Core, запущенные одновременно" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "KeePass" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 77b841ffb..6a54c7597 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dima, 2022\n" "Language: ru\n" @@ -156,7 +156,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -275,10 +275,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -286,56 +288,56 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Вам поступит запрос ввести и подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 #, fuzzy msgid "Enter a password" msgstr "Ввод пароля" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "Подтвердите, что вы хотите зашифровать кошелёк" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "Шифрование паролем кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" "Для того, чтобы зашифровать кошелёк, кликните **Настройки > Зашифровать " "кошелёк** " -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "Шифрование паролем кошелька Dash" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "Вам поступит запрос ввести и подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "Ввод пароля" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -349,7 +351,7 @@ msgstr "" "перезапустите кошелёк Dash Core, то увидите небольшой синий знак замка в " "нижней правой части экрана." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Кошелёк Dash Core полностью зашифрован и синхронизирован" @@ -429,3 +431,21 @@ msgstr "Кошелёк Dash Core полностью зашифрован и си #~ "заблокированным и вы потеряете доступ к" #~ " вашим средствам." +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 45ed2830a..f1743bed3 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language: ru\n" @@ -261,10 +261,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -272,52 +274,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Вам поступит запрос ввести и подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "Введите пароль" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "Подтвердите, что вы хотите зашифровать кошелёк" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "Шифрование паролем кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" "Для того, чтобы зашифровать кошелёк, кликните **Настройки** > " "**Зашифровать кошелёк**. " -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "Шифрование паролем кошелька Dash" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "Вам поступит запрос ввести и подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -330,11 +332,11 @@ msgstr "" "перезапустите кошелёк Dash Core, то увидите небольшой синий знак замка в " "нижней правой части экрана." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Кошелёк Dash Core полностью зашифрован и синхронизирован" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Теперь вы можете начать использовать свой кошелёк для отправки и " @@ -366,3 +368,13 @@ msgstr "" #~ "заблокированным и вы потеряете доступ к" #~ " вашим средствам." +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 22c0e67be..d5fcb32b2 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dima, 2022\n" "Language: ru\n" @@ -143,7 +143,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -154,8 +154,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -325,10 +325,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -336,52 +338,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Вам поступит запрос ввести и подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "Введите пароль" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "Подтвердите, что вы хотите зашифровать кошелёк" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "Шифрование паролем кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" "Для того, чтобы зашифровать кошелёк, нажмите **Настройки > Зашифровать " "кошелёк** " -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "Шифрование паролем кошелька Dash" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "Вам поступит запрос ввести и подтвердить пароль." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -395,11 +397,11 @@ msgstr "" "перезапустите кошелёк Dash Core, то увидите небольшой синий знак замка в " "нижней правой части экрана." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Кошелёк Dash Core полностью зашифрован и синхронизирован" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Теперь вы можете начать использовать свой кошелёк для отправки и " @@ -471,3 +473,31 @@ msgstr "" #~ "заблокированным и вы потеряете доступ к" #~ " вашим средствам." +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 0bcb764f1..61501b5e2 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,28 +1,30 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Leon White , 2022 # Max Aronych , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" +"Language: ru\n" "Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " +"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -30,7 +32,7 @@ msgstr "" "Схема URL, главный публичный ключ и запрос платежа в Dash на вашем iOS " "устройстве" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "dash, кошелёк, ios, отправить, платёж, url, публичный ключ" @@ -39,92 +41,114 @@ msgid "Advanced functions" msgstr "Продвинутые функции" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 +#, fuzzy +msgid "Masternode keys" +msgstr "Главный публичный ключ" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" msgstr "URL-схема" -#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -"iOS позволяет приложениям обмениваться друг с другом информацией через URL-" -"схемы. В кошелёк Dash для iOS внедрена схема dashwallet:// , позволяющая вам" -" запросить кошелёк о завершении транзакции, деноминированной в Dash. На " -"данной странице представлены доступные для этого способы через URL-схему." +"iOS позволяет приложениям обмениваться друг с другом информацией через " +"URL-схемы. В кошелёк Dash для iOS внедрена схема dashwallet:// , " +"позволяющая вам запросить кошелёк о завершении транзакции, " +"деноминированной в Dash. На данной странице представлены доступные для " +"этого способы через URL-схему." -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "Платёж" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "Формат запроса платежа в URL:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "Примечания:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -"``sender`` является одновременно вашим ответным URL и названием приложения, " -"которые вы показываете пользователю. Это сделано для предотвращения фишинга" -" со стороны 3-их лиц." +"``sender`` является одновременно вашим ответным URL и названием " +"приложения, которые вы показываете пользователю. Это сделано для " +"предотвращения фишинга со стороны 3-их лиц." -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "Пользователь увидет что-то вроде этого:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "Запрос платежа в iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" "Если пользователь вводит правильный пароль, то транзакция отправляется и " -"пользователь возвращается в приложение для отправки, следуя ответному URL." +"пользователь возвращается в приложение для отправки, следуя ответному " +"URL." -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "Формат ответного URL:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "Главный публичный ключ" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "Формат запроса главного публичного ключа:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" "Обратите внимание, что профиль пользователя является опциональным и " -"соответствует профилю BIP32/BIP44, большую часть времени его значение должно" -" быть 0. Если профиль не указан, то мы используем профиль 0. При выплнении " -"этого условия, назад отправятся и расширенный публичный ключ " +"соответствует профилю BIP32/BIP44, большую часть времени его значение " +"должно быть 0. Если профиль не указан, то мы используем профиль 0. При " +"выплнении этого условия, назад отправятся и расширенный публичный ключ " "``44’/5’/’`` и ``’``" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "Ответ::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "Получите адрес для платежа" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po index 5b2882bdf..24d41370d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Dima, 2022\n" "Language: ru\n" @@ -87,20 +87,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Установка" @@ -115,22 +114,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "Документация" @@ -144,104 +142,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "Atomic Wallet" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "https://atomicwallet.io" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" -"Atomic Wallet это мультивалютный кошелёк с atomic swap обменами и " -"функционалом децентрализованного выставления ордеров. Кошелёк " -"обеспечивает мощный, безопасный сервис, он прозрачен и надёжен, позволяет" -" сэкономить много времени на работе с крипто-активами." - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" -"Все релизы Atomic Wallet доступны на https://atomicwallet.io - просто " -"скачайте и установите файл, подходящий для вашей системы. Atomic Wallet " -"также доступен на `Google Play Store для Android " -"`__ и " -"скоро будет доступен на Apple App Store для iOS." - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" -"С подробной документацией по Atomic Wallet можно ознакомиться здесь " -"https://atomicwallet.freshdesk.com. Несколько готовых ссылок представлено" -" далее:" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" -"`Как создать кошелёк " -"`_" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" -"`Знакомимся с Atomic Swaps " -"`_" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "Экран Portfolio в Atomic Wallet" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -249,25 +165,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "Cobo" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "https://cobo.com" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -285,14 +201,14 @@ msgstr "" "Кошелёк предлагает уникальную функцию \"стейкинга\", когда пользователи " "могут настроить мастерноду и наслаждаться еженедельными наградами." -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" @@ -300,22 +216,22 @@ msgstr "" "С подробной документацией по Cobo можно ознакомиться здесь: " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "Cobo wallet" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 #, fuzzy msgid "Coin Wallet" msgstr "Cobo wallet" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://evercoin.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -323,7 +239,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -336,7 +252,7 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 #, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " @@ -345,15 +261,15 @@ msgstr "" "С подробной документацией по Cobo можно ознакомиться здесь: " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -367,11 +283,11 @@ msgstr "" " под вашим контролем. Прямо в кошельке доступен мгновенный обменник на " "основе интеграций с ShapeShift и Changelly." -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "Скачать" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -381,7 +297,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" @@ -389,19 +305,19 @@ msgstr "" "С подробной документацией по Coinomi можно ознакомиться здесь: " "https://coinomi.freshdesk.com" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "Кошелёк Coinomi, работающий на Android" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "https://edge.app" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -420,7 +336,7 @@ msgstr "" "интеграция с ShapeShift для обеспечения обмена между различными " "криптовалютами." -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -428,7 +344,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" @@ -436,43 +352,43 @@ msgstr "" "Edge предоставляет детальную документацию о своём функционале по адресу " "https://support.edge.app. В дополнение, вот ещё несколько ссылок:" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "Экраны Edge: приветственный, баланс, получить Dash." -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "Ethos" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "https://www.ethos.io" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -486,7 +402,7 @@ msgstr "" " устройстве. Помимо прочих функций, у него есть удобные для чтения имена " "пользователей, обмен монет ShapeShift  и отслеживание портфеля." -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -495,7 +411,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" @@ -503,47 +419,47 @@ msgstr "" "У Ethos есть подробная документация по всем функциям на " "https://support.ethos.io. Ниже собраны несколько полезных быстрых ссылок:" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "Универсальный Кошелёк Ethos на Android" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -555,7 +471,7 @@ msgstr "" "Mac, Linux и iOS. Осуществлена полная интеграция с ShapeShift, поэтому " "доступен обмен между различными криптовалютами." -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -563,13 +479,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" @@ -577,7 +493,7 @@ msgstr "" "`Как установить Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" @@ -585,19 +501,19 @@ msgstr "" "`Как начать пользоваться Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "Экран Portfolio кошелька Exodus " -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "Guarda" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -612,7 +528,7 @@ msgstr "" "кошелёк. Все ключи хранятся у пользователя, гарантируя тем самым " "безопасность ваших средств." -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -623,7 +539,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " @@ -633,7 +549,7 @@ msgstr "" "https://guarda.freshdesk.com. Здесь также собраны несколько быстрых " "ссылок:" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "Кошелёк Guarda" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -663,7 +579,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -671,34 +587,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -718,7 +634,7 @@ msgstr "" "веб-интерфейс, через приложение можно покупать криптовалюту за фиатные " "деньги." -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -726,7 +642,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " @@ -736,19 +652,19 @@ msgstr "" "присоединяйтесь к `группе Mobi Telegram `_ или " "пишите письма на support@mobi.me." -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "Кошелёк Mobi, работающий на Android" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "Ownbit" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "https://ownbit.io" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " @@ -758,7 +674,7 @@ msgstr "" " мультиподписи и поддержкой Dash. С его помощью можно управлять " "несколькими кошельками и контактами, что облегчает проведение транзакций." -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -766,7 +682,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." @@ -775,19 +691,19 @@ msgstr "" "отправьте e-mail на hi@bitbill.com для контакта со службой поддержки " "Ownbit." -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "Кошелёк Ownbit " -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "Кошелёк Trust" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "https://trustwallet.com" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " @@ -798,7 +714,7 @@ msgstr "" "кошельком с поддержкой Dash, Bitcoin, Ethereum и широкого спектра токенов" " и децентрализованных приложений." -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -806,7 +722,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " @@ -816,19 +732,19 @@ msgstr "" "общения с поддержкой Trust присоединяйтесь к `группе Trust в Telegram " "`_." -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "Кошелёк Trust, работающий на iOS" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -836,7 +752,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -844,25 +760,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "VegaWallet" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -875,7 +791,7 @@ msgstr "" "и источниками курсов, а также предлагает расширенные функциональные " "возможности NFC для платежей." -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -885,7 +801,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -894,26 +810,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "Кошелёк VegaWallet, работающий на iOS" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -921,13 +837,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1236,3 +1152,95 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "Atomic Wallet" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "https://atomicwallet.io" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" +#~ "Atomic Wallet это мультивалютный кошелёк " +#~ "с atomic swap обменами и функционалом" +#~ " децентрализованного выставления ордеров. Кошелёк" +#~ " обеспечивает мощный, безопасный сервис, он" +#~ " прозрачен и надёжен, позволяет сэкономить" +#~ " много времени на работе с " +#~ "крипто-активами." + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" +#~ "Все релизы Atomic Wallet доступны на " +#~ "https://atomicwallet.io - просто скачайте и" +#~ " установите файл, подходящий для вашей " +#~ "системы. Atomic Wallet также доступен на" +#~ " `Google Play Store для Android " +#~ "`__ " +#~ "и скоро будет доступен на Apple " +#~ "App Store для iOS." + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" +#~ "С подробной документацией по Atomic " +#~ "Wallet можно ознакомиться здесь " +#~ "https://atomicwallet.freshdesk.com. Несколько готовых " +#~ "ссылок представлено далее:" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" +#~ "`Как создать кошелёк " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" +#~ "`Знакомимся с Atomic Swaps " +#~ "`_" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "Экран Portfolio в Atomic Wallet" + diff --git a/locale/ru/LC_MESSAGES/index.po b/locale/ru/LC_MESSAGES/index.po index 1ad301dfb..e577f31cd 100644 --- a/locale/ru/LC_MESSAGES/index.po +++ b/locale/ru/LC_MESSAGES/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Андрей Дегтяр , 2018\n" "Language: ru\n" @@ -114,9 +114,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/insight.po b/locale/tl/LC_MESSAGES/docs/user/developers/insight.po index b6e652ac8..f0ec039d2 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -80,7 +80,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -108,3 +108,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po index e991330c7..0e027e2ea 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,27 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: FULL NAME \n" +"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -33,8 +35,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -74,10 +76,11 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -90,10 +93,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -125,9 +128,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -150,9 +153,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -179,17 +182,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -210,8 +214,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -226,98 +231,132 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/integration.po b/locale/tl/LC_MESSAGES/docs/user/developers/integration.po index d48a56bfa..9200a6477 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/integration.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -125,21 +125,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -395,6 +399,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -409,6 +414,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -421,51 +427,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -473,18 +481,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -494,64 +502,202 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -671,3 +817,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/features.po b/locale/tl/LC_MESSAGES/docs/user/introduction/features.po index 143fdda8b..81cfd0f34 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/features.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language: tl\n" @@ -171,13 +171,13 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -206,7 +206,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -945,7 +945,7 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" +msgid "10" msgstr "" #: ../../docs/user/introduction/features.rst:491 @@ -977,7 +977,7 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" +msgid "12 (Current)" msgstr "" #: ../../docs/user/introduction/features.rst:495 @@ -1426,3 +1426,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/information.po b/locale/tl/LC_MESSAGES/docs/user/introduction/information.po index ef3f65f58..b29134f39 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/information.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -56,710 +56,582 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" msgstr "" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +msgid "https://dash.tokenview.io" +msgstr "" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +msgid "https://www.coingecko.com/en/coins/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -768,11 +640,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -781,11 +653,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -793,22 +665,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -816,11 +688,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -828,7 +700,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -838,11 +710,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -851,11 +723,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -863,21 +735,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -888,22 +760,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -915,11 +787,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -929,11 +801,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -943,11 +815,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -958,22 +830,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -981,11 +853,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -994,11 +866,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1010,11 +886,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1022,11 +898,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1040,11 +916,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1052,11 +928,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1072,11 +948,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1090,61 +966,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1152,11 +1028,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1166,21 +1042,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1192,22 +1068,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1217,11 +1093,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1230,32 +1106,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1265,11 +1141,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1288,11 +1164,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1301,11 +1177,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1317,15 +1193,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1334,7 +1210,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1344,7 +1220,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1355,7 +1231,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1369,7 +1245,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1381,7 +1257,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1395,11 +1271,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1411,11 +1287,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1426,11 +1302,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1438,11 +1314,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1457,15 +1333,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1473,20 +1349,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1498,22 +1374,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1526,11 +1402,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1538,39 +1414,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1582,11 +1458,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1597,18 +1473,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1617,27 +1493,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1655,11 +1531,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1667,11 +1543,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1680,39 +1556,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1721,11 +1597,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1734,11 +1610,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1750,28 +1626,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1779,19 +1655,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1803,22 +1679,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1827,11 +1703,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1839,22 +1715,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1868,11 +1744,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1883,22 +1759,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1907,11 +1783,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1925,11 +1801,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1939,11 +1815,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1951,11 +1827,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1966,21 +1842,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1988,33 +1864,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2024,22 +1900,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2056,29 +1932,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2086,21 +1962,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2111,82 +1987,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2195,31 +2071,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2227,11 +2103,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2241,3 +2117,125 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index d8392aecf..000000000 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,57 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po index 695f14726..135f0ab40 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 05082e208..b93265811 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index ef7410b59..1aa42d343 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -328,29 +328,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -358,94 +362,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -455,11 +459,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -471,50 +475,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -523,7 +527,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -533,18 +537,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -556,24 +560,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -581,7 +585,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -589,28 +593,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -618,14 +622,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -634,65 +638,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -700,28 +704,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -732,16 +736,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -750,23 +754,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -776,15 +780,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -792,241 +796,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1035,7 +1082,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1046,25 +1093,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1412,3 +1459,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po index 2fb84b8f8..0940c6304 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -109,12 +109,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -127,13 +127,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -142,7 +142,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -162,7 +162,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -423,24 +423,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -774,3 +774,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po index acf9f5bc5..99aa1bb28 100644 --- a/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index daf645a78..a5b280ea2 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" +"Last-Translator: FULL NAME \n" +"Language: tl\n" "Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -37,15 +39,16 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -54,11 +57,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -71,251 +74,271 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 03a27b8d3..75abb17ea 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -73,93 +73,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -170,85 +220,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -257,13 +307,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -272,23 +322,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -296,51 +346,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -351,11 +401,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -366,13 +416,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -380,25 +430,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -406,62 +456,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -470,61 +520,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -532,7 +582,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -543,11 +593,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -556,11 +606,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -570,23 +620,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -594,11 +644,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -610,23 +660,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -636,18 +686,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 3f72fae4a..3440a7281 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -142,7 +142,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -240,10 +240,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -251,52 +253,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -304,7 +306,7 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" @@ -397,3 +399,21 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index e48601a1b..dbfc37c66 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -214,10 +214,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -225,49 +227,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -275,11 +277,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -310,3 +312,13 @@ msgstr "" #~ " access to your funds." #~ msgstr "" +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index b74c1e028..3655daf9d 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -124,7 +124,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -135,8 +135,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -271,10 +271,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -282,49 +284,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -332,11 +334,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -434,3 +436,31 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 42acad84e..a01186fbd 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" +"Last-Translator: FULL NAME \n" +"Language: tl\n" "Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -32,78 +34,97 @@ msgid "Advanced functions" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" + diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po index f6a16715f..959af4909 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -63,20 +63,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "" @@ -91,22 +90,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "" @@ -120,86 +118,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -207,25 +141,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -236,33 +170,33 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 msgid "https://coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -270,7 +204,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -283,21 +217,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -306,11 +240,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -320,25 +254,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -349,7 +283,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -357,49 +291,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -408,7 +342,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -417,53 +351,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -471,7 +405,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -479,37 +413,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -518,7 +452,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -529,33 +463,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -563,7 +497,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -571,34 +505,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -609,7 +543,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -617,33 +551,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -651,32 +585,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -684,26 +618,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -711,7 +645,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -719,25 +653,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -745,7 +679,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -755,7 +689,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -764,26 +698,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -791,13 +725,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1040,3 +974,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/tl/LC_MESSAGES/index.po b/locale/tl/LC_MESSAGES/index.po index f3ff15cdb..fa519212e 100644 --- a/locale/tl/LC_MESSAGES/index.po +++ b/locale/tl/LC_MESSAGES/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: FULL NAME \n" "Language: tl\n" @@ -106,9 +106,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/insight.po b/locale/vi/LC_MESSAGES/docs/user/developers/insight.po index 59f9c5630..686894259 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: vi\n" @@ -81,7 +81,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -109,3 +109,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po index d16504b97..e38cb70b6 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # Kien Bui , 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Kien Bui , 2023\n" -"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: vi\n" +"Language-Team: Vietnamese " +"(https://app.transifex.com/dash/teams/37570/vi/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -37,8 +38,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -78,10 +79,11 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -94,10 +96,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -129,9 +131,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -154,9 +156,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -183,17 +185,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -214,8 +217,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -230,98 +234,132 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/integration.po b/locale/vi/LC_MESSAGES/docs/user/developers/integration.po index 7e50b2bfc..cf0a126a5 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/integration.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -129,21 +129,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -399,6 +403,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "Khả năng xác định \"Tình trạng InstantSend\" của một giao dịch." #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -415,6 +420,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -427,18 +433,20 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" @@ -446,34 +454,34 @@ msgstr "" "Những thông báo sau là liên quan đến việc nhận dạng những giao dịch và " "các instantlocks tương ứng của chúng:" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -481,18 +489,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "Quảng bá về các giao dịch InstantSend" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -508,7 +516,7 @@ msgstr "" "được xem như là đã được xác thực. Đây là trường hợp mà ít nhất một trong " "các điều kiện sau là đúng:" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" @@ -516,28 +524,30 @@ msgstr "" "giao dịch trước đó được tham chiếu đên bởi đầu vào được xác nhận với 6 " "khối." -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "giao dịch trước đó được xác nhận thông qua một khoá InstantSend trước hơn" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "Những tài nguyên bổ sung" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " @@ -546,30 +556,171 @@ msgstr "" "Những tài nguyên sau cung cấp thêm thông tin về InstantSend và có ý định " "giúp cung cấp sự hiểu biết đầy đủ về những công nghệ nền ở dưới." -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +#, fuzzy +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "Nhận một giao dịch InstantSend đứng trước hai yêu cầu:" + +#: ../../docs/user/developers/integration.rst:298 +#, fuzzy +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "Khả năng xác định \"Tình trạng InstantSend\" của một giao dịch." + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +#, fuzzy +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" +"Những thông báo sau là liên quan đến việc nhận dạng những giao dịch và " +"các instantlocks tương ứng của chúng:" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -689,3 +840,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/features.po b/locale/vi/LC_MESSAGES/docs/user/introduction/features.po index 1c7648600..8d3aafe61 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/features.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2023\n" "Language: vi\n" @@ -203,13 +203,14 @@ msgstr "" "phí giao dịch trong tương lai." #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "Masternode" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -239,7 +240,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -1157,8 +1158,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1189,8 +1191,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1721,3 +1723,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/information.po b/locale/vi/LC_MESSAGES/docs/user/introduction/information.po index 4a97bd3db..f9e8c30a6 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/information.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -63,317 +63,263 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "**Tài liệu cho người dùng:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -msgstr "**Tài liệu về Dash Platform:** https://dashplatform.readme.io" +#, fuzzy +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" +msgstr "**Tài liệu cho người dùng:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**Quỹ Dash:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub:** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution):** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIPs:** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "Các site cộng đồng" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "https://dashdevs.org" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "https://dashthailand.org" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "https://www.dashnation.com" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "http://thedashbrain.com" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "Diễn đàn" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" "**Chủ đề thảo luận trên BitcoinTalk:** " "https://bitcointalk.org/index.php?topic=421615.0" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "Chat" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" "**Discord dành cho các nhà phát triển Dash Dapp:** " "https://chat.dashdevs.org" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "**Dash English Telegram:** https://t.me/dash_chat" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "**Dash Nga Telegram:** https://telegram.me/Dash_Ru" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "**Rô bốt tin tức Dash trên Telegram:** https://telegram.me/dashnews" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "**QQ 达世币官方群 DASH.China:** 419967021" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "**Freenode IRC:** #dashpay" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "Mạng xã hội" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "**Reddit:** https://www.reddit.com/r/dashpay" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "**Twitter:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "**Steemit:** https://steemit.com/@dashpay" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "**YouTube:** https://www.youtube.com/c/DashOrg" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "**Soundcloud:** https://soundcloud.com/dashpay" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "**Minds:** https://www.minds.com/Dashpay" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "Facebook" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "**Tiếng Anh (Official):** https://www.facebook.com/DashPay" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "**Brazil:** https://www.facebook.com/DashBrazil" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "**Đan Mạch:** https://www.facebook.com/DashDenmark" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "**Đức:** https://www.facebook.com/dashgermany" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "**Hy Lạp:** https://www.facebook.com/DashGreece" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "**Ba Lan:** https://www.facebook.com/Dash.Polska" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "**Nga:** https://www.facebook.com/Dash.Russia" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "**Thailand:** https://www.facebook.com/groups/dashembassythailand" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "**Vietnam:** https://www.facebook.com/dashvietnam" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "Twitter" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Tài khoản chính thức của Dash:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#: ../../docs/user/introduction/information.rst:103 +#, fuzzy +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "**Ryan Taylor, CEO của Dash Core Group:** https://twitter.com/RTaylor05" -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" -msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" @@ -381,64 +327,31 @@ msgstr "" "**Joël Valenzuela, Tổng biên tập, Dash Force News:** " "https://twitter.com/TheDesertLynx" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" -"**Mark Mason, Giám đốc Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" -"**Amanda B. Johnson, Một fan cuồng của Dash và là nhà thầu được Dash cấp " -"vốn:** https://twitter.com/AmandaB_Johnson" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" -"**Tao of Satoshi, Sáng lập của Dash Nation và nhà thầu được cấp vốn bởi " -"Dash DAO:** `https://twitter.com/Dash_Nation " -"`__" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "**とみ三(Samurai33), Dash Nhật Bản:** https://twitter.com/samurai3311" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "Tin tức" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "**Dash News En Español:** https://dashnewsespanol.com" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" @@ -446,55 +359,39 @@ msgstr "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "**Dash News Korea:** https://dashnewskorea.com" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "**Cointelegraph:** https://cointelegraph.com/tags/dash" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "**Dash News Germany:** https://dash-news.de" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "**Dash Việt Nam:** https://dashvn.blogspot.com" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "**Dash France:** https://dashfrance.com/" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "**Dash News China (Wechat):** dashnews (or scan QR below)" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "Blogs" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "**Blog của Evan Duffield:** https://medium.com/@eduffield222" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "**Dashdot:** https://dashdot.io/alpha/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "Wikipedia" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" @@ -502,15 +399,15 @@ msgstr "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "Chưa kích hoạt" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "**Diễn đàn Bitcoin.com:** https://forum.bitcoin.com/dash-f67" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" @@ -518,147 +415,145 @@ msgstr "" "**Trang Crypto-city.com:** https://www.crypto-city.com/index.php/dash-" "dash-coin" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "**Diễn đàn Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "Công cụ" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "Khám phá khối, thống kê và trực quan hoá" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "https://www.coinexplorer.net/dash" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashdevs.org" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "Công cụ ngân quỹ" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "Quản lý Masternode" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" -msgstr "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" +msgstr "https://www.coinexplorer.net/dash" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "Dự án cộng đồng Dash" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "Các trang trên mạng Darknet" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (Ảnh của trang chính trên Darknet):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " @@ -668,57 +563,49 @@ msgstr "" "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "Ứng dụng trên di động" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "Android" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -726,15 +613,11 @@ msgstr "" "**Ví Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" @@ -742,13 +625,7 @@ msgstr "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" @@ -756,11 +633,7 @@ msgstr "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -768,19 +641,11 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -788,7 +653,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -796,15 +661,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "Thuật ngữ" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "Tấn công 51%" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -818,11 +683,11 @@ msgstr "" "mạng. Điều này có nghĩa là mọi phần mềm trên mạng đều tin vào mã băm " "trong khối giao dịch của kẻ tấn công." -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "Địa chỉ" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -837,11 +702,11 @@ msgstr "" "khoá được dùng bởi người dùng Dash để ký số cho các giao dịch (xem thêm " "phần Mã công khai)." -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "Thuật toán" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -853,11 +718,11 @@ msgstr "" "động độc lập để thực hiện một nhiệm vụ nào đó. Thuật toán thực hiện các " "phép tính toán, xử lý dữ liệu và/hoặc các nhiệm vụ suy luận tự động." -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "Altcoin" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " @@ -867,11 +732,11 @@ msgstr "" " được coi là tham chiếu. Một đồng altcoin, hay còn gọi là đồng tiền thay " "thế, là bất kỳ loại tiền điện tử nào khác ngoài Bitcoin." -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "AML" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -884,11 +749,11 @@ msgstr "" "thuật. Các nhà làm luật thường áp dụng các kỹ thuật AML vào các sàn giao " "dịch Dash." -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -900,7 +765,7 @@ msgstr "" " là một tập hợp các đoạn mã được tái sử dụng, các giao thức, và các công " "cụ dùng để xây dựng nên phần mềm và ứng dụng." -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -916,11 +781,11 @@ msgstr "" " chương trình dễ dàng hơn bằng việc cung cấp tất cả các thành phần xây " "dựng, mà nó có thể được lắp ghép lại với nhau bởi các lập trình viên." -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -933,11 +798,11 @@ msgstr "" " tiêu chung. Ví dụ, một chip được thiết kế để ghi âm số hoá hoặc để " ":ref:`đào Dash với hiệu suất cao ` là một ASIC." -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -950,11 +815,11 @@ msgstr "" "hoặc 'Dash AVMS'. Dash được hỗ trợ trên một số loại :ref:`ATMs `." -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "Backlog" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." @@ -962,11 +827,11 @@ msgstr "" "Backlog thường nói đến một sự tích luỹ theo thời gian chờ đợi công việc " "được hoàn thành hoặc các đơn hàng được hoàn thành." -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "Sao lưu" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -984,11 +849,11 @@ msgstr "" "phòng cho tiền trong ví của bạn, và nếu bạn có bị mất ví, bạn cũng có thể" " khôi phục tiền của mình từ bản sao lưu." -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "Bitcoin 2.0" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " @@ -999,11 +864,11 @@ msgstr "" "nó sang một mức cao hơn của các dự án Blockchain (Hợp đồng thông minh, Bỏ" " phiếu phi tập trung,...)" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "Blockchain" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -1024,11 +889,11 @@ msgstr "" "khối có chứa những thông tin được gắn dấu thời gian và liên kết với một " "khối trước đó." -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "Khối" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -1044,11 +909,11 @@ msgstr "" "biết với cái tên \"thợ mỏ\" là những người dùng các phần mềm và phần cứng" " được thiết kế đặc biệt cho mục đích tạo các khối." -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -1064,11 +929,11 @@ msgstr "" "phương pháp mạnh mẽ để giảm bớt nguy cơ của tấn công 51%, mà nó có thể " "dẫn đến tình trạng tiêu nhiều lần." -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "Cloud Wallet" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -1087,11 +952,11 @@ msgstr "" " các khoá riêng. Chúng tôi không khuyên bạn để một lượng lớn tiền trên " "các ví online." -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "Giao dịch tạo coin" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " @@ -1101,11 +966,11 @@ msgstr "" " vào một đầu vào đơn mà ở đó tạo thành phần thưởng khối. Nó được tách " "giữa thợ mỏ và và một masternode đã được chọn." -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "Lưu trữ lạnh" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -1117,11 +982,11 @@ msgstr "" "cứng chuyên biệt, một thẻ nhớ USB, hoặc một :ref:`ví giấy `." -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "Giao dịch (đã được) xác thực" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -1135,11 +1000,16 @@ msgstr "" "thể được xem là hoàn chỉnh và không thể đảo ngược được. Số lượng xác thực" " được tăng lên theo số lượng khối được thêm vào blockchain." -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "Số xác thực" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +#, fuzzy +msgid "confirmations" +msgstr "Không xác thực" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1158,11 +1028,11 @@ msgstr "" "lặp) giảm theo cấp số nhân với mỗi khối và xác thực tiếp theo. Sáu xác " "thực nói chung được coi là \"an toàn\" và không thể đảo ngược." -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "Giao dịch đã được xác thực" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1174,11 +1044,11 @@ msgstr "" "tiền có thể được coi là không thể đảo ngược được chỉ sau một vài giây, " "nhưng vẫn cần được viết vào blockchain (và sau đó \"được xác thực\")." -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1202,11 +1072,11 @@ msgstr "" "thành phần cốt lõi của máy tính với các thành phần bên ngoài như bộ nhớ " "chính và mạch vào ra." -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "Tiền số" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1219,11 +1089,11 @@ msgstr "" " toàn cho các giao dịch và kiểm soát việc tạo ra những đơn vị tiền tệ " "mới." -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "Mật mã học" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1252,11 +1122,11 @@ msgstr "" "dụng của mật mã bao gồm thẻ ATM, mật khẩu máy tính, và thương mại điện " "tử." -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1270,11 +1140,11 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." @@ -1282,11 +1152,11 @@ msgstr "" "Giao thức ứng dụng phi tập trung. Thuật ngữ này mô tả một ứng dụng chạy " "bên trên của nền tảng Dash DAPI." -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "Phần mềm trạm cuối DAP" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." @@ -1294,11 +1164,11 @@ msgstr "" "Một phần mềm đầu cuối HTTP kết nối với DAPI để cho phép người dùng " "blockchain Dash có thể đọc và viết dữ liệu vào DAP Space của họ." -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "DAP Schema" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." @@ -1306,11 +1176,11 @@ msgstr "" "Tài liệu Dash Schema mở rộng Dash System Schema để xác định dữ liệu và " "quy tắc đồng thuận trong một hợp đồng DAP." -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "DAP Space" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." @@ -1319,11 +1189,11 @@ msgstr "" " nhất định. Dữ liệu trong DAP Space chỉ có thể được thay đổi bởi người " "chủ của nó." -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "DAP State" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." @@ -1331,11 +1201,11 @@ msgstr "" "Tổng số các tập hợp dữ liệu được lưu trữ trên DAP. Dữ liệu này bao gồm " "các không gian DAP của người dùng." -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1347,11 +1217,11 @@ msgstr "" "API, nhưng với nhóm các masternode hoạt động trong vai trò là điểm cuối " "cho các giao tiếp API." -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "Dark Gravity Wave" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1367,11 +1237,11 @@ msgstr "" " sinh khối với khoảng thời gian tương đối đồng nhất, thậm chí ngay cả khi" " tổng tốc độ băm dao động mạnh, mà không phải gánh chịu lỗi bù-thời-gian." -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "Darkcoin" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." @@ -1379,11 +1249,11 @@ msgstr "" "Dash ban đầu được công bố với cái tên là XCoin và sau đó đổi tên thành " "Darkcoin rồi cuối cùng đổi thành Dash." -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "Dash" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1395,11 +1265,11 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "DashDrive" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " @@ -1409,11 +1279,11 @@ msgstr "" "liệu không trên blockchain mà cần thiết cho Evolution. DashDrive sử dụng " "`IPFS `_, một loại hệ thống lưu trữ file phân tán." -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "Phần mềm Dash" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1429,11 +1299,11 @@ msgstr "" "truyền bá những giao dịch mới cho toàn bộ mạng lưới, tạo nên một hạ tầng " "phi tập trung mạnh mẽ." -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Ví Dash Core" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1442,11 +1312,11 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " @@ -1457,11 +1327,11 @@ msgstr "" "vẫn giữ được đặc tính phi tập trung. Hãy xem trang :ref:`Evolution " "` để có thêm thông tin." -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "Dash Schema" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." @@ -1469,11 +1339,11 @@ msgstr "" "Một ngôn ngữ đặc tả dựa trên JSON cho việc định nghĩa và xác thực dữ liệu" " đồng thuận trong Evolution." -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "DDoS" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1490,11 +1360,11 @@ msgstr "" "dịch vụ cho những người dùng hợp pháp. Các sàn giao dịch Dash đôi khi bị " "những đợt tấn công DDoS như vậy." -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "Phi tập trung" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1526,11 +1396,11 @@ msgstr "" "để bàn hầu như được nghỉ ngơi gần như hầu hết thời gian. Tuy vậy, vẫn có " "những tranh cãi rằng những mạng lưới đó đã tăng hiệu suất tổng thể." -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "Ví trên máy tính" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1544,11 +1414,11 @@ msgstr "" " Dash Core ` / :ref:`Ví Dash Electrum ` / :ref:`Các ví cứng `" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "Độ khó" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1568,15 +1438,15 @@ msgstr "" "biết đến và đã có máy đào ASIC chuyên biệt dành riêng nên làm cho độ khó " "của nó càng ngày càng tăng." -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "Ví số" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "Xem :ref:`đường link này ` để có tài liệu đầy đủ về các ví." -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1590,7 +1460,7 @@ msgstr "" " bạn không bao giờ bị mất quyền truy cập đến Dash của mình. Các ví số có " "thể tồn tại với rất nhiều kiểu và trên nhiều thiết bị." -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1606,7 +1476,7 @@ msgstr "" "file ví của mình để đảm bảo rằng bạn không bị mất quyền truy cập đến " "nguồn tiền của mình." -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1624,7 +1494,7 @@ msgstr "" "tiền của mình. Vì lý do an toàn với điện thoại di động, chúng tôi khuyên " "bạn không nên để khoản tiền lớn ở trong ví này." -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1648,7 +1518,7 @@ msgstr "" "máy rằng bạn KHÔNG nên lưu giữ một lượng lớn Dash trên bất kỳ ví online " "hoặc sàn giao dịch tiền số nào." -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1668,7 +1538,7 @@ msgstr "" "vẫn giữ chúng được bảo vệ an toàn. Ví cứng được nhiều người công nhận là " "cách lưu trữ an toàn nhất đối với Dash của bạn." -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1693,11 +1563,11 @@ msgstr "" " toàn cho việc lưu trữ lâu (nhiều năm) bởi vì thiết bị điện tử có thể bị " "hỏng vì thời gian." -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1717,11 +1587,11 @@ msgstr "" "đồ ngưỡng BLS M-của-N và sinh khoá phân tán, nó là một triển khai của " "phương pháp chia sẻ bí mật của Shamir." -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "Chữ ký số" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1739,11 +1609,11 @@ msgstr "" " khoá riêng của mình, để chứng minh rằng ví dụ, mình là sở hữu của một " "địa chỉ Dash nào đó." -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "Ví Electrum" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1751,11 +1621,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "Mã hoá" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1782,15 +1652,15 @@ msgstr "" "hiện đại được thiết kế tốt như AES256 cơ bản được cho là \"không thể phá " "vỡ được\"." -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "Dịch vụ ký quỹ" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "Một `dịch vụ uỷ thác `_ là:" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1801,7 +1671,7 @@ msgstr "" "tài liệu cho các bên giao dịch chính, mà việc giải ngân phụ thuộc vào các" " điều kiện đã được các bên giao dịch thỏa thuận; hoặc là" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " @@ -1811,7 +1681,7 @@ msgstr "" "cho người môi giới chính hoặc một người khác cho đến khi kết thúc hoặc " "chấm dứt một giao dịch; hoặc là" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." @@ -1819,7 +1689,7 @@ msgstr "" "một tài khoản ủy thác được giữ trong tên của người vay để trả các nghĩa " "vụ như thuế tài sản và phí bảo hiểm." -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1838,11 +1708,11 @@ msgstr "" "điều khoản của thỏa thuận, họ sẽ chuyển tiền và hàng (hoặc tiền điện tử) " "được mua cho bên thích hợp." -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " @@ -1852,11 +1722,11 @@ msgstr "" " phát minh ra X11, InstantSend và PrivateSend. Trước khi tạo ra Dash, " "Evan là một chuyên gia tư vấn tài chính và sở hữu chứng chỉ Series 65." -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "Sàn giao dịch" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1879,11 +1749,11 @@ msgstr "" "dụng một phương tiện xử lý giao dịch để có thể trao đổi tức thời ra tiền " "thông thường tại thời điểm của mỗi giao dịch." -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "Faucet" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1896,11 +1766,11 @@ msgstr "" "lại họ phải hoàn thành việc gõ captcha hoặc công việc nào đó được mô tả " "bởi website/app đó. " -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "Fiat Gateway" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" @@ -1908,11 +1778,11 @@ msgstr "" "`TiềnFiat `_ được định nghĩa " "với rất nhiều cách như:" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "Bất kỳ khoản tiền nào được chính phủ tuyên bố là hợp pháp." -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." @@ -1921,21 +1791,21 @@ msgstr "" "khác theo luật cũng như không cố định về giá trị theo bất kỳ tiêu chuẩn " "khách quan nào." -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" "Tiền không có giá trị nguyên thuỷ nhưng được sử dụng là tiền bởi vì nó " "được quyết định bởi chính phủ." -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "Ví dụ gồm có đô la Mỹ, Euro, Yên Nhật, đồng Việt Nam và vân vân." -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "Fintech" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1956,11 +1826,11 @@ msgstr "" "dụng công nghệ blockchain, đây là công nghệ giống như công nghệ nền tảng " "cho Dash và Bitcoin." -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "Fork" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1979,7 +1849,7 @@ msgstr "" "dạng chung là hợp lệ. Phân nhánh hay còn gọi Fork là có thể, tuy nhiên, " "nó cực kỳ nguy hiểm và tốt nhất là nên tránh." -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " @@ -1989,11 +1859,11 @@ msgstr "" "sử dụng một hệ thống Fork đa giai đoạn (“:ref:`Spork `”) nhằm cho" " có sự linh hoạt và an toàn hơn." -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "Full Nodes" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -2008,29 +1878,29 @@ msgstr "" "bất kỳ người dùng nào cũng có thể kiểm tra kép tính hợp lệ của " "blockchain." -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "Tính có thể thay thế" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" "Mọi đơn vị của đồng tiền đều có giá trị hoàn toàn giống với cùng một " "trong những đơn vị khác của đồng tiền." -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "Khối khởi tạo" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "Khối đầu tiên trong blockchain." -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -2062,11 +1932,11 @@ msgstr "" "thậm chí cùng một chỗ với CPU hoặc trên đế của CPU. Các loại tiền số cũng" " sử dụng các thuật toán đào một cách rất hiệu quả trên các GPU." -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "Ví cứng" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -2078,11 +1948,11 @@ msgstr "" " không được phơi bày lên mạng Internet. Bạn vẫn có thể ký cho các giao " "dịch như bình thường, điều này làm cho nó vừa an toàn vừa thuận tiện." -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "Hash" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -2096,11 +1966,11 @@ msgstr "" " được đầu vào chỉ bằng việc dựa vào đầu ra. Thứ hai, thay đổi thậm chí " "một chút xíu trong đầu vào sẽ tạo ra đầu ra hoàn toàn khác." -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "Tốc độ băm" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." @@ -2108,11 +1978,11 @@ msgstr "" "Số các phép băm có thể được thực hiện bởi một thợ mỏ Dash trong một " "khoảng thời gian nhất định (thường là một giây)." -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." @@ -2120,19 +1990,19 @@ msgstr "" "Máy chủ cung cấp thông tin dùng cho việc khám phá khối và đáp ứng các yêu" " cầu truy vấn giao dịch." -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "Xem InstantSend" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "InstantSend" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -2146,11 +2016,11 @@ msgstr "" "được xác thực một cách đầy đủ, giao dịch sử dụng InstantSend được " "\"khoá\" và không thể đảo ngược được chỉ sau một vài giây." -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "Tính thanh khoản" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -2164,11 +2034,11 @@ msgstr "" "trường không thanh khoản là sự biến động giá cả, và không có khả năng dễ " "dàng xác định giá trị của một tài sản." -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -2189,11 +2059,11 @@ msgstr "" "quorum. Nhiệm vụ chính của một LLMQ là để thực hiện ký ngưỡng cho các " "thông điệp liên quan đến sự đồng thuận." -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "Masternode" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" @@ -2203,17 +2073,17 @@ msgstr "" " mà nó thực hiện các dịch vụ cho mạng lưới và được trả một phần trong " "phần thưởng khối. Masternode cần phải chứng minh sở hữu 1000 DASH." -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "Đào coin" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -2221,19 +2091,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "Ví di động" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "Những ví này có sẵn cho các thiết bị di động (iOS + Android)." -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "Đa chữ ký" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -2252,11 +2122,11 @@ msgstr "" "giao dịch và những tổ chức khác mà họ có giữ một lượng lớn tiền kỹ thuật " "số, và điều này làm cho việc đánh cắp tiền số khó khăn hơn." -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "Nút" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " @@ -2266,11 +2136,11 @@ msgstr "" "mềm mà có tải xuống đầy đủ toàn bộ blockchain và phục vụ cho các phần mềm" " khác trên mạng lưới mạng ngang hàng của Dash." -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -2284,11 +2154,11 @@ msgstr "" "người muốn mua hoặc bán một lượng lớn tiền số và sợ rằng khi mua hoặc bán" " lớn như vậy trên sánex làm thay đổi giá (nó được gọi là \"slippage\")" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -2300,11 +2170,11 @@ msgstr "" "kết nối thay thế cho kiểu kết nối thông qua một điểm trung tâm, là cách " "mà mỗi bên giao dịch với nhau đều cần thông qua một điểm trung gian." -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "Ví in trên giấy" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -2314,11 +2184,11 @@ msgstr "" "giấy cho mục tiêu an toàn. Nếu nó được cất giữ một cách đảm bảo thì nó có" " thể được coi là một trong những cách cất giữ tiền số an toàn nhất." -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "Tính riêng tư" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -2332,11 +2202,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "Khoá riêng" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -2354,22 +2224,22 @@ msgstr "" "chi tiêu Dash, nên điều rất quan trọng là làm sao bảo quản nó được an " "toàn và bí mật." -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "PrivateSend" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "Proof of Service - PoSe" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -2383,11 +2253,11 @@ msgstr "" "masternode có thể tham gia hoặc di chuyển trong một danh sách toàn cầu và" " thậm chí tham gia bể lựa chọn để có thể nhận được thanh toán." -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "Proof of Stake - PoS" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -2410,11 +2280,11 @@ msgstr "" "điện, nên trong trường hợp tấn công thì thực ra nó có lợi cho các nút khi" " họ \"bỏ phiếu\" chấp nhận cả chuỗi hợp pháp và chuỗi của kẻ tấn công." -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "Proof of Work - PoW" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -2430,11 +2300,11 @@ msgstr "" "cũng có thể thêm các khối vào chuỗi và các nút trên mạng sẽ không bao giờ" " đồng ý được với nhau rằng chuỗi nào là hợp lệ." -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "Khoá công khai" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -2447,11 +2317,11 @@ msgstr "" "thông điệp, còn khoá công khai lại được dùng để kiểm tra xem chữ ký đó có" " phải là hợp lệ hay không." -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "Bơm và Xả" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -2469,11 +2339,11 @@ msgstr "" "sụp đổ. Điều này rất hay xảy ra khi thị trường ở giai đoạn có lượng giao " "dịch thanh khoản thấp, như các loại altcoin." -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "Quorum" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." @@ -2481,11 +2351,11 @@ msgstr "" "Nhóm các masternode ký hoặc bỏ phiếu cho một số hoạt động, với việc hình " "thành nhóm được xác định bởi các thuật toán xác định." -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "Mã QR" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2496,11 +2366,11 @@ msgstr "" "liệu. Mã QR được thiết kế để quét bằng máy ảnh, bao gồm loại trên điện " "thoại di động, và mã QR thường được sử dụng để mã hóa địa chỉ Dash." -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "Satoshi Nakamoto" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " @@ -2510,11 +2380,11 @@ msgstr "" "tên được dùng bởi một người hoặc nhóm người đã thiết kế ra Bitcoin và lập" " trình ra phiên bản đầu tiên của phần mềm này." -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " @@ -2524,11 +2394,11 @@ msgstr "" "liệu được sử dụng bởi các lập trình viên để tạo ra các ứng dụng nhắm đến " "một nền tảng phần cứng hoặc phần mềm nhất định." -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "Báo hiệu" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2544,11 +2414,11 @@ msgstr "" "một giao thức cụ thể và/hoặc bằng cách thiết lập một bit thể hiện phiên " "bản phần mềm cụ thể trong khối được khám phá." -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "Xem trạng thái" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" @@ -2559,11 +2429,11 @@ msgstr "" "Evolution để xác định nhữn gì sẽ được hiển thị, ví dụ như một ví xã hội " "chẳng hạn." -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "Spork" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2594,11 +2464,11 @@ msgstr "" "riêng của họ. Nếu có vấn đề phát sinh, mã có thể bị vô hiệu hóa theo cách" " tương tự, mà không cần quay ngược lại toàn bộ hoặc cập nhật phần mềm. " -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "Tainted Coins" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." @@ -2606,19 +2476,19 @@ msgstr "" "Vết là việc đo lường liên quan giữa hai địa chỉ (ví). Nó chỉ quan trọng " "nếu người dùng cố gắng giữ tính ẩn danh." -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "Test Dash, được sử dụng trên mạng :ref:`testnet `." -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "Testnet" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2631,11 +2501,11 @@ msgstr "" "giống như trên mạng chính thức trong một môi trường an toàn để nếu có lỗi" " hoặc fork xảy ra thì cũng không gây hại." -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." @@ -2643,11 +2513,11 @@ msgstr "" "Một giao thức định tuyến ẩn danh được sử dụng bởi những người muốn danh " "danh tính trực tuyến của họ." -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "Giao dịch" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2665,11 +2535,11 @@ msgstr "" "`_, và nó có thể" " được sử dụng để, ví dụ như quản lý người dùng." -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "Khối giao dịch" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." @@ -2677,11 +2547,11 @@ msgstr "" "Một tập hợp các giao dịch trên mạng lưới Dash, được tập hợp thành một " "khối và sau đó được băm và đưa vào blockchain." -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "Phí giao dịch" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " @@ -2691,11 +2561,11 @@ msgstr "" "trên mạng lưới Dash. Phí giao dịch này được trao cho thợ mỏ đã băm thành " "công khối có chứa giao dịch liên quan" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "Giao dịch chưa được xác thực" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " @@ -2706,19 +2576,19 @@ msgstr "" "chưa được xác thực thì có thể bị đảo ngược và chưa nên coi nó là \"an " "toàn\"." -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "Địa chỉ hư ảo" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "Một địa chỉ Dash với một mẫu mong muốn, như là một cái tên." -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "Dash Trinh tiết" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" @@ -2727,11 +2597,11 @@ msgstr "" "một masternode. Nó chưa từng được chi tiêu ở đâu cả thì gọi là \"trinh " "tiết\"." -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "Biến động tỷ giá" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." @@ -2739,11 +2609,11 @@ msgstr "" "Việc đo lường biến động giá theo thời gian cho một tài sản tài được giao " "dịch (bao gồm cả Dash)." -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "Ví" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " @@ -2753,11 +2623,11 @@ msgstr "" "riêng liên hệ với các địa chỉ Dash. Blockchain là danh sách ghi lại những" " số dư Dash (và các giao dịch) liên kết với những địa chỉ đó." -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "Cáo bạch" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2771,11 +2641,11 @@ msgstr "" "đơn vị phát hành. Điều này có nghĩa sẽ giúp người đọc hiểu về vấn đề, " "cách giải quyết vấn đề, và ra quyết định." -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." @@ -2783,11 +2653,11 @@ msgstr "" ":ref:`X11 ` là một thuật toán băm được tạo bởi người " "phát triển Dash Core là Evan Duffield." -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "Không xác thực" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." @@ -2796,11 +2666,11 @@ msgstr "" "thuật thì nó có thể đảo ngược lại được (trừ khi InstantSend được sử " "dụng)." -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2812,11 +2682,11 @@ msgstr "" "của các đầu ra. Masternode cần một vin 1000 DASH (một số chính xác) để có" " thể hoạt động." -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2829,3 +2699,140 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "**Tài liệu về Dash Core:** https://dashcore.readme.io" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "**Tài liệu về Dash Platform:** https://dashplatform.readme.io" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**Quỹ Dash:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "https://dashthailand.org" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "https://www.dashnation.com" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" +#~ "**Mark Mason, Giám đốc Media & PR," +#~ " Dash Force News:** https://twitter.com/StayDashy" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" +#~ "**Amanda B. Johnson, Một fan cuồng " +#~ "của Dash và là nhà thầu được " +#~ "Dash cấp vốn:** https://twitter.com/AmandaB_Johnson" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" +#~ "**Tao of Satoshi, Sáng lập của " +#~ "Dash Nation và nhà thầu được cấp" +#~ " vốn bởi Dash DAO:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "**Dash News En Español:** https://dashnewsespanol.com" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "**Dash News Germany:** https://dash-news.de" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "**Dash Việt Nam:** https://dashvn.blogspot.com" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "**Dash France:** https://dashfrance.com/" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "https://www.cryptonator.com/widget" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" + diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 39ed5b856..000000000 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,69 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Kien Bui , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "Cài đặt Dash sử dụng trình quản lý gói phần mềm" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" -"dash, tiền điện tử, tiền kỹ thuật số, fedora, ubuntu, rpm, apt, git, " -"masternode, cài đặt, binary" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "Các chủ đề nâng cao" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "Cài đặt Dash trên Fedora Linux" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" -"Lập trình viên của Dash là t0dd đã phát triển những đóng gói và viết những " -"hướng dẫn tuyệt vời cho việc cài và chạy Dash như là một nút, masternode " -"hoặc trên testnet." - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "Cài đặt Dash trên Ubuntu Linux" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" -"Phiên bản được biên dịch ra mã máy đang được phát triển và phân phối qua hệ " -"thống phân phối Ubuntu Linux Launchpad. Hãy quay lại kiểm tra ở đây để có " -"được chi tiết một khi có phiên bản mới được công bố." diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po index 9199acad3..0fc0781e6 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: vi\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index f30fe1819..a8319404c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: vi\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 37fcb456e..74d2b890d 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -354,29 +354,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -384,94 +388,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "Tuỳ chọn 1: Đăng ký từ một ví phần cứng" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "Khoá riêng của chủ sở hữu" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "Khoá riêng bỏ phiếu" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "Dash Masternode Tool sẵn sàng cho việc đăng ký một masternode mới" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -481,13 +485,13 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" "Các bảng hội thoại của Dash Masternode Tool xác nhận việc đăng ký một " "masternode" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -499,40 +503,40 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "Tuỳ chọn 2: Đăng ký từ ví Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "Xác định giao dịch cấp vốn" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "Điều này sẽ trả về một chuỗi các ký tự tương tự như sau ::" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." @@ -540,11 +544,11 @@ msgstr "" "Dòng dài đầu tiên là ``collateralHash`` của bạn, còn số cuối cùng là " "``collateralIndex``." -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "Sinh một cặp khoá BLS" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -553,7 +557,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -563,18 +567,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "Thêm khoá riêng vào cấu hình masternode của bạn" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -586,24 +590,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "Chúng ta sẽ chuẩn bị giao dịch được dùng để đăng ký masternode lên mạng." -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "Chuẩn bị cho một giao dịch ProRegTx " -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -611,7 +615,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -619,28 +623,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -648,14 +652,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -664,23 +668,23 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "``collateralHash``: Mã txid của giao dịch đặt cọc 1000 Dash" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "``collateralIndex``: Chỉ số đầu ra của giao dịch cấp vốn 1000 Dash" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" @@ -688,7 +692,7 @@ msgstr "" "``ipAndPort``: Địa chỉ IP và cổng của masternode, theo định dạng " "``x.x.x.x:yyyy``" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" @@ -696,7 +700,7 @@ msgstr "" "``ownerKeyAddr``: Địa chỉ Dash mới được sinh ở trên cho địa chỉ sở hữu/bỏ" " phiếu" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" @@ -704,7 +708,7 @@ msgstr "" "``operatorPubKey``: Khoá công khai BLS được sinh ở trên (hoặc được cung " "cấp bởi nhà cung cấp dịch vụ lưu trữ)" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" @@ -712,7 +716,7 @@ msgstr "" "``votingKeyAddr``: Địa chỉ Dash mới được sinh ở trên, hoặc địa chỉ uỷ " "nhiệm cho việc bỏ phiếu các đề xuất" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" @@ -720,7 +724,7 @@ msgstr "" "``operatorReward``: Phần trăm phần thưởng khối sẽ được trả cho người vận " "hành" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" @@ -728,7 +732,7 @@ msgstr "" "``payoutAddress``: Một địa chỉ mới hoặc cũ để nhận phần thưởng khối cho " "người chủ sở hữu" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." @@ -737,7 +741,7 @@ msgstr "" "phí ProTx. Nếu ``feeSourceAddress`` không được cung cấp nó sẽ lấy tiền " "phí từ địa chỉ ``payoutAddress``." -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -745,28 +749,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "Ví dụ (hãy xoá các xuống dòng nếu copy)::" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "Đầu ra::" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "Ký cho giao dịch ProRegTx" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -777,16 +781,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "Ví dụ:" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "Gửi thông điệp đã được ký" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -795,11 +799,11 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "Ở đó:" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" @@ -807,7 +811,7 @@ msgstr "" "``tx``: Kết quả trường đầu ra ``tx`` được trả về từ câu lệnh ``protx " "register_prepare``" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" @@ -815,7 +819,7 @@ msgstr "" "``sig``: Là thông điệp được ký với khoá đặt cọc từ câu lệnh " "``signmessage``" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -825,15 +829,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -841,231 +845,274 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "Tor" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "Sentinel" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "Khi quá trình đồng bộ hoàn tất, bạn sẽ thấy những phản hồi như sau::" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" -msgstr "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" +msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." @@ -1073,11 +1120,11 @@ msgstr "" "Ở thời điểm này bạn có thể thoát khỏi máy chủ của bạn bằng việc gõ " "``exit``. Chúc mừng bạn! Masternode của bạn bây giờ đang được chạy." -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1086,7 +1133,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1097,25 +1144,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1518,3 +1565,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po index dcb69c83c..9e4d88c05 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -134,14 +134,14 @@ msgstr "" " mạng lưới của Dash càng tốt hơn và an toàn hơn." #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format +#, fuzzy, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -170,13 +170,13 @@ msgstr "" "kê theo thời gian của mạng lưới mastenrode." #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -186,7 +186,7 @@ msgid "Masternode" msgstr "Masternodes so với đào coin" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -206,7 +206,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -572,24 +572,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 #, fuzzy -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "Logic thanh toán" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -885,3 +885,46 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "40 GB" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po index 77c917367..59ec0e27d 100644 --- a/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: vi\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index c71e3bde5..d7c93240e 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Kien Bui , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: vi\n" +"Language-Team: Vietnamese " +"(https://www.transifex.com/dash/teams/37570/vi/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -41,15 +42,16 @@ msgstr "Sổ địa chỉ" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -58,11 +60,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -75,251 +77,271 @@ msgstr "Tỷ giá giao dịch" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "Quét ví giấy" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "Theo dõi thông tin mạng" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "Tuỳ chỉnh" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "Khám phá khối" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "Dữ liệu sử dụng" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "Bật InstantSend" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "Tìm các tên ví" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "Báo cáo vấn đề" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "Hiển thị xpub" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "Khởi tạo lại chuỗi khối" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 1967ac347..0b2a51b39 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -76,93 +76,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -173,85 +223,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -260,13 +310,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -275,23 +325,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -299,51 +349,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -354,11 +404,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -369,13 +419,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -383,25 +433,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -409,62 +459,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -473,61 +523,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -535,7 +585,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -546,11 +596,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -559,11 +609,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -573,23 +623,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -597,11 +647,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -613,23 +663,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -639,18 +689,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 1d6a7d386..14c610e9c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -146,7 +146,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -262,10 +262,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -273,54 +275,54 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 #, fuzzy msgid "Enter a password" msgstr "Nhập mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "Xác nhận rằng bạn muốn mã hoá ví" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "Mã hoá ví Dash của bạn" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "Mã hoá ví Dash với một mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "Nhập mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -333,7 +335,7 @@ msgstr "" " việc thoát khỏi chương trình Dash Core. Khi bạn khởi động Dash Core, bạn" " sẽ thấy một hình chiếc khoá màu xanh ở góc dưới bên phải của màn hình." -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Ví Dash Core của bạn đã được mã hoá và đồng bộ hoàn chỉnh" @@ -415,3 +417,21 @@ msgstr "Ví Dash Core của bạn đã được mã hoá và đồng bộ hoàn #~ "cập đến tài sản tiền số của " #~ "mình." +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 5a89f565f..ca0fca335 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -254,10 +254,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -265,50 +267,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "Nhập mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "Xác nhận rằng bạn muốn mã hoá ví" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "Mã hoá ví Dash của bạn" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "Để mã hoá ví, click **Tuỳ chỉnh** > **Mã hoá ví**." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "Mã hoá ví Dash với một mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -320,11 +322,11 @@ msgstr "" " việc thoát khỏi chương trình Dash Core. Khi bạn khởi động Dash Core, bạn" " sẽ thấy một hình chiếc khoá màu xanh ở góc dưới bên phải của màn hình." -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Ví Dash Core của bạn đã được mã hoá và đồng bộ hoàn chỉnh" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền một cách " @@ -358,3 +360,13 @@ msgstr "" #~ "cập đến tài sản tiền số của " #~ "mình." +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 6866f3109..f2a88aedc 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -139,7 +139,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -150,8 +150,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -315,10 +315,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -326,50 +328,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "Nhập mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "Xác nhận rằng bạn muốn mã hoá ví" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "Mã hoá ví Dash của bạn" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "Để mã hoá ví, click **Tuỳ chỉnh > Mã hoá ví**." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "Mã hoá ví Dash với một mật khẩu" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -382,11 +384,11 @@ msgstr "" " việc thoát khỏi chương trình Dash Core. Khi bạn khởi động Dash Core, bạn" " sẽ thấy một hình chiếc khoá màu xanh ở góc dưới bên phải của màn hình." -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Ví Dash Core của bạn đã được mã hoá và đồng bộ hoàn chỉnh" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền một cách " @@ -459,3 +461,31 @@ msgstr "" #~ "cập đến tài sản tiền số của " #~ "mình." +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 600164f9b..0a76eab7d 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Kien Bui , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: vi\n" +"Language-Team: Vietnamese " +"(https://www.transifex.com/dash/teams/37570/vi/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -36,10 +37,29 @@ msgid "Advanced functions" msgstr "Những tính năng nâng cao" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 +#, fuzzy +msgid "Masternode keys" +msgstr "Khoá chủ công khai" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " @@ -47,67 +67,68 @@ msgid "" "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "Thanh toán" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "Ghi chú:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "Yêu cầu thanh toán trên iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "Khoá chủ công khai" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "Yêu cầu khoá chính công khai có định dạng::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "Lấy địa chỉ thanh toán" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po index 34ade8574..22de5ba6f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language: vi\n" @@ -70,20 +70,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "Cài đặt" @@ -98,22 +97,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "Tài liệu" @@ -127,92 +125,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "Ví Atomic" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "https://atomicwallet.io" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" -"`Làm thế nào để tạo một ví " -"`_" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" -"`Bắt đầu dùng với Atomic Swaps " -"`_" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "Màn hình giao diện của ví Atomic" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "Ví Channels" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -220,25 +148,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "Ví Channels chạy trên iOS" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "Cobo" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "https://cobo.com" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -249,14 +177,14 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" @@ -264,22 +192,22 @@ msgstr "" "Các tài liệu cụ thể về tất cả các chức năng của ví Cobo tại " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "Ví Cobo" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 #, fuzzy msgid "Coin Wallet" msgstr "Ví Cobo" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://evercoin.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -287,7 +215,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -300,7 +228,7 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 #, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " @@ -309,15 +237,15 @@ msgstr "" "Các tài liệu cụ thể về tất cả các chức năng của ví Cobo tại " "https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -326,11 +254,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "Tải xuống" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -340,7 +268,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" @@ -348,19 +276,19 @@ msgstr "" "Các tài liệu cụ thể về tất cả các chức năng của ví Coinomi tại " "https://coinomi.freshdesk.com" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "Ví Coinomi chạy trên Android" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "https://edge.app" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -371,7 +299,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -379,7 +307,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" @@ -388,43 +316,43 @@ msgstr "" "https://support.edge.app và một vài đường link để truy cập nhanh có thể " "tìm thấy tại đây:" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "Các màn hình Chào mừng, Nhận Dash và Số dư" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "Ethos" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "https://www.ethos.io" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -433,7 +361,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -442,53 +370,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "Ví đa năng Ethos trên Android" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -496,7 +424,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -504,37 +432,37 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "Một màn hình Giao diện của ví Exodus" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "Guarda" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -543,7 +471,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -554,33 +482,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "Ví Guarda" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "Ví Huobi" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "https://www.huobiwallet.com" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -588,7 +516,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -596,34 +524,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -634,7 +562,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -642,33 +570,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "Ví Mobi chạy trên Android" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "Ownbit" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "https://ownbit.io" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -676,32 +604,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "Ví Ownbit" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "Ví Trust" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "https://trustwallet.com" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -709,26 +637,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "Ví Trust chạy trên iOS" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -736,7 +664,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -744,25 +672,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "Ví VegaWallet" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -770,7 +698,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -780,7 +708,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -789,26 +717,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "Ví VegaWallet chạy trên iOS" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -816,13 +744,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1060,3 +988,76 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "Ví Spend chạy trên iOS" +#~ msgid "Atomic Wallet" +#~ msgstr "Ví Atomic" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "https://atomicwallet.io" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" +#~ "`Làm thế nào để tạo một ví " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" +#~ "`Bắt đầu dùng với Atomic Swaps " +#~ "`_" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "Màn hình giao diện của ví Atomic" + diff --git a/locale/vi/LC_MESSAGES/index.po b/locale/vi/LC_MESSAGES/index.po index 44addb2de..b9ba1ef75 100644 --- a/locale/vi/LC_MESSAGES/index.po +++ b/locale/vi/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Kien Bui , 2019\n" "Language: vi\n" @@ -111,9 +111,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po index ee2d83221..e1028710f 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: jmp2esp , 2022\n" "Language: zh_CN\n" @@ -85,7 +85,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -113,3 +113,6 @@ msgstr "Insight UI 区块浏览器可在:" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po index 1f018e556..e867ee78d 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,32 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # jmp2esp , 2023 # Alex.ys , 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Alex.ys , 2023\n" -"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" +"Language-Team: Chinese (China) " +"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -38,8 +39,8 @@ msgstr "API 服务" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "现有的多种应用程序接口服务可以帮助用户轻松、快捷地享受达世币网络的各项服务,其中包括:" #: ../../docs/user/developers/integration-apis.rst:14 @@ -79,10 +80,11 @@ msgstr "通过WebHooks处理支付。" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "以定价模式和支持的功能为区分标准,市面上可供使用的设备有很多。下表罗列了常见的应用程序接口供应商、主打产品的性能和相关说明文档的链接。" #: ../../docs/user/developers/integration-apis.rst:35 @@ -95,10 +97,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" "开源 REST API 给你提供一个方便强大而简单的读取 Dash 网络和利用它构建你自己服务的方式。开始使用 Insight API 和 " "Insight UI 区块浏览器的实用手册 :ref:``。" @@ -128,16 +130,14 @@ msgid "" "BlockCypher is a simple, mostly RESTful JSON API for interacting with " "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." -msgstr "" -"BlockCypher是简单实用的JSON应用程序接口,可实现与区块链的交互,还可以借助HTTP或HTTPS在api.blockcypher.com域名上进行访问。" +msgstr "BlockCypher是简单实用的JSON应用程序接口,可实现与区块链的交互,还可以借助HTTP或HTTPS在api.blockcypher.com域名上进行访问。" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." -msgstr "" -"功能:交易的广播、HD钱包及地址的生成、WebSocket和WebHook的回调,以及交易的推送。BlockCypher不处理私钥的相关事务。" +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." +msgstr "功能:交易的广播、HD钱包及地址的生成、WebSocket和WebHook的回调,以及交易的推送。BlockCypher不处理私钥的相关事务。" #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -159,9 +159,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "BitGo 提供一个简单有力的 RESTful API 和用户 SDK 来为你的应用整合数字货币钱包。同时支持 Dash 即时发送。" #: ../../docs/user/developers/integration-apis.rst:91 @@ -188,17 +188,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -219,8 +220,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -235,30 +237,61 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +#, fuzzy +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "定价:免费/开源" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "CoinPayments" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " @@ -268,70 +301,74 @@ msgstr "" "Pro、Arastta、Blesta、BoxBilling、Drupal、Ecwid、Hikashop、Magento、OpenCart、OSCommerce、PrestaShop、Tomato" " Cart、WooCommerce、Ubercart、XCart及ZenCart" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "定价:收取0.5%的交易费用(https://www.coinpayments.net/help-fees)" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "说明文档的链接: https://www.coinpayments.net/apidoc" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "价格提示器" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "二维码" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "Android版达世币钱包的用户可以点击 **申请付款** ,然后点击放大二维码,并截图保存。" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "iOS版达世币钱包的用户可以向左滑动,找到 **接收达世币** 页面。此时,页面上将显示二维码和达世币地址,用户就可以截图保存图像了。" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" "如需生成任何达世币地址的二维码,用户可以访问 `CWA 二维码生成器 `_ " "页面并复制粘贴地址,以便生成二维码的图像。" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po index 5d52c3aea..0ad67f37c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -130,21 +130,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -405,6 +409,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "确认一个交易的”即时发送状态“" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -421,6 +426,7 @@ msgstr "" "`__,或使用一个外部钱包通知脚本。" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -433,51 +439,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "以下通知与识别交易及相对的即时锁有关:" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "zmqpubhashtx" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "zmqpubhashtxlock" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "zmqpubrawtx" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "zmqpubrawtxlock" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -485,18 +493,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "广播即时发送功能的交易信息" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -508,17 +516,17 @@ msgstr "" "自Dash " "v0.14.0在网络上创建长效节点仲裁链以来,仲裁链会默认锁定每一个有效交易,用户无需发送附加费用或额外操作。当每个交易输入被确认后,该交易即适用于即时支付。满足条件至少要符合以下一种情况:" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "先前的交易是指由6个区块确认的交易输入" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "先前的交易是由更早的即时支付锁确认" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" @@ -526,25 +534,27 @@ msgstr "" "包含先前交易的区块由 `链锁锁定 " "`__" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "其它资源" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "下列资源提供即时发送功能的更多信息,以便帮助用户全面地了解它的基础技术。" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" @@ -552,13 +562,20 @@ msgstr "" "`即时发送技术信息 " "`__" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" @@ -566,7 +583,8 @@ msgstr "" "`DIP0010: LLMQ 即时支付 " "`__" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" @@ -574,6 +592,148 @@ msgstr "" "`产品概述: Dash Core v0.14 发布 `__" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +#, fuzzy +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "接收一个即时发送交易需要两个条件:" + +#: ../../docs/user/developers/integration.rst:298 +#, fuzzy +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "确认一个交易的”即时发送状态“" + +#: ../../docs/user/developers/integration.rst:304 +#, fuzzy +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" +"”即时发送“状态通常可以通过与 dash 进程的直接连接来判断,`ZMQ notification " +"`__,或使用一个外部钱包通知脚本。" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +#, fuzzy +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "以下通知与识别交易及相对的即时锁有关:" + +#: ../../docs/user/developers/integration.rst:338 +#, fuzzy +msgid "zmqpubhashblock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:339 +#, fuzzy +msgid "zmqpubhashchainlock" +msgstr "zmqpubhashtxlock" + +#: ../../docs/user/developers/integration.rst:340 +#, fuzzy +msgid "zmqpubrawblock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:341 +#, fuzzy +msgid "zmqpubrawchainlock" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:342 +#, fuzzy +msgid "zmqpubrawchainlocksig" +msgstr "zmqpubrawtxlock" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +#, fuzzy +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" +"`DIP0010: LLMQ 即时支付 " +"`__" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -693,3 +853,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po index d2ea7a484..2437636d8 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2023\n" "Language: zh_CN\n" @@ -172,13 +172,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "主节点" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -208,7 +209,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -975,8 +976,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1007,8 +1009,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1467,3 +1469,23 @@ msgstr "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 2017年6月 #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po index 16f685971..c4aee69fc 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -62,313 +62,259 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "**用户文档:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -msgstr "" +#, fuzzy +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" +msgstr "**用户文档:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**基金会:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub:** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution):** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIPs:** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "社区网站" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "http://thedashbrain.com" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "论坛" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "**BitcoinTalk 创始贴:** https://bitcointalk.org/index.php?topic=421615.0" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "聊天社区" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "**Dash 英文 Telegram:** https://t.me/dash_chat" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "**Dash 巴西 Telegram:** https://telegram.me/dashbrasil" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "**Dash 俄罗斯 Telegram:** https://telegram.me/Dash_Ru" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "**Dash Embassy D-A-CH auf 德语电报群:** https://t.me/dashembassydach" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "**Dash Telegram 新闻机器人:** https://telegram.me/dashnews" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "**QQ 达世币官方群 DASH.China:** 419967021" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "**Freenode IRC:** #dashpay" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "社交媒体" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "**Reddit:** https://www.reddit.com/r/dashpay" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "**Twitter:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "**Steemit:** https://steemit.com/@dashpay" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "**YouTube:** https://www.youtube.com/c/DashOrg" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "**Soundcloud:** https://soundcloud.com/dashpay" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "**Minds:** https://www.minds.com/Dashpay" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "Facebook" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "**英文(官方):** https://www.facebook.com/DashPay" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "**达世币新闻 西班牙语:** https://www.facebook.com/DashNewsEspanol" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "**巴西:** https://www.facebook.com/DashBrazil" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "**丹麦:** https://www.facebook.com/DashDenmark" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "**德国:** https://www.facebook.com/dashgermany" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "**希腊:** https://www.facebook.com/DashGreece" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "**波兰:** https://www.facebook.com/Dash.Polska" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "**俄罗斯:** https://www.facebook.com/Dash.Russia" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "**委内瑞拉:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "**越南:** https://www.facebook.com/dashvietnam" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "Twitter" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**达世币官方账号:** https://twitter.com/dashpay" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#: ../../docs/user/introduction/information.rst:103 +#, fuzzy +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "**Ryan Taylor,CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" -msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" @@ -376,61 +322,31 @@ msgstr "" "**Joël Valenzuela, 主编, Dash Force News:** " "https://twitter.com/TheDesertLynx" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "**Mark Mason, 媒体经理 & PR, Dash Force News:** https://twitter.com/StayDashy" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" -"**Amanda B. Johnson, 达世币超级粉及由达世币资助的主播:** " -"https://twitter.com/AmandaB_Johnson" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" -"**Tao of Satoshi, Dash Nation 创始人,由DAO资助的提案发起人:** " -"`https://twitter.com/Dash_Nation `__" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "**とみ三(Samurai33), 达世币日本:** https://twitter.com/samurai3311" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "**Dash 越南:** https://twitter.com/dashvietnam" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "新闻" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "**Dash News 西班牙语:** https://dashnewsespanol.com" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" @@ -438,55 +354,39 @@ msgstr "" "**Dash News 西班牙语 (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "**Dash News 韩国:** https://dashnewskorea.com" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "**Cointelegraph:** https://cointelegraph.com/tags/dash" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "**Dash News 德国:** https://dash-news.de" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "**Dash 越南:** https://dashvn.blogspot.com" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "**Dash France:** https://dashfrance.com/" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "**达世币中国资讯 (微信公众号):** dashnews (或扫描下方QR码)" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "博客" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "**Evan Duffield's blog:** https://medium.com/@eduffield222" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "**Dashdot:** https://dashdot.io/alpha/" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "维基百科" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" @@ -494,15 +394,15 @@ msgstr "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "无效的" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "**Bitcoin.com 论坛:** https://forum.bitcoin.com/dash-f67" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" @@ -510,147 +410,145 @@ msgstr "" "**Crypto-city.com 网页:** https://www.crypto-city.com/index.php/dash-dash-" "coin" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "**Bitco.in 论坛:** https://bitco.in/forum/threads/dash-digitalcash.891" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "工具" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "区块链浏览器,数据统计和图像" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "https://blockchair.com/dash" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "https://chainz.cryptoid.info/dash/" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "https://www.coinexplorer.net/dash" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "https://dashblockexplorer.com" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashvotetracker.com" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "预算工具" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "主节点管理" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" -msgstr "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" +msgstr "https://www.coinexplorer.net/dash" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "达世币社区项目" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "暗网网页" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "**Dash (镜像主页):** http://dashorg64cjvj4s3.onion" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " @@ -660,57 +558,49 @@ msgstr "" "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "手机Apps" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "iOS" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "安卓" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" @@ -718,37 +608,23 @@ msgstr "" "**Dash 钱包:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" @@ -756,19 +632,11 @@ msgstr "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" @@ -776,7 +644,7 @@ msgstr "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" @@ -784,15 +652,15 @@ msgstr "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "术语" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "51% 攻击" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -801,11 +669,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "一旦某个加密数字货币的超过一半的算力由某一位或某一群矿工所控制,那么,这些在在算力数量上独占优势的矿工就会成为该网络的权威人士。这就意味着,网络上的每个客户端都会信任这些潜在的网络攻击者验证后的交易区块。" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "地址" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -816,11 +684,11 @@ msgstr "" "达世币地址用于\\ :ref:`在达世币网络上完成达世币的发送/接收 `\\ " "。它包含一连串由字母和数字组成的字符,或者以可扫描的二维码的形式出现。达世币地址同时也可以充当达世币用户的公钥,从而以数字化的方式授权交易(请参照公钥词条浏览相关信息)。" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "算法" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -830,22 +698,22 @@ msgstr "" "根据维基百科的定义,\\ `算法 `_\\ " "指的是在数学和计算机科学之中,任何独立且定义完备的具体计算步骤,通常用于计算、数据处理和自动推理。" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "竞争币" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "比特币是全球首个加密数字货币,它的市值比其它币种都要高。考虑到这些因素,比特币往往被当作行业的标杆,而通常所说的竞争币往往是指除比特币之外的其它任何加密数字货币。" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "反洗钱" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -853,11 +721,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "反洗钱技术用于防止人们将非法所得合法化,从本质上来说,它是技术或法律操作。监管机构经常将反洗钱技术应用于达世币交易平台。" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "API" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -868,7 +736,7 @@ msgstr "" "`_\\ " "指的是在计算机编程中,用于软件和应用程序建设的一系列惯例、协议和工具。" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -878,11 +746,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "应用程序接口通常以软件的操作、输入、输出和默认类型来表达其成分,并定义独立于各个部分之外的总体功能。这就意味着,在应用手续接口界面不受损害的前提下,应用程序仍然具备其定义并能完成操作。一个好的应用程序接口可以为软件开发提供所有的构件,帮助程序员高效地完成组合。" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "ASIC" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -894,11 +762,11 @@ msgstr "" "(IC),而不是为了满足通用目的而设计制造的集成电路。举个例子,为\\ :ref:`高效率的达世币挖矿 `\\ " "而专门设计的数字录音机的芯片就是一种专用集成电路。" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "ATM / BTM" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -908,21 +776,21 @@ msgstr "" "达世币ATM是一种实体设备,消费者们可以通过它用现金购买达世币。目前,业内有各种各样的达世币ATM制造商,其中的一些产品可以为用户将达世币兑换成现金。有时,这些达世币ATM也被称作\"BTMs\"或者\"Dash" " AVMS\"。很多类型的\\ :ref:`ATMs `\\ 都开通了达世币业务。" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "积压" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "积压通常是指随着时间的推移而日渐累积的待办事项或等待完成的命令。" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "备份" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -936,22 +804,22 @@ msgstr "" "backup>`\\ " ",从而防止因计算机系统崩溃或移动设备丢失而造成的资金损失。这就相当于将钱包中的现金进行了备份,即使丢失了钱包,现金也能通过备份进行恢复。" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "比特币 2.0" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "这一术语阐释了比特币项目的新级别。虽然这个项目起步于比特币的一个分叉,但其代码却拓展到了区块链项目的新级别,(包括智能合约和去中心化投票,....)等等。" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "区块链" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -966,11 +834,11 @@ msgstr "" "`_\\ " "是一个分布式的数据库,它维护着一个不断拓展的、优化了防篡改功能功能的数据记录列表。区块链是由包含交易信息的区块从后向前有序链接起来的数据结构。区块链的初始区块中存储着数据,而新近的区块上则存储着数据和程序,其中,每个区块都包含着批量的个人交易数据和任何区块链上的可执行文件的结果。此外,每个区块上都包含着一个时间戳和将其链接到此前区块的信息。" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "区块" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -984,11 +852,11 @@ msgstr "" "汇总了该区块链上的所有交易。这些区块记录并确认交易发生的时间和顺序,并存储到区块链上。区块是由所谓的 \"矿工\" " "创建的,他们使用专用的软件和设备来创建区块。" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "ChainLock" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -1001,11 +869,11 @@ msgstr "" "`__,ChainLocks " "是在区块被矿工传播后立即用 LLMQ来 签名以确保最先见证规则的一种方式。这是一种有效缓解 51%攻击的方式,该攻击通常与双花相关。" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "云钱包" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -1016,22 +884,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "第三方服务器可以为用户代为存储达世币,这样用户就可以从联网的任何设备上获取个人资金了。不过,如果第三方的网站遭到黑客攻击或者服务器受损,那么用户的资金就有丢失的风险。用户的网络钱包都应当强化密码配置并使用2FA双重验证。用户的网络钱包是无法备份的,因为个人无法获取私钥。我们不建议用户将大量资金存储在网络云钱包当中。" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "Coinbase交易" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "区块中的第一个交易都是由矿工创建的,它包括一个指明区块回报的输入值。其中,区块回报主要划分给矿工和既定的主节点持有人。" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "冷存储" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -1041,11 +909,11 @@ msgstr "" "线下生成并存储私钥。用户可以使用脱机状态下的台式电脑或笔记本电脑、专用的硬件钱包、U盘或\\ :ref:`纸钱包 `\\ 来生成并存储私钥。" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "(已)确认交易" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -1054,11 +922,16 @@ msgid "" "as more blocks are added to the blockchain." msgstr "当达世币交易发生时,矿工必须验证交易是否有效。在输入和输出得到验证后,交易才会被包含进区块链上的区块里。此时,交易完成且不可逆转。随着区块链上的区块数量的增加,交易确认的数量也会随之增加。" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "确认数" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +#, fuzzy +msgid "confirmations" +msgstr "零确认" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1073,11 +946,11 @@ msgstr "" "。一次确认意味着交易包含在区块链上的最后一个区块上。二次确认意味着交易包含在最后的两个区块上;三次确认意味着交易包含在最后的三个区块上……以此类推。交易被逆转(也就是所谓的双花支付)的概率随着各个区块和后续确认的增加而骤减。六次确认往往就被认为是" " \"安全\" 且不可逆转的。" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "已确认的交易" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1085,11 +958,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "完成六次确认后的交易被视为已由矿工处理且不可逆。以即时发送为例,资金在数秒后不逆转,不过交易情况仍然会被记录在区块链上,并被视作(已)确认。" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "CPU" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1108,11 +981,11 @@ msgstr "" "来完成计算机程序的指令。至少从1960年起,中央处理器就通用于计算机行业了。中央处理器一词通常泛指处理器,具体来说,它包括运算核心和控制核心 " "(CU),这些计算机核心部件有别于主存储器、输入电路和输出电路等外部组件。" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "加密数字货币" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1122,11 +995,11 @@ msgstr "" "据维基百科的定义,\\ `加密数字货币 `_\\ " "(虚拟货币或加密货币)指的是应用加密技术来确保交易安全并控制货币发行的交换媒介。" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "密码学" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1142,11 +1015,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "密码学(一词源于希腊语kryptós“隐藏的”和gráphein“书写”)。它指的是在有第三方存在的情况下,为提高通信安全技术而进行的研究和操作。通常来说,密码学是构建和分析协议,从而防止第三方或公众浏览私人讯息的学科,它涉及信息安全的方方面面,其中数据保密性、数据完整性、身份验证和不可否认性是现代密码学的核心。现代密码学汇集了数学、计算机科学和电子工程的学科知识,它的应用包括ATM卡、计算机密码和电子商务。" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1160,61 +1033,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "DAP" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "分布式应用协议指的是以达世币去中心化应用为基础而运行的软件应用。" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "DAP客户端" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "指HTTP客户端连接DAPI,使达世币区块链用户可以在各自的DAP空间读取和写入数据。" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "DAP纲要" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "达世币纲要文档是达世币系统纲要的延展,用以定义共识数据和DAP合约的规则。" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "DAP空间" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "部分DAP空间被具体的某个区块链用户拥有。DAP空间内的数据只能被拥有者更改。" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "DAP状态" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "全部的数据存储于DAP。这份数据随用户DAP空间而更新。" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1222,11 +1095,11 @@ msgid "" "communication." msgstr "分布式应用程序接口的定义可参考上一词条应用程序接口的定义。它所具备的功能与应用程序接口相同,不同的是主节点仲裁链作为分布式应用程序接口的通信端点。" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "暗黑重力波" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1239,21 +1112,21 @@ msgstr "" ",它和Kimoto Gravity " "Well相似,是开放源代码的难度调节算法。不过,(和根据过去2016个区块的生成时间长短来确认下一个周期的难度的比特币不同的是),暗黑重力波难度调节算法使用最后一个区块上的统计数据来调节各个区块的的难度。在这种情况下,即使算力有所波动,新区块的生成也能维持稳定,并且这种算法不会受到时间错位的影响。" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "暗黑币" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "达世币最初发布时项目名为Xcoin,随后改为暗黑币,最终确定为达世币。" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "达世币" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1265,11 +1138,11 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "Dash驱动" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " @@ -1278,11 +1151,11 @@ msgstr "" "主节点使用达世币网络数据存储终端服务来处理与Evolution相关的链下数据。DashDrive安装了\\ `IPFS " "`_,这是一种分布式的文件存储系统。" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "达世币客户端" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1292,11 +1165,11 @@ msgid "" "robust decentralized infrastructure." msgstr "达世币客户端是用于与达世币网络相连的软件程序。它存储着完成达世币交易所需的私钥和整个区块链的副本。每一个与达世币网络相连的达世币客户端都会成为网络上的一个节点,而每一个节点都会与整个网络的其它成员一同分享和传播新的交易资讯,从而创建一个更有活力的去中心化基础框架。" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "Dash Core钱包" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1305,11 +1178,11 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "Dash Evolution" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " @@ -1318,21 +1191,21 @@ msgstr "" "目前,达世币在搭建一个3层的网络,它将使达世币在保持去中心化的同时,变得像Paypal一样便于使用。如需了解更多信息,请浏览\\ " ":ref:`达世币Evolution `\\ 的相关页面。" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "达世币纲要" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "以JSON为基础的语言用以定义和验证Evolution中的共识数据。" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "DDoS攻击" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1342,11 +1215,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "分散式阻断服务攻击指的是攻击者使用个人控制的大量计算机来消耗攻击对象的资源。他们经常通过互联网发送少量的网络流量,从而阻碍攻击对象的计算能力和带宽资源,并阻断攻击对象向正规用户提供的服务。达世币交易平台有时也会遭到此类攻击。" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "分布式" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1368,11 +1241,11 @@ msgstr "" "`_\\ " "指的是将硬件和软件资源分配到每个工作站或办公室的计算模式。相比之下,集中式计算则是将大部分计算功能集中于本地或者远程进行集中计算。分布式计算是一种现代化的计算模式。与分布式计算相反的集中计算则普遍存在于早期的计算机当中。和传统的集中计算相比,分布式的计算机系统拥有诸多优势。台式计算机发展如此迅猛,以至于它们的性能表现甚至远远超前于大多数企业应用的要求。这样一来,台式计算机的大多数计算能力都无用武之地。而分布式计算则可以发挥这些潜能,从而最大限度地提高计算机的效率。然而,分布式网络能否提高整个网络的效用还有待商榷。" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "桌面钱包" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1384,11 +1257,11 @@ msgstr "" "`\\ 、\\ :ref:`达世币轻钱包 `\\ 和\\ " ":ref:`硬件钱包 `\\ 。" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "难度" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1400,15 +1273,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "这一数字决定了计算新的区块的难度。它和区块哈希的既定数值中的最大数值有关。这个最大数值越低,那么产生适宜的哈希值的难度就越大。难度的变化取决于矿工在达世币网络上使用的计算能力的大小。如果大量矿工脱离网络,那么难度就会减小。达世币的日趋流行和专用集成电路的日渐普及使得难度与日俱增。" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "数字钱包" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "查看此\\ :ref:`链接 `\\ ,浏览所有钱包资料。" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1419,7 +1292,7 @@ msgstr "" "数字钱包类似于实体钱包,只不过数字钱包里放的是 **数字货币** " ",而实体钱包里放的是实体货币。达世币钱包里还存有私钥,也就是完成达世币交易的必备工具之一。为了防止丢失个人拥有的达世币,用户可以对钱包进行备份。数字钱包有多种类型,可用于各种设备:" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1432,7 +1305,7 @@ msgstr "" "Core钱包 `\\ " "):指的是安装在台式电脑或笔记本电脑上的钱包软件。用户只需保障钱包文件和文件中包含的私钥的安全。用户还可以对钱包文件进行备份,以便防止丢失个人拥有的达世币。" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1446,7 +1319,7 @@ msgstr "" "wallet>`\\ ):用户可以通过Google " "Play或苹果应用商店(iTunes)下载。通过移动钱包,用户可以通过扫描二维码来付款,以便随时随地地使用达世币。用户还可以对移动钱包文件进行备份,以便防止丢失个人拥有的达世币。由于手机存在安全隐患,因此我们不建议用户在移动钱包上存储大量资金。" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1463,7 +1336,7 @@ msgstr "" ":ref:`MyDashWallet `\\ " "):第三方服务商将用户的达世币存储到他们的服务器上,并为用户提供借助密码和任何联网设备即可获取个人资金的界面。一旦网络遭到黑客攻击或服务器受损,用户可能丢失个人拥有的达世币。任何网络钱包都应通过强化密码或2FA双重验证来提升安全性。由于无法获得私钥,因此用户无法备份网络钱包。我们不建议用户在网络钱包或加密数字货币交易平台上存储大量的达世币。" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1477,7 +1350,7 @@ msgstr "" "**硬件钱包**\\ (\\ :ref:`Trezor `\\ " "、KeepKey、Ledger和Nano):硬件钱包指的是专用的防篡改硬件设备,它可以存储个人私钥。用户可以使用在脱机状态下使用私钥来完成交易。不过,要想把交易上传到达世币网络,用户必须联网。硬件钱包不仅方便用户使用私钥,还确保了私钥的安全。它是公认的最安全的达世币存储方式。" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1493,11 +1366,11 @@ msgstr "" "**线下存储/冷存储**\\ (\\ :ref:`冷钱包 `\\ " "):这是一种离线创建且不会联网的钱包。它的创建过程包括使用软件离线生成公钥和私钥,然后记录下生成的公钥和私钥。用户可以将公钥或私钥打印到纸上,或者采用激光蚀刻进行记录。用户还可以制作副本并存储在个人保险箱或银行保险箱里。这是一种非常安全的达世币存储方式,它不像软件钱包一样面临失窃风险,也不像网络钱包一样可能受到黑客攻击。但值得注意的是,U盘对于长期(数年)存储来说是不安全的,因为U盘的性能会随着时间的推移而降低。" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "DKG" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1513,11 +1386,11 @@ msgstr "" "#llmq-dkg-network-protocol>`__) 是一种生成 用来在 LLMQ 中进行网络消息签名的BLS 密钥对。它基于 M-N " "策略和分布式生成,是 Shamir 的秘密分享技术的实现。" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "数字签名" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1528,11 +1401,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "数字签名是一种数学机制,它帮助个人证明自己的身份和对数字资产的所有权。当个人的数字钱包通过正确的私钥进行交易时,整个达世币网络都可以看到与交易地址对应的签名,而用户而无需向网络公示自己的私钥。用户还可以通过私钥进行数字化的签名,从而证明自己对达世币地址的所有权。" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "轻钱包" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1540,11 +1413,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "加密" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1561,15 +1434,15 @@ msgstr "" "在密码学当中,\\ `加密 `_\\ " "指的是对消息或信息进行加密,以确保只有得到授权的第三方才能读取这些消息或信息的过程。即使第三方拦截了经过加密的信息,在没有私钥的情况下,他们所能看到的也只是乱码。在加密计划中,明码文本会以某种加密算法生成只有既定信息接收者才能解密的密码文本。出于技术方面的考虑,加密方案往往采用算法生成的伪随机加密密码。不断提高的计算能力已经破解了许多过去的加密算法,但AES-256等经过精心设计的现代系统基本上是“不可破解的”。" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "契约服务" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "`契约 `_\\ 是指:" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1577,20 +1450,20 @@ msgid "" "parties; or" msgstr "一个协议。根据这个协议,第三方为主要的交易方收发资金或文件,不过,支付条款取决于交易方的一致同意。" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "或由经纪人设立的账户,确定代表经纪人的委托方或其它个人代为持有达世币,直到交易完成或终止。" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "以借款人的名义持有的信托账户,用于履行财产税的缴纳和保险费用的支付等义务。" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1602,11 +1475,11 @@ msgid "" "appropriate party." msgstr "在互联网上购买加密数字货币或其它关联产品或服务时,消费者通常可以使用可靠的托管服务。买卖双方都可以选择一个值得信赖的第三方,由卖方将加密数字货币(或其它关联产品)发送给第三方,再由买方向第三方发送相应的钱款。一旦确认双方都满足了协议条款的规定,受委托的第三方就会将钱款和所购买的加密数字货币(或其它关联产品)转发给相应的一方。" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "Evan Duffield" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " @@ -1615,11 +1488,11 @@ msgstr "" "Evan是达世币的创始人和第一个首席开发人员,也是X11算法、即时发送功能和匿名发送功能的发明者。在创建达世币之前,他是一名持有Series " "65金融牌照的理财顾问。" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "交易所" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1635,11 +1508,11 @@ msgstr "" " `CoinMarketCap `_\\ " "。企业渴望降低持有币价波动较大的数字货币的风险,在这种情况下,这些企业可以借助支付服务处理器在进行每次交易时完成即时支付。" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "Faucet" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1647,39 +1520,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "Faucets是一个奖励系统,它以网站或应用程序的形式出现,向访客提供百万分之一个达世币的小额奖励。根据网站的要求,访客可以在输入验证码或完成任务后领取奖励。" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "法币通道" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "`法币 `_\\ 有下列含义:" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "依靠政府的法令成为合法通货的货币。" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "由国家发行,但根据法律规定无法兑换成其它商品,根据任何客观标准也不具备固定价值的货币。" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "本质上毫无价值,但由于政府法令的支持才成为货币。" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "法定货币的例子包括美元、欧元和人民币等。" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "金融科技" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1694,11 +1567,11 @@ msgstr "" "`_\\ " "指的是指企业运用科技手段使金融服务变得更高效,并因此而形成的一个经济产业。这些金融科技企业通常在创立之初就立志要使金融服务更加高效或力求摆脱中间商的干扰。最近,许多金融科技公司已经开始使用区块链技术了,这项技术正是达世币和比特币的基础。" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "分叉" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1709,7 +1582,7 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "当区块链分叉之后,一些客户会认定其中的某一个版本才是正宗的,而另一些客户则认可另一个版本。由于更早诞生的区块链往往被人们认为是正版,因此很多分叉可以自发解决各种问题并避免后续干扰。随着时间的流逝,某个版本的区块链终将胜出并获得大多数人的认可。不过,分叉仍然是有风险的,因此区块链应当尽量避免分叉。" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " @@ -1718,11 +1591,11 @@ msgstr "" "最有可能发生分叉的阶段是网络进行软件更新的时候。达世币通过多阶段的分叉技术(\\ :ref:`叉勺技术 `\\ " ")来提高灵活性和安全性。" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "全节点" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1733,27 +1606,27 @@ msgstr "" "全节点指的是为网络提供完整版区块链的任何达世币客户端,其中包括在个人电脑上运行的Dash Core钱包和\\ :ref:`主节点 " "`\\ 等等。全节点通过允许任何用户对区块链的有效性进行双重验证来提高去中心化。" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "可代替姓" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "任何单位货币与其他同单位货币的价值相等。" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "原始块" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "区块链上产生的第一个区块。" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "GPU" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1774,11 +1647,11 @@ msgstr "" "`_\\ " "也称视觉处理单元(VPU),它是一种专用电路,设计用于快速操控和修改存储器,从而加速创建输出到显示器上的图像。图形处理器可用于嵌入式系统、移动电话、个人计算机,工作站和游戏机。现代的图形处理器在处理计算机图形和图像时非常高效,并且高度并行的结构使它们能以比通用中央处理器更高的效率处理需要并行处理的大量数据。在个人计算机中,图形处理器可存在于显卡上、嵌在主板上或嵌在中央处理器芯片上。某些加密数字货币的挖矿算法在图形处理器上才能实现效率最大化。" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "硬件钱包" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1788,11 +1661,11 @@ msgstr "" ":ref:`硬件钱包 `\\ " "是最安全的达世币钱包。用户的私钥会被存储在硬件当中,不存在泄露到互联网上的风险。与此同时,用户仍然能够正常地进行交易。硬件钱包既安全,又方便。" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "哈希值" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1801,39 +1674,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "这一词条指的是一个数学过程,它采用数量可变的数据来产生较短的且长度固定的输出数据。哈希函数具有两个重要的特征:首先,从数学的角度来看,人们很难根据输出数据来推算原始的输入数据;其次,对输入数据的微小改变将导致截然不同的输出数据。" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "算力" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "达世币矿工在既定时间里(通常是一秒钟)可以改变算力。" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "Insight" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "用于支持区块浏览器并回复交易查询的区块链信息服务器。" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "InstantX" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "查看即时支付" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "即时支付" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1844,11 +1717,11 @@ msgstr "" ":ref:`即时发送 `\\ " "技术借助主节点网络锁定输入的交易数据,防止达世币双花支付。与需要一个小时甚至更长时间才能完成交易确认的比特币不同的是,即时发送功能只需要几秒钟就能锁定交易并使交易不可逆转。" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "资产流动性" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1857,11 +1730,11 @@ msgid "" "asset." msgstr "在轻松进行交易的同时维持价格大致相同。对于流通性来说,拥有稳定且大规模的买卖群体非常重要。一旦市场流通性不足,币价将出现波动,各方也无法轻松地确认资产的价值。" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "LLMQ" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1876,11 +1749,11 @@ msgstr "" "`__,一个长效主节点仲裁团(LLMQ)是一个确定性的全节点子集。此仲裁团在分布式密钥生成(DKG)协议的帮助下生成并且存在很长时间(例如数天)。多个仲裁团同时处于激活状态,允许这些仲裁团之前负载均衡。LLMQ" " 的主要任务就是共识相关消息的签名工作。" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "主节点" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" @@ -1889,17 +1762,17 @@ msgstr "" ":ref:`主节点 `\\ " "是一种特殊的全节点,它为网络提供服务并凭借这样的服务获取区块奖励。主节点的持有条件是持有1000个达世币。" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "挖矿" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1907,19 +1780,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "移动钱包" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "这些移动钱包支持不同手机钱包(iOS + 安卓)。" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "多重签名" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1934,22 +1807,22 @@ msgstr "" "`\\ " "中,用户需要获得规定的3个签名中的两个才能授权交易。通常来说,多重签名地址被交易平台或其它拥有大量加密数字货币的机构所采纳,用于降低失窃的风险。" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "节点" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "节点指的是运行达世币钱包软件的任何设备。全节点是下载了整个区块链并在达世币点对点网络上为其它客户服务的节点。" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "OTC" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1958,11 +1831,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "场外交易(OTC)是指在交易平台之外发生的交易。在场外交易期间,买卖双方直接对接或经过中间人进行接触。当一个人想要买卖大额的加密数字货币但又担心大额订单会导致价格改变(波动)时,场外交易非常有用。" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "P2P" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1970,11 +1843,11 @@ msgid "" "deal with each other through a single mediation point." msgstr "点对点交易。它指的是在高度互联的网络中至少在两方之间发生的去中心化交流。它是轴辐式网络的替代系统,轴辐式网络中的各交易方由一个联结点连接起彼此。" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "纸钱包" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " @@ -1983,11 +1856,11 @@ msgstr "" ":ref:`纸钱包 `\\ " "指的是离线钱包,用户可以将公钥或私钥打印到纸上,从而保障安全。如果保管和保密工作得当,纸钱包是存储加密数字货币的最安全的方式。" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "隐私" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -2001,11 +1874,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "私钥" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -2019,22 +1892,22 @@ msgstr "" "key_cryptography>`_\\ " "指的是使用达世币时所需的、由数字和字母组成的密码。每一个达世币钱包都包含有一个或多个私钥,它被保存在钱包文件当中。从数学的角度上看,私钥与为钱包而生成的所有达世币地址都有关联。由于它是个人支付达世币的必备条件,所以它的安全性和保密性尤为重要。" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "匿名支付" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "服务量证明 - PoSe" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -2043,11 +1916,11 @@ msgid "" "payment." msgstr "通过要求耗费计算能力来创建新的区块,从而确保所有节点真实存在的共识机制。矿工使用昂贵的设备并支付电费来为区块链创建新的区块。如果缺乏某种共识机制,任何节点都能为区块链创建新的区块,这样一来网络节点将难以认同区块链的有效性。" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "权益证明 - PoS" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -2061,11 +1934,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "依赖加密数字货币的所有权来维护区块链的共识机制。在权益证明机制中,每位加密数字货币所有人都可以通过钱包获得一定的“权益”,并且有很小的几率被选作下一个区块的创建者和将新区块添加到区块链的添加人。通过这种方式,所有节点都能达成共识。权益证明机制可以降低耗电量,而且也不需要专用的计算机硬件。不过,这个共识机制也面临着“缺乏权益”的问题。由于没有电力消耗,在被攻击时,权益证明机制出于利益的考量可能会“投票”同时接受正规的区块链和由攻击者创建的区块链。" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "工作量证明 - PoW" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -2075,11 +1948,11 @@ msgid "" "which chain was valid." msgstr "通过算力来创建新的区块并进而确保所有节点真实可信的共识机制。矿工需要依赖昂贵的设备并支付高额的电费才能将区块添加到区块链上。共识机制的缺失可能致使任何节点都能随意地向区块链新增区块,而网络节点却永远无法就区块链的有效性达成一致意见。" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "公钥" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -2090,11 +1963,11 @@ msgstr "" "key_cryptography>`_\\ " "由私钥衍生而来,它和私钥的不同之处在于它不是保密的,任何人都可以得知公钥。私钥用于为信息签名授权,而公钥则用于证实签名的有效性。" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "拉高出货" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -2105,21 +1978,21 @@ msgid "" " some altcoins." msgstr "通过激进的宣传和误导性的描述来夸大廉价生产或低价购得的资产的价值。这样的宣传往往诱使他人购进资产,从而推高资产的价格。当价格足够高时,他们再大量出售或变现资产,从而导致价格的暴跌。这样的现象在流动性低的市场上尤其常见,典型的例子就是竞争币市场。" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "仲裁连" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "由既定算法随机选取后组成的主节点群,用以签名或对某行为进行投票。" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "二维码" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -2127,11 +2000,11 @@ msgid "" "to encode Dash addresses." msgstr "二维码是指在一维条码的基础上扩展出另一维具有可读性的条码,使用黑白矩形图案表示二进制数据的图形块。包括手机摄像头在内的摄像头都可以扫描二维码。它通常还用于达世币地址的解读。" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "中本聪" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " @@ -2140,22 +2013,22 @@ msgstr "" "根据维基百科的定义,`\\ 中本聪 `_\\ " "是比特币的设计者和初始执行方案的创建人。" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "SDK" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "软件开发工具包是软件工程师在为特定的软件包和软硬件平台创建应用软件时所用的工具、代码和文档的集合。" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "信号" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2165,22 +2038,22 @@ msgid "" "blocks." msgstr "一个支持某个功能或分叉的迹象,标识或者信号。常常用于那些发布支持同意信号的矿工。该消息往往通过他们应用更新版本的软件支持某个协议和/或在产生的区块中设置某个特殊的标志位来传送。" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "状态浏览" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "所有状态变更已经被应用后的所有数据对象的当前状态。以在Evolution当中为例,它可以确定社交钱包应当显示的内容。" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "叉勺技术" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2199,29 +2072,29 @@ msgstr "" "达世币研发团队创造了一个称为\\ :ref:`叉勺 `\\ " "的技术。通过这个机制,更新的代码将被公布到网络上,但不会被立即激活(或强制执行)。此后,有关变动和更新客户端的必要性的通知信息将会被发送给用户。完成客户端更新的用户将会运行新的代码。不过,在新代码发生错误的时候,达世币网络不会拒绝客户端上的区块,但会避免意外的分叉。然后,错误的相关信息就会被收集并发送给研发团队。一旦研发团队对主网环境下的新代码的稳定性感到满意且网络就新代码的采用达成共识,那么团队就可以远程激活新代码的实施。相反,如果新代码的稳定性出现问题,那么研发团队也可以通过相同的方式停用代码,以避免在整个达世币网络上进行召回或客户端更新。" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "被污染的币" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "Taint是用于关联两个(钱包)地址的方法。只有用户尝试保持匿名的时候,这个方法的重要性才会凸显出来。" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "tDash" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "测试网达世币,在\\ :ref:`测试网 `\\ 中使用。" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "测试网" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2231,21 +2104,21 @@ msgstr "" ":ref:`测试网络 `\\ " "是一个(与主网并行但)仅用于测试的网络,它可以用于测试钱包、加密数字货币、主节点、矿工和用户是否都能在一个安全的环境中模拟他们的主网对应物,在这种环境下发生错误或分叉不会对主网带来不良影响。" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "Tor" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "Tor是一种匿名的路由协议。希望维持网络身份匿名性的人们通常会使用这种协议。" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "交易" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2259,82 +2132,82 @@ msgstr "" " `DIP2 `_\\ " "限定格式的额外负载,并且可用于管理区块链用户。" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "交易区块" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "达世币网络上发生的一系列交易,它们集中在一起,统一处理并写入到区块链上。" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "交易手续费" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "在达世币网络上为某些交易而缴纳的\\ :ref:`小额费用 `\\ 。这些费用会被分配给成功处理了与交易相关的区块的矿工。" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "未确认交易" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "未经矿工处理或未由即时发送功能处理的交易被视为“未确认的交易”。未经确认的交易是可逆的,因此它们不应被视作最终结果。" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "微地址" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "一个有理想模型的达世币地址,比如名字。" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "原始达世币" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "因挖矿行为或持有主节点提供服务所获得的达世币。这些还没有被支出的资金被称作原始达世币。" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "Volatility反复无常" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "对于被交易的金融资产(包括达世币在内)的价格波动的衡量。" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "钱包" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "存储达世币以供将来使用的一种方法。钱包包含有私钥,而私钥与达世币地址相关。区块链记录着与这些地址相关的达世币余额(和交易情况)。" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "白皮书" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2345,31 +2218,31 @@ msgstr "" "根据维基百科的定义,\\ `白皮书 `_\\ " "指的是权威的报告或指南,它简明扼要地向读者介绍某个复杂的问题,并阐述发行机构在这个问题上秉持的理念。它旨在帮助读者理解问题、解决问题或作出决策。" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "X11" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr ":ref:`X11 `\\ 指由Dash Core开发者Evan Duffield所创立的哈希算法。" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "零确认" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "零确认的意思是交易未经区块链的确认。从技术上说,,除非交易是通过即时发送功能完成的(否则零确认交易是可逆的)。" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "vin" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2379,11 +2252,11 @@ msgstr "" "交易(tx)由一个或多个输入和输出组成。vin指的是交易的输入列表,vout指的则是交易的输出列表。 " "达世币主节点的运营需要(整好)有1000达世币的输入才能生效。" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "VMN" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2393,3 +2266,133 @@ msgstr "虚拟主节点是JavaScript中的独立主节点模拟器,可模拟Ev #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**基金会:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "**委内瑞拉:** https://www.facebook.com/groups/DarkcoinVenezuela" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" +#~ "**Mark Mason, 媒体经理 & PR, Dash " +#~ "Force News:** https://twitter.com/StayDashy" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" +#~ "**Amanda B. Johnson, 达世币超级粉及由达世币资助的主播:** " +#~ "https://twitter.com/AmandaB_Johnson" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" +#~ "**Tao of Satoshi, Dash Nation " +#~ "创始人,由DAO资助的提案发起人:** `https://twitter.com/Dash_Nation " +#~ "`__" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "**Dash 越南:** https://twitter.com/dashvietnam" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "**Dash News 西班牙语:** https://dashnewsespanol.com" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "**Dash News 德国:** https://dash-news.de" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "**Dash 越南:** https://dashvn.blogspot.com" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "**Dash France:** https://dashfrance.com/" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "https://www.cryptonator.com/widget" +#~ msgstr "https://www.cryptonator.com/widget" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index 5bf705082..000000000 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,61 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -# Translators: -# Alex.ys , 2022 -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "使用软件包管理器安装达世币" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "达世币、加密数字货币、fedora、ubuntu、rpm、apt、git、主节点、安装、二进制" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "高阶主题" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "在Fedora Linux系统上安装达世币" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "达世币研发者t0dd开发了软件包并编写了一份实用指南,以便用户安装和运行达世币主节点或在测试网上进行操作。" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "https://github.com/taw00/dashcore-rpm" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "在Ubuntu Linux系统上安装达世币" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "达世币正在研发二进制文件,以便在Ubuntu Linux Launchpad存储库上发行。在公告发布后,用户可查看此处查看详细信息。" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po index 4c72bec46..58cb4fc9e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: zh_CN\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 6d8587f1d..599b22c02 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: zh_CN\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index caa415f1c..539836332 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -338,29 +338,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -368,94 +372,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -465,11 +469,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -481,50 +485,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -533,7 +537,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -543,18 +547,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -566,24 +570,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -591,7 +595,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -599,28 +603,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -628,14 +632,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -644,65 +648,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -710,28 +714,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -742,16 +746,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -760,23 +764,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "其中:" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -786,15 +790,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -802,241 +806,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "Tor" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "Dash Core" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "哨兵" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "完成同步后,您应该看到以下响应::" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" -msgstr "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" +msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "DAPI" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "此时,您可以通过键入\\ ``exit``\\ 来安全地注销您的服务器。祝贺您!您的主节点现在正在运行。" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1045,7 +1092,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1056,25 +1103,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1441,3 +1488,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po index e81667b7d..a5f3e9126 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -117,12 +117,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -135,13 +135,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -151,7 +151,7 @@ msgid "Masternode" msgstr "主节点 vs. 挖矿" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -171,7 +171,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -443,24 +443,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 #, fuzzy -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "有关支付的逻辑" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -747,3 +747,75 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po index 04897211a..edbab7b63 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: zh_CN\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 0e0dba457..3183b4488 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,34 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" +"Language-Team: Chinese (China) " +"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "设置地址簿,汇率,扫描纸钱包和更改达世币Android钱包中的设置。" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "达世币,手机,钱包,Android,地址簿,纸,汇率" @@ -42,15 +43,16 @@ msgstr "地址簿" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" "您的Android钱包允许您通过添加标签来帮助您识别所有权,用以管理您经常使用的地址。您还可以在钱包中标注您自己的地址,以便追踪定期收到的付款。您可以通过点击\\" " **菜单按钮**\\ ,然后点击\\ **地址簿**\\ " @@ -64,14 +66,14 @@ msgstr "*访问地址簿并添加地址*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" -"您还可以通过点击交易的\\ **更多选项**\\ 按钮(三个垂直点),并选择\\ **将标签添加到您的账户**\\ ,\\ **编辑您的地址标签**\\" -" ,\\ **添加发送地址\\ **或者**\\ 编辑发送地址的标签**\\ 来直接从主要交易历史屏幕中添加标签。" +"您还可以通过点击交易的\\ **更多选项**\\ 按钮(三个垂直点),并选择\\ **将标签添加到您的账户**\\ ,\\ " +"**编辑您的地址标签**\\ ,\\ **添加发送地址\\ **或者**\\ 编辑发送地址的标签**\\ 来直接从主要交易历史屏幕中添加标签。" #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" @@ -83,14 +85,14 @@ msgstr "汇率" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" "使用达世币的Android钱包允许您通过选择默认的法定货币来显示您的达世币余额和对等法币的金额。要选择默认货币,请点击\\ **菜单按钮**\\ " ",然后点击\\ **汇率**\\ 。找到您喜欢的法定货币,然后点击该货币的\\ **更多选项**\\ 按钮,并选择\\ **设置为默认**\\ " @@ -98,252 +100,270 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" msgstr "*选择法币汇率并发起一个以美元为单位的交易*" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "扫描纸钱包" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." -msgstr "" -"扫描纸钱包是一种转移您存在纸钱包资金,又或转移您从ATM机向自己钱包存入的资金的方法。要使用此功能,您必须有权访问该地址的私钥。在此过程中,存储在地址上的所有达世币都将被发送到一个新地址,这个新的地址已经确定地从您的钱包种子中生成。您扫描的私钥不会成为您钱包的一部分。" +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." +msgstr "扫描纸钱包是一种转移您存在纸钱包资金,又或转移您从ATM机向自己钱包存入的资金的方法。要使用此功能,您必须有权访问该地址的私钥。在此过程中,存储在地址上的所有达世币都将被发送到一个新地址,这个新的地址已经确定地从您的钱包种子中生成。您扫描的私钥不会成为您钱包的一部分。" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" "若要扫描纸钱包,请点击\\ **菜单按钮**\\ ,并选择\\ **扫描纸钱包**\\ 。点击\\ **扫描**\\ " "按钮,并从您的纸钱包中扫描二维码。一旦私钥被识别,点击\\ **扫描**\\ " "创建交易,该交易将达世币移动到您自己的钱包中。一旦这笔交易被确认,这张纸就毫无价值,应该被销毁。" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "*扫描含有 0.10 个达世币的纸钱包并存入Android钱包*" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "网络监测" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." -msgstr "" -"达世币Android钱包是一个轻巧的钱包,在SPV模式下有着一定的功能,这种功能意味着它不会下载区块链的完整副本。网络监测允许您查看您连接到的完整节点的详细信息。您也可以在区块链上创建区块时,向左滑动以查看区块。" +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." +msgstr "达世币Android钱包是一个轻巧的钱包,在SPV模式下有着一定的功能,这种功能意味着它不会下载区块链的完整副本。网络监测允许您查看您连接到的完整节点的详细信息。您也可以在区块链上创建区块时,向左滑动以查看区块。" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "*查看对等点和区块以监测网络活动*" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "设置" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "*达世币Android钱包中的设置菜单*" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" "设置菜单包含一系列控制达世币Android钱包行为的选项。若要访问设置,请单击\\ **菜单按钮**\\ ,然后单击\\ **设置**\\ " "。然后,您可以在\\ **设置**\\ ,\\ **诊断**\\ 和\\ **关于**\\ " "之间进行选择,这些选项将显示钱包版本、版权、许可和源代码信息。" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "面额化和精度" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "选择要显示达世币面额的小数位数,或切换到mDASH or µDASH面额" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "自己的名称" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "在向其他用户出示以进行扫描时,要输入包含在您二维码中的短名称。然后短名称将作为标签出现在他们的钱包中,以验证收件人和简化地址管理。" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "自动关闭发送货币对话框" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "一旦付款完成,指定是否关闭发送对话框。" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "连接指示器" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "在Android通知区域启用显示指示器以能够快速验证连接性。" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "可信对等点" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "输入要连接的单个对等点的IP地址或主机名。" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "跳过常规对等点发现" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "启用此选项可阻止自动的对等点发现,并仅强制连接到指定的可信对等点。" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "区块浏览器" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "允许您因为连接区块浏览器的功能来选择您要使用的区块浏览器。" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "数据使用" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "连接到Android **数据使用** 功能来查看 和/或 限制应用程序的数据使用。" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "余额提醒" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "若您在一段时间内未打开应用程序,通过启用Android系统通知,可提醒您尚有未使用的达世币。" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "启用即时发送" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "启用即时发送功能以发送和接收Dash。" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "启用Lite模式" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "启用lite模式减少带宽使用。" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "显示免责声明" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "启用或禁用应用程序中的各种免责声明和警告消息。" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "用于扫描支付的BIP70" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" "启用使用\\ `BIP70 支付协议 " "`_ " "以在扫描二维码时添加进一步的验证和安全功能。" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "查找钱包名称" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" "启用\\ `DNSSEC `_ 以在创建交易时尝试识别钱包名称。" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "诊断" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "报告问题" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "允许您收集一系列与您钱包相关的信息,以便向开发人员发送错误报告以进行故障排除。" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "显示xpub" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "显示在您的钱包中用于生成地址的种子的扩展公钥。向第三方提供您的xpub将允许他们查看您的整个交易历史,但无法创建新的交易。" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "重置区块链" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "重置在您设备上存储的与区块链相关的数据。该数据将需要再次从完整节点收集,和设置新钱包时的状况类似。重置过程可能需要一些时间。" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index b263c1e76..1e24a1760 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -83,101 +83,155 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "在Dash Core钱包当中锁定未经支付的输出" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "HD 钱包" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -"从 0.12.2.0 版本开始,Dash Core钱包就具备了兼容 BIP39/BIP44 " -"的分层确定性(HD)密码生成功能。只有在初次启动Dash Core钱包时指定 ``usehd`` " -"选项的用户才能通过命令行使用这一功能。用户应当慎用这一功能,因为助记符种子和密码需要以纯文本格式存储,直到用户为钱包指定密码短语。值得注意的是,钱包密码与助记符密码不同,后者通常也被称作" -" \"第25个字符\" 或 \"扩展字符\"。此外,钱包密码用于加密钱包文件本身,而助记符密码则用于指定来自同一助记符种子的不同派生分支。" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -"在下文中,我们将以Windows GUI钱包为例,但如果用户在其他操作系统上使用 ``dash-qt`` 或 " -"``dashd``,那么要用到的命令行就是一样的。用户可以输入以下命令,以便启用随机生成的分层确定性钱包种子,此时,钱包并不具备助记符密码::" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" -msgstr "" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +#, fuzzy +msgid "Restore HD wallet" +msgstr "HD 钱包" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#, fuzzy msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" msgstr "" "Dash Core钱包将以十六进制和 BIP39 助记符显示HD钱包的种子。如需恢复已有的HD钱包或者定义单独生成的助记符和密码,用户需要确保 " "``datadir`` 中不存在 ``wallet.dat`` 文件,然后再输入以下命令::" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "HD钱包可以恢复,并且用户的余额将在完成同步后予以显示。" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#, fuzzy +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" +"从 0.12.2.0 版本开始,Dash Core钱包就具备了兼容 BIP39/BIP44 " +"的分层确定性(HD)密码生成功能。只有在初次启动Dash Core钱包时指定 ``usehd`` " +"选项的用户才能通过命令行使用这一功能。用户应当慎用这一功能,因为助记符种子和密码需要以纯文本格式存储,直到用户为钱包指定密码短语。值得注意的是,钱包密码与助记符密码不同,后者通常也被称作" +" \"第25个字符\" 或 \"扩展字符\"。此外,钱包密码用于加密钱包文件本身,而助记符密码则用于指定来自同一助记符种子的不同派生分支。" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +#, fuzzy +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" +"在下文中,我们将以Windows GUI钱包为例,但如果用户在其他操作系统上使用 ``dash-qt`` 或 " +"``dashd``,那么要用到的命令行就是一样的。用户可以输入以下命令,以便启用随机生成的分层确定性钱包种子,此时,钱包并不具备助记符密码::" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "多重签名" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -191,85 +245,85 @@ msgstr "" "Core钱包中的多重签名功能。尽管交易在当前的测试网区块链上是不可见的,并且地址格式或远程过程调用与本文显示的稍有不同,但原则和命令是相同的。本章节提供了创建2" " -3多重签名地址及交易的例子,其中涉及三方,即买卖双方和仲裁者。实例如下列网站所示:" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "https://gist.github.com/gavinandresen/3966071" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "https://bitcoin.org/en/developer-examples#p2sh-multisig" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "步骤 1:创建三个地址" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "卖方::" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "买方::" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "仲裁者::" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "结果会产生三对密钥(公钥/私钥)::" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "步骤 2:创建多重签名地址" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "``createmultisig`` 命令可以创建n/m的多重签名变量(json数据提供)。本文示例创建的是2/3多重签名。" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "值得注意的是:只要公钥和序列已知(则地址和redeemScript都是一样的),那么任何人都可以创建地址。" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "步骤 3:买方为多重签名地址提供资金" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "买方为多重签名地址提供资金的流程与寻常交易相同。" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "卖方/仲裁者可以通过区块浏览器中的交易ID跟进交易情况或通过控制台来完成操作。" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "步骤 4:通过多重签名功能完成支付" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -280,13 +334,13 @@ msgstr "" "现在我们假定交易已完成,那么买卖双方都会得到满意的结果。如果卖方希望领取个人的达世币,那么在2 " "-3多重签名的情况下,交易需要取得三方中的两方的签名许可(即卖方的签名加上买方或仲裁者的签名)。这时候,卖方就可以创建交易了(在这里,我们重复使用了上述的公共地址)。" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "使用redeemScript、scriptPubKey和个人私钥对多重签名交易进行部分签名" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -297,23 +351,23 @@ msgstr "" "值得注意的是,十六进制的输出变得越来越长,但由于交易还需要另一个签名,因此输出的完成情况备注为 \"false\" " "。这时,买方或仲裁者就可以使用上述输出和私钥来完成交易签名了。我们假设买方正在完成签名。" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "现在交易签名已经完成了,任何一方都可以将交易传输到达世币网络上了。" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "同样,用户也可以在区块浏览器中跟进交易。卖方也很乐意在如下所示的个人公共地址上接收达世币。" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -321,51 +375,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "Tor" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -376,11 +430,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -391,13 +445,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -405,25 +459,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -431,62 +485,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "多款钱包" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -495,61 +549,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -557,7 +611,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -572,11 +626,11 @@ msgstr "" "文件保存在默认地址上(如果用户不需要同时运行钱包,那就更简单了)。用户也可以指定完全独立的数据目录,例如 ``C:\\Dash1`` " "(如果用户希望同时运行钱包,那么设置将相对更简单)。" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "独立的wallet.dat文件" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -588,11 +642,11 @@ msgstr "" "Core钱包的二进制文件(文件通常位于 ``C:\\Program Files\\DashCore\\dash-qt.exe`` " "或在类似文件中),然后在桌面上创建两个快捷方式。随后,达世币需要打开这些快捷方式的 **属性** 窗口。" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "使用Windows 10创建桌面快捷方式" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -605,7 +659,7 @@ msgstr "" "参数,那么钱包将默认使用 ``wallet.dat`` 。如果指定的钱包文件并不存在,那么文件将会自行创建。下文以 " "``workwallet.dat`` 和 ``homewallet.dat`` 这两个文件为例:" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" @@ -613,7 +667,7 @@ msgstr "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" @@ -621,11 +675,11 @@ msgstr "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "指定独立的钱包文件" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -633,11 +687,11 @@ msgid "" "as described below." msgstr "现在,用户可以使用这两个快捷图标轻松迅速地从桌面打开不同的钱包了。请注意,用户无法同时打开两个钱包。如果用户需要两个独立的数据目录,操作步骤如下所述。" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "独立的数据目录" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -653,7 +707,7 @@ msgstr "" "复制到新的目录之下。它们将作为独立的数据目录,帮助Dash " "Core钱包同时运行不同的实例。用户可参照上述步骤创建两个(或更多的)快捷方式,并按以下方式为 ``datadir`` 指定参数。" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" @@ -661,7 +715,7 @@ msgstr "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" @@ -669,11 +723,11 @@ msgstr "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "指定独立的数据路径" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -686,18 +740,45 @@ msgstr "" " \"轻\"钱包。在这种情况下,用户可以参照\\ :ref:`达世币轻钱包 `\\ " "的指示在无需保存区块链完整副本的前提下维护多个独立的钱包。" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "Dash Core钱包同时运行两个实例" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "KeePass" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 432f3d436..7b9699ef3 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -148,7 +148,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -250,10 +250,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -261,54 +263,54 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "你将被要求输入和验证密码。" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 #, fuzzy msgid "Enter a password" msgstr "输入密码" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "确认你想要加密你的钱包" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "加密你的达世币钱包" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "加密你的钱包,请点击\\ **设置** > **加密钱包**\\ 。" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "对达世币钱包进行加密" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "你将被要求输入和验证密码。" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "输入密码" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -319,7 +321,7 @@ msgstr "" "当加密过程结束后,你会看到一条提示说钱包之前的备份已不可用,并要求关闭Dash Core。当你重新启动Dash " "Core后,你会看到右下角出现了一个蓝色的小锁。" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Dash Core钱包完成同步和加密" @@ -387,3 +389,21 @@ msgstr "Dash Core钱包完成同步和加密" #~ " access to your funds." #~ msgstr "当你的钱包与达世币网络同步完成后,强烈建议你为钱包设置一个密码或口令,以避免未经授权的登录。密码应该有一些难度,而且是你没有在别的地方使用过的新密码。记下你的密码,存放在一个安全的地方,否则你有可能因忘记密码而无法进入钱包获取资金。" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index af95b9950..ee499ef50 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -227,10 +227,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -238,50 +240,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "你将被要求输入和验证密码。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "输入密码" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "确认你想要加密你的钱包" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "加密你的达世币钱包" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "加密你的钱包,请点击\\ **设置** > **加密钱包**\\ 。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "对达世币钱包进行加密" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "你将被要求输入和验证密码。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -291,11 +293,11 @@ msgstr "" "当加密过程结束后,你会看到一条提示说钱包之前的备份已不可用,并要求关闭Dash Core。当你重新启动Dash " "Core后,你会看到右下角出现了一个蓝色的小锁。" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Dash Core钱包完成同步和加密" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "你现在可以通过你的钱包安全地发送和接收资金了。" @@ -313,3 +315,13 @@ msgstr "你现在可以通过你的钱包安全地发送和接收资金了。" #~ " access to your funds." #~ msgstr "当你的钱包与达世币网络同步完成后,强烈建议你为钱包设置一个密码或口令,以避免未经授权的登录。密码应该有一些难度,而且是你没有在别的地方使用过的新密码。记下你的密码,存放在一个安全的地方,否则你有可能因忘记密码而无法进入钱包获取资金。" +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 9ce8e05cc..2e7b4d749 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -135,7 +135,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -146,8 +146,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -291,10 +291,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -302,50 +304,50 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 #, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "你将被要求输入和验证密码。" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "输入密码" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "确认你想要加密你的钱包" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "加密你的达世币钱包" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "加密你的钱包,请点击\\ **设置 > 加密钱包**\\ 。" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "对达世币钱包进行加密" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "你将被要求输入和验证密码。" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 #, fuzzy msgid "" "When the encryption process is complete, you will see a warning that past" @@ -356,11 +358,11 @@ msgstr "" "当加密过程结束后,你会看到一条提示说钱包之前的备份已不可用,并要求关闭Dash Core。当你重新启动Dash " "Core后,你会看到右下角出现了一个蓝色的小锁。" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Dash Core钱包完成同步和加密" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "你现在可以通过你的钱包安全地发送和接收资金了。" @@ -414,3 +416,31 @@ msgstr "你现在可以通过你的钱包安全地发送和接收资金了。" #~ " access to your funds." #~ msgstr "当你的钱包与达世币网络同步完成后,强烈建议你为钱包设置一个密码或口令,以避免未经授权的登录。密码应该有一些难度,而且是你没有在别的地方使用过的新密码。记下你的密码,存放在一个安全的地方,否则你有可能因忘记密码而无法进入钱包获取资金。" +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index cd7a01e29..c275c633f 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # Alex.ys , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" +"Language-Team: Chinese (China) " +"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "个人iOS设备上的达世币URL方案、主公钥和支付请求" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "达世币,移动,钱包,ios,发送,接收,支付,url,公钥" @@ -36,10 +37,29 @@ msgid "Advanced functions" msgstr "高级功能" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 +#, fuzzy +msgid "Masternode keys" +msgstr "主公钥" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" msgstr "URL方案" -#: ../../docs/user/wallets/ios/advanced-functions.rst:14 +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " @@ -49,70 +69,71 @@ msgstr "" "iOS允许应用程序通过URL方案建立关联并互相沟通。适用于iOS系统的达世币钱包践行的是 dashwallet:// " "scheme,它允许用户通过钱包完成以达世币计价的交易。本页面介绍了使用URL方案的方法。" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "支付" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "支付请求URL格式::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "备注:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "``发送方`` 既是用户的回调地址,也是向其它用户展示的应用程序名称。这有助于防止第3方应用程序遭到网络钓鱼攻击。" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "用户将会看到如下所示的类似内容:" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "iOS版达世币钱包中的支付请求" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "如果用户输入了正确的密码,那么交易款项将会予以发送,并在回调地址后返回到发款方的应用程序。" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "回调地址格式::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "主公钥" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "主公钥请求格式::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" "注意:帐户是可选的,它们分别对应BIP32或 " "BIP44帐户。在大部分时间内,数值应为0。如果用户没有指定账户,钱包默认使用账户0。在这种情况下,钱包将返回 " "``44’/5’/’`` 和 ``’`` 的公钥。" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "回调::" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "获取支付地址" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po index e77827ee9..e560aa763 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language: zh_CN\n" @@ -69,20 +69,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "安装" @@ -97,22 +96,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "文档" @@ -126,96 +124,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "Atomic钱包" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "https://atomicwallet.io" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" -"Atomic " -"Wallet是一款适用于多种资产类型且免于托管的钱包,它同时具备原子交换和去中心化交易委托功能。它为用户提供强大而安全的服务,使用户在享有高度透明且安全可靠的服务的同时还能降低加密数字资产的管理和交易成本。" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" -"Atomic Wallet提供有关功能的详细解说,网址链接为 https://atomicwallet.freshdesk.com " -"其它实用链接如下所示:" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" -"`如何创建一个钱包 " -"`_" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" -"`Atomic Swaps入门指南 " -"`_" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "Atomic的钱包组合界面" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -223,25 +147,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "Cobo" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "https://cobo.com" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -252,35 +176,35 @@ msgid "" "returns." msgstr "Cobo是一款手机钱包,支持包括达世币在内的多币种服务。用户可以选择注册云钱包(私钥以云备份存储),或生成自己的HD钱包种子(私钥在个人钱包上加密)。这样一来,用户就可以最大限度地控制用于管理所有个人资产的加密密钥了。钱包还提供独特的“风险投注”功能,以便用户汇集个人持有的达世币来创建主节点并享有每周的区块奖励。" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "Cobo提供有关功能的详细解说,网址链接为 https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "Cobo 钱包" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 #, fuzzy msgid "Coin Wallet" msgstr "Cobo 钱包" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 #, fuzzy msgid "https://coin.space/" msgstr "https://evercoin.com" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -288,7 +212,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -301,22 +225,22 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 #, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "Cobo提供有关功能的详细解说,网址链接为 https://support.cobo.com" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -325,11 +249,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "Coinomi是一款开源的多币种手机钱包,适用于iOS和Android系统。用户的私钥永远不会脱离个人设备,并且Coinomi强大的钱包加密功能可以确保个人资金始终仅处于个人掌控之下。不仅如此,Coinomi还与ShapeShift和Changelly合作,帮助用户直接在钱包中立即完成交易。" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "下载" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -339,25 +263,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "Coinomi提供有关功能的详细解说,网址链接为 https://coinomi.freshdesk.com" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "安卓设备上运行Coinomi钱包" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -368,7 +292,7 @@ msgid "" "cryptocurrencies." msgstr "Edge是一款同时适用于IOS和Android系统的性能强大的多币种钱包。它具备独特的登录系统,以便用户将加密的HD种子进行云存储,同时还能在个人设备上进行需要用到私钥的敏感操作。Edge不仅运行快捷,而且便于使用。用户可以通过它扫描二维码,然后使用指纹或Pin码授权交易。ShapeShift也能帮助用户完成不同币种间的兑换。" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -376,49 +300,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "Edge欢迎界面、达世币接收界面和余额页面" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "Ethos" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "https://www.ethos.io" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -427,7 +351,7 @@ msgid "" " a portfolio tracker." msgstr "Ethos通用钱包允许您存储达世币和其他100多种加密数字货币。Ethos通用钱包有一个单个的恢复短语,被称为SmartKey,您可以用它来在另一个设备上恢复所有余额。它的功能包括用户可读的用户名,ShapeShift币转换和投资组合追踪器。" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -436,53 +360,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "Ethos在 https://support.ethos.io 提供了所有功能的详细文档,并在此处收集了几个快速链接:" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "安卓设备上运行Ethos通用钱包" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -490,7 +414,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -498,13 +422,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" @@ -512,7 +436,7 @@ msgstr "" "`如何安装Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" @@ -520,19 +444,19 @@ msgstr "" "`如何开始使用Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "Exodus的钱包组合界面" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "Guarda" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -541,7 +465,7 @@ msgid "" "the safety of your funds." msgstr "Guarda具备完整的区块链生态体系,其中包括桌面钱包、网页钱包和移动钱包、加密数字货币的场外交易和即时交易。Guarda的区块链体系支持达世币,有助于新用户轻松、快速地入门。所有私钥由用户掌控,增强了资金的安全性。" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -552,14 +476,14 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "Guarda提供有关功能的详细解说,网址链接为 https://guarda.freshdesk.com 其它实用链接如下所示:" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "Guarda钱包" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -589,7 +513,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -597,34 +521,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -635,7 +559,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "Mobi是一款与手机号码相关联的多币种移动钱包。作为托管钱包的一种,Mobi代表用户持有用户的私钥,这就意味着用户只需在收到短信后输入个人Pin码即可恢复资金。不过,用户需要信赖Mobi对私钥的使用。不仅如此,如果用户不再使用关联的手机号码,那么用户将无法获取个人资金。用户还可以使用网页界面或通过应用程序用法定货币购买加密数字货币。" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -643,7 +567,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " @@ -652,26 +576,26 @@ msgstr "" "阅读 `FAQ `__, 加入 `Mobi 电报群 " "`_ 或发送邮件至 support@mobi.me 寻求Mobi帮助与支持." -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "安卓设备上运行Mobi钱包" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -679,32 +603,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -712,26 +636,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -739,7 +663,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -747,25 +671,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -773,7 +697,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -783,7 +707,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -792,26 +716,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -819,13 +743,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1069,3 +993,80 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "Atomic钱包" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "https://atomicwallet.io" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" +#~ "Atomic " +#~ "Wallet是一款适用于多种资产类型且免于托管的钱包,它同时具备原子交换和去中心化交易委托功能。它为用户提供强大而安全的服务,使用户在享有高度透明且安全可靠的服务的同时还能降低加密数字资产的管理和交易成本。" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" +#~ "Atomic Wallet提供有关功能的详细解说,网址链接为 " +#~ "https://atomicwallet.freshdesk.com 其它实用链接如下所示:" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" +#~ "`如何创建一个钱包 " +#~ "`_" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" +#~ "`Atomic Swaps入门指南 " +#~ "`_" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "Atomic的钱包组合界面" + diff --git a/locale/zh_CN/LC_MESSAGES/index.po b/locale/zh_CN/LC_MESSAGES/index.po index c30d7c840..35ae556c9 100644 --- a/locale/zh_CN/LC_MESSAGES/index.po +++ b/locale/zh_CN/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Alex.ys , 2018\n" "Language: zh_CN\n" @@ -109,9 +109,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po index c591314fb..0938de2c5 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -81,7 +81,7 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "" #: ../../docs/user/developers/insight.rst:58 -msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" msgstr "" #: ../../docs/user/developers/insight.rst:59 @@ -109,3 +109,6 @@ msgstr "" #~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" #~ msgstr "" +#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po index 9086cfe6d..3535f525e 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2023. +# # Translators: # William , 2023 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: William , 2023\n" -"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" +"Language-Team: Chinese (Taiwan) " +"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst-1 +#: ../../docs/user/developers/integration-apis.rst:-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -37,8 +38,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with the" -" Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with " +"the Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -78,10 +79,11 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key " -"differentiator being the pricing model included and supported features. The " -"following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related documentation." +"There are a variety of options for supporting these methods, with the key" +" differentiator being the pricing model included and supported features. " +"The following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related " +"documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -94,10 +96,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful " -"and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight API " -"and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful" +" and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight " +"API and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -129,9 +131,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " -"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " -"handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, " +"WebSocket and WebHook Callbacks as well as Payment Forwarding. " +"BlockCypher does not handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -154,9 +156,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to integrate " -"digital currency wallets with your application. Support for Dash InstantSend" -" is available." +"BitGo provides a simple and robust RESTful API and client SDK to " +"integrate digital currency wallets with your application. Support for " +"Dash InstantSend is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -183,17 +185,18 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " -"easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" +" easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" -" keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " +"Private keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 +#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -214,8 +217,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to researchers " -"and businesses such as crypto miners or hardware wallet providers." +"nodes. The low latency and high performance is of great use to " +"researchers and businesses such as crypto miners or hardware wallet " +"providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -230,98 +234,132 @@ msgstr "" msgid "Documentation: https://nownodes.io/documentation" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:137 +#: ../../docs/user/developers/integration-apis.rst:136 +msgid "Tokenview" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:143 +msgid "https://services.tokenview.io" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:145 +msgid "" +"Tokenview provides a Dash API, making it easy for developers to create " +"cryptocurrency payment applications and develop Dash dApps. Monitoring " +"and alerts features are available to notify applications of balance " +"changes in real time." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:150 +msgid "" +"Features: Fully access Dash historical and real-time on-chain data for " +"non-custodial wallet, HD wallet. High performance and high availability." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:152 +msgid "Pricing Model: Free up to 1 million requests, pricing tiers." +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:153 +msgid "Documentation: https://services.tokenview.io/docs?type=api" +msgstr "" + +#: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:144 +#: ../../docs/user/developers/integration-apis.rst:164 msgid "https://www.coinpayments.net" msgstr "https://www.coinpayments.net" -#: ../../docs/user/developers/integration-apis.rst:146 +#: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such as " -"Dash. Shopping cart plugins are available for all popular webcarts used " -"today. CoinPayments can help you set up a new checkout or integrate with " -"your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such " +"as Dash. Shopping cart plugins are available for all popular webcarts " +"used today. CoinPayments can help you set up a new checkout or integrate " +"with your pre-existing checkout." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:151 +#: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " -"Private Keys on their server allowing merchants to withdraw funds in " -"Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " +"holds Private Keys on their server allowing merchants to withdraw funds " +"in Cryptocurrency or convert to fiat." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:154 +#: ../../docs/user/developers/integration-apis.rst:174 msgid "" "Integrations: aMember Pro, Arastta, Blesta, BoxBilling, Drupal, Ecwid, " "Hikashop, Magento, OpenCart, OSCommerce, PrestaShop, Tomato Cart, " "WooCommerce, Ubercart, XCart, ZenCart" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:157 +#: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" +"fees)" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:159 +#: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:163 +#: ../../docs/user/developers/integration-apis.rst:183 msgid "Price Tickers" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:165 +#: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple " -"`code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple" +" `code snippet generator from CoinGecko " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:175 +#: ../../docs/user/developers/integration-apis.rst:195 msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar " -"information is available from `DashCentral " +"`_, while an API providing similar" +" information is available from `DashCentral " "`_." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:183 +#: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" msgstr "" -#: ../../docs/user/developers/integration-apis.rst:185 +#: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry of " -"the Dash address. Printing these codes or posting the on your website makes " -"it easy to receive payment and tips in Dash, both online and offline." +"Many wallets can generate QR codes that are scannable to simplify entry " +"of the Dash address. Printing these codes or posting the on your website " +"makes it easy to receive payment and tips in Dash, both online and " +"offline." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:190 +#: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if necessary, " -"and double-click it to display a QR code. Right-click on the QR code and " -"select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if " +"necessary, and double-click it to display a QR code. Right-click on the " +"QR code and select **Save Image** to save a PNG file." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:193 +#: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:195 +#: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" -" QR code and address will appear. You can screenshot this to save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** " +"screen. A QR code and address will appear. You can screenshot this to " +"save an image." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:198 +#: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator " -"`_ and simply paste your Dash address to generate" -" an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator" +" `_ and simply paste your Dash address to " +"generate an image." msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po index 21da8263a..760ba3d92 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language: zh_TW\n" @@ -128,21 +128,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 +#: ../../docs/user/developers/integration.rst:319 msgid ":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 +#: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 +#: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" msgstr "" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 +#: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" msgstr "" @@ -398,6 +402,7 @@ msgid "The ability to determine the “InstantSend Status” of a given transact msgstr "" #: ../../docs/user/developers/integration.rst:178 +#: ../../docs/user/developers/integration.rst:301 msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." @@ -412,6 +417,7 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:186 +#: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" msgstr "" @@ -424,51 +430,53 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:203 +#: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. A " -"list of possible ZMQ notifications can be found `here " -"`__." +"locked in the mempool, ZMQ notifications can be broadcast by the node. " +"Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." msgstr "" -#: ../../docs/user/developers/integration.rst:210 +#: ../../docs/user/developers/integration.rst:211 msgid "" "The following notifications are relevant for recognizing transactions and" " their corresponding instantlocks:" msgstr "" -#: ../../docs/user/developers/integration.rst:213 +#: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" msgstr "" -#: ../../docs/user/developers/integration.rst:214 +#: ../../docs/user/developers/integration.rst:215 msgid "zmqpubhashtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:215 +#: ../../docs/user/developers/integration.rst:216 msgid "zmqpubrawtx" msgstr "" -#: ../../docs/user/developers/integration.rst:216 +#: ../../docs/user/developers/integration.rst:217 msgid "zmqpubrawtxlock" msgstr "" -#: ../../docs/user/developers/integration.rst:219 +#: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" msgstr "" -#: ../../docs/user/developers/integration.rst:221 +#: ../../docs/user/developers/integration.rst:222 msgid "" "The Dash Core Daemon can be configured to execute an external script " "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" -#: ../../docs/user/developers/integration.rst:227 +#: ../../docs/user/developers/integration.rst:228 msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " @@ -476,18 +484,18 @@ msgid "" "#watch-only-address>`__ addresses." msgstr "" -#: ../../docs/user/developers/integration.rst:234 +#: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" msgstr "" -#: ../../docs/user/developers/integration.rst:238 +#: ../../docs/user/developers/integration.rst:239 msgid "" "Because all transactions on the Dash network are automatically " "InstantSend, no procedural changes are required to broadcast transactions" " as InstantSend." msgstr "" -#: ../../docs/user/developers/integration.rst:241 +#: ../../docs/user/developers/integration.rst:242 msgid "" "Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " "now attempt to lock every valid transaction by default without any " @@ -497,64 +505,202 @@ msgid "" "true:" msgstr "" -#: ../../docs/user/developers/integration.rst:248 +#: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 " "blocks" msgstr "" -#: ../../docs/user/developers/integration.rst:250 +#: ../../docs/user/developers/integration.rst:251 msgid "the previous transaction is confirmed through an older InstantSend lock" msgstr "" -#: ../../docs/user/developers/integration.rst:252 +#: ../../docs/user/developers/integration.rst:253 msgid "" "the block containing the previous transaction is `ChainLocked " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:254 +#: ../../docs/user/developers/integration.rst:255 msgid "" "When checking the previous transaction for an InstantSend lock, it is " "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" -#: ../../docs/user/developers/integration.rst:259 +#: ../../docs/user/developers/integration.rst:260 +#: ../../docs/user/developers/integration.rst:368 msgid "Additional Resources" msgstr "" -#: ../../docs/user/developers/integration.rst:261 +#: ../../docs/user/developers/integration.rst:262 +#: ../../docs/user/developers/integration.rst:370 msgid "" "The following resources provide additional information about InstantSend " "and are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -#: ../../docs/user/developers/integration.rst:265 +#: ../../docs/user/developers/integration.rst:266 msgid "" "`InstantSend Technical Information " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:266 +#: ../../docs/user/developers/integration.rst:267 msgid "" ":ref:`InstantSend Developer Documentation `" msgstr "" -#: ../../docs/user/developers/integration.rst:267 +#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:375 +msgid "" +":ref:`Receiving ZMQ notifications `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:269 msgid "" "`DIP0010: LLMQ InstantSend " "`__" msgstr "" -#: ../../docs/user/developers/integration.rst:268 +#: ../../docs/user/developers/integration.rst:270 +#: ../../docs/user/developers/integration.rst:377 msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" +#: ../../docs/user/developers/integration.rst:275 +msgid "ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:277 +msgid "" +"ChainLocks are a feature provided by the Dash Network which provides " +"certainty when accepting payments. This technology, particularly when " +"used in parallel with :ref:`InstantSend `, creates an " +"environment in which payments can be accepted immediately and without the" +" risk of “Blockchain Reorganization Events”." +msgstr "" + +#: ../../docs/user/developers/integration.rst:283 +msgid "" +"The risk of blockchain reorganization is typically addressed by requiring" +" multiple :term:`confirmations` before a transaction can be safely " +"accepted as payment. This type of indirect security is effective, but at " +"a cost of time and user experience. ChainLocks are a solution for this " +"problem." +msgstr "" + +#: ../../docs/user/developers/integration.rst:289 +msgid "Receiving ChainLocks" +msgstr "" + +#: ../../docs/user/developers/integration.rst:293 +msgid "" +"Once a ChainLock is observed for a block, each transaction in that block " +"and all previous blocks can be considered irreversibly and fully " +"confirmed." +msgstr "" + +#: ../../docs/user/developers/integration.rst:296 +msgid "Receiving a ChainLock introduces two requirements:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:298 +msgid "" +"The ability to determine the “ChainLock Status” of a given block or " +"transaction." +msgstr "" + +#: ../../docs/user/developers/integration.rst:304 +msgid "" +"ChainLock status is typically determined through direct connection with " +"the Dash daemon or by a `ZMQ notification " +"`__." +msgstr "" + +#: ../../docs/user/developers/integration.rst:311 +msgid "" +"ChainLock status can be identified through direct connection with the " +"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " +"of the JSON response reflects the ChainLock status of the block or " +"transaction and is included in the following commands:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:316 +msgid ":ref:`getblock `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:317 +msgid ":ref:`getblockheader `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:318 +msgid ":ref:`getblockheaders `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:327 +msgid "" +"ChainLock signatures are created shortly after the related block has been" +" mined. As a result it is recommended that integrated clients use " +":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " +"promptly as possible. Refer to `the list of possible ZMQ notifications " +"`__ for " +"more details." +msgstr "" + +#: ../../docs/user/developers/integration.rst:335 +msgid "" +"The following notifications are relevant for recognizing blocks and their" +" corresponding ChainLocks:" +msgstr "" + +#: ../../docs/user/developers/integration.rst:338 +msgid "zmqpubhashblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:339 +msgid "zmqpubhashchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:340 +msgid "zmqpubrawblock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:341 +msgid "zmqpubrawchainlock" +msgstr "" + +#: ../../docs/user/developers/integration.rst:342 +msgid "zmqpubrawchainlocksig" +msgstr "" + +#: ../../docs/user/developers/integration.rst:344 +msgid "" +"This sample code uses the `js-dashd-zmq library " +"`__ to listen for ChainLock ZMQ " +"notifications and return the hash of blocks that receive a ChainLock." +msgstr "" + +#: ../../docs/user/developers/integration.rst:348 +msgid "Subscribe to ChainLock hash ZMQ notifications" +msgstr "" + +#: ../../docs/user/developers/integration.rst:374 +msgid ":ref:`ChainLock Developer Documentation `" +msgstr "" + +#: ../../docs/user/developers/integration.rst:376 +msgid "" +"`DIP0008: ChainLocks " +"`__" +msgstr "" + #~ msgid "" #~ "The majority of commands are unchanged" #~ " from Bitcoin making integration into " @@ -674,3 +820,13 @@ msgstr "" #~ "features-instantsend>`__" #~ msgstr "" +#~ msgid "" +#~ "Whenever a transaction enters the " +#~ "mempool and whenever a transaction is" +#~ " locked in the mempool, ZMQ " +#~ "notifications can be broadcast by the" +#~ " node. A list of possible ZMQ " +#~ "notifications can be found `here " +#~ "`__." +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po index c06272197..bab5464da 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2023\n" "Language: zh_TW\n" @@ -170,13 +170,14 @@ msgid "" msgstr "" #: ../../docs/user/introduction/features.rst:79 -msgid "Evolution Masternodes (EvoNodes)" -msgstr "" +#, fuzzy +msgid "Evolution Masternodes (evonodes)" +msgstr "主節點" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An EvoNode is a lot like " +"Evolution Masternodes (evonodes) are a subset of Masternodes that have " +"been created to host the Dash Platform. An evonode is a lot like " "Masternodes with these differences:" msgstr "" @@ -206,7 +207,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/introduction/features.rst:90 -msgid "Lesser than EvoNodes" +msgid "Lesser than evonodes" msgstr "" #: ../../docs/user/introduction/features.rst:90 @@ -945,8 +946,9 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -msgid "10(Current)" -msgstr "" +#, fuzzy +msgid "10" +msgstr "10%" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -977,8 +979,8 @@ msgid "2023-05-26" msgstr "" #: ../../docs/user/introduction/features.rst:495 -msgid "12" -msgstr "12" +msgid "12 (Current)" +msgstr "" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" @@ -1426,3 +1428,23 @@ msgstr "" #~ msgid "Lesser than EvoNode" #~ msgstr "" +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of Masternodes that have been " +#~ "created to host the Dash Platform. " +#~ "An EvoNode is a lot like " +#~ "Masternodes with these differences:" +#~ msgstr "" + +#~ msgid "Lesser than EvoNodes" +#~ msgstr "" + +#~ msgid "10(Current)" +#~ msgstr "" + +#~ msgid "12" +#~ msgstr "12" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po index ccf92e20b..c8c9a8431 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language: zh_TW\n" @@ -60,710 +60,585 @@ msgid "**Dash Core Documentation:** https://docs.dash.org/core" msgstr "**用戶文檔:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:22 -msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -msgstr "" +#, fuzzy +msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" +msgstr "**用戶文檔:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:23 -msgid "**Foundation:** https://www.dashfoundation.io" -msgstr "**基金會:** https://www.dashfoundation.io" - -#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub:** https://github.com/dashpay" msgstr "**GitHub:** https://github.com/dashpay" -#: ../../docs/user/introduction/information.rst:25 +#: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" msgstr "**GitHub (Evolution):** https://github.com/dashevo" -#: ../../docs/user/introduction/information.rst:26 +#: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" msgstr "" -#: ../../docs/user/introduction/information.rst:27 +#: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" msgstr "**DIPs:** https://github.com/dashpay/dips" -#: ../../docs/user/introduction/information.rst:30 +#: ../../docs/user/introduction/information.rst:29 msgid "Community sites" msgstr "社區網站" -#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:33 -#: ../../docs/user/introduction/information.rst:190 -msgid "https://app.dashnexus.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:34 -#: ../../docs/user/introduction/information.rst:188 -msgid "https://www.dashwatch.org" -msgstr "https://www.dashwatch.org" - -#: ../../docs/user/introduction/information.rst:35 -#: ../../docs/user/introduction/information.rst:189 +#: ../../docs/user/introduction/information.rst:32 +#: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" -#: ../../docs/user/introduction/information.rst:36 -#: ../../docs/user/introduction/information.rst:201 +#: ../../docs/user/introduction/information.rst:33 +#: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" msgstr "https://www.dashninja.pl" -#: ../../docs/user/introduction/information.rst:37 +#: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:38 -msgid "https://dashthailand.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:39 -msgid "https://dashnigeria.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:40 -msgid "https://www.dashnation.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:41 -#: ../../docs/user/introduction/information.rst:191 +#: ../../docs/user/introduction/information.rst:35 +#: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" msgstr "https://dashvotetracker.com" -#: ../../docs/user/introduction/information.rst:42 -msgid "http://www.dashspain.org" -msgstr "" - -#: ../../docs/user/introduction/information.rst:43 -msgid "https://www.dashhaiti.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:44 +#: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" msgstr "" -#: ../../docs/user/introduction/information.rst:47 +#: ../../docs/user/introduction/information.rst:39 msgid "Forums" msgstr "論壇" -#: ../../docs/user/introduction/information.rst:49 +#: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" -#: ../../docs/user/introduction/information.rst:50 +#: ../../docs/user/introduction/information.rst:42 msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" -#: ../../docs/user/introduction/information.rst:51 -msgid "**Cryptocurrencytalk.com:** https://cryptocurrencytalk.com/forum/693-dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:52 -msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -msgstr "" - -#: ../../docs/user/introduction/information.rst:53 -msgid "" -"**百度贴吧 达世币吧 (Baidu Tieba):** `https://tieba.baidu.com/f?kw=达世币 " -"`_" -msgstr "" - -#: ../../docs/user/introduction/information.rst:56 +#: ../../docs/user/introduction/information.rst:45 msgid "Chat" msgstr "" -#: ../../docs/user/introduction/information.rst:58 +#: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" msgstr "" -#: ../../docs/user/introduction/information.rst:59 +#: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -#: ../../docs/user/introduction/information.rst:60 +#: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" msgstr "" -#: ../../docs/user/introduction/information.rst:61 +#: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" msgstr "" -#: ../../docs/user/introduction/information.rst:62 +#: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" msgstr "" -#: ../../docs/user/introduction/information.rst:63 +#: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" msgstr "" -#: ../../docs/user/introduction/information.rst:64 +#: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" -#: ../../docs/user/introduction/information.rst:65 +#: ../../docs/user/introduction/information.rst:54 msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -#: ../../docs/user/introduction/information.rst:66 +#: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" msgstr "" -#: ../../docs/user/introduction/information.rst:67 +#: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" msgstr "" -#: ../../docs/user/introduction/information.rst:68 +#: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" msgstr "" -#: ../../docs/user/introduction/information.rst:69 +#: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" msgstr "" -#: ../../docs/user/introduction/information.rst:70 +#: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" msgstr "" -#: ../../docs/user/introduction/information.rst:71 +#: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" msgstr "" -#: ../../docs/user/introduction/information.rst:72 +#: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" msgstr "" -#: ../../docs/user/introduction/information.rst:73 +#: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" msgstr "" -#: ../../docs/user/introduction/information.rst:74 +#: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" msgstr "" -#: ../../docs/user/introduction/information.rst:75 +#: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" msgstr "" -#: ../../docs/user/introduction/information.rst:76 +#: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:80 +#: ../../docs/user/introduction/information.rst:69 msgid "Social media" msgstr "" -#: ../../docs/user/introduction/information.rst:82 +#: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:83 +#: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:84 +#: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:85 +#: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" -#: ../../docs/user/introduction/information.rst:86 +#: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" msgstr "" -#: ../../docs/user/introduction/information.rst:87 +#: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" msgstr "" -#: ../../docs/user/introduction/information.rst:88 +#: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" msgstr "" -#: ../../docs/user/introduction/information.rst:89 +#: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:90 +#: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:91 +#: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" msgstr "" -#: ../../docs/user/introduction/information.rst:95 +#: ../../docs/user/introduction/information.rst:84 msgid "Facebook" msgstr "臉書" -#: ../../docs/user/introduction/information.rst:97 +#: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" msgstr "" -#: ../../docs/user/introduction/information.rst:98 +#: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" msgstr "" -#: ../../docs/user/introduction/information.rst:99 +#: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" msgstr "" -#: ../../docs/user/introduction/information.rst:100 +#: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" msgstr "" -#: ../../docs/user/introduction/information.rst:101 +#: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" msgstr "" -#: ../../docs/user/introduction/information.rst:102 +#: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" msgstr "" -#: ../../docs/user/introduction/information.rst:103 +#: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" msgstr "" -#: ../../docs/user/introduction/information.rst:104 +#: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" msgstr "" -#: ../../docs/user/introduction/information.rst:105 +#: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" msgstr "" -#: ../../docs/user/introduction/information.rst:106 +#: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" msgstr "" -#: ../../docs/user/introduction/information.rst:107 -msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -msgstr "" - -#: ../../docs/user/introduction/information.rst:108 +#: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" msgstr "" -#: ../../docs/user/introduction/information.rst:112 +#: ../../docs/user/introduction/information.rst:100 msgid "Twitter" msgstr "推特" -#: ../../docs/user/introduction/information.rst:114 +#: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "" -#: ../../docs/user/introduction/information.rst:115 -msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -msgstr "" - -#: ../../docs/user/introduction/information.rst:116 -msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#: ../../docs/user/introduction/information.rst:103 +msgid "" +"**Samuel Westrich, CTO of Dash Core Group:** " +"https://twitter.com/SamWestrich/" msgstr "" -#: ../../docs/user/introduction/information.rst:117 +#: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -#: ../../docs/user/introduction/information.rst:118 -msgid "" -"**Mark Mason, Director of Media & PR, Dash Force News:** " -"https://twitter.com/StayDashy" -msgstr "" - -#: ../../docs/user/introduction/information.rst:119 -msgid "" -"**Amanda B. Johnson, Dash Superfan and DAO-funded contractor:** " -"https://twitter.com/AmandaB_Johnson" -msgstr "" - -#: ../../docs/user/introduction/information.rst:120 -msgid "" -"**Tao of Satoshi, Dash Nation Founder and DAO-funded contractor:** " -"`https://twitter.com/Dash_Nation `__" -msgstr "" - -#: ../../docs/user/introduction/information.rst:121 +#: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" msgstr "" -#: ../../docs/user/introduction/information.rst:122 -msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -msgstr "" - -#: ../../docs/user/introduction/information.rst:126 +#: ../../docs/user/introduction/information.rst:109 msgid "News" msgstr "新聞" -#: ../../docs/user/introduction/information.rst:128 +#: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" -#: ../../docs/user/introduction/information.rst:129 +#: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" -#: ../../docs/user/introduction/information.rst:130 +#: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" msgstr "" -#: ../../docs/user/introduction/information.rst:131 -msgid "**Dash News En Español:** https://dashnewsespanol.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:132 +#: ../../docs/user/introduction/information.rst:114 msgid "" "**Dash News En Español (YouTube):** https://www.youtube.com/channel" "/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -#: ../../docs/user/introduction/information.rst:133 +#: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" msgstr "" -#: ../../docs/user/introduction/information.rst:134 +#: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:135 +#: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:136 -msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:137 -msgid "**Dash News Germany:** https://dash-news.de" -msgstr "" - -#: ../../docs/user/introduction/information.rst:138 -msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -msgstr "" - -#: ../../docs/user/introduction/information.rst:139 -msgid "**Dash France:** https://dashfrance.com/" -msgstr "" - -#: ../../docs/user/introduction/information.rst:140 +#: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -#: ../../docs/user/introduction/information.rst:148 +#: ../../docs/user/introduction/information.rst:126 msgid "Blogs" msgstr "" -#: ../../docs/user/introduction/information.rst:150 +#: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" msgstr "" -#: ../../docs/user/introduction/information.rst:151 +#: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" msgstr "" -#: ../../docs/user/introduction/information.rst:155 +#: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" msgstr "" -#: ../../docs/user/introduction/information.rst:157 +#: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:161 +#: ../../docs/user/introduction/information.rst:139 msgid "Inactive" msgstr "" -#: ../../docs/user/introduction/information.rst:163 +#: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" msgstr "" -#: ../../docs/user/introduction/information.rst:164 +#: ../../docs/user/introduction/information.rst:142 msgid "" "**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" "dash-coin" msgstr "" -#: ../../docs/user/introduction/information.rst:165 +#: ../../docs/user/introduction/information.rst:143 msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" -#: ../../docs/user/introduction/information.rst:169 +#: ../../docs/user/introduction/information.rst:147 msgid "Tools" msgstr "工具" -#: ../../docs/user/introduction/information.rst:172 +#: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" msgstr "" -#: ../../docs/user/introduction/information.rst:174 +#: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" msgstr "" -#: ../../docs/user/introduction/information.rst:175 +#: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:176 +#: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:177 -msgid "https://www.coinexplorer.net/dash" -msgstr "" - -#: ../../docs/user/introduction/information.rst:178 +#: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:179 +#: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" msgstr "" -#: ../../docs/user/introduction/information.rst:180 +#: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" msgstr "" -#: ../../docs/user/introduction/information.rst:181 +#: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" -#: ../../docs/user/introduction/information.rst:182 +#: ../../docs/user/introduction/information.rst:159 +#, fuzzy +msgid "https://dash.tokenview.io" +msgstr "https://dashvotetracker.com" + +#: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" msgstr "" -#: ../../docs/user/introduction/information.rst:186 +#: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" msgstr "" -#: ../../docs/user/introduction/information.rst:192 +#: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" msgstr "https://proposal.dash.org" -#: ../../docs/user/introduction/information.rst:193 +#: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" msgstr "https://www.dashninja.pl/governance.html" -#: ../../docs/user/introduction/information.rst:194 +#: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" msgstr "" -#: ../../docs/user/introduction/information.rst:198 +#: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" msgstr "" -#: ../../docs/user/introduction/information.rst:200 -msgid "http://dashmasternode.org" -msgstr "http://dashmasternode.org" - -#: ../../docs/user/introduction/information.rst:202 +#: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" msgstr "https://stats.masternode.me" -#: ../../docs/user/introduction/information.rst:203 +#: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" msgstr "https://github.com/Bertrand256/dash-masternode-tool" -#: ../../docs/user/introduction/information.rst:204 +#: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" -#: ../../docs/user/introduction/information.rst:205 +#: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" msgstr "" -#: ../../docs/user/introduction/information.rst:206 +#: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" msgstr "" -#: ../../docs/user/introduction/information.rst:210 +#: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" msgstr "" -#: ../../docs/user/introduction/information.rst:212 +#: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" msgstr "" -#: ../../docs/user/introduction/information.rst:213 +#: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:214 +#: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" msgstr "" -#: ../../docs/user/introduction/information.rst:215 +#: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:216 +#: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" msgstr "" -#: ../../docs/user/introduction/information.rst:217 -msgid "https://www.cryptonator.com/widget" +#: ../../docs/user/introduction/information.rst:192 +#, fuzzy +msgid "https://www.coingecko.com/en/coins/dash" msgstr "https://www.cryptonator.com/widget" -#: ../../docs/user/introduction/information.rst:221 +#: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" msgstr "" -#: ../../docs/user/introduction/information.rst:223 +#: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" msgstr "https://dashcommunity.github.io" -#: ../../docs/user/introduction/information.rst:224 +#: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" msgstr "" -#: ../../docs/user/introduction/information.rst:228 +#: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" msgstr "" -#: ../../docs/user/introduction/information.rst:230 +#: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" -#: ../../docs/user/introduction/information.rst:231 +#: ../../docs/user/introduction/information.rst:206 msgid "" "**The Hidden Wiki:** " "`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -#: ../../docs/user/introduction/information.rst:232 +#: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" -#: ../../docs/user/introduction/information.rst:236 +#: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" msgstr "" -#: ../../docs/user/introduction/information.rst:239 +#: ../../docs/user/introduction/information.rst:214 msgid "iOS" msgstr "" -#: ../../docs/user/introduction/information.rst:241 +#: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" msgstr "" -#: ../../docs/user/introduction/information.rst:242 +#: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" msgstr "" -#: ../../docs/user/introduction/information.rst:243 +#: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" msgstr "" -#: ../../docs/user/introduction/information.rst:244 +#: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" msgstr "" -#: ../../docs/user/introduction/information.rst:245 -msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -msgstr "" - -#: ../../docs/user/introduction/information.rst:246 +#: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" msgstr "" -#: ../../docs/user/introduction/information.rst:247 +#: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" msgstr "" -#: ../../docs/user/introduction/information.rst:248 -msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -msgstr "" - -#: ../../docs/user/introduction/information.rst:252 +#: ../../docs/user/introduction/information.rst:225 msgid "Android" msgstr "" -#: ../../docs/user/introduction/information.rst:254 +#: ../../docs/user/introduction/information.rst:227 msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:255 +#: ../../docs/user/introduction/information.rst:228 msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" -#: ../../docs/user/introduction/information.rst:256 -msgid "**Jaxx:** https://play.google.com/store/apps/details?id=com.liberty.jaxx" -msgstr "" - -#: ../../docs/user/introduction/information.rst:257 +#: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:258 -msgid "" -"**Cryptonator:** " -"https://play.google.com/store/apps/details?id=com.cryptonator.android" -msgstr "" - -#: ../../docs/user/introduction/information.rst:259 +#: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" -#: ../../docs/user/introduction/information.rst:260 -msgid "**Bitnovo:** https://play.google.com/store/apps/details?id=com.bitnovo.app" -msgstr "" - -#: ../../docs/user/introduction/information.rst:261 +#: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" -#: ../../docs/user/introduction/information.rst:262 -msgid "" -"**Blockfolio:** " -"https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -msgstr "" - -#: ../../docs/user/introduction/information.rst:263 +#: ../../docs/user/introduction/information.rst:232 msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:264 +#: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" -#: ../../docs/user/introduction/information.rst:265 +#: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" -#: ../../docs/user/introduction/information.rst:272 +#: ../../docs/user/introduction/information.rst:241 msgid "Glossary" msgstr "名詞解釋" -#: ../../docs/user/introduction/information.rst:275 +#: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" msgstr "" -#: ../../docs/user/introduction/information.rst:277 +#: ../../docs/user/introduction/information.rst:246 msgid "" "A condition in which more than half the computing power on a " "cryptocurrency network is controlled by a single miner or group of " @@ -772,11 +647,11 @@ msgid "" "attacker’s hashed transaction block." msgstr "" -#: ../../docs/user/introduction/information.rst:282 +#: ../../docs/user/introduction/information.rst:251 msgid "Address" msgstr "" -#: ../../docs/user/introduction/information.rst:284 +#: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " @@ -785,11 +660,11 @@ msgid "" "to digitally sign transactions (see Public key)." msgstr "" -#: ../../docs/user/introduction/information.rst:289 +#: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" msgstr "" -#: ../../docs/user/introduction/information.rst:291 +#: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " "`_ is a self-contained step-by-" @@ -797,22 +672,22 @@ msgid "" "data processing, and/or automated reasoning tasks." msgstr "" -#: ../../docs/user/introduction/information.rst:295 +#: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:297 +#: ../../docs/user/introduction/information.rst:266 msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:300 +#: ../../docs/user/introduction/information.rst:269 msgid "AML" msgstr "" -#: ../../docs/user/introduction/information.rst:302 +#: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " "illegally obtained funds appear as though they have been earned legally. " @@ -820,11 +695,11 @@ msgid "" " apply AML techniques to Dash exchanges." msgstr "" -#: ../../docs/user/introduction/information.rst:306 +#: ../../docs/user/introduction/information.rst:275 msgid "API" msgstr "" -#: ../../docs/user/introduction/information.rst:308 +#: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " "`_ is a " @@ -832,7 +707,7 @@ msgid "" "applications." msgstr "" -#: ../../docs/user/introduction/information.rst:313 +#: ../../docs/user/introduction/information.rst:282 msgid "" "An API expresses a software component in terms of its operations, inputs," " outputs, and underlying types, defining functionalities that are " @@ -842,11 +717,11 @@ msgid "" "blocks, which are then put together by the programmer." msgstr "" -#: ../../docs/user/introduction/information.rst:320 +#: ../../docs/user/introduction/information.rst:289 msgid "ASIC" msgstr "" -#: ../../docs/user/introduction/information.rst:322 +#: ../../docs/user/introduction/information.rst:291 msgid "" "An application-specific integrated circuit (ASIC), is an integrated " "circuit (IC) customized for a particular use, rather than intended for " @@ -855,11 +730,11 @@ msgid "" " an ASIC." msgstr "" -#: ../../docs/user/introduction/information.rst:327 +#: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" msgstr "" -#: ../../docs/user/introduction/information.rst:329 +#: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " "cash. There are many manufacturers, some of which enable users to sell " @@ -867,21 +742,21 @@ msgid "" " is supported on several :ref:`ATMs `." msgstr "" -#: ../../docs/user/introduction/information.rst:333 +#: ../../docs/user/introduction/information.rst:302 msgid "Backlog" msgstr "" -#: ../../docs/user/introduction/information.rst:335 +#: ../../docs/user/introduction/information.rst:304 msgid "" "Backlog generally refers to an accumulation over time of work waiting to " "be done or orders to be fulfilled." msgstr "" -#: ../../docs/user/introduction/information.rst:337 +#: ../../docs/user/introduction/information.rst:306 msgid "Backup" msgstr "" -#: ../../docs/user/introduction/information.rst:339 +#: ../../docs/user/introduction/information.rst:308 msgid "" "The process of making copies of a computer file to ensure its integrity " "in case of loss, theft, or damage. Dash allows users to :ref:`make backup" @@ -892,22 +767,22 @@ msgid "" "cash from a backup." msgstr "" -#: ../../docs/user/introduction/information.rst:346 +#: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" msgstr "" -#: ../../docs/user/introduction/information.rst:348 +#: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " "started as a fork of Bitcoin but extended their code into the next level " "of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -#: ../../docs/user/introduction/information.rst:352 +#: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" msgstr "" -#: ../../docs/user/introduction/information.rst:354 +#: ../../docs/user/introduction/information.rst:323 msgid "" "A `blockchain `_ is" " a distributed database that maintains a continuously-growing list of " @@ -919,11 +794,11 @@ msgid "" "contains a timestamp and information linking it to a previous block." msgstr "" -#: ../../docs/user/introduction/information.rst:363 +#: ../../docs/user/introduction/information.rst:332 msgid "Blocks" msgstr "" -#: ../../docs/user/introduction/information.rst:365 +#: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " @@ -933,11 +808,11 @@ msgid "" "specifically to create blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:371 +#: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" msgstr "" -#: ../../docs/user/introduction/information.rst:373 +#: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " "`__, ChainLocks " @@ -947,11 +822,11 @@ msgid "" "associated with double spending." msgstr "" -#: ../../docs/user/introduction/information.rst:379 +#: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:381 +#: ../../docs/user/introduction/information.rst:350 msgid "" "Third parties that will store your Dash on their servers for you, so that" " you can access your funds from any device connected to the internet. If " @@ -962,22 +837,22 @@ msgid "" "that you store large quantities of funds in online wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:389 +#: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:391 +#: ../../docs/user/introduction/information.rst:360 msgid "" "The first transaction in a block. Always created by a miner, it includes " "a single input which constitutes the block reward. This is split between " "the miner and a deterministically chosen masternode." msgstr "" -#: ../../docs/user/introduction/information.rst:394 +#: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" msgstr "" -#: ../../docs/user/introduction/information.rst:396 +#: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " @@ -985,11 +860,11 @@ msgid "" "paper-wallet>`." msgstr "" -#: ../../docs/user/introduction/information.rst:400 +#: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:402 +#: ../../docs/user/introduction/information.rst:371 msgid "" "When a Dash transaction is made, a miner must verify that the transaction" " is valid. When the inputs and outputs are verified, the transaction is " @@ -998,11 +873,15 @@ msgid "" "as more blocks are added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:407 +#: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "" -#: ../../docs/user/introduction/information.rst:409 +#: ../../docs/user/introduction/information.rst:377 +msgid "confirmations" +msgstr "" + +#: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " @@ -1014,11 +893,11 @@ msgid "" "confirmations is usually considered \"safe\" and irreversible." msgstr "" -#: ../../docs/user/introduction/information.rst:417 +#: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:419 +#: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " "usually after six confirmations. In the case of InstantSend, funds can be" @@ -1026,11 +905,11 @@ msgid "" "to the blockchain (and thus \"confirmed\")." msgstr "" -#: ../../docs/user/introduction/information.rst:423 +#: ../../docs/user/introduction/information.rst:394 msgid "CPU" msgstr "" -#: ../../docs/user/introduction/information.rst:425 +#: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " "`_ is the " @@ -1044,11 +923,11 @@ msgid "" "memory and I/O circuitry." msgstr "" -#: ../../docs/user/introduction/information.rst:435 +#: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" msgstr "" -#: ../../docs/user/introduction/information.rst:437 +#: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " @@ -1056,11 +935,11 @@ msgid "" "new units." msgstr "" -#: ../../docs/user/introduction/information.rst:441 +#: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" msgstr "" -#: ../../docs/user/introduction/information.rst:443 +#: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " @@ -1076,11 +955,11 @@ msgid "" "computer passwords, and electronic commerce." msgstr "" -#: ../../docs/user/introduction/information.rst:455 +#: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" -#: ../../docs/user/introduction/information.rst:457 +#: ../../docs/user/introduction/information.rst:428 #, python-format msgid "" "The development of Dash and the Dash ecosystem is self-funded by the DAO " @@ -1094,61 +973,61 @@ msgid "" " called the Treasury System; the two terms are interchangeable." msgstr "" -#: ../../docs/user/introduction/information.rst:465 +#: ../../docs/user/introduction/information.rst:436 msgid "DAP" msgstr "" -#: ../../docs/user/introduction/information.rst:467 +#: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -#: ../../docs/user/introduction/information.rst:469 +#: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" msgstr "" -#: ../../docs/user/introduction/information.rst:471 +#: ../../docs/user/introduction/information.rst:442 msgid "" "An HTTP Client that connects to DAPI and enables Dash blockchain users to" " read and write data to their DAP Space." msgstr "" -#: ../../docs/user/introduction/information.rst:473 +#: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:475 +#: ../../docs/user/introduction/information.rst:446 msgid "" "A Dash Schema document extending the Dash System Schema to define " "consensus data and rules within a DAP contract." msgstr "" -#: ../../docs/user/introduction/information.rst:477 +#: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" msgstr "" -#: ../../docs/user/introduction/information.rst:479 +#: ../../docs/user/introduction/information.rst:450 msgid "" "The part of a DAP State that is owned by a specific blockchain user. Data" " in a DAP Space can only be changed by the owner." msgstr "" -#: ../../docs/user/introduction/information.rst:481 +#: ../../docs/user/introduction/information.rst:452 msgid "DAP State" msgstr "" -#: ../../docs/user/introduction/information.rst:483 +#: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -#: ../../docs/user/introduction/information.rst:485 +#: ../../docs/user/introduction/information.rst:456 msgid "DAPI" msgstr "" -#: ../../docs/user/introduction/information.rst:487 +#: ../../docs/user/introduction/information.rst:458 msgid "" "Decentralized Application Programming Interface. See above for a " "definition of API. DAPI will perform the same functions as an API, but " @@ -1156,11 +1035,11 @@ msgid "" "communication." msgstr "" -#: ../../docs/user/introduction/information.rst:491 +#: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" msgstr "" -#: ../../docs/user/introduction/information.rst:493 +#: ../../docs/user/introduction/information.rst:464 msgid "" "In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" " to *Kimoto Gravity Well*, adjusting the difficulty levels every block " @@ -1170,21 +1049,21 @@ msgid "" "from the time-warp exploit." msgstr "" -#: ../../docs/user/introduction/information.rst:499 +#: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" msgstr "" -#: ../../docs/user/introduction/information.rst:501 +#: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:503 +#: ../../docs/user/introduction/information.rst:474 msgid "Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:505 +#: ../../docs/user/introduction/information.rst:476 msgid "" "Originally launched as Xcoin and later renamed to Darkcoin, the currency " "was later renamed \"Dash\" to avoid association with the darknet markets." @@ -1196,22 +1075,22 @@ msgid "" "Dash's features." msgstr "" -#: ../../docs/user/introduction/information.rst:513 +#: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" msgstr "" -#: ../../docs/user/introduction/information.rst:515 +#: ../../docs/user/introduction/information.rst:486 msgid "" "Dash network data storage backend service used by masternodes for off-" "chain data relating to Evolution. DashDrive implements `IPFS " "`_, a type of distributed file storage system." msgstr "" -#: ../../docs/user/introduction/information.rst:518 +#: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" msgstr "" -#: ../../docs/user/introduction/information.rst:520 +#: ../../docs/user/introduction/information.rst:491 msgid "" "Dash clients are software programs used to interface with the Dash " "network. They store the private keys needed to conduct Dash transactions " @@ -1221,11 +1100,11 @@ msgid "" "robust decentralized infrastructure." msgstr "" -#: ../../docs/user/introduction/information.rst:526 +#: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" msgstr "達世幣核心錢包" -#: ../../docs/user/introduction/information.rst:528 +#: ../../docs/user/introduction/information.rst:499 msgid "" "The :ref:`Dash Core Wallet ` (known also as the QT " "wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" @@ -1234,32 +1113,32 @@ msgid "" "peers who request it." msgstr "" -#: ../../docs/user/introduction/information.rst:533 +#: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" msgstr "" -#: ../../docs/user/introduction/information.rst:535 +#: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " "make Dash as easy to use as PayPal, while still remaining decentralized. " "See the :ref:`Evolution ` page for more information." msgstr "" -#: ../../docs/user/introduction/information.rst:539 +#: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" msgstr "" -#: ../../docs/user/introduction/information.rst:541 +#: ../../docs/user/introduction/information.rst:512 msgid "" "A JSON-based language specification for defining and validating consensus" " data in Evolution." msgstr "" -#: ../../docs/user/introduction/information.rst:543 +#: ../../docs/user/introduction/information.rst:514 msgid "DDoS" msgstr "" -#: ../../docs/user/introduction/information.rst:545 +#: ../../docs/user/introduction/information.rst:516 msgid "" "A distributed denial of service attack uses large numbers of computers " "under an attacker’s control to drain the resources of a central target. " @@ -1269,11 +1148,11 @@ msgid "" "sometimes been hit with DDoS attacks." msgstr "" -#: ../../docs/user/introduction/information.rst:551 +#: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" msgstr "" -#: ../../docs/user/introduction/information.rst:553 +#: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " "`_ is the " @@ -1292,11 +1171,11 @@ msgid "" "increase overall effectiveness." msgstr "" -#: ../../docs/user/introduction/information.rst:568 +#: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:570 +#: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " "different wallet options, but it is imperative to choose a secure one. We" @@ -1305,11 +1184,11 @@ msgid "" ":ref:`Hardware Wallets `" msgstr "" -#: ../../docs/user/introduction/information.rst:576 +#: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" msgstr "" -#: ../../docs/user/introduction/information.rst:578 +#: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " @@ -1321,15 +1200,15 @@ msgid "" "have caused the difficulty to increase over time." msgstr "" -#: ../../docs/user/introduction/information.rst:587 +#: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:589 +#: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:591 +#: ../../docs/user/introduction/information.rst:562 msgid "" "A digital wallet is similar to a physical wallet except that it is used " "to hold **digital currency**. A Dash wallet holds your private keys, " @@ -1338,7 +1217,7 @@ msgid "" "Digital wallets can exist in many different forms and on many devices:" msgstr "" -#: ../../docs/user/introduction/information.rst:598 +#: ../../docs/user/introduction/information.rst:569 msgid "" "**Desktop Wallet** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): Wallet programs that you " @@ -1348,7 +1227,7 @@ msgid "" "funds." msgstr "" -#: ../../docs/user/introduction/information.rst:606 +#: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " @@ -1359,7 +1238,7 @@ msgid "" "large amounts of funds on these wallets." msgstr "" -#: ../../docs/user/introduction/information.rst:615 +#: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " ":ref:`MyDashWallet `): Third parties that will store your " @@ -1373,7 +1252,7 @@ msgid "" "of Dash in any online wallet or cryptocurrency exchange." msgstr "" -#: ../../docs/user/introduction/information.rst:627 +#: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " @@ -1385,7 +1264,7 @@ msgid "" " form of storage for your Dash." msgstr "" -#: ../../docs/user/introduction/information.rst:637 +#: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " "special wallet that is created offline and is never exposed to the " @@ -1399,11 +1278,11 @@ msgid "" "they degrade over time." msgstr "" -#: ../../docs/user/introduction/information.rst:647 +#: ../../docs/user/introduction/information.rst:618 msgid "DKG" msgstr "" -#: ../../docs/user/introduction/information.rst:649 +#: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " "`__, Distributed" @@ -1415,11 +1294,11 @@ msgid "" "implementation of Shamir’s Secret Sharing." msgstr "" -#: ../../docs/user/introduction/information.rst:657 +#: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" msgstr "" -#: ../../docs/user/introduction/information.rst:659 +#: ../../docs/user/introduction/information.rst:630 msgid "" "A digital signature is a mathematical mechanism that allows someone to " "prove their identity or ownership of a digital asset. When your digital " @@ -1430,11 +1309,11 @@ msgid "" "instance that you are the owner of a certain Dash address." msgstr "" -#: ../../docs/user/introduction/information.rst:667 +#: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:669 +#: ../../docs/user/introduction/information.rst:640 msgid "" ":ref:`Dash Electrum Wallet ` is a lightweight " "wallet that does not require you to download or sync the entire " @@ -1442,11 +1321,11 @@ msgid "" " advanced InstantSend, CoinJoin and masternode features." msgstr "" -#: ../../docs/user/introduction/information.rst:673 +#: ../../docs/user/introduction/information.rst:644 msgid "Encryption" msgstr "" -#: ../../docs/user/introduction/information.rst:675 +#: ../../docs/user/introduction/information.rst:646 msgid "" "In cryptography, `encryption `_" " is the process of encoding messages or information in such a way that " @@ -1461,15 +1340,15 @@ msgid "" "as AES-256 is considered essentially \"uncrackable.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:687 +#: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" msgstr "" -#: ../../docs/user/introduction/information.rst:689 +#: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" msgstr "" -#: ../../docs/user/introduction/information.rst:691 +#: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " @@ -1477,20 +1356,20 @@ msgid "" "parties; or" msgstr "" -#: ../../docs/user/introduction/information.rst:696 +#: ../../docs/user/introduction/information.rst:667 msgid "" "an account established by a broker for holding funds on behalf of the " "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -#: ../../docs/user/introduction/information.rst:700 +#: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -#: ../../docs/user/introduction/information.rst:703 +#: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " @@ -1502,22 +1381,22 @@ msgid "" "appropriate party." msgstr "" -#: ../../docs/user/introduction/information.rst:711 +#: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" msgstr "" -#: ../../docs/user/introduction/information.rst:713 +#: ../../docs/user/introduction/information.rst:684 msgid "" "Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " "and PrivateSend. Before creating Dash, Evan was a financial advisor and " "holds a Series 65 license." msgstr "" -#: ../../docs/user/introduction/information.rst:716 +#: ../../docs/user/introduction/information.rst:687 msgid "Exchange" msgstr "" -#: ../../docs/user/introduction/information.rst:718 +#: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " "like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " @@ -1530,11 +1409,11 @@ msgid "" "an instant exchange at the time of each transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:728 +#: ../../docs/user/introduction/information.rst:699 msgid "Faucet" msgstr "" -#: ../../docs/user/introduction/information.rst:730 +#: ../../docs/user/introduction/information.rst:701 msgid "" "Faucets are a reward system, in the form of a website or app, that " "dispenses rewards in the form of a microdash or Duff, which is a " @@ -1542,39 +1421,39 @@ msgid "" "completing a captcha or task as described by the website." msgstr "" -#: ../../docs/user/introduction/information.rst:734 +#: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" msgstr "" -#: ../../docs/user/introduction/information.rst:736 +#: ../../docs/user/introduction/information.rst:707 msgid "" "`Fiat money `_ has been defined" " variously as:" msgstr "" -#: ../../docs/user/introduction/information.rst:739 +#: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." msgstr "" -#: ../../docs/user/introduction/information.rst:740 +#: ../../docs/user/introduction/information.rst:711 msgid "" "State-issued money which is neither convertible by law to any other " "thing, nor fixed in value in terms of any objective standard." msgstr "" -#: ../../docs/user/introduction/information.rst:741 +#: ../../docs/user/introduction/information.rst:712 msgid "Intrinsically valueless money used as money because of government decree." msgstr "" -#: ../../docs/user/introduction/information.rst:743 +#: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -#: ../../docs/user/introduction/information.rst:744 +#: ../../docs/user/introduction/information.rst:715 msgid "Fintech" msgstr "" -#: ../../docs/user/introduction/information.rst:746 +#: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " @@ -1586,11 +1465,11 @@ msgid "" "technology that underpins Dash and Bitcoin." msgstr "" -#: ../../docs/user/introduction/information.rst:754 +#: ../../docs/user/introduction/information.rst:725 msgid "Fork" msgstr "" -#: ../../docs/user/introduction/information.rst:756 +#: ../../docs/user/introduction/information.rst:727 msgid "" "When the blockchain diverges or splits, with some clients recognizing one" " version of the blockchain as valid, and other clients believing that a " @@ -1601,18 +1480,18 @@ msgid "" "can, however, be extremely dangerous and should be avoided if possible." msgstr "" -#: ../../docs/user/introduction/information.rst:765 +#: ../../docs/user/introduction/information.rst:736 msgid "" "Forking is most likely to occur during software updates to the network. " "Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " "greater flexibility and safety." msgstr "" -#: ../../docs/user/introduction/information.rst:768 +#: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" msgstr "" -#: ../../docs/user/introduction/information.rst:770 +#: ../../docs/user/introduction/information.rst:741 msgid "" "Any Dash client that is serving a full version of the blockchain to " "peers. This can be a user running a Dash Core wallet on his/her desktop, " @@ -1621,27 +1500,27 @@ msgid "" " blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:775 +#: ../../docs/user/introduction/information.rst:746 msgid "Fungible" msgstr "" -#: ../../docs/user/introduction/information.rst:777 +#: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -#: ../../docs/user/introduction/information.rst:778 +#: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" msgstr "" -#: ../../docs/user/introduction/information.rst:780 +#: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." msgstr "" -#: ../../docs/user/introduction/information.rst:781 +#: ../../docs/user/introduction/information.rst:752 msgid "GPU" msgstr "" -#: ../../docs/user/introduction/information.rst:783 +#: ../../docs/user/introduction/information.rst:754 msgid "" "A `graphics processing unit (GPU) " "`_, also " @@ -1659,11 +1538,11 @@ msgid "" "are most efficiently run on GPUs." msgstr "" -#: ../../docs/user/introduction/information.rst:797 +#: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:799 +#: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " "wallet for storing your Dash. Your private key is protected inside a " @@ -1671,11 +1550,11 @@ msgid "" "able to sign transactions as normal, making it both safe and convenient." msgstr "" -#: ../../docs/user/introduction/information.rst:804 +#: ../../docs/user/introduction/information.rst:775 msgid "Hash" msgstr "" -#: ../../docs/user/introduction/information.rst:806 +#: ../../docs/user/introduction/information.rst:777 msgid "" "A mathematical process that takes a variable amount of data and produces " "a shorter, fixed-length output. A hashing function has two important " @@ -1684,39 +1563,39 @@ msgid "" "the tiniest part of the input will produce an entirely different output." msgstr "" -#: ../../docs/user/introduction/information.rst:812 +#: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" msgstr "" -#: ../../docs/user/introduction/information.rst:814 +#: ../../docs/user/introduction/information.rst:785 msgid "" "The number of hashes that can be performed by a Dash miner in a given " "period of time (usually a second)." msgstr "" -#: ../../docs/user/introduction/information.rst:816 +#: ../../docs/user/introduction/information.rst:787 msgid "Insight" msgstr "" -#: ../../docs/user/introduction/information.rst:818 +#: ../../docs/user/introduction/information.rst:789 msgid "" "Blockchain information server used to power block explorers and respond " "to transaction queries." msgstr "" -#: ../../docs/user/introduction/information.rst:820 +#: ../../docs/user/introduction/information.rst:791 msgid "InstantX" msgstr "" -#: ../../docs/user/introduction/information.rst:822 +#: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" msgstr "" -#: ../../docs/user/introduction/information.rst:823 +#: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" msgstr "即時到帳" -#: ../../docs/user/introduction/information.rst:825 +#: ../../docs/user/introduction/information.rst:796 msgid "" ":ref:`InstantSend ` technology uses the masternode network " "to \"lock\" transaction inputs, preventing Dash from being double-spent. " @@ -1725,11 +1604,11 @@ msgid "" "irreversible after only a few seconds." msgstr "" -#: ../../docs/user/introduction/information.rst:830 +#: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" msgstr "" -#: ../../docs/user/introduction/information.rst:832 +#: ../../docs/user/introduction/information.rst:803 msgid "" "The ability to buy and sell an asset easily, with pricing that stays " "roughly similar between trades. A suitably large community of buyers and " @@ -1738,11 +1617,11 @@ msgid "" "asset." msgstr "" -#: ../../docs/user/introduction/information.rst:837 +#: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" msgstr "" -#: ../../docs/user/introduction/information.rst:839 +#: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " "`__, A Long- " @@ -1754,28 +1633,28 @@ msgid "" "LLMQ is to perform threshold signing of consensus related messages." msgstr "" -#: ../../docs/user/introduction/information.rst:848 +#: ../../docs/user/introduction/information.rst:819 msgid "Masternode" msgstr "" -#: ../../docs/user/introduction/information.rst:850 +#: ../../docs/user/introduction/information.rst:821 msgid "" "A :ref:`masternode ` is special type of full node " "that performs services for the network and is paid a portion of the block" " reward. Masternodes require proof of ownership of 1000 DASH." msgstr "" -#: ../../docs/user/introduction/information.rst:854 +#: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" -#: ../../docs/user/introduction/information.rst:856 +#: ../../docs/user/introduction/information.rst:827 msgid "Mining" msgstr "" -#: ../../docs/user/introduction/information.rst:858 +#: ../../docs/user/introduction/information.rst:829 msgid "" ":ref:`Miners ` process transactions on the Dash network and " "publish them on the blockchain. As a reward for doing this, miners are " @@ -1783,19 +1662,19 @@ msgid "" "found in :ref:`this table `." msgstr "" -#: ../../docs/user/introduction/information.rst:862 +#: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:864 +#: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" -#: ../../docs/user/introduction/information.rst:865 +#: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" msgstr "" -#: ../../docs/user/introduction/information.rst:867 +#: ../../docs/user/introduction/information.rst:838 msgid "" "Multi-signature addresses provide additional security by requiring " "multiple people to sign a transaction with their private key before the " @@ -1807,22 +1686,22 @@ msgid "" "difficult." msgstr "" -#: ../../docs/user/introduction/information.rst:875 +#: ../../docs/user/introduction/information.rst:846 msgid "Node" msgstr "" -#: ../../docs/user/introduction/information.rst:877 +#: ../../docs/user/introduction/information.rst:848 msgid "" "A node is any device running Dash wallet software. Full nodes are " "software clients that have downloaded the entire blockchain and serve it " "to other clients on Dash's peer-to-peer network." msgstr "" -#: ../../docs/user/introduction/information.rst:880 +#: ../../docs/user/introduction/information.rst:851 msgid "OTC" msgstr "" -#: ../../docs/user/introduction/information.rst:882 +#: ../../docs/user/introduction/information.rst:853 msgid "" "Over the counter (OTC) trades are trades that occur off exchanges. In an " "OTC trade, a buyer and seller trade with each other directly, or through " @@ -1831,11 +1710,11 @@ msgid "" "or sell order will move the price (called \"slippage\")." msgstr "" -#: ../../docs/user/introduction/information.rst:887 +#: ../../docs/user/introduction/information.rst:858 msgid "P2P" msgstr "" -#: ../../docs/user/introduction/information.rst:889 +#: ../../docs/user/introduction/information.rst:860 msgid "" "Peer-to-peer. Decentralized interactions that happen between at least two" " parties in a highly interconnected network. An alternative system to a " @@ -1843,22 +1722,22 @@ msgid "" "deal with each other through a single mediation point." msgstr "" -#: ../../docs/user/introduction/information.rst:893 +#: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:895 +#: ../../docs/user/introduction/information.rst:866 msgid "" ":ref:`Paper wallets ` are offline wallets, printed on " "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -#: ../../docs/user/introduction/information.rst:898 +#: ../../docs/user/introduction/information.rst:869 msgid "Privacy" msgstr "" -#: ../../docs/user/introduction/information.rst:900 +#: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " "individual or group to seclude themselves, or information about " @@ -1872,11 +1751,11 @@ msgid "" "users to maintain financial privacy." msgstr "" -#: ../../docs/user/introduction/information.rst:910 +#: ../../docs/user/introduction/information.rst:881 msgid "Private Key" msgstr "" -#: ../../docs/user/introduction/information.rst:912 +#: ../../docs/user/introduction/information.rst:883 msgid "" "A `private key `_" " is a long alphanumeric passcode that allows Dash to be spent. Every Dash" @@ -1887,22 +1766,22 @@ msgid "" "and secret." msgstr "" -#: ../../docs/user/introduction/information.rst:919 +#: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" msgstr "匿名發送" -#: ../../docs/user/introduction/information.rst:921 +#: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " "maintain financial privacy between users. It can be turned on or off at " "the users' discretion." msgstr "" -#: ../../docs/user/introduction/information.rst:924 +#: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" msgstr "" -#: ../../docs/user/introduction/information.rst:926 +#: ../../docs/user/introduction/information.rst:897 msgid "" "Consensus mechanism used in Dash to verify that a masternode has provided" " uninterrupted service meeting a minimum quality level to the network. " @@ -1911,11 +1790,11 @@ msgid "" "payment." msgstr "" -#: ../../docs/user/introduction/information.rst:932 +#: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" msgstr "" -#: ../../docs/user/introduction/information.rst:934 +#: ../../docs/user/introduction/information.rst:905 msgid "" "Consensus mechanism that relies on ownership of a cryptocurrency to " "maintain the blockchain. In Proof of Stake systems, each owner of the " @@ -1929,11 +1808,11 @@ msgid "" "\"vote\" to accept both the legitimate chain and the attacker's chain." msgstr "" -#: ../../docs/user/introduction/information.rst:945 +#: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" msgstr "" -#: ../../docs/user/introduction/information.rst:947 +#: ../../docs/user/introduction/information.rst:918 msgid "" "Consensus mechanism that keeps all nodes honest by requiring " "computational power to be expended in order to create new blocks. Miners " @@ -1943,11 +1822,11 @@ msgid "" "which chain was valid." msgstr "" -#: ../../docs/user/introduction/information.rst:953 +#: ../../docs/user/introduction/information.rst:924 msgid "Public Key" msgstr "" -#: ../../docs/user/introduction/information.rst:955 +#: ../../docs/user/introduction/information.rst:926 msgid "" "The `public key `_ is derived from the private key but is not secret and" @@ -1955,11 +1834,11 @@ msgid "" " the public key is used to verify that the signature is valid." msgstr "" -#: ../../docs/user/introduction/information.rst:960 +#: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" msgstr "" -#: ../../docs/user/introduction/information.rst:962 +#: ../../docs/user/introduction/information.rst:933 msgid "" "Inflating the value of a financial asset that has been produced or " "acquired cheaply, often using aggressive publicity and misleading " @@ -1970,21 +1849,21 @@ msgid "" " some altcoins." msgstr "" -#: ../../docs/user/introduction/information.rst:969 +#: ../../docs/user/introduction/information.rst:940 msgid "Quorum" msgstr "" -#: ../../docs/user/introduction/information.rst:971 +#: ../../docs/user/introduction/information.rst:942 msgid "" "Group of masternodes signing or voting on some action, with the formation" " of the group determined by some determiniation algorithm." msgstr "" -#: ../../docs/user/introduction/information.rst:973 +#: ../../docs/user/introduction/information.rst:944 msgid "QR Code" msgstr "" -#: ../../docs/user/introduction/information.rst:975 +#: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " @@ -1992,33 +1871,33 @@ msgid "" "to encode Dash addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:979 +#: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" msgstr "" -#: ../../docs/user/introduction/information.rst:981 +#: ../../docs/user/introduction/information.rst:952 msgid "" "`Satoshi Nakamoto `_ is " "the name used by the person or people who designed Bitcoin and created " "its original reference implementation." msgstr "" -#: ../../docs/user/introduction/information.rst:984 +#: ../../docs/user/introduction/information.rst:955 msgid "SDK" msgstr "" -#: ../../docs/user/introduction/information.rst:986 +#: ../../docs/user/introduction/information.rst:957 msgid "" "Software Development Kit. A set of tools, code and documentation used by " "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -#: ../../docs/user/introduction/information.rst:989 +#: ../../docs/user/introduction/information.rst:960 msgid "Signaling" msgstr "" -#: ../../docs/user/introduction/information.rst:991 +#: ../../docs/user/introduction/information.rst:962 msgid "" "An indication, flag, or signal of support for a feature or fork. The term" " signaling is most often used in the context of miners delivering this " @@ -2028,22 +1907,22 @@ msgid "" "blocks." msgstr "" -#: ../../docs/user/introduction/information.rst:996 +#: ../../docs/user/introduction/information.rst:967 msgid "State View" msgstr "" -#: ../../docs/user/introduction/information.rst:998 +#: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " "transitions have been applied. Used in Evolution to determine what should" " be displayed in a given social wallet, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1001 +#: ../../docs/user/introduction/information.rst:972 msgid "Spork" msgstr "" -#: ../../docs/user/introduction/information.rst:1003 +#: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " @@ -2060,29 +1939,29 @@ msgid "" "the need for a network-wide rollback or client update." msgstr "" -#: ../../docs/user/introduction/information.rst:1017 +#: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" msgstr "" -#: ../../docs/user/introduction/information.rst:1019 +#: ../../docs/user/introduction/information.rst:990 msgid "" "Taint is a measure of correlation between two (wallet) addresses. It is " "only important if the user is trying to remain anonymous." msgstr "" -#: ../../docs/user/introduction/information.rst:1021 +#: ../../docs/user/introduction/information.rst:992 msgid "tDash" msgstr "" -#: ../../docs/user/introduction/information.rst:1023 +#: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." msgstr "" -#: ../../docs/user/introduction/information.rst:1024 +#: ../../docs/user/introduction/information.rst:995 msgid "Testnet" msgstr "" -#: ../../docs/user/introduction/information.rst:1026 +#: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " "mainnet), test wallets, test coins, test masternodes, test miners, and " @@ -2090,21 +1969,21 @@ msgid "" "where errors or forks are not harmful." msgstr "" -#: ../../docs/user/introduction/information.rst:1030 +#: ../../docs/user/introduction/information.rst:1001 msgid "Tor" msgstr "" -#: ../../docs/user/introduction/information.rst:1032 +#: ../../docs/user/introduction/information.rst:1003 msgid "" "An anonymous routing protocol used by people wanting to hide their " "identity online." msgstr "" -#: ../../docs/user/introduction/information.rst:1034 +#: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" msgstr "" -#: ../../docs/user/introduction/information.rst:1036 +#: ../../docs/user/introduction/information.rst:1007 msgid "" "Some movement of data on the distributed blockchain ledger. Transactions " "may be divided into classical and special transactions. Similar to " @@ -2115,82 +1994,82 @@ msgid "" "used to manage blockchain users, for example." msgstr "" -#: ../../docs/user/introduction/information.rst:1043 +#: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" msgstr "" -#: ../../docs/user/introduction/information.rst:1045 +#: ../../docs/user/introduction/information.rst:1016 msgid "" "A collection of transactions on the Dash network, gathered into a block " "that can then be hashed and added to the blockchain." msgstr "" -#: ../../docs/user/introduction/information.rst:1047 +#: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" msgstr "" -#: ../../docs/user/introduction/information.rst:1049 +#: ../../docs/user/introduction/information.rst:1020 msgid "" "A :ref:`small fee ` imposed on some transactions sent across the " "Dash network. The transaction fee is awarded to the miner that " "successfully hashes the block containing the relevant transaction." msgstr "" -#: ../../docs/user/introduction/information.rst:1052 +#: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" msgstr "" -#: ../../docs/user/introduction/information.rst:1054 +#: ../../docs/user/introduction/information.rst:1025 msgid "" "Transactions that are not yet processed by miners or held via InstantSend" " are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1057 +#: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" msgstr "" -#: ../../docs/user/introduction/information.rst:1059 +#: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." msgstr "" -#: ../../docs/user/introduction/information.rst:1060 +#: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" msgstr "" -#: ../../docs/user/introduction/information.rst:1062 +#: ../../docs/user/introduction/information.rst:1033 msgid "" "Dash received as a reward for mining a block or running a masternode. " "These have not yet been spent anywhere and are \"virgin.\"" msgstr "" -#: ../../docs/user/introduction/information.rst:1064 +#: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" msgstr "" -#: ../../docs/user/introduction/information.rst:1066 +#: ../../docs/user/introduction/information.rst:1037 msgid "" "The measurement of price movements over time for a traded financial asset" " (including Dash)." msgstr "" -#: ../../docs/user/introduction/information.rst:1068 +#: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" msgstr "" -#: ../../docs/user/introduction/information.rst:1070 +#: ../../docs/user/introduction/information.rst:1041 msgid "" "A method of storing Dash for later use. A wallet holds the private keys " "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -#: ../../docs/user/introduction/information.rst:1073 +#: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" msgstr "白皮書" -#: ../../docs/user/introduction/information.rst:1075 +#: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " "authoritative report or guide that informs readers concisely about a " @@ -2199,31 +2078,31 @@ msgid "" " a decision." msgstr "" -#: ../../docs/user/introduction/information.rst:1080 +#: ../../docs/user/introduction/information.rst:1051 msgid "X11" msgstr "" -#: ../../docs/user/introduction/information.rst:1082 +#: ../../docs/user/introduction/information.rst:1053 msgid "" ":ref:`X11 ` is a hashing algorithm created by Dash " "Core developer Evan Duffield." msgstr "" -#: ../../docs/user/introduction/information.rst:1084 +#: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" msgstr "" -#: ../../docs/user/introduction/information.rst:1086 +#: ../../docs/user/introduction/information.rst:1057 msgid "" "This is a transaction without any confirmations from the blockchain. It " "is technically reversible (unless InstantSend was used)." msgstr "" -#: ../../docs/user/introduction/information.rst:1088 +#: ../../docs/user/introduction/information.rst:1059 msgid "vin" msgstr "" -#: ../../docs/user/introduction/information.rst:1090 +#: ../../docs/user/introduction/information.rst:1061 msgid "" "A transaction (tx) consists of one or more inputs and one or more " "outputs. The vin is the list of inputs to the transaction, and vout is " @@ -2231,11 +2110,11 @@ msgid "" "amount) in order to work." msgstr "" -#: ../../docs/user/introduction/information.rst:1094 +#: ../../docs/user/introduction/information.rst:1065 msgid "VMN" msgstr "" -#: ../../docs/user/introduction/information.rst:1096 +#: ../../docs/user/introduction/information.rst:1067 msgid "" "Virtual Masternode - a standalone masternode emulator in JavaScript that " "simulates Layer 1-3 Evolution functions for DAP design, development and " @@ -2245,3 +2124,122 @@ msgstr "" #~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" #~ msgstr "" +#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" +#~ msgstr "" + +#~ msgid "**Foundation:** https://www.dashfoundation.io" +#~ msgstr "**基金會:** https://www.dashfoundation.io" + +#~ msgid "https://app.dashnexus.org" +#~ msgstr "" + +#~ msgid "https://www.dashwatch.org" +#~ msgstr "https://www.dashwatch.org" + +#~ msgid "https://dashthailand.org" +#~ msgstr "" + +#~ msgid "https://dashnigeria.com/" +#~ msgstr "" + +#~ msgid "https://www.dashnation.com" +#~ msgstr "" + +#~ msgid "http://www.dashspain.org" +#~ msgstr "" + +#~ msgid "https://www.dashhaiti.com" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptocurrencytalk.com:** " +#~ "https://cryptocurrencytalk.com/forum/693-dash" +#~ msgstr "" + +#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" +#~ msgstr "" + +#~ msgid "" +#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " +#~ "`https://tieba.baidu.com/f?kw=达世币 " +#~ "`_" +#~ msgstr "" + +#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" +#~ msgstr "" + +#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +#~ msgstr "" + +#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" +#~ msgstr "" + +#~ msgid "" +#~ "**Mark Mason, Director of Media & " +#~ "PR, Dash Force News:** " +#~ "https://twitter.com/StayDashy" +#~ msgstr "" + +#~ msgid "" +#~ "**Amanda B. Johnson, Dash Superfan and" +#~ " DAO-funded contractor:** " +#~ "https://twitter.com/AmandaB_Johnson" +#~ msgstr "" + +#~ msgid "" +#~ "**Tao of Satoshi, Dash Nation Founder" +#~ " and DAO-funded contractor:** " +#~ "`https://twitter.com/Dash_Nation " +#~ "`__" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" +#~ msgstr "" + +#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" +#~ msgstr "" + +#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" +#~ msgstr "" + +#~ msgid "**Dash News Germany:** https://dash-news.de" +#~ msgstr "" + +#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" +#~ msgstr "" + +#~ msgid "**Dash France:** https://dashfrance.com/" +#~ msgstr "" + +#~ msgid "https://www.coinexplorer.net/dash" +#~ msgstr "" + +#~ msgid "http://dashmasternode.org" +#~ msgstr "http://dashmasternode.org" + +#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" +#~ msgstr "" + +#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" +#~ msgstr "" + +#~ msgid "" +#~ "**Jaxx:** " +#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" +#~ msgstr "" + +#~ msgid "" +#~ "**Cryptonator:** " +#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" +#~ msgstr "" + +#~ msgid "" +#~ "**Bitnovo:** " +#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" +#~ msgstr "" + +#~ msgid "" +#~ "**Blockfolio:** " +#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/advanced.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/advanced.po deleted file mode 100644 index b9f8c6810..000000000 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/advanced.po +++ /dev/null @@ -1,57 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc -# This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: Dash latest\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" -"PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "Installing Dash using a package manager" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:1 -msgid "" -"dash, cryptocurrency, fedora, ubuntu, rpm, apt, git, masternode, install, " -"binary" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:9 -msgid "Advanced Topics" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:12 -msgid "Installing Dash on Fedora Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:14 -msgid "" -"Dash developer t0dd has developed packages and written an excellent guide on" -" installing and running Dash as a node, masternode or on testnet." -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:18 -msgid "https://github.com/taw00/dashcore-rpm" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:21 -msgid "Installing Dash on Ubuntu Linux" -msgstr "" - -#: ../../docs/user/masternodes/advanced.rst:23 -msgid "" -"Dash binaries are under development for distribution through the Ubuntu " -"Linux Launchpad repository system. Check back here for details once a " -"release announcement is made." -msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po index 8df391b18..763d21237 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -239,7 +239,7 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 -#: ../../docs/user/masternodes/server-config.rst:208 +#: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" msgstr "" @@ -257,53 +257,53 @@ msgstr "" msgid "Testnet configuration" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:212 +#: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:214 +#: ../../docs/user/masternodes/server-config.rst:213 msgid "" "Next, we add will add swap memory, enable it, and set it to be enabled on" " subsequent reboots::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:223 +#: ../../docs/user/masternodes/server-config.rst:222 msgid "" "Add the following line at the end of the file (press tab to separate each" " word/number), then press **Ctrl + X** to close the editor, then **Y** " "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:233 +#: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:235 +#: ../../docs/user/masternodes/server-config.rst:234 msgid "" "Finally, in order to prevent brute force password hacking attacks, we " "will install fail2ban and disable root login over ssh. These steps are " "optional, but highly recommended. Start with fail2ban::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:241 +#: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:245 +#: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:256 +#: ../../docs/user/masternodes/server-config.rst:255 msgid "" "Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " "save the file. Restart and enable the fail2ban service::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:262 +#: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:266 +#: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " @@ -312,19 +312,25 @@ msgid "" "and **Enter** save the file." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:273 +#: ../../docs/user/masternodes/server-config.rst:271 +msgid "" +"Optionally install or update `AppArmor `_ (try " +"this step if you are having problems related to AppArmor)::" +msgstr "" + +#: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:275 +#: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" -#: ../../docs/user/masternodes/server-config.rst:279 +#: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:283 +#: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " "attacks, much more can be done. In particular, authenticating with a " diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 91b958fc4..21e32e353 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -30,7 +30,7 @@ msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:9 -msgid "EvoNode Setup" +msgid "Evonode Setup" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 @@ -46,7 +46,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your EvoNode " +"available if you prefer to delegate day-to-day operation of your evonode " "to a professional operator. When using these hosting services, you retain" " full control of the DASH collateral and pay an agreed percentage of your" " reward to the operator. It is also possible to delegate your voting keys" @@ -115,11 +115,18 @@ msgid "" "preparing your server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:59 +#: ../../docs/user/masternodes/setup-evonode.rst:56 +msgid "" +"Once you have completed server configuration, complete the remaining " +"steps in the sections below to finish setting up your evonode or follow " +"along with this step-by-step tutorial." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:61 +#: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" "A Dash address with a single unspent transaction output (UTXO) of exactly" " 4000 DASH is required to operate an Evolution masternode. Once it has " @@ -129,14 +136,122 @@ msgid "" " can be included in the deterministic list." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:68 +#: ../../docs/user/masternodes/setup-evonode.rst:78 +msgid "" +"A masternode can be registered from a hardware wallet or the official " +"Dash Core wallet, although a hardware wallet is highly recommended to " +"enhance security and protect yourself against hacking. This guide will " +"describe the steps for both hardware wallets and Dash Core." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:86 +msgid "Option 1: Holding collateral in a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"An Evolution masternode (or EvoNode) can be registered from the official " -"Dash Core wallet. This guide will describe the steps." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " +"and send a test transaction to verify that it is working properly. For " +"help on this, see :ref:`this guide ` - you may also " +"choose to (carefully!) `add a passphrase `_ to " +"your Trezor to further protect your collateral. Create a new account in " +"your Trezor wallet by clicking **Add account**. Then click the " +"**Receive** tab and send exactly 4000 DASH to the address displayed. If " +"you are setting up multiple masternodes, send to consecutive addresses " +"within the same new account. You should see the transaction as soon as " +"the first confirmation arrives, usually within a few minutes." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:103 +msgid "Trezor Wallet Receive tab showing successfully received collateral" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:105 +msgid "" +"Once the transaction appears, click the QR code on the right to view the " +"transaction on the blockchain. Keep this window open as we complete the " +"following steps, since we will soon need to confirm that 15 confirmations" +" exist, as shown in the following screenshot." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:113 +#: ../../docs/user/masternodes/setup-evonode.rst:203 +msgid "" +"Trezor blockchain explorer showing 15 confirmations for collateral " +"transfer" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:115 +msgid "" +"While we are waiting for 15 confirmations, download the latest version of" +" the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip " +"and run the file. The following window appears." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:123 +msgid "Dash Masternode Tool startup screen" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:125 +msgid "" +"Click the third button from the left **Check Dash Network Connection** in" +" the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test" +" Hardware Wallet Connection** to verify the Trezor connection is working." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:136 +msgid "Dash Masternode Tool successful connection confirmations" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:138 +msgid "" +"We will now use DMT to enter some basic information about the masternode " +"and extract the transaction ID. First, click **add a new one** or click " +"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"following sequence of steps as shown in the screenshot:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:143 +msgid "" +"Enter a name for your masternode. The host name you specified for your " +"VPS above is a good choice." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:145 +msgid "Select which masternode type you are setting up." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:146 +msgid "" +"Enter the IP address of your masternode. This was given to you by the VPS" +" provider when you set up the server. Then enter the TCP port number. " +"This should be 9999 for mainnet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:149 +msgid "" +"Click **Locate collateral** to view unused collateral funding " +"transactions available on the connected hardware wallet. Select the " +"address to which you sent the collateral and click **Apply**. The " +"**Collateral address**, **path**, **Collateral TX hash** and **index** " +"fields should be filled automatically." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:158 +msgid "Dash Masternode Tool with masternode configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:160 +msgid "" +"Leave DMT open and continue with the next step: :ref:`Software " +"Installation `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 -msgid "Holding collateral in Dash Core wallet" +msgid "Option 2: Holding collateral in Dash Core wallet" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 @@ -183,73 +298,70 @@ msgid "" "your masternode operator key." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:203 -msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" - #: ../../docs/user/masternodes/setup-evonode.rst:209 -msgid "Software Installation" +msgid "Masternode Installation" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following methods are available for installing Dash Evolution " -"masternode software:" +"The following options are available for installing Dash masternode " +"software:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:214 -msgid ":ref:`Dashmate installation `" +#: ../../docs/user/masternodes/setup-evonode.rst:213 +msgid "" +":ref:`Dashmate installation (recommended) `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:215 +#: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:220 +#: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:222 +#: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" "Dashmate is a universal tool designed to help you set up and run Dash " "nodes in a containerized environment. It is based on Docker technology " "and features an interactive setup command. Dashmate handles the " "installation of Dash Core, as well as all dependencies and supporting " -"services. Additional dashmate information is available :ref:`here " -"`." +"services. See this :ref:`dashmate documentation ` for more " +"information." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:228 +#: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the " +"username and password you just created for your new, non-root user. Begin" +" by installing dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:239 +#: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Refer to the dashmate page for :hoverxref:`alternative installation " -"options `." +"Alternative installation options are available on the " +":hoverxref:`dashmate page `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:247 +#: ../../docs/user/masternodes/setup-evonode.rst:245 +#: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to" -" setup the collateral, keys and construct the ProTx transaction required " -"to enable your masternode." +"Continue with the :ref:`Registration step ` to setup " +"the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:254 +#: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:258 +#: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " "properly for an Evolution masternode to operate correctly. A :ref" @@ -257,7 +369,11 @@ msgid "" "recommended to ensure your configuration is functional." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:263 +#: ../../docs/user/masternodes/setup-evonode.rst:264 +msgid "Dash Core" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " @@ -268,7 +384,7 @@ msgid "" "right clicking or pressing **Ctrl+ V**::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:273 +#: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " @@ -276,29 +392,29 @@ msgid "" " keys:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:278 +#: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:280 +#: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:290 +#: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" "Create a working directory for Dash, extract the compressed archive and " "copy the necessary files to the directory::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:298 +#: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:302 +#: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" "An editor window will appear. We now need to create a configuration file " "specifying several variables. Copy and paste the following text to get " @@ -306,64 +422,72 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:320 +#: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:322 +#: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" "``rpcuser``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:324 +#: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:326 +#: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:328 +#: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" "Leave the ``masternodeblsprivkey`` field commented out for now. The " "result should look something like this:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:334 +#: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:336 +#: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" "Press **Ctrl + X** to close the editor and **Y** and **Enter** save the " "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:342 +#: ../../docs/user/masternodes/setup-evonode.rst:345 +msgid "You will see a message reading **Dash Core server starting**." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:349 +msgid "Sentinel" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " -"communicate to the network that your node is working properly::" +"We will now install Sentinel, a piece of software which operates as a " +"watchdog to communicate to the network that your node is working " +"properly::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:353 +#: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " "full sync before running Sentinel.** Add dashd and sentinel to crontab to" " make sure it runs every minute to check on your masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:359 +#: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" "Choose nano as your editor and enter the following lines at the end of " "the file::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:365 +#: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" "Press enter to make sure there is a blank line at the end of the file, " "then press **Ctrl + X** to close the editor and **Y** and **Enter** save " @@ -373,51 +497,239 @@ msgid "" "monitor progress::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:374 +#: ../../docs/user/masternodes/setup-evonode.rst:382 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:387 -msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:394 +#: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:396 +#: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" "The keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:480 -msgid "Option 1: Registering from dashmate" +#: ../../docs/user/masternodes/setup-evonode.rst:411 +msgid "Option 1: Registering from a hardware wallet" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:413 +msgid "" +"Go back to DMT and ensure that all fields from the previous step are " +"still filled out correctly. Click **Generate new** for the private keys " +"required for the masternode:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:417 +msgid "Owner private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:418 +msgid "Operator private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:419 +msgid "Voting private key" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:420 +msgid "Platform Node private key (evonodes only)" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:422 +msgid "" +"For evonodes, click the button beside the **Platform P2P port** and " +"**Platform HTTP port** fields to set the default values." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:425 +msgid "Click **Apply changes** when these fields have been set." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:430 +msgid "Dash Masternode Tool ready to register a new masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:432 +msgid "" +"Then click **MN actions** and select **Register masternode**. Optionally " +"specify a different **Payout address** and/or **Operator reward**, then " +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " +"(For details about using your own local RPC node, see the `Dash " +"Masternode Tool documentation `__.) Confirm" +" the following two messages:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:445 +msgid "Dash Masternode Tool confirmation dialogs to register a masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:449 +msgid "Complete server configuration" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:451 +msgid "" +"At this point the masternode registration is complete, but the BLS " +"private key must be added to the server so it can become operational. The" +" BLS key allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode " +"when the signed ProRegTx is broadcast by the owner, as we just did above." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:457 +msgid "" +"Take note of your BLS private key and then proceed with the relevant " +"instructions below based on which :ref:`Software Installation option " +"` you are using." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:462 +msgid "Dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:464 +msgid "" +"For dashmate-based masternodes, enter the BLS private key during the " +"initial dashmate setup process. Run the dashmate setup wizard on your " +"server::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:469 +msgid "" +"Select the network and masternode type. Select **Yes** when asked if your" +" masternode is already registered since this was done earlier in the " +"section." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:483 +#: ../../docs/user/masternodes/setup-evonode.rst:472 +msgid "" +"Enter the **BLS private key** and the **Platform node key** from DMT when" +" requested by dashmate." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:475 +msgid "" +"Dashmate will automatically detect the external IP address and select the" +" default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults " +"should be used." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:479 +#: ../../docs/user/masternodes/setup-evonode.rst:587 +msgid "" +"Once the dashmate wizard has completed successfully, start your node as " +"follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:484 +#: ../../docs/user/masternodes/setup-evonode.rst:591 +msgid "" +"You can manage your masternode status, configuration, and running state " +"entirely from within dashmate. See the dashmate :hoverxref:`node " +"operation documentation ` for details." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:490 +msgid "Manual" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:492 +msgid "" +"For manual installations, log in to your masternode using ``ssh`` or " +"PuTTY and edit the configuration file as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:497 +msgid "" +"The editor appears with the existing masternode configuration. Add or " +"uncomment this lines in the file, replacing the key with your BLS private" +" key generated above::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:503 +#: ../../docs/user/masternodes/setup-evonode.rst:677 +msgid "" +"Press enter to make sure there is a blank line at the end of the file, " +"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " +"the file. Note that providing a ``masternodeblsprivkey`` enables " +"masternode mode, which will automatically force the ``txindex=1``, " +"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " +"masternode service. We now need to restart the masternode for this change" +" to take effect. Enter the following commands, waiting a few seconds in " +"between to give Dash Core time to shut down::" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:516 +msgid "" +"At this point you can monitor your masternode by entering ``~/.dashcore" +"/dash-cli masternode status`` or using the **Refresh status** function in" +" DMT. The final result should appear as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:523 +msgid "" +"dash-cli masternode status output showing successfully registered " +"masternode" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:909 +msgid "" +"At this point you can safely log out of your server by typing ``exit``. " +"Congratulations! Your masternode is now running." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:533 +msgid "Option 2: Registering from dashmate" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:536 +#: ../../docs/user/masternodes/setup-evonode.rst:601 +msgid "" +"For mainnet masternodes, it highly is recommended to :ref:`store the " +"collateral on a hardware wallet ` and " +"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"Registering from a hardware wallet `." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:541 +msgid "" +"Dashmate can assist with masternode registration by requesting the " +"parameters necessary to construct a valid protx command that can be sent " +"from Dash Core. This option is most useful for setting up testnet " +"masternodes where the collateral is stored in Dash Core rather than a " +"hardware wallet." +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:547 +msgid "Collect required information" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " ":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new EvoNode. For example, use" -" Dash Core to generate the addresses as described in :hoverxref:`this " -"section below `." +"owner, voting, and payout addresses for the new evonode. For example, use" +" Dash Core to generate the addresses as described in the :hoverxref:`Get " +"masternode addresses section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:490 +#: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:492 +#: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:496 +#: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. When setting up an unregistered masternode, you will also be" @@ -425,18 +737,18 @@ msgid "" "and payout addresses." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:500 +#: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" "Enter the requested information or accept the detected/generated " "defaults. For an example showing all steps of the setup wizard, refer to " "the :hoverxref:`dashmate section `." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:505 +#: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:507 +#: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" "The dashmate wizard will output a command you can use to submit the " "provider registration special transaction that registers the masternode " @@ -444,57 +756,50 @@ msgid "" " or the Dash Core console." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:516 +#: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:519 +#: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:521 -msgid "" -"Once the dashmate wizard has completed successfully, start your node as " -"follows::" +#: ../../docs/user/masternodes/setup-evonode.rst:598 +msgid "Option 3: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:525 +#: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the documentation :hoverxref:`here " -"`." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:532 -msgid "Option 2: Registering from Dash Core wallet" +"This option can be used without installing any applications other than " +"Dash Core; however, it requires the most technical skill." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:537 +#: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:539 +#: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:545 +#: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:551 +#: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:558 +#: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:560 +#: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -503,7 +808,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:565 +#: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -512,18 +817,18 @@ msgid "" "Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:581 -#: ../../docs/user/masternodes/setup-evonode.rst:643 +#: ../../docs/user/masternodes/setup-evonode.rst:656 +#: ../../docs/user/masternodes/setup-evonode.rst:718 msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:585 +#: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:587 +#: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -533,69 +838,50 @@ msgid "" "using ``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:596 +#: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " "uncomment this line in the file, replacing the key with your BLS private " "key generated above::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:602 -msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " -"``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:618 +#: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:620 +#: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" "The following command will generate new P2P key using Tenderdash and " "display it on the screen::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:627 +#: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:630 +#: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" "Alternatively, the following commands can be used generate P2P key, save " "it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:638 +#: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" "The platform node ID will be used in following steps. We will now prepare" " the transaction used to register the masternode on the network." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:648 -msgid "Prepare a ProRegTx transaction" -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:650 -msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +#: ../../docs/user/masternodes/setup-evonode.rst:725 +msgid "Get masternode addresses" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:657 -msgid "Get masternode addresses" +#: ../../docs/user/masternodes/setup-evonode.rst:729 +msgid "Owner address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:659 +#: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -603,7 +889,11 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:667 +#: ../../docs/user/masternodes/setup-evonode.rst:741 +msgid "Voting address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -611,28 +901,40 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:675 +#: ../../docs/user/masternodes/setup-evonode.rst:753 +msgid "Payout address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:683 +#: ../../docs/user/masternodes/setup-evonode.rst:764 +msgid "Fee source address" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:687 +#: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " "will fail." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:690 +#: ../../docs/user/masternodes/setup-evonode.rst:775 +msgid "Key access" +msgstr "" + +#: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -640,94 +942,94 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:700 -msgid "Prepare the ProRegTx" +#: ../../docs/user/masternodes/setup-evonode.rst:788 +msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:702 +#: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:708 +#: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:711 +#: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" "``collateralHash``: The txid of the 4000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:712 +#: ../../docs/user/masternodes/setup-evonode.rst:800 msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:713 +#: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:714 +#: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:716 +#: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :ref:`generated above ` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above " +"` (or provided by your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:718 +#: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:720 +#: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:722 +#: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:724 +#: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" -"``platformNodeID``: Platform P2P node ID :ref:`generated above `" +"``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " +"`" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:726 +#: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" "``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" " between nodes. Must be 26656 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:728 +#: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" "``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " "443 for mainnet." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:730 +#: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:733 +#: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -735,28 +1037,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:738 +#: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:754 -#: ../../docs/user/masternodes/setup-evonode.rst:781 -#: ../../docs/user/masternodes/setup-evonode.rst:807 +#: ../../docs/user/masternodes/setup-evonode.rst:842 +#: ../../docs/user/masternodes/setup-evonode.rst:869 +#: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:762 +#: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:766 +#: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:768 +#: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -767,16 +1069,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:777 -#: ../../docs/user/masternodes/setup-evonode.rst:803 +#: ../../docs/user/masternodes/setup-evonode.rst:865 +#: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:787 +#: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:789 +#: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -785,23 +1087,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:796 +#: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:798 +#: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare_hpmn`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:800 +#: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:811 +#: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -810,16 +1112,154 @@ msgid "" "final ``protx register_submit`` transaction identifies your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:817 +#: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." -msgstr "" - -#: ../../docs/user/masternodes/setup-evonode.rst:821 -msgid "" -"At this point you can safely log out of your server by typing ``exit``. " -"Congratulations! Your masternode is now running." -msgstr "" +"using the **Refresh status** function in DMT." +msgstr "" + +#~ msgid "EvoNode Setup" +#~ msgstr "" + +#~ msgid "" +#~ "Commercial :ref:`masternode hosting services " +#~ "` are available if you" +#~ " prefer to delegate day-to-day " +#~ "operation of your EvoNode to a " +#~ "professional operator. When using these " +#~ "hosting services, you retain full " +#~ "control of the DASH collateral and " +#~ "pay an agreed percentage of your " +#~ "reward to the operator. It is also" +#~ " possible to delegate your voting " +#~ "keys to a representative, see the " +#~ ":ref:`governance documentation `" +#~ " for more information." +#~ msgstr "" + +#~ msgid "" +#~ "An Evolution masternode (or EvoNode) can" +#~ " be registered from the official Dash" +#~ " Core wallet. This guide will " +#~ "describe the steps." +#~ msgstr "" + +#~ msgid "Holding collateral in Dash Core wallet" +#~ msgstr "" + +#~ msgid "Software Installation" +#~ msgstr "" + +#~ msgid "" +#~ "The following methods are available for" +#~ " installing Dash Evolution masternode " +#~ "software:" +#~ msgstr "" + +#~ msgid ":ref:`Dashmate installation `" +#~ msgstr "" + +#~ msgid "" +#~ "Dashmate is a universal tool designed" +#~ " to help you set up and run " +#~ "Dash nodes in a containerized " +#~ "environment. It is based on Docker " +#~ "technology and features an interactive " +#~ "setup command. Dashmate handles the " +#~ "installation of Dash Core, as well " +#~ "as all dependencies and supporting " +#~ "services. Additional dashmate information is" +#~ " available :ref:`here `." +#~ msgstr "" + +#~ msgid "" +#~ "Open PuTTY or a console again and" +#~ " connect using the username and " +#~ "password you just created for your " +#~ "new, non-root user. Begin by " +#~ "installing dashmate dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Refer to the dashmate page for " +#~ ":hoverxref:`alternative installation options " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "Continue with the :ref:`Registration step " +#~ "` to setup " +#~ "the collateral, keys and construct the" +#~ " ProTx transaction required to enable " +#~ "your masternode." +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**Dash Core server starting**. We will" +#~ " now install Sentinel, a piece of " +#~ "software which operates as a watchdog" +#~ " to communicate to the network that" +#~ " your node is working properly::" +#~ msgstr "" + +#~ msgid "Option 1: Registering from dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "Prior to running the dashmate setup " +#~ "wizard you should obtain the " +#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " +#~ "and payout addresses for the new " +#~ "EvoNode. For example, use Dash Core " +#~ "to generate the addresses as described" +#~ " in :hoverxref:`this section below " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "You can manage your masternode status," +#~ " configuration, and running state entirely" +#~ " from within dashmate. See the " +#~ "documentation :hoverxref:`here `." +#~ msgstr "" + +#~ msgid "Option 2: Registering from Dash Core wallet" +#~ msgstr "" + +#~ msgid "" +#~ "A pair of BLS keys for the " +#~ "operator were already generated above, " +#~ "and the private key was entered on" +#~ " the masternode. The public key is" +#~ " used in this transaction as the " +#~ "``operatorPubKey``." +#~ msgstr "" + +#~ msgid "Prepare the ProRegTx" +#~ msgstr "" + +#~ msgid "" +#~ "``operatorPubKey``: The BLS public key " +#~ ":ref:`generated above ` (or provided by your " +#~ "hosting service)" +#~ msgstr "" + +#~ msgid "" +#~ "``platformNodeID``: Platform P2P node ID " +#~ ":ref:`generated above `" +#~ msgstr "" + +#~ msgid "" +#~ "At this point you can go back " +#~ "to your terminal window and monitor " +#~ "your masternode by entering ``~/.dashcore" +#~ "/dash-cli masternode status`` or using " +#~ "the **Get status** function in DMT." +#~ msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index ddb2f185c..9f01df8b2 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -329,29 +329,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:228 +#: ../../docs/user/masternodes/setup-testnet.rst:229 +msgid "Installation as root user is not supported or recommended." +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" "Open PuTTY or a console again and connect using the username and password" " you just created for your new, non-root user. Begin by installing " "dashmate dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:239 +#: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:243 +#: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:247 +#: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" "You will be prompted to select a network, node type, IP address and BLS " "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:253 +#: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " @@ -359,94 +363,94 @@ msgid "" " or use the built-in help system to learn more:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:258 +#: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:259 +#: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:264 +#: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:266 +#: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:276 +#: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" "Continue with the :ref:`Registration step ` " "to setup the collateral, keys and construct the ProTx transaction " "required to enable your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:283 +#: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:285 +#: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:292 +#: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures" " you are using the latest stable version of dashmate::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:300 +#: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest " "version::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:313 +#: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:315 +#: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:319 +#: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:321 +#: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" "Go back to DMT and ensure that all fields from the previous step are " "still filled out correctly. Click **Generate new** for the three private" " keys required for a masternode:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:325 +#: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:326 +#: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" "Operator private key (generate new or use private key generated by " "dashmate)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:327 +#: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:332 +#: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:334 +#: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" "Then click **Register masternode**. Optionally specify a different " "**Payout address** and/or **Operator reward**, then click **Continue**. " @@ -456,11 +460,11 @@ msgid "" "local RPC node.) and confirm the following two messages:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:346 +#: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:348 +#: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " "entered in the configuration on the masternode. This allows the " @@ -472,50 +476,50 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:360 -#: ../../docs/user/masternodes/setup-testnet.rst:610 +#: ../../docs/user/masternodes/setup-testnet.rst:363 +#: ../../docs/user/masternodes/setup-testnet.rst:613 msgid "" "At this point you can go back to your terminal window and monitor your " "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:364 +#: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:370 +#: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:373 +#: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:375 +#: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" "If you used an address in Dash Core wallet for your collateral " "transaction, you now need to find the txid of the transaction. Click " "**Window > Console** and enter the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:381 +#: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:387 +#: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number " "is the ``collateralIndex``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:394 +#: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:396 +#: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " @@ -524,7 +528,7 @@ msgid "" "created." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:402 +#: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" "If you are using a hosting service, they may provide you with their " "public key, and you can skip this step. If you are hosting your own " @@ -534,18 +538,18 @@ msgid "" " by clicking **Window > Console** and entering the following command::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:418 +#: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" "**These keys are NOT stored by the wallet or dashmate and must be kept " "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:423 +#: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:425 +#: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " @@ -557,24 +561,24 @@ msgid "" "edit the dashmate configuration as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:437 +#: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on " "the network." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:441 +#: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:443 +#: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" "A pair of BLS keys for the operator were already generated above, and the" " private key was entered on the masternode. The public key is used in " "this transaction as the ``operatorPubKey``." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:447 +#: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" "First, we need to get a new, unused address from the wallet to serve as " "the **owner key address** (``ownerKeyAddr``). This is not the same as the" @@ -582,7 +586,7 @@ msgid "" "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:456 +#: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " "(``votingKeyAddr``). Alternatively, you can specify an address provided " @@ -590,28 +594,28 @@ msgid "" "key address as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:465 +#: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" "Then either generate or choose an existing address to receive the " "**owner's masternode payouts** (``payoutAddress``). It is also possible " "to use an address external to the wallet::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:473 +#: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" "You can also optionally generate and fund another address as the " "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:477 +#: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance " "to pay the transaction fee, or the ``register_prepare`` transaction will " "fail." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:481 +#: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " @@ -619,14 +623,14 @@ msgid "" " commands. Unlock your wallet for 5 minutes::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:488 +#: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " "``protx register_prepare`` command. This command has the following " "syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:496 +#: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" "After v19 hard fork activation, ``protx register_prepare_legacy`` must be" " used if a legacy scheme BLS key is being used to register a masternode. " @@ -635,65 +639,65 @@ msgid "" " ` instructions." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:502 +#: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:505 +#: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" "``collateralHash``: The txid of the 1000 Dash collateral funding " "transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:507 +#: ../../docs/user/masternodes/setup-testnet.rst:510 msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:509 +#: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:511 +#: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" "``ownerKeyAddr``: The new Dash address generated above for the " "owner/voting address" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:513 +#: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" "``operatorPubKey``: The BLS public key generated above (or provided by " "your hosting service)" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:515 +#: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" "``votingKeyAddr``: The new Dash address generated above, or the address " "of a delegate, used for proposal voting" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:517 +#: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:519 +#: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:521 +#: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:524 +#: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" "Note that the operator is responsible for :ref:`specifying their own " "reward ` address in a separate ``update_service`` " @@ -701,28 +705,28 @@ msgid "" "the masternode collateral does not specify the operator's payout address." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:530 +#: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:543 -#: ../../docs/user/masternodes/setup-testnet.rst:572 -#: ../../docs/user/masternodes/setup-testnet.rst:599 +#: ../../docs/user/masternodes/setup-testnet.rst:546 +#: ../../docs/user/masternodes/setup-testnet.rst:575 +#: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:551 +#: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" "Next we will use the ``collateralAddress`` and ``signMessage`` fields to " "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:556 +#: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:558 +#: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" "We will now sign the content of the ``signMessage`` field using the " "private key for the collateral address as specified in " @@ -733,16 +737,16 @@ msgid "" "function of a hardware wallet. The command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:568 -#: ../../docs/user/masternodes/setup-testnet.rst:595 +#: ../../docs/user/masternodes/setup-testnet.rst:571 +#: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:578 +#: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:580 +#: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " "register the masternode. This command must be sent from a Dash Core " @@ -751,23 +755,23 @@ msgid "" "command takes the following syntax::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:588 +#: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:590 +#: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" "``tx``: The serialized transaction previously returned in the ``tx`` " "output field from the ``protx register_prepare`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:592 +#: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" "``sig``: The message signed with the collateral key from the " "``signmessage`` command" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:603 +#: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " "Masternode List after the transaction is mined to a block. You can view " @@ -777,15 +781,15 @@ msgid "" "your masternode." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:618 +#: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:620 +#: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:622 +#: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" "This guide describes how to manually download and install the components " "of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " @@ -793,241 +797,284 @@ msgid "" "manually adjust apt commands if using a different distro." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:628 +#: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:630 +#: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:635 +#: ../../docs/user/masternodes/setup-testnet.rst:640 +msgid "Tor" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:642 +msgid "" +"Tor is an internet relay system designed to preserve anonymity on the " +"internet. Install Tor as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:637 +#: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" "Dash Core is a fork of Bitcoin Core and is responsible for all consensus " "and communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:644 +#: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" "Verify the authenticity of your download by checking its detached " "signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"team. All releases of Dash are signed using GPG with the following key:" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:649 -msgid "" -"Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " -"`verifiable here on Keybase `__" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:651 +#: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:661 +#: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:667 +#: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:671 +#: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:707 +#: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" "Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " "own values. Leave the ``masternodeblsprivkey`` field commented out for " "now. Configure Dash Core to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:731 +#: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:737 +#: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:742 +#: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:744 +#: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:755 +#: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Use the following command to monitor" -" sync status::" +"full sync before running Sentinel.** Run the following to ensure Sentinel" +" runs every 10 minutes::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:776 +msgid "Use the following command to monitor sync status::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:761 +#: ../../docs/user/masternodes/setup-testnet.rst:780 msgid "When synchronisation is complete, you should see the following response::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:775 -msgid "Tor" +#: ../../docs/user/masternodes/setup-testnet.rst:794 +msgid "Platform services" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:777 +#: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" -"Tor is an internet relay system designed to preserve anonymity on the " -"internet. Install Tor as follows::" +"Next, we will install the Dash Platform services. Start with installing " +"JavaScript dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:786 -msgid "Platform services" +#: ../../docs/user/masternodes/setup-testnet.rst:805 +msgid "Followed by Rust dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:788 -msgid "" -"Next, we will install the Dash Platform services. Start with some common " -"dependencies::" +#: ../../docs/user/masternodes/setup-testnet.rst:814 +msgid "And Go dependencies::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:800 +#: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:802 +#: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:811 +#: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:822 +#: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:826 +#: ../../docs/user/masternodes/setup-testnet.rst:858 msgid "Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:831 +#: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:833 +#: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" "Tenderdash is a fork of Tendermint and is the blockchain implementation " "used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Install Go as follows::" +"to build from source. Build and install Tenderdash as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:842 -msgid "Build and install Tenderdash as follows::" -msgstr "" - -#: ../../docs/user/masternodes/setup-testnet.rst:851 +#: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:855 +#: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" "Several files will be generated in the ``~/.tenderdash`` directory. " "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:865 +#: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:885 +#: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:891 +#: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:896 +#: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:898 +#: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:905 +#: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:914 +#: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:918 +#: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:923 +#: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:925 +#: ../../docs/user/masternodes/setup-testnet.rst:951 +msgid "" +"Envoy is a gRPC service proxy for cloud-native applications. As it is " +"responsible for TLS termination, you will need to obtain a TLS " +"certificate for your public IP address before configuring Envoy. You can " +"do this independently using a provider of your choice, or use ZeroSSL to " +"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " +"and enter your public IP address, select HTTP File Upload as the " +"verification method and then download the auth file. Place the contents " +"of this file in the ``/var/www/html/.well-known/pki-validation/`` " +"directory with the original filename on your server and serve it using " +"nginx as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Envoy is a gRPC service proxy for cloud-native applications. Install " -"Envoy as follows::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that " +"the contents of the auth file are displayed in your browser. Complete " +"validation in ZeroSSL and download the bundle file in ``.zip`` format. " +"Extract it on your local computer, and copy the contents of the " +"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " +"into the bundle file at the following location on the remote node::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:934 +#: ../../docs/user/masternodes/setup-testnet.rst:975 +msgid "" +"Then copy the contents of ``private.key`` into the following location on " +"the remote node::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:980 +msgid "Remove nginx and the temporary auth file as follows:" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:982 +msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:985 +msgid "Install Envoy as follows::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:939 +#: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:957 +#: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:963 +#: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:968 +#: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:970 +#: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:979 +#: ../../docs/user/masternodes/setup-testnet.rst:1033 +msgid "" +"Copy and paste the resulting command to ensure PM2 restarts processes on " +"boot::" +msgstr "" + +#: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:985 +#: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:987 +#: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" "Developers requiring a local masternode can get started quickly by " "starting dashmate and providing a private key containing collateral " @@ -1036,7 +1083,7 @@ msgid "" " how to install dependencies under Ubuntu 20.04 LTS.::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1000 +#: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " "`__ or the " @@ -1047,25 +1094,25 @@ msgid "" "as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1010 +#: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1016 +#: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1020 +#: ../../docs/user/masternodes/setup-testnet.rst:1079 msgid "Wait until sync and registration are complete. Then start the masternode::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1024 +#: ../../docs/user/masternodes/setup-testnet.rst:1083 msgid "Your masternode is now providing service on the following local ports::" msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:1033 +#: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" "Note that platform sync will take some time after core sync is complete. " "You can monitor progress with ``dashmate status platform`` or use " @@ -1413,3 +1460,51 @@ msgstr "" #~ "deterministic masternode:" #~ msgstr "" +#~ msgid "" +#~ "Verify the authenticity of your download" +#~ " by checking its detached signature " +#~ "against the public key published by " +#~ "the Dash Core development team. All " +#~ "releases of Dash are signed using " +#~ "GPG with one of the following " +#~ "keys:" +#~ msgstr "" + +#~ msgid "" +#~ "Alexander Block (codablock) with the key" +#~ " ``63A9 6B40 6102 E091``, `verifiable " +#~ "here on Keybase `__" +#~ msgstr "" + +#~ msgid "" +#~ "You will see a message reading " +#~ "**dashd not synced with network! " +#~ "Awaiting full sync before running " +#~ "Sentinel.** Use the following command to" +#~ " monitor sync status::" +#~ msgstr "" + +#~ msgid "" +#~ "Next, we will install the Dash " +#~ "Platform services. Start with some " +#~ "common dependencies::" +#~ msgstr "" + +#~ msgid "" +#~ "Tenderdash is a fork of Tendermint " +#~ "and is the blockchain implementation " +#~ "used by Dash Platform. As binaries " +#~ "are not yet published, you will " +#~ "need to build from source. Install " +#~ "Go as follows::" +#~ msgstr "" + +#~ msgid "Build and install Tenderdash as follows::" +#~ msgstr "" + +#~ msgid "" +#~ "Envoy is a gRPC service proxy for" +#~ " cloud-native applications. Install Envoy" +#~ " as follows::" +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po index 3c52ac7da..531db0931 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -110,12 +110,12 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 #, python-format msgid "" -"As of November 2018, the Dash network has `over 5000 masternodes located " -"`_ in over `45 countries" -" `_ and hosted on " +"As of September 2023, the Dash network has `almost 3500 masternodes " +"located `_ in `19 " +"countries `_ and hosted on " "`over 140 ISPs `_. " -"The block reward is approximately 3.34 Dash, so the selected masternode " -"receives 1.67 Dash per payment or approximately 6 Dash per month. The " +"The block reward is approximately 2.310 Dash, so the selected masternode " +"receives 1.344 Dash per payment or approximately 6 Dash per month. The " "block reward decreases by 7.14% approximately once per year, so the " "annual earnings for a masternode owner is approximately 7% of the " "collateral, and will decrease over time `as calculated here " @@ -128,13 +128,13 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 -msgid "Evolution Masternodes (EvoNodes)" +msgid "Evolution Masternodes (evonodes)" msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (EvoNodes) are a subset of masternodes that have " -"been created to host Dash Platform. An EvoNode is a lot like a regular " +"Evolution Masternodes (evonodes) are a subset of masternodes that have " +"been created to host Dash Platform. An evonode is a lot like a regular " "masternode with the following differences:" msgstr "" @@ -143,7 +143,7 @@ msgid "Masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -msgid "EvoNode" +msgid "Evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 @@ -163,7 +163,7 @@ msgid "Specs" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -msgid "Lesser than EvoNode" +msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 @@ -424,24 +424,24 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -msgid "EvoNode Payment Logic" +msgid "Evonode Payment Logic" msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"EvoNodes is expected to stabilize around a fixed number based on the " +"evonodes is expected to stabilize around a fixed number based on the " "total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 EvoNodes are expected). This is because if there are " -"more than that fixed number of EvoNodes, running a regular MN will be " -"more profitable than running an EvoNode, and hosts will convert their " -"EvoNodes into MNs." +"Masternodes, ~450 evonodes are expected). This is because if there are " +"more than that fixed number of evonodes, running a regular MN will be " +"more profitable than running an evonode, and hosts will convert their " +"evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 #, python-format msgid "" -"EvoNodes will receive 100% of the fees generated from Platform and 37.5% " +"Evonodes will receive 100% of the fees generated from Platform and 37.5% " "of the masternode portion of Core block rewards. Regular MNs will receive" " the remaining 62.5% of the masternode portion of Core block rewards and " "0% of Platform fees." @@ -775,3 +775,78 @@ msgstr "" #~ msgid "40 GB" #~ msgstr "" +#~ msgid "" +#~ "As of November 2018, the Dash " +#~ "network has `over 5000 masternodes " +#~ "located `_ " +#~ "in over `45 countries " +#~ "`_ and " +#~ "hosted on `over 140 ISPs " +#~ "`_. The" +#~ " block reward is approximately 3.34 " +#~ "Dash, so the selected masternode " +#~ "receives 1.67 Dash per payment or " +#~ "approximately 6 Dash per month. The " +#~ "block reward decreases by 7.14% " +#~ "approximately once per year, so the " +#~ "annual earnings for a masternode owner" +#~ " is approximately 7% of the " +#~ "collateral, and will decrease over time" +#~ " `as calculated here " +#~ "`_. See `this tool " +#~ "`_ to " +#~ "calculate real-time payment rates, and" +#~ " `this site " +#~ "`_ for " +#~ "various real-time statistics on the " +#~ "masternode network." +#~ msgstr "" + +#~ msgid "Evolution Masternodes (EvoNodes)" +#~ msgstr "" + +#~ msgid "" +#~ "Evolution Masternodes (EvoNodes) are a " +#~ "subset of masternodes that have been " +#~ "created to host Dash Platform. An " +#~ "EvoNode is a lot like a regular" +#~ " masternode with the following differences:" +#~ msgstr "" + +#~ msgid "EvoNode" +#~ msgstr "" + +#~ msgid "Lesser than EvoNode" +#~ msgstr "" + +#~ msgid "EvoNode Payment Logic" +#~ msgstr "" + +#~ msgid "" +#~ "Because the reward distribution percentages" +#~ " are fixed, the number of EvoNodes" +#~ " is expected to stabilize around a" +#~ " fixed number based on the total " +#~ "number of masternodes (considering the " +#~ "current number of ~3850 Masternodes, " +#~ "~450 EvoNodes are expected). This is " +#~ "because if there are more than " +#~ "that fixed number of EvoNodes, running" +#~ " a regular MN will be more " +#~ "profitable than running an EvoNode, and" +#~ " hosts will convert their EvoNodes " +#~ "into MNs." +#~ msgstr "" + +#~ msgid "" +#~ "EvoNodes will receive 100% of the " +#~ "fees generated from Platform and 37.5%" +#~ " of the masternode portion of Core" +#~ " block rewards. Regular MNs will " +#~ "receive the remaining 62.5% of the " +#~ "masternode portion of Core block rewards" +#~ " and 0% of Platform fees." +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po index 1d01780d1..80d97bb05 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -24,7 +24,7 @@ msgid "Description of dashmate features and usage" msgstr "" #: ../../docs/user/network/dashmate/index.rst:-1 -msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:9 @@ -40,7 +40,7 @@ msgid "" msgstr "" #: ../../docs/user/network/dashmate/index.rst:18 -msgid "Setting up a testnet EvoNode using dashmate" +msgid "Setting up a testnet evonode using dashmate" msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 @@ -97,68 +97,70 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" "You can setup both regular masternodes and Evolution masternodes " -"(EvoNodes) using dashmate. There are few minor extra steps for EvoNodes, " -"but the process is largely identical for both masternode types." +"(evonodes) using dashmate. There are few minor extra steps for evonodes, " +"but the process is largely identical for both masternode types. Complete " +"the steps in the sections below to set up your node or follow along with " +"this step-by-step tutorial." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:80 +#: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the " "interactive wizard::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:85 +#: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:91 +#: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:97 +#: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:99 +#: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import " "information about an existing masternode." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:106 +#: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:109 +#: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:115 +#: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:117 +#: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " "transaction `. You can find these values using " "Dash Core's :hoverxref:`masternode outputs ` command." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:125 +#: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:127 +#: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:134 +#: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:136 +#: ../../docs/user/network/dashmate/index.rst:143 msgid "" "Enter an operator BLS private key. You can enter one you have created " "(e.g. :hoverxref:`using Dash Core `) or received " @@ -166,39 +168,39 @@ msgid "" "by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:140 +#: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator" " directly, set the reward share percentage also." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:147 +#: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:149 +#: ../../docs/user/network/dashmate/index.rst:156 msgid "" "The following step only applies to Evolution masternodes. Regular " "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:152 +#: ../../docs/user/network/dashmate/index.rst:159 msgid "" "Enter a Platform node key. You can enter one :hoverxref:`you have created" " ` or received from a hosting " "provider. Optionally, use the one automatically generated by dashmate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:160 +#: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:163 +#: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:165 +#: ../../docs/user/network/dashmate/index.rst:172 msgid "" "Dashmate will automatically detect the external IP address and select the" " default ports for the network you are setting up. You can modify these " @@ -206,79 +208,86 @@ msgid "" "should be used." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:173 +#: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:176 +#: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:178 +#: ../../docs/user/network/dashmate/index.rst:185 msgid "" "Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Select **Yes** after the command has been run successfully." -" If you receive an error, select **No** to go back through the previous " -"steps and review details." +"Core console. Do note that your payout address must have a balance for " +"the registration process to be successful, so remember to send some DASH " +"to this address before you begin registration." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:187 +#: ../../docs/user/network/dashmate/index.rst:190 +msgid "" +"Select **Yes** after the command has been run successfully. If you " +"receive an error, select **No** to go back through the previous steps and" +" review details." +msgstr "" + +#: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:190 +#: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:192 +#: ../../docs/user/network/dashmate/index.rst:203 msgid "" -"The following step only applies to EvoNodes. Regular masternodes do not " +"The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:195 +#: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:198 +#: ../../docs/user/network/dashmate/index.rst:209 msgid "" "Self-signed certificates cannot be used on mainnet. When setting up a " -"mainnet EvoNode, **ZeroSSL** and **File on disk** are the only options " +"mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:205 +#: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:207 +#: ../../docs/user/network/dashmate/index.rst:218 msgid "" "Once the configuration is complete, a summary showing the network and " "type of node configured is displayed. This summary includes important " "parameters and information on how to proceed." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:213 +#: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:219 +#: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:222 +#: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:224 +#: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:230 +#: ../../docs/user/network/dashmate/index.rst:241 msgid "" "When starting a node for the first time, dashmate will download the " "Docker images required for each service. The time required for this one-" @@ -286,80 +295,120 @@ msgid "" " complete within a few minutes." msgstr "" -#: ../../docs/user/network/dashmate/index.rst:238 +#: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:240 +#: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn " "more:" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:243 +#: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:244 +#: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:249 +#: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:252 +#: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:254 +#: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:258 +#: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:263 +#: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:265 +#: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:270 +#: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:272 +#: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:285 +#: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:288 +#: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:290 +#: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your" " masternode as follows::" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:298 +#: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:300 +#: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" +#~ msgstr "" + +#~ msgid "Setting up a testnet EvoNode using dashmate" +#~ msgstr "" + +#~ msgid "" +#~ "You can setup both regular masternodes" +#~ " and Evolution masternodes (EvoNodes) using" +#~ " dashmate. There are few minor extra" +#~ " steps for EvoNodes, but the process" +#~ " is largely identical for both " +#~ "masternode types." +#~ msgstr "" + +#~ msgid "" +#~ "Copy the provided protx command and " +#~ "run it using dash-cli or the " +#~ "Dash Core console. Select **Yes** after" +#~ " the command has been run " +#~ "successfully. If you receive an error," +#~ " select **No** to go back through " +#~ "the previous steps and review details." +#~ msgstr "" + +#~ msgid "" +#~ "The following step only applies to " +#~ "EvoNodes. Regular masternodes do not " +#~ "require an SSL certificate since they" +#~ " do not host Platform services." +#~ msgstr "" + +#~ msgid "" +#~ "Self-signed certificates cannot be used" +#~ " on mainnet. When setting up a " +#~ "mainnet EvoNode, **ZeroSSL** and **File " +#~ "on disk** are the only options " +#~ "available." +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index d83ec9453..8e0059c8a 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,29 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" +"Last-Translator: FULL NAME \n" "Language: zh_TW\n" +"Language-Team: Chinese (Taiwan) " +"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change settings" -" in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change " +"settings in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:1 +#: ../../docs/user/wallets/android/advanced-functions.rst:-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -37,15 +40,16 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by adding" -" a label to help you identify the owner. You can also label your own " -"addresses in the wallet in order to keep track of regular incoming payments." -" You can access the address book by tapping the **Menu button**, then " -"**Address book**. This will display a screen where you can swipe left and " -"right between your own addresses and the addresses to which you frequently " -"send Dash, such as family members for example. Tap the **More options** " -"button to **Paste from clipboard** or to **Scan address** from a QR code, or" -" tap an existing address to **Send Dash** or **Edit** the label." +"Your Android wallet allows you to manage frequently used addresses by " +"adding a label to help you identify the owner. You can also label your " +"own addresses in the wallet in order to keep track of regular incoming " +"payments. You can access the address book by tapping the **Menu button**," +" then **Address book**. This will display a screen where you can swipe " +"left and right between your own addresses and the addresses to which you " +"frequently send Dash, such as family members for example. Tap the **More " +"options** button to **Paste from clipboard** or to **Scan address** from " +"a QR code, or tap an existing address to **Send Dash** or **Edit** the " +"label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -54,11 +58,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen by" -" tapping the **More options** button for the transaction (three vertical " -"dots) and selecting either **Add label to your address**, **Edit label of " -"your address**, **Add sending address** or **Edit label of sending " -"address**." +"You can also add labels directly from the main transaction history screen" +" by tapping the **More options** button for the transaction (three " +"vertical dots) and selecting either **Add label to your address**, **Edit" +" label of your address**, **Add sending address** or **Edit label of " +"sending address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -71,251 +75,271 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of your " -"Dash balance and in transactions by selecting a default fiat currency. To " -"select a default currency, tap the **Menu button**, then **Exchange rates**." -" Find your preferred fiat currency, then tap the **More options** button for" -" that currency and select **Set as default**. The exchange rate for this " -"currency will appear when sending Dash, and you can also tap in the fiat " -"currency field to enter the value in the fiat currency directly, instead of " -"in Dash." +"Dash Wallet for Android allows you to display the equivalent value of " +"your Dash balance and in transactions by selecting a default fiat " +"currency. To select a default currency, tap the **Menu button**, then " +"**Exchange rates**. Find your preferred fiat currency, then tap the " +"**More options** button for that currency and select **Set as default**. " +"The exchange rate for this currency will appear when sending Dash, and " +"you can also tap in the fiat currency field to enter the value in the " +"fiat currency directly, instead of in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in " -"USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in" +" USD*" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:77 +msgid "Masternode keys" +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:79 +msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/android/advanced-functions.rst:95 +msgid "*Viewing and generating masternode keys*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:78 +#: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:80 +#: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on an " -"address you may have received as a paper wallet or from an ATM into your own" -" wallet. You must have access to the private key for an address to use this " -"function. In this process, all Dash stored on the address will be sent to a " -"new address that has been deterministically generated from your wallet seed." -" The private keys you sweep do not become a part of your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on " +"an address you may have received as a paper wallet or from an ATM into " +"your own wallet. You must have access to the private key for an address " +"to use this function. In this process, all Dash stored on the address " +"will be sent to a new address that has been deterministically generated " +"from your wallet seed. The private keys you sweep do not become a part of" +" your wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:88 +#: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " -"wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create " -"the transaction moving the Dash into your own wallet. Once this transaction " -"is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" +" wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create" +" the transaction moving the Dash into your own wallet. Once this " +"transaction is confirmed, the paper is worthless and should be destroyed." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:104 +#: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:108 +#: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:110 +#: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" -" it does not download a full copy of the blockchain. The network monitor " -"allows you to view details about the full nodes to which you are connected. " -"You can also swipe left to view blocks as they are created on the " -"blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, " +"meaning it does not download a full copy of the blockchain. The network " +"monitor allows you to view details about the full nodes to which you are " +"connected. You can also swipe left to view blocks as they are created on " +"the blockchain." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:123 +#: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:127 -#: ../../docs/user/wallets/android/advanced-functions.rst:143 +#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:134 +#: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:136 +#: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of the" -" Dash Android Wallet. To access the settings, tap the **Menu button**, then " -"**Settings**. You can then choose between **Settings**, **Diagnostics** and " -"**About**, which displays wallet version, copyright, license and source code" -" information." +"The settings menu contains a range of options to control the behavior of " +"the Dash Android Wallet. To access the settings, tap the **Menu button**," +" then **Settings**. You can then choose between **Settings**, " +"**Diagnostics** and **About**, which displays wallet version, copyright, " +"license and source code information." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:147 +#: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:146 +#: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:153 +#: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:150 +#: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to other " -"users for scanning. The short name will then appear as a label in their " -"wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to " +"other users for scanning. The short name will then appear as a label in " +"their wallet to verify the recipient and simplify address management." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:157 +#: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:156 +#: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is complete." +"Specify whether or not to close the send dialog once a payment is " +"complete." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:161 +#: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:160 +#: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be able " -"to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be " +"able to quickly verify connectivity." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:164 +#: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:168 +#: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:167 +#: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces connection" -" to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces " +"connection to the one specified trusted peer only." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:172 +#: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:171 +#: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:176 +#: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:175 +#: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data " -"usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data" +" usage for the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:180 +#: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:179 +#: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash if " -"you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash " +"if you don't open the app in that time." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:183 +#: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:186 +#: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:190 +#: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:189 -msgid "" -"Enables or disables various disclaimers and warning messages in the app." +#: ../../docs/user/wallets/android/advanced-functions.rst:209 +msgid "Enables or disables various disclaimers and warning messages in the app." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:195 +#: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:193 +#: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add " -"further verification and security features when scanning QR codes." +"`_ to add" +" further verification and security features when scanning QR codes." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:200 +#: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:198 +#: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when creating" -" transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when " +"creating transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:203 +#: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:207 +#: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:206 +#: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in order " -"to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in " +"order to send a bug report to developers for troubleshooting." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:213 +#: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:210 +#: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses in " -"your wallet. Providing your xpub to a third party will allow them to view " -"your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses " +"in your wallet. Providing your xpub to a third party will allow them to " +"view your entire transaction history, but not make new transactions." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:217 +#: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:216 +#: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data will" -" need to be collected again from full nodes, similar to when setting up a " -"new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data " +"will need to be collected again from full nodes, similar to when setting " +"up a new wallet. This process may take some time." msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index c7e662a15..dc86179e1 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -74,93 +74,143 @@ msgid "Locking UTXOs in Dash Core wallet" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:51 +msgid "Running Dash Testnet" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:53 +msgid "" +"It is recommended to run Dash Core on testnet for your experimentations. " +"To start on testnet via the command line, do the following:" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:56 +msgid "For Linux::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:60 +msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:64 +msgid "" +"Note: You may need to allow an app from an unknown developer before " +"running this. Cmd+Click on the application and click **Open**." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:67 +msgid "Now, open Mac Terminal and run::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:72 +msgid "" +"You may top up your testnet wallet by `accessing the faucet " +"`_." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:54 +#: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:58 +#: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:60 +#: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Since version 0.17.0.2, Dash Core has included the ability upgrade a non-" -"hierarchical deterministic (HD) wallet to an HD wallet via the " -"``upgradetohd`` command. The command can be run by either opening the " -"console from **Tools > Console** or issuing the following RPC command " -"from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic " +"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " +"can be run by either opening the console from **Window > Console** or " +"issuing the following RPC command from ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:68 +#: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" "If your wallet is already encrypted you must enter the passphrase as the " "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:72 +#: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:78 -msgid "Create HD Wallet" +#: ../../docs/user/wallets/dashcore/advanced.rst:105 +msgid "View HD wallet information" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:80 +#: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" -"Since version 0.12.2.0, Dash Core has included an implementation of " -"BIP39/BIP44 compatible hierarchical deterministic (HD) key generation. " -"This functionality is only available from the command line by specifying " -"the ``usehd`` option when starting Dash Core for the first time. Use this" -" function with care, since the mnemonic seed and keys will be stored in " -"plain text until you specify a wallet passphrase. Note that the wallet " -"passphrase is different to the mnemonic passphrase, which is often also " -"referred to as the \"25th word\" or \"extension word\". The wallet " -"passphrase encrypts the wallet file itself, while the mnemonic passphrase" -" is used to specify different derivation branches from the same mnemonic " -"seed." +"Open the console from **Window > Console** or issue the following RPC " +"command from ``dash-cli`` to view the mnemonic seed::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:92 +#: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"We will use the Windows GUI wallet in this example, but the commands are " -"similar if using ``dash-qt`` or ``dashd`` on other operating systems. " -"Enter the following command to get started with a randomly generated HD " -"wallet seed and no mnemonic passphrase::" +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" +" formats. It will also display the mnemonic passphrase if one was used " +"when creating the wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:99 -msgid "" -"A new HD wallet will be generated and Dash Core will display a warning " -"informing you that you must encrypt your wallet after verifying it works " -"correctly. Open the console from **Tools > Console** or issue the " -"following RPC command from ``dash-cli`` to view the mnemonic seed::" +#: ../../docs/user/wallets/dashcore/advanced.rst:119 +msgid "Restore HD wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:106 +#: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"Dash Core will display the HD seed in both hexadecimal and as a BIP39 " -"mnemonic. To restore an existing HD wallet, or define your own separately" -" generated mnemonic and/or passphrase, ensure no ``wallet.dat`` file " -"exists in the ``datadir`` and enter the following command::" +"To restore an existing HD wallet, or define your own separately generated" +" mnemonic and/or passphrase, create a new blank wallet with following " +"command::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:126 +msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:114 +#: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:121 +#: ../../docs/user/wallets/dashcore/advanced.rst:133 +msgid "" +"Note that the wallet passphrase is different to the mnemonic passphrase, " +"which is often also referred to as the \"25th word\" or \"extension " +"word\". The wallet passphrase encrypts the wallet file itself, while the " +"mnemonic passphrase is used to specify different derivation branches from" +" the same mnemonic seed." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:141 +msgid "Enable HD Wallet Creation By Default" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:143 +msgid "" +"Dash Core includes an implementation of BIP39/BIP44 compatible " +"hierarchical deterministic (HD) key generation. We will use the Windows " +"GUI wallet in this example, but the commands are similar if using ``dash-" +"qt`` or ``dashd`` on other operating systems. Enter the following command" +" to configure Dash Core to generate HD wallets by default::" +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:151 +msgid "" +"To make this configuration persist between restarts, add ``usehd=1`` to " +"the ``dash.conf`` file." +msgstr "" + +#: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:123 +#: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" "This section presents a worked example to demonstrate multisig " "functionality in Dash Core. While the transactions are no longer visible " @@ -171,85 +221,85 @@ msgid "" "involved are a buyer, a seller and an arbiter. This example is based on:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:131 +#: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:132 +#: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:133 +#: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:136 +#: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:138 -#: ../../docs/user/wallets/dashcore/advanced.rst:206 -#: ../../docs/user/wallets/dashcore/advanced.rst:283 -#: ../../docs/user/wallets/dashcore/advanced.rst:291 -#: ../../docs/user/wallets/dashcore/advanced.rst:324 +#: ../../docs/user/wallets/dashcore/advanced.rst:174 +#: ../../docs/user/wallets/dashcore/advanced.rst:242 +#: ../../docs/user/wallets/dashcore/advanced.rst:319 +#: ../../docs/user/wallets/dashcore/advanced.rst:327 +#: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:155 -#: ../../docs/user/wallets/dashcore/advanced.rst:214 -#: ../../docs/user/wallets/dashcore/advanced.rst:235 -#: ../../docs/user/wallets/dashcore/advanced.rst:243 -#: ../../docs/user/wallets/dashcore/advanced.rst:305 -#: ../../docs/user/wallets/dashcore/advanced.rst:316 +#: ../../docs/user/wallets/dashcore/advanced.rst:191 +#: ../../docs/user/wallets/dashcore/advanced.rst:250 +#: ../../docs/user/wallets/dashcore/advanced.rst:271 +#: ../../docs/user/wallets/dashcore/advanced.rst:279 +#: ../../docs/user/wallets/dashcore/advanced.rst:341 +#: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:172 -#: ../../docs/user/wallets/dashcore/advanced.rst:222 +#: ../../docs/user/wallets/dashcore/advanced.rst:208 +#: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:189 +#: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:196 +#: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:198 +#: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" "The ``createmultisig`` command takes as variables the number n signatures" " of m keys (supplied as json array) required. In this example, 2 of 3 " "keys are required to sign the transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:202 +#: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" "Note: The address can be created by anyone, as long as the public keys " "and their sequence are known (resulting address and redeemScript are " "identical, see below)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:231 +#: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:233 +#: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:240 +#: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:275 +#: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:277 +#: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" "Now we assume the deal is complete, the buyer got the goods and everyone " "is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " @@ -258,13 +308,13 @@ msgid "" "address from above)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:288 +#: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" "And partially signs it, using the redeemScript, scriptPubKey and his " "private key" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:299 +#: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" "Note that the output hex is getting longer, but complete flag is " "\"false\" as the transaction needs another signature. So now either the " @@ -273,23 +323,23 @@ msgid "" "completing the signature." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:313 +#: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" "The signature is complete now, and either of the parties can transmit the" " transaction to the network." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:321 +#: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" "Again, this transaction can be traced in a block explorer. And the seller" " is happy to receive his coins at his public address as follows." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:347 +#: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:349 +#: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" "Dash can be run as a background process (or daemon) on Linux systems. " "This is particularly useful if you are running Dash as a server instead " @@ -297,51 +347,51 @@ msgid "" "Linux as described in the :ref:`dashcore-installation-linux`." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:354 +#: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:358 +#: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:362 +#: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:366 +#: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:373 +#: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" "Register the ``dashd`` daemon as a system service by creating the " "following file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:377 +#: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:400 +#: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:406 +#: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:410 +#: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:415 +#: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:417 +#: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" "`Tor `__ is free and open-source software " "for enabling anonymous communication. The name derived from the acronym " @@ -352,11 +402,11 @@ msgid "" " analysis." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:426 +#: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:428 +#: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" "Dash Core traffic can be directed to pass through Tor by specifying a " "running Tor service as a proxy. First install Tor by visiting " @@ -367,13 +417,13 @@ msgid "" "First Time `__." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:437 +#: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" "Once Tor Browser is running, you have two options to configure Dash Core " "to use Tor for network traffic." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:440 +#: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " "Network** and enable the **Connect through SOCKS5 proxy** setting. " @@ -381,25 +431,25 @@ msgid "" " Click **OK** and restart Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:445 +#: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " "``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " "the file and start Dash Core." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:449 +#: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" "You are now connected through the Tor network. You will need to remember " "to start the Tor Browser each time before you start Dash Core or you will" " not be able to sync." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:454 +#: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:456 +#: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" "Tor onion services allows other users to connect to your Dash node using " "an onion address, providing further anonymity by concealing your IP " @@ -407,62 +457,62 @@ msgid "" "Linux:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:461 +#: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:465 +#: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:469 +#: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:473 +#: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:478 +#: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" "The group is usually ``debian-tor`` under Debian-based Linux " "distributions." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:481 +#: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:485 +#: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:490 +#: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:494 +#: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:498 +#: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:502 +#: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:504 +#: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" "Since version 18.0.0, Dash Core has included the ability work with " "multiple wallets from the **File** menu in addition to the previously " "available options." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:508 +#: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" "Wallet-related RPCs require using the ``-rpcwallet`` option when more " "than one wallet file is loaded. This is to ensure the RPC command is " @@ -471,61 +521,61 @@ msgid "" "information." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:514 +#: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:516 +#: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" "To open a wallet, click **File -> Open Wallet** and then click the name " "of wallet file." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:522 +#: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:525 +#: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:527 +#: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" "When multiple wallets are open, a wallet selection dropbox is shown to " "the left of the Dash logo on the tab bar. Click the dropdown box and " "select a wallet to set it as the active wallet." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:534 +#: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:537 +#: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:539 +#: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" "To close a wallet, set it as the active wallet using the wallet selection" " dropdown box. Next, click **File -> Close Wallet** and then click " "**Yes** on the Close wallet confirmation screen." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:546 +#: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:551 +#: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" "If the only open wallet is closed, wallet-related items on the tab bar " "will be disabled." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:554 +#: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:556 +#: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" "It is also possible to select between different Dash wallets when " "starting Dash Core by specifying the ``wallet`` argument, or even run " @@ -533,7 +583,7 @@ msgid "" "data directories using the ``datadir`` argument." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:561 +#: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " ":ref:`installation instructions `. When you get to" @@ -544,11 +594,11 @@ msgid "" " (simpler if you do want to run the wallets simultaneously)." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:572 +#: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:574 +#: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" "For this scenario, we will create two shortcuts on the desktop, each " "using a different wallet file. Navigate to the binary file used to start " @@ -557,11 +607,11 @@ msgid "" "the **Properties** window for each of these shortcuts." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:583 +#: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:585 +#: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " "wallet file by specifying the ``wallet`` argument when starting the " @@ -571,23 +621,23 @@ msgid "" "``workwallet.dat`` and ``homewallet.dat``:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:592 +#: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:593 +#: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:598 +#: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:600 +#: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" "You can now use the two icons to quickly and easily open different " "wallets from your desktop. Note that you cannot open both wallets " @@ -595,11 +645,11 @@ msgid "" "as described below." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:607 +#: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:609 +#: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " "Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" @@ -611,23 +661,23 @@ msgid "" "as shown below:" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:618 +#: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:619 +#: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:624 +#: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:626 +#: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" "You can now use the two icons to quickly and easily open different " "wallets simultaneously from your desktop. Both wallets maintain separate " @@ -637,18 +687,90 @@ msgid "" "multiple separate wallets without keeping a full copy of the blockchain." msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:636 +#: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:639 +#: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:642 +#: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" "KeePass support was removed in Dash Core 18.0.0. Details can still be " "found in `previous versions of this documentation " "`_." msgstr "" +#~ msgid "" +#~ "Since version 0.17.0.2, Dash Core has" +#~ " included the ability upgrade a " +#~ "non-hierarchical deterministic (HD) wallet " +#~ "to an HD wallet via the " +#~ "``upgradetohd`` command. The command can " +#~ "be run by either opening the " +#~ "console from **Tools > Console** or " +#~ "issuing the following RPC command from" +#~ " ``dash-cli``::" +#~ msgstr "" + +#~ msgid "Create HD Wallet" +#~ msgstr "" + +#~ msgid "" +#~ "Since version 0.12.2.0, Dash Core has" +#~ " included an implementation of BIP39/BIP44" +#~ " compatible hierarchical deterministic (HD) " +#~ "key generation. This functionality is " +#~ "only available from the command line " +#~ "by specifying the ``usehd`` option when" +#~ " starting Dash Core for the first " +#~ "time. Use this function with care, " +#~ "since the mnemonic seed and keys " +#~ "will be stored in plain text until" +#~ " you specify a wallet passphrase. " +#~ "Note that the wallet passphrase is " +#~ "different to the mnemonic passphrase, " +#~ "which is often also referred to as" +#~ " the \"25th word\" or \"extension " +#~ "word\". The wallet passphrase encrypts " +#~ "the wallet file itself, while the " +#~ "mnemonic passphrase is used to specify" +#~ " different derivation branches from the " +#~ "same mnemonic seed." +#~ msgstr "" + +#~ msgid "" +#~ "We will use the Windows GUI wallet" +#~ " in this example, but the commands" +#~ " are similar if using ``dash-qt`` " +#~ "or ``dashd`` on other operating systems." +#~ " Enter the following command to get" +#~ " started with a randomly generated HD" +#~ " wallet seed and no mnemonic " +#~ "passphrase::" +#~ msgstr "" + +#~ msgid "" +#~ "A new HD wallet will be generated" +#~ " and Dash Core will display a " +#~ "warning informing you that you must " +#~ "encrypt your wallet after verifying it" +#~ " works correctly. Open the console " +#~ "from **Tools > Console** or issue " +#~ "the following RPC command from " +#~ "``dash-cli`` to view the mnemonic " +#~ "seed::" +#~ msgstr "" + +#~ msgid "" +#~ "Dash Core will display the HD seed" +#~ " in both hexadecimal and as a " +#~ "BIP39 mnemonic. To restore an existing" +#~ " HD wallet, or define your own " +#~ "separately generated mnemonic and/or " +#~ "passphrase, ensure no ``wallet.dat`` file " +#~ "exists in the ``datadir`` and enter " +#~ "the following command::" +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 9c7bd5c96..5bef44a8f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -143,7 +143,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.1.0`` in the current " +"This will create a folder named ``dashcore-19.3.0`` in the current " "working directory. We will now install the executable binaries to " "``/usr/local/bin`` using the ``install`` command::" msgstr "" @@ -241,10 +241,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:182 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -252,52 +254,52 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:190 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:192 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:195 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:197 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:202 -#: ../../docs/user/wallets/dashcore/installation-linux.rst:228 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:204 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:209 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:211 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:216 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:218 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:223 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:230 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -305,7 +307,7 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:238 +#: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" @@ -398,3 +400,21 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "This will create a folder named " +#~ "``dashcore-19.1.0`` in the current working " +#~ "directory. We will now install the " +#~ "executable binaries to ``/usr/local/bin`` " +#~ "using the ``install`` command::" +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 69cc5afac..11eb9d65f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -215,10 +215,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:160 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -226,49 +228,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:168 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:170 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:173 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:200 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:175 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:180 -#: ../../docs/user/wallets/dashcore/installation-macos.rst:205 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:182 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:186 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:188 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:193 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:195 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:207 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -276,11 +278,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:215 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:217 +#: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -311,3 +313,13 @@ msgstr "" #~ " access to your funds." #~ msgstr "" +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 0598a34d9..7edf8afcb 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language: zh_TW\n" @@ -125,7 +125,7 @@ msgstr "" msgid "" "Skip any requests to certify the certificate with your own key. Next, " "click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.1.0-win64-setup.exe.asc`` in the same folder as the " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " "downloaded installer." msgstr "" @@ -136,8 +136,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.1.0-win64-setup.exe with " -"dashcore-19.1.0-win64-setup.exe.asc`` then you have an authentic copy of " +"dashcore-19.3.0-win64-setup.exe with " +"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " "Dash Core for Windows." msgstr "" @@ -272,10 +272,12 @@ msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " "default. You will get this prompt in the Overview tab. To create a " "wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**." +"**Create Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about " +"HD wallets." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:202 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" "You will be prompted to create a new wallet with a custom wallet name. By" " default, your wallet will be encrypted. You may choose to uncheck the " @@ -283,49 +285,49 @@ msgid "" " encrypt your wallet in the following section." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:210 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:212 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:215 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:242 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:217 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:222 -#: ../../docs/user/wallets/dashcore/installation-windows.rst:247 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:224 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" "The following section will detail the steps you need to follow if you " "choose to encrypt your Dash wallet later." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:228 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:230 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:235 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:237 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:249 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" "When the encryption process is complete, you will see a warning that past" " backups of your wallet will no longer be usable, and be asked to shut " @@ -333,11 +335,11 @@ msgid "" "lock in the lower right corner." msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:257 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:259 +#: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" @@ -435,3 +437,31 @@ msgstr "" #~ "lower right corner." #~ msgstr "" +#~ msgid "" +#~ "Skip any requests to certify the " +#~ "certificate with your own key. Next, " +#~ "click **Decrypt/Verify...** and select the " +#~ "detached signature file named " +#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" +#~ " folder as the downloaded installer." +#~ msgstr "" + +#~ msgid "" +#~ "If you see the first line of " +#~ "the message reads ``Verified " +#~ "dashcore-19.1.0-win64-setup.exe with " +#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" +#~ " an authentic copy of Dash Core " +#~ "for Windows." +#~ msgstr "" + +#~ msgid "" +#~ "Beginning with Dash Core 19.0, a " +#~ "wallet will not be created for you" +#~ " by default. You will get this " +#~ "prompt in the Overview tab. To " +#~ "create a wallet, click the **Create " +#~ "a new wallet** button or click " +#~ "**File** -> **Create Wallet**." +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index c5103a23c..a1949c7bb 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2021, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , YEAR. -# +# FIRST AUTHOR , 2022. +# # Translators: # William , 2022 -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" +"Language-Team: Chinese (Taiwan) " +"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" "Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:1 +#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -36,78 +37,97 @@ msgid "Advanced functions" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -msgid "URL Scheme" +msgid "Masternode keys" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" +"Certain masternode keys may be generated and stored in Dash Wallet. To " +"access these keys, tap the **Menu button** and select **Tools**. Tap " +"**Masternode Keys** and enter your PIN to open the Masternode Keys " +"screen. From here, tap on any of the listed key types to view existing " +"keys or generate new ones. The screen will show all used keys and the " +"first unused one. To generate additional keys, tap the **+** button." +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:30 +msgid "*Viewing and generating masternode keys*" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:33 +msgid "URL Scheme" +msgstr "" + +#: ../../docs/user/wallets/ios/advanced-functions.rst:35 +msgid "" "iOS allows apps to communicate with one another through URL schemes. The " "Dash Wallet for iOS implements the dashwallet:// scheme, allowing you to " "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:20 +#: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:22 +#: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:26 +#: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:28 +#: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you show " -"to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you " +"show to the user. This is to prevent 3rd party apps from phishing." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:31 +#: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:36 +#: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:38 +#: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and " -"the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and" +" the user is returned to the sender app following the callback URL." msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:41 +#: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:46 +#: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:48 +#: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:52 +#: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of " -"the time this should be 0. If account is not specified, we use account 0. " -"This will send back both the extended public key at ``44’/5’/’`` " -"and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of" +" the time this should be 0. If account is not specified, we use account " +"0. This will send back both the extended public key at " +"``44’/5’/’`` and ``’``" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:57 -#: ../../docs/user/wallets/ios/advanced-functions.rst:66 +#: ../../docs/user/wallets/ios/advanced-functions.rst:78 +#: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:62 +#: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:64 +#: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" + diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po index 6d4bf9e19..3bda3df3f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" "Language: zh_TW\n" @@ -66,20 +66,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 -#: ../../docs/user/wallets/third-party.rst:123 -#: ../../docs/user/wallets/third-party.rst:166 -#: ../../docs/user/wallets/third-party.rst:207 -#: ../../docs/user/wallets/third-party.rst:296 +#: ../../docs/user/wallets/third-party.rst:121 +#: ../../docs/user/wallets/third-party.rst:162 +#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:298 #: ../../docs/user/wallets/third-party.rst:343 -#: ../../docs/user/wallets/third-party.rst:388 -#: ../../docs/user/wallets/third-party.rst:427 -#: ../../docs/user/wallets/third-party.rst:474 -#: ../../docs/user/wallets/third-party.rst:517 -#: ../../docs/user/wallets/third-party.rst:558 -#: ../../docs/user/wallets/third-party.rst:598 -#: ../../docs/user/wallets/third-party.rst:639 +#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:429 +#: ../../docs/user/wallets/third-party.rst:472 +#: ../../docs/user/wallets/third-party.rst:513 +#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:594 +#: ../../docs/user/wallets/third-party.rst:635 #: ../../docs/user/wallets/third-party.rst:680 -#: ../../docs/user/wallets/third-party.rst:725 msgid "Installation" msgstr "安裝" @@ -94,22 +93,21 @@ msgid "" msgstr "" #: ../../docs/user/wallets/third-party.rst:52 -#: ../../docs/user/wallets/third-party.rst:91 -#: ../../docs/user/wallets/third-party.rst:137 -#: ../../docs/user/wallets/third-party.rst:180 -#: ../../docs/user/wallets/third-party.rst:224 -#: ../../docs/user/wallets/third-party.rst:267 -#: ../../docs/user/wallets/third-party.rst:310 -#: ../../docs/user/wallets/third-party.rst:356 -#: ../../docs/user/wallets/third-party.rst:396 -#: ../../docs/user/wallets/third-party.rst:444 -#: ../../docs/user/wallets/third-party.rst:488 -#: ../../docs/user/wallets/third-party.rst:531 -#: ../../docs/user/wallets/third-party.rst:572 -#: ../../docs/user/wallets/third-party.rst:612 -#: ../../docs/user/wallets/third-party.rst:653 -#: ../../docs/user/wallets/third-party.rst:696 -#: ../../docs/user/wallets/third-party.rst:739 +#: ../../docs/user/wallets/third-party.rst:92 +#: ../../docs/user/wallets/third-party.rst:135 +#: ../../docs/user/wallets/third-party.rst:179 +#: ../../docs/user/wallets/third-party.rst:222 +#: ../../docs/user/wallets/third-party.rst:265 +#: ../../docs/user/wallets/third-party.rst:311 +#: ../../docs/user/wallets/third-party.rst:351 +#: ../../docs/user/wallets/third-party.rst:399 +#: ../../docs/user/wallets/third-party.rst:443 +#: ../../docs/user/wallets/third-party.rst:486 +#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:567 +#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:651 +#: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" msgstr "文檔資料" @@ -123,86 +121,22 @@ msgstr "" msgid "ADAMANT Wallet Dash screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:63 -msgid "Atomic Wallet" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:65 -msgid "https://atomicwallet.io" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:72 -msgid "" -"Atomic Wallet is a multi-asset custody-free wallet with atomic swap " -"exchange and decentralized orderbook functionality. It provides a " -"powerful, secure service that transparently and reliablly allows users to" -" reduce effort spent on managing and exchanging crypto assets​." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:84 -msgid "" -"All Atomic Wallet releases are available from https://atomicwallet.io - " -"simply download and install the appropriate package for your system. " -"Atomic Wallet is also available from the `Google Play Store for Android " -"`__ and " -"coming soon to the Apple App Store for iOS." -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:93 -msgid "" -"Atomic Wallet offers detailed documentation of all functions at " -"https://atomicwallet.freshdesk.com and a few quick links are also " -"collected here:" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:97 -msgid "" -"`Getting started with Atomic Wallet Part 1 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:98 -msgid "" -"`Getting started with Atomic Wallet Part 2 " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:99 -msgid "" -"`How to create a wallet " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:100 -msgid "" -"`Getting started with Atomic Swaps " -"`_" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:105 -msgid "Atomic Wallet Portfolio screen" -msgstr "" - -#: ../../docs/user/wallets/third-party.rst:109 +#: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" msgstr "" -#: ../../docs/user/wallets/third-party.rst:111 +#: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:118 +#: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " "money transfer for many cryptocurrencies, including Dash. The underlying " "EON token facilitates secure identity verification to reduce fraud." msgstr "" -#: ../../docs/user/wallets/third-party.rst:133 +#: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " "`__ " @@ -210,25 +144,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:139 +#: ../../docs/user/wallets/third-party.rst:94 msgid "" "Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" "asked-questions/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:144 +#: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:148 +#: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" msgstr "" -#: ../../docs/user/wallets/third-party.rst:150 +#: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:157 +#: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " @@ -239,33 +173,33 @@ msgid "" "returns." msgstr "" -#: ../../docs/user/wallets/third-party.rst:176 +#: ../../docs/user/wallets/third-party.rst:131 msgid "" "Cobo is available from the `Google Play Store for Android " "`__ and the " "`Apple App Store for iOS `__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:182 +#: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:188 +#: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:192 -#: ../../docs/user/wallets/third-party.rst:231 +#: ../../docs/user/wallets/third-party.rst:147 +#: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:194 +#: ../../docs/user/wallets/third-party.rst:149 msgid "https://coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:201 +#: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" "source wallet, and the code is available on GitHub. Private keys are " @@ -273,7 +207,7 @@ msgid "" "server or anyone." msgstr "" -#: ../../docs/user/wallets/third-party.rst:217 +#: ../../docs/user/wallets/third-party.rst:172 msgid "" "Coin Wallet is available as a `web wallet " "`__, a mobile wallet (`Google Play Store for " @@ -286,21 +220,21 @@ msgid "" "`__)." msgstr "" -#: ../../docs/user/wallets/third-party.rst:226 +#: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -#: ../../docs/user/wallets/third-party.rst:235 +#: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" msgstr "Coinomi" -#: ../../docs/user/wallets/third-party.rst:237 +#: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:244 +#: ../../docs/user/wallets/third-party.rst:199 msgid "" "Coinomi is an open-source multi-currency mobile wallet available for iOS " "and Android. Your private keys never leave your device, and strong wallet" @@ -309,11 +243,11 @@ msgid "" "ShapeShift and Changelly integrations." msgstr "" -#: ../../docs/user/wallets/third-party.rst:251 +#: ../../docs/user/wallets/third-party.rst:206 msgid "Download" msgstr "" -#: ../../docs/user/wallets/third-party.rst:261 +#: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " "https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " @@ -323,25 +257,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:269 +#: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:275 +#: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:278 +#: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" msgstr "Edge" -#: ../../docs/user/wallets/third-party.rst:280 +#: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" msgstr "" -#: ../../docs/user/wallets/third-party.rst:287 +#: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " "unique login system to store your encrypted HD seed on the cloud while " @@ -352,7 +286,7 @@ msgid "" "cryptocurrencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:306 +#: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " "`__ and " @@ -360,49 +294,49 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:312 +#: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:316 +#: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:317 +#: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:318 +#: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:319 +#: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:324 +#: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" msgstr "" -#: ../../docs/user/wallets/third-party.rst:327 +#: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" msgstr "" -#: ../../docs/user/wallets/third-party.rst:329 +#: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:336 +#: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " @@ -411,7 +345,7 @@ msgid "" " a portfolio tracker." msgstr "" -#: ../../docs/user/wallets/third-party.rst:352 +#: ../../docs/user/wallets/third-party.rst:307 msgid "" "Ethos Universal Wallet is available from the `Google Play Store for " "Android " @@ -420,53 +354,53 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:358 +#: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:362 +#: ../../docs/user/wallets/third-party.rst:317 msgid "" "`Getting Started - Create Your Ethos Account " "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:363 +#: ../../docs/user/wallets/third-party.rst:318 msgid "" "`Ethos Universal Wallet - Smart Key " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:364 +#: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:365 +#: ../../docs/user/wallets/third-party.rst:320 msgid "" "`Sending & Receiving Crypto – User Guide " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:370 +#: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:373 +#: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" msgstr "Exodus" -#: ../../docs/user/wallets/third-party.rst:375 +#: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:382 +#: ../../docs/user/wallets/third-party.rst:337 msgid "" "The Exodus wallet features an engaging visual design and can " "simultaneously store multiple currencies. It is available for Windows, " @@ -474,7 +408,7 @@ msgid "" "exchange between the different currencies." msgstr "" -#: ../../docs/user/wallets/third-party.rst:390 +#: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " "simply download and install the appropriate package for your system. " @@ -482,13 +416,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:398 +#: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:401 +#: ../../docs/user/wallets/third-party.rst:356 msgid "" "`How do I install Exodus? `_" @@ -496,25 +430,25 @@ msgstr "" "`我要如何安裝 Exodus? `_" -#: ../../docs/user/wallets/third-party.rst:402 +#: ../../docs/user/wallets/third-party.rst:357 msgid "" "`How do I get started with Exodus? `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:407 +#: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" msgstr "" -#: ../../docs/user/wallets/third-party.rst:411 +#: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" msgstr "" -#: ../../docs/user/wallets/third-party.rst:413 +#: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:420 +#: ../../docs/user/wallets/third-party.rst:375 msgid "" "Guarda offers an entire blockchain ecosystem consisting of desktop, web " "and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" @@ -523,7 +457,7 @@ msgid "" "the safety of your funds." msgstr "" -#: ../../docs/user/wallets/third-party.rst:437 +#: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " @@ -534,33 +468,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:446 +#: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " "https://guarda.freshdesk.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:450 +#: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " "`_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:455 +#: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:459 +#: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:461 +#: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:468 +#: ../../docs/user/wallets/third-party.rst:423 msgid "" "Huobi Wallet is a professional, convenient, safe and secure solution to " "secure your cryptocurrency assets. Users have full control over their " @@ -568,7 +502,7 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" -#: ../../docs/user/wallets/third-party.rst:484 +#: ../../docs/user/wallets/third-party.rst:439 msgid "" "Huobi Wallet is available from the `Google Play Store for Android " "`__" @@ -576,34 +510,34 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:490 +#: ../../docs/user/wallets/third-party.rst:445 msgid "" "Huobi offers detailed documentation of all functions at " "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" -#: ../../docs/user/wallets/third-party.rst:494 +#: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:495 +#: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" -#: ../../docs/user/wallets/third-party.rst:499 +#: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" msgstr "Mobi" -#: ../../docs/user/wallets/third-party.rst:501 +#: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" msgstr "https://www.mobi.me" -#: ../../docs/user/wallets/third-party.rst:508 +#: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " @@ -614,7 +548,7 @@ msgid "" "can use fiat currency to buy cryptocurrency in the app." msgstr "" -#: ../../docs/user/wallets/third-party.rst:527 +#: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " "`__ " @@ -622,33 +556,33 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:533 +#: ../../docs/user/wallets/third-party.rst:488 msgid "" "Read the `FAQ `__, join the `Mobi Telegram group" " `_ or send an email to support@mobi.me for " "support with Mobi." msgstr "" -#: ../../docs/user/wallets/third-party.rst:540 +#: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:544 +#: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" msgstr "" -#: ../../docs/user/wallets/third-party.rst:546 +#: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" msgstr "" -#: ../../docs/user/wallets/third-party.rst:553 +#: ../../docs/user/wallets/third-party.rst:508 msgid "" "Ownbit is a multi-currency and multi-signature capable mobile wallet with" " support for Dash. It allows you to manage multiple wallets and contacts " "to faciliate easy transactions." msgstr "" -#: ../../docs/user/wallets/third-party.rst:568 +#: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " "`__ and " @@ -656,32 +590,32 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:574 +#: ../../docs/user/wallets/third-party.rst:529 msgid "" "Join the `Ownbit Telegram group `_ or send an email" " to hi@bitbill.com for support with Ownbit." msgstr "" -#: ../../docs/user/wallets/third-party.rst:580 +#: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:584 +#: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" msgstr "" -#: ../../docs/user/wallets/third-party.rst:586 +#: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:593 +#: ../../docs/user/wallets/third-party.rst:548 msgid "" "Backed by `Binance `__, Trust wallet is a secure" " and intuitive multi-currency mobile wallet with support for Dash, " "Bitcoin, Ethereum and a wide range of tokens and DApps." msgstr "" -#: ../../docs/user/wallets/third-party.rst:608 +#: ../../docs/user/wallets/third-party.rst:563 msgid "" "Trust is available from the `Google Play Store for Android " "`__" @@ -689,26 +623,26 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:614 +#: ../../docs/user/wallets/third-party.rst:569 msgid "" "See the `Help Center `__ or join the " "`Trust Telegram group `_ for support with " "Trust." msgstr "" -#: ../../docs/user/wallets/third-party.rst:621 +#: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:625 +#: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" msgstr "" -#: ../../docs/user/wallets/third-party.rst:627 +#: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" msgstr "" -#: ../../docs/user/wallets/third-party.rst:634 +#: ../../docs/user/wallets/third-party.rst:589 msgid "" "Unstoppable is a multi-coin wallet that adheres to standards and " "implements the latest advancements for Bitcoin and Ethereum. Store and " @@ -716,7 +650,7 @@ msgid "" "private." msgstr "" -#: ../../docs/user/wallets/third-party.rst:649 +#: ../../docs/user/wallets/third-party.rst:604 msgid "" "Unstoppable is available from the `Google Play Store for Android " "`__" @@ -724,25 +658,25 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:655 +#: ../../docs/user/wallets/third-party.rst:610 msgid "" "See the `FAQ `__ or `Unstoppable on GitHub" " `_ for support with Unstoppable." msgstr "" -#: ../../docs/user/wallets/third-party.rst:661 +#: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" msgstr "" -#: ../../docs/user/wallets/third-party.rst:665 +#: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" msgstr "" -#: ../../docs/user/wallets/third-party.rst:667 +#: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" msgstr "" -#: ../../docs/user/wallets/third-party.rst:674 +#: ../../docs/user/wallets/third-party.rst:629 msgid "" "VegaWallet offers a secure multi-asset, multi-currency wallet with " "support for Dash InstantSend and multi-signature wallets. The wallet " @@ -750,7 +684,7 @@ msgid "" "advanced NFC functionality for payments." msgstr "" -#: ../../docs/user/wallets/third-party.rst:690 +#: ../../docs/user/wallets/third-party.rst:645 msgid "" "VegaWallet desktop wallets are available from https://www.vegawallet.com " "for macOS and Windows. VegaWallet is also available from the `Google Play" @@ -760,7 +694,7 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:698 +#: ../../docs/user/wallets/third-party.rst:653 msgid "" "VegaWallet maintains a `FAQ " "`__ and a `Telegram group " @@ -769,26 +703,26 @@ msgid "" "`__" msgstr "" -#: ../../docs/user/wallets/third-party.rst:707 +#: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" msgstr "" -#: ../../docs/user/wallets/third-party.rst:711 +#: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" msgstr "" -#: ../../docs/user/wallets/third-party.rst:713 +#: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" msgstr "" -#: ../../docs/user/wallets/third-party.rst:720 +#: ../../docs/user/wallets/third-party.rst:675 msgid "" "ZelCore allows you to buy, store, trade & exchange crypto in a single " "app. The wallet includes rich integrations with third party exchanges and" " decentralized 2FA features." msgstr "" -#: ../../docs/user/wallets/third-party.rst:735 +#: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " "`__ " @@ -796,13 +730,13 @@ msgid "" "`__." msgstr "" -#: ../../docs/user/wallets/third-party.rst:741 +#: ../../docs/user/wallets/third-party.rst:696 msgid "" "See the `Zel Wiki `__ or join the " "`Zel Discord server `_ for support with ZelCore." msgstr "" -#: ../../docs/user/wallets/third-party.rst:748 +#: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" @@ -1045,3 +979,70 @@ msgstr "" #~ msgid "Spend wallet running on iOS" #~ msgstr "" +#~ msgid "Atomic Wallet" +#~ msgstr "" + +#~ msgid "https://atomicwallet.io" +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet is a multi-asset " +#~ "custody-free wallet with atomic swap " +#~ "exchange and decentralized orderbook " +#~ "functionality. It provides a powerful, " +#~ "secure service that transparently and " +#~ "reliablly allows users to reduce effort" +#~ " spent on managing and exchanging " +#~ "crypto assets​." +#~ msgstr "" + +#~ msgid "" +#~ "All Atomic Wallet releases are available" +#~ " from https://atomicwallet.io - simply " +#~ "download and install the appropriate " +#~ "package for your system. Atomic Wallet" +#~ " is also available from the `Google" +#~ " Play Store for Android " +#~ "`__ " +#~ "and coming soon to the Apple App" +#~ " Store for iOS." +#~ msgstr "" + +#~ msgid "" +#~ "Atomic Wallet offers detailed documentation" +#~ " of all functions at " +#~ "https://atomicwallet.freshdesk.com and a few " +#~ "quick links are also collected here:" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 1 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Wallet Part" +#~ " 2 " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`How to create a wallet " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "`Getting started with Atomic Swaps " +#~ "`_" +#~ msgstr "" + +#~ msgid "Atomic Wallet Portfolio screen" +#~ msgstr "" + diff --git a/locale/zh_TW/LC_MESSAGES/index.po b/locale/zh_TW/LC_MESSAGES/index.po index 0326066e2..f6f0242cd 100644 --- a/locale/zh_TW/LC_MESSAGES/index.po +++ b/locale/zh_TW/LC_MESSAGES/index.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 09:54-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: William , 2018\n" "Language: zh_TW\n" @@ -109,9 +109,12 @@ msgid "" msgstr "" #: ../../index.rst:65 -msgid "`Click to begin `__" +msgid ":ref:`Click to begin `" msgstr "" #~ msgid "`Click to begin `__" #~ msgstr "" +#~ msgid "`Click to begin `__" +#~ msgstr "" + From 9701a3d5a4495a6b992a224f236a59112fca843c Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 28 Sep 2023 12:57:09 -0400 Subject: [PATCH 08/13] Refresh translations from Transifex (#303) --- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 70 +- .../docs/user/developers/insight.po | 64 +- .../docs/user/developers/integration-apis.po | 163 +- .../docs/user/developers/integration-sdks.po | 86 +- .../docs/user/developers/integration.po | 417 +-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 245 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 435 ++-- locale/ar/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 1043 ++++---- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1870 +++++++------- .../docs/user/introduction/safety.po | 2 +- locale/ar/LC_MESSAGES/docs/user/legal.po | 2 +- locale/ar/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 172 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 531 ++-- .../docs/user/masternodes/server-config.po | 259 +- .../docs/user/masternodes/setup-evonode.po | 788 +++--- .../docs/user/masternodes/setup-testnet.po | 1014 ++------ .../docs/user/masternodes/setup.po | 962 ++----- .../docs/user/masternodes/understanding.po | 700 ++--- .../ar/LC_MESSAGES/docs/user/mining/index.po | 714 +++--- .../ar/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../ar/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 159 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 298 ++- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 131 +- .../docs/user/wallets/dashcore/advanced.po | 500 ++-- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 147 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 277 +- .../wallets/dashcore/installation-macos.po | 221 +- .../wallets/dashcore/installation-windows.po | 290 +-- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 649 +++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../ar/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 67 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../ar/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 542 ++-- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../ar/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 728 ++---- .../ar/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/ar/LC_MESSAGES/index.po | 90 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 69 +- .../docs/user/developers/insight.po | 75 +- .../docs/user/developers/integration-apis.po | 158 +- .../docs/user/developers/integration-sdks.po | 100 +- .../docs/user/developers/integration.po | 444 ++-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 190 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 322 ++- locale/de/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 1135 ++++----- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1105 ++++---- .../docs/user/introduction/safety.po | 2 +- locale/de/LC_MESSAGES/docs/user/legal.po | 2 +- locale/de/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 173 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 381 ++- .../docs/user/masternodes/server-config.po | 189 +- .../docs/user/masternodes/setup-evonode.po | 736 +++--- .../docs/user/masternodes/setup-testnet.po | 932 ++----- .../docs/user/masternodes/setup.po | 821 ++---- .../docs/user/masternodes/understanding.po | 662 ++--- .../de/LC_MESSAGES/docs/user/mining/index.po | 518 ++-- .../de/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../de/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 158 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 319 ++- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 141 +- .../docs/user/wallets/dashcore/advanced.po | 396 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 126 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 273 +- .../wallets/dashcore/installation-macos.po | 223 +- .../wallets/dashcore/installation-windows.po | 323 +-- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 706 +++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../de/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 74 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../de/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 570 ++--- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../de/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 841 ++---- .../de/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/de/LC_MESSAGES/index.po | 85 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 65 +- .../docs/user/developers/insight.po | 63 +- .../docs/user/developers/integration-apis.po | 125 +- .../docs/user/developers/integration-sdks.po | 79 +- .../docs/user/developers/integration.po | 412 +-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 227 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 319 ++- locale/el/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 781 +++--- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1105 ++++---- .../docs/user/introduction/safety.po | 2 +- locale/el/LC_MESSAGES/docs/user/legal.po | 2 +- locale/el/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 155 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 381 ++- .../docs/user/masternodes/server-config.po | 189 +- .../docs/user/masternodes/setup-evonode.po | 736 +++--- .../docs/user/masternodes/setup-testnet.po | 932 ++----- .../docs/user/masternodes/setup.po | 823 ++---- .../docs/user/masternodes/understanding.po | 649 ++--- .../el/LC_MESSAGES/docs/user/mining/index.po | 401 ++- .../el/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../el/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 156 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 179 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 96 +- .../docs/user/wallets/dashcore/advanced.po | 396 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 126 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 241 +- .../wallets/dashcore/installation-macos.po | 161 +- .../wallets/dashcore/installation-windows.po | 267 +- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 476 ++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../el/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 47 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../el/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 347 ++- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../el/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 583 +---- .../el/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/el/LC_MESSAGES/index.po | 85 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 74 +- .../docs/user/developers/insight.po | 80 +- .../docs/user/developers/integration-apis.po | 186 +- .../docs/user/developers/integration-sdks.po | 114 +- .../docs/user/developers/integration.po | 459 ++-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 303 +-- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 486 ++-- locale/es/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 1109 ++++---- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 2106 +++++++-------- .../docs/user/introduction/safety.po | 2 +- locale/es/LC_MESSAGES/docs/user/legal.po | 2 +- locale/es/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 170 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 582 ++--- .../docs/user/masternodes/server-config.po | 278 +- .../docs/user/masternodes/setup-evonode.po | 833 +++--- .../docs/user/masternodes/setup-testnet.po | 1052 +++----- .../docs/user/masternodes/setup.po | 1021 +++----- .../docs/user/masternodes/understanding.po | 722 ++---- .../es/LC_MESSAGES/docs/user/mining/index.po | 740 +++--- .../es/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../es/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 159 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 346 ++- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 140 +- .../docs/user/wallets/dashcore/advanced.po | 546 ++-- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 127 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 290 +-- .../wallets/dashcore/installation-macos.po | 246 +- .../wallets/dashcore/installation-windows.po | 320 +-- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 724 +++--- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../es/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 80 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../es/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 565 ++-- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../es/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 749 ++---- .../es/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/es/LC_MESSAGES/index.po | 91 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 87 +- .../docs/user/developers/insight.po | 72 +- .../docs/user/developers/integration-apis.po | 200 +- .../docs/user/developers/integration-sdks.po | 139 +- .../docs/user/developers/integration.po | 533 ++-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 360 ++- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 568 ++--- locale/fr/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 1529 ++++++----- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 2143 +++++++--------- .../docs/user/introduction/safety.po | 2 +- locale/fr/LC_MESSAGES/docs/user/legal.po | 2 +- locale/fr/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 230 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 813 +++--- .../docs/user/masternodes/server-config.po | 296 ++- .../docs/user/masternodes/setup-evonode.po | 973 +++---- .../docs/user/masternodes/setup-testnet.po | 1532 ++++------- .../docs/user/masternodes/setup.po | 1503 ++++------- .../docs/user/masternodes/understanding.po | 910 +++---- .../fr/LC_MESSAGES/docs/user/mining/index.po | 784 +++--- .../fr/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../fr/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 164 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 344 ++- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 129 +- .../docs/user/wallets/dashcore/advanced.po | 659 +++-- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 135 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 327 +-- .../wallets/dashcore/installation-macos.po | 267 +- .../wallets/dashcore/installation-windows.po | 332 +-- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 933 ++++--- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../fr/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 71 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../fr/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 692 +++-- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../fr/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 1051 ++------ .../fr/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/fr/LC_MESSAGES/index.po | 116 +- .../docs/user/developers/compiling.po | 115 +- .../LC_MESSAGES/docs/user/developers/index.po | 105 +- .../docs/user/developers/insight.po | 107 +- .../docs/user/developers/integration-apis.po | 251 +- .../docs/user/developers/integration-sdks.po | 137 +- .../docs/user/developers/integration.po | 739 +++--- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 423 +-- .../docs/user/developers/translating.po | 31 +- .../LC_MESSAGES/docs/user/earning-spending.po | 4 +- .../docs/user/governance/eight-steps.po | 44 +- .../LC_MESSAGES/docs/user/governance/index.po | 31 +- .../docs/user/governance/understanding.po | 162 +- .../LC_MESSAGES/docs/user/governance/using.po | 685 +++-- locale/it/LC_MESSAGES/docs/user/index.po | 22 +- .../docs/user/introduction/about.po | 48 +- .../docs/user/introduction/features.po | 1544 ++++++----- .../docs/user/introduction/how-to-buy.po | 90 +- .../docs/user/introduction/information.po | 2265 ++++++++++------- .../docs/user/introduction/safety.po | 176 +- locale/it/LC_MESSAGES/docs/user/legal.po | 267 +- locale/it/LC_MESSAGES/docs/user/marketing.po | 562 +++- .../docs/user/masternodes/hosting.po | 377 ++- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 757 ++++-- .../docs/user/masternodes/server-config.po | 373 ++- .../docs/user/masternodes/setup-evonode.po | 1283 ++++++---- .../docs/user/masternodes/setup-testnet.po | 1497 ++++++----- .../docs/user/masternodes/setup.po | 1280 +++++----- .../docs/user/masternodes/understanding.po | 1015 ++++---- .../it/LC_MESSAGES/docs/user/mining/index.po | 954 ++++--- .../it/LC_MESSAGES/docs/user/mining/p2pool.po | 164 +- .../it/LC_MESSAGES/docs/user/mining/pools.po | 139 +- .../docs/user/network/dashmate/index.po | 325 +-- .../docs/user/network/electrumx-server.po | 111 +- .../wallets/android/advanced-functions.po | 365 ++- .../user/wallets/android/getting-started.po | 90 +- .../docs/user/wallets/android/index.po | 17 +- .../docs/user/wallets/android/installation.po | 152 +- .../docs/user/wallets/dashcore/advanced.po | 741 +++--- .../docs/user/wallets/dashcore/backup.po | 166 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 209 +- .../wallets/dashcore/coinjoin-instantsend.po | 248 +- .../docs/user/wallets/dashcore/index.po | 40 +- .../wallets/dashcore/installation-linux.po | 391 ++- .../wallets/dashcore/installation-macos.po | 302 ++- .../wallets/dashcore/installation-windows.po | 439 ++-- .../user/wallets/dashcore/installation.po | 18 +- .../docs/user/wallets/dashcore/interface.po | 1024 +++++--- .../user/wallets/dashcore/send-receive.po | 117 +- .../docs/user/wallets/electrum/advanced.po | 582 ++++- .../docs/user/wallets/electrum/faq.po | 252 +- .../docs/user/wallets/electrum/index.po | 25 +- .../user/wallets/electrum/installation.po | 68 +- .../docs/user/wallets/electrum/security.po | 77 +- .../user/wallets/electrum/send-receive.po | 87 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 247 +- .../docs/user/wallets/index-hardware.po | 33 +- .../docs/user/wallets/index-paper.po | 16 +- .../docs/user/wallets/index-text.po | 18 +- .../docs/user/wallets/index-third-party.po | 17 +- .../docs/user/wallets/index-web.po | 23 +- .../it/LC_MESSAGES/docs/user/wallets/index.po | 38 +- .../user/wallets/ios/advanced-functions.po | 106 +- .../docs/user/wallets/ios/getting-started.po | 62 +- .../docs/user/wallets/ios/index.po | 16 +- .../docs/user/wallets/ios/installation.po | 44 +- .../it/LC_MESSAGES/docs/user/wallets/paper.po | 213 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 710 ++++-- .../LC_MESSAGES/docs/user/wallets/signing.po | 56 +- .../it/LC_MESSAGES/docs/user/wallets/text.po | 36 +- .../docs/user/wallets/third-party.po | 912 +++---- .../it/LC_MESSAGES/docs/user/wallets/web.po | 82 +- locale/it/LC_MESSAGES/index.po | 134 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 65 +- .../docs/user/developers/insight.po | 63 +- .../docs/user/developers/integration-apis.po | 125 +- .../docs/user/developers/integration-sdks.po | 79 +- .../docs/user/developers/integration.po | 412 +-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 190 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 319 ++- locale/ja/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 769 +++--- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1105 ++++---- .../docs/user/introduction/safety.po | 2 +- locale/ja/LC_MESSAGES/docs/user/legal.po | 2 +- locale/ja/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 155 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 381 ++- .../docs/user/masternodes/server-config.po | 189 +- .../docs/user/masternodes/setup-evonode.po | 728 +++--- .../docs/user/masternodes/setup-testnet.po | 932 ++----- .../docs/user/masternodes/setup.po | 821 ++---- .../docs/user/masternodes/understanding.po | 649 ++--- .../ja/LC_MESSAGES/docs/user/mining/index.po | 401 ++- .../ja/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../ja/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 150 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 179 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 96 +- .../docs/user/wallets/dashcore/advanced.po | 396 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 126 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 241 +- .../wallets/dashcore/installation-macos.po | 161 +- .../wallets/dashcore/installation-windows.po | 267 +- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 476 ++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../ja/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 47 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../ja/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 347 ++- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../ja/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 583 +---- .../ja/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/ja/LC_MESSAGES/index.po | 85 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 65 +- .../docs/user/developers/insight.po | 63 +- .../docs/user/developers/integration-apis.po | 125 +- .../docs/user/developers/integration-sdks.po | 79 +- .../docs/user/developers/integration.po | 412 +-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 190 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 319 ++- locale/ko/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 946 ++++--- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1105 ++++---- .../docs/user/introduction/safety.po | 2 +- locale/ko/LC_MESSAGES/docs/user/legal.po | 2 +- locale/ko/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 155 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 381 ++- .../docs/user/masternodes/server-config.po | 189 +- .../docs/user/masternodes/setup-evonode.po | 734 +++--- .../docs/user/masternodes/setup-testnet.po | 932 ++----- .../docs/user/masternodes/setup.po | 821 ++---- .../docs/user/masternodes/understanding.po | 649 ++--- .../ko/LC_MESSAGES/docs/user/mining/index.po | 401 ++- .../ko/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../ko/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 156 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 179 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 96 +- .../docs/user/wallets/dashcore/advanced.po | 396 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 126 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 247 +- .../wallets/dashcore/installation-macos.po | 182 +- .../wallets/dashcore/installation-windows.po | 276 +- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 476 ++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../ko/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 47 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../ko/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 347 ++- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../ko/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 583 +---- .../ko/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/ko/LC_MESSAGES/index.po | 85 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 69 +- .../docs/user/developers/insight.po | 67 +- .../docs/user/developers/integration-apis.po | 129 +- .../docs/user/developers/integration-sdks.po | 83 +- .../docs/user/developers/integration.po | 416 +-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 194 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 323 ++- locale/pt/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 1116 ++++---- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1342 +++++----- .../docs/user/introduction/safety.po | 2 +- locale/pt/LC_MESSAGES/docs/user/legal.po | 2 +- locale/pt/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 159 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 385 ++- .../docs/user/masternodes/server-config.po | 189 +- .../docs/user/masternodes/setup-evonode.po | 736 +++--- .../docs/user/masternodes/setup-testnet.po | 934 ++----- .../docs/user/masternodes/setup.po | 825 ++---- .../docs/user/masternodes/understanding.po | 709 ++---- .../pt/LC_MESSAGES/docs/user/mining/index.po | 457 ++-- .../pt/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../pt/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 156 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 181 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 147 +- .../docs/user/wallets/dashcore/advanced.po | 398 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 128 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 270 +- .../wallets/dashcore/installation-macos.po | 227 +- .../wallets/dashcore/installation-windows.po | 301 +-- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 748 +++--- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../pt/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 49 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../pt/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 590 +++-- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../pt/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 585 +---- .../pt/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/pt/LC_MESSAGES/index.po | 91 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 67 +- .../docs/user/developers/insight.po | 69 +- .../docs/user/developers/integration-apis.po | 168 +- .../docs/user/developers/integration-sdks.po | 113 +- .../docs/user/developers/integration.po | 440 ++-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 285 +-- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 468 ++-- locale/ru/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 1145 ++++----- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 2007 +++++++-------- .../docs/user/introduction/safety.po | 2 +- locale/ru/LC_MESSAGES/docs/user/legal.po | 2 +- locale/ru/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 228 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 600 ++--- .../docs/user/masternodes/server-config.po | 288 ++- .../docs/user/masternodes/setup-evonode.po | 879 +++---- .../docs/user/masternodes/setup-testnet.po | 1158 +++------ .../docs/user/masternodes/setup.po | 1130 +++----- .../docs/user/masternodes/understanding.po | 751 ++---- .../ru/LC_MESSAGES/docs/user/mining/index.po | 761 +++--- .../ru/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../ru/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 159 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 305 ++- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 132 +- .../docs/user/wallets/dashcore/advanced.po | 554 ++-- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 150 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 281 +- .../wallets/dashcore/installation-macos.po | 238 +- .../wallets/dashcore/installation-windows.po | 312 +-- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 707 +++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../ru/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 76 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../ru/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 588 +++-- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../ru/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 825 ++---- .../ru/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/ru/LC_MESSAGES/index.po | 91 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 65 +- .../docs/user/developers/insight.po | 63 +- .../docs/user/developers/integration-apis.po | 125 +- .../docs/user/developers/integration-sdks.po | 79 +- .../docs/user/developers/integration.po | 412 +-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 190 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 319 ++- locale/tl/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 769 +++--- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1105 ++++---- .../docs/user/introduction/safety.po | 2 +- locale/tl/LC_MESSAGES/docs/user/legal.po | 2 +- locale/tl/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 155 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 381 ++- .../docs/user/masternodes/server-config.po | 189 +- .../docs/user/masternodes/setup-evonode.po | 728 +++--- .../docs/user/masternodes/setup-testnet.po | 932 ++----- .../docs/user/masternodes/setup.po | 821 ++---- .../docs/user/masternodes/understanding.po | 649 ++--- .../tl/LC_MESSAGES/docs/user/mining/index.po | 401 ++- .../tl/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../tl/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 150 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 179 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 96 +- .../docs/user/wallets/dashcore/advanced.po | 396 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 126 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 241 +- .../wallets/dashcore/installation-macos.po | 161 +- .../wallets/dashcore/installation-windows.po | 267 +- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 476 ++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../tl/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 47 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../tl/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 347 ++- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../tl/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 583 +---- .../tl/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/tl/LC_MESSAGES/index.po | 85 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 68 +- .../docs/user/developers/insight.po | 66 +- .../docs/user/developers/integration-apis.po | 128 +- .../docs/user/developers/integration-sdks.po | 82 +- .../docs/user/developers/integration.po | 457 ++-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 193 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 511 ++-- locale/vi/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 1367 +++++----- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 2210 ++++++++-------- .../docs/user/introduction/safety.po | 2 +- locale/vi/LC_MESSAGES/docs/user/legal.po | 2 +- locale/vi/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 247 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 392 ++- .../docs/user/masternodes/server-config.po | 257 +- .../docs/user/masternodes/setup-evonode.po | 842 +++--- .../docs/user/masternodes/setup-testnet.po | 1059 +++----- .../docs/user/masternodes/setup.po | 1038 +++----- .../docs/user/masternodes/understanding.po | 861 +++---- .../vi/LC_MESSAGES/docs/user/mining/index.po | 440 ++-- .../vi/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../vi/LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 156 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 180 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 142 +- .../docs/user/wallets/dashcore/advanced.po | 397 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 131 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 274 +- .../wallets/dashcore/installation-macos.po | 247 +- .../wallets/dashcore/installation-windows.po | 323 +-- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 761 +++--- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../vi/LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 51 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../vi/LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 351 ++- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../vi/LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 605 +---- .../vi/LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/vi/LC_MESSAGES/index.po | 90 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 68 +- .../docs/user/developers/insight.po | 70 +- .../docs/user/developers/integration-apis.po | 137 +- .../docs/user/developers/integration-sdks.po | 95 +- .../docs/user/developers/integration.po | 449 ++-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 215 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 355 ++- locale/zh_CN/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 817 +++--- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1271 +++++---- .../docs/user/introduction/safety.po | 2 +- locale/zh_CN/LC_MESSAGES/docs/user/legal.po | 2 +- .../zh_CN/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 163 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 407 ++- .../docs/user/masternodes/server-config.po | 244 +- .../docs/user/masternodes/setup-evonode.po | 789 +++--- .../docs/user/masternodes/setup-testnet.po | 964 ++----- .../docs/user/masternodes/setup.po | 870 ++----- .../docs/user/masternodes/understanding.po | 634 ++--- .../LC_MESSAGES/docs/user/mining/index.po | 452 ++-- .../LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 158 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 190 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 103 +- .../docs/user/wallets/dashcore/advanced.po | 389 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 129 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 237 +- .../wallets/dashcore/installation-macos.po | 164 +- .../wallets/dashcore/installation-windows.po | 244 +- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 499 ++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 51 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 362 ++- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 635 ++--- .../LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/zh_CN/LC_MESSAGES/index.po | 86 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 68 +- .../docs/user/developers/insight.po | 66 +- .../docs/user/developers/integration-apis.po | 128 +- .../docs/user/developers/integration-sdks.po | 82 +- .../docs/user/developers/integration.po | 415 +-- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 193 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 322 ++- locale/zh_TW/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 778 +++--- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 1117 ++++---- .../docs/user/introduction/safety.po | 2 +- locale/zh_TW/LC_MESSAGES/docs/user/legal.po | 2 +- .../zh_TW/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/hosting.po | 158 +- .../docs/user/masternodes/index.po | 8 +- .../docs/user/masternodes/maintenance.po | 384 ++- .../docs/user/masternodes/server-config.po | 189 +- .../docs/user/masternodes/setup-evonode.po | 728 +++--- .../docs/user/masternodes/setup-testnet.po | 933 ++----- .../docs/user/masternodes/setup.po | 824 ++---- .../docs/user/masternodes/understanding.po | 650 ++--- .../LC_MESSAGES/docs/user/mining/index.po | 402 ++- .../LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../LC_MESSAGES/docs/user/mining/pools.po | 10 +- .../docs/user/network/dashmate/index.po | 156 +- .../docs/user/network/electrumx-server.po | 10 +- .../wallets/android/advanced-functions.po | 180 +- .../user/wallets/android/getting-started.po | 10 +- .../docs/user/wallets/android/index.po | 6 +- .../docs/user/wallets/android/installation.po | 97 +- .../docs/user/wallets/dashcore/advanced.po | 397 ++- .../docs/user/wallets/dashcore/backup.po | 10 +- .../docs/user/wallets/dashcore/cmd-rpc.po | 127 +- .../wallets/dashcore/coinjoin-instantsend.po | 10 +- .../docs/user/wallets/dashcore/index.po | 6 +- .../wallets/dashcore/installation-linux.po | 242 +- .../wallets/dashcore/installation-macos.po | 162 +- .../wallets/dashcore/installation-windows.po | 268 +- .../user/wallets/dashcore/installation.po | 10 +- .../docs/user/wallets/dashcore/interface.po | 477 ++-- .../user/wallets/dashcore/send-receive.po | 10 +- .../docs/user/wallets/electrum/advanced.po | 10 +- .../docs/user/wallets/electrum/faq.po | 10 +- .../docs/user/wallets/electrum/index.po | 6 +- .../user/wallets/electrum/installation.po | 10 +- .../docs/user/wallets/electrum/security.po | 10 +- .../user/wallets/electrum/send-receive.po | 10 +- .../LC_MESSAGES/docs/user/wallets/hardware.po | 10 +- .../docs/user/wallets/index-hardware.po | 6 +- .../docs/user/wallets/index-paper.po | 6 +- .../docs/user/wallets/index-text.po | 6 +- .../docs/user/wallets/index-third-party.po | 6 +- .../docs/user/wallets/index-web.po | 6 +- .../LC_MESSAGES/docs/user/wallets/index.po | 10 +- .../user/wallets/ios/advanced-functions.po | 48 +- .../docs/user/wallets/ios/getting-started.po | 10 +- .../docs/user/wallets/ios/index.po | 6 +- .../docs/user/wallets/ios/installation.po | 10 +- .../LC_MESSAGES/docs/user/wallets/paper.po | 10 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 348 ++- .../LC_MESSAGES/docs/user/wallets/signing.po | 10 +- .../LC_MESSAGES/docs/user/wallets/text.po | 10 +- .../docs/user/wallets/third-party.po | 584 +---- .../LC_MESSAGES/docs/user/wallets/web.po | 10 +- locale/zh_TW/LC_MESSAGES/index.po | 86 +- 1036 files changed, 81614 insertions(+), 110192 deletions(-) diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po index 3b43e77e5..5157697b6 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/index.po b/locale/ar/LC_MESSAGES/docs/user/developers/index.po index c7c5d8bcb..3467bf9fb 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -40,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -75,17 +74,17 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" -"توضح الأقسام المتبقية أدناه الخطوات العملية لتنفيذ مهام التطوير المشتركة " -"في داش." +"توضح الأقسام المتبقية أدناه الخطوات العملية لتنفيذ مهام التطوير المشتركة في " +"داش." #: ../../docs/user/developers/index.rst:53 msgid "Version History" @@ -98,22 +97,3 @@ msgstr "تتوفر هنا ملاحظات الإصدار الكاملة وتار #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/insight.po b/locale/ar/LC_MESSAGES/docs/user/developers/insight.po index fc926e623..bfd7ccbc7 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/insight.po @@ -1,36 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -40,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -86,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -97,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po index 8d956bac4..a7e97f8b9 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Hasna Brania , 2023\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -38,11 +37,11 @@ msgstr "خدمات API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" -"توجد عدة خدمات API لتسهيل التكامل السريع والسهل مع شبكة داش للخدمات بما " -"في ذلك:" +"توجد عدة خدمات API لتسهيل التكامل السريع والسهل مع شبكة داش للخدمات بما في " +"ذلك:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -66,8 +65,8 @@ msgid "" "running your own infrastructure to support blockchain interactions. This " "includes mechanisms such as:" msgstr "" -"يتم استخدام خدمات API بشكل نموذجي للتخلص من متطلبات تشغيل البنية الأساسية" -" الخاصة بك لدعم تفاعلات بلوكشين. يتضمن ذلك آليات مثل:" +"يتم استخدام خدمات API بشكل نموذجي للتخلص من متطلبات تشغيل البنية الأساسية " +"الخاصة بك لدعم تفاعلات بلوكشين. يتضمن ذلك آليات مثل:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -83,16 +82,15 @@ msgstr "معالجة الدفع باستخدام WebHooks." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" -"هناك مجموعة متنوعة من الخيارات لدعم هذه الطرق ، مع الاختلاف الرئيسي في " -"كون نموذج التسعير مضمنًا وميزات مدعومة. تحاول القائمة التالية لمقدمي " -"واجهة برمجة التطبيقات تحديد هذه الميزات / الاختلافات الرئيسية كما تتضمن " -"أيضًا رابطًا للوثائق ذات الصلة." +"هناك مجموعة متنوعة من الخيارات لدعم هذه الطرق ، مع الاختلاف الرئيسي في كون " +"نموذج التسعير مضمنًا وميزات مدعومة. تحاول القائمة التالية لمقدمي واجهة برمجة" +" التطبيقات تحديد هذه الميزات / الاختلافات الرئيسية كما تتضمن أيضًا رابطًا " +"للوثائق ذات الصلة." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -104,10 +102,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -137,18 +135,17 @@ msgid "" "domain." msgstr "" "BlockCypher هو واجهة برمجة تطبيقات بسيطة ومعظمها RESTful JSON للتفاعل مع " -"بلوكشين ، يمكن الوصول إليها عبر HTTP أو HTTPS من نطاق " -"api.blockcypher.com." +"بلوكشين ، يمكن الوصول إليها عبر HTTP أو HTTPS من نطاق api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" "الميزات: بث المعاملات ، HD محفظة / توليد عناوين ، WebSocket و WebHook " -"Callbacks بالإضافة إلى إعادة توجيه الدفع. BlockCypher لا يتعامل مع مفاتيح" -" خاصة." +"Callbacks بالإضافة إلى إعادة توجيه الدفع. BlockCypher لا يتعامل مع مفاتيح " +"خاصة." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -170,9 +167,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -199,18 +196,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -231,9 +227,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -259,21 +254,20 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 -#, fuzzy msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "نموذج التسعير: مجاني / مفتوح المصدر" +msgstr "" #: ../../docs/user/developers/integration-apis.rst:153 msgid "Documentation: https://services.tokenview.io/docs?type=api" @@ -289,17 +283,17 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -314,9 +308,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" -msgstr "نموذج التسعير: 0.5٪ رسوم المعالجة (https://www.coinpayments.net/help-fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" +msgstr "" +"نموذج التسعير: 0.5٪ رسوم المعالجة (https://www.coinpayments.net/help-fees)" #: ../../docs/user/developers/integration-apis.rst:179 msgid "Documentation: https://www.coinpayments.net/apidoc" @@ -328,8 +322,8 @@ msgstr "مؤشرات السعر" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -337,8 +331,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -348,17 +342,16 @@ msgstr "الماسح الضوئي" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -366,25 +359,23 @@ msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"في داش في الأندرويد ، انقر على **طلب عملات** ثم انقر على رمز QR لعرض صورة" -" أكبر. يمكنك قطة الشاشة هذه لحفظ الصورة." +"في داش في الأندرويد ، انقر على **طلب عملات** ثم انقر على رمز QR لعرض صورة " +"أكبر. يمكنك قطة الشاشة هذه لحفظ الصورة." #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" -"في داش في الأبفون ، مرّر سريعًا إلى اليسار لعرض شاشة **استقبال داش**. " -"سيظهر رمز الاستجابة السريعة والعنوان. يمكنك قطة الشاشة هذه لحفظ الصورة." +"في داش في الأبفون ، مرّر سريعًا إلى اليسار لعرض شاشة **استقبال داش**. سيظهر " +"رمز الاستجابة السريعة والعنوان. يمكنك قطة الشاشة هذه لحفظ الصورة." #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" "لإنشاء رمز الاستجابة السريعة من أي عنوان داش ، تفضل بزيارة `هنا " "`_ وببساطة قم بلصق عنوان الشرطة خاصتك لإنشاء " "صورة." - diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po index 89bdd5d92..6bb72b972 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" @@ -13,23 +14,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Hasna Brania , 2023\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -39,10 +38,10 @@ msgstr "موارد SDK" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -56,10 +55,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -80,8 +79,8 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -115,9 +114,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -169,8 +167,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -202,15 +200,15 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" "داش ج هي مكتبة للعمل مع بروتوكول داش. يمكنه الاحتفاظ بمحفظة ، إرسال / " -"استقبال المعاملات (بما في ذلك الإرسال الفوري) دون الحاجة إلى نسخة محلية " -"من داش كور ، ولديه العديد من الميزات المتقدمة الأخرى. يتم تنفيذه في Java " -"ولكن يمكن استخدامه من أي لغة متوافقة مع JVM: يتم تضمين أمثلة في Python و " +"استقبال المعاملات (بما في ذلك الإرسال الفوري) دون الحاجة إلى نسخة محلية من " +"داش كور ، ولديه العديد من الميزات المتقدمة الأخرى. يتم تنفيذه في Java ولكن " +"يمكن استخدامه من أي لغة متوافقة مع JVM: يتم تضمين أمثلة في Python و " "JavaScript." #: ../../docs/user/developers/integration-sdks.rst:110 @@ -239,9 +237,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -262,11 +260,11 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -284,7 +282,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "مستودع: https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -306,10 +305,3 @@ msgstr "النظام الأساسي: روبي ، Python ، Java ، PHP ، Go ، #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/integration.po b/locale/ar/LC_MESSAGES/docs/user/developers/integration.po index 85085aeb9..818daf923 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/integration.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -45,10 +44,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -57,21 +56,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -92,16 +91,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -111,14 +109,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -129,7 +127,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -161,9 +160,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -173,26 +172,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -293,48 +291,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -349,36 +346,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -388,9 +384,9 @@ msgstr "تلقي معاملات الإرسال الفوري" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -398,7 +394,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" #: ../../docs/user/developers/integration.rst:178 @@ -410,10 +407,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -423,10 +420,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -437,16 +434,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -480,8 +477,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -490,29 +487,27 @@ msgstr "البث المعاملات للإرسال الفوري" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -536,12 +531,12 @@ msgstr "موارد إضافية" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -"توفر الموارد التالية معلومات إضافية حول الإرسال الفوري وتهدف إلى المساعدة" -" على توفير فهم أكثر اكتمالاً للتكنولوجيات الأساسية." +"توفر الموارد التالية معلومات إضافية حول الإرسال الفوري وتهدف إلى المساعدة " +"على توفير فهم أكثر اكتمالاً للتكنولوجيات الأساسية." #: ../../docs/user/developers/integration.rst:266 msgid "" @@ -551,8 +546,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -582,19 +576,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -603,9 +596,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 @@ -620,17 +612,17 @@ msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -647,19 +639,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -694,7 +686,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -702,133 +695,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po index 3d6542a18..7f412e7a1 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Hasna Brania , 2023\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po index 0ff42b898..488455589 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,22 +14,20 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" -msgstr "يتم استخدام داش testnet و devnets بواسطة مطوري داش للاختبار باستخدام داش" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" +msgstr "" +"يتم استخدام داش testnet و devnets بواسطة مطوري داش للاختبار باستخدام داش" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -40,19 +39,18 @@ msgstr "Testnet and devnets" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" -"Testnet هو بلوكشين داش تعمل بشكل كامل مع استثناء مفتاح واحد لأنه يمكن " -"إنشاء داش على الشبكة بحرية ، فإنه لا يوجد لديه قيمة. يمكن طلب هذه العملة " -"، المعروفة باسم tDASH ، من صنبور لمساعدة المطورين على اختبار إصدارات " -"جديدة من داش ، بالإضافة إلى اختبار عمليات الشبكة باستخدام إصدارات متطابقة" -" من البرنامج قبل تنفيذها على mainnet. هناك بعض الاختلافات الرئيسية " -"الأخرى:" +"Testnet هو بلوكشين داش تعمل بشكل كامل مع استثناء مفتاح واحد لأنه يمكن إنشاء " +"داش على الشبكة بحرية ، فإنه لا يوجد لديه قيمة. يمكن طلب هذه العملة ، " +"المعروفة باسم tDASH ، من صنبور لمساعدة المطورين على اختبار إصدارات جديدة من " +"داش ، بالإضافة إلى اختبار عمليات الشبكة باستخدام إصدارات متطابقة من البرنامج" +" قبل تنفيذها على mainnet. هناك بعض الاختلافات الرئيسية الأخرى:" #: ../../docs/user/developers/testnet.rst:18 msgid "Testnet operates on port 19999 (instead of 9999)" @@ -60,11 +58,11 @@ msgstr "يعمل Testnet على المنفذ 19999 (بدلاً من 9999)" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" -"عناوين Testnet تبدأ بـ \"y\" بدلاً من \"X\" ، ADDRESSVERSION هي 140 " -"(بدلاً من 76)" +"عناوين Testnet تبدأ بـ \"y\" بدلاً من \"X\" ، ADDRESSVERSION هي 140 (بدلاً " +"من 76)" #: ../../docs/user/developers/testnet.rst:21 msgid "Testnet balances are denominated in tDASH (instead of DASH)" @@ -76,11 +74,11 @@ msgstr "بايت رأس رسالة بروتوكول هي 0xcee2caff (بدلاً #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" -"يستخدم Bootstrapping بذور DNS مختلفة: test.dnsseed.masternode.io ، " -"testnet-seed.darkcoin.qa ، testnet-seed.dashpay.io" +"يستخدم Bootstrapping بذور DNS مختلفة: test.dnsseed.masternode.io ، testnet-" +"seed.darkcoin.qa ، testnet-seed.dashpay.io" #: ../../docs/user/developers/testnet.rst:25 msgid "Launching Dash Core in testnet mode shows an orange splash screen" @@ -88,8 +86,8 @@ msgstr "يُظهر تشغيل داش كور في وضع testnet شاشة الب #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" "لبدء تشغيل داش كور في وضع testnet ، ابحث عن ملف dash.conf وأدخل السطر " "التالي:" @@ -100,10 +98,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -113,9 +111,9 @@ msgstr "الأدوات و الروابط" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -180,11 +178,9 @@ msgstr "الأماكن" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" #: ../../docs/user/developers/testnet.rst:75 msgid "" @@ -208,19 +204,19 @@ msgstr "ماسترنود" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" "عادة ما يتبع تثبيت ماستىنود تحت testnet نفس الخطوات مثل :ref:`دليل تتببث " "ماسترنود `، ولكن مع بعض الاختلافات الرئيسية:" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -228,16 +224,16 @@ msgid "" "When opening the firewall, port 19999 must be opened instead of (or in " "addition to) 9999. Use this command: ``ufw allow 19999/tcp``" msgstr "" -"عند فتح جدار الحماية ، يجب فتح المنفذ 19999 بدلاً من (أو بالإضافة إلى) " -"9999. استخدم هذا الأمر: ``ufw allow 19999/ tcp``" +"عند فتح جدار الحماية ، يجب فتح المنفذ 19999 بدلاً من (أو بالإضافة إلى) 9999." +" استخدم هذا الأمر: ``ufw allow 19999/ tcp``" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" -"يجب تشغيل محفظة سطح المكتب في وضع testnet. أضف السطر التالي إلى " -"*dash.conf*: ``testnet = 1``" +"يجب تشغيل محفظة سطح المكتب في وضع testnet. أضف السطر التالي إلى *dash.conf*:" +" ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:94 msgid "" @@ -249,33 +245,32 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" -"يجب أن يحدد ملف تهيئة ماسترنود أيضًا وضع testnet. أضف السطر التالي عند " -"إعداد *dash.conf* على ماسترنود : ``testnet = 1``" +"يجب أن يحدد ملف تهيئة ماسترنود أيضًا وضع testnet. أضف السطر التالي عند إعداد" +" *dash.conf* على ماسترنود : ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:99 msgid "" "As for mainnet masternodes, the RPC username and password must contain " "alphanumeric characters only" msgstr "" -"بالنسبة إلى ماسترنود ، يجب أن يحتوي اسم المستخدم وكلمة المرور الخاصة بـ " -"RPC على أحرف أبجدية رقمية فقط" +"بالنسبة إلى ماسترنود ، يجب أن يحتوي اسم المستخدم وكلمة المرور الخاصة بـ RPC" +" على أحرف أبجدية رقمية فقط" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" "بمجرد تثبيت الحارس ، قم بتعديل ``~\\.dashcore/sentinel/sentinel.conf`` ، " "وعلق على خط mainnet و uncomment: ``network = testnet``" @@ -283,8 +278,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" "ستتوقع المحفظة التي تحمل ضمانات ماسترنود العثور على الملف " "``masternode.conf`` في ``~/.dashcore/testnet3/masternode.conf`` بدلاً من" @@ -296,12 +291,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -385,11 +380,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -422,12 +417,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -465,11 +460,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -514,12 +509,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -566,19 +561,20 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 msgid "" "DIP0001 implementation " "https://github.com/dashpay/dips/blob/master/dip-0001.md" -msgstr "تنفيذ DIP0001: https://github.com/dashpay/dips/blob/master/dip-0001.md" +msgstr "" +"تنفيذ DIP0001: https://github.com/dashpay/dips/blob/master/dip-0001.md" #: ../../docs/user/developers/testnet.rst:259 msgid "10x transaction fee reduction (including InstantSend fee)" @@ -594,23 +590,25 @@ msgstr "الكثير من إصلاحات الأخطاء الأخرى وتحسي #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" -"يجب أن تكون محفظة HD التجريبية BIP39 / BIP44 التجريبية (تعطيلها بشكل " -"افتراضي ، تعمل بكامل طاقتها ولكن لا يوجد واجهة مستخدم رسومية حتى الآن)" +"يجب أن تكون محفظة HD التجريبية BIP39 / BIP44 التجريبية (تعطيلها بشكل افتراضي" +" ، تعمل بكامل طاقتها ولكن لا يوجد واجهة مستخدم رسومية حتى الآن)" #: ../../docs/user/developers/testnet.rst:266 msgid "" "Testnet 12.2 discussion: " "https://www.dash.org/forum/threads/v12-2-testing.17412/" -msgstr "المحادتات 12.2: https://www.dash.org/forum/threads/v12-2-testing.17412/" +msgstr "" +"المحادتات 12.2: https://www.dash.org/forum/threads/v12-2-testing.17412/" #: ../../docs/user/developers/testnet.rst:267 msgid "" "Testnet tools: https://www.dash.org/forum/threads/testnet-tools-" "resources.1768/" -msgstr "الأدوات: https://www.dash.org/forum/threads/testnet-tools-resources.1768/" +msgstr "" +"الأدوات: https://www.dash.org/forum/threads/testnet-tools-resources.1768/" #: ../../docs/user/developers/testnet.rst:270 msgid "Latest successfully built develop branch binaries:" @@ -623,24 +621,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "الحماية: https://github.com/dashpay/sentinel/tree/develop" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/translating.po b/locale/ar/LC_MESSAGES/docs/user/developers/translating.po index 33cb2313b..c223bef66 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/translating.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/earning-spending.po b/locale/ar/LC_MESSAGES/docs/user/earning-spending.po index 0c4f278f9..b05a9bcb5 100644 --- a/locale/ar/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ar/LC_MESSAGES/docs/user/earning-spending.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po index 74ec6e94d..9f1bc25e9 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/index.po b/locale/ar/LC_MESSAGES/docs/user/governance/index.po index b710b5f8f..92aed7bc1 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po b/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po index 649baaccd..be7f44b5f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/using.po b/locale/ar/LC_MESSAGES/docs/user/governance/using.po index 3ff0dcb8e..b2978b12b 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/using.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -37,8 +36,8 @@ msgstr "إستخدام إدارة داش" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -79,8 +78,8 @@ msgstr "المقترحات هي طلب لتلقي الأموال" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -112,40 +111,38 @@ msgid "Budgets" msgstr "الميزانية" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" "الميزانيات هي المقترحات التي تحصل على مجموع الأصوات الصافية نعم يعادل أو " -"أكبر من 10 ٪ من مجموع الأصوات الممكنة (على سبيل المثال أكثر من 448 من أصل" -" 4480)" +"أكبر من 10 ٪ من مجموع الأصوات الممكنة (على سبيل المثال أكثر من 448 من أصل " +"4480)" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" -"يمكن إبطال الميزانيات في أي وقت إذا كانت مجاميع الأصوات (المدلى بها أو " -"التي أعدت) أقل من الحد الأدنى للموافقة" +"يمكن إبطال الميزانيات في أي وقت إذا كانت مجاميع الأصوات (المدلى بها أو التي " +"أعدت) أقل من الحد الأدنى للموافقة" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" -"تتم معالجة الميزانيات (مدفوعة) من أجل نعم بدون طرح أي أصوات. تحصل " -"الميزانيات الأكثر شعبية على أولوية الدفع." +"تتم معالجة الميزانيات (مدفوعة) من أجل نعم بدون طرح أي أصوات. تحصل الميزانيات" +" الأكثر شعبية على أولوية الدفع." #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." msgstr "" -"تتوفر تقريبا 6176 داش (في 2018) لكل دورة الميزانية ، وتناقص بنسبة 7.14 ٪ " -"كل 210240 كتل (حوالي 383.25 يوما)." +"تتوفر تقريبا 6176 داش (في 2018) لكل دورة الميزانية ، وتناقص بنسبة 7.14 ٪ كل " +"210240 كتل (حوالي 383.25 يوما)." #: ../../docs/user/governance/using.rst:57 msgid "Object structure" @@ -161,11 +158,11 @@ msgstr "اسم الاقتراح: تصنيف فريد ، 20 حرفًا أو أق #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" -"عنوان: عبارة عن صفحة ويب أو موقع منتدى تم إنشاؤه من قِبل مقدم الاقتراح " -"يحتوي على معلومات مفصلة حول الاقتراح" +"عنوان: عبارة عن صفحة ويب أو موقع منتدى تم إنشاؤه من قِبل مقدم الاقتراح يحتوي" +" على معلومات مفصلة حول الاقتراح" #: ../../docs/user/governance/using.rst:64 msgid "payment-count: how many cycles the proposal is requesting payment" @@ -196,38 +193,35 @@ msgid "" "Proposals will remain visible on the network until they are either " "disapproved or the proposal's last payment-cycle is reached" msgstr "" -"ستظل المقترحات مرئية على الشبكة إلى أن يتم رفضها أو الوصول إلى دورة الدفع" -" الأخيرة للمقترح" +"ستظل المقترحات مرئية على الشبكة إلى أن يتم رفضها أو الوصول إلى دورة الدفع " +"الأخيرة للمقترح" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" -"وتحدث الموافقة عندما تكون الأصوات الصحيحة ناقصًا أي أصوات تساوي 10٪ أو " -"أكثر من إجمالي الأصوات المتاحة." +"وتحدث الموافقة عندما تكون الأصوات الصحيحة ناقصًا أي أصوات تساوي 10٪ أو أكثر " +"من إجمالي الأصوات المتاحة." #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" "يحدث الرفض عند عدم وجود أصوات ناقص نعم أصوات تساوي 10٪ أو أكثر من إجمالي " "الأصوات المتاحة." #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" -"إجمالي الأصوات المتوفرة هو عدد الأصوات عبر الإنترنت والاستجابة ويمكن " -"رؤيته من خلال تشغيل الأمر \"عدد ماسترنود\" في نافذة debug للمحفظة debug. " -"يمكن العثور على رسم بياني من إجمالي عدد ماسترنود `هنا " +"إجمالي الأصوات المتوفرة هو عدد الأصوات عبر الإنترنت والاستجابة ويمكن رؤيته " +"من خلال تشغيل الأمر \"عدد ماسترنود\" في نافذة debug للمحفظة debug. يمكن " +"العثور على رسم بياني من إجمالي عدد ماسترنود `هنا " "`__" #: ../../docs/user/governance/using.rst:86 @@ -237,8 +231,8 @@ msgstr "قوالب" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" "يتوفر نموذجا Microsoft Word التاليان من مجموعة داش كور للمساعدة في تسهيل " "تقديم المقترحات والتحديثات الموحدة. يوصى بالاستخدام ، ولكن غير مطلوب." @@ -261,17 +255,16 @@ msgstr "مزانية الدورات" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" -"عند إعداد اقتراح ، يجب أن تكون على دراية بموعد حدوث الدورة التالية " -"والتخطيط وفقًا لذلك. يوصى باختيار منع بدء دفعة الاقتراح الخاص بك على " -"الأقل دورة واحدة في المستقبل لإتاحة الوقت للمناقشة وجمع الدعم والأصوات. " -"لاحظ أنه لن يتم تحويل الأصوات إلى 1662 قالبًا (حوالي 3 أيام) قبل " -"superblock." +"عند إعداد اقتراح ، يجب أن تكون على دراية بموعد حدوث الدورة التالية والتخطيط " +"وفقًا لذلك. يوصى باختيار منع بدء دفعة الاقتراح الخاص بك على الأقل دورة واحدة" +" في المستقبل لإتاحة الوقت للمناقشة وجمع الدعم والأصوات. لاحظ أنه لن يتم " +"تحويل الأصوات إلى 1662 قالبًا (حوالي 3 أيام) قبل superblock." #: ../../docs/user/governance/using.rst:108 msgid "Block height" @@ -392,16 +385,15 @@ msgstr "خلق مقترحات" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" -"بمجرد الانتهاء من إعداد نص اقتراحك وإعداد موقع ويب أو مشاركة في منتدى ، " -"فقد حان الوقت لتقديم اقتراحك إلى بلوكشين للتصويت. على الرغم من إمكانية " -"تنفيذ جميع المهام المتعلقة بإنشاء اقتراح ميزانية من وحدة تحكم لوحة مفاتيح" -" داش كور ، فقد تم تطوير العديد من الأدوات التي توفر واجهة مستخدم لتبسيط " -"هذا الإجراء." +"بمجرد الانتهاء من إعداد نص اقتراحك وإعداد موقع ويب أو مشاركة في منتدى ، فقد " +"حان الوقت لتقديم اقتراحك إلى بلوكشين للتصويت. على الرغم من إمكانية تنفيذ " +"جميع المهام المتعلقة بإنشاء اقتراح ميزانية من وحدة تحكم لوحة مفاتيح داش كور " +"، فقد تم تطوير العديد من الأدوات التي توفر واجهة مستخدم لتبسيط هذا الإجراء." #: ../../docs/user/governance/using.rst:150 msgid "Dash Budget Proposal Generator" @@ -413,19 +405,19 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -434,41 +426,40 @@ msgstr "الخطوتين 1 & 2: إنشاء الاقتراح الخاص بك وإ #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "الخطوة 3: إنشاء معاملة الاقتراح وانتظار 6 تأكيدات من معرف المعاملة" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" "وبمجرد وجود 6 تأكيدات للحجب ، سيظهر أمر آخر لإرسال كائن الإدارة الذي تم " -"إعداده إلى الشبكة للتصويت. انسخ هذا الأمر والصقه ، وسيظهر معرف كائن " -"الإدارة كما يلي:" +"إعداده إلى الشبكة للتصويت. انسخ هذا الأمر والصقه ، وسيظهر معرف كائن الإدارة " +"كما يلي:" #: ../../docs/user/governance/using.rst:213 msgid "Step 4: Submitting the governance object to the network" @@ -476,10 +467,10 @@ msgstr "الخطوة 4: إرسال كائن الإدارة إلى الشبكة" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" "يمكنك استخدام هذا المعرّف لتعقب التصويت على الاقتراح حتى تغلق الميزانية " "وتتلقى عائدك. يمكنك أيضًا إرسال المعرّف إلى داش سنترال للمطالبة باقتراحك " @@ -497,14 +488,14 @@ msgstr "https://www.dashcentral.org/budget/create" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" -"يتضمن داش سنترال أيضًا أداة لإنشاء مقترحات الميزانية ، أو المطالبة " -"بمقترحات حالية حتى تتمكن من إضافة وصف على داش سنترال وبدء المناقشة مع " -"المجتمع. تتطابق الخطوات التي يجب اتخاذها تقريبًا مع الإجراء الموضح أعلاه " -"، وتتوفر الوثائق `هنا `_." +"يتضمن داش سنترال أيضًا أداة لإنشاء مقترحات الميزانية ، أو المطالبة بمقترحات " +"حالية حتى تتمكن من إضافة وصف على داش سنترال وبدء المناقشة مع المجتمع. تتطابق" +" الخطوات التي يجب اتخاذها تقريبًا مع الإجراء الموضح أعلاه ، وتتوفر الوثائق " +"`هنا `_." #: ../../docs/user/governance/using.rst:232 msgid "Dash Core Wallet Console" @@ -513,8 +504,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -535,12 +526,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -566,18 +556,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -590,8 +580,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -616,17 +605,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -634,7 +625,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -645,8 +637,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -655,22 +647,22 @@ msgstr "التصويت على الإقتراحات" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" -"**يجب عليك التصويت قبل ثلاثة أيام على الأقل من إنشاء Superblock أو لن يتم" -" احتساب صوتك. الموعد النهائي هو 1662 قطعة قبل superblock**" +"**يجب عليك التصويت قبل ثلاثة أيام على الأقل من إنشاء Superblock أو لن يتم " +"احتساب صوتك. الموعد النهائي هو 1662 قطعة قبل superblock**" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -703,38 +695,37 @@ msgstr "داش سنترال" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." -msgstr "" -"يقوم العديد من مشغلي ماسترنود بتخزين المفتاح الخاص ماسترنود محمية بكلمة " -"مرور على `داش سنترال `__ لتمكين التصويت " -"البسيط باستخدام واجهة سهلة الاستخدام. جعلت شعبية هذا الموقع مكانًا " -"مشتركًا لمناقشة المقترحات بعد تقديمها إلى نظام الحوكمة. للتصويت من واجهة " -"الويب داش سنترال ، أضف أولاً المفتاح الخاص ماسترنود إلى حسابك وفقًا " -"للتعليمات الواردة هنا. لاحظ أن المفتاح الخاص ماسترنود الخاص ليس هو نفسه " -"المفتاح الخاص الذي يتحكم في ضمانات داش 1000 ، لذلك لا يوجد خطر فقدان " -"ضماناتك. مطلوب كلمة مرور منفصلة لفتح المفتاح الخاص ماسترنود للتصويت ، " -"وبالتالي فإن خطر مشغل الموقع التصويت باسمك هو الحد الأدنى" +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." +msgstr "" +"يقوم العديد من مشغلي ماسترنود بتخزين المفتاح الخاص ماسترنود محمية بكلمة مرور" +" على `داش سنترال `__ لتمكين التصويت البسيط " +"باستخدام واجهة سهلة الاستخدام. جعلت شعبية هذا الموقع مكانًا مشتركًا لمناقشة " +"المقترحات بعد تقديمها إلى نظام الحوكمة. للتصويت من واجهة الويب داش سنترال ، " +"أضف أولاً المفتاح الخاص ماسترنود إلى حسابك وفقًا للتعليمات الواردة هنا. لاحظ" +" أن المفتاح الخاص ماسترنود الخاص ليس هو نفسه المفتاح الخاص الذي يتحكم في " +"ضمانات داش 1000 ، لذلك لا يوجد خطر فقدان ضماناتك. مطلوب كلمة مرور منفصلة " +"لفتح المفتاح الخاص ماسترنود للتصويت ، وبالتالي فإن خطر مشغل الموقع التصويت " +"باسمك هو الحد الأدنى" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" "عندما تكون مستعدًا للتصويت ، انتقل إلى `مزانية الإقتراح " -"`_. ما عليك سوى النقر لعرض المقترحات " -"، ثم النقر إما على **تصويت نعم** ، **تصويت محايد** أو **تصويت لا**." +"`_. ما عليك سوى النقر لعرض المقترحات ، " +"ثم النقر إما على **تصويت نعم** ، **تصويت محايد** أو **تصويت لا**." #: ../../docs/user/governance/using.rst:382 msgid "Voting interface on DashCentral" @@ -747,20 +738,20 @@ msgstr "ادوات ماسترنود داش (DMT)" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" "إذا كنت بدأت ماسترنود الخاص بك من استخدام أجهزة محفظة `DMT " "`_, يمكنك " "أيضًا استخدام الأداة للإدلاء بالأصوات. انقر فوق **الأدوات> الاقتراحات** " -"وانتظر حتى يتم تحميل قائمة المقترحات. يمكنك بسهولة مشاهدة حالة التصويت " -"لكل اقتراح ، ويعرض اختيار اقتراح تفاصيل حول علامة **التفاصيل** في النصف " -"السفلي من النافذة. قم بالتبديل إلى علامة **تصويت** إلى **تصويت نعم** ، " -"**تصويت لا** أو **تصويت محايد** مباشرة من DMT." +"وانتظر حتى يتم تحميل قائمة المقترحات. يمكنك بسهولة مشاهدة حالة التصويت لكل " +"اقتراح ، ويعرض اختيار اقتراح تفاصيل حول علامة **التفاصيل** في النصف السفلي " +"من النافذة. قم بالتبديل إلى علامة **تصويت** إلى **تصويت نعم** ، **تصويت " +"لا** أو **تصويت محايد** مباشرة من DMT." #: ../../docs/user/governance/using.rst:398 msgid "Voting interface in DMT" @@ -772,19 +763,19 @@ msgstr "محفظة داش كور او ماسترنود" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -793,24 +784,23 @@ msgid "" "command with ``dash-cli``, which is usually found in the ``.dashcore`` " "folder. The command should be similar to the following::" msgstr "" -"لاحظ أنه للتصويت من ماسترنود مباشرة ، تحتاج إلى بادئة الأمر مع ``dash-" -"cli`` ، والذي يوجد عادة في المجلد ``dashcore``. يجب أن يكون الأمر مشابهًا" -" لما يلي:" +"لاحظ أنه للتصويت من ماسترنود مباشرة ، تحتاج إلى بادئة الأمر مع ``dash-cli`` " +"، والذي يوجد عادة في المجلد ``dashcore``. يجب أن يكون الأمر مشابهًا لما يلي:" #: ../../docs/user/governance/using.rst:432 msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" -"ملاحظة سيؤدي هذا الأمر إلى إجراء تصويت من جميع الأعداد التي تم تكوينها في" -" ``dash.conf``. إذا كان لديك عدة ماسترنود مع كل ملف .conf الخاص بها ، أو " -"إذا كنت ترغب في التصويت مع بعض من ماسترنود الخاص بك فقط ، يجب تغيير الأمر" -" من ``تصويت-كتير`` إلى ``تصويت``. إذا كان تصويتك ناجحًا ، يجب أن ترى " -"رسالة تأكيد تقرأ **تم التصويت عليها بنجاح**." +"ملاحظة سيؤدي هذا الأمر إلى إجراء تصويت من جميع الأعداد التي تم تكوينها في " +"``dash.conf``. إذا كان لديك عدة ماسترنود مع كل ملف .conf الخاص بها ، أو إذا " +"كنت ترغب في التصويت مع بعض من ماسترنود الخاص بك فقط ، يجب تغيير الأمر من " +"``تصويت-كتير`` إلى ``تصويت``. إذا كان تصويتك ناجحًا ، يجب أن ترى رسالة تأكيد" +" تقرأ **تم التصويت عليها بنجاح**." #: ../../docs/user/governance/using.rst:442 msgid "Voting from the debug console in Dash Core Wallet" @@ -834,32 +824,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/index.po b/locale/ar/LC_MESSAGES/docs/user/index.po index 9395589ba..676768955 100644 --- a/locale/ar/LC_MESSAGES/docs/user/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/about.po b/locale/ar/LC_MESSAGES/docs/user/introduction/about.po index 50d8f8dca..9f36b977f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/features.po b/locale/ar/LC_MESSAGES/docs/user/introduction/features.po index 2e749a5ff..f1fee0d35 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/features.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2023\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -53,7 +52,8 @@ msgstr "بدون تعدين" #: ../../docs/user/introduction/features.rst:18 msgid "X11 hashing algorithm, CPU/GPU/ASIC mining available" -msgstr "X11 خوارزمية التجزئة ، التعدين وحدة المعالجة المركزية / GPU / ASIC المتاحة" +msgstr "" +"X11 خوارزمية التجزئة ، التعدين وحدة المعالجة المركزية / GPU / ASIC المتاحة" #: ../../docs/user/introduction/features.rst:19 msgid "2.6 minute block time, 2MB blocks, ~56 transactions per second" @@ -91,11 +91,11 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" -"الحوكمة اللامركزية من خلال بلوكشين يسمح لمالكي ماسترنود للتصويت على " -"مقترحات الميزانية والقرارات التي تؤثر على داش" +"الحوكمة اللامركزية من خلال بلوكشين يسمح لمالكي ماسترنود للتصويت على مقترحات " +"الميزانية والقرارات التي تؤثر على داش" #: ../../docs/user/introduction/features.rst:35 msgid "Masternodes" @@ -104,15 +104,15 @@ msgstr "ماسترنود" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -124,66 +124,64 @@ msgid "" "**InstantSend** allows for near-instant transactions. Dash InstantSend " "transactions are fully confirmed within two seconds." msgstr "" -"**الإرسال الفوري** يسمح للمعاملات شبه الفورية. يتم تأكيد معاملات داش " -"الإرسال الفوري بشكل كامل خلال ثانيتين" +"**الإرسال الفوري** يسمح للمعاملات شبه الفورية. يتم تأكيد معاملات داش الإرسال" +" الفوري بشكل كامل خلال ثانيتين" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "**تورة الداش** سيجعل استخدام العملات الرقمية سهل مثل استخدام بايبال." #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "ماسترنود" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -191,9 +189,8 @@ msgid "Masternode" msgstr "ماسترنود" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "ماسترنود" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -250,12 +247,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -271,39 +268,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -311,25 +308,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -338,61 +334,56 @@ msgstr "إرسال فوري " #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" "يجب أن تنتظر العملات الرقمية التقليدية اللامركزية لفترة معينة من الزمن " "لتمرير كتل كافية لضمان أن المعاملة لا رجعة فيها على حد سواء وليس محاولة " -"لمضاعفة إنفاق المال الذي تم إنفاقه بالفعل في مكان آخر. تستغرق هذه العملية" -" وقتًا طويلاً ، وقد تستغرق ما بين 15 دقيقة وساعة واحدة للعدد المقبول على " -"نطاق واسع من ست مجموعات للتجميع. تحقق العملات الرقمية أخرى وقت تأكيد " -"المعاملة أسرع من خلال مركزية السلطة على الشبكة لدرجات مختلفة." +"لمضاعفة إنفاق المال الذي تم إنفاقه بالفعل في مكان آخر. تستغرق هذه العملية " +"وقتًا طويلاً ، وقد تستغرق ما بين 15 دقيقة وساعة واحدة للعدد المقبول على نطاق" +" واسع من ست مجموعات للتجميع. تحقق العملات الرقمية أخرى وقت تأكيد المعاملة " +"أسرع من خلال مركزية السلطة على الشبكة لدرجات مختلفة." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "" -"ستسمح تقنية الإرسال الفوري لأجهزة التشفير مثل داش بالتنافس مع أنظمة " -"معاملات شبه فورية مثل بطاقات الائتمان لحالات نقاط البيع بينما لا تعتمد " -"على سلطة مركزية. قد يؤدي قبول البائعين على نطاق واسع لـ داش و الإرسال " -"الفوري إلى إحداث ثورة في استخدام العملات الرقمية عن طريق تقليل التأخير في" -" تأكيد المعاملات من ساعة طويلة (مع بيتكوين) إلى بضع ثوانٍ." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"ستسمح تقنية الإرسال الفوري لأجهزة التشفير مثل داش بالتنافس مع أنظمة معاملات " +"شبه فورية مثل بطاقات الائتمان لحالات نقاط البيع بينما لا تعتمد على سلطة " +"مركزية. قد يؤدي قبول البائعين على نطاق واسع لـ داش و الإرسال الفوري إلى " +"إحداث ثورة في استخدام العملات الرقمية عن طريق تقليل التأخير في تأكيد " +"المعاملات من ساعة طويلة (مع بيتكوين) إلى بضع ثوانٍ." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -400,8 +391,8 @@ msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" -"**كيف تحمي داش 'الإرسال الفوري' التجار من الانفاق المزدوج** ، مفصلة " -"بواسطة، أماندا ب جونسون ، 16 سبتمبر 2016" +"**كيف تحمي داش 'الإرسال الفوري' التجار من الانفاق المزدوج** ، مفصلة بواسطة، " +"أماندا ب جونسون ، 16 سبتمبر 2016" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" @@ -410,18 +401,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -430,41 +421,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -474,58 +463,56 @@ msgstr "الرميات" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" "استجابةً للمشكلات غير المتوقعة مع تحديث التحديث الرئيسي \"RC3\" في يونيو " "2014 ، أنشأ فريق تطوير داش آلية يتم من خلالها إصدار الشفرة المحدثة إلى " "الشبكة ، ولكن لم يتم تنشيطها على الفور (\"مفروض\"). ويسمح هذا الابتكار " -"بتحولات أكثر سلاسة بكثير مما هو في نموذج الشوكة التقليدي الثابت ، " -"بالإضافة إلى جمع بيانات الاختبار في بيئة الشبكة الحية. كانت هذه العملية " -"من التزوير متعدد المراحل في الأصل تسمى \"التشكُّل الناعم\" ، لكن المجتمع " -"المحلي أطلق عليها اسم \"الشوكة\" واسمها عالقًا." +"بتحولات أكثر سلاسة بكثير مما هو في نموذج الشوكة التقليدي الثابت ، بالإضافة " +"إلى جمع بيانات الاختبار في بيئة الشبكة الحية. كانت هذه العملية من التزوير " +"متعدد المراحل في الأصل تسمى \"التشكُّل الناعم\" ، لكن المجتمع المحلي أطلق " +"عليها اسم \"الشوكة\" واسمها عالقًا." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." -msgstr "" -"تخضع الميزات الجديدة أو إصدارات داش لاختبارات مكثفة على تيست نت قبل " -"إصدارها إلى الشبكة الرئيسية. عند إصدار ميزة جديدة أو إصدار جديد من داش ، " -"يتم إرسال الاتصالات إلى المستخدمين لإعلامهم بالتغيير والحاجة إلى تحديث " -"عملائهم. يقوم أولئك الذين يقومون بتحديث عملائهم بتشغيل التعليمات البرمجية" -" الجديدة ، ولكن لم يتم تفعيلها حتى تصل نسبة كافية من المشاركين في الشبكة " -"(80٪ عادةً) إلى توافق حول تشغيلها. في حالة حدوث أخطاء بالشفرة الجديدة ، " -"لا يتم منع كتل العميل من قبل الشبكة ويتم تجنب الشوك غير المقصودة. يمكن " -"بعد ذلك جمع البيانات حول الخطأ وإعادة توجيهها إلى فريق التطوير. بمجرد أن " -"يشعر فريق التطوير بالرضا عن استقرار الشفرة الجديدة في بيئة الشبكة " -"الرئيسية - وحالما يتم التوصل إلى توافق في الآراء مقبول على الشبكة - يمكن " -"تفعيل تطبيق الشفرة المحدثة عن بعد بواسطة أعضاء متعددين من فريق التطوير " -"الأساسي يوقعون رسالة شبكة مع بعضهم البعض. مفاتيح. في حالة حدوث مشكلات ، " -"يمكن إلغاء تنشيط التعليمة البرمجية بنفس الطريقة ، دون الحاجة إلى التراجع " -"عن تحديث الشبكة أو تحديث العميل. للحصول على التفاصيل الفنية الفردية ، " -"انظر :ref:`هنا `." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." +msgstr "" +"تخضع الميزات الجديدة أو إصدارات داش لاختبارات مكثفة على تيست نت قبل إصدارها " +"إلى الشبكة الرئيسية. عند إصدار ميزة جديدة أو إصدار جديد من داش ، يتم إرسال " +"الاتصالات إلى المستخدمين لإعلامهم بالتغيير والحاجة إلى تحديث عملائهم. يقوم " +"أولئك الذين يقومون بتحديث عملائهم بتشغيل التعليمات البرمجية الجديدة ، ولكن " +"لم يتم تفعيلها حتى تصل نسبة كافية من المشاركين في الشبكة (80٪ عادةً) إلى " +"توافق حول تشغيلها. في حالة حدوث أخطاء بالشفرة الجديدة ، لا يتم منع كتل " +"العميل من قبل الشبكة ويتم تجنب الشوك غير المقصودة. يمكن بعد ذلك جمع البيانات" +" حول الخطأ وإعادة توجيهها إلى فريق التطوير. بمجرد أن يشعر فريق التطوير " +"بالرضا عن استقرار الشفرة الجديدة في بيئة الشبكة الرئيسية - وحالما يتم التوصل" +" إلى توافق في الآراء مقبول على الشبكة - يمكن تفعيل تطبيق الشفرة المحدثة عن " +"بعد بواسطة أعضاء متعددين من فريق التطوير الأساسي يوقعون رسالة شبكة مع بعضهم " +"البعض. مفاتيح. في حالة حدوث مشكلات ، يمكن إلغاء تنشيط التعليمة البرمجية بنفس" +" الطريقة ، دون الحاجة إلى التراجع عن تحديث الشبكة أو تحديث العميل. للحصول " +"على التفاصيل الفنية الفردية ، انظر :ref:`هنا `." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" @@ -533,59 +520,57 @@ msgstr "خوارزمية X11" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." msgstr "" "X11 هو خوارزمية التجزئة المستخدمة على نطاق واسع التي تم إنشاؤها بواسطة " -"المطور الأساسي داش ايفان دوفيلد. تستخدم خوارزمية هاشم X11 المتسلسلة سلسلة" -" من 11 خوارزمية تجزئة علمية لإثبات العمل. هذا بحيث يكون توزيع المعالجة " -"عادًا وسيتم توزيع العملات بنفس الطريقة التي كانت فيها البيتكوين أصلاً. " -"كان الهدف من X11 هو جعل ASIC أكثر صعوبة في الإنشاء ، وبالتالي منح العملة " -"الكثير من الوقت لتطويره قبل أن تصبح مركزية التعدين تهديدًا. كان هذا النهج" -" ناجحًا إلى حد كبير. بدءًا من مطلع عام 2016 ، أصبحت ASICs for X11 موجودة " -"الآن وتشكل جزءًا كبيرًا من التجزئة الشبكية ، ولكنها لم تسفر عن مستوى " -"المركزية الموجودة في البيتكوين. يمكن العثور على معلومات عن التعدين مع X11" -" في :ref:`التعدين ` قسم من هذه الوثائق." +"المطور الأساسي داش ايفان دوفيلد. تستخدم خوارزمية هاشم X11 المتسلسلة سلسلة من" +" 11 خوارزمية تجزئة علمية لإثبات العمل. هذا بحيث يكون توزيع المعالجة عادًا " +"وسيتم توزيع العملات بنفس الطريقة التي كانت فيها البيتكوين أصلاً. كان الهدف " +"من X11 هو جعل ASIC أكثر صعوبة في الإنشاء ، وبالتالي منح العملة الكثير من " +"الوقت لتطويره قبل أن تصبح مركزية التعدين تهديدًا. كان هذا النهج ناجحًا إلى " +"حد كبير. بدءًا من مطلع عام 2016 ، أصبحت ASICs for X11 موجودة الآن وتشكل " +"جزءًا كبيرًا من التجزئة الشبكية ، ولكنها لم تسفر عن مستوى المركزية الموجودة " +"في البيتكوين. يمكن العثور على معلومات عن التعدين مع X11 في :ref:`التعدين " +"` قسم من هذه الوثائق." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" -"X11 هو اسم خوارزمية إثبات العمل (**PoW**) المتسلسلة التي تم إدخالها في  " -"داش  (تم إطلاقه في يناير 2014 باسم \"Xcoin\"). تم استلهامها جزئياً من " -"مقاربة التجزئة الخاصة بالكوارك ، وإضافة مزيد من \"العمق\" والتعقيد عن " -"طريق زيادة عدد التجزئات ، ومع ذلك تختلف عن الكوارك في أن يتم تحديد جولات " -"التجزؤ *بداهة* بدلاً من وجود بعض عمليات التجزؤ اختار عشوائيا." +"X11 هو اسم خوارزمية إثبات العمل (**PoW**) المتسلسلة التي تم إدخالها في  داش " +" (تم إطلاقه في يناير 2014 باسم \"Xcoin\"). تم استلهامها جزئياً من مقاربة " +"التجزئة الخاصة بالكوارك ، وإضافة مزيد من \"العمق\" والتعقيد عن طريق زيادة " +"عدد التجزئات ، ومع ذلك تختلف عن الكوارك في أن يتم تحديد جولات التجزؤ *بداهة*" +" بدلاً من وجود بعض عمليات التجزؤ اختار عشوائيا." #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" -"تستخدم خوارزمية X11 عدة جولات من 11 تجزئة مختلفة (blake، bmw، groestl، " -"jh، keccak، skein، luffa، cubehash، shavite، simd، echo) ، مما يجعلها " -"واحدة من أكثر شفرات التشفير الآمنة والأكثر تعقيدًا في الاستخدام العملات " -"الرقمية. لا يرتبط اسم X11 بنظام النوافذ X11 المفتوح المصدر الشائعة في " -"أنظمة التشغيل الشبيهة بنظام لينكس." +"تستخدم خوارزمية X11 عدة جولات من 11 تجزئة مختلفة (blake، bmw، groestl، jh، " +"keccak، skein، luffa، cubehash، shavite، simd، echo) ، مما يجعلها واحدة من " +"أكثر شفرات التشفير الآمنة والأكثر تعقيدًا في الاستخدام العملات الرقمية. لا " +"يرتبط اسم X11 بنظام النوافذ X11 المفتوح المصدر الشائعة في أنظمة التشغيل " +"الشبيهة بنظام لينكس." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -596,62 +581,60 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." -msgstr "" -"يزيد التعقيد والتعقيد المتزايدان للخوارزمية المقيدة مستويات محسنة من " -"الأمان وأقل عدم يقين بالنسبة للعملة الرقمية ، مقارنةً بحلول PoW ذات " -"التجزئة الفردية غير المحمية من المخاطر الأمنية مثل SPOF (نقطة واحدة من " -"الفشل). على سبيل المثال ، يمكن أن يؤدي اختراق الحوسبة SHA256 المحتمل إلى " -"احتمالية اختراقه إلى اختراق شبكة بيتكوين بالكامل إلى أن تنتقل الشبكة من " -"خلال شوكة صلبة إلى تجزئة تشفير أخرى." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." +msgstr "" +"يزيد التعقيد والتعقيد المتزايدان للخوارزمية المقيدة مستويات محسنة من الأمان " +"وأقل عدم يقين بالنسبة للعملة الرقمية ، مقارنةً بحلول PoW ذات التجزئة الفردية" +" غير المحمية من المخاطر الأمنية مثل SPOF (نقطة واحدة من الفشل). على سبيل " +"المثال ، يمكن أن يؤدي اختراق الحوسبة SHA256 المحتمل إلى احتمالية اختراقه إلى" +" اختراق شبكة بيتكوين بالكامل إلى أن تنتقل الشبكة من خلال شوكة صلبة إلى تجزئة" +" تشفير أخرى." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" -"في حالة حدوث اختراق مماثل للحوسبة ، ستستمر العملة الرقمية التي تستخدم X11" -" PoW في العمل بشكل آمن ما لم يتم كسر كل 11 تجزئة في وقت واحد. حتى إذا كان" -" بعض من 11 تجزئة لا تثق بها ، سيكون هناك تحذير كاف لعملة تستخدم X11 " -"لاتخاذ تدابير واستبدال تجزئات إشكالية مع خوارزميات التجزئة أكثر موثوقية " -"أخرى." +"في حالة حدوث اختراق مماثل للحوسبة ، ستستمر العملة الرقمية التي تستخدم X11 " +"PoW في العمل بشكل آمن ما لم يتم كسر كل 11 تجزئة في وقت واحد. حتى إذا كان بعض" +" من 11 تجزئة لا تثق بها ، سيكون هناك تحذير كاف لعملة تستخدم X11 لاتخاذ " +"تدابير واستبدال تجزئات إشكالية مع خوارزميات التجزئة أكثر موثوقية أخرى." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." -msgstr "" -"بالنظر إلى طبيعة المضاربة للعملات الرقمية وأوجه عدم اليقين المتأصلة لديها" -" كحقل جديد ، يمكن لخوارزمية X11 أن توفر ثقة متزايدة لمستخدميها " -"والمستثمرين المحتملين الذين لا تستطيع مقاربات التجزئة الفردية. توفر حلول " -"التجلد المتسلسلة ، مثل X11 ، مزيدًا من الأمان وطول العمر لتخزين أغراض " -"الثروة وتنويع الاستثمار والتحوط ضد المخاطر المرتبطة بعملات التجزئة " -"المفردة التي تعاني من SPOF (نقطة واحدة من الفشل)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." +msgstr "" +"بالنظر إلى طبيعة المضاربة للعملات الرقمية وأوجه عدم اليقين المتأصلة لديها " +"كحقل جديد ، يمكن لخوارزمية X11 أن توفر ثقة متزايدة لمستخدميها والمستثمرين " +"المحتملين الذين لا تستطيع مقاربات التجزئة الفردية. توفر حلول التجلد " +"المتسلسلة ، مثل X11 ، مزيدًا من الأمان وطول العمر لتخزين أغراض الثروة وتنويع" +" الاستثمار والتحوط ضد المخاطر المرتبطة بعملات التجزئة المفردة التي تعاني من " +"SPOF (نقطة واحدة من الفشل)." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." -msgstr "" -"كتب إيفان دوفيلد ، مبتكر داش و X11 بالسلاسل ، في عدة مناسبات أن X11 قد تم" -" دمجها في داش ليس مع نية منع مصنعي ASIC من إنشاء ASICs ل X11 في المستقبل " -"، بل لتوفير مسار مماثل للهجرة كان بيتكوين (وحدات المعالجة ، GPUs ، " +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " "ASICs)." +msgstr "" +"كتب إيفان دوفيلد ، مبتكر داش و X11 بالسلاسل ، في عدة مناسبات أن X11 قد تم " +"دمجها في داش ليس مع نية منع مصنعي ASIC من إنشاء ASICs ل X11 في المستقبل ، بل" +" لتوفير مسار مماثل للهجرة كان بيتكوين (وحدات المعالجة ، GPUs ، ASICs)." #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -660,45 +643,45 @@ msgstr "موجة الجاذبية الداكنة" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." -msgstr "" -"**DGW**  أو  *موجة الجاذبية الداكنة*  هو خوارزمية ضبط صعوبة مفتوحة المصدر" -" ل العملات الرقمية المستندة إلى بيتكوين التي استخدمت لأول مرة في  داش " -"ومنذ ذلك الحين ظهرت في العملات الرقمية الأخرى. من تأليف إيفان دوفيلد ، " -"مطور ومبدع داش ، كإستجابة لسرقة تشوه زمنًا وجدت في  *بئر كيموتو الجاذبية*" -" في المفهوم DGW  مشابه ل بئر كيموتو الجاذبية ، وضبط مستويات الصعوبة في كل" -" كتلة (بدلا من كل الكتل عام 2016 مثل  بيتكوين) استناداً إلى البيانات " -"الإحصائية من كتل تم العثور عليها مؤخرا. هذا يجعل من الممكن إصدار كتل ذات " -"أوقات متناسقة نسبياً ، حتى إذا واجهت طاقة التجزئة تقلبات عالية ، دون " -"المعاناة من استغلال وقت الإعوجاج." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." +msgstr "" +"**DGW**  أو  *موجة الجاذبية الداكنة*  هو خوارزمية ضبط صعوبة مفتوحة المصدر ل " +"العملات الرقمية المستندة إلى بيتكوين التي استخدمت لأول مرة في  داش ومنذ ذلك " +"الحين ظهرت في العملات الرقمية الأخرى. من تأليف إيفان دوفيلد ، مطور ومبدع داش" +" ، كإستجابة لسرقة تشوه زمنًا وجدت في  *بئر كيموتو الجاذبية* في المفهوم DGW " +" مشابه ل بئر كيموتو الجاذبية ، وضبط مستويات الصعوبة في كل كتلة (بدلا من كل " +"الكتل عام 2016 مثل  بيتكوين) استناداً إلى البيانات الإحصائية من كتل تم " +"العثور عليها مؤخرا. هذا يجعل من الممكن إصدار كتل ذات أوقات متناسقة نسبياً ، " +"حتى إذا واجهت طاقة التجزئة تقلبات عالية ، دون المعاناة من استغلال وقت " +"الإعوجاج." #: ../../docs/user/introduction/features.rst:363 msgid "" "Version 2.0 of DGW was implemented in Dash from block 45,000 onwards in " "order to completely alleviate the time-warp exploit." msgstr "" -"نسخة 2.0 من  DGW تم تنفيذ في داش من كتلة 45000 فصاعدا من أجل التخفيف " -"تماما من استغلال الوقت الاعوجاج." +"نسخة 2.0 من  DGW تم تنفيذ في داش من كتلة 45000 فصاعدا من أجل التخفيف تماما " +"من استغلال الوقت الاعوجاج." #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" "تم تنفيذ الإصدار 3.0 في 14 مايو 2014 لزيادة تحسين صعوبة إعادة الاستهداف " -"بتحويلات أكثر سلاسة. كما أنه يعمل على إصلاح المشكلات المتعلقة بالمعماريات" -" المختلفة التي لها مستويات مختلفة من الدقة الفاصلة العائمة من خلال " -"استخدام الأعداد الصحيحة." +"بتحويلات أكثر سلاسة. كما أنه يعمل على إصلاح المشكلات المتعلقة بالمعماريات " +"المختلفة التي لها مستويات مختلفة من الدقة الفاصلة العائمة من خلال استخدام " +"الأعداد الصحيحة." #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -708,45 +691,42 @@ msgstr "معدل الانبعاثات" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." -msgstr "" -"يتم إنشاء العملات الرقمية مثل داش و بيتكوين من خلال عملية صعبة مشفرة تعرف" -" باسم التعدين. التعدين ينطوي على حل متكرر :ref:`خوارزمية ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." +msgstr "" +"يتم إنشاء العملات الرقمية مثل داش و بيتكوين من خلال عملية صعبة مشفرة تعرف " +"باسم التعدين. التعدين ينطوي على حل متكرر :ref:`خوارزمية ` حتى حل صالح للتيار :ref:`التعدين الصعب ` " -"اكتشف. بمجرد اكتشافها ، يسمح لعمال المنجم بإنشاء وحدات جديدة للعملة. هذا " -"هو المعروف باسم مكافأة كتلة. للتأكد من أن العملة لا تخضع للتضخم اللانهائي" -" ، يتم تقليل مكافأة الكتلة على فترات منتظمة ، `كما هو مبين في هذا الحساب " -"`_. " -"يؤدي رسم هذه البيانات إلى ظهور منحنى يوضح إجمالي العملات المتداولة ، " -"والمعروفة باسم معدل انبعاث العملة." +"اكتشف. بمجرد اكتشافها ، يسمح لعمال المنجم بإنشاء وحدات جديدة للعملة. هذا هو " +"المعروف باسم مكافأة كتلة. للتأكد من أن العملة لا تخضع للتضخم اللانهائي ، يتم" +" تقليل مكافأة الكتلة على فترات منتظمة ، `كما هو مبين في هذا الحساب " +"`_. يؤدي رسم هذه البيانات إلى ظهور منحنى يوضح " +"إجمالي العملات المتداولة ، والمعروفة باسم معدل انبعاث العملة." #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" "بينما تستند داش على بيتكوين ، فإنها تعدِّل معدل انبعاث العملة بشكل كبير " "لتقديم تخفيض أكثر سلاسة في انبعاثات العملات مع مرور الوقت. في حين تعمل " -"بيتكوين على تقليل معدل انبعاث العملة بنسبة 50٪ كل 4 سنوات ، فإن داش يقلل " -"من الانبعاثات بمقدار واحد إلى أربعة عشر (حوالي 7.14٪) كل 210240 كتلة " -"(حوالي 383.25 يومًا) يمكن ملاحظة أن خفض المكافأة بمقدار أقل من كل عام " -"يوفر انتقالًا أكثر سلاسة إلى الاقتصاد القائم على الرسوم من البيتكوين." +"بيتكوين على تقليل معدل انبعاث العملة بنسبة 50٪ كل 4 سنوات ، فإن داش يقلل من " +"الانبعاثات بمقدار واحد إلى أربعة عشر (حوالي 7.14٪) كل 210240 كتلة (حوالي " +"383.25 يومًا) يمكن ملاحظة أن خفض المكافأة بمقدار أقل من كل عام يوفر انتقالًا" +" أكثر سلاسة إلى الاقتصاد القائم على الرسوم من البيتكوين." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -757,46 +737,45 @@ msgid "Total coin emission" msgstr "مجموع انبعاثات العملة" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`مجموع معدل عملة البيتكوين `_ " -"يمكن حسابه كمجموع سلسلة هندسية ، مع اقتراب إجمالي الانبعاثات (ولكن لا تصل" -" أبداً) 21،000،000 بيتكوين. سيستمر هذا حتى عام 2140 ، ولكن مكافأة التعدين" -" تقل بسرعة بحيث أن 99 ٪ من جميع البيتكوين سوف يتم تداولها بحلول عام 2036 " -"، و 99.9 ٪ بحلول عام 2048." +"يمكن حسابه كمجموع سلسلة هندسية ، مع اقتراب إجمالي الانبعاثات (ولكن لا تصل " +"أبداً) 21،000،000 بيتكوين. سيستمر هذا حتى عام 2140 ، ولكن مكافأة التعدين تقل" +" بسرعة بحيث أن 99 ٪ من جميع البيتكوين سوف يتم تداولها بحلول عام 2036 ، و " +"99.9 ٪ بحلول عام 2048." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`مجموع معدل إنبعات عملة داش `_ هو " -"أيضًا مجموع سلسلة هندسية ، ولكن إجمالي الانبعاثات النهائية للعملات غير " -"مؤكّد لأنه لا يمكن معرفة كم من 10٪ من المكافآت المخصصة لمقترحات الميزانية" -" سيتم تخصيصها بالفعل ، لأن ذلك يعتمد على سلوك التصويت المستقبلي. ستواصل " -"داش إصدار العملات المعدنية لما يقرب من 192 عامًا قبل أن تخلق سنة كاملة من" -" التعدين أقل من 1 داش. بعد عام 2209 سيتم إنشاء 14 داش فقط. سيستغرق إنشاء " -"داش الأخير 231 عامًا بدءًا من عام 2246 وينتهي عند توقف البث تمامًا في " -"2477. استنادًا إلى هذه الأرقام ، يمكن حساب الحد الأقصى والحد الأدنى " -"الممكن من العملة في العام 2254 ليكون بين:" +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ هو أيضًا" +" مجموع سلسلة هندسية ، ولكن إجمالي الانبعاثات النهائية للعملات غير مؤكّد لأنه" +" لا يمكن معرفة كم من 10٪ من المكافآت المخصصة لمقترحات الميزانية سيتم تخصيصها" +" بالفعل ، لأن ذلك يعتمد على سلوك التصويت المستقبلي. ستواصل داش إصدار العملات" +" المعدنية لما يقرب من 192 عامًا قبل أن تخلق سنة كاملة من التعدين أقل من 1 " +"داش. بعد عام 2209 سيتم إنشاء 14 داش فقط. سيستغرق إنشاء داش الأخير 231 عامًا " +"بدءًا من عام 2246 وينتهي عند توقف البث تمامًا في 2477. استنادًا إلى هذه " +"الأرقام ، يمكن حساب الحد الأقصى والحد الأدنى الممكن من العملة في العام 2254 " +"ليكون بين:" #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -819,20 +798,18 @@ msgid "Block reward allocation" msgstr "حظر توزيع المكافآت" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -854,19 +831,18 @@ msgstr "موازنة الحوكمة اللامركزية" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1074,9 +1050,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1252,21 +1227,20 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" "يعتمد هذا المستند على الحسابات والمشاركات من قبل moocowmoo. يرجى الاطلاع " "`منشور ريديت `_ لمزيد من التفاصيل ، أو " "تشغيل الخاصة بك `حسابات الانبعاثات باستخدام هذه الأداة " -"`_. أنظر `هذا " -"الموقع `_  للبيانات الحية على إحصائيات " -"الشبكة الحالية." +"`_. أنظر `هذا الموقع" +" `_  للبيانات الحية على إحصائيات الشبكة " +"الحالية." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1274,44 +1248,42 @@ msgstr "الحكم اللامركزي" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." -msgstr "يمكنك قراءة المزيد عن إدارة داش في :ref:`governance` قسم من هذه الوثائق." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." +msgstr "" +"يمكنك قراءة المزيد عن إدارة داش في :ref:`governance` قسم من هذه الوثائق." #: ../../docs/user/introduction/features.rst:559 msgid "Sentinel" @@ -1319,19 +1291,18 @@ msgstr "الحماية" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1344,35 +1315,34 @@ msgstr "الرسوم" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1410,29 +1380,29 @@ msgstr "لكل كيلو بايت من بيانات المعاملات" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1442,63 +1412,63 @@ msgstr "التورة" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "يرد أدناه عملنا الحالي في التورة ، الذي يضيف العديد من المكونات مثل:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" -"**DAPI:** واجهة برمجة تطبيقات لا مركزية تتيح لمستخدمي الطبقة الثالثة " -"الوصول إلى الشبكة بأمان" +"**DAPI:** واجهة برمجة تطبيقات لا مركزية تتيح لمستخدمي الطبقة الثالثة الوصول " +"إلى الشبكة بأمان" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" -"**محافظ DashPay اللامركزية:** هذه المحافظ هي عملاء فاتحين متصلين بالشبكة " -"عبر DAPI وتعمل على منصات متنوعة" +"**محافظ DashPay اللامركزية:** هذه المحافظ هي عملاء فاتحين متصلين بالشبكة عبر" +" DAPI وتعمل على منصات متنوعة" #: ../../docs/user/introduction/features.rst:675 msgid "" "**Second Tier:** The masternode network, which provides compensated " "infrastructure for the project" -msgstr "**المستوى الثاني:** شبكة ماسترنود ، التي توفر بنية تحتية معوضة للمشروع" +msgstr "" +"**المستوى الثاني:** شبكة ماسترنود ، التي توفر بنية تحتية معوضة للمشروع" #: ../../docs/user/introduction/features.rst:677 msgid "" @@ -1510,11 +1480,11 @@ msgstr "" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" -"**الحكم:** يتم منح الطبقة الثانية القدرة على التصويت لتنظيم العملة ورسم " -"مسار العملة" +"**الحكم:** يتم منح الطبقة الثانية القدرة على التصويت لتنظيم العملة ورسم مسار" +" العملة" #: ../../docs/user/introduction/features.rst:681 msgid "" @@ -1524,8 +1494,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" #: ../../docs/user/introduction/features.rst:688 @@ -1540,12 +1510,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" -"تصف مقاطع الفيديو التالية المقدمة من مؤسس داش ايفان دوفيلد ورئيس التطوير " -"UI / UX تشاك وليامز عملية التطوير والميزات القادمة لمنصة تورة داش." +"تصف مقاطع الفيديو التالية المقدمة من مؤسس داش ايفان دوفيلد ورئيس التطوير UI " +"/ UX تشاك وليامز عملية التطوير والميزات القادمة لمنصة تورة داش." #: ../../docs/user/introduction/features.rst:704 msgid "**Evolution Demo #1 - The First Dash DAP**, 16 March 2018" @@ -1560,36 +1530,11 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "**تورة تجريبية #3 - خبرة مستخدمين داش**, 15 مايو 2018" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "**تورة شوك ويليامس** ملتقى داش في لندن 14 سبتمبر 2017" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "**تورة إيفان ديفيلد**, أخبار داش, 28 يونيو 2017" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 27db423d7..6b20a0639 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/information.po b/locale/ar/LC_MESSAGES/docs/user/introduction/information.po index 1c76af34f..de3ea2767 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/information.po @@ -1,36 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Zakaria Ab, 2022 # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "مسرد وجمع الروابط لأجزاء أخرى من النظام البيئي وشبكة داش" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -57,14 +56,12 @@ msgid "**User documentation:** https://docs.dash.org" msgstr "**وتائق المستخدمين:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 -#, fuzzy msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "**وتائق المستخدمين:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:22 -#, fuzzy msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "**وتائق المستخدمين:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" @@ -122,8 +119,10 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" -msgstr "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgstr "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" #: ../../docs/user/introduction/information.rst:45 msgid "Chat" @@ -158,8 +157,10 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" -msgstr "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgstr "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" #: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" @@ -308,11 +309,10 @@ msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Dash Official Account:** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:103 -#, fuzzy msgid "" "**Samuel Westrich, CTO of Dash Core Group:** " "https://twitter.com/SamWestrich/" -msgstr "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" +msgstr "" #: ../../docs/user/introduction/information.rst:104 msgid "" @@ -348,11 +348,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" #: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" @@ -404,15 +404,17 @@ msgstr "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" -msgstr "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgstr "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" #: ../../docs/user/introduction/information.rst:147 msgid "Tools" @@ -451,9 +453,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashvotetracker.com" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -524,9 +525,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.coinexplorer.net/dash" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -550,12 +550,10 @@ msgstr "**داش (مرآة الصفحة الرئيسية):** http://dashorg64cjv #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" #: ../../docs/user/introduction/information.rst:207 @@ -609,7 +607,8 @@ msgstr "" "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -633,8 +632,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgstr "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" @@ -662,16 +663,16 @@ msgstr "51٪ هجوم" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" "حالة يتم فيها التحكم بأكثر من نصف طاقة الحوسبة على شبكة العملات الرقمية " "بواسطة عامل مناجم واحد أو مجموعة من عمال المناجم. ذلك المقدار من الطاقة " -"يجعلها نظريًا السلطة على الشبكة. وهذا يعني أن كل عميل على الشبكة يعتقد أن" -" كتلة المعاملة التي قام بها المهاجم تم تجميدها." +"يجعلها نظريًا السلطة على الشبكة. وهذا يعني أن كل عميل على الشبكة يعتقد أن " +"كتلة المعاملة التي قام بها المهاجم تم تجميدها." #: ../../docs/user/introduction/information.rst:251 msgid "Address" @@ -682,14 +683,13 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" -"يتم استخدام عنوان داش :ref:`ارسال/استقبال ` على " -"شبكة داش. يحتوي على سلسلة من الأحرف الأبجدية الرقمية ، ولكن يمكن تمثيله " -"أيضًا كرمز QR قابل للمسح. عنوان داش هو أيضًا المفتاح العمومي في زوج " -"المفاتيح المستخدم من قبل حملة داش لتوقيع المعاملات رقمياً (انظر المفتاح " -"العام)." +"يتم استخدام عنوان داش :ref:`ارسال/استقبال ` على شبكة " +"داش. يحتوي على سلسلة من الأحرف الأبجدية الرقمية ، ولكن يمكن تمثيله أيضًا " +"كرمز QR قابل للمسح. عنوان داش هو أيضًا المفتاح العمومي في زوج المفاتيح " +"المستخدم من قبل حملة داش لتوقيع المعاملات رقمياً (انظر المفتاح العام)." #: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" @@ -698,9 +698,9 @@ msgstr "خوارزمية" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" "في الرياضيات وعلوم الكمبيوتر ، `خوارزمية " "`_ هو مجموعة خطوة بخطوة قائمة " @@ -727,14 +727,14 @@ msgstr "AML" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" -"تستخدم تقنيات مكافحة غسيل الأموال لمنع الناس من الحصول على أموال تم " -"الحصول عليها بطريقة غير مشروعة كما لو تم الحصول عليها بشكل قانوني. يمكن " -"أن تكون آليات مكافحة غسل الأموال قانونية أو فنية في طبيعتها. كثيراً ما " -"تطبق الجهات التنظيمية تقنيات مكافحة غسل الأموال على تبادلات داش." +"تستخدم تقنيات مكافحة غسيل الأموال لمنع الناس من الحصول على أموال تم الحصول " +"عليها بطريقة غير مشروعة كما لو تم الحصول عليها بشكل قانوني. يمكن أن تكون " +"آليات مكافحة غسل الأموال قانونية أو فنية في طبيعتها. كثيراً ما تطبق الجهات " +"التنظيمية تقنيات مكافحة غسل الأموال على تبادلات داش." #: ../../docs/user/introduction/information.rst:275 msgid "API" @@ -743,9 +743,8 @@ msgstr "API" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" "في برمجة الكمبيوتر ، و `واجهة برمجة التطبيقات (API) " "`_ هي " @@ -753,18 +752,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" -"تعرب واجهة برمجة التطبيقات عن مكون برمجي من حيث عملياتها ومدخلاتها " -"ومخرجاتها وأنواعها الأساسية ، وتحديد وظائف مستقلة عن تطبيقاتها ، مما يسمح" -" بتعريفات وتطبيقات تختلف دون المساس بالواجهة. تسهل واجهة برمجة التطبيقات " -"API الجيدة تطوير برنامج من خلال توفير كل وحدات البناء ، والتي يتم تجميعها" -" بعد ذلك بواسطة المبرمج." +"تعرب واجهة برمجة التطبيقات عن مكون برمجي من حيث عملياتها ومدخلاتها ومخرجاتها" +" وأنواعها الأساسية ، وتحديد وظائف مستقلة عن تطبيقاتها ، مما يسمح بتعريفات " +"وتطبيقات تختلف دون المساس بالواجهة. تسهل واجهة برمجة التطبيقات API الجيدة " +"تطوير برنامج من خلال توفير كل وحدات البناء ، والتي يتم تجميعها بعد ذلك " +"بواسطة المبرمج." #: ../../docs/user/introduction/information.rst:289 msgid "ASIC" @@ -772,11 +771,10 @@ msgstr "ASIC" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" "دارة متكاملة خاصة بالتطبيق (ASIC) ، هي دائرة متكاملة (IC) مخصصة لاستخدام " "معين ، بدلاً من استخدامها للأغراض العامة. على سبيل المثال ، رقاقة مصممة " @@ -789,14 +787,13 @@ msgstr "ATM / BTM" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" "جهاز داش ATM هو جهاز فعلي يسمح للعميل بشراء داش نقدًا. هناك العديد من " -"الشركات المصنعة ، بعضها يمكّن المستخدمين من بيع داش نقدًا. كما يطلق عليها" -" أحيانًا 'BTMs' أو 'داش AVMS'. داش معتمد على عدة :ref:`ATMs `." +"الشركات المصنعة ، بعضها يمكّن المستخدمين من بيع داش نقدًا. كما يطلق عليها " +"أحيانًا 'BTMs' أو 'داش AVMS'. داش معتمد على عدة :ref:`ATMs `." #: ../../docs/user/introduction/information.rst:302 msgid "Backlog" @@ -804,11 +801,11 @@ msgstr "Backlog" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" -"تشير عموماً الأعمال المتراكمة إلى تراكم وقت العمل ينتظر أن يتم أو يتم " -"تنفيذ الطلبات." +"تشير عموماً الأعمال المتراكمة إلى تراكم وقت العمل ينتظر أن يتم أو يتم تنفيذ " +"الطلبات." #: ../../docs/user/introduction/information.rst:306 msgid "Backup" @@ -816,20 +813,19 @@ msgstr "إسترجاع" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." -msgstr "" -"عملية عمل نسخ من ملف كمبيوتر لضمان سلامته في حالة فقده أو سرقته أو تلفه. " -"داش يسمح للمستخدمين :ref:`عمل نسخ احتياطية ` من محافظهم " -"الرقمية. هذا يحمي من فقدان المال في حالة تعطل جهاز الكمبيوتر أو فقد " -"الجهاز المحمول الخاص به. هذا سيكون بمثابة القدرة على عمل نسخة احتياطية من" -" النقود في محفظتك ، بحيث إذا فقدت ذلك ، يمكنك استعادة النقود من نسخة " -"احتياطية." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." +msgstr "" +"عملية عمل نسخ من ملف كمبيوتر لضمان سلامته في حالة فقده أو سرقته أو تلفه. داش" +" يسمح للمستخدمين :ref:`عمل نسخ احتياطية ` من محافظهم " +"الرقمية. هذا يحمي من فقدان المال في حالة تعطل جهاز الكمبيوتر أو فقد الجهاز " +"المحمول الخاص به. هذا سيكون بمثابة القدرة على عمل نسخة احتياطية من النقود في" +" محفظتك ، بحيث إذا فقدت ذلك ، يمكنك استعادة النقود من نسخة احتياطية." #: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" @@ -838,8 +834,8 @@ msgstr "بيتكوين 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" "هذا هو المصطلح الذي يشرح المستوى الجديد التالي لمشاريع بيتكوين التي بدأت " "كمشكلة للبيتكوين ولكنها مددت كودها إلى المستوى التالي من مشاريع بلوكشين " @@ -851,22 +847,21 @@ msgstr "بلوكشين" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." -msgstr "" -"`بلوكشين `_ هي " -"قاعدة بيانات موزعة تحافظ على قائمة متزايدة باستمرار من سجلات البيانات " -"المقواة ضد العبث والمراجعة. ويتكون من كتل بنية البيانات - التي تحتفظ " -"حصرياً بالبيانات في عمليات تنفيذ بلوكشين الأولية ، وكلا البيانات والبرامج" -" في بعض التطبيقات الأكثر حداثة - مع كل كتلة تحمل دفعات من المعاملات " -"الفردية ونتائج أي برامج تنفيذية بلوكشين. تحتوي كل كتلة على طابع زمني " -"ومعلومات تربطها بكتلة سابقة." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." +msgstr "" +"`بلوكشين `_ هي قاعدة " +"بيانات موزعة تحافظ على قائمة متزايدة باستمرار من سجلات البيانات المقواة ضد " +"العبث والمراجعة. ويتكون من كتل بنية البيانات - التي تحتفظ حصرياً بالبيانات " +"في عمليات تنفيذ بلوكشين الأولية ، وكلا البيانات والبرامج في بعض التطبيقات " +"الأكثر حداثة - مع كل كتلة تحمل دفعات من المعاملات الفردية ونتائج أي برامج " +"تنفيذية بلوكشين. تحتوي كل كتلة على طابع زمني ومعلومات تربطها بكتلة سابقة." #: ../../docs/user/introduction/information.rst:332 msgid "Blocks" @@ -877,15 +872,15 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" "يتم جمع المعاملات على بلوكشين في \"`الكتل " -"`_\" التي " -"تسجل وتؤكد متى وأين يتم إدخال المعاملات وتسجيلها في سلسلة الكتلة. يتم " -"إنشاء الكتل من قبل المستخدمين المعروفين باسم \"عمال التعدين\" الذين " -"يستخدمون برامج أو معدات متخصصة تم تصميمها خصيصًا لإنشاء الكتل." +"`_\" التي تسجل " +"وتؤكد متى وأين يتم إدخال المعاملات وتسجيلها في سلسلة الكتلة. يتم إنشاء الكتل" +" من قبل المستخدمين المعروفين باسم \"عمال التعدين\" الذين يستخدمون برامج أو " +"معدات متخصصة تم تصميمها خصيصًا لإنشاء الكتل." #: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" @@ -894,11 +889,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -907,20 +902,20 @@ msgstr "سحابة المحفظة" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." -msgstr "" -"الجهات الخارجية التي ستقوم بتخزين داش على خوادمها لك ، بحيث يمكنك الوصول " -"إلى أموالك من أي جهاز متصل بالإنترنت. إذا تم اختراق موقع الويب الخاص بهم " -"أو إذا تعرضت خوادمهم للتلف ، فإنك تخاطر بفقدان شرطة داش. يجب تأمين أي " -"محافظ على الإنترنت باستخدام عبارات مرور قوية و 2FA. لا يمكنك عمل نسخ " -"احتياطية من محفظتك عبر الإنترنت ، لأنه لا يمكنك الوصول إلى المفاتيح " -"الخاصة. لا نوصي بتخزين كميات كبيرة من الأموال في محافظ الإنترنت." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." +msgstr "" +"الجهات الخارجية التي ستقوم بتخزين داش على خوادمها لك ، بحيث يمكنك الوصول إلى" +" أموالك من أي جهاز متصل بالإنترنت. إذا تم اختراق موقع الويب الخاص بهم أو إذا" +" تعرضت خوادمهم للتلف ، فإنك تخاطر بفقدان شرطة داش. يجب تأمين أي محافظ على " +"الإنترنت باستخدام عبارات مرور قوية و 2FA. لا يمكنك عمل نسخ احتياطية من " +"محفظتك عبر الإنترنت ، لأنه لا يمكنك الوصول إلى المفاتيح الخاصة. لا نوصي " +"بتخزين كميات كبيرة من الأموال في محافظ الإنترنت." #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" @@ -928,9 +923,9 @@ msgstr "صفقة Coinbase" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" "أول معاملة في كتلة. يتم إنشاؤه دائمًا بواسطة عامل منجم ، ويتضمن إدخالًا " "واحدًا يمثل مكافأة المكافأة. يتم تقسيم هذا بين عامل التعدين و ماسترنود " @@ -944,12 +939,12 @@ msgstr "التخزين البارد" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" "طريقة توليد وتخزين المفاتيح الخاصة في وضع عدم الاتصال بشكل كامل. يمكن " -"استخدام جهاز كمبيوتر سطح مكتب أو كمبيوتر محمول منفصل عن الإنترنت أو محفظة" -" أجهزة مخصصة أو عصا USB أو :ref:`المحفظة الورقية `." +"استخدام جهاز كمبيوتر سطح مكتب أو كمبيوتر محمول منفصل عن الإنترنت أو محفظة " +"أجهزة مخصصة أو عصا USB أو :ref:`المحفظة الورقية `." #: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" @@ -957,11 +952,11 @@ msgstr "تأكيد المعاملة" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" "عند إجراء معاملة داش ، يجب على عامل منجم أن يتحقق من أن المعاملة صالحة. " "عندما يتم التحقق من المدخلات والمخرجات ، يتم تضمين المعاملة في كتلة في " @@ -973,26 +968,25 @@ msgid "Confirmation Number" msgstr "رقم التأكيد" #: ../../docs/user/introduction/information.rst:377 -#, fuzzy msgid "confirmations" -msgstr "صفر تأكيدات" +msgstr "" #: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." -msgstr "" -"عدد التأكيدات لمعاملة داش محددة. تعني التأكيدات الصفرية أن المعاملة **غير" -" مؤكدة**. تأكيد واحد يعني أن المعاملة مضمنة في أحدث كتلة في بلوكشين. " -"اثنين من التأكيدات تعني أن المعاملة متضمنة في كتلتين ، ثلاث تأكيدات لثلاث" -" كتل ، وهكذا. يقلل احتمال حدوث معاملة (إنفاق مزدوج) أضعافاً مضاعفة مع كل " -"كتلة وتأكيد لاحق. عادة ما تعتبر ست تأكيدات \"آمنة\" ولا رجعة فيها." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." +msgstr "" +"عدد التأكيدات لمعاملة داش محددة. تعني التأكيدات الصفرية أن المعاملة **غير " +"مؤكدة**. تأكيد واحد يعني أن المعاملة مضمنة في أحدث كتلة في بلوكشين. اثنين من" +" التأكيدات تعني أن المعاملة متضمنة في كتلتين ، ثلاث تأكيدات لثلاث كتل ، " +"وهكذا. يقلل احتمال حدوث معاملة (إنفاق مزدوج) أضعافاً مضاعفة مع كل كتلة " +"وتأكيد لاحق. عادة ما تعتبر ست تأكيدات \"آمنة\" ولا رجعة فيها." #: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" @@ -1001,14 +995,13 @@ msgstr "تأكيد المعاملات" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" -"المعاملات التي يتم معالجتها من قبل عمال المناجم وتعتبر غير قابلة للتراجع " -"، عادة بعد ست تأكيدات. في حالة الإرسال الفوري ، يمكن اعتبار الأموال لا " -"رجعة فيها بعد بضع ثوان ، ولكن لا بد من كتابتها إلى بلوكشين (وبالتالي " -"\"تأكيد\")." +"المعاملات التي يتم معالجتها من قبل عمال المناجم وتعتبر غير قابلة للتراجع ، " +"عادة بعد ست تأكيدات. في حالة الإرسال الفوري ، يمكن اعتبار الأموال لا رجعة " +"فيها بعد بضع ثوان ، ولكن لا بد من كتابتها إلى بلوكشين (وبالتالي \"تأكيد\")." #: ../../docs/user/introduction/information.rst:394 msgid "CPU" @@ -1017,25 +1010,25 @@ msgstr "CPU" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" "`وحدة معالجة مركزية " "`_ هي الدوائر " "الإلكترونية داخل جهاز الكمبيوتر الذي ينفذ تعليمات برنامج كمبيوتر عن طريق " "تنفيذ العمليات الحسابية والمنطقية والتحكمية والإدخال / الإخراج (I / O) " "المحددة بواسطة الإرشادات. وقد استخدم هذا المصطلح في صناعة الكمبيوتر على " -"الأقل منذ 1960 تقليديا ، يشير مصطلح \"وحدة المعالجة المركزية\" إلى " -"المعالج ، وبشكل أكثر تحديدًا إلى وحدة المعالجة ووحدة التحكم (CU) ، مع " -"تمييز هذه العناصر الأساسية للكمبيوتر من المكونات الخارجية مثل الذاكرة " -"الرئيسية ودوائر I / O." +"الأقل منذ 1960 تقليديا ، يشير مصطلح \"وحدة المعالجة المركزية\" إلى المعالج" +" ، وبشكل أكثر تحديدًا إلى وحدة المعالجة ووحدة التحكم (CU) ، مع تمييز هذه " +"العناصر الأساسية للكمبيوتر من المكونات الخارجية مثل الذاكرة الرئيسية ودوائر " +"I / O." #: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" @@ -1045,12 +1038,12 @@ msgstr "العملات الرقمية" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" -"`العملات الرقمية `_ (أو " -"عملة التشفير أو العملة المشفرة) هي وسيلة تبادل باستخدام التشفير لتأكيد " -"المعاملات والتحكم في إنشاء وحدات جديدة." +"`العملات الرقمية `_ (أو عملة " +"التشفير أو العملة المشفرة) هي وسيلة تبادل باستخدام التشفير لتأكيد المعاملات " +"والتحكم في إنشاء وحدات جديدة." #: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" @@ -1060,41 +1053,40 @@ msgstr "التشفير" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." -msgstr "" -"تقنيات آمنة التواصل في وجود أطراف ثالثة تسمى الخصوم. وبشكل عام ، فإن " -"التشفير هو حول بناء وتحليل البروتوكولات التي تمنع الأطراف الثالثة أو " -"العامة من قراءة الرسائل الخاصة. إن الجوانب المختلفة في أمن المعلومات مثل " -"سرية البيانات ، وسلامة البيانات ، والتوثيق ، وعدم التنصل هي أمور أساسية " -"في التشفير الحديث. يوجد تشفير حديث عند تقاطع تخصصات الرياضيات وعلوم " -"الكمبيوتر والهندسة الكهربائية. تتضمن تطبيقات التشفير بطاقات ATM وكلمات " -"مرور الكمبيوتر والتجارة الإلكترونية." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." +msgstr "" +"تقنيات آمنة التواصل في وجود أطراف ثالثة تسمى الخصوم. وبشكل عام ، فإن التشفير" +" هو حول بناء وتحليل البروتوكولات التي تمنع الأطراف الثالثة أو العامة من " +"قراءة الرسائل الخاصة. إن الجوانب المختلفة في أمن المعلومات مثل سرية البيانات" +" ، وسلامة البيانات ، والتوثيق ، وعدم التنصل هي أمور أساسية في التشفير " +"الحديث. يوجد تشفير حديث عند تقاطع تخصصات الرياضيات وعلوم الكمبيوتر والهندسة " +"الكهربائية. تتضمن تطبيقات التشفير بطاقات ATM وكلمات مرور الكمبيوتر والتجارة " +"الإلكترونية." #: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -1106,8 +1098,8 @@ msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -"بروتوكول التطبيق اللامركزي. يصف هذا المصطلح تطبيقًا يعمل على النظام " -"الأساسي داش." +"بروتوكول التطبيق اللامركزي. يصف هذا المصطلح تطبيقًا يعمل على النظام الأساسي " +"داش." #: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" @@ -1115,8 +1107,8 @@ msgstr "مستخدمين DAP" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" "عميل HTTP الذي يتصل بـ DAPI ويمكِّن مستخدمي blockbox من داش من قراءة " "البيانات وكتابتها إلى فضاء DAP." @@ -1127,11 +1119,11 @@ msgstr "تركيبة DAP" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" -"وثيقة مخطط داش دامت لتوسعة مخطط نظام داش لتحديد بيانات وقواعد الإجماع ضمن" -" عقد DAP." +"وثيقة مخطط داش دامت لتوسعة مخطط نظام داش لتحديد بيانات وقواعد الإجماع ضمن " +"عقد DAP." #: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" @@ -1139,11 +1131,11 @@ msgstr "مساحة DAP" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" -"جزء من حالة DAP يملكها مستخدم بلوكشين محدد. لا يمكن تغيير البيانات في " -"فضاء DAP إلا من قبل المالك." +"جزء من حالة DAP يملكها مستخدم بلوكشين محدد. لا يمكن تغيير البيانات في فضاء " +"DAP إلا من قبل المالك." #: ../../docs/user/introduction/information.rst:452 msgid "DAP State" @@ -1154,8 +1146,8 @@ msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -"المجموع الكلي للبيانات المخزنة في DAP. هذه البيانات تتكون من المستخدم " -"مساحة DAP." +"المجموع الكلي للبيانات المخزنة في DAP. هذه البيانات تتكون من المستخدم مساحة " +"DAP." #: ../../docs/user/introduction/information.rst:456 msgid "DAPI" @@ -1163,14 +1155,13 @@ msgstr "DAPI" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" "واجهة برمجة التطبيقات اللامركزية. انظر أعلاه للحصول على تعريف API. سيؤدي " -"DAPI نفس وظائف واجهة برمجة التطبيقات ، ولكن مع وجود نصوص من ماسترنود تعمل" -" كنقاط نهاية لاتصالات API." +"DAPI نفس وظائف واجهة برمجة التطبيقات ، ولكن مع وجود نصوص من ماسترنود تعمل " +"كنقاط نهاية لاتصالات API." #: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" @@ -1178,18 +1169,18 @@ msgstr "موجة الجاذبية الداكنة" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" -":ref:`موجة الجاذبية الداكنة (DGW) ` تشبه *Kimoto " -"Gravity Well* ، وتعديل مستويات الصعوبة لكل كتلة (بدلاً من كل كتل عام 2016" -" مثل بيتكوين) باستخدام بيانات إحصائية لآخر كتل تم العثور عليها. وبهذه " -"الطريقة ، يمكن أن تظل أوقات إصدار الثبات متناسقة على الرغم من التقلبات في" -" hashpower. ومع ذلك فإنه لا يعاني من استغلال الوقت الاعوجاج." +":ref:`موجة الجاذبية الداكنة (DGW) ` تشبه *Kimoto Gravity " +"Well* ، وتعديل مستويات الصعوبة لكل كتلة (بدلاً من كل كتل عام 2016 مثل " +"بيتكوين) باستخدام بيانات إحصائية لآخر كتل تم العثور عليها. وبهذه الطريقة ، " +"يمكن أن تظل أوقات إصدار الثبات متناسقة على الرغم من التقلبات في hashpower. " +"ومع ذلك فإنه لا يعاني من استغلال الوقت الاعوجاج." #: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" @@ -1199,7 +1190,8 @@ msgstr "دارك كوين" msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." -msgstr "تم إطلاق داش أولاً كـ XCoin ومن ثم إعادة تسميته إلى دارك كوين وأخيراً داش" +msgstr "" +"تم إطلاق داش أولاً كـ XCoin ومن ثم إعادة تسميته إلى دارك كوين وأخيراً داش" #: ../../docs/user/introduction/information.rst:474 msgid "Dash" @@ -1207,14 +1199,13 @@ msgstr "داش" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1223,13 +1214,13 @@ msgstr "داش درايف" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" -"خدمة خلفية تخزين البيانات في شبكة داش المستخدمة من قبل ماسترنود لسلسلة " -"خارج البيانات المتعلقة تورة. داش درايغ تنفذ `IPFS `_, " -"نوع من نظام تخزين الملفات الموزعة." +"خدمة خلفية تخزين البيانات في شبكة داش المستخدمة من قبل ماسترنود لسلسلة خارج " +"البيانات المتعلقة تورة. داش درايغ تنفذ `IPFS `_, نوع من " +"نظام تخزين الملفات الموزعة." #: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" @@ -1237,17 +1228,17 @@ msgstr "مستخدمين داش" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" "عملاء داش عبارة عن برامج تستخدم للتواصل مع شبكة داش. أنها تخزن المفاتيح " "الخاصة اللازمة لإجراء معاملات داش ، فضلا عن نسخة من بلوكشين بأكمله. يتصل " -"عميل داش بشبكة داش ويصبح عقدة في الشبكة. تشترك العقدة وتروج معاملات جديدة" -" مع بقية الشبكة ، مما يؤدي إلى إنشاء بنية تحتية لامركزية قوية." +"عميل داش بشبكة داش ويصبح عقدة في الشبكة. تشترك العقدة وتروج معاملات جديدة مع" +" بقية الشبكة ، مما يؤدي إلى إنشاء بنية تحتية لامركزية قوية." #: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" @@ -1255,11 +1246,11 @@ msgstr "محفظة داش كور" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1269,12 +1260,12 @@ msgstr "تورة داش" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" "هذا هو 3 المطورين داش شبكة شبكة بناء حاليا. سيجعل داش سهل الاستخدام مثل " -"بايبال ، بينما لا يزال غير مركزي. شاهد :ref:`التورة ` لمزيد من" -" المعلومات." +"بايبال ، بينما لا يزال غير مركزي. شاهد :ref:`التورة ` لمزيد من " +"المعلومات." #: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" @@ -1282,9 +1273,10 @@ msgstr "مخطط داش" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." -msgstr "مواصفات لغة تعتمد على JSON لتعريف بيانات التوافق في التورة والتحقق منها." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." +msgstr "" +"مواصفات لغة تعتمد على JSON لتعريف بيانات التوافق في التورة والتحقق منها." #: ../../docs/user/introduction/information.rst:514 msgid "DDoS" @@ -1292,18 +1284,18 @@ msgstr "DDoS" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" -"يستخدم هجوم الحرمان من الخدمة الموزَّع أعدادًا كبيرة من أجهزة الكمبيوتر " -"تحت سيطرة أحد المهاجمين لاستنزاف موارد الهدف المركزي. وغالبًا ما يرسلون " -"كميات صغيرة من حركة مرور الشبكة عبر الإنترنت لربط موارد الحوسبة والنطاق " -"الترددي بالهدف ، مما يمنعها من تقديم الخدمات للمستخدمين الشرعيين. في بعض " -"الأحيان ، تعرضت ميزة تحويل داش." +"يستخدم هجوم الحرمان من الخدمة الموزَّع أعدادًا كبيرة من أجهزة الكمبيوتر تحت " +"سيطرة أحد المهاجمين لاستنزاف موارد الهدف المركزي. وغالبًا ما يرسلون كميات " +"صغيرة من حركة مرور الشبكة عبر الإنترنت لربط موارد الحوسبة والنطاق الترددي " +"بالهدف ، مما يمنعها من تقديم الخدمات للمستخدمين الشرعيين. في بعض الأحيان ، " +"تعرضت ميزة تحويل داش." #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" @@ -1312,32 +1304,32 @@ msgstr "اللامركزية" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" "`اللامركزية `_ هو " "تخصيص الموارد ، كل من الأجهزة والبرامج ، لكل محطة عمل أو موقع مكتب. في " -"المقابل ، توجد الحوسبة المركزية عندما يتم تنفيذ معظم الوظائف أو الحصول " -"عليها من موقع مركزي بعيد. الحوسبة اللامركزية هي اتجاه في بيئات العمل " -"الحديثة. هذا هو عكس الحوسبة المركزية ، التي كانت سائدة في الأيام الأولى " -"لأجهزة الكمبيوتر. يتمتع نظام الكمبيوتر اللامركزي بفوائد كثيرة على شبكة " -"مركزية تقليدية. تقدمت أجهزة الكمبيوتر المكتبية بسرعة كبيرة لدرجة أن " -"أدائها المحتمل يتجاوز بكثير متطلبات معظم تطبيقات الأعمال. هذه النتائج في " -"معظم أجهزة الكمبيوتر المكتبية تبقى خاملاً تقريبًا معظم الوقت. يمكن للنظام" -" اللامركزي استخدام إمكانات هذه الأنظمة لتعظيم الكفاءة. ومع ذلك ، فمن " -"الممكن الجدال فيما إذا كانت هذه الشبكات تزيد من الفعالية الكلية." +"المقابل ، توجد الحوسبة المركزية عندما يتم تنفيذ معظم الوظائف أو الحصول عليها" +" من موقع مركزي بعيد. الحوسبة اللامركزية هي اتجاه في بيئات العمل الحديثة. هذا" +" هو عكس الحوسبة المركزية ، التي كانت سائدة في الأيام الأولى لأجهزة " +"الكمبيوتر. يتمتع نظام الكمبيوتر اللامركزي بفوائد كثيرة على شبكة مركزية " +"تقليدية. تقدمت أجهزة الكمبيوتر المكتبية بسرعة كبيرة لدرجة أن أدائها المحتمل " +"يتجاوز بكثير متطلبات معظم تطبيقات الأعمال. هذه النتائج في معظم أجهزة " +"الكمبيوتر المكتبية تبقى خاملاً تقريبًا معظم الوقت. يمكن للنظام اللامركزي " +"استخدام إمكانات هذه الأنظمة لتعظيم الكفاءة. ومع ذلك ، فمن الممكن الجدال فيما" +" إذا كانت هذه الشبكات تزيد من الفعالية الكلية." #: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" @@ -1346,15 +1338,15 @@ msgstr "محفظة الحاسوب" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" "المحفظة عبارة عن قطعة من البرامج التي تخزن داش الخاص بك. هناك العديد من " -"خيارات المحفظة المختلفة ، ولكن لا بد من اختيار واحد آمن. نوصي بأي مما " -"يلي: :ref:`محفظة داش كور ` / :ref:`محفظة داش الكتروم " -"` / :ref:`اجهزة المحافظ `" +"خيارات المحفظة المختلفة ، ولكن لا بد من اختيار واحد آمن. نوصي بأي مما يلي: " +":ref:`محفظة داش كور ` / :ref:`محفظة داش الكتروم ` / :ref:`اجهزة المحافظ `" #: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" @@ -1364,19 +1356,19 @@ msgstr "صعوبة" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." -msgstr "" -"يحدد هذا الرقم مدى صعوبة تجزئة كتلة جديدة. وهو مرتبط بالحد الأقصى المسموح" -" به في جزء عددي معين من تجزئة كتلة المعاملة. كلما كان الرقم أقل ، كلما " -"كان من الصعب إنتاج قيمة تجزئة تناسبها. تختلف الصعوبة حسب مقدار طاقة " -"الحوسبة المستخدمة بواسطة عمال المناجم في شبكة داش. إذا ترك عدد كبير من " -"عمال المناجم شبكة ، فإن الصعوبة ستنخفض. أدى تزايد شعبية داش وتوافر عمال " -"المناجم المتخصصين في ASIC إلى زيادة صعوبة مع مرور الوقت." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." +msgstr "" +"يحدد هذا الرقم مدى صعوبة تجزئة كتلة جديدة. وهو مرتبط بالحد الأقصى المسموح به" +" في جزء عددي معين من تجزئة كتلة المعاملة. كلما كان الرقم أقل ، كلما كان من " +"الصعب إنتاج قيمة تجزئة تناسبها. تختلف الصعوبة حسب مقدار طاقة الحوسبة " +"المستخدمة بواسطة عمال المناجم في شبكة داش. إذا ترك عدد كبير من عمال المناجم " +"شبكة ، فإن الصعوبة ستنخفض. أدى تزايد شعبية داش وتوافر عمال المناجم المتخصصين" +" في ASIC إلى زيادة صعوبة مع مرور الوقت." #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" @@ -1388,17 +1380,17 @@ msgstr "انظر في هذا :ref:`الرابط ` لاجل جميعوت #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" "تتشابه المحفظة الرقمية مع المحفظة المادية باستثناء أنها تستخدم لإجراء " -"**العملة الرقمية**. تحتوي محفظة داش على مفاتيحك الخاصة ، والتي تسمح لك " -"بقضاء داش. يمكنك أيضًا عمل نسخ احتياطية من محفظتك لضمان عدم فقد إمكانية " -"الوصول إلى داش مطلقًا. يمكن أن توجد محافظ رقمية في العديد من الأشكال " -"المختلفة وعلى العديد من الأجهزة:" +"**العملة الرقمية**. تحتوي محفظة داش على مفاتيحك الخاصة ، والتي تسمح لك بقضاء" +" داش. يمكنك أيضًا عمل نسخ احتياطية من محفظتك لضمان عدم فقد إمكانية الوصول " +"إلى داش مطلقًا. يمكن أن توجد محافظ رقمية في العديد من الأشكال المختلفة وعلى " +"العديد من الأجهزة:" #: ../../docs/user/introduction/information.rst:569 msgid "" @@ -1410,93 +1402,92 @@ msgid "" "funds." msgstr "" "**محفظة الحاسوب** ( :ref:`محفظة داش اليكتروم ` ، " -":ref:`محفظة داش كور ` ): برامج المحفظة التي تقوم " -"بتثبيتها على كمبيوتر محمول أو كمبيوتر مكتبي. أنت وحدك المسؤول عن حماية " -"ملف المحفظة والمفاتيح الخاصة التي يحتوي عليها. قم بعمل نسخ احتياطية من " -"ملفات المحفظة الخاصة بك للتأكد من أنك لا تفقد الوصول إلى أموالك." +":ref:`محفظة داش كور ` ): برامج المحفظة التي تقوم بتثبيتها " +"على كمبيوتر محمول أو كمبيوتر مكتبي. أنت وحدك المسؤول عن حماية ملف المحفظة " +"والمفاتيح الخاصة التي يحتوي عليها. قم بعمل نسخ احتياطية من ملفات المحفظة " +"الخاصة بك للتأكد من أنك لا تفقد الوصول إلى أموالك." #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." -msgstr "" -"**محفظة الهاتف** ( :ref:`الأندرويد ` ، :ref:`الأيفون" -" ` ): يمكن تنزيل هذه المحافظ من خلال متجر التطبيقات متجر" -" قوقل أو الايفون (ايتونز). تتيح لك الحافظات المتنقلة استخدام ميزة داش " -"أثناء التنقل عن طريق مسح رمز الاستجابة السريعة لإرسال الدفعة. قم بعمل نسخ" -" احتياطية من ملفات محفظتك النقالة للتأكد من أنك لا تفقد الوصول إلى " -"أموالك. نظرًا للمشكلات الأمنية المتعلقة بالهواتف المحمولة ، يُنصح بعدم " -"تخزين كميات كبيرة من الأموال على هذه المحافظ." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." +msgstr "" +"**محفظة الهاتف** ( :ref:`الأندرويد ` ، :ref:`الأيفون " +"` ): يمكن تنزيل هذه المحافظ من خلال متجر التطبيقات متجر " +"قوقل أو الايفون (ايتونز). تتيح لك الحافظات المتنقلة استخدام ميزة داش أثناء " +"التنقل عن طريق مسح رمز الاستجابة السريعة لإرسال الدفعة. قم بعمل نسخ احتياطية" +" من ملفات محفظتك النقالة للتأكد من أنك لا تفقد الوصول إلى أموالك. نظرًا " +"للمشكلات الأمنية المتعلقة بالهواتف المحمولة ، يُنصح بعدم تخزين كميات كبيرة " +"من الأموال على هذه المحافظ." #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." -msgstr "" -"**الانترنت / سحابة / محفظة الويب** ( :ref:`ايكسيدوس `، :ref:`داش الخاص بي ` ): الأطراف الثالثة التي " -"ستقوم بتخزين داش الخاص بك على خوادمها لك أو توفر واجهة للوصول إلى داش معك" -" لتوفير المفاتيح ، بحيث يمكنك الوصول إلى داش الخاص بك من أي جهاز متصل " -"بالإنترنت. إذا تم اختراق موقع الويب الخاص بهم أو إذا تعرضت خوادمهم للتلف " -"، فإنك تخاطر بفقدان شرطة داش. يجب تأمين أي محافظ على الإنترنت باستخدام " -"عبارات مرور قوية و 2FA. لا يمكنك عمل نسخ احتياطية من محفظتك عبر الإنترنت " -"، لأنه لا يمكنك الوصول إلى المفاتيح الخاصة. نحن نحثك بشدة على عدم تخزين " -"كميات كبيرة من داش في أي محفظة عبر الإنترنت أو تبادل للعملة المبتذلة." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." +msgstr "" +"**الانترنت / سحابة / محفظة الويب** ( :ref:`ايكسيدوس `، " +":ref:`داش الخاص بي ` ): الأطراف الثالثة التي ستقوم بتخزين داش " +"الخاص بك على خوادمها لك أو توفر واجهة للوصول إلى داش معك لتوفير المفاتيح ، " +"بحيث يمكنك الوصول إلى داش الخاص بك من أي جهاز متصل بالإنترنت. إذا تم اختراق " +"موقع الويب الخاص بهم أو إذا تعرضت خوادمهم للتلف ، فإنك تخاطر بفقدان شرطة " +"داش. يجب تأمين أي محافظ على الإنترنت باستخدام عبارات مرور قوية و 2FA. لا " +"يمكنك عمل نسخ احتياطية من محفظتك عبر الإنترنت ، لأنه لا يمكنك الوصول إلى " +"المفاتيح الخاصة. نحن نحثك بشدة على عدم تخزين كميات كبيرة من داش في أي محفظة " +"عبر الإنترنت أو تبادل للعملة المبتذلة." #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." -msgstr "" -"**اجهزة المحافظ** ( :ref:`تريزرو ` ، KeepKey ، و Ledger" -" ، و Nano): تعد محفظة الأجهزة جهازًا متخصصًا ، غير قابل للتزوير ، ويقوم " -"بتخزين المفاتيح الخاصة. يستطيع هذا الجهاز توقيع معاملاتك باستخدام مفتاحك " -"الخاص دون الاتصال بالإنترنت. ومع ذلك ، يجب أن يكون لديك اتصال بالإنترنت " -"لإرسال المعاملة إلى شبكة داش. يتيح ذلك الوصول بسهولة إلى مفاتيحك الخاصة " -"مع الاحتفاظ بها محميةً بشكل آمن. يُنظر إلى هذا على نطاق واسع على أنه أكثر" -" أشكال التخزين أمانًا في تطبيق داش." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." +msgstr "" +"**اجهزة المحافظ** ( :ref:`تريزرو ` ، KeepKey ، و Ledger ، " +"و Nano): تعد محفظة الأجهزة جهازًا متخصصًا ، غير قابل للتزوير ، ويقوم بتخزين " +"المفاتيح الخاصة. يستطيع هذا الجهاز توقيع معاملاتك باستخدام مفتاحك الخاص دون " +"الاتصال بالإنترنت. ومع ذلك ، يجب أن يكون لديك اتصال بالإنترنت لإرسال " +"المعاملة إلى شبكة داش. يتيح ذلك الوصول بسهولة إلى مفاتيحك الخاصة مع الاحتفاظ" +" بها محميةً بشكل آمن. يُنظر إلى هذا على نطاق واسع على أنه أكثر أشكال التخزين" +" أمانًا في تطبيق داش." #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." -msgstr "" -"**غير متصل / التخزين البارد** ( :ref:`المحفظة الورقية ` ): محفظة خاصة يتم إنشاؤها في وضع عدم الاتصال ولا يتم عرضها على " -"الإنترنت. تم إنفاقه باستخدام برنامج لإنشاء مفتاح عام وخاص بدون اتصال ثم " -"تسجيل المفاتيح التي تم إنشاؤها. يمكن طباعة المفاتيح على الورق أو حتى " -"محفوراً بالليزر بالمعدن. يمكن عمل نسخ وتخزينها في خزنة شخصية أو صندوق " -"ودائع مصرفية. هذه طريقة آمنة للغاية لتخزين داش. لا يوجد خطر من استخدام " -"ملفات المحفظة البرمجيات ، والتي يمكن أن تصبح فاسدة ، أو محافظ على شبكة " -"الإنترنت ، والتي يمكن اختراقها. ملاحظة: لا تعد وحدات ذاكرة USB آمنة " -"بالنسبة للتخزين طويل المدى (متعدد السنوات) نظرًا لانخفاضها بمرور الوقت." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." +msgstr "" +"**غير متصل / التخزين البارد** ( :ref:`المحفظة الورقية ` " +"): محفظة خاصة يتم إنشاؤها في وضع عدم الاتصال ولا يتم عرضها على الإنترنت. تم " +"إنفاقه باستخدام برنامج لإنشاء مفتاح عام وخاص بدون اتصال ثم تسجيل المفاتيح " +"التي تم إنشاؤها. يمكن طباعة المفاتيح على الورق أو حتى محفوراً بالليزر " +"بالمعدن. يمكن عمل نسخ وتخزينها في خزنة شخصية أو صندوق ودائع مصرفية. هذه " +"طريقة آمنة للغاية لتخزين داش. لا يوجد خطر من استخدام ملفات المحفظة البرمجيات" +" ، والتي يمكن أن تصبح فاسدة ، أو محافظ على شبكة الإنترنت ، والتي يمكن " +"اختراقها. ملاحظة: لا تعد وحدات ذاكرة USB آمنة بالنسبة للتخزين طويل المدى " +"(متعدد السنوات) نظرًا لانخفاضها بمرور الوقت." #: ../../docs/user/introduction/information.rst:618 msgid "DKG" @@ -1505,13 +1496,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1520,19 +1511,19 @@ msgstr "توقيع إلكتروني" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" "التوقيع الرقمي هو آلية رياضية تسمح لشخص ما بإثبات هويته أو ملكيته لموجود " "رقمي. عندما تقوم محفظتك الرقمية بالتوقيع على صفقة باستخدام المفتاح الخاص " -"المناسب ، يمكن للشبكة بأكملها أن ترى أن التوقيع مطابق لعنوان داش الذي يتم" -" إنفاقه ، دون الحاجة إلى الكشف عن المفتاح الخاص للشبكة. يمكنك أيضًا أيضًا" -" التوقيع رقميًا على الرسائل باستخدام مفتاحك الخاص ، لإثبات أنك مالك أحد " +"المناسب ، يمكن للشبكة بأكملها أن ترى أن التوقيع مطابق لعنوان داش الذي يتم " +"إنفاقه ، دون الحاجة إلى الكشف عن المفتاح الخاص للشبكة. يمكنك أيضًا أيضًا " +"التوقيع رقميًا على الرسائل باستخدام مفتاحك الخاص ، لإثبات أنك مالك أحد " "عناوين داش على سبيل المثال." #: ../../docs/user/introduction/information.rst:638 @@ -1541,10 +1532,10 @@ msgstr "محفظة الكتروم" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1553,28 +1544,27 @@ msgstr "تشفير" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" -msgstr "" -"`التشفير `_ هي عملية ترميز " -"الرسائل أو المعلومات بطريقة لا يمكن إلا للأطراف المرخص لها قراءتها. " -"الرسائل المشفرة التي يتم اعتراضها من قِبل طرف ثالث هي عبارة عن هراء غير " -"مفهومة بدون المفتاح الخاص. في نظام التشفير ، يتم تشفير الرسالة " -"*plaintext* باستخدام خوارزمية تشفير ، مما يؤدي إلى إنشاء *ciphertext* " -"يمكن قراءته فقط في حالة فك تشفير بواسطة المستلم المقصود. لأسباب فنية ، " -"يستخدم نظام التشفير عادة مفتاح تشفير شبه عشوائي يتم إنشاؤه بواسطة " -"خوارزمية. وقد أدت الزيادات في قوة الحوسبة إلى \"كسر\" العديد من خوارزميات" -" التشفير السابقة ، ولكن نظامًا حديثًا مصممًا جيدًا مثل AES-256 يعتبر " -"\"غير قابل للكسر\" أساسًا." +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" +msgstr "" +"`التشفير `_ هي عملية ترميز الرسائل" +" أو المعلومات بطريقة لا يمكن إلا للأطراف المرخص لها قراءتها. الرسائل المشفرة" +" التي يتم اعتراضها من قِبل طرف ثالث هي عبارة عن هراء غير مفهومة بدون المفتاح" +" الخاص. في نظام التشفير ، يتم تشفير الرسالة *plaintext* باستخدام خوارزمية " +"تشفير ، مما يؤدي إلى إنشاء *ciphertext* يمكن قراءته فقط في حالة فك تشفير " +"بواسطة المستلم المقصود. لأسباب فنية ، يستخدم نظام التشفير عادة مفتاح تشفير " +"شبه عشوائي يتم إنشاؤه بواسطة خوارزمية. وقد أدت الزيادات في قوة الحوسبة إلى " +"\"كسر\" العديد من خوارزميات التشفير السابقة ، ولكن نظامًا حديثًا مصممًا " +"جيدًا مثل AES-256 يعتبر \"غير قابل للكسر\" أساسًا." #: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" @@ -1588,12 +1578,12 @@ msgstr "`الوسيط `_ هو :" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" "ترتيب تعاقدي يستلم فيه طرف ثالث الأموال أو المستندات للأطراف المتعاملة " -"الرئيسية ويوزعها ، مع اعتماد على الشروط التي يتفق عليها الطرفان " -"المتعاقدان ؛ أو" +"الرئيسية ويوزعها ، مع اعتماد على الشروط التي يتفق عليها الطرفان المتعاقدان ؛" +" أو" #: ../../docs/user/introduction/information.rst:667 msgid "" @@ -1609,26 +1599,25 @@ msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -"حساب ائتمان يحمل اسم المقترض لدفع التزامات مثل الضرائب على الممتلكات " -"وأقساط التأمين." +"حساب ائتمان يحمل اسم المقترض لدفع التزامات مثل الضرائب على الممتلكات وأقساط " +"التأمين." #: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" "غالبًا ما يتم استخدام خدمة الضمان الموثوقة عند شراء عملة مشفرة أو سلع / " -"خدمات أخرى عبر الإنترنت. سيختار كل من المشتري والبائع طرفًا ثالثًا " -"موثوقًا به ، حيث يقوم البائع بإرسال العنصر (أو العملة) إلى وكيل الضمان ، " -"وسوف يقوم المشتري بإرسال أموال الشراء إلى وكيل الضمان أيضًا. وبمجرد " -"اقتناع وكيل المستودع بأن الطرفين قد استوفيا شروط الاتفاقية ، فإنه سيحيل " -"الأموال والمنتج (أو العملة) إلى الطرف المناسب." +"خدمات أخرى عبر الإنترنت. سيختار كل من المشتري والبائع طرفًا ثالثًا موثوقًا " +"به ، حيث يقوم البائع بإرسال العنصر (أو العملة) إلى وكيل الضمان ، وسوف يقوم " +"المشتري بإرسال أموال الشراء إلى وكيل الضمان أيضًا. وبمجرد اقتناع وكيل " +"المستودع بأن الطرفين قد استوفيا شروط الاتفاقية ، فإنه سيحيل الأموال والمنتج " +"(أو العملة) إلى الطرف المناسب." #: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" @@ -1636,12 +1625,12 @@ msgstr "Evan Duffield" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" -"مؤسس وأول مطور لداش. مخترع X11 و الإرسال الفوري و الإرسال المخفي. قبل " -"إنشاء داش ، كان Evan مستشارًا ماليًا وحاصل على ترخيص 65 حلقات." +"مؤسس وأول مطور لداش. مخترع X11 و الإرسال الفوري و الإرسال المخفي. قبل إنشاء " +"داش ، كان Evan مستشارًا ماليًا وحاصل على ترخيص 65 حلقات." #: ../../docs/user/introduction/information.rst:687 msgid "Exchange" @@ -1650,23 +1639,23 @@ msgstr "التحويل" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." -msgstr "" -"السعر الحالي داش واحدة مقارنة بسعر العملات الأخرى ، مثل الدولار الأمريكي" -" أو الين أو اليورو أو البيتكوين. نظرًا لأن معظم حجم التداول يتم في أسواق " -"بيتكوين / داش ، فغالبًا ما يتم اقتباس السعر في كسور من البيتكوين. على " -"سبيل المثال ، كان سعر داش واحد في نهاية مارس 2017 هو 0.08 (بيتكوين لكل " -"داش). موقع ممتاز لمتابعة سعر صرف داش هو `CoinMarketCap " -"`_. يمكن للشركات التي ترغب في الحد من مخاطر " -"عقد عملة رقمية متقلبة تجنب هذا الخطر تماما من خلال وجود معالج الدفع تقوم " -"بتبادل فوري في وقت كل معاملة." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." +msgstr "" +"السعر الحالي داش واحدة مقارنة بسعر العملات الأخرى ، مثل الدولار الأمريكي أو" +" الين أو اليورو أو البيتكوين. نظرًا لأن معظم حجم التداول يتم في أسواق " +"بيتكوين / داش ، فغالبًا ما يتم اقتباس السعر في كسور من البيتكوين. على سبيل " +"المثال ، كان سعر داش واحد في نهاية مارس 2017 هو 0.08 (بيتكوين لكل داش). موقع" +" ممتاز لمتابعة سعر صرف داش هو `CoinMarketCap " +"`_. يمكن للشركات التي ترغب في الحد من مخاطر عقد " +"عملة رقمية متقلبة تجنب هذا الخطر تماما من خلال وجود معالج الدفع تقوم بتبادل " +"فوري في وقت كل معاملة." #: ../../docs/user/introduction/information.rst:699 msgid "Faucet" @@ -1674,14 +1663,14 @@ msgstr "المنبع" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" -"الحنفيات هي نظام مكافآت ، في شكل موقع أو تطبيق ، يقوم بتوزيع المكافآت على" -" شكل microdash أو Duff ، وهو عبارة عن مائة من المليون داش ، للزائرين " -"للمطالبة مقابل إكمال اختبار أو المهمة كما هو موضح من خلال الموقع." +"الحنفيات هي نظام مكافآت ، في شكل موقع أو تطبيق ، يقوم بتوزيع المكافآت على " +"شكل microdash أو Duff ، وهو عبارة عن مائة من المليون داش ، للزائرين للمطالبة" +" مقابل إكمال اختبار أو المهمة كما هو موضح من خلال الموقع." #: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" @@ -1689,11 +1678,11 @@ msgstr "بوابة فيات" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" -"`مال فيات `_ تم تعريفها بشكل " -"مختلف على النحو التالي:" +"`مال فيات `_ تم تعريفها بشكل مختلف" +" على النحو التالي:" #: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." @@ -1701,14 +1690,15 @@ msgstr "أي أموال تعلنها الحكومة لتكون مناقصة قا #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" -"الأموال التي تصدرها الدولة والتي لا يمكن تحويلها بموجب القانون إلى أي شيء" -" آخر ، ولا يتم تحديد قيمتها من حيث أي معيار موضوعي." +"الأموال التي تصدرها الدولة والتي لا يمكن تحويلها بموجب القانون إلى أي شيء " +"آخر ، ولا يتم تحديد قيمتها من حيث أي معيار موضوعي." #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "استخدام الأموال عديمة القيمة في الأساس كعملة بسبب قرار الحكومة." #: ../../docs/user/introduction/information.rst:714 @@ -1723,18 +1713,18 @@ msgstr "Fintech" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" "`التكنولوجيا المالية " "`_, تُعرف أيضًا باسم " -"FinTech ، وهي عبارة عن صناعة اقتصادية تتألف من شركات تستخدم التكنولوجيا " -"لجعل الخدمات المالية أكثر كفاءة. عادة ما تكون شركات التكنولوجيا المالية " -"شركات ناشئة تحاول أن تجعل العمليات المالية أكثر كفاءة أو تقضي على الرجال " +"FinTech ، وهي عبارة عن صناعة اقتصادية تتألف من شركات تستخدم التكنولوجيا لجعل" +" الخدمات المالية أكثر كفاءة. عادة ما تكون شركات التكنولوجيا المالية شركات " +"ناشئة تحاول أن تجعل العمليات المالية أكثر كفاءة أو تقضي على الرجال " "المتوسطين. في الآونة الأخيرة ، بدأت العديد من شركات التكنولوجيا الحيوية " "باستخدام تقنية بلوكشين ، وهي التقنية نفسها التي تدعم داش و بيتكوين." @@ -1744,30 +1734,29 @@ msgstr "Fork" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" "عندما يتباعد أو ينفصل بلوكشين ، مع بعض العملاء التعرف على نسخة واحدة من " "بلوكشين كما هو صحيح ، واعتقاد العملاء الآخرين أن نسخة مختلفة من بلوكشين " -"صالحة. معظم الشوك تحل نفسها دون أي مشاكل ، لأن أطول كتلة تعتبر دائما " -"صالحة. بمرور الوقت ، عادةً ما تكون \"نسخة واحدة\" من \"بلوكشين\" ناجحة ، " -"وتصبح معروفة عالميًا على أنها صالحة. ومع ذلك ، يمكن أن تكون الشوكات خطيرة" -" للغاية ويجب تجنبها إن أمكن." +"صالحة. معظم الشوك تحل نفسها دون أي مشاكل ، لأن أطول كتلة تعتبر دائما صالحة. " +"بمرور الوقت ، عادةً ما تكون \"نسخة واحدة\" من \"بلوكشين\" ناجحة ، وتصبح " +"معروفة عالميًا على أنها صالحة. ومع ذلك ، يمكن أن تكون الشوكات خطيرة للغاية " +"ويجب تجنبها إن أمكن." #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" -"من المرجح أن تحدث Forking أثناء تحديثات البرامج على الشبكة. تستخدم داش " -"شوكة متعددة المراحل ( :ref:`رمية ` ) نظام لمزيد من المرونة " -"والسلامة." +"من المرجح أن تحدث Forking أثناء تحديثات البرامج على الشبكة. تستخدم داش شوكة " +"متعددة المراحل ( :ref:`رمية ` ) نظام لمزيد من المرونة والسلامة." #: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" @@ -1775,16 +1764,16 @@ msgstr "العقد الكاملة" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" "أي عميل داش يخدم إصدارًا كاملاً من بلوكشين إلى الأقران. يمكن أن يكون هذا " "مستخدمًا يستخدم محفظة داش كور على سطح مكتبه ، أو قد يكون :ref:`ماسترنود " -"`. تعمل العقد الكاملة على تعزيز اللامركزية من خلال السماح " -"لأي مستخدم بمضاعفة التحقق من صلاحية بلوكشين." +"`. تعمل العقد الكاملة على تعزيز اللامركزية من خلال السماح لأي " +"مستخدم بمضاعفة التحقق من صلاحية بلوكشين." #: ../../docs/user/introduction/information.rst:746 msgid "Fungible" @@ -1812,31 +1801,30 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" "`وحدة معالجة الرسومات (GPU) " -"`_, كما تسمى " -"أحيانًا وحدة معالجة بصرية (VPU) ، وهي عبارة عن دائرة إلكترونية متخصصة " -"مصممة للتلاعب السريع وتغيير الذاكرة لتسريع إنشاء الصور في مخزن مؤقت " -"للإطار مخصص للإخراج إلى شاشة عرض. تستخدم وحدات معالجة الرسومات في الأنظمة" -" المضمنة والهواتف المحمولة وأجهزة الكمبيوتر الشخصية ومحطات العمل ووحدات " -"التحكم في الألعاب. تتميز وحدات معالجة الرسوم الحديثة بأنها فعالة للغاية " -"في معالجة الرسومات الحاسوبية ومعالجة الصور ، كما أن هيكلها المتوازي " -"للغاية يجعلها أكثر كفاءة من وحدات المعالجة المركزية ذات الأغراض العامة " -"للخوارزميات حيث تتم معالجة كتل البيانات الكبيرة بالتوازي. في الكمبيوتر " -"الشخصي ، يمكن أن توجد وحدة معالجة الرسومات على بطاقة فيديو ، أو يمكن " -"تضمينها على اللوحة الأم أو - في وحدات معالجة مركزية معينة - على وحدة " -"المعالجة المركزية تموت. تستخدم بعض العملات الرقمية خوارزميات التعدين التي" -" تعمل بكفاءة على GPUs." +"`_, كما تسمى أحيانًا" +" وحدة معالجة بصرية (VPU) ، وهي عبارة عن دائرة إلكترونية متخصصة مصممة للتلاعب" +" السريع وتغيير الذاكرة لتسريع إنشاء الصور في مخزن مؤقت للإطار مخصص للإخراج " +"إلى شاشة عرض. تستخدم وحدات معالجة الرسومات في الأنظمة المضمنة والهواتف " +"المحمولة وأجهزة الكمبيوتر الشخصية ومحطات العمل ووحدات التحكم في الألعاب. " +"تتميز وحدات معالجة الرسوم الحديثة بأنها فعالة للغاية في معالجة الرسومات " +"الحاسوبية ومعالجة الصور ، كما أن هيكلها المتوازي للغاية يجعلها أكثر كفاءة من" +" وحدات المعالجة المركزية ذات الأغراض العامة للخوارزميات حيث تتم معالجة كتل " +"البيانات الكبيرة بالتوازي. في الكمبيوتر الشخصي ، يمكن أن توجد وحدة معالجة " +"الرسومات على بطاقة فيديو ، أو يمكن تضمينها على اللوحة الأم أو - في وحدات " +"معالجة مركزية معينة - على وحدة المعالجة المركزية تموت. تستخدم بعض العملات " +"الرقمية خوارزميات التعدين التي تعمل بكفاءة على GPUs." #: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" @@ -1845,14 +1833,14 @@ msgstr "اجهزة المحفظة" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" -":ref:`اجهزة المحفظة ` هي من بين أكثر أنواع المحفظة " -"أمانًا لتخزين داش. مفتاحك الخاص محمي داخل قطعة من الأجهزة ، ولا يتعرض " -"أبدًا للانترنت. لا تزال قادرًا على توقيع المعاملات كالمعتاد ، مما يجعلها " -"آمنة ومريحة." +":ref:`اجهزة المحفظة ` هي من بين أكثر أنواع المحفظة أمانًا " +"لتخزين داش. مفتاحك الخاص محمي داخل قطعة من الأجهزة ، ولا يتعرض أبدًا " +"للانترنت. لا تزال قادرًا على توقيع المعاملات كالمعتاد ، مما يجعلها آمنة " +"ومريحة." #: ../../docs/user/introduction/information.rst:775 msgid "Hash" @@ -1860,14 +1848,14 @@ msgstr "تجزئة" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" -"عملية حسابية تأخذ كمية متغيرة من البيانات وتنتج مخرجات أقصر وثابتة الطول." -" وظيفة التجزئة لها ميزتان مهمتان. أولاً ، من الصعب رياضياً تحديد ماهية " +"عملية حسابية تأخذ كمية متغيرة من البيانات وتنتج مخرجات أقصر وثابتة الطول. " +"وظيفة التجزئة لها ميزتان مهمتان. أولاً ، من الصعب رياضياً تحديد ماهية " "المدخلات الأصلية بالنظر إلى الناتج. ثانياً ، سيؤدي تغيير الجزء الأصغر من " "المدخلات إلى إنتاج مخرجات مختلفة تماماً." @@ -1877,8 +1865,8 @@ msgstr "معدل التجزئة" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" "عدد التجزئات التي يمكن تنفيذها بواسطة عامل تعدين داش في فترة زمنية محددة " "(عادةً ما تكون ثانية)." @@ -1889,8 +1877,8 @@ msgstr "نظرة" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" "يستخدم خادم معلومات بلوكشين لتشغيل مستكشف المستكشفين والرد على استعلامات " "المعاملة." @@ -1909,17 +1897,16 @@ msgstr "إرسال فوري " #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" ":ref:`الإرسال الفوري ` تستخدم التقنية شبكة ماسترنود لإدخال " -"\"معاملات المعاملة\" ، مما يمنع داش من أن يُنفق مرتين. على عكس بيتكوين ، " -"حيث يستغرق الأمر ساعة كاملة أو أكثر للمعاملات لتأكيد كامل ، والمعاملات " -"التي تستخدم الإرسال الفوري هي \"مقفلة\" ولا يمكن الرجوع عنها بعد ثوانٍ " -"قليلة فقط." +"\"معاملات المعاملة\" ، مما يمنع داش من أن يُنفق مرتين. على عكس بيتكوين ، حيث" +" يستغرق الأمر ساعة كاملة أو أكثر للمعاملات لتأكيد كامل ، والمعاملات التي " +"تستخدم الإرسال الفوري هي \"مقفلة\" ولا يمكن الرجوع عنها بعد ثوانٍ قليلة فقط." #: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" @@ -1927,16 +1914,15 @@ msgstr "سيولة" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" -"القدرة على شراء وبيع الأصول بسهولة ، مع الأسعار التي تظل متشابهة تقريبًا " -"بين الصفقات. إن وجود مجتمع كبير مناسب من المشترين والبائعين مهم بالنسبة " -"للسيولة. نتيجة لسوق غير سائلة هي تقلبات الأسعار ، وعدم القدرة على تحديد " -"قيمة الأصول بسهولة." +"القدرة على شراء وبيع الأصول بسهولة ، مع الأسعار التي تظل متشابهة تقريبًا بين" +" الصفقات. إن وجود مجتمع كبير مناسب من المشترين والبائعين مهم بالنسبة " +"للسيولة. نتيجة لسوق غير سائلة هي تقلبات الأسعار ، وعدم القدرة على تحديد قيمة" +" الأصول بسهولة." #: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" @@ -1945,13 +1931,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1960,13 +1946,13 @@ msgstr "ماسترنود" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" -":ref:`ماسترنود ` هو نوع خاص من العقدة الكاملة التي " -"تنفذ خدمات للشبكة ويتم دفع جزء من مكافأة الكتلة. يتطلب ماسترنود إثبات " -"ملكية 1000 داش." +":ref:`ماسترنود ` هو نوع خاص من العقدة الكاملة التي تنفذ " +"خدمات للشبكة ويتم دفع جزء من مكافأة الكتلة. يتطلب ماسترنود إثبات ملكية 1000 " +"داش." #: ../../docs/user/introduction/information.rst:825 msgid "" @@ -1980,10 +1966,10 @@ msgstr "تعدين" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -2000,22 +1986,20 @@ msgstr "MultiSig" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" "توفر عناوين التواقيع المتعددة أمانًا إضافيًا من خلال مطالبة العديد من " -"الأشخاص بتوقيع معاملة باستخدام مفتاحهم الخاص قبل إرسال المعاملة. على سبيل" -" المثال ، في :ref:`2-من-3 متعدد التوقيع ` ، يجب على " -"اثنين من أصل ثلاثة موقّعين محتملين التوقيع على صفقة لتتم معالجتها. يتم " -"استخدام عناوين التوقيع المتعدد بشكل شائع من قِبل البورصات والمنظمات " -"الأخرى التي تمتلك مبالغ كبيرة من العملات الأجنبية ، لأنها تجعل السرقة " -"أكثر صعوبة." +"الأشخاص بتوقيع معاملة باستخدام مفتاحهم الخاص قبل إرسال المعاملة. على سبيل " +"المثال ، في :ref:`2-من-3 متعدد التوقيع ` ، يجب على اثنين " +"من أصل ثلاثة موقّعين محتملين التوقيع على صفقة لتتم معالجتها. يتم استخدام " +"عناوين التوقيع المتعدد بشكل شائع من قِبل البورصات والمنظمات الأخرى التي " +"تمتلك مبالغ كبيرة من العملات الأجنبية ، لأنها تجعل السرقة أكثر صعوبة." #: ../../docs/user/introduction/information.rst:846 msgid "Node" @@ -2023,13 +2007,13 @@ msgstr "العقدة" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" -"العقدة هي أي جهاز يقوم بتشغيل برنامج محفظة داش. تعتبر العقد الكاملة عملاء" -" برامج قاموا بتنزيل بلوكشين بالكامل وعرضه على عملاء آخرين على شبكة نظير " -"إلى نظير في داش." +"العقدة هي أي جهاز يقوم بتشغيل برنامج محفظة داش. تعتبر العقد الكاملة عملاء " +"برامج قاموا بتنزيل بلوكشين بالكامل وعرضه على عملاء آخرين على شبكة نظير إلى " +"نظير في داش." #: ../../docs/user/introduction/information.rst:851 msgid "OTC" @@ -2037,17 +2021,17 @@ msgstr "OTC" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" -"الصفقات دون وصفة (OTC) هي الصفقات التي تحدث خارج البورصات. في التجارة " -"خارج البورصة ، يتاجر البائع والبائع مع بعضهم البعض مباشرة ، أو من خلال " -"وسيط. يعتبر التداول خارج البورصة مفيدًا عندما يريد الشخص شراء أو بيع كمية" -" كبيرة من الكودات المخفية ، ويخشى أن يؤدي أمر شراء أو بيع كبير إلى تحريك " -"السعر (يسمى \"الانزلاق\")." +"الصفقات دون وصفة (OTC) هي الصفقات التي تحدث خارج البورصات. في التجارة خارج " +"البورصة ، يتاجر البائع والبائع مع بعضهم البعض مباشرة ، أو من خلال وسيط. " +"يعتبر التداول خارج البورصة مفيدًا عندما يريد الشخص شراء أو بيع كمية كبيرة من" +" الكودات المخفية ، ويخشى أن يؤدي أمر شراء أو بيع كبير إلى تحريك السعر (يسمى " +"\"الانزلاق\")." #: ../../docs/user/introduction/information.rst:858 msgid "P2P" @@ -2055,13 +2039,13 @@ msgstr "P2P" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" -"واحد الى واحد. التفاعلات اللامركزية التي تحدث بين طرفين على الأقل في شبكة" -" شديدة الترابط. نظام بديل لترتيب \"المحور والتحدث\" ، حيث يتعامل جميع " +"واحد الى واحد. التفاعلات اللامركزية التي تحدث بين طرفين على الأقل في شبكة " +"شديدة الترابط. نظام بديل لترتيب \"المحور والتحدث\" ، حيث يتعامل جميع " "المشاركين في المعاملة مع بعضهم البعض من خلال نقطة وساطة واحدة" #: ../../docs/user/introduction/information.rst:864 @@ -2074,9 +2058,9 @@ msgid "" "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -":ref:`المحفظة الورقية ` هي محافظ على الانترنت ، مطبوعة" -" على الورق للسلامة. إذا تم تأمينها وتخزينها بشكل صحيح ، فإنها تعتبر " -"الطريقة الأكثر أمانًا لتخزين العملات الرقمية." +":ref:`المحفظة الورقية ` هي محافظ على الانترنت ، مطبوعة " +"على الورق للسلامة. إذا تم تأمينها وتخزينها بشكل صحيح ، فإنها تعتبر الطريقة " +"الأكثر أمانًا لتخزين العملات الرقمية." #: ../../docs/user/introduction/information.rst:869 msgid "Privacy" @@ -2085,15 +2069,14 @@ msgstr "الإجمالية" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -2102,20 +2085,19 @@ msgstr "المفتاح الخاص" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." -msgstr "" -"`المفتاح الخاص `_ هو رمز مرور أبجدي رقمي طويل يسمح بإنفاق داش. تحتوي كل" -" محفظة داش على مفتاح خاص أو أكثر يتم حفظه في ملف المحفظة. ترتبط المفاتيح " -"الخاصة رياضيا بجميع عناوين داش التي تم إنشاؤها للمحفظة. لأن المفتاح الخاص" -" هو \"التذكرة\" التي تسمح لشخص ما بقضاء داش ، من المهم أن تبقى هذه آمنة " -"وسرية" +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." +msgstr "" +"`المفتاح الخاص `_ " +"هو رمز مرور أبجدي رقمي طويل يسمح بإنفاق داش. تحتوي كل محفظة داش على مفتاح " +"خاص أو أكثر يتم حفظه في ملف المحفظة. ترتبط المفاتيح الخاصة رياضيا بجميع " +"عناوين داش التي تم إنشاؤها للمحفظة. لأن المفتاح الخاص هو \"التذكرة\" التي " +"تسمح لشخص ما بقضاء داش ، من المهم أن تبقى هذه آمنة وسرية" #: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" @@ -2124,8 +2106,8 @@ msgstr "الإرسال المخفي" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -2134,16 +2116,15 @@ msgstr "دليل الخدمة - PoSe" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" -"آلية الإجماع المستخدمة في داش للتحقق من أن ماسترنود قد قدم خدمة غير " -"منقطعة تحقق مستوى أدنى من الجودة للشبكة. إن الحفاظ على هذه الخدمة يسمح " -"لرئيس البلدية بالدخول والانتقال عبر القائمة العامة وفي النهاية إلى مجموعة" -" الاختيار لاستلام الدفعات." +"آلية الإجماع المستخدمة في داش للتحقق من أن ماسترنود قد قدم خدمة غير منقطعة " +"تحقق مستوى أدنى من الجودة للشبكة. إن الحفاظ على هذه الخدمة يسمح لرئيس " +"البلدية بالدخول والانتقال عبر القائمة العامة وفي النهاية إلى مجموعة الاختيار" +" لاستلام الدفعات." #: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" @@ -2151,25 +2132,25 @@ msgstr "دليل على حصة - PoS" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" "آلية الإجماع التي تعتمد على ملكية العملات الرقمية للحفاظ على بلوكشين. في " -"أنظمة إثبات الإثبات ، يمكن لكل مالك للعملة استخدام محفظته \"للحصة\" ، " -"وهناك فرصة ضئيلة لاختيارهم لإنشاء الكتلة التالية وإضافتها إلى السلسلة. " -"بهذه الطريقة يتم الحفاظ على الإجماع عبر جميع العقد. يوفر إثبات المآزق " -"الكهرباء ولا يتطلب أجهزة كمبيوتر متخصصة. ومع ذلك فهي تعاني من العديد من " -"المزالق ، بما في ذلك مشكلة \"لا شيء على المحك\". نظرًا لأنه لا يتم " -"استهلاك الكهرباء ، في حالة حدوث هجوم ، يكون من المفيد حقًا إثبات عقد " -"الاستحقاق \"التصويت\" لقبول كل من السلسلة الشرعية وسلسلة المهاجمين" +"أنظمة إثبات الإثبات ، يمكن لكل مالك للعملة استخدام محفظته \"للحصة\" ، وهناك " +"فرصة ضئيلة لاختيارهم لإنشاء الكتلة التالية وإضافتها إلى السلسلة. بهذه " +"الطريقة يتم الحفاظ على الإجماع عبر جميع العقد. يوفر إثبات المآزق الكهرباء " +"ولا يتطلب أجهزة كمبيوتر متخصصة. ومع ذلك فهي تعاني من العديد من المزالق ، بما" +" في ذلك مشكلة \"لا شيء على المحك\". نظرًا لأنه لا يتم استهلاك الكهرباء ، في " +"حالة حدوث هجوم ، يكون من المفيد حقًا إثبات عقد الاستحقاق \"التصويت\" لقبول " +"كل من السلسلة الشرعية وسلسلة المهاجمين" #: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" @@ -2177,18 +2158,17 @@ msgstr "دليل على العمل - PoW" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" -"آلية الإجماع التي تحافظ على صدق جميع العقد من خلال طلب أن يتم إنفاق " -"الطاقة الحسابية من أجل إنشاء كتل جديدة. يجب على عمال المناجم استخدام " -"معدات باهظة الثمن وحرق الكهرباء لإضافة كتل إلى بلوكشين. وبدون وجود آلية " -"توافقية من نوع ما ، يمكن لأي عقدة أن تضيف كتلًا إلى السلسلة ولن توافق عقد" -" الشبكة أبدًا على السلسلة التي كانت صالحة." +"آلية الإجماع التي تحافظ على صدق جميع العقد من خلال طلب أن يتم إنفاق الطاقة " +"الحسابية من أجل إنشاء كتل جديدة. يجب على عمال المناجم استخدام معدات باهظة " +"الثمن وحرق الكهرباء لإضافة كتل إلى بلوكشين. وبدون وجود آلية توافقية من نوع " +"ما ، يمكن لأي عقدة أن تضيف كتلًا إلى السلسلة ولن توافق عقد الشبكة أبدًا على " +"السلسلة التي كانت صالحة." #: ../../docs/user/introduction/information.rst:924 msgid "Public Key" @@ -2196,15 +2176,14 @@ msgstr "المفتاح العام" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" -"`المفتاح العام `_" -" مشتق من المفتاح الخاص ولكن ليس سرا ويمكن الكشف عنه لأي شخص. عند استخدام " -"مفتاح خاص لتوقيع الرسائل ، يتم استخدام المفتاح العام للتحقق من صحة " -"التوقيع" +"`المفتاح العام `_ " +"مشتق من المفتاح الخاص ولكن ليس سرا ويمكن الكشف عنه لأي شخص. عند استخدام " +"مفتاح خاص لتوقيع الرسائل ، يتم استخدام المفتاح العام للتحقق من صحة التوقيع" #: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" @@ -2212,20 +2191,19 @@ msgstr "ضخ و تفريغ" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" "تضخيم قيمة الأصل المالي الذي تم إنتاجه أو اكتسابه بسعر رخيص ، غالبًا " "باستخدام الدعاية العدوانية والبيانات المضللة. تتسبب الدعاية الآخرين في " "الحصول على الأصول ، مما يزيد من قيمتها. عندما تكون القيمة مرتفعة بما فيه " -"الكفاية ، يقوم الجاني ببيع أصوله ، ويصرف النقد ويغرق السوق ، مما يؤدي إلى" -" انهيار القيمة. هذا أمر شائع خاصة في الأسواق ذات السيولة المنخفضة ، مثل " -"بعض altcoins." +"الكفاية ، يقوم الجاني ببيع أصوله ، ويصرف النقد ويغرق السوق ، مما يؤدي إلى " +"انهيار القيمة. هذا أمر شائع خاصة في الأسواق ذات السيولة المنخفضة ، مثل بعض " +"altcoins." #: ../../docs/user/introduction/information.rst:940 msgid "Quorum" @@ -2233,11 +2211,11 @@ msgstr "Quorum" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" -"مجموعة من ماسترنود توقيع أو التصويت على بعض الإجراءات ، مع تشكيل المجموعة" -" التي تحددها بعض خوارزمية تحديد القيمة" +"مجموعة من ماسترنود توقيع أو التصويت على بعض الإجراءات ، مع تشكيل المجموعة " +"التي تحددها بعض خوارزمية تحديد القيمة" #: ../../docs/user/introduction/information.rst:944 msgid "QR Code" @@ -2247,13 +2225,13 @@ msgstr "الماسح الضوئي" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" -"كتلة رسومية ثنائية الأبعاد تحتوي على نمط أحادي اللون يمثل سلسلة من " -"البيانات. تم تصميم رموز الاستجابة السريعة بحيث يتم مسحها ضوئيًا بواسطة " -"الكاميرات ، بما في ذلك تلك الموجودة في الهواتف المحمولة ، وكثيراً ما " -"تستخدم لترميز عناوين داش." +"كتلة رسومية ثنائية الأبعاد تحتوي على نمط أحادي اللون يمثل سلسلة من البيانات." +" تم تصميم رموز الاستجابة السريعة بحيث يتم مسحها ضوئيًا بواسطة الكاميرات ، " +"بما في ذلك تلك الموجودة في الهواتف المحمولة ، وكثيراً ما تستخدم لترميز " +"عناوين داش." #: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" @@ -2261,13 +2239,13 @@ msgstr "ساتوشي ناكامو" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" -"`ساتوشي ناكامو `_ هو " -"الاسم الذي يستخدمه الشخص أو الأشخاص الذين صمموا بيتكوين وأنشأوا تطبيقه " -"المرجعي الأصلي." +"`ساتوشي ناكامو `_ هو الاسم " +"الذي يستخدمه الشخص أو الأشخاص الذين صمموا بيتكوين وأنشأوا تطبيقه المرجعي " +"الأصلي." #: ../../docs/user/introduction/information.rst:955 msgid "SDK" @@ -2279,8 +2257,8 @@ msgid "" "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -"مجموعة تطوير البرمجيات. مجموعة من الأدوات والشفرات والوثائق المستخدمة من " -"قبل المطورين لإنشاء تطبيقات تستهدف نظامًا معينًا للأجهزة أو البرامج." +"مجموعة تطوير البرمجيات. مجموعة من الأدوات والشفرات والوثائق المستخدمة من قبل" +" المطورين لإنشاء تطبيقات تستهدف نظامًا معينًا للأجهزة أو البرامج." #: ../../docs/user/introduction/information.rst:960 msgid "Signaling" @@ -2288,12 +2266,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -2303,12 +2280,12 @@ msgstr "عرض الدولة" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" -"تم تطبيق الحالة الحالية لكافة كائنات البيانات بمجرد أن يتم تغييرها " -"بالكامل من حالات الانتقال إلى الحالة. تستخدم في تطور لتحديد ما ينبغي عرضه" -" في محفظة اجتماعية معينة ، على سبيل المثال." +"تم تطبيق الحالة الحالية لكافة كائنات البيانات بمجرد أن يتم تغييرها بالكامل " +"من حالات الانتقال إلى الحالة. تستخدم في تطور لتحديد ما ينبغي عرضه في محفظة " +"اجتماعية معينة ، على سبيل المثال." #: ../../docs/user/introduction/information.rst:972 msgid "Spork" @@ -2318,30 +2295,29 @@ msgstr "Spork" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." -msgstr "" -"أنشأ فريق التطوير داش آلية تعرف باسم \":ref:`spork `\" التي يتم " -"من خلالها إصدار الشفرة المحدثة إلى الشبكة ، ولكن لا يتم تنشيطها على الفور" -" (أو \"فرضها\"). يتم إرسال الاتصالات إلى المستخدمين لإعلامهم بالتغيير " -"والحاجة إليهم لتحديث عملائهم. يقوم أولئك الذين يقومون بتحديث عملائهم " -"بتشغيل التعليمات البرمجية الجديدة ، ولكن في حالة حدوث أخطاء مع هذا الرمز " -"الجديد ، لا يتم منع كتل العميل من قبل الشبكة ويتم تجنب الشوك غير " -"المقصودة. يمكن بعد ذلك جمع البيانات حول الخطأ وإعادة توجيهها إلى فريق " -"التطوير. بمجرد اقتناع فريق التطوير باستقرار الشفرة الجديدة في بيئة الشبكة" -" الرئيسية - وحالما يتم التوصل إلى توافق في الآراء مقبول على الشبكة - يمكن" -" تفعيل تطبيق الشفرة المحدّثة عن بُعد. في حالة حدوث مشكلات ، يمكن إلغاء " -"تنشيط التعليمة البرمجية بنفس الطريقة ، دون الحاجة إلى التراجع عن تحديث " -"الشبكة أو تحديث العميل." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." +msgstr "" +"أنشأ فريق التطوير داش آلية تعرف باسم \":ref:`spork `\" التي يتم من " +"خلالها إصدار الشفرة المحدثة إلى الشبكة ، ولكن لا يتم تنشيطها على الفور (أو " +"\"فرضها\"). يتم إرسال الاتصالات إلى المستخدمين لإعلامهم بالتغيير والحاجة " +"إليهم لتحديث عملائهم. يقوم أولئك الذين يقومون بتحديث عملائهم بتشغيل " +"التعليمات البرمجية الجديدة ، ولكن في حالة حدوث أخطاء مع هذا الرمز الجديد ، " +"لا يتم منع كتل العميل من قبل الشبكة ويتم تجنب الشوك غير المقصودة. يمكن بعد " +"ذلك جمع البيانات حول الخطأ وإعادة توجيهها إلى فريق التطوير. بمجرد اقتناع " +"فريق التطوير باستقرار الشفرة الجديدة في بيئة الشبكة الرئيسية - وحالما يتم " +"التوصل إلى توافق في الآراء مقبول على الشبكة - يمكن تفعيل تطبيق الشفرة " +"المحدّثة عن بُعد. في حالة حدوث مشكلات ، يمكن إلغاء تنشيط التعليمة البرمجية " +"بنفس الطريقة ، دون الحاجة إلى التراجع عن تحديث الشبكة أو تحديث العميل." #: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" @@ -2349,8 +2325,8 @@ msgstr "عملات ملوثة" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" "Taint عبارة عن مقياس للعلاقة بين عنوانين (محفظة). من المهم فقط إذا كان " "المستخدم يحاول أن يبقى مجهولاً." @@ -2370,14 +2346,14 @@ msgstr "إختبار الأنترنيت" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" -":ref:`Testnet ` هي شبكة فقط للاختبار (موازية لل mainnet) ، " -"ومحافظ الاختبار ، واختبار العملات ، واختبار ماسترنود ، وعمال المناجم " -"والاختبار ، ومستخدمي الاختبار جميع محاكاة نظرائهم mainnet في بيئة آمنة " -"حيث الأخطاء أو الشوك ليست ضارة." +":ref:`Testnet ` هي شبكة فقط للاختبار (موازية لل mainnet) ، ومحافظ " +"الاختبار ، واختبار العملات ، واختبار ماسترنود ، وعمال المناجم والاختبار ، " +"ومستخدمي الاختبار جميع محاكاة نظرائهم mainnet في بيئة آمنة حيث الأخطاء أو " +"الشوك ليست ضارة." #: ../../docs/user/introduction/information.rst:1001 msgid "Tor" @@ -2385,11 +2361,10 @@ msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" -"بروتوكول توجيه مجهول يستخدمه الأشخاص الذين يريدون إخفاء هويتهم عبر " -"الإنترنت." +"بروتوكول توجيه مجهول يستخدمه الأشخاص الذين يريدون إخفاء هويتهم عبر الإنترنت." #: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" @@ -2397,20 +2372,19 @@ msgstr "المعاملة" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" -"بعض حركة البيانات على دفتر سجلات بلوكشين الموزعة. يمكن تقسيم المعاملات " -"إلى المعاملات الكلاسيكية والخاصة. على غرار بيتكوين ، تقوم المعاملات " -"الكلاسيكية بتحويل الأرصدة بين العناوين على بلوكشين. تحتوي المعاملات " -"الخاصة على حمولة إضافية بالتنسيق المحدد بواسطة `DIP2 " -"`_, ويمكن " -"استخدامها لإدارة مستخدمي بلوكشين ، على سبيل المثال." +"بعض حركة البيانات على دفتر سجلات بلوكشين الموزعة. يمكن تقسيم المعاملات إلى " +"المعاملات الكلاسيكية والخاصة. على غرار بيتكوين ، تقوم المعاملات الكلاسيكية " +"بتحويل الأرصدة بين العناوين على بلوكشين. تحتوي المعاملات الخاصة على حمولة " +"إضافية بالتنسيق المحدد بواسطة `DIP2 " +"`_, ويمكن استخدامها" +" لإدارة مستخدمي بلوكشين ، على سبيل المثال." #: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" @@ -2418,11 +2392,11 @@ msgstr "كتلة المعاملة" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" -"مجموعة من المعاملات على شبكة داش ، تجمع في كتلة يمكن تجزئتها ثم إضافتها " -"إلى بلوكشين." +"مجموعة من المعاملات على شبكة داش ، تجمع في كتلة يمكن تجزئتها ثم إضافتها إلى " +"بلوكشين." #: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" @@ -2430,13 +2404,13 @@ msgstr "رسوم المعاملة" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" -":ref:`رسوم صغيرة ` تفرض على بعض المعاملات المرسلة عبر شبكة داش. يتم" -" منح رسوم المعاملة إلى عامل التعدين الذي يقوم بنجاح بتجميع الكتلة " -"المحتوية على المعاملة ذات الصلة." +":ref:`رسوم صغيرة ` تفرض على بعض المعاملات المرسلة عبر شبكة داش. يتم " +"منح رسوم المعاملة إلى عامل التعدين الذي يقوم بنجاح بتجميع الكتلة المحتوية " +"على المعاملة ذات الصلة." #: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" @@ -2444,13 +2418,13 @@ msgstr "معاملة غيى مأكدة" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -"المعاملات التي لا يتم معالجتها بعد بواسطة عمال المناجم أو التي يتم " -"الاحتفاظ بها عبر الإرسال الفوري \"غير مؤكدة على بلوكشين\". يمكن عكس " -"المعاملات غير المؤكدة ولا ينبغي اعتبارها \"نهائية\"." +"المعاملات التي لا يتم معالجتها بعد بواسطة عمال المناجم أو التي يتم الاحتفاظ " +"بها عبر الإرسال الفوري \"غير مؤكدة على بلوكشين\". يمكن عكس المعاملات غير " +"المؤكدة ولا ينبغي اعتبارها \"نهائية\"." #: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" @@ -2466,11 +2440,11 @@ msgstr "عذراء داش" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" -"تلقى داش كمكافأة للتعدين كتلة أو تشغيل ماسترنود. هذه لم تنفق حتى الآن في " -"أي مكان وهي \"عذراء\"." +"تلقى داش كمكافأة للتعدين كتلة أو تشغيل ماسترنود. هذه لم تنفق حتى الآن في أي " +"مكان وهي \"عذراء\"." #: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" @@ -2478,8 +2452,8 @@ msgstr "التقلب" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "قياس تحركات الأسعار بمرور الوقت لأصول مالية متداولة (بما في ذلك داش)." #: ../../docs/user/introduction/information.rst:1039 @@ -2493,8 +2467,8 @@ msgid "" "balances (and transactions) associated with those addresses." msgstr "" "طريقة تخزين داش للاستخدام في وقت لاحق. تحتفظ المحفظة بالمفاتيح الخاصة " -"المرتبطة بعناوين داش. و بلوكشين هو سجل لأرصدة داش (والمعاملات) المرتبطة " -"بهذه العناوين." +"المرتبطة بعناوين داش. و بلوكشين هو سجل لأرصدة داش (والمعاملات) المرتبطة بهذه" +" العناوين." #: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" @@ -2503,15 +2477,14 @@ msgstr "معلومات عن العملة " #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" -"`المحفظة الورقية `_ هو عبارة " -"عن تقرير أو دليل رسمي يخبر القراء بإيجاز عن قضية معقدة ويعرض فلسفة هيئة " -"الإصدار حول هذه المسألة. الغرض منه هو مساعدة القراء على فهم مشكلة أو حل " -"مشكلة أو اتخاذ قرار." +"`المحفظة الورقية `_ هو عبارة عن " +"تقرير أو دليل رسمي يخبر القراء بإيجاز عن قضية معقدة ويعرض فلسفة هيئة الإصدار" +" حول هذه المسألة. الغرض منه هو مساعدة القراء على فهم مشكلة أو حل مشكلة أو " +"اتخاذ قرار." #: ../../docs/user/introduction/information.rst:1051 msgid "X11" @@ -2519,11 +2492,11 @@ msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" -":ref:`X11 ` هو خوارزمية التجزئة التي تم إنشاؤها " -"بواسطة المطور داش كور ايفان دوفيلد." +":ref:`X11 ` هو خوارزمية التجزئة التي تم إنشاؤها بواسطة " +"المطور داش كور ايفان دوفيلد." #: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" @@ -2531,11 +2504,11 @@ msgstr "صفر تأكيدات" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" -"هذه صفقة دون أي تأكيدات من بلوكشين. يمكن عكسها من الناحية الفنية (ما لم " -"يتم استخدام الإرسال الفوري)." +"هذه صفقة دون أي تأكيدات من بلوكشين. يمكن عكسها من الناحية الفنية (ما لم يتم " +"استخدام الإرسال الفوري)." #: ../../docs/user/introduction/information.rst:1059 msgid "vin" @@ -2543,14 +2516,14 @@ msgstr "vin" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" -"تتكون المعاملة (tx) من واحد أو أكثر من المدخلات ومخرجات واحدة أو أكثر. " -"vin هي قائمة المدخلات إلى المعاملة ، و vout هي قائمة المخرجات. يتطلب " -"ماسترنود 1000 داش فين (بالضبط هذا المبلغ) من أجل العمل." +"تتكون المعاملة (tx) من واحد أو أكثر من المدخلات ومخرجات واحدة أو أكثر. vin " +"هي قائمة المدخلات إلى المعاملة ، و vout هي قائمة المخرجات. يتطلب ماسترنود " +"1000 داش فين (بالضبط هذا المبلغ) من أجل العمل." #: ../../docs/user/introduction/information.rst:1065 msgid "VMN" @@ -2562,142 +2535,5 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" -"ماسترنود الوهمية - محاكي ماسترنود مستقل في JavaScript يحاكي وظائف Layer " -"1-3 Evolution لتصميم DAP وتطويره واختباره." - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**المؤسسة.** https://www.dashfoundation.io " - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "**Dash News En Español:** https://dashnewsespanol.com" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "**Dash News Germany:** https://dash-news.de" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "**Dash Vietnam:** https://dashvn.blogspot.com" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "**Dash France:** https://dashfrance.com/" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "https://www.cryptonator.com/widget" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - +"ماسترنود الوهمية - محاكي ماسترنود مستقل في JavaScript يحاكي وظائف Layer 1-3 " +"Evolution لتصميم DAP وتطويره واختباره." diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po index 95a95ccd3..009d066aa 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/legal.po b/locale/ar/LC_MESSAGES/docs/user/legal.po index 9e04644bd..3375aa0d9 100644 --- a/locale/ar/LC_MESSAGES/docs/user/legal.po +++ b/locale/ar/LC_MESSAGES/docs/user/legal.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/marketing.po b/locale/ar/LC_MESSAGES/docs/user/marketing.po index 907a99747..208250e4c 100644 --- a/locale/ar/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ar/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po index 9f10752fa..49d6f265c 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "يمكن أن تساعدك خدمات استضافة ماسترنود في إعداد وصون داش ماسترنود" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -41,17 +40,17 @@ msgstr "خدمات الاستضافة" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." -msgstr "" -"يقدم العديد من أعضاء مجتمع داش خدمات استضافة ماسترنود. يمكن تحقيق هذه " -"الخدمة بشكل آمن دون أن يتخلى العميل عن السيطرة على 1000 داش المطلوب " -"للضمانات. لأسباب أمنية ، يوصى بشدة بالاحتفاظ بالضمانات على محفظة الأجهزة " -"عند الاستفادة من خدمة الاستضافة. تتوفر قائمة بخدمات استضافة ماسترنود " -"المتاحة حاليًا أدناه." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." +msgstr "" +"يقدم العديد من أعضاء مجتمع داش خدمات استضافة ماسترنود. يمكن تحقيق هذه الخدمة" +" بشكل آمن دون أن يتخلى العميل عن السيطرة على 1000 داش المطلوب للضمانات. " +"لأسباب أمنية ، يوصى بشدة بالاحتفاظ بالضمانات على محفظة الأجهزة عند الاستفادة" +" من خدمة الاستضافة. تتوفر قائمة بخدمات استضافة ماسترنود المتاحة حاليًا " +"أدناه." #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" @@ -59,11 +58,11 @@ msgstr "قائمة خدمات الاستضافة" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" -"**إخلاء المسؤولية**: قد تكون شركة داش كور تابعة لأعضاء هذه المجتمع ، " -"ولكنها لا تشارك في توفير أي من هذه الخدمات." +"**إخلاء المسؤولية**: قد تكون شركة داش كور تابعة لأعضاء هذه المجتمع ، ولكنها " +"لا تشارك في توفير أي من هذه الخدمات." #: ../../docs/user/masternodes/hosting.rst:26 msgid "CrowdNode" @@ -84,7 +83,6 @@ msgid "Services: Hosting, Shares" msgstr "الخدمات: الاستضافة ، الأسهم" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -210,7 +208,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -247,7 +244,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -373,8 +369,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -389,35 +385,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "أرسل 1000 داش إلى عنوان تتحكم فيه في معاملة واحدة وانتظر 15 تأكيدًا" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -427,76 +422,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po index b4a112c04..afd2d021d 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" @@ -21,13 +21,13 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." msgstr "مقدمة للوثائق حول كيفية إعداد وتشغيل ماسترنود لـ عملة داش." -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "داش، ماسترنود، المستضيف، لينكس، الدفع، التنزيل" diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/maintenance.po index 7a4c5475e..ba5b93f5c 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,36 +1,35 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" "يتضمن الحفاظ على داش ماسترنود مواكبة أحدث إصدار ، والتصويت والتعامل مع " "المدفوعات" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -42,16 +41,16 @@ msgstr "الصيانة" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" -"يتطلب ماسترنود إجراء صيانة دورية لضمان عدم إسقاط قائمة انتظار الدفع. " -"ويتضمن ذلك تثبيت التحديثات على الفور ، بالإضافة إلى الحفاظ على أمان " -"الخادم وأدائه. بالإضافة إلى ذلك ، يجب أن تصوت ماسترنود على مقترحات وأداء " -"مهام أخرى في مصلحة الشبكة وقيمة داش يحملونها." +"يتطلب ماسترنود إجراء صيانة دورية لضمان عدم إسقاط قائمة انتظار الدفع. ويتضمن " +"ذلك تثبيت التحديثات على الفور ، بالإضافة إلى الحفاظ على أمان الخادم وأدائه. " +"بالإضافة إلى ذلك ، يجب أن تصوت ماسترنود على مقترحات وأداء مهام أخرى في مصلحة" +" الشبكة وقيمة داش يحملونها." #: ../../docs/user/masternodes/maintenance.rst:21 msgid "Masternode Software Update" @@ -61,10 +60,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -73,10 +72,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -85,19 +84,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -113,7 +110,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -122,16 +120,16 @@ msgstr "إعادت داش::" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" "سترى رسالة تنص على \"بدء تشغيل وحدة خدمة الأساسية الأساسية\". سنقوم الآن " "بتحديث الأمان ::" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -144,21 +142,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -168,14 +165,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -197,17 +194,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -224,8 +220,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -235,24 +231,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -263,8 +259,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -285,20 +281,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -308,16 +304,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -341,8 +335,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -354,27 +348,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -384,13 +376,13 @@ msgstr "داش سنترال و التصويت والتحقق والرصد" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" -"داش سنترال هو موقع مدعوم من قبل المجتمع المدار من قبل عضو المجتمع رانجو. " -"لقد أصبح موقعًا * واقعيًا * لمناقشة مقترحات الميزانية وتسهيل عملية " -"التصويت من واجهة مستخدم رسومية ، ولكنه يوفر أيضًا وظائف لمراقبة الأعداد." +"داش سنترال هو موقع مدعوم من قبل المجتمع المدار من قبل عضو المجتمع رانجو. لقد" +" أصبح موقعًا * واقعيًا * لمناقشة مقترحات الميزانية وتسهيل عملية التصويت من " +"واجهة مستخدم رسومية ، ولكنه يوفر أيضًا وظائف لمراقبة الأعداد." #: ../../docs/user/masternodes/maintenance.rst:262 msgid "Adding your masternode to DashCentral" @@ -399,14 +391,14 @@ msgstr "إضافة ماستؤنود الخاص بك إلى داش سنترال" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" -msgstr "" -"`داش سنترال `_ يسمح لك بالتصويت على " -"المقترحات من راحة متصفحك. بعد الانتهاء `التسجيل " +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" +msgstr "" +"`داش سنترال `_ يسمح لك بالتصويت على المقترحات " +"من راحة متصفحك. بعد الانتهاء `التسجيل " "`_, إدخب إلى `ماسترنود " "`_ الصفحة وانقر على زر **إضافة " "ماسترنود الآن**. أدخل عنوان الضمان الخاص بك على الشاشة التالية:" @@ -417,9 +409,9 @@ msgstr "اضافة ماسترنود فب داش سنترال" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." -msgstr "انقر **إضافة ماسترنود**. تمت إضافة ماسترنود الخاص بك الآن إلى داش سنترال." +"Click **Add masternode**. Your masternode has now been added to DashCentral." +msgstr "" +"انقر **إضافة ماسترنود**. تمت إضافة ماسترنود الخاص بك الآن إلى داش سنترال." #: ../../docs/user/masternodes/maintenance.rst:280 msgid "Enabling voting from DashCentral" @@ -427,11 +419,11 @@ msgstr "تمكين التصويت من داش سنترال" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" "انقر فوق **تحرير** تحت **مفاتيح الخصوصية الخاصة بالتصويت** لإدخال مفتاحك " "الخاص الرئيسي لتمكين التصويت عبر واجهة الويب داش سنترال. أدخل عبارة مرور " @@ -446,21 +438,21 @@ msgstr "إضافة مفاتيح حرة للتصويت إلى داش سنترال #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" "من المهم ملاحظة أن المفتاح الخاص لبدء تشغيل ماسترنود لا يرتبط بالمفاتيح " -"الخاصة لعنوان الضمان الذي يخزن 1000 داش. يمكن استخدام هذه المفاتيح لإصدار" -" الأوامر نيابة عن ماسترنود ، مثل التصويت ، ولكن لا يمكن استخدامها للوصول " -"إلى الضمانات. يتم تشفير المفاتيح على جهازك ولا يتم تخزينها كنص عادي على " -"خوادم داش سنترال. بمجرد إدخال المفتاح ، انقر فوق **قم بتخزين مفاتيح تجزئة" -" التصويت المشفرة على الخادم**. يمكنك الآن التصويت على المقترحات من واجهة " -"الويب داش سنترال" +"الخاصة لعنوان الضمان الذي يخزن 1000 داش. يمكن استخدام هذه المفاتيح لإصدار " +"الأوامر نيابة عن ماسترنود ، مثل التصويت ، ولكن لا يمكن استخدامها للوصول إلى " +"الضمانات. يتم تشفير المفاتيح على جهازك ولا يتم تخزينها كنص عادي على خوادم " +"داش سنترال. بمجرد إدخال المفتاح ، انقر فوق **قم بتخزين مفاتيح تجزئة التصويت " +"المشفرة على الخادم**. يمكنك الآن التصويت على المقترحات من واجهة الويب داش " +"سنترال" #: ../../docs/user/masternodes/maintenance.rst:304 msgid "Verifying ownership" @@ -468,9 +460,9 @@ msgstr "التحقق من الملكية" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" "يمكنك أيضًا إصدار رسالة من عنوانك لإثبات ملكية الرمز الخاص بك إلى داش " "سنترال. انقر غير محقق **تحت الملكية** وستظهر الشاشة التالية:" @@ -481,20 +473,20 @@ msgstr "التحقق من ملكية ماسترنود الخاص بك إلى د #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" -msgstr "" -"تظهر تعليمات حول كيفية توقيع عنوان الضمان الخاص بك باستخدام محفظة برامج. " -"إذا كنت تستخدم محفظة أجهزة أخرى غير Trezor ، فستحتاج إلى استخدام تطبيق " -"DMT لتوقيع العنوان. إذا كنت تستخدم محفظة الأجهزة Trezor ، انتقل إلى الخاص" -" بك `محفظة تريزو `_, انسخ عنوان الضمانات وانقر" -" على **تسجيل والتحقق**. ستظهر الشاشة التالية ، حيث يمكنك إدخال الرسالة " -"المقدمة من داش سنترال والعنوان الذي ترغب في توقيعه:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" +msgstr "" +"تظهر تعليمات حول كيفية توقيع عنوان الضمان الخاص بك باستخدام محفظة برامج. إذا" +" كنت تستخدم محفظة أجهزة أخرى غير Trezor ، فستحتاج إلى استخدام تطبيق DMT " +"لتوقيع العنوان. إذا كنت تستخدم محفظة الأجهزة Trezor ، انتقل إلى الخاص بك " +"`محفظة تريزو `_, انسخ عنوان الضمانات وانقر على " +"**تسجيل والتحقق**. ستظهر الشاشة التالية ، حيث يمكنك إدخال الرسالة المقدمة من" +" داش سنترال والعنوان الذي ترغب في توقيعه:" #: ../../docs/user/masternodes/maintenance.rst:326 msgid "Signing a message from the Trezor Wallet" @@ -502,15 +494,15 @@ msgstr "توقيع رسالة من محفظة Trezor" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" -"انقر فوق **تسجيل** ، قم بالتأكيد على جهاز Trezor وأدخل رقم التعريف الشخصي" -" الخاص بك لتوقيع الرسالة. سيظهر توقيع الرسالة في المربع **الإمظاء**. انسخ" -" هذا التوقيع والصقه في المربع الموجود على داش سنترال وانقر على **التحقق " -"من الملكية**. اكتمل التحقق الآن." +"انقر فوق **تسجيل** ، قم بالتأكيد على جهاز Trezor وأدخل رقم التعريف الشخصي " +"الخاص بك لتوقيع الرسالة. سيظهر توقيع الرسالة في المربع **الإمظاء**. انسخ هذا" +" التوقيع والصقه في المربع الموجود على داش سنترال وانقر على **التحقق من " +"الملكية**. اكتمل التحقق الآن." #: ../../docs/user/masternodes/maintenance.rst:336 msgid "Masternode ownership has been successfully verified" @@ -529,11 +521,11 @@ msgid "" "key, adding a PIN to your account if necessary. Scroll to the following " "screen:" msgstr "" -"يقدم داش سنترال خدمة لمراقبة ماسترنود الخاص بك ، إعادة تشغيل داش تلقائيا " -"في حالة حدوث تعطل وإرسال البريد الإلكتروني في حالة حدوث خطأ. اذهب الى " -"`إعدادات الحساب `_ الصفحة " -"وإنشاء مفتاح جديد لواجهة برمجة التطبيقات ، مع إضافة رقم تعريف شخصي إلى " -"حسابك إذا لزم الأمر. قم بالتمرير إلى الشاشة التالية:" +"يقدم داش سنترال خدمة لمراقبة ماسترنود الخاص بك ، إعادة تشغيل داش تلقائيا في " +"حالة حدوث تعطل وإرسال البريد الإلكتروني في حالة حدوث خطأ. اذهب الى `إعدادات " +"الحساب `_ الصفحة وإنشاء مفتاح جديد" +" لواجهة برمجة التطبيقات ، مع إضافة رقم تعريف شخصي إلى حسابك إذا لزم الأمر. " +"قم بالتمرير إلى الشاشة التالية:" #: ../../docs/user/masternodes/maintenance.rst:351 msgid "Setting up the DashCentral monitoring script" @@ -542,12 +534,12 @@ msgstr "إعداد البرنامج النصي لمراقبة داش سنترا #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" "انسخ الرابط إلى الإصدار الحالي من البرنامج النصي داش سنترال بالنقر بزر " -"الماوس الأيمن وتحديد **نسخ عنوان الرابط**. فتح PuTTY والاتصال بك ماسترنود" -" ، ثم اكتب ::" +"الماوس الأيمن وتحديد **نسخ عنوان الرابط**. فتح PuTTY والاتصال بك ماسترنود ، " +"ثم اكتب ::" #: ../../docs/user/masternodes/maintenance.rst:359 msgid "" @@ -566,18 +558,18 @@ msgid "" "Copy the values for ``rpcuser`` and ``rpcpassword``. Then edit the " "dashcentral configuration by typing::" msgstr "" -"انسخ قيم ``rpcuser`` و ``rpcpassword``. ثم تحرير التكوين داش سنترال " -"بكتابة ::" +"انسخ قيم ``rpcuser`` و ``rpcpassword``. ثم تحرير التكوين داش سنترال بكتابة " +"::" #: ../../docs/user/masternodes/maintenance.rst:373 msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" -"استبدل القيم الخاصة بـ ``api_key`` ، والعنوان الضمني لرنايتك البريدية ، و" -" ``rpc_user`` ، و ``rpc_password`` ، و ``daemon_binary`` ، و " +"استبدل القيم الخاصة بـ ``api_key`` ، والعنوان الضمني لرنايتك البريدية ، و " +"``rpc_user`` ، و ``rpc_password`` ، و ``daemon_binary`` ، و " "``daemon_datadir`` وفقًا للنظام الخاص بك. قد يبدو الشكل الشائع ، حيث " "``lwhite`` اسم مستخدم لينكس ، كما يلي:" @@ -588,13 +580,13 @@ msgstr "داش سنترال ملف التكوين التحديث" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" -"اضغط على **Ctrl + X** للخروج ، وتأكد من أنك تريد الحفظ مع **Y** ثم اضغط " -"على **اضغط**. اختبار التكوين الخاص بك عن طريق تشغيل البرنامج النصي داش " -"سنترال ، ثم تحقق من الموقع. إذا نجحت ، سترى أنه قد تم إرسال تحديث ::" +"اضغط على **Ctrl + X** للخروج ، وتأكد من أنك تريد الحفظ مع **Y** ثم اضغط على " +"**اضغط**. اختبار التكوين الخاص بك عن طريق تشغيل البرنامج النصي داش سنترال ، " +"ثم تحقق من الموقع. إذا نجحت ، سترى أنه قد تم إرسال تحديث ::" #: ../../docs/user/masternodes/maintenance.rst:416 msgid "Manually testing the DashCentral updater" @@ -608,16 +600,16 @@ msgstr "لقد قام محدث داش سنترال بإرسال البيانات msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" "بمجرد التحقق من عمل التهيئة ، يمكننا تحرير crontab على النظام الخاص بك " -"لجدولة البرنامج النصي dcupdater لتشغيل كل 2 دقائق. وهذا يسمح للنظام " -"بإعطائك إنذارًا مبكرًا في حالة حدوث خطأ وسيعيد تشغيل البرنامج الخفي إذا " -"تم تعليقه أو تعطله. هذه طريقة فعالة للتأكد من عدم قيامك بإسقاط قائمة " -"انتظار الدفع. اكتب الأمر التالي ::" +"لجدولة البرنامج النصي dcupdater لتشغيل كل 2 دقائق. وهذا يسمح للنظام بإعطائك " +"إنذارًا مبكرًا في حالة حدوث خطأ وسيعيد تشغيل البرنامج الخفي إذا تم تعليقه أو" +" تعطله. هذه طريقة فعالة للتأكد من عدم قيامك بإسقاط قائمة انتظار الدفع. اكتب " +"الأمر التالي ::" #: ../../docs/user/masternodes/maintenance.rst:433 msgid "" @@ -625,8 +617,8 @@ msgid "" "after the line for sentinel, replacing lwhite with your username on your " "system::" msgstr "" -"حدد محررًا إذا لزم الأمر وأضف السطر التالي إلى ملف crontab بعد سطر الحارس" -" ، واستبدل lwhite باسم المستخدم على نظامك:" +"حدد محررًا إذا لزم الأمر وأضف السطر التالي إلى ملف crontab بعد سطر الحارس ، " +"واستبدل lwhite باسم المستخدم على نظامك:" #: ../../docs/user/masternodes/maintenance.rst:442 msgid "Editing crontab to run the DashCentral updater automatically" @@ -638,10 +630,9 @@ msgid "" "**Enter**. The dcupdater script will now run every two minutes, restart " "dashd whenever necessary and email you in the event of an error." msgstr "" -"اضغط على **Ctrl + X** للخروج ، وتأكد من أنك تريد الحفظ مع **Y** ثم اضغط " -"على **اضغط**. سيتم تشغيل البرنامج النصي لـ dcupdater الآن كل دقيقتين ، " -"وأعد تشغيل dashd عند الضرورة ، ثم أرسل رسالة بريد إلكتروني إليك في حالة " -"حدوث خطأ." +"اضغط على **Ctrl + X** للخروج ، وتأكد من أنك تريد الحفظ مع **Y** ثم اضغط على " +"**اضغط**. سيتم تشغيل البرنامج النصي لـ dcupdater الآن كل دقيقتين ، وأعد " +"تشغيل dashd عند الضرورة ، ثم أرسل رسالة بريد إلكتروني إليك في حالة حدوث خطأ." #: ../../docs/user/masternodes/maintenance.rst:449 msgid "Masternode monitoring tools" @@ -661,52 +652,52 @@ msgstr "مستكشف الكتلة" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" -"بما أن داش عبارة عن بلوكشين عام ، فمن الممكن استخدام مستكشفين مستعرضين " -"لعرض أرصدة أي عنوان عام من داش ، بالإضافة إلى فحص المعاملات التي تم " -"إدخالها في أي كتلة معينة. كل معاملة فريدة من نوعها هي أيضا قابلة للبحث عن" -" طريق سداسي. يتوفر عدد من المستكشفين المحظورين لشبكة داش." +"بما أن داش عبارة عن بلوكشين عام ، فمن الممكن استخدام مستكشفين مستعرضين لعرض " +"أرصدة أي عنوان عام من داش ، بالإضافة إلى فحص المعاملات التي تم إدخالها في أي" +" كتلة معينة. كل معاملة فريدة من نوعها هي أيضا قابلة للبحث عن طريق سداسي. " +"يتوفر عدد من المستكشفين المحظورين لشبكة داش." #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" "`CryptoID `__ . يقدم `مستكشف داش " "`__ و `وظيفة " -"`__ لعرض وتعيين " -"ماسترنود داش." +"`__ لعرض وتعيين ماسترنود " +"داش." #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" "`BitInfoCharts `_ يقدم `صفحة " -"`_ من إحصاءات الأسعار والمعلومات و " -"`مستكشف بلوكشين `__." +"`_ من إحصاءات الأسعار والمعلومات و `مستكشف " +"بلوكشين `__." #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" -"`CoinCheckup `__ يقدم مجموعة " -"من الإحصاءات والبيانات حول معظم بلوكشين ، بما في ذلك داش." +"`CoinCheckup `__ يقدم مجموعة من " +"الإحصاءات والبيانات حول معظم بلوكشين ، بما في ذلك داش." #: ../../docs/user/masternodes/maintenance.rst:475 msgid "" @@ -733,16 +724,16 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" "يتيح لك ادوات ماسترنود داش (DMT) ، الذي قام بكتابته وصيانته من قبل عضو " -"المجتمع Bertrand256 ، بدء تشغيل رمز حديث من جميع محافظ الأجهزة الرئيسية " -"مثل Trezor و Ledger و KeepKey. كما يدعم الوظائف للتصويت على المقترحات " -"وسحب المدفوعات ماسترنود دون التأثير على الصفقة الضمانات." +"المجتمع Bertrand256 ، بدء تشغيل رمز حديث من جميع محافظ الأجهزة الرئيسية مثل " +"Trezor و Ledger و KeepKey. كما يدعم الوظائف للتصويت على المقترحات وسحب " +"المدفوعات ماسترنود دون التأثير على الصفقة الضمانات." #: ../../docs/user/masternodes/maintenance.rst:495 msgid "DASH Ninja" @@ -755,17 +746,15 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." -msgstr "" -"يقدم داش نينجا ، الذي يديره عضو في المنتدى ومطور داش كور elbereth ، " -"إحصائيات أساسية حول اعتماد إصدارات مختلفة من داش عبر شبكة ماسترنود. تتوفر" -" أيضًا العديد من الميزات لمراقبة حوكمة داش والجدول الزمني للدفع في " -"ماسترنود والتوزيع الجغرافي للغة ماسترنود ، بالإضافة إلى مستكشف بلوكشين " -"بسيط." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." +msgstr "" +"يقدم داش نينجا ، الذي يديره عضو في المنتدى ومطور داش كور elbereth ، إحصائيات" +" أساسية حول اعتماد إصدارات مختلفة من داش عبر شبكة ماسترنود. تتوفر أيضًا " +"العديد من الميزات لمراقبة حوكمة داش والجدول الزمني للدفع في ماسترنود " +"والتوزيع الجغرافي للغة ماسترنود ، بالإضافة إلى مستكشف بلوكشين بسيط." #: ../../docs/user/masternodes/maintenance.rst:507 msgid "DashCentral" @@ -777,9 +766,9 @@ msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -793,8 +782,8 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -807,32 +796,12 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" -"يقدم هذا الموقع ، الذي يديره عضو في المنتدى وتتويج مطور داش كور ، تمثيلًا" -" مرئيًا للعديد من الإحصاءات الرئيسية لشبكة ماسترنود داش ، بما في ذلك " -"الرسوم البيانية لإجمالي عدد ماسترنود مع مرور الوقت ، ومعلومات عن الأسعار " -"وتوزيع الشبكة." - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" +"يقدم هذا الموقع ، الذي يديره عضو في المنتدى وتتويج مطور داش كور ، تمثيلًا " +"مرئيًا للعديد من الإحصاءات الرئيسية لشبكة ماسترنود داش ، بما في ذلك الرسوم " +"البيانية لإجمالي عدد ماسترنود مع مرور الوقت ، ومعلومات عن الأسعار وتوزيع " +"الشبكة." diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po index 58b1573c5..820ac178e 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,30 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ar\n" -"Language-Team: ar \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Hasna Brania , 2023\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -35,154 +36,178 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"يتطلب إعداد ماسترنود فهمًا أساسيًا لتكنولوجيا لينكس و بلوكشين ، بالإضافة إلى" +" القدرة على اتباع الإرشادات عن كثب. كما يتطلب صيانة دورية وأمنًا دقيقًا ، " +"خاصةً إذا كنت لا تقوم بتخزين داش على محفظة الأجهزة. هناك بعض القرارات التي " +"يجب اتخاذها على طول الطريق ، والخطوات الإضافية الاختيارية التي يجب اتخاذها " +"لزيادة الأمان." #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 msgid "Set up your VPS" -msgstr "" +msgstr "تتبيث VPS الخاصة بك" #: ../../docs/user/masternodes/server-config.rst:28 msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 msgid "Vultr server location selection screen" -msgstr "" +msgstr "شاشة اختيار موقع خادم Vultr" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 msgid "Vultr server type selection screen" -msgstr "" +msgstr "شاشة اختيار نوع الخادم Vultr" #: ../../docs/user/masternodes/server-config.rst:67 msgid "Select a server size offering at least 2GB of memory." -msgstr "" +msgstr "حدد حجم خادم يوفر ذاكرة 2 غيغابايت على الأقل." #: ../../docs/user/masternodes/server-config.rst:72 msgid "Vultr server size selection screen" -msgstr "" +msgstr "شاشة اختيار حجم الخادم Vultr" #: ../../docs/user/masternodes/server-config.rst:74 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" +"أدخل اسم المضيف وتسمية الخادم الخاص بك. في هذا المثال ، سنستخدم ``dashmn1`` " +"كاسم مضيف." #: ../../docs/user/masternodes/server-config.rst:80 msgid "Vultr server hostname & label selection screen" -msgstr "" +msgstr "شاشة اختيار تسمية مضيف خادم Vultr" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" +"سوف Vultr الآن تثبيت الخادم الخاص بك. قد تستغرق هذه العملية بضع دقائق." #: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server installation screen" -msgstr "" +msgstr "شاشة تثبيت خادم Vultr" #: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" +"انقر فوق **ادارة** عند اكتمال التثبيت وتحيط علما بعنوان IP واسم المستخدم " +"وكلمة المرور." #: ../../docs/user/masternodes/server-config.rst:95 msgid "Vultr server management screen" -msgstr "" +msgstr "شاشة إدارة خادم Vultr" #: ../../docs/user/masternodes/server-config.rst:100 msgid "Set up your operating system" -msgstr "" +msgstr "قم بإعداد نظام التشغيل الخاص بك" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" +"سنبدأ بالاتصال بخادمك الجديد الذي تم توفيره. على ويندوز ، سنقوم أولاً بتنزيل" +" تطبيق يسمى PuTTY للاتصال بالخادم. اذهب الى `تحميل " +"`_ وحدد مثبت" +" MSI المناسب لنظامك. على ماك أو لينكس يمكنك ssh مباشرة من المحطة - ببساطة " +"اكتب ``ssh root@ `` و ادخل الرقم السري للإنتهاء." #: ../../docs/user/masternodes/server-config.rst:113 msgid "PuTTY download page" -msgstr "" +msgstr "صفحة التحميل PuTTY" #: ../../docs/user/masternodes/server-config.rst:115 msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" +"انقر نقرًا مزدوجًا فوق الملف الذي تم تنزيله لتثبيت PuTTY ، ثم قم بتشغيل " +"التطبيق من قائمة بدأ ادخل عنوان IP الخاص بالخادم في الحقل **اسم المضيف** " +"وانقر فوق **فتح**. قد تشاهد تحذيرًا بوجود شهادة ، نظرًا لأن هذه هي المرة " +"الأولى التي تتصل فيها بهذا الخادم. يمكنك النقر بأمان **نعم** للوثوق بهذا " +"الخادم في المستقبل." #: ../../docs/user/masternodes/server-config.rst:124 msgid "PuTTY security alert when connecting to a new server" -msgstr "" +msgstr "تنبيه الأمان PuTTY عند الاتصال بخادم جديد" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" +"أنت الآن متصل بخادمك ويجب أن تشاهد نافذة طرفية. قم بتسجيل الدخول إلى الخادم " +" الخاص بك باستخدام المستخدم ``root`` وكلمة المرور التي قدمها مزود خدمة " +"الاستضافة الخاص بك." #: ../../docs/user/masternodes/server-config.rst:133 msgid "Password challenge when connecting to your VPS for the first time" -msgstr "" +msgstr "تحديت كلمة المرور عند الاتصال بـ VPS الخاص بك لأول مرة" #: ../../docs/user/masternodes/server-config.rst:137 msgid "Set up users" @@ -190,28 +215,39 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" +"يجب تغيير كلمة مرور الجذر فوراً وتخزينها في مكان آمن للأمان. يمكنك نسخ أي من" +" الأوامر التالية ولصقها من خلال تحديدها في المستعرض الخاص بك ، بالضغط على " +"**Ctrl + C** ، ثم التبديل إلى نافذة PuTTY والنقر بزر الماوس الأيمن في " +"النافذة. سيتم لصق النص في موقع المؤشر الحالي ::" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" +"أدخل كلمة مرور جديدة وقم بتأكيدها (يفضل أن تكون طويلة ومولدة بشكل عشوائي). " +"بعد ذلك سننشئ مستخدمًا جديدًا باستخدام الأمر التالي ، مع استبداله " +"```` مع اسم مستخدم من اختيارك ::" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" +"ستتم مطالبتك بكلمة مرور. أدخل وتأكد باستخدام كلمة مرور جديدة (مختلفة عن كلمة" +" مرور الجذر) وقم بتخزينها في مكان آمن. سترى أيضًا مطالبات بمعلومات المستخدم " +"، ولكن يمكن ترك هذا فارغًا. بمجرد أن يتم إنشاء المستخدم ، سنقوم  بإضافتهم " +"إلى المجموعة sudo بحيث يمكنهم تنفيذ الأوامر كجذر" #: ../../docs/user/masternodes/server-config.rst:163 msgid "Update the system" @@ -219,9 +255,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" +"الآن ، بينما لا يزال الجذر ، سنقوم بتحديث النظام من مستودع حزمة أوبونتو ::" #: ../../docs/user/masternodes/server-config.rst:171 msgid "" @@ -235,19 +272,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 #: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" -msgstr "" +msgstr "(اضغط **Y** و **ادخل** للتأكيد)" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -264,16 +300,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"أضف السطر التالي في نهاية الملف (اضغط على Tab لفصل كل كلمة / رقم) ، ثم اضغط " +"**Ctrl + X** لإغلاق المحرر ، ثم **Y** و **ادخل** احفظ الملف ." #: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" @@ -281,9 +319,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -296,8 +334,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -308,15 +346,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -334,11 +372,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index b70c8dc69..b9ff85607 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,32 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Leon White , 2023 +# Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ar\n" -"Language-Team: ar \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Hasna Brania , 2023\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -36,34 +38,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" -msgstr "" +msgstr "قبل البدأ" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -75,10 +77,12 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"محفظة لتخزين داش الخاص بك ، ويفضل أن تكون محفظة الأجهزة ، على الرغم من أن " +"محفظة داش كور تدعم أيضا" #: ../../docs/user/masternodes/setup-evonode.rst:36 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "خادم لينكس ، يفضل أن يكون خادمًا خاصًا افتراضيًا (VPS)" #: ../../docs/user/masternodes/setup-evonode.rst:38 msgid "" @@ -99,9 +103,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -110,39 +114,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "" +msgstr "أرسل الضمانات" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -151,17 +155,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -172,53 +176,55 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"بمجرد ظهور المعاملة ، انقر فوق رمز QR الموجود على اليسار لعرض المعاملة على " +"بلوكشين. أبقِ هذه النافذة مفتوحة عندما نكمل الخطوات التالية ، حيث سنحتاج " +"قريبًا إلى تأكيد وجود 15 تأكيدًا ، كما هو موضح في الصورة التالية." #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" +msgstr "مستكشف Trezor بلوكشين يعرض 15 تأكيدًا لنقل الضمانات" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "شاشة بدء تشغيل أداة ماسترنود داش" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "ماسترنود داش أداة تأكيد الاتصال ناجحة" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -227,18 +233,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -247,8 +253,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -257,46 +263,46 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"افتح محفظة داش كور وانتظر حتى تتم مزامنتها مع الشبكة. يجب أن تبدو مثل هذه " +"عندما تكون جاهزة:" #: ../../docs/user/masternodes/setup-evonode.rst:172 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "متزامن تماما داش كور المحفظة" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -305,14 +311,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -325,19 +329,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -346,16 +349,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -365,32 +368,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "داش كور" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -407,13 +409,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "قم بإنشاء ملف تكوين باستخدام الأمر التالي:" #: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" @@ -422,36 +424,40 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" +"سوف تظهر نافذة المحرر. نحتاج الآن إلى إنشاء ملف تكوين يحدد عدة متغيرات. قم " +"بنسخ النص التالي ولصقه للبدء ، ثم استبدل المتغيرات الخاصة بالتكوين كما يلي:" #: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "استبدل الحقول التي تحمل علامة ``XXXXXXX`` كما يلي:" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" +"``rpcuser``: أدخل أي سلسلة من الأرقام أو الحروف ، لا يسمح بالحروف الخاصة" #: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: أدخل أي سلسلة من الأرقام أو الحروف ، لا يسمح بالحروف الخاصة" #: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip``: هذا هو عنوان IP الخاص بـ VPS الخاص بك" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" -msgstr "" +msgstr "إدخال بيانات المفتاح في dash.conf على ماسترنود" #: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" @@ -459,6 +465,8 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"اضغط على **Ctrl + X** لإغلاق المحرر و **Y** و **ادخل** احفظ الملف. يمكنك " +"الآن بدء تشغيل داش على ماسترنود لتبدأ التزامن مع بلوكشين ::" #: ../../docs/user/masternodes/setup-evonode.rst:345 msgid "You will see a message reading **Dash Core server starting**." @@ -466,41 +474,47 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "الحماية" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"سترى رسالة تقرأ **dashd لم تتم مزامنتها مع الشبكة! في انتظار المزامنة " +"الكاملة قبل تشغيل Sentinel** أضف dashd إلى crontab للتأكد من أنه يعمل كل " +"دقيقة للتحقق من ماسترنود الخاص بك ::" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" -msgstr "" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" +msgstr "اختر nano كمحرر وأدخل الأسطر التالية في نهاية الملف ::" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" +"اضغط على ادخل لتتأكد من وجود سطر فارغ في نهاية الملف ، ثم اضغط **Ctrl + X** " +"لإغلاق المحرر و **Y** و **ادخل** احفظ الملف. نحتاج الآن إلى الانتظار للحصول " +"على 15 تأكيدًا لمعاملة الضمانات لإكمالها ، والانتظار حتى تنتهي عملية بلوكشين" +" من المزامنة على ماسترنود. يمكنك استخدام الأوامر التالية لمراقبة التقدم ::" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" -msgstr "" +msgid "" +"When synchronisation is complete, you should see the following response::" +msgstr "عند اكتمال المزامنة ، سترى الاستجابة التالية:" #: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" @@ -508,8 +522,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -518,9 +532,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -557,11 +571,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -574,11 +588,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -594,30 +608,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -631,8 +643,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -641,41 +653,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -684,6 +695,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"في هذه المرحلة ، يمكنك الخروج من الخادم بأمان عن طريق كتابة ``exit`` . " +"تهانينا! الخاص بك ماسترنود قيد التشغيل الآن." #: ../../docs/user/masternodes/setup-evonode.rst:533 msgid "Option 2: Registering from dashmate" @@ -693,8 +706,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -714,9 +727,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -726,23 +739,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -751,10 +764,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -771,8 +784,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -781,9 +794,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -792,8 +805,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -804,18 +817,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -834,16 +846,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -852,8 +864,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -864,14 +876,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -884,10 +896,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -897,9 +908,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -908,9 +919,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -926,9 +937,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -939,8 +950,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -962,12 +973,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -978,20 +989,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1014,14 +1025,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1032,10 +1043,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1061,13 +1072,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1082,185 +1093,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" -msgstr "" +msgstr "أين:" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index e84f676d9..1cbb7b44c 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -38,8 +38,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -48,12 +48,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -62,9 +62,9 @@ msgstr "قبل البدأ" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -76,8 +76,8 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" -"محفظة لتخزين داش الخاص بك ، ويفضل أن تكون محفظة الأجهزة ، على الرغم من أن" -" محفظة داش كور تدعم أيضا" +"محفظة لتخزين داش الخاص بك ، ويفضل أن تكون محفظة الأجهزة ، على الرغم من أن " +"محفظة داش كور تدعم أيضا" #: ../../docs/user/masternodes/setup-testnet.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" @@ -102,22 +102,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "خطوات تهيئة أداة ماسترنود داش" +msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -126,16 +125,15 @@ msgstr "أرسل الضمانات" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -144,53 +142,52 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "تريزور محفظة تلقي علامة التبويب تظهر بنجاح تلقى ضمانات من 1000 داش" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" -"بمجرد ظهور المعاملة ، انقر فوق رمز QR الموجود على اليسار لعرض المعاملة " -"على بلوكشين. أبقِ هذه النافذة مفتوحة عندما نكمل الخطوات التالية ، حيث " -"سنحتاج قريبًا إلى تأكيد وجود 15 تأكيدًا ، كما هو موضح في الصورة التالية." +"بمجرد ظهور المعاملة ، انقر فوق رمز QR الموجود على اليسار لعرض المعاملة على " +"بلوكشين. أبقِ هذه النافذة مفتوحة عندما نكمل الخطوات التالية ، حيث سنحتاج " +"قريبًا إلى تأكيد وجود 15 تأكيدًا ، كما هو موضح في الصورة التالية." #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "مستكشف Trezor بلوكشين يعرض 15 تأكيدًا لنقل الضمانات" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"بينما ننتظر 15 تأكيدًا ، نزّل أحدث إصدار من أداة ماسترنود داش (DMT) من " -"صفحة إصدارات GitHub `هنا `__. بفك وتشغيل الملف. النافذة التالية تظهر." +"بينما ننتظر 15 تأكيدًا ، نزّل أحدث إصدار من أداة ماسترنود داش (DMT) من صفحة " +"إصدارات GitHub `هنا `__. بفك وتشغيل الملف. النافذة التالية تظهر." #: ../../docs/user/masternodes/setup-testnet.rst:111 msgid "Dash Masternode Tool startup screen" @@ -198,10 +195,10 @@ msgstr "شاشة بدء تشغيل أداة ماسترنود داش" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -210,9 +207,9 @@ msgstr "ماسترنود داش أداة تأكيد الاتصال ناجحة" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -225,24 +222,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -251,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -261,11 +257,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"افتح محفظة داش كور وانتظر حتى تتم مزامنتها مع الشبكة. يجب أن تبدو مثل هذه" -" عندما تكون جاهزة:" +"افتح محفظة داش كور وانتظر حتى تتم مزامنتها مع الشبكة. يجب أن تبدو مثل هذه " +"عندما تكون جاهزة:" #: ../../docs/user/masternodes/setup-testnet.rst:165 msgid "Fully synchronized Dash Core wallet" @@ -273,36 +269,34 @@ msgstr "متزامن تماما داش كور المحفظة" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -314,7 +308,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -323,8 +318,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -336,8 +331,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -349,9 +344,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -397,9 +392,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -408,21 +403,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -441,9 +435,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -452,8 +446,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -466,12 +459,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -481,13 +474,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -514,9 +507,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -525,8 +518,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -537,19 +530,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -568,17 +560,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -587,32 +579,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -624,33 +615,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -661,12 +650,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -677,20 +666,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -713,10 +702,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -742,13 +731,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -763,10 +752,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -775,24 +764,24 @@ msgstr "أين:" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -805,10 +794,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -835,16 +824,16 @@ msgstr "داش كور" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -869,9 +858,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -895,8 +884,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -904,7 +893,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "عند اكتمال المزامنة ، سترى الاستجابة التالية:" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -944,7 +934,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -953,9 +944,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -964,8 +955,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -1009,31 +1000,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1041,7 +1031,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1092,22 +1083,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1121,464 +1111,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "تتبيث VPS الخاصة بك" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "شاشة اختيار موقع خادم Vultr" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "شاشة اختيار نوع الخادم Vultr" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "حدد حجم خادم يوفر ذاكرة 2 غيغابايت على الأقل." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "شاشة اختيار حجم الخادم Vultr" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "أدخل اسم المضيف وتسمية الخادم الخاص " -#~ "بك. في هذا المثال ، سنستخدم " -#~ "``dashmn1`` كاسم مضيف." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "شاشة اختيار تسمية مضيف خادم Vultr" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "سوف Vultr الآن تثبيت الخادم الخاص بك. قد تستغرق هذه العملية بضع دقائق." - -#~ msgid "Vultr server installation screen" -#~ msgstr "شاشة تثبيت خادم Vultr" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "انقر فوق **ادارة** عند اكتمال التثبيت" -#~ " وتحيط علما بعنوان IP واسم المستخدم" -#~ " وكلمة المرور." - -#~ msgid "Vultr server management screen" -#~ msgstr "شاشة إدارة خادم Vultr" - -#~ msgid "Set up your operating system" -#~ msgstr "قم بإعداد نظام التشغيل الخاص بك" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "سنبدأ بالاتصال بخادمك الجديد الذي تم " -#~ "توفيره. على ويندوز ، سنقوم أولاً " -#~ "بتنزيل تطبيق يسمى PuTTY للاتصال بالخادم." -#~ " اذهب الى `تحميل " -#~ "`_ " -#~ "وحدد مثبت MSI المناسب لنظامك. على " -#~ "ماك أو لينكس يمكنك ssh مباشرة من" -#~ " المحطة - ببساطة اكتب ``ssh root@" -#~ " `` و ادخل الرقم السري " -#~ "للإنتهاء." - -#~ msgid "PuTTY download page" -#~ msgstr "صفحة التحميل PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "انقر نقرًا مزدوجًا فوق الملف الذي " -#~ "تم تنزيله لتثبيت PuTTY ، ثم قم " -#~ "بتشغيل التطبيق من قائمة بدأ ادخل " -#~ "عنوان IP الخاص بالخادم في الحقل " -#~ "**اسم المضيف** وانقر فوق **فتح**. قد " -#~ "تشاهد تحذيرًا بوجود شهادة ، نظرًا " -#~ "لأن هذه هي المرة الأولى التي تتصل" -#~ " فيها بهذا الخادم. يمكنك النقر بأمان" -#~ " **نعم** للوثوق بهذا الخادم في " -#~ "المستقبل." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "تنبيه الأمان PuTTY عند الاتصال بخادم جديد" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "تحديت كلمة المرور عند الاتصال بـ VPS الخاص بك لأول مرة" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "يجب تغيير كلمة مرور الجذر فوراً " -#~ "وتخزينها في مكان آمن للأمان. يمكنك " -#~ "نسخ أي من الأوامر التالية ولصقها " -#~ "من خلال تحديدها في المستعرض الخاص " -#~ "بك ، بالضغط على **Ctrl + C** " -#~ "، ثم التبديل إلى نافذة PuTTY " -#~ "والنقر بزر الماوس الأيمن في النافذة. " -#~ "سيتم لصق النص في موقع المؤشر " -#~ "الحالي ::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "أدخل كلمة مرور جديدة وقم بتأكيدها " -#~ "(يفضل أن تكون طويلة ومولدة بشكل " -#~ "عشوائي). بعد ذلك سننشئ مستخدمًا جديدًا" -#~ " باستخدام الأمر التالي ، مع استبداله" -#~ " ```` مع اسم مستخدم من " -#~ "اختيارك ::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "ستتم مطالبتك بكلمة مرور. أدخل وتأكد " -#~ "باستخدام كلمة مرور جديدة (مختلفة عن " -#~ "كلمة مرور الجذر) وقم بتخزينها في " -#~ "مكان آمن. سترى أيضًا مطالبات بمعلومات" -#~ " المستخدم ، ولكن يمكن ترك هذا " -#~ "فارغًا. بمجرد أن يتم إنشاء المستخدم " -#~ "، سنقوم بإضافتهم إلى المجموعة sudo " -#~ "حتى يتمكنوا من تنفيذ الأوامر كجذر " -#~ "::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "الآن ، بينما لا يزال الجذر ، " -#~ "سنقوم بتحديث النظام من مستودع حزمة " -#~ "أوبونتو ::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(اضغط **Y** و **ادخل** للتأكيد)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "أضف السطر التالي في نهاية الملف " -#~ "(اضغط على Tab لفصل كل كلمة / " -#~ "رقم) ، ثم اضغط **Ctrl + X** " -#~ "لإغلاق المحرر ، ثم **Y** و " -#~ "**ادخل** احفظ الملف ." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "سوف PuTTY فصل عند إعادة تمهيد الخادم." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup.po index 888c2aacc..be037539e 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" @@ -31,7 +30,7 @@ msgstr "" "يصف هذا الدليل كيفية إعداد ماسترنود داش. كما يصف خيارات مختلفة للاستضافة " "ومحافظ مختلفة" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -42,27 +41,27 @@ msgstr "التنصيب" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" -"يتطلب إعداد ماسترنود فهمًا أساسيًا لتكنولوجيا لينكس و بلوكشين ، بالإضافة " -"إلى القدرة على اتباع الإرشادات عن كثب. كما يتطلب صيانة دورية وأمنًا " -"دقيقًا ، خاصةً إذا كنت لا تقوم بتخزين داش على محفظة الأجهزة. هناك بعض " -"القرارات التي يجب اتخاذها على طول الطريق ، والخطوات الإضافية الاختيارية " -"التي يجب اتخاذها لزيادة الأمان." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"يتطلب إعداد ماسترنود فهمًا أساسيًا لتكنولوجيا لينكس و بلوكشين ، بالإضافة إلى" +" القدرة على اتباع الإرشادات عن كثب. كما يتطلب صيانة دورية وأمنًا دقيقًا ، " +"خاصةً إذا كنت لا تقوم بتخزين داش على محفظة الأجهزة. هناك بعض القرارات التي " +"يجب اتخاذها على طول الطريق ، والخطوات الإضافية الاختيارية التي يجب اتخاذها " +"لزيادة الأمان." #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -71,9 +70,9 @@ msgstr "قبل البدأ" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -85,8 +84,8 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" -"محفظة لتخزين داش الخاص بك ، ويفضل أن تكون محفظة الأجهزة ، على الرغم من أن" -" محفظة داش كور تدعم أيضا" +"محفظة لتخزين داش الخاص بك ، ويفضل أن تكون محفظة الأجهزة ، على الرغم من أن " +"محفظة داش كور تدعم أيضا" #: ../../docs/user/masternodes/setup.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" @@ -111,22 +110,21 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "خطوات تهيئة أداة ماسترنود داش" +msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -135,27 +133,26 @@ msgstr "أرسل الضمانات" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -164,53 +161,52 @@ msgstr "الخيار 1: الإرسال من محفظة الأجهزة" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "تريزور محفظة تلقي علامة التبويب تظهر بنجاح تلقى ضمانات من 1000 داش" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" -"بمجرد ظهور المعاملة ، انقر فوق رمز QR الموجود على اليسار لعرض المعاملة " -"على بلوكشين. أبقِ هذه النافذة مفتوحة عندما نكمل الخطوات التالية ، حيث " -"سنحتاج قريبًا إلى تأكيد وجود 15 تأكيدًا ، كما هو موضح في الصورة التالية." +"بمجرد ظهور المعاملة ، انقر فوق رمز QR الموجود على اليسار لعرض المعاملة على " +"بلوكشين. أبقِ هذه النافذة مفتوحة عندما نكمل الخطوات التالية ، حيث سنحتاج " +"قريبًا إلى تأكيد وجود 15 تأكيدًا ، كما هو موضح في الصورة التالية." #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "مستكشف Trezor بلوكشين يعرض 15 تأكيدًا لنقل الضمانات" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"بينما ننتظر 15 تأكيدًا ، نزّل أحدث إصدار من أداة ماسترنود داش (DMT) من " -"صفحة إصدارات GitHub `هنا `__. بفك وتشغيل الملف. النافذة التالية تظهر." +"بينما ننتظر 15 تأكيدًا ، نزّل أحدث إصدار من أداة ماسترنود داش (DMT) من صفحة " +"إصدارات GitHub `هنا `__. بفك وتشغيل الملف. النافذة التالية تظهر." #: ../../docs/user/masternodes/setup.rst:116 msgid "Dash Masternode Tool startup screen" @@ -218,10 +214,10 @@ msgstr "شاشة بدء تشغيل أداة ماسترنود داش" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -230,9 +226,9 @@ msgstr "ماسترنود داش أداة تأكيد الاتصال ناجحة" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -245,24 +241,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -271,8 +266,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -281,11 +276,11 @@ msgstr "الخيار 2: إرسال من محفظة داش كور" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"افتح محفظة داش كور وانتظر حتى تتم مزامنتها مع الشبكة. يجب أن تبدو مثل هذه" -" عندما تكون جاهزة:" +"افتح محفظة داش كور وانتظر حتى تتم مزامنتها مع الشبكة. يجب أن تبدو مثل هذه " +"عندما تكون جاهزة:" #: ../../docs/user/masternodes/setup.rst:170 msgid "Fully synchronized Dash Core wallet" @@ -293,36 +288,34 @@ msgstr "متزامن تماما داش كور المحفظة" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -335,14 +328,14 @@ msgid "" "masternodes. If not displaying a GUI, it runs as a daemon on your VPS " "(dashd), controlled by a simple command interface (dash-cli)." msgstr "" -"داش كور هو البرنامج وراء كل من محفظة و داش ماسترنود. إذا لم يتم عرض واجهة" -" المستخدم الرسومية ، فإنه يعمل كخادم على (VPS (dashd ، يتم التحكم فيه " -"بواسطة واجهة أوامر بسيطة (dash-cli)." +"داش كور هو البرنامج وراء كل من محفظة و داش ماسترنود. إذا لم يتم عرض واجهة " +"المستخدم الرسومية ، فإنه يعمل كخادم على (VPS (dashd ، يتم التحكم فيه بواسطة " +"واجهة أوامر بسيطة (dash-cli)." #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -352,15 +345,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -377,19 +370,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -406,8 +398,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -421,9 +413,8 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" -"سوف تظهر نافذة المحرر. نحتاج الآن إلى إنشاء ملف تكوين يحدد عدة متغيرات. " -"قم بنسخ النص التالي ولصقه للبدء ، ثم استبدل المتغيرات الخاصة بالتكوين كما" -" يلي:" +"سوف تظهر نافذة المحرر. نحتاج الآن إلى إنشاء ملف تكوين يحدد عدة متغيرات. قم " +"بنسخ النص التالي ولصقه للبدء ، ثم استبدل المتغيرات الخاصة بالتكوين كما يلي:" #: ../../docs/user/masternodes/setup.rst:285 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" @@ -431,17 +422,17 @@ msgstr "استبدل الحقول التي تحمل علامة ``XXXXXXX`` كم #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" -msgstr "``rpcuser``: أدخل أي سلسلة من الأرقام أو الحروف ، لا يسمح بالحروف الخاصة" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" +msgstr "" +"``rpcuser``: أدخل أي سلسلة من الأرقام أو الحروف ، لا يسمح بالحروف الخاصة" #: ../../docs/user/masternodes/setup.rst:289 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -"``rpcpassword``: أدخل أي سلسلة من الأرقام أو الحروف ، لا يسمح بالحروف " -"الخاصة" +"``rpcpassword``: أدخل أي سلسلة من الأرقام أو الحروف ، لا يسمح بالحروف الخاصة" #: ../../docs/user/masternodes/setup.rst:291 msgid "``externalip``: this is the IP address of your VPS" @@ -449,8 +440,8 @@ msgstr "``externalip``: هذا هو عنوان IP الخاص بـ VPS الخاص #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -468,53 +459,52 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" "سترى رسالة تقرأ **خوادم داش كور تبدأ**. سنقوم الآن بتركيب الحماية ، وهو " -"عبارة عن برنامج يعمل كجهاز مراقبة للاتصال بالشبكة التي تعمل بها العقدة " -"بشكل صحيح ::" +"عبارة عن برنامج يعمل كجهاز مراقبة للاتصال بالشبكة التي تعمل بها العقدة بشكل " +"صحيح ::" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" "سترى رسالة تقرأ **dashd لم تتم مزامنتها مع الشبكة! في انتظار المزامنة " -"الكاملة قبل تشغيل Sentinel** أضف dashd إلى crontab للتأكد من أنه يعمل كل" -" دقيقة للتحقق من ماسترنود الخاص بك ::" +"الكاملة قبل تشغيل Sentinel** أضف dashd إلى crontab للتأكد من أنه يعمل كل " +"دقيقة للتحقق من ماسترنود الخاص بك ::" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "اختر nano كمحرر وأدخل الأسطر التالية في نهاية الملف ::" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" -"اضغط على ادخل لتتأكد من وجود سطر فارغ في نهاية الملف ، ثم اضغط **Ctrl + " -"X** لإغلاق المحرر و **Y** و **ادخل** احفظ الملف. نحتاج الآن إلى الانتظار " -"للحصول على 15 تأكيدًا لمعاملة الضمانات لإكمالها ، والانتظار حتى تنتهي " -"عملية بلوكشين من المزامنة على ماسترنود. يمكنك استخدام الأوامر التالية " -"لمراقبة التقدم ::" +"اضغط على ادخل لتتأكد من وجود سطر فارغ في نهاية الملف ، ثم اضغط **Ctrl + X** " +"لإغلاق المحرر و **Y** و **ادخل** احفظ الملف. نحتاج الآن إلى الانتظار للحصول " +"على 15 تأكيدًا لمعاملة الضمانات لإكمالها ، والانتظار حتى تنتهي عملية بلوكشين" +" من المزامنة على ماسترنود. يمكنك استخدام الأوامر التالية لمراقبة التقدم ::" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "عند اكتمال المزامنة ، سترى الاستجابة التالية:" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -533,9 +523,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -556,12 +546,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -571,44 +561,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -630,9 +619,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -641,8 +630,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -653,24 +642,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -683,22 +671,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -707,32 +695,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -744,33 +731,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -781,12 +766,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -797,20 +782,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -833,10 +818,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -862,13 +847,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -883,10 +868,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -895,31 +880,31 @@ msgstr "أين:" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -928,405 +913,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "تتبيث VPS الخاصة بك" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "شاشة اختيار موقع خادم Vultr" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "شاشة اختيار نوع الخادم Vultr" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "حدد حجم خادم يوفر ذاكرة 2 غيغابايت على الأقل." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "شاشة اختيار حجم الخادم Vultr" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "أدخل اسم المضيف وتسمية الخادم الخاص " -#~ "بك. في هذا المثال ، سنستخدم " -#~ "``dashmn1`` كاسم مضيف." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "شاشة اختيار تسمية مضيف خادم Vultr" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "سوف Vultr الآن تثبيت الخادم الخاص بك. قد تستغرق هذه العملية بضع دقائق." - -#~ msgid "Vultr server installation screen" -#~ msgstr "شاشة تثبيت خادم Vultr" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "انقر فوق **ادارة** عند اكتمال التثبيت" -#~ " وتحيط علما بعنوان IP واسم المستخدم" -#~ " وكلمة المرور." - -#~ msgid "Vultr server management screen" -#~ msgstr "شاشة إدارة خادم Vultr" - -#~ msgid "Set up your operating system" -#~ msgstr "قم بإعداد نظام التشغيل الخاص بك" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "سنبدأ بالاتصال بخادمك الجديد الذي تم " -#~ "توفيره. على ويندوز ، سنقوم أولاً " -#~ "بتنزيل تطبيق يسمى PuTTY للاتصال بالخادم." -#~ " اذهب الى `تحميل " -#~ "`_ " -#~ "وحدد مثبت MSI المناسب لنظامك. على " -#~ "ماك أو لينكس يمكنك ssh مباشرة من" -#~ " المحطة - ببساطة اكتب ``ssh root@" -#~ " `` و ادخل الرقم السري " -#~ "للإنتهاء." - -#~ msgid "PuTTY download page" -#~ msgstr "صفحة التحميل PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "انقر نقرًا مزدوجًا فوق الملف الذي " -#~ "تم تنزيله لتثبيت PuTTY ، ثم قم " -#~ "بتشغيل التطبيق من قائمة بدأ ادخل " -#~ "عنوان IP الخاص بالخادم في الحقل " -#~ "**اسم المضيف** وانقر فوق **فتح**. قد " -#~ "تشاهد تحذيرًا بوجود شهادة ، نظرًا " -#~ "لأن هذه هي المرة الأولى التي تتصل" -#~ " فيها بهذا الخادم. يمكنك النقر بأمان" -#~ " **نعم** للوثوق بهذا الخادم في " -#~ "المستقبل." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "تنبيه الأمان PuTTY عند الاتصال بخادم جديد" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" -#~ "أنت الآن متصل بخادمك ويجب أن تشاهد" -#~ " نافذة طرفية. قم بتسجيل الدخول إلى" -#~ " الخادم  الخاص بك باستخدام المستخدم " -#~ "``root`` وكلمة المرور التي قدمها مزود" -#~ " خدمة الاستضافة الخاص بك." - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "تحديت كلمة المرور عند الاتصال بـ VPS الخاص بك لأول مرة" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "يجب تغيير كلمة مرور الجذر فوراً " -#~ "وتخزينها في مكان آمن للأمان. يمكنك " -#~ "نسخ أي من الأوامر التالية ولصقها " -#~ "من خلال تحديدها في المستعرض الخاص " -#~ "بك ، بالضغط على **Ctrl + C** " -#~ "، ثم التبديل إلى نافذة PuTTY " -#~ "والنقر بزر الماوس الأيمن في النافذة. " -#~ "سيتم لصق النص في موقع المؤشر " -#~ "الحالي ::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "أدخل كلمة مرور جديدة وقم بتأكيدها " -#~ "(يفضل أن تكون طويلة ومولدة بشكل " -#~ "عشوائي). بعد ذلك سننشئ مستخدمًا جديدًا" -#~ " باستخدام الأمر التالي ، مع استبداله" -#~ " ```` مع اسم مستخدم من " -#~ "اختيارك ::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "ستتم مطالبتك بكلمة مرور. أدخل وتأكد " -#~ "باستخدام كلمة مرور جديدة (مختلفة عن " -#~ "كلمة مرور الجذر) وقم بتخزينها في " -#~ "مكان آمن. سترى أيضًا مطالبات بمعلومات" -#~ " المستخدم ، ولكن يمكن ترك هذا " -#~ "فارغًا. بمجرد أن يتم إنشاء المستخدم " -#~ "، سنقوم  بإضافتهم إلى المجموعة sudo " -#~ "بحيث يمكنهم تنفيذ الأوامر كجذر" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "الآن ، بينما لا يزال الجذر ، " -#~ "سنقوم بتحديث النظام من مستودع حزمة " -#~ "أوبونتو ::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" -#~ "سيعرض النظام قائمة الحزم القابلة " -#~ "للترقية. اضغط على **Y** و **اضغط** " -#~ "لتثبيت الحزم. سنقوم الآن بتثبيت جدار " -#~ "حماية (وبعض الحزم الأخرى التي سنستخدمها" -#~ " لاحقًا) ، وإضافة ذاكرة مبادلة وإعادة" -#~ " تشغيل الخادم لتطبيق أي تحديثات " -#~ "ضرورية للنواة ، ثم تسجيل الدخول " -#~ "إلى البيئة المؤمنة حديثًا لدينا كمستخدم" -#~ " جديد:" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(اضغط **Y** و **ادخل** للتأكيد)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "أضف السطر التالي في نهاية الملف " -#~ "(اضغط على Tab لفصل كل كلمة / " -#~ "رقم) ، ثم اضغط **Ctrl + X** " -#~ "لإغلاق المحرر ، ثم **Y** و " -#~ "**ادخل** احفظ الملف ." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "سوف PuTTY فصل عند إعادة تمهيد الخادم." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po index c5f89b897..9cc3d8d2b 100644 --- a/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ar/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Hasna Brania , 2022 +# Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Last-Translator: Hasna Brania , 2023\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -44,108 +43,95 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" -"أصبحت ماسترنود ، التي كانت فريدة من نوعها إلى شبكة داش ، شائعة الآن حيث " -"تم تشبيك التكنولوجيا في بلوكشين أخرى. يصف هذا القسم من الوثائق مبادئ " -"وآليات ماسترنود والخدمات التي يقدمونها لشبكة داش على وجه التحديد." +"أصبحت ماسترنود ، التي كانت فريدة من نوعها إلى شبكة داش ، شائعة الآن حيث تم " +"تشبيك التكنولوجيا في بلوكشين أخرى. يصف هذا القسم من الوثائق مبادئ وآليات " +"ماسترنود والخدمات التي يقدمونها لشبكة داش على وجه التحديد." #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 -#, fuzzy msgid "" "Anyone can run a masternode. The objective is to have enough " "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "" -"يمكن لأي شخص تشغيل ماسترنود. الهدف هو الحصول على ما يكفي من اللامركزية " -"لضمان عدم وجود شخص واحد يسيطر على جزء كبير من ماسترنود. ومع ذلك ، لتجنب " -"انتفاخ الشبكة مع ماسترنود لا لزوم لها أو تشجيع المشغلين المتهورة ، هناك " -"شرط واحد يجب الوفاء به: دليل على ملكية 1000 داش. لا يلزم أن تكون القطع " -"النقدية في العمود الفقري ، ولكن يجب إبقاؤها بطريقة معينة تتسم بالشفافية " -"على الشبكة بالكامل. إذا قام المالك بنقل أو إنفاق تلك القطع النقدية ، فإن " -"ماسترنود يتوقف عن العمل ويتوقف الدفع." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." -msgstr "" -"وجود العديد من الخوادم التي تحمل نسخة كاملة من بلوكشين والعمل للعملة يمكن" -" أن يكون مفيدا للغاية. بفضل نظام المكافآت ، لا يوجد خطر من عدم وجود ما " -"يكفي من ماسترنود ، ويمكن للمطورين الاعتماد عليها بسرعة نشر أي ميزة " -"لامركزية جديدة يريدون تنفيذها. وهنا تكمن القوة الحقيقية لـ داش - وهو نظام" -" محفز للآلاف من الخوادم الموزعة التي تعمل على مدار 24 ساعة طوال 7 أيام " -"الأسبوع ، وهو ما يعني أن داش يمكن أن تتوسع بشكل أكثر كفاءة وتنشر الخدمات " -"بسرعة أكبر من مجموعة من المتطوعين غير المتطوعين. لمزيد من ماسترنود ، أفضل" -" وأكثر أمنا شبكة داش." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." +msgstr "" +"وجود العديد من الخوادم التي تحمل نسخة كاملة من بلوكشين والعمل للعملة يمكن أن" +" يكون مفيدا للغاية. بفضل نظام المكافآت ، لا يوجد خطر من عدم وجود ما يكفي من " +"ماسترنود ، ويمكن للمطورين الاعتماد عليها بسرعة نشر أي ميزة لامركزية جديدة " +"يريدون تنفيذها. وهنا تكمن القوة الحقيقية لـ داش - وهو نظام محفز للآلاف من " +"الخوادم الموزعة التي تعمل على مدار 24 ساعة طوال 7 أيام الأسبوع ، وهو ما يعني" +" أن داش يمكن أن تتوسع بشكل أكثر كفاءة وتنشر الخدمات بسرعة أكبر من مجموعة من " +"المتطوعين غير المتطوعين. لمزيد من ماسترنود ، أفضل وأكثر أمنا شبكة داش." #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -154,15 +140,14 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -#, fuzzy msgid "Masternode" -msgstr "ماسترنود مقابل التعدين" +msgstr "ماسترنود" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" @@ -170,7 +155,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 msgid "Collateral" -msgstr "" +msgstr "جانبية" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" @@ -189,9 +174,8 @@ msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -#, fuzzy msgid "Higher than normal masternodes" -msgstr "مفهوم ماسترنود" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Service" @@ -218,9 +202,8 @@ msgid "Has 4 times the voting power of a normal masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:109 -#, fuzzy msgid "Masternode Concepts" -msgstr "متطلبات ماسترنود" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" @@ -252,10 +235,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -263,58 +245,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -347,11 +328,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -364,75 +344,63 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" "ويستند داش ، مثل بيتكوين ومعظم العملات الرقمية الأخرى ، على دفتر أستاذ " -"لامركزي لجميع المعاملات ، والمعروفة باسم بلوكشين. يتم تأمين هذا بلوكشين " -"من خلال آلية توافق الآراء. في حالة كل من داش و بيتكوين ، فإن آلية التوافق" -" هي دليل العمل (بو) ، :ref:`التعدين ` محاولة حل المشاكل الصعبة مع" -" أجهزة الكمبيوتر المتخصصة ، وعندما يحل المشكلة ، فإنهم يتلقون الحق في " -"إضافة كتلة جديدة إلى بلوكشين. إذا وافق جميع الأشخاص الآخرين الذين يقومون " -"بتشغيل البرنامج على أن المشكلة قد تم حلها بشكل صحيح ، يتم إضافة الكتلة " -"إلى بلوكشين ويتم مكافأة عامل التعدين." +"لامركزي لجميع المعاملات ، والمعروفة باسم بلوكشين. يتم تأمين هذا بلوكشين من " +"خلال آلية توافق الآراء. في حالة كل من داش و بيتكوين ، فإن آلية التوافق هي " +"دليل العمل (بو) ، :ref:`التعدين ` محاولة حل المشاكل الصعبة مع أجهزة " +"الكمبيوتر المتخصصة ، وعندما يحل المشكلة ، فإنهم يتلقون الحق في إضافة كتلة " +"جديدة إلى بلوكشين. إذا وافق جميع الأشخاص الآخرين الذين يقومون بتشغيل " +"البرنامج على أن المشكلة قد تم حلها بشكل صحيح ، يتم إضافة الكتلة إلى بلوكشين " +"ويتم مكافأة عامل التعدين." #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"يشار إلى نظام ماسترنود بأنه إثبات الخدمة (PoSe) ، حيث أن ماسترنود توفر " -"خدمات هامة للشبكة. في الواقع ، يتم الإشراف على الشبكة بأكملها من خلال " -"ماسترنود ، والتي لديها القدرة على رفض الكتل المشكلة بشكل غير صحيح من عمال" -" المناجم. إذا حاول أحد عمال المناجم أخذ المكافأة بأكملها لنفسه أو حاول " -"تشغيل إصدار قديم من برنامج داش ، فإن شبكة ماسترنود ستعمل على عزل هذا " -"الحظر ، ولن تتم إضافته إلى بلوكشين." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"يشار إلى نظام ماسترنود بأنه إثبات الخدمة (PoSe) ، حيث أن ماسترنود توفر خدمات" +" هامة للشبكة. في الواقع ، يتم الإشراف على الشبكة بأكملها من خلال ماسترنود ، " +"والتي لديها القدرة على رفض الكتل المشكلة بشكل غير صحيح من عمال المناجم. إذا " +"حاول أحد عمال المناجم أخذ المكافأة بأكملها لنفسه أو حاول تشغيل إصدار قديم من" +" برنامج داش ، فإن شبكة ماسترنود ستعمل على عزل هذا الحظر ، ولن تتم إضافته إلى" +" بلوكشين." #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"باختصار ، عمال التعدين السلطة الطبقة الأولى ، وهو الإرسال الأساسي واستلام" -" الأموال ومنع مضاعفة الانقراض. ماسترنود السلطة في الطبقة الثانية ، والتي " -"توفر الميزات المضافة التي تجعل داش مختلفة عن العملات الرقمية الأخرى. " -"ماسترنود لا الألغام ، والتعدين أجهزة الكمبيوتر لا يمكن أن تكون بمثابة " -"ماسترنود. بالإضافة إلى ذلك ، يتم تأمين كل ماسترنود بـ 1000 داش. هذه الداش" -" تبقى تحت السيطرة الوحيدة لمالكها في جميع الأوقات ، ولا يزال يمكن إنفاقها" -" بحرية. لا يتم تأمين الأموال بأي شكل من الأشكال. ومع ذلك ، إذا تم نقل " -"الأموال أو إنفاقها ، فستتحول إلى ماسترنود المقترن دون اتصال وتتوقف عن " -"تلقي المكافآت." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" @@ -440,60 +408,56 @@ msgstr "منطق الدفع" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -#, fuzzy msgid "Evonode Payment Logic" -msgstr "منطق الدفع" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -503,24 +467,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -534,18 +497,17 @@ msgstr "اختيار النصاب" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -553,24 +515,20 @@ msgid "Masternode requirements" msgstr "متطلبات ماسترنود" #: ../../docs/user/masternodes/understanding.rst:296 -#, fuzzy msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" -"1000 داش: يمكن القول الجزء الأصعب. يمكن الحصول على داش من التبادلات مثل " -"Poloniex و Bittrex و Kraken و LiveCoin. خدمة Shapeshift هي أيضا وسيلة " -"ممتازة." #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -579,9 +537,9 @@ msgstr "عنوان IP مخصص: تأتي هذه عادةً مع خادم / VPS . #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -601,9 +559,8 @@ msgid "1x 2 GHz" msgstr "1x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:316 -#, fuzzy msgid "2x 2 GHz" -msgstr "1x 2 GHz" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" @@ -643,11 +600,11 @@ msgstr "1 TB/mth" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" -"يتراوح عرض النطاق الترددي ماسترنود بين 300-500 غيغابايت في الشهر ، وسوف " -"تنمو كما تفعل الشبكة." +"يتراوح عرض النطاق الترددي ماسترنود بين 300-500 غيغابايت في الشهر ، وسوف تنمو" +" كما تفعل الشبكة." #: ../../docs/user/masternodes/understanding.rst:329 msgid "Dash Evolution" @@ -655,202 +612,11 @@ msgstr "تورة داش" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "1x 1 GHz" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/mining/index.po b/locale/ar/LC_MESSAGES/docs/user/mining/index.po index 3a4662432..2614e5efc 100644 --- a/locale/ar/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/mining/index.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Zakaria Ab, 2022 # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "معلومات وأدلة حول كيفية استخراج شفرة عملة داش" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -42,62 +41,59 @@ msgstr "تعدين" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" "يشير التعدين في سياق العملات الرقمية مثل داش إلى عملية البحث عن حلول " -"للمشكلات الصعبة المشفرة كطريقة لتأمين الكتل على بلوكشين. عملية التعدين " -"تخلق رموز عملة جديدة كمكافأة لشركة التعدين. التعدين ممكن على مجموعة من " -"الأجهزة. يطبق داش خوارزمية تُعرف باسم :ref:`X11 `, " -"التي يجب على تعدين لحل من أجل كسب المكافآت." +"للمشكلات الصعبة المشفرة كطريقة لتأمين الكتل على بلوكشين. عملية التعدين تخلق " +"رموز عملة جديدة كمكافأة لشركة التعدين. التعدين ممكن على مجموعة من الأجهزة. " +"يطبق داش خوارزمية تُعرف باسم :ref:`X11 `, التي يجب على " +"تعدين لحل من أجل كسب المكافآت." #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." -msgstr "" -"أبسط وأكثر الأجهزة العامة المتاحة للتعدين هو وحدة المعالجة المركزية " -"للأغراض العامة الموجودة في كل جهاز كمبيوتر. تم تصميم وحدة المعالجة " -"المركزية لتكون متعددة الاستخدامات ولكنها توفر كفاءة أقل من وحدة معالجة " -"الرسوميات GPU ، والتي تم تصميمها لحساب ملايين المتجهات بشكل متوازٍ بسرعة." -" في حين أن التحسينات المحددة في تعليمات وحدة المعالجة المركزية المتعلقة " -"بالتشفير مثل AES أو AVX يمكن أن توفر دفعة جيدة ، فإن وحدات معالجة " -"الرسوميات GPU تقدم زيادة كبيرة في الأداء بسبب خطوط الأنابيب المتعددة " -"القادرة على معالجة الحسابات المتكررة المتوقعة المرتبطة بتعدين (التشفير). " -"وأخيرًا ، تكون مواد ASIC غير مرنة نسبيًا ويمكنها فقط معالجة الوظيفة " -"المحددة التي صممت لها ، ولكن بمعدل أسرع من وحدات معالجة الرسوميات ووحدات " -"المعالجة المركزية ذات الأغراض العامة. يتوفر الآن عدد من X11 ASICs في " -"السوق ، والتي سرعان ما جعلت تعدين وحدة المعالجة المركزية ووحدة معالجة " -"الرسومات غير اقتصادي بسبب زيادة صعوبة التجزئة الناتجة عن معدل التجزئة " -"المتزايد بسرعة. والنتيجة هي عملة أكثر أمنا ضد هجمات القوة الغاشمة على " -"بلوكشين داش." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." +msgstr "" +"أبسط وأكثر الأجهزة العامة المتاحة للتعدين هو وحدة المعالجة المركزية للأغراض " +"العامة الموجودة في كل جهاز كمبيوتر. تم تصميم وحدة المعالجة المركزية لتكون " +"متعددة الاستخدامات ولكنها توفر كفاءة أقل من وحدة معالجة الرسوميات GPU ، " +"والتي تم تصميمها لحساب ملايين المتجهات بشكل متوازٍ بسرعة. في حين أن " +"التحسينات المحددة في تعليمات وحدة المعالجة المركزية المتعلقة بالتشفير مثل " +"AES أو AVX يمكن أن توفر دفعة جيدة ، فإن وحدات معالجة الرسوميات GPU تقدم " +"زيادة كبيرة في الأداء بسبب خطوط الأنابيب المتعددة القادرة على معالجة " +"الحسابات المتكررة المتوقعة المرتبطة بتعدين (التشفير). وأخيرًا ، تكون مواد " +"ASIC غير مرنة نسبيًا ويمكنها فقط معالجة الوظيفة المحددة التي صممت لها ، ولكن" +" بمعدل أسرع من وحدات معالجة الرسوميات ووحدات المعالجة المركزية ذات الأغراض " +"العامة. يتوفر الآن عدد من X11 ASICs في السوق ، والتي سرعان ما جعلت تعدين " +"وحدة المعالجة المركزية ووحدة معالجة الرسومات غير اقتصادي بسبب زيادة صعوبة " +"التجزئة الناتجة عن معدل التجزئة المتزايد بسرعة. والنتيجة هي عملة أكثر أمنا " +"ضد هجمات القوة الغاشمة على بلوكشين داش." #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" -"يتم تحديد ربحية التعدين من خلال التجزئة من جهاز التعدين الخاص بك ، وصعوبة" -" الشبكة الحالية وتكاليف الأجهزة والكهرباء. الروابط التالية توفر معلومات " +"يتم تحديد ربحية التعدين من خلال التجزئة من جهاز التعدين الخاص بك ، وصعوبة " +"الشبكة الحالية وتكاليف الأجهزة والكهرباء. الروابط التالية توفر معلومات " "محدثة:" #: ../../docs/user/mining/index.rst:39 @@ -131,72 +127,67 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" "ويستند داش ، مثل بيتكوين ومعظم العملات الرقمية الأخرى ، على دفتر أستاذ " -"لامركزي لجميع المعاملات ، والمعروفة باسم بلوكشين. يتم تأمين هذا بلوكشين " -"من خلال آلية توافق الآراء. في حالة كل من داش و بيتكوين ، فإن آلية التوافق" -" هي (PoW). يحاول عمال المناجم حل المشكلات الصعبة مع أجهزة الكمبيوتر " -"المتخصصة ، وعندما يحلوا المشكلة ، فإنهم يحصلون على حق إضافة كتلة جديدة " -"إلى بلوكشين. إذا وافق جميع الأشخاص الآخرين الذين يقومون بتشغيل البرنامج " -"على أن المشكلة قد تم حلها بشكل صحيح ، يتم إضافة الكتلة إلى بلوكشين ويتم " -"مكافأة عامل المنجم." +"لامركزي لجميع المعاملات ، والمعروفة باسم بلوكشين. يتم تأمين هذا بلوكشين من " +"خلال آلية توافق الآراء. في حالة كل من داش و بيتكوين ، فإن آلية التوافق هي " +"(PoW). يحاول عمال المناجم حل المشكلات الصعبة مع أجهزة الكمبيوتر المتخصصة ، " +"وعندما يحلوا المشكلة ، فإنهم يحصلون على حق إضافة كتلة جديدة إلى بلوكشين. إذا" +" وافق جميع الأشخاص الآخرين الذين يقومون بتشغيل البرنامج على أن المشكلة قد تم" +" حلها بشكل صحيح ، يتم إضافة الكتلة إلى بلوكشين ويتم مكافأة عامل المنجم." #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"يشار إلى نظام ماسترنود بأنه إثبات الخدمة (PoSe) ، حيث أن ماسترنود توفر " -"خدمات هامة للشبكة. في الواقع ، يتم الإشراف على الشبكة بأكملها من خلال " -"ماسترنود ، والتي لديها القدرة على رفض الكتل المشكلة بشكل غير صحيح من عمال" -" المناجم. إذا حاول أحد عمال المناجم أخذ المكافأة بأكملها لنفسه أو حاول " -"تشغيل إصدار قديم من برنامج داش ، فإن شبكة ماسترنود ستعمل على عزل هذا " -"الحظر ، ولن تتم إضافته إلى بلوكشين." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"يشار إلى نظام ماسترنود بأنه إثبات الخدمة (PoSe) ، حيث أن ماسترنود توفر خدمات" +" هامة للشبكة. في الواقع ، يتم الإشراف على الشبكة بأكملها من خلال ماسترنود ، " +"والتي لديها القدرة على رفض الكتل المشكلة بشكل غير صحيح من عمال المناجم. إذا " +"حاول أحد عمال المناجم أخذ المكافأة بأكملها لنفسه أو حاول تشغيل إصدار قديم من" +" برنامج داش ، فإن شبكة ماسترنود ستعمل على عزل هذا الحظر ، ولن تتم إضافته إلى" +" بلوكشين." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"باختصار ، عمال التعدين السلطة الطبقة الأولى ، وهو الإرسال الأساسي واستلام" -" الأموال ومنع مضاعفة الانقراض. ماسترنود السلطة في الطبقة الثانية ، والتي " -"توفر الميزات المضافة التي تجعل داش مختلفة عن العملات الرقمية الأخرى. " -"ماسترنود لا الألغام ، والتعدين أجهزة الكمبيوتر لا يمكن أن تكون بمثابة " -"ماسترنود. بالإضافة إلى ذلك ، يتم تأمين كل ماسترنود بـ 1000 داش. هذه الداش" -" تبقى تحت السيطرة الوحيدة لمالكها في جميع الأوقات ، ولا يزال يمكن إنفاقها" -" بحرية. لا يتم تأمين الأموال بأي شكل من الأشكال. ومع ذلك ، إذا تم نقل " -"الأموال أو إنفاقها ، فستتحول إلى ماسترنود المقترن دون اتصال وتتوقف عن " -"تلقي المكافآت." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." +msgstr "" +"باختصار ، عمال التعدين السلطة الطبقة الأولى ، وهو الإرسال الأساسي واستلام " +"الأموال ومنع مضاعفة الانقراض. ماسترنود السلطة في الطبقة الثانية ، والتي توفر" +" الميزات المضافة التي تجعل داش مختلفة عن العملات الرقمية الأخرى. ماسترنود لا" +" الألغام ، والتعدين أجهزة الكمبيوتر لا يمكن أن تكون بمثابة ماسترنود. " +"بالإضافة إلى ذلك ، يتم تأمين كل ماسترنود بـ 1000 داش. هذه الداش تبقى تحت " +"السيطرة الوحيدة لمالكها في جميع الأوقات ، ولا يزال يمكن إنفاقها بحرية. لا " +"يتم تأمين الأموال بأي شكل من الأشكال. ومع ذلك ، إذا تم نقل الأموال أو " +"إنفاقها ، فستتحول إلى ماسترنود المقترن دون اتصال وتتوقف عن تلقي المكافآت." #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" @@ -205,17 +196,17 @@ msgstr "أماكن التعدين" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" "من المرجح أن تولد التعدين مكافآت أكثر من التعدين المنفرد مباشرة على " "بلوكشين. يتم تشجيع شرطة التعدين باستخدام P2Pool بشدة ، نظرًا لأنها طريقة " -"جيدة لتوزيع قوة التجزئة بدلاً من التركيز عليها. يسرد الموقع التالي " -"مجموعات التعدين داش P2Pool القريبة منك ، ببساطة اختر بركة مع رسوم مواتية " -"ووقت ping وأدخل عنوان دفع داش كاسم مستخدم وكلمة مرور." +"جيدة لتوزيع قوة التجزئة بدلاً من التركيز عليها. يسرد الموقع التالي مجموعات " +"التعدين داش P2Pool القريبة منك ، ببساطة اختر بركة مع رسوم مواتية ووقت ping " +"وأدخل عنوان دفع داش كاسم مستخدم وكلمة مرور." #: ../../docs/user/mining/index.rst:97 msgid "http://www.p2poolmining.us/p2poolnodes/" @@ -223,12 +214,12 @@ msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -289,28 +280,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" -msgstr "" -"إخلاء المسؤولية: يتم توفير هذه القائمة لأغراض إعلامية فقط. الخدمات " -"المذكورة هنا لم يتم تقييمها أو اعتمادها من قبل مطوري داش ولا يتم تقديم " -"أية ضمانات فيما يتعلق بدقة هذه المعلومات. يرجى ممارسة السلطة التقديرية " -"عند استخدام خدمات طرف ثالث. إذا كنت ترغب في أن تتم إضافتك إلى هذه القائمة" -" ، فيرجى التواصل مع leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" +msgstr "" +"إخلاء المسؤولية: يتم توفير هذه القائمة لأغراض إعلامية فقط. الخدمات المذكورة " +"هنا لم يتم تقييمها أو اعتمادها من قبل مطوري داش ولا يتم تقديم أية ضمانات " +"فيما يتعلق بدقة هذه المعلومات. يرجى ممارسة السلطة التقديرية عند استخدام " +"خدمات طرف ثالث. إذا كنت ترغب في أن تتم إضافتك إلى هذه القائمة ، فيرجى " +"التواصل مع leon.white@dash.org" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" -"بالإضافة إلى الانضمام إلى مجموعة ، ستحتاج أيضًا إلى إنشاء عنوان داش " -"لاستلام عائدك. للقيام بذلك في محفظة داش كور ، انظر :ref:`هنا `." +"بالإضافة إلى الانضمام إلى مجموعة ، ستحتاج أيضًا إلى إنشاء عنوان داش لاستلام " +"عائدك. للقيام بذلك في محفظة داش كور ، انظر :ref:`هنا `." #: ../../docs/user/mining/index.rst:143 msgid "CPU Mining" @@ -318,32 +308,31 @@ msgstr "تعدين CPU" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" "تصف هذه الوثائق كيفية التعدين داش تحت نظام التشغيل ويندوز باستخدام وحدة " -"المعالجة المركزية CPU فقط في جهاز الكمبيوتر الخاص بك. يرجى ملاحظة أن معدل" -" انتشار GPU وعمال المناجم ASIC يعني أنه ما لم يكن لديك الكهرباء مجانا ، " -"فمن غير المرجح أن تكون مربحة للغاية! بما أن هذه هي الحالة ، فإن البرنامج " -"في هذا الدليل لم يتم تحديثه في عدة سنوات ، وهو مخصص لأغراض تجريبية و " -"testnet فقط." +"المعالجة المركزية CPU فقط في جهاز الكمبيوتر الخاص بك. يرجى ملاحظة أن معدل " +"انتشار GPU وعمال المناجم ASIC يعني أنه ما لم يكن لديك الكهرباء مجانا ، فمن " +"غير المرجح أن تكون مربحة للغاية! بما أن هذه هي الحالة ، فإن البرنامج في هذا " +"الدليل لم يتم تحديثه في عدة سنوات ، وهو مخصص لأغراض تجريبية و testnet فقط." #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" -"هذا إجراء بسيط إلى حد ما وسيتم إعطاء أمثلة من أجل تحقيق أسرع معدل تجزئة " -"ممكن لوحدة المعالجة المركزية الخاصة بك ، ولكن تذكر أن عمال التعدين الأكثر" -" فعالية موجودون ، لذا ننصحك بمراقبة مواقع التعدين مثل هذه لمواكبة أحدث " -"المعلومات والإصدارات." +"هذا إجراء بسيط إلى حد ما وسيتم إعطاء أمثلة من أجل تحقيق أسرع معدل تجزئة ممكن" +" لوحدة المعالجة المركزية الخاصة بك ، ولكن تذكر أن عمال التعدين الأكثر فعالية" +" موجودون ، لذا ننصحك بمراقبة مواقع التعدين مثل هذه لمواكبة أحدث المعلومات " +"والإصدارات." #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 msgid "`Crypto Mining Blog `_" @@ -383,10 +372,9 @@ msgstr "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -396,11 +384,11 @@ msgstr "CPU-Z تعرض تفاصيل وحدة المعالجة المركزية I #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" -"إذا كانت وحدة المعالجة المركزية لا تدعم AES-NI و AVX ، فيمكنك تجربة برامج" -" أكثر عمومية لا تتطلب مجموعات تعليمات محددة ، مثل:" +"إذا كانت وحدة المعالجة المركزية لا تدعم AES-NI و AVX ، فيمكنك تجربة برامج " +"أكثر عمومية لا تتطلب مجموعات تعليمات محددة ، مثل:" #: ../../docs/user/mining/index.rst:185 msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" @@ -413,17 +401,17 @@ msgstr "https://github.com/tpruvot/cpuminer-multi" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" -"هدفنا هنا هو اختيار برنامج التعدين الذي يدعم مجموعة التعليمات الممكنة " -"القصوى المتوفرة على وحدة المعالجة المركزية الخاصة بك ، ومن ثم محاولة " -"زيادة سرعة التجزئة. بمجرد اختيارك ، انقر فوق **الإصدارات** وقم بتنزيل " -"واستخراج ملف zip. تشير الملفات المختلفة \\*.exe إلى تحسينات المعالجات " -"المحددة التي يدعمونها. يجب أن يبدو المجلد كما يلي:" +"هدفنا هنا هو اختيار برنامج التعدين الذي يدعم مجموعة التعليمات الممكنة القصوى" +" المتوفرة على وحدة المعالجة المركزية الخاصة بك ، ومن ثم محاولة زيادة سرعة " +"التجزئة. بمجرد اختيارك ، انقر فوق **الإصدارات** وقم بتنزيل واستخراج ملف zip." +" تشير الملفات المختلفة \\*.exe إلى تحسينات المعالجات المحددة التي يدعمونها. " +"يجب أن يبدو المجلد كما يلي:" #: ../../docs/user/mining/index.rst:198 msgid "Executable CPU miners for Dash" @@ -435,26 +423,26 @@ msgstr "إدارة الإعدادات" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" "تبدأ باختيار تجمع التعدين وتوليد عنوان داش كما هو موضح في :ref:`اماكن " -"التعدين ` القسم أعلاه. احتفظ بكل ملفات التعدين في مجلد " -"واحد. في هذا المثال ، سنعمل من سطح المكتب. العقدة المحددة لهذا المثال هي " -"من قائمة p2poolming.us وتقع في الصين::" +"التعدين ` القسم أعلاه. احتفظ بكل ملفات التعدين في مجلد واحد. " +"في هذا المثال ، سنعمل من سطح المكتب. العقدة المحددة لهذا المثال هي من قائمة " +"p2poolming.us وتقع في الصين::" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" -"بعد ذلك ، افتح **دفتر الملاحظة** واكتب في سطر واحد الأمر الذي سنستخدمه " -"لبدء عامل التعدين ، متبوعًا بالتوقف المؤقت في السطر الثاني. الشكل العام " -"هو على النحو التالي::" +"بعد ذلك ، افتح **دفتر الملاحظة** واكتب في سطر واحد الأمر الذي سنستخدمه لبدء " +"عامل التعدين ، متبوعًا بالتوقف المؤقت في السطر الثاني. الشكل العام هو على " +"النحو التالي::" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 msgid "Where:" @@ -473,7 +461,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "o = لمجموع التعدين الخاص بك ، بما في ذلك البروتوكول والمنفذ" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "u = اسم المستخدم ، وعادة ما يكون عنوان استلام داش من محفظتك أو العامل" #: ../../docs/user/mining/index.rst:224 @@ -498,13 +487,13 @@ msgstr "ملف المفكرة يظهر مثالا على ذلك لبدء عام #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" -"انقر **ملف** ، ثم **حفظ باسم**. تغيير **حفظ بنوع** إلى **All Files** ، ثم" -" اكتب اسم الملف كـ *startminer.bat* واحفظه في نفس المجلد مثل الملفات " -"*تعدين* غير المضغوطة." +"انقر **ملف** ، ثم **حفظ باسم**. تغيير **حفظ بنوع** إلى **All Files** ، ثم " +"اكتب اسم الملف كـ *startminer.bat* واحفظه في نفس المجلد مثل الملفات *تعدين* " +"غير المضغوطة." #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 msgid "Testing" @@ -513,29 +502,28 @@ msgstr "تجريب" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." -msgstr "" -"أنت الآن على استعداد للبدء! راقب استخدام وحدة المعالجة المركزية في **مدير" -" المهام** (انقر بزر الماوس الأيمن على شريط المهام لفتحه) وكن حذراً من أن " -"درجة حرارة وحدة المعالجة المركزية لا تتجاوز الحد الأقصى لتصنيفك (حوالي 64" -" درجة مئوية). إذا كان لديك مشاكل في درجة الحرارة أو ثبات سطح المكتب ، فقم" -" بتقليل ``t`` إلى ~ 2 من مؤشرات الترابط وحاول ذلك أولاً. إذا تم ترك ``t``" -" خارجًا ، فسيكون الجهاز الافتراضي إلى الحد الأقصى لعدد مؤشرات الترابط. " -"بعد تشغيل عامل المنجم لفترة من الوقت ، ألق نظرة على سرعة التجزئة والعوائد" -" في مجمع التعدين. يمكنك تحديد عامل التعدين الخاص بك عن طريق عنوان المحفظة" -" على الصفحة." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." +msgstr "" +"أنت الآن على استعداد للبدء! راقب استخدام وحدة المعالجة المركزية في **مدير " +"المهام** (انقر بزر الماوس الأيمن على شريط المهام لفتحه) وكن حذراً من أن درجة" +" حرارة وحدة المعالجة المركزية لا تتجاوز الحد الأقصى لتصنيفك (حوالي 64 درجة " +"مئوية). إذا كان لديك مشاكل في درجة الحرارة أو ثبات سطح المكتب ، فقم بتقليل " +"``t`` إلى ~ 2 من مؤشرات الترابط وحاول ذلك أولاً. إذا تم ترك ``t`` خارجًا ، " +"فسيكون الجهاز الافتراضي إلى الحد الأقصى لعدد مؤشرات الترابط. بعد تشغيل عامل " +"المنجم لفترة من الوقت ، ألق نظرة على سرعة التجزئة والعوائد في مجمع التعدين. " +"يمكنك تحديد عامل التعدين الخاص بك عن طريق عنوان المحفظة على الصفحة." #: ../../docs/user/mining/index.rst:257 msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" msgstr "" -"مثال على تعدين وحدة المعالجة المركزية باستخدام دارك كوين CPUMiner 1.3 على" -" Intel Core i7" +"مثال على تعدين وحدة المعالجة المركزية باستخدام دارك كوين CPUMiner 1.3 على " +"Intel Core i7" #: ../../docs/user/mining/index.rst:260 msgid "Tips" @@ -543,32 +531,31 @@ msgstr "Tips" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." -msgstr "" -"قلل عدد مؤشرات الترابط من أجل الاستخدام الإضافي لسطح المكتب وتقليل " -"الحرارة. إذا كانت درجة حرارة وحدة المعالجة المركزية عالية جدًا ، ففكر في " -"تركيب مروحة جديدة وتحقق من أن المعجون الحراري لملء الحرارة في وحدة " -"المعالجة المركزية مناسب. قم بتعديل سرعة ساعة المعالج للحصول على أداء " -"إضافي باستخدام وحدة تحكم اللوحة `تتمة " -"`_ لآسوس اللوحات الأم. سيؤدي " -"خفض الجهد الأساسي لوحدة المعالجة المركزية إلى انخفاض درجة الحرارة ولكن " -"زيادة عدم الاستقرار." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." +msgstr "" +"قلل عدد مؤشرات الترابط من أجل الاستخدام الإضافي لسطح المكتب وتقليل الحرارة. " +"إذا كانت درجة حرارة وحدة المعالجة المركزية عالية جدًا ، ففكر في تركيب مروحة " +"جديدة وتحقق من أن المعجون الحراري لملء الحرارة في وحدة المعالجة المركزية " +"مناسب. قم بتعديل سرعة ساعة المعالج للحصول على أداء إضافي باستخدام وحدة تحكم " +"اللوحة `تتمة `_ لآسوس اللوحات " +"الأم. سيؤدي خفض الجهد الأساسي لوحدة المعالجة المركزية إلى انخفاض درجة " +"الحرارة ولكن زيادة عدم الاستقرار." #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" "حاول تحديد تجمع قريب لتقليل وقت استجابة الشبكة. إذا ظهرت العقدة ببطء ، " -"فانتقل إلى موقع آخر. يرجى توزيع قوة التجزئة عالميا على أماكن مختلفة لتجنب" -" التزوير." +"فانتقل إلى موقع آخر. يرجى توزيع قوة التجزئة عالميا على أماكن مختلفة لتجنب " +"التزوير." #: ../../docs/user/mining/index.rst:277 msgid "GPU Mining" @@ -578,43 +565,41 @@ msgstr "تعدين GPU" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" -"يدمج هذا الدليل العديد من الأدلة الأخرى حول كيفية استخدام GPU (المعالج " -"على بطاقة الرسومات) لإزالة الألغام باستخدام خوارزمية X11 على ويندوز. يرجى" -" ملاحظة أن السوق المتنامية لعمال المناجم ASIC يعني أن هذا ربما لن يكون " -"مربحا! الكثير من البرامج والثنائيات الموصوفة هنا أيضًا لم يتم تحديثها " -"لعدة سنوات ، لذا يجب استخدام هذا الدليل للأغراض التجريبية فقط." +"يدمج هذا الدليل العديد من الأدلة الأخرى حول كيفية استخدام GPU (المعالج على " +"بطاقة الرسومات) لإزالة الألغام باستخدام خوارزمية X11 على ويندوز. يرجى ملاحظة" +" أن السوق المتنامية لعمال المناجم ASIC يعني أن هذا ربما لن يكون مربحا! " +"الكثير من البرامج والثنائيات الموصوفة هنا أيضًا لم يتم تحديثها لعدة سنوات ، " +"لذا يجب استخدام هذا الدليل للأغراض التجريبية فقط." #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" -"سيغطي هذا الدليل عملية تنزيل وتكوين برنامج التعدين ، متبوعًا ببعض " -"الاقتراحات للتحسينات. يمكن أن تتغير هذه التكنولوجيا بسرعة ، لذا ننصحك " -"بمراقبة مواقع التعدين مثل هذه لمواكبة أحدث المعلومات والإصدارات." +"سيغطي هذا الدليل عملية تنزيل وتكوين برنامج التعدين ، متبوعًا ببعض الاقتراحات" +" للتحسينات. يمكن أن تتغير هذه التكنولوجيا بسرعة ، لذا ننصحك بمراقبة مواقع " +"التعدين مثل هذه لمواكبة أحدث المعلومات والإصدارات." #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" -msgstr "" -"أما بالنسبة للتعدين CPU ، تتوفر مجموعة من برامج التعدين لتعدين GPU. أكثر " -"من ذلك على أساس sgminer تجميعها مع تحسينات مختلفة محددة لأجهزة مختلفة. " -"النهج الجيد هو تحديد أجهزة الرسومات الخاصة بك ، ثم اختيار بنية مناسبة من " -"sgminer. يمكنك استخدام `GPU-Z `_ " -"لتحديد جهاز GPU الخاص بك:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" +msgstr "" +"أما بالنسبة للتعدين CPU ، تتوفر مجموعة من برامج التعدين لتعدين GPU. أكثر من " +"ذلك على أساس sgminer تجميعها مع تحسينات مختلفة محددة لأجهزة مختلفة. النهج " +"الجيد هو تحديد أجهزة الرسومات الخاصة بك ، ثم اختيار بنية مناسبة من sgminer. " +"يمكنك استخدام `GPU-Z `_ لتحديد جهاز GPU " +"الخاص بك:" #: ../../docs/user/mining/index.rst:309 msgid "" @@ -624,17 +609,16 @@ msgstr "GPU-Z إظهار تفاصيل ل AMD Radeon Turks و GPID من NVIDIA Qu #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" "بعد ذلك ، قم بتنزيل برنامج التعدين. ويستند معظم هذه على الأصل `sgminer " -"`_, ولكن هذا غير مناسب لخوارزمية " -"X11 ، ولا يقدم ثنائيات مجمعة ولم يتم تحديثه بالسنوات. سنصف استخدام " -"البرامج الثنائية المجمعة مسبقًا والتي يحتفظ بها مطوّرو البرامج الأحدث " -"فقط." +"`_, ولكن هذا غير مناسب لخوارزمية X11" +" ، ولا يقدم ثنائيات مجمعة ولم يتم تحديثه بالسنوات. سنصف استخدام البرامج " +"الثنائية المجمعة مسبقًا والتي يحتفظ بها مطوّرو البرامج الأحدث فقط." #: ../../docs/user/mining/index.rst:318 msgid "**AMD**" @@ -649,24 +633,26 @@ msgid "**NVIDIA**" msgstr "**NVIDIA**" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" -msgstr "https://github.com/tpruvot/ccminer/releases (التركيز على التطبيق الأساسي)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgstr "" +"https://github.com/tpruvot/ccminer/releases (التركيز على التطبيق الأساسي)" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" "https://github.com/sp-hash/ccminer/releases (sp-mod ، نواة CUDA المحسّنة " "لنظام الويندوز)" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" -"قم بتنزيل الإصدار الذي اخترته واستخرج ملف zip إلى موقع معروف. يجب أن يبدو" -" المجلد كما يلي:" +"قم بتنزيل الإصدار الذي اخترته واستخرج ملف zip إلى موقع معروف. يجب أن يبدو " +"المجلد كما يلي:" #: ../../docs/user/mining/index.rst:335 msgid "Executable GPU miners for Dash" @@ -674,44 +660,44 @@ msgstr "عمال التعدين القابل للتنفيذ GPU لداش" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" "ملف sgminer هو الملف القابل للتنفيذ ، في حين أن الملفات المختلفة ذات " -"الامتدادات .cl تحدد الخوارزميات المختلفة المدعومة من sgminer. في هذه " -"الحالة ، نحن مهتمون بتطبيقات darkcoin.cl و darkcoin-mod.cl لـ X11. لاحظ " -"أن اسم الملف القابل للتنفيذ قد يكون مختلفًا بالنسبة إلى عمال المناجم ذوي " -"التحسينات المختلفة ، على سبيل المثال ccminer لبطاقات NVIDIA." +"الامتدادات .cl تحدد الخوارزميات المختلفة المدعومة من sgminer. في هذه الحالة " +"، نحن مهتمون بتطبيقات darkcoin.cl و darkcoin-mod.cl لـ X11. لاحظ أن اسم " +"الملف القابل للتنفيذ قد يكون مختلفًا بالنسبة إلى عمال المناجم ذوي التحسينات " +"المختلفة ، على سبيل المثال ccminer لبطاقات NVIDIA." #: ../../docs/user/mining/index.rst:355 msgid "" "Next, open **Notepad** and create the basic configuration. The general " "format is as follows::" msgstr "" -"بعد ذلك ، افتح **المذكرة** وقم بإنشاء التكوين الأساسي. الشكل العام هو على" -" النحو التالي::" +"بعد ذلك ، افتح **المذكرة** وقم بإنشاء التكوين الأساسي. الشكل العام هو على " +"النحو التالي::" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" "pools = يحدد قائمة من الأماكن (في هذه الحالة ، واحد فقط) يتم توجيه نحو " "السلطة التجزئة" #: ../../docs/user/mining/index.rst:373 msgid "url = URL of your mining pool, including the protocol and port" -msgstr "url = URL الخاص بمجمّع التعدين الخاص بك ، بما في ذلك البروتوكول والمنفذ" +msgstr "" +"url = URL الخاص بمجمّع التعدين الخاص بك ، بما في ذلك البروتوكول والمنفذ" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" -msgstr "user = اسم المستخدم ، وعادة ما يكون عنوان استلام داش من محفظتك أو العامل" +"user = username, usually the Dash receiving address of your wallet or worker" +msgstr "" +"user = اسم المستخدم ، وعادة ما يكون عنوان استلام داش من محفظتك أو العامل" #: ../../docs/user/mining/index.rst:376 msgid "pass = password, can often be set to x" @@ -719,11 +705,11 @@ msgstr "pass = كلمة المرور ، يمكن تعيينها إلى x" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" -"algorithm = خوارزمية التجزئة لاستخدامها ، في هذه الحالة دارك كوين (لأسباب" -" تاريخية) أو darkcoin-mod" +"algorithm = خوارزمية التجزئة لاستخدامها ، في هذه الحالة دارك كوين (لأسباب " +"تاريخية) أو darkcoin-mod" #: ../../docs/user/mining/index.rst:380 msgid "For the pool above, the configuration may be:" @@ -735,34 +721,34 @@ msgstr "ملف التكوين لعمال النظافة داش GPU" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" -"انقر **ملف** ، ثم **حفظ باسم**. قم بتغيير **حفظ بنوع** إلى **جميع " -"الملفات** ، ثم اكتب اسم الملف كـ *sgminer.conf* واحفظه في نفس المجلد مثل " -"ملفات *sgminer* التي تم فك ضغطها." +"انقر **ملف** ، ثم **حفظ باسم**. قم بتغيير **حفظ بنوع** إلى **جميع الملفات** " +"، ثم اكتب اسم الملف كـ *sgminer.conf* واحفظه في نفس المجلد مثل ملفات " +"*sgminer* التي تم فك ضغطها." #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" -"انقر نقرًا مزدوجًا فوق *sgminer.exe* وستظهر نافذة **Prompted** فوراً. إذا" -" كان يختفي بسرعة كبيرة ، فتحقق من التهيئة لفواصل مفقودة أو أقواس غير " -"مُسجّلة أو اسم ملف غير صحيح. سيقوم البرنامج بتجميع ثنائي خاص إلى GPU " -"الخاص بك وتخزينه في المجلد ، ثم يبدأ التجزئة." +"انقر نقرًا مزدوجًا فوق *sgminer.exe* وستظهر نافذة **Prompted** فوراً. إذا " +"كان يختفي بسرعة كبيرة ، فتحقق من التهيئة لفواصل مفقودة أو أقواس غير مُسجّلة " +"أو اسم ملف غير صحيح. سيقوم البرنامج بتجميع ثنائي خاص إلى GPU الخاص بك " +"وتخزينه في المجلد ، ثم يبدأ التجزئة." #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" -"مثال على تعدين GPU باستخدام sgminer 5.6.1-nicehash-51 على Intel HD " -"Graphics 4600" +"مثال على تعدين GPU باستخدام sgminer 5.6.1-nicehash-51 على Intel HD Graphics " +"4600" #: ../../docs/user/mining/index.rst:410 msgid "ASIC Mining" @@ -770,10 +756,10 @@ msgstr "تعدين ASIC" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" "يرمز ASIC إلى *الدائرة المتكاملة الخاصة بالتطبيق* ويصف نوعًا من المعالج " "المصمم لغرض واحد فقط. تعتبر ASIC خيارًا شائعًا لإجراء معاملات كميائية " @@ -783,27 +769,26 @@ msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" "يرجى ملاحظة أن المعلومات الواردة في هذه الصفحة قد تصبح عتيقة بسرعة بسبب " -"التغير السريع في السوق وصعوبة التعدين. أنت مسؤول عن إجراء الأبحاث الخاصة " -"بك ، ولا ينبغي اعتبار أي قائمة في هذه الصفحة بمثابة تأييد لأي منتج معين. " -"مكان جيد لبدء البحث `هو قسم التعدين في منتديات داش " -"`_." +"التغير السريع في السوق وصعوبة التعدين. أنت مسؤول عن إجراء الأبحاث الخاصة بك " +"، ولا ينبغي اعتبار أي قائمة في هذه الصفحة بمثابة تأييد لأي منتج معين. مكان " +"جيد لبدء البحث `هو قسم التعدين في منتديات داش " +"`_." #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" -"عمال التعدين X11 ASIC التالية متوفرة في السوق اليوم ، انقر فوق اسم المنتج" -" لزيارة موقع الشركة المصنعة:" +"عمال التعدين X11 ASIC التالية متوفرة في السوق اليوم ، انقر فوق اسم المنتج " +"لزيارة موقع الشركة المصنعة:" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Name" @@ -859,7 +844,8 @@ msgstr "$1,180" #: ../../docs/user/mining/index.rst:432 msgid "`Spondoolies SPx36 `_" -msgstr "`Spondoolies SPx36 `_" +msgstr "" +"`Spondoolies SPx36 `_" #: ../../docs/user/mining/index.rst:432 msgid "540 GH/s ±10%" @@ -883,8 +869,7 @@ msgstr "$7,000" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -917,8 +902,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" "لم يعد عمال التعدين ASIC متوافرين بسهولة أو عفا عليها الزمن بسبب زيادة " "الصعوبة على الشبكة." @@ -1065,9 +1050,8 @@ msgid "490 x 350 x 180" msgstr "490 x 350 x 180" #: ../../docs/user/mining/index.rst:462 -#, fuzzy msgid "`iBelink DM11G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:462 msgid "11 GH/s ±5%" @@ -1082,9 +1066,8 @@ msgid "22 kg" msgstr "22 kg" #: ../../docs/user/mining/index.rst:464 -#, fuzzy msgid "`iBelink DM22G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:464 msgid "22 GH/s ±5%" @@ -1208,7 +1191,8 @@ msgid "490 x 390 x 180" msgstr "490 x 390 x 180" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1226,23 +1210,3 @@ msgstr "3.1 kg" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "400 x 135 x 158" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" -#~ "https://github.com/KlausT/ccminer/releases (على غرار " -#~ "إصدار SP ، أكثر نظافة)" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" -#~ "`iBelink DM22G `_" - diff --git a/locale/ar/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/ar/LC_MESSAGES/docs/user/mining/p2pool.po index 161430b9f..bd54cb96b 100644 --- a/locale/ar/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/ar/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "دليل لإعداد عقدة داش P2Pool" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "داش، التعدين، X11، p2pool، عقدة، تجمع، البرمجيات، ASIC، تجمع التعدين" diff --git a/locale/ar/LC_MESSAGES/docs/user/mining/pools.po b/locale/ar/LC_MESSAGES/docs/user/mining/pools.po index ed54b071d..0007237ba 100644 --- a/locale/ar/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ar/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po index 6d74b13b7..f90feb790 100644 --- a/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,30 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ar\n" -"Language-Team: ar \n" -"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=0 && n%100<=2 ? 4 : 5);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Hasna Brania , 2023\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -46,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "التتبيث" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -82,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -93,21 +94,21 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" -msgstr "" +msgstr "تتبيث ماسترنود" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -124,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -143,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -163,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -188,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -203,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -219,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -265,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -290,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -303,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -359,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -372,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/ar/LC_MESSAGES/docs/user/network/electrumx-server.po index 342288f3c..b1be39360 100644 --- a/locale/ar/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ar/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index e82ff89b7..14695f944 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -"قم بإعداد دفتر العناوين وأسعار الصرف وحافظ الأوراق النقدية وتغيير " -"الإعدادات في محفظة داش في الأندرويد" +"قم بإعداد دفتر العناوين وأسعار الصرف وحافظ الأوراق النقدية وتغيير الإعدادات " +"في محفظة داش في الأندرويد" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" -msgstr "داش ، الهاتف ، المحفظة ، الأندرويد ، دفتر العناوين، ورقة ، أسعار الصرف" +msgstr "" +"داش ، الهاتف ، المحفظة ، الأندرويد ، دفتر العناوين، ورقة ، أسعار الصرف" #: ../../docs/user/wallets/android/advanced-functions.rst:8 msgid "Advanced functions" @@ -44,26 +44,25 @@ msgstr "دفتر العناوين" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" -"تتيح لك محفظة الأندرويد إدارة العناوين المستخدمة بكثرة عن طريق إضافة " -"تصنيف لمساعدتك في تحديد المالك. يمكنك أيضًا تصنيف العناوين الخاصة بك في " -"المحفظة من أجل متابعة المدفوعات الواردة العادية. يمكنك الوصول إلى دفتر " -"العناوين عن طريق النقر فوق **زر القائمة** ، ثم **دفتر العناوين**. سيعرض " -"هذا شاشة يمكنك من خلالها التمرير إلى اليسار واليمين بين العناوين الخاصة " -"بك والعناوين التي ترسل إليها داش بشكل متكرر ، مثل أفراد العائلة على سبيل " -"المثال. انقر فوق الزر **مزيد من الخيارات** إلى **لصق من الحافظة** أو " -"**عنوان المسح الضوئي** من رمز الاستجابة السريعة ، أو انقر فوق عنوان موجود" -" إلى **إرسال داش** أو **تعديل** الملصق ." +"تتيح لك محفظة الأندرويد إدارة العناوين المستخدمة بكثرة عن طريق إضافة تصنيف " +"لمساعدتك في تحديد المالك. يمكنك أيضًا تصنيف العناوين الخاصة بك في المحفظة من" +" أجل متابعة المدفوعات الواردة العادية. يمكنك الوصول إلى دفتر العناوين عن " +"طريق النقر فوق **زر القائمة** ، ثم **دفتر العناوين**. سيعرض هذا شاشة يمكنك " +"من خلالها التمرير إلى اليسار واليمين بين العناوين الخاصة بك والعناوين التي " +"ترسل إليها داش بشكل متكرر ، مثل أفراد العائلة على سبيل المثال. انقر فوق الزر" +" **مزيد من الخيارات** إلى **لصق من الحافظة** أو **عنوان المسح الضوئي** من " +"رمز الاستجابة السريعة ، أو انقر فوق عنوان موجود إلى **إرسال داش** أو " +"**تعديل** الملصق ." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -71,16 +70,16 @@ msgstr "*الوصول إلى دفتر العناوين وإضافة عنوان*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" "يمكنك أيضًا إضافة تصنيفات مباشرة من شاشة سجل المعاملات الرئيسية من خلال " "النقر على زر **مزيد من الخيارات** للمعاملة (ثلاث نقاط رأسية) وتحديد إما " -"**إضافة تصنيف إلى عنوانك** ، **تعديل عنوان لعنوانك** ، **إضافة عنوان " -"إرسال** أو **تعديل عنوان إرسال البريد**." +"**إضافة تصنيف إلى عنوانك** ، **تعديل عنوان لعنوانك** ، **إضافة عنوان إرسال**" +" أو **تعديل عنوان إرسال البريد**." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" @@ -92,27 +91,26 @@ msgstr "معدل التحويل" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" "تسمح لك محفظة داش في الأندرويد ان بعرض القيمة المكافئة لرصيد داش وفي " -"المعاملات عن طريق تحديد عملة fiat افتراضية. لتحديد عملة افتراضية ، انقر " -"فوق زر القائمة ، ثم **أسعار الصرف**. ابحث عن العملة الورقية المفضلة لديك " -"، ثم اضغط على زر **المزيد من الخيارات** لهذه العملة وحدد **تعيين " -"كافتراضي**. سيظهر سعر الصرف لهذه العملة عند إرسال داش ، ويمكنك أيضًا " -"النقر في حقل العملة fiat لإدخال القيمة بالعملة الورقية مباشرةً ، بدلاً من" -" إدخالها في داش." +"المعاملات عن طريق تحديد عملة fiat افتراضية. لتحديد عملة افتراضية ، انقر فوق " +"زر القائمة ، ثم **أسعار الصرف**. ابحث عن العملة الورقية المفضلة لديك ، ثم " +"اضغط على زر **المزيد من الخيارات** لهذه العملة وحدد **تعيين كافتراضي**. " +"سيظهر سعر الصرف لهذه العملة عند إرسال داش ، ويمكنك أيضًا النقر في حقل العملة" +" fiat لإدخال القيمة بالعملة الورقية مباشرةً ، بدلاً من إدخالها في داش." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "*اختيار سعر صرف العملة وإجراء معاملة بالدولار الأمريكي*" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -123,10 +121,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -139,34 +137,32 @@ msgstr "إحتياج المحفظة الورقية" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" -"تجتاح المحفظة الورقية هي طريقة لنقل القيمة المخزنة على عنوان قد تكون " -"تلقيته كمحفظة ورقية أو من ماكينة الصراف الآلي إلى محفظتك الخاصة. يجب أن " -"يكون لديك حق الوصول إلى المفتاح الخاص لعنوان لاستخدام هذه الوظيفة. في هذه" -" العملية ، سيتم إرسال كل داش المخزن على العنوان إلى عنوان جديد تم إنشاؤه " -"بشكل حاسم من بذرة المحفظة الخاصة بك. لا تصبح المفاتيح الخاصة التي تمسحها " -"جزءًا من محفظتك." +"تجتاح المحفظة الورقية هي طريقة لنقل القيمة المخزنة على عنوان قد تكون تلقيته " +"كمحفظة ورقية أو من ماكينة الصراف الآلي إلى محفظتك الخاصة. يجب أن يكون لديك " +"حق الوصول إلى المفتاح الخاص لعنوان لاستخدام هذه الوظيفة. في هذه العملية ، " +"سيتم إرسال كل داش المخزن على العنوان إلى عنوان جديد تم إنشاؤه بشكل حاسم من " +"بذرة المحفظة الخاصة بك. لا تصبح المفاتيح الخاصة التي تمسحها جزءًا من محفظتك." #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" -"لاكتساح محفظة ورق ، انقر فوق زر القائمة وحدد **مسح محفظة الورق**. اضغط " -"على زر **المسح الضوئي** ومسح رمز الاستجابة السريعة من محفظتك الورقية. " -"بمجرد التعرف على المفتاح الخاص ، انقر فوق **إحتياج** لإنشاء المعاملة " -"لتحريك داش إلى المحفظة الخاصة بك. وبمجرد تأكيد هذه المعاملة ، فإن الورق " -"لا قيمة له ويجب تدميره." +"لاكتساح محفظة ورق ، انقر فوق زر القائمة وحدد **مسح محفظة الورق**. اضغط على " +"زر **المسح الضوئي** ومسح رمز الاستجابة السريعة من محفظتك الورقية. بمجرد " +"التعرف على المفتاح الخاص ، انقر فوق **إحتياج** لإنشاء المعاملة لتحريك داش " +"إلى المحفظة الخاصة بك. وبمجرد تأكيد هذه المعاملة ، فإن الورق لا قيمة له ويجب" +" تدميره." #: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" @@ -178,16 +174,16 @@ msgstr "مراقبة الشبكة" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" -"محفظة داش في الأندرويد هي محفظة خفيفة ووظائف في وضع SPV ، مما يعني أنها " -"لا تقوم بتنزيل نسخة كاملة من بلوكشين. تسمح لك مراقبة الشبكة بعرض تفاصيل " -"حول العقد الكاملة التي تتصل بها. يمكنك أيضًا التمرير سريعًا لليسار لعرض " -"الكتل عند إنشائها على البلوكشين" +"محفظة داش في الأندرويد هي محفظة خفيفة ووظائف في وضع SPV ، مما يعني أنها لا " +"تقوم بتنزيل نسخة كاملة من بلوكشين. تسمح لك مراقبة الشبكة بعرض تفاصيل حول " +"العقد الكاملة التي تتصل بها. يمكنك أيضًا التمرير سريعًا لليسار لعرض الكتل " +"عند إنشائها على البلوكشين" #: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" @@ -204,16 +200,16 @@ msgstr "*قائمة الإعدادات في محفظة داش الأندرويد #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" "تحتوي قائمة الإعدادات على مجموعة من الخيارات للتحكم في سلوك محفظة داش " "الأندرويد. للوصول إلى الإعدادات ، اضغط على **زر القائمة** ، ثم " -"**الإعدادات**. يمكنك بعد ذلك الاختيار بين إعدادات و **التشخيص** و **عن**" -" ، والتي تعرض إصدار المحفظة وحقوق النشر والرخصة ومعلومات شفرة المصدر." +"**الإعدادات**. يمكنك بعد ذلك الاختيار بين إعدادات و **التشخيص** و **عن** ، " +"والتي تعرض إصدار المحفظة وحقوق النشر والرخصة ومعلومات شفرة المصدر." #: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" @@ -224,8 +220,8 @@ msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"حدد عدد المنازل العشرية التي تريد إظهارها لفئات داش أو قم بالتبديل إلى " -"فئات mDASH أو µDASH" +"حدد عدد المنازل العشرية التي تريد إظهارها لفئات داش أو قم بالتبديل إلى فئات " +"mDASH أو µDASH" #: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" @@ -233,13 +229,13 @@ msgstr "إسمنا" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" -"أدخل اسمًا قصيرًا لإدراجه في رموز QR عند عرضه على المستخدمين الآخرين " -"لإجراء المسح الضوئي. سيظهر الاسم القصير كتصنيف في محفظتهم للتحقق من " -"المستلم وتبسيط إدارة العناوين." +"أدخل اسمًا قصيرًا لإدراجه في رموز QR عند عرضه على المستخدمين الآخرين لإجراء " +"المسح الضوئي. سيظهر الاسم القصير كتصنيف في محفظتهم للتحقق من المستلم وتبسيط " +"إدارة العناوين." #: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" @@ -247,8 +243,7 @@ msgstr "قم بإغلاق مربع حوار العملات بإغلاق تلقا #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "حدد ما إذا كنت تريد إغلاق مربع الحوار إرسال بمجرد اكتمال الدفع." #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -257,8 +252,8 @@ msgstr "مؤشر الاتصال" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" "لتمكين عرض مؤشر في منطقة إشعار الأندرويد حتى تتمكن من التحقق من الاتصال " "بسرعة." @@ -277,11 +272,11 @@ msgstr "تخطي الاكتشاف الأقران العادية" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" -"يؤدي تمكين هذا الخيار إلى منع اكتشاف النظير التلقائي وفرض الاتصال بالنظير" -" الموثوق الوحيد المحدد فقط." +"يؤدي تمكين هذا الخيار إلى منع اكتشاف النظير التلقائي وفرض الاتصال بالنظير " +"الموثوق الوحيد المحدد فقط." #: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" @@ -292,8 +287,8 @@ msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"يسمح لك بتحديد مستكشف الكتل الذي تريد استخدامه للوظائف التي تربط إلى " -"مستكشف كتلة." +"يسمح لك بتحديد مستكشف الكتل الذي تريد استخدامه للوظائف التي تربط إلى مستكشف " +"كتلة." #: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" @@ -301,11 +296,11 @@ msgstr "استخدام البيانات" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" -"الروابط إلى وظيفة الأندرويد **إستخدام البيانات** لعرض و / أو تقييد " -"استخدام البيانات للتطبيق." +"الروابط إلى وظيفة الأندرويد **إستخدام البيانات** لعرض و / أو تقييد استخدام " +"البيانات للتطبيق." #: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" @@ -313,11 +308,11 @@ msgstr "تذكير الرصيد" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" -"لتمكين إشعار نظام الأندرويد لتذكيرك بأي شرطة غير منفقة إذا لم تفتح " -"التطبيق في ذلك الوقت." +"لتمكين إشعار نظام الأندرويد لتذكيرك بأي شرطة غير منفقة إذا لم تفتح التطبيق " +"في ذلك الوقت." #: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" @@ -340,7 +335,8 @@ msgid "Show disclaimer" msgstr "عرض إخلاء المسؤولية" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "تمكن أو تعطيل مختلف إخلاء المسئولية ورسائل التحذير في التطبيق." #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -350,12 +346,12 @@ msgstr "BIP70 للمسح الضوئي" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" "`BIP70 payment protocol " -"`_ متاح و" -" لإضافة المزيد من ميزات التحقق والأمان عند مسح رموز QR." +"`_ متاح و " +"لإضافة المزيد من ميزات التحقق والأمان عند مسح رموز QR." #: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" @@ -364,12 +360,11 @@ msgstr "أنظر فوق لرؤية إسم المحفظة" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" "`DNSSEC `_ متاح و محاولة تحديد اسم محفظة عند إنشاء " -"المعاملات." +"em_Security_Extensions>`_ متاح و محاولة تحديد اسم محفظة عند إنشاء المعاملات." #: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" @@ -381,8 +376,8 @@ msgstr "إبلاغ عن مشكل" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" "يسمح لك بجمع مجموعة من المعلومات المتعلقة بمحفظتك من أجل إرسال تقرير خطأ " "للمطورين لاستكشاف الأخطاء وإصلاحها." @@ -393,13 +388,13 @@ msgstr "عرض xpub" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" -"يعرض المفتاح العام الموسع للبذرة المستخدمة لإنشاء عناوين في محفظتك. سيتيح" -" لك توفير xpub لطرف ثالث إمكانية عرض سجل المعاملات بالكامل ، دون إجراء " -"معاملات جديدة." +"يعرض المفتاح العام الموسع للبذرة المستخدمة لإنشاء عناوين في محفظتك. سيتيح لك" +" توفير xpub لطرف ثالث إمكانية عرض سجل المعاملات بالكامل ، دون إجراء معاملات " +"جديدة." #: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" @@ -407,11 +402,10 @@ msgstr "إعادة تعيين سلسلة كتلة" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" -"إعادة ضبط البيانات المخزنة على جهازك والمتعلقة بالكتلة. ستحتاج هذه " -"البيانات إلى جمعها مرة أخرى من العقد الكاملة ، على نحو مشابه عند إعداد " -"محفظة جديدة. هذه العملية قد تستغرق بعض الوقت." - +"إعادة ضبط البيانات المخزنة على جهازك والمتعلقة بالكتلة. ستحتاج هذه البيانات " +"إلى جمعها مرة أخرى من العقد الكاملة ، على نحو مشابه عند إعداد محفظة جديدة. " +"هذه العملية قد تستغرق بعض الوقت." diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 67a9a1472..c2b49d689 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "البدء في إرسال واستقبال داس على جهاز الأندرويد الخاص بك" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "داش، الهاتف، محفظة، أرسال، إستقبال، العناوين، هيا لنبدأ" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/index.po index da853bcc6..1dc595eeb 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/ar/LC_MESSAGES/docs/user/wallets/android/installation.po index edacc8f33..f8d3e566e 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "كيفية تثبيت محفظة داش على جهاز الأندرويد الخاص بك" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "داش، الهاتف، المحفظة، الأندرويد، التتبيث، الصنف" @@ -41,8 +40,8 @@ msgstr "قوقل بلاي" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "إن أسهل طريقة لتثبيت محفظة داش في الأندرويد هي من متجر قوقل بلاي." #: ../../docs/user/wallets/android/installation.rst:21 @@ -51,22 +50,22 @@ msgstr "من APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" -"لا يتمتع بعض هواتف الأندرويد بحق الوصول إلى متجر قوقل بلاي لأن برنامج " -"الهاتف أو مزود الشبكة أو البلد قد لا يسمح بذلك. يمكنك تثبيت التطبيق " -"يدويًا من خلال تمكين تثبيت المصادر الخارجية أولاً (إذا لم تكن قد قمت بذلك" -" بالفعل) ثم تنزيل ملف APK وتثبيته. اتبع التعليمات التالية:" +"لا يتمتع بعض هواتف الأندرويد بحق الوصول إلى متجر قوقل بلاي لأن برنامج الهاتف" +" أو مزود الشبكة أو البلد قد لا يسمح بذلك. يمكنك تثبيت التطبيق يدويًا من خلال" +" تمكين تثبيت المصادر الخارجية أولاً (إذا لم تكن قد قمت بذلك بالفعل) ثم تنزيل" +" ملف APK وتثبيته. اتبع التعليمات التالية:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" "تأكد من أن إصدار الأندرويد على الأقل هو 4.0.3 من خلال الانتقال إلى " "**إلإعدادات ← حول الهاتف** والتحقق من رقم الإصدار." @@ -77,8 +76,8 @@ msgid "" "Enable Unknown sources by going to **Settings → Security → Unknown " "sources**. Read and accept the warning." msgstr "" -"تمكين مصادر غير معروفة من خلال الانتقال إلى **الإعدادات ← الأمان ← مصادر " -"غير معروفة**. قراءة وقبول التحذير." +"تمكين مصادر غير معروفة من خلال الانتقال إلى **الإعدادات ← الأمان ← مصادر غير" +" معروفة**. قراءة وقبول التحذير." #: ../../docs/user/wallets/android/installation.rst:33 msgid "" @@ -88,44 +87,43 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" -"إذا لم تتمكن من استخدام هاتفك للاتصال بالإنترنت ، قم بتنزيل ملف APK " -"باستخدام الكمبيوتر الخاص بك بدلاً من ذلك وقم بنسخه إلى هاتفك باستخدام كبل" -" أو البلوتوت. قد تحتاج إلى متصفح ملفات للعثور على الملف المنسوخ." +"إذا لم تتمكن من استخدام هاتفك للاتصال بالإنترنت ، قم بتنزيل ملف APK باستخدام" +" الكمبيوتر الخاص بك بدلاً من ذلك وقم بنسخه إلى هاتفك باستخدام كبل أو " +"البلوتوت. قد تحتاج إلى متصفح ملفات للعثور على الملف المنسوخ." #: ../../docs/user/wallets/android/installation.rst:39 msgid "" "You can also install an APK file directly from your computer using the " "Android Debug Bridge (ADB). Follow these instructions:" msgstr "" -"يمكنك أيضًا تثبيت ملف APK مباشرة من جهاز الكمبيوتر باستخدام تصحيح " -"الأندرويد (ADB). اتبع التعليمات التالية:" +"يمكنك أيضًا تثبيت ملف APK مباشرة من جهاز الكمبيوتر باستخدام تصحيح الأندرويد" +" (ADB). اتبع التعليمات التالية:" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" "تأكد من حصولك على نسخة من ADB على جهاز الكمبيوتر الخاص بك. هذا مضمّن في " "الأندرويد `الأدوات النظام الأساسي " -"`_ من " -"اجل ماك أو ويندوز أو لينكس." +"`_ من اجل" +" ماك أو ويندوز أو لينكس." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" -"تمكين تصحيح أخطاء USB عن طريق الانتقال إلى **الإعدادات  → خيارات المطورين" -" → تصحيح أخطاء USB**. في حالة عدم توفر **خيارات المطور** ، انتقل إلى " -"**حول الهاتف** بدلاً من ذلك ، قم بالتمرير لأسفل ، ثم انقر فوق **رقم " -"البنية** سبع مرات." +"تمكين تصحيح أخطاء USB عن طريق الانتقال إلى **الإعدادات  → خيارات المطورين → " +"تصحيح أخطاء USB**. في حالة عدم توفر **خيارات المطور** ، انتقل إلى **حول " +"الهاتف** بدلاً من ذلك ، قم بالتمرير لأسفل ، ثم انقر فوق **رقم البنية** سبع " +"مرات." #: ../../docs/user/wallets/android/installation.rst:54 msgid "" @@ -147,21 +145,21 @@ msgstr "من المصدر" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" "الآن بعد أن أصبحت بيئة الإنشاء جاهزة ، قم بتنزيل وبناء محفظة داش في " "الأندرويد::" @@ -171,30 +169,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index d1af0ddd1..83e4f5b9e 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -45,45 +44,43 @@ msgstr "تحكم في العملة" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" -msgstr "" -"يتيح نظام التحكم في العملة لمستخدمي محفظة داش كور تحديد العناوين " -"والمخرجات غير المستخدمة (UTXOs) التي يجب استخدامها كمدخلات في المعاملات. " -"هذا يسمح لك بالحفاظ على رصيد معين على بعض العناوين في محفظتك ، بينما تنفق" -" الآخرين بحرية. في محفظة داش كور ، انقر على **الإعدادات> الخيارات> " -"المحفظة> تمكين ميزات التحكم بالعملة**. الآن ، عندما تذهب إلى علامة " -"التبويب \"إرسال\" في محفظتك ، سيظهر زر جديد يسمى **لمدخلات** . انقر فوق " -"هذا الزر لتحديد أي UTXOs يمكن استخدامه كمدخل لأية معاملات تقوم بإنشائها. " -"تظهر النافذة التالية:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" +msgstr "" +"يتيح نظام التحكم في العملة لمستخدمي محفظة داش كور تحديد العناوين والمخرجات " +"غير المستخدمة (UTXOs) التي يجب استخدامها كمدخلات في المعاملات. هذا يسمح لك " +"بالحفاظ على رصيد معين على بعض العناوين في محفظتك ، بينما تنفق الآخرين بحرية." +" في محفظة داش كور ، انقر على **الإعدادات> الخيارات> المحفظة> تمكين ميزات " +"التحكم بالعملة**. الآن ، عندما تذهب إلى علامة التبويب \"إرسال\" في محفظتك ، " +"سيظهر زر جديد يسمى **لمدخلات** . انقر فوق هذا الزر لتحديد أي UTXOs يمكن " +"استخدامه كمدخل لأية معاملات تقوم بإنشائها. تظهر النافذة التالية:" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" -msgstr "نافذة اختيار النقود في محفظة داش كور ، تظهر اثنين من ماسترنود (testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" +msgstr "" +"نافذة اختيار النقود في محفظة داش كور ، تظهر اثنين من ماسترنود (testnet)" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." -msgstr "" -"انقر بزر الماوس الأيمن على المعاملة (المعاملات) التي لا ترغب في إنفاقها ،" -" ثم حدد **قفل بدون رصيد**. سيظهر قفل صغير بجوار المعاملة. يمكنك النقر فوق" -" الزر **تبديل قفل الحالة** لعكس حالة القفل / عدم القفل لجميع أجهزة UTXO. " -"عندما تكون مستعدًا للمتابعة ، انقر فوق **موافق**. يمكنك الآن إنشاء " -"معاملات بأموالك المتبقية بأمان دون التأثير على UTXOs المقفلة." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." +msgstr "" +"انقر بزر الماوس الأيمن على المعاملة (المعاملات) التي لا ترغب في إنفاقها ، ثم" +" حدد **قفل بدون رصيد**. سيظهر قفل صغير بجوار المعاملة. يمكنك النقر فوق الزر " +"**تبديل قفل الحالة** لعكس حالة القفل / عدم القفل لجميع أجهزة UTXO. عندما " +"تكون مستعدًا للمتابعة ، انقر فوق **موافق**. يمكنك الآن إنشاء معاملات بأموالك" +" المتبقية بأمان دون التأثير على UTXOs المقفلة." #: ../../docs/user/wallets/dashcore/advanced.rst:45 msgid "Locking UTXOs in Dash Core wallet" @@ -95,8 +92,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -109,8 +106,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -137,10 +134,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -168,27 +165,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 -#, fuzzy msgid "Restore HD wallet" -msgstr "محافظ HD" +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 -#, fuzzy msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" -"سيعرض داش كور البذرة عالية الدقة في كل من الست عشري وكذا ذاك BIP39 ذاكري." -" لاستعادة محفظة HD موجودة ، أو تعريف كلمة المرور الخاصة بك التي تم " -"إنشاؤها بشكل منفصل و / أو عبارة المرور ، تأكد من عدم وجود ملف " -"``wallet.dat`` في ``datadir`` وأدخل الأمر التالي ::" #: ../../docs/user/wallets/dashcore/advanced.rst:126 msgid "Add the HD wallet details to the newly created wallet by running::" @@ -201,44 +192,31 @@ msgid "" msgstr "ستتم استعادة محفظة HD وسيظهر رصيدك بمجرد اكتمال المزامنة." #: ../../docs/user/wallets/dashcore/advanced.rst:133 -#, fuzzy msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." -msgstr "" -"منذ الإصدار 0.12.2.0 ، قامت داش كور بتضمين تنفيذ BIP39 / BIP44 لتوليد " -"المفتاح المتسلسل الهيكلي (HD) المتوافق. هذه الوظيفة متوفرة فقط من خلال " -"سطر الأوامر من خلال تحديد الخيار ``usedhd`` عند بدء تشغيل داش كور لأول " -"مرة. استخدم هذه الوظيفة بحذر ، حيث سيتم تخزين البذور والمفاتيح المكتوبة " -"بنص عادي إلى أن تحدد عبارة مرور المحفظة. لاحظ أن عبارة مرور المحفظة تختلف" -" عن عبارة المرور ، والتي غالبًا ما يشار إليها أيضًا باسم \"الكلمة 25\" أو" -" \"كلمة الامتداد\". تقوم عبارة مرور المحفظة بتشفير ملف المحفظة نفسه ، " -"بينما يتم استخدام عبارة المرور لتعريف فروع اشتقاق مختلفة من بذرة ذاكري." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 msgid "Enable HD Wallet Creation By Default" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 -#, fuzzy msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" -"سنستخدم محفظة ويندوز GUI في هذا المثال ، لكن الأوامر متشابهة في حالة " -"استخدام ``dash-qt`` أو ``dashd`` على أنظمة التشغيل الأخرى. أدخل الأمر " -"التالي لتبدأ مع محفظتك HD بشكل عشوائي ولا توجد عبارة مرور ذاكري:" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -247,19 +225,19 @@ msgstr "متعدد التوقيع" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" -"يقدم هذا القسم مثالًا عمليًا لإثبات الوظائف المتعددة في داش كور. في حين " -"أن المعاملات لم تعد مرئية على بلوكشين الحالي testnet وبعض تنسيقات العنوان" -" أو ردود RPC قد تختلف قليلا عن النسخة المعروضة هنا ، فإن المبدأ والأوامر " -"هي نفسها. يوضح المثال كيفية إعداد عنوان تعدد 2 -من -3 وإنشاء معاملة. مثال" -" الأطراف المعنية هم مشترٍ وبائع وحكم. هذا المثال مبني على:" +"يقدم هذا القسم مثالًا عمليًا لإثبات الوظائف المتعددة في داش كور. في حين أن " +"المعاملات لم تعد مرئية على بلوكشين الحالي testnet وبعض تنسيقات العنوان أو " +"ردود RPC قد تختلف قليلا عن النسخة المعروضة هنا ، فإن المبدأ والأوامر هي " +"نفسها. يوضح المثال كيفية إعداد عنوان تعدد 2 -من -3 وإنشاء معاملة. مثال " +"الأطراف المعنية هم مشترٍ وبائع وحكم. هذا المثال مبني على:" #: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" @@ -309,9 +287,9 @@ msgstr "الخطوة 2: إنشاء عنوان multisig" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" "يأخذ الأمر ``createmultisig`` كمتغيرات ، عدد n من التوقيعات لمفاتيح m " "(المقدمة كصفيف json) مطلوب. في هذا المثال ، مطلوب 2 من 3 مفاتيح لتوقيع " @@ -319,12 +297,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" -"ملاحظة: يمكن إنشاء العنوان بواسطة أي شخص ، طالما أن المفاتيح العامة " -"وتسلسلها معروفان (العنوان الناتج وواجهة الاسترداد متطابقان ، انظر أدناه)." +"ملاحظة: يمكن إنشاء العنوان بواسطة أي شخص ، طالما أن المفاتيح العامة وتسلسلها" +" معروفان (العنوان الناتج وواجهة الاسترداد متطابقان ، انظر أدناه)." #: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" @@ -339,8 +317,8 @@ msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -"يمكن للبائع / الوسيط تتبع المعاملة بواسطة txid في مستكشف كتلة. أو من وحدة" -" التحكم على النحو التالي." +"يمكن للبائع / الوسيط تتبع المعاملة بواسطة txid في مستكشف كتلة. أو من وحدة " +"التحكم على النحو التالي." #: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" @@ -348,46 +326,46 @@ msgstr "الخطوة 4: إنفاق multisig" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" -"الآن نحن نفترض أن الصفقة كاملة ، والمشتري حصلت على السلع والجميع سعداء. " -"الآن البائع يريد الحصول على داش. كما تم استخدام 2- من -3 جزيئات ، يجب أن " -"يتم التوقيع على المعاملة من قبل الطرفين (البائع + المشتري أو الحكام). " -"ينشئ البائع معاملة (سنقوم بإعادة استخدام عنوانه العام من الأعلى)." +"الآن نحن نفترض أن الصفقة كاملة ، والمشتري حصلت على السلع والجميع سعداء. الآن" +" البائع يريد الحصول على داش. كما تم استخدام 2- من -3 جزيئات ، يجب أن يتم " +"التوقيع على المعاملة من قبل الطرفين (البائع + المشتري أو الحكام). ينشئ " +"البائع معاملة (سنقوم بإعادة استخدام عنوانه العام من الأعلى)." #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" -msgstr "ويوقع عليها جزئيًا ، باستخدام redeemScript و scriptPubKey ومفتاحه الخاص" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" +msgstr "" +"ويوقع عليها جزئيًا ، باستخدام redeemScript و scriptPubKey ومفتاحه الخاص" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" -"لاحظ أن سداسي المخرجات يحصل على وقت أطول ، ولكن العلم الكامل هو \"خطأ\" " -"لأن المعاملة تحتاج إلى توقيع آخر. لذلك الآن يمكن للمشتري أو للحكم إكمال " -"توقيع المعاملة ، باستخدام المخرجات من الأعلى ومفتاحها الخاص. لنفترض أن " -"المشتري يكمل التوقيع." +"لاحظ أن سداسي المخرجات يحصل على وقت أطول ، ولكن العلم الكامل هو \"خطأ\" لأن " +"المعاملة تحتاج إلى توقيع آخر. لذلك الآن يمكن للمشتري أو للحكم إكمال توقيع " +"المعاملة ، باستخدام المخرجات من الأعلى ومفتاحها الخاص. لنفترض أن المشتري " +"يكمل التوقيع." #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "اكتمال التوقيع الآن ، ويمكن لأي من الطرفين نقل المعاملة إلى الشبكة." #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" "مرة أخرى ، يمكن تتبع هذه المعاملة في مستكشف كتلة. ويسعد البائع باستلام " "عملاته المعدنية في عنوانه العام على النحو التالي." @@ -398,10 +376,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -424,8 +402,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -450,13 +428,12 @@ msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -476,30 +453,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -508,10 +485,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -534,8 +510,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -564,18 +539,17 @@ msgstr "كتير من المحافظ" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -584,8 +558,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -598,9 +572,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -613,9 +587,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -624,8 +598,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -634,27 +608,27 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" "للبدء ، قم بتثبيت محفظة داش كور للنظام الخاص بك وفقًا :ref:`التتبيث " "`. عندما تصل إلى الخطوة **تشغيل داش كةر للمرة " "الأولى** ، يمكنك أن تقرر ما إذا كنت تريد الاحتفاظ بملفات منفصلة " -"``wallet.dat`` في الموقع الافتراضي (أبسط إذا كنت لا تحتاج إلى تشغيل محافظ" -" في وقت واحد) ، أو تحديد أدلة بيانات منفصلة تماما مثل على سبيل المثال " +"``wallet.dat`` في الموقع الافتراضي (أبسط إذا كنت لا تحتاج إلى تشغيل محافظ في" +" وقت واحد) ، أو تحديد أدلة بيانات منفصلة تماما مثل على سبيل المثال " "``C:\\Dash1`` (أبسط إذا كنت ترغب في تشغيل محافظ) في وقت واحد" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -663,17 +637,17 @@ msgstr "ملفات wallet.dat منفصلة" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" -"بالنسبة إلى هذا السيناريو ، سننشئ اختصارين على سطح المكتب ، يستخدم كل " -"منهما ملفًا مختلفًا للمحفظة. انتقل إلى الملف الثنائي المستخدم لبدء داش " -"كور (عادةً ما يتم تحديد موقعه في ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` أو ما شابه) وإنشاء اختصارين على سطح المكتب. ثم افتح نافذة " -"**خصائص** لكل من هذه الاختصارات." +"بالنسبة إلى هذا السيناريو ، سننشئ اختصارين على سطح المكتب ، يستخدم كل منهما " +"ملفًا مختلفًا للمحفظة. انتقل إلى الملف الثنائي المستخدم لبدء داش كور (عادةً " +"ما يتم تحديد موقعه في ``C:\\Program Files\\DashCore\\dash-qt.exe`` أو ما " +"شابه) وإنشاء اختصارين على سطح المكتب. ثم افتح نافذة **خصائص** لكل من هذه " +"الاختصارات." #: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" @@ -682,17 +656,17 @@ msgstr "إنشاء اختصارات سطح المكتب باستخدام وين #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" -msgstr "" -"قم بتعديل الخاصية **استهداف** لكل اختصار للإشارة إلى ملف محفظة آخر عن " -"طريق تحديد وسيطة ``محفظة`` عند بدء تشغيل المحفظة. إذا لم تحدد وسيطة " -"``محفظة`` ، فسيتم استخدام ``wallet.dat`` بشكل افتراضي. سيتم إنشاء ملف " -"المحفظة المحدد إذا لم يكن موجودًا. يوضح المثال التالي محافظتين باسم " -"``workwallet.dat`` و ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" +msgstr "" +"قم بتعديل الخاصية **استهداف** لكل اختصار للإشارة إلى ملف محفظة آخر عن طريق " +"تحديد وسيطة ``محفظة`` عند بدء تشغيل المحفظة. إذا لم تحدد وسيطة ``محفظة`` ، " +"فسيتم استخدام ``wallet.dat`` بشكل افتراضي. سيتم إنشاء ملف المحفظة المحدد إذا" +" لم يكن موجودًا. يوضح المثال التالي محافظتين باسم ``workwallet.dat`` و " +"``homewallet.dat``:" #: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" @@ -716,14 +690,13 @@ msgstr "تحديد ملفات محفظة منفصلة" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" -"يمكنك الآن استخدام الشريحتين لفتح محافظ مختلفة بسهولة وسرعة من سطح " -"المكتب. لاحظ أنه لا يمكنك فتح كلا المحفظتين في وقت واحد. للقيام بذلك ، " -"ستحتاج إلى دلائل بيانات منفصلة ، كما هو موضح أدناه." +"يمكنك الآن استخدام الشريحتين لفتح محافظ مختلفة بسهولة وسرعة من سطح المكتب. " +"لاحظ أنه لا يمكنك فتح كلا المحفظتين في وقت واحد. للقيام بذلك ، ستحتاج إلى " +"دلائل بيانات منفصلة ، كما هو موضح أدناه." #: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" @@ -732,21 +705,20 @@ msgstr "دلائل بيانات منفصلة" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" "ابدأ تشغيل داش كور والسماح له بالمزامنة مع الشبكة ، ثم أغلق داش كور مرة " -"أخرى. يمكنك الآن إنشاء دليلين على سبيل المثال. ``C:\\Dash1`` و " -"``C:\\Dash2`` ونسخ الدلائل ``blocks`` و ``chainstate`` من دليل البيانات " -"المتزامنة إلى الدلائل الجديدة. كل من هذه ستعمل كدليل بيانات منفصل ، مما " -"يسمح لك بتشغيل حالتين من داش كور في وقت واحد. قم بإنشاء اختصارين (أو " -"أكثر) على سطح المكتب الخاص بك كما هو موضح أعلاه ، ثم قم بتعيين الوسيطات " -"لـ ``datadir`` كما هو موضح أدناه:" +"أخرى. يمكنك الآن إنشاء دليلين على سبيل المثال. ``C:\\Dash1`` و ``C:\\Dash2``" +" ونسخ الدلائل ``blocks`` و ``chainstate`` من دليل البيانات المتزامنة إلى " +"الدلائل الجديدة. كل من هذه ستعمل كدليل بيانات منفصل ، مما يسمح لك بتشغيل " +"حالتين من داش كور في وقت واحد. قم بإنشاء اختصارين (أو أكثر) على سطح المكتب " +"الخاص بك كما هو موضح أعلاه ، ثم قم بتعيين الوسيطات لـ ``datadir`` كما هو " +"موضح أدناه:" #: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" @@ -770,19 +742,19 @@ msgstr "تحديد datadirs منفصلة" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" -"يمكنك الآن استخدام الشريحتين لفتح محافظ مختلفة بسرعة وسهولة في وقت واحد " -"من سطح المكتب. يحتفظ كل من المحافظين بنسخ منفصلة وكاملة من بلوكشين ، " -"والتي قد تستخدم الكثير من مساحة محرك الأقراص. لمزيد من الاستخدام الفعال " -"لمساحة محرك الأقراص ، ضع في اعتبارك استخدام SPV أو محفظة \"light\" مثل " -":ref:`داش الكتروم ` للحفاظ على محافظ منفصلة متعددة " -"دون الاحتفاظ بنسخة كاملة من بلوكشين." +"يمكنك الآن استخدام الشريحتين لفتح محافظ مختلفة بسرعة وسهولة في وقت واحد من " +"سطح المكتب. يحتفظ كل من المحافظين بنسخ منفصلة وكاملة من بلوكشين ، والتي قد " +"تستخدم الكثير من مساحة محرك الأقراص. لمزيد من الاستخدام الفعال لمساحة محرك " +"الأقراص ، ضع في اعتبارك استخدام SPV أو محفظة \"light\" مثل :ref:`داش الكتروم" +" ` للحفاظ على محافظ منفصلة متعددة دون الاحتفاظ بنسخة " +"كاملة من بلوكشين." #: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" @@ -794,35 +766,7 @@ msgstr "رمز المفتاح" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 1955dad32..656b74e57 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "كيفية إجراء نسخ احتياطي آمن واستعادة المحفظة الأساسية داش" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "داش، كور، محفظة، إسترجاع، wallet.dat" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index d8581929d..4cde7d24b 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "محفظة داش كور و الحجج و بدء التشغيل و مرجع الأوامر " -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "داش ، كور ، المحفظة ، الحجج ، الأوامر ، RPC" @@ -37,30 +36,30 @@ msgstr "الحجج و الأوامر" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" -"يمكن تحديد جميع خيارات سطر الأوامر (فيما عدا ``datadir-`` و ``-conf`` ) " -"في ملف التوصيف ، كما يمكن تحديد جميع خيارات ملفات التهيئة في سطر الأوامر." -" تتجاوز خيارات سطر الأوامر القيم المحددة في ملف التهيئة. ملف التهيئة هو " -"قائمة من أزواج ``setting = value`` ، واحدة لكل سطر ، مع التعليقات " -"الاختيارية التي تبدأ بالحرف ``#``." +"يمكن تحديد جميع خيارات سطر الأوامر (فيما عدا ``datadir-`` و ``-conf`` ) في " +"ملف التوصيف ، كما يمكن تحديد جميع خيارات ملفات التهيئة في سطر الأوامر. " +"تتجاوز خيارات سطر الأوامر القيم المحددة في ملف التهيئة. ملف التهيئة هو قائمة" +" من أزواج ``setting = value`` ، واحدة لكل سطر ، مع التعليقات الاختيارية التي" +" تبدأ بالحرف ``#``." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" -"لا يتم إنشاء ملف التكوين تلقائيًا ؛ يمكنك إنشاؤه باستخدام محرر النص " -"العادي المفضل لديك. بشكل افتراضي ، ستبحث dash-qt (أو dashd) عن ملف اسمه " -"``dash.conf`` في دليل بيانات الشرطة ، ولكن قد يتم تغيير كل من دليل " -"البيانات ومسار ملف التهيئة باستخدام الأمر datadir و -conf الحجج الخطية." +"لا يتم إنشاء ملف التكوين تلقائيًا ؛ يمكنك إنشاؤه باستخدام محرر النص العادي " +"المفضل لديك. بشكل افتراضي ، ستبحث dash-qt (أو dashd) عن ملف اسمه " +"``dash.conf`` في دليل بيانات الشرطة ، ولكن قد يتم تغيير كل من دليل البيانات " +"ومسار ملف التهيئة باستخدام الأمر datadir و -conf الحجج الخطية." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 msgid "Platform" @@ -107,12 +106,8 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" -msgstr "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgstr "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 msgid "" @@ -124,8 +119,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" "ملاحظة: في حالة تشغيل داش في وضع testnet ، سيتم إلحاق المجلد الفرعي " "``testnet3`` بدليل البيانات تلقائيًا." @@ -137,8 +132,8 @@ msgstr "وسائط سطر الأوامر" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -163,68 +158,18 @@ msgstr "أوامر RCP" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index a7b2515c2..4fa2c9ec9 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/index.po index e29a4d98f..a151e6ac1 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index a8a551e2e..011656f97 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 -# Hasna Brania , 2022 +# Hasna Brania , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Last-Translator: Hasna Brania , 2023\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "كيفية تنزيل وتثبيت وتشفير محفظة داش كور في لينكس" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "داش، كور، محفظة، لينكس، يوبنتو، التتبيث" @@ -37,9 +36,9 @@ msgstr "دليل التتبيث في لينكس" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -49,8 +48,8 @@ msgstr "تحميل محفظة داش كور" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -59,18 +58,18 @@ msgstr "يكتشف الموقع بشكل صحيح المحفظة المناسب #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -87,15 +86,15 @@ msgstr "تحقق من داش كور" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -134,16 +133,15 @@ msgstr "استخراج داش كور" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" -"يتم توزيع داش كور لنظام التشغيل لينكس كأرشيف مضغوط وليست أداة تثبيت. هذا " -"لأن هذا الأرشيف نفسه يحتوي أيضًا على ملفات أخرى تم إنشاؤها لتشغيل خادم " -"على خادم ، على سبيل المثال. في هذا الدليل ، سنستخرج الملف القابل للتنفيذ " -"بواجهة مستخدم رسومية (GUI) مصممة للاستخدام من قبل المستخدمين النهائيين " -"كمحافظة." +"يتم توزيع داش كور لنظام التشغيل لينكس كأرشيف مضغوط وليست أداة تثبيت. هذا لأن" +" هذا الأرشيف نفسه يحتوي أيضًا على ملفات أخرى تم إنشاؤها لتشغيل خادم على خادم" +" ، على سبيل المثال. في هذا الدليل ، سنستخرج الملف القابل للتنفيذ بواجهة " +"مستخدم رسومية (GUI) مصممة للاستخدام من قبل المستخدمين النهائيين كمحافظة." #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 msgid "Extract Dash Core as follows::" @@ -151,9 +149,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -163,14 +161,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"في المرة الأولى التي يتم فيها إطلاق البرنامج ، سيتاح لك اختيار المكان " -"الذي تريد فيه تخزين بيانات بلوكشين و محفظة   الخاصة بك. اختر موقعًا يحتوي" -" على مساحة خالية كافية ، حيث يمكن أن يصل حجم بلوكشين إلى 30+ جيجابايت. من" -" المستحسن استخدام مجلد البيانات الافتراضي إذا أمكن ذلك." +"في المرة الأولى التي يتم فيها إطلاق البرنامج ، سيتاح لك اختيار المكان الذي " +"تريد فيه تخزين بيانات بلوكشين و محفظة   الخاصة بك. اختر موقعًا يحتوي على " +"مساحة خالية كافية ، حيث يمكن أن يصل حجم بلوكشين إلى 30+ جيجابايت. من " +"المستحسن استخدام مجلد البيانات الافتراضي إذا أمكن ذلك." #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" @@ -178,13 +176,12 @@ msgstr "إختار مجلد داش كور" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"ثم تبدأ داش كور. سيستغرق ذلك وقتًا أطول قليلاً من المعتاد في المرة الأولى" -" التي تقوم بتشغيلها ، حيث يحتاج داش كور إلى إنشاء بيانات تشفير لتأمين " -"محفظتك." +"ثم تبدأ داش كور. سيستغرق ذلك وقتًا أطول قليلاً من المعتاد في المرة الأولى " +"التي تقوم بتشغيلها ، حيث يحتاج داش كور إلى إنشاء بيانات تشفير لتأمين محفظتك." #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 msgid "Starting Dash Core" @@ -197,32 +194,26 @@ msgstr "تزامن داش كور إلى شبكة داش" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"بمجرد تثبيت داش كور وتثبيته بنجاح ، سترى شاشة نظرة عامة على المحفظة. " -"ستلاحظ أن المحفظة \"غير متزامنة\" ، وسيظهر شريط الحالة في أسفل النافذة " -"تقدم المزامنة." +"بمجرد تثبيت داش كور وتثبيته بنجاح ، سترى شاشة نظرة عامة على المحفظة. ستلاحظ " +"أن المحفظة \"غير متزامنة\" ، وسيظهر شريط الحالة في أسفل النافذة تقدم " +"المزامنة." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" msgstr "تبدأ داش كور جار المزامنة مع شبكة داش" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"خلال هذه العملية ، ستقوم داش كور بتنزيل نسخة كاملة من بلوكشين داش من " -"العقد الأخرى إلى جهازك. اعتمادًا على اتصالك بالإنترنت ، قد يستغرق هذا " -"الأمر وقتًا طويلاً. إذا ظهرت لك الرسالة \"لا يوجد مصدر كتلة متاح\" ، " -"فتحقق من اتصالك بالإنترنت. عند اكتمال المزامنة ، سترى علامة زرقاء صغيرة " -"في الزاوية اليمنى السفلى." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -240,10 +231,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -257,39 +247,36 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "تشفير محفظتك داش" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 -#, fuzzy msgid "Enter a password" -msgstr "إدخال كلمة المرور" +msgstr "أدخل الرقم السري" #: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." @@ -302,8 +289,8 @@ msgstr "تأكيد لتشفير محفظتك" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -327,109 +314,13 @@ msgid "Entering a password" msgstr "إدخال كلمة المرور" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"عند اكتمال عملية التشفير ، سترى تحذيرًا بأن النسخ الاحتياطية السابقة من " -"محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة " -"تشغيل داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "نظام أوبونتو نظرة عامة. هذا هو نظام 64 بت." - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "بعد مزامنة محفظتك مع شبكة داش ،" -#~ " ينصح بشدة بتشفير المحفظة بكلمة مرور" -#~ " أو عبارة مرور لمنع الوصول غير " -#~ "المصرح به. يجب عليك استخدام كلمة " -#~ "مرور قوية وجديدة لم تستخدمها من " -#~ "قبل في مكان آخر. خذ علما بكلمة " -#~ "المرور الخاصة بك وقم بتخزينها في " -#~ "مكان آمن أو سيتم قفلك من محفظتك" -#~ " وفقدان إمكانية الوصول إلى أموالك." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 422c03098..d9dcbda8f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "كيفية تنزيل وتثبيت وتشفير محفظة داش كور في ماك" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "داش، كور، محفظة، ماك، تتبيث" @@ -41,9 +40,9 @@ msgid "" "wallet for macOS. The guide is written for macOS Sierra, but the steps " "should be similar for other versions." msgstr "" -"يوضح هذا الدليل كيفية تنزيل وتثبيت وتشفير محفظة داش كور لنظام التشغيل " -"ماك. تمت كتابة الدليل لنظام التشغيل ماك Sierra ، ولكن يجب أن تكون الخطوات" -" مماثلة للإصدارات الأخرى." +"يوضح هذا الدليل كيفية تنزيل وتثبيت وتشفير محفظة داش كور لنظام التشغيل ماك. " +"تمت كتابة الدليل لنظام التشغيل ماك Sierra ، ولكن يجب أن تكون الخطوات مماثلة " +"للإصدارات الأخرى." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -52,8 +51,8 @@ msgstr "تحميل محفظة داش كور" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -62,10 +61,10 @@ msgstr "يكتشف الموقع بشكل صحيح المحفظة المناسب #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -75,16 +74,17 @@ msgstr "تحقق من داش كور" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -122,12 +122,12 @@ msgstr "تتبيث داش كور" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" -"افتح Finder واستعرض مجلد التنزيلات الخاص بك. ثم انقر نقرًا مزدوجًا فوق " -"ملف .dmg الذي قمت بتنزيله لفك ضغطه. تظهر نافذة توضح محتويات الملف." +"افتح Finder واستعرض مجلد التنزيلات الخاص بك. ثم انقر نقرًا مزدوجًا فوق ملف " +".dmg الذي قمت بتنزيله لفك ضغطه. تظهر نافذة توضح محتويات الملف." #: ../../docs/user/wallets/dashcore/installation-macos.rst:76 msgid "Opening the Dash Core .dmg file" @@ -135,8 +135,8 @@ msgstr "فتح ملف داش كور" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "اسحب ملف تطبيق داش كور إلى مجلد التطبيقات لتثبيت داش كور." #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 @@ -145,23 +145,22 @@ msgstr "شغل داش كور لأول مرة" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" "لتشغيل داش كور للمرة الأولى ، افتح تطبيق Launchpad أو تصفح إلى مجلد " -"**تطبيقات** في Finder. انقر نقرًا مزدوجًا فوق **داش كور**  أو **Dash-Qt**" -" لبدء التطبيق. قد ترى تحذيرًا حول فتح تطبيق من مطوّر برامج غير معروف. لحل" -" هذه المشكلة ، ببساطة ، انقر مع الضغط على مفتاح التحكم على أيقونة التطبيق" -" واختر **فتح** من القائمة المختصرة ، ثم انقر فوق **فتح** مرة أخرى في مربع" -" الحوار. يتم حفظ التطبيق كاستثناء من إعدادات الأمان ، ويمكنك فتحه في " -"المستقبل عن طريق النقر المزدوج عليه تمامًا كما يمكنك فعله في أي تطبيق " -"مسجل." +"**تطبيقات** في Finder. انقر نقرًا مزدوجًا فوق **داش كور**  أو **Dash-Qt** " +"لبدء التطبيق. قد ترى تحذيرًا حول فتح تطبيق من مطوّر برامج غير معروف. لحل هذه" +" المشكلة ، ببساطة ، انقر مع الضغط على مفتاح التحكم على أيقونة التطبيق واختر " +"**فتح** من القائمة المختصرة ، ثم انقر فوق **فتح** مرة أخرى في مربع الحوار. " +"يتم حفظ التطبيق كاستثناء من إعدادات الأمان ، ويمكنك فتحه في المستقبل عن طريق" +" النقر المزدوج عليه تمامًا كما يمكنك فعله في أي تطبيق مسجل." #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 msgid "Unblocking macOS from running Dash Core" @@ -170,14 +169,14 @@ msgstr "الافراج عن ماك من تشغيل داش كور" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"في المرة الأولى التي يتم فيها إطلاق البرنامج ، سيتاح لك اختيار المكان " -"الذي تريد فيه تخزين بيانات بلوكشين و محفظة   الخاصة بك. اختر موقعًا يحتوي" -" على مساحة خالية كافية ، حيث يمكن أن يصل حجم بلوكشين إلى 30+ جيجابايت. من" -" المستحسن استخدام مجلد البيانات الافتراضي إذا أمكن ذلك." +"في المرة الأولى التي يتم فيها إطلاق البرنامج ، سيتاح لك اختيار المكان الذي " +"تريد فيه تخزين بيانات بلوكشين و محفظة   الخاصة بك. اختر موقعًا يحتوي على " +"مساحة خالية كافية ، حيث يمكن أن يصل حجم بلوكشين إلى 30+ جيجابايت. من " +"المستحسن استخدام مجلد البيانات الافتراضي إذا أمكن ذلك." #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" @@ -185,13 +184,12 @@ msgstr "إختار مجلد داش كور" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"ثم تبدأ داش كور. سيستغرق ذلك وقتًا أطول قليلاً من المعتاد في المرة الأولى" -" التي تقوم بتشغيلها ، حيث يحتاج داش كور إلى إنشاء بيانات تشفير لتأمين " -"محفظتك." +"ثم تبدأ داش كور. سيستغرق ذلك وقتًا أطول قليلاً من المعتاد في المرة الأولى " +"التي تقوم بتشغيلها ، حيث يحتاج داش كور إلى إنشاء بيانات تشفير لتأمين محفظتك." #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 msgid "Starting Dash Core" @@ -202,15 +200,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "تزامن داش كور إلى شبكة داش" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"بمجرد تثبيت داش كور وتثبيته بنجاح ، سترى شاشة نظرة عامة على المحفظة. " -"ستلاحظ أن المحفظة \"غير متزامنة\" ، وسيظهر شريط الحالة في أسفل النافذة " -"تقدم المزامنة." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -221,53 +215,50 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" -"خلال هذه العملية ، ستقوم داش كور بتنزيل نسخة كاملة من بلوكشين داش من " -"العقد الأخرى إلى جهازك. اعتمادًا على اتصالك بالإنترنت ، قد يستغرق هذا " -"الأمر وقتًا طويلاً. إذا ظهرت لك الرسالة \"لا يوجد مصدر كتلة متاح\" ، " -"فتحقق من اتصالك بالإنترنت. عند اكتمال المزامنة ، سترى علامة زرقاء صغيرة " -"في الزاوية اليمنى السفلى." +"خلال هذه العملية ، ستقوم داش كور بتنزيل نسخة كاملة من بلوكشين داش من العقد " +"الأخرى إلى جهازك. اعتمادًا على اتصالك بالإنترنت ، قد يستغرق هذا الأمر وقتًا " +"طويلاً. إذا ظهرت لك الرسالة \"لا يوجد مصدر كتلة متاح\" ، فتحقق من اتصالك " +"بالإنترنت. عند اكتمال المزامنة ، سترى علامة زرقاء صغيرة في الزاوية اليمنى " +"السفلى." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "تم انتهاء مزامنة داش كور" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "يمكنك الآن البدء في استخدام محفظتك لإرسال الأموال وتلقيها." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "تشفير محفظتك داش" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -285,8 +276,8 @@ msgstr "تأكيد لتشفير محفظتك" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -307,14 +298,14 @@ msgstr "سيُطلب منك إدخال الرقم السري والتحقق من #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" "عند اكتمال عملية التشفير ، سترى تحذيرًا بأن النسخ الاحتياطية السابقة من " -"محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة " -"تشغيل داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." +"محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة تشغيل " +"داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -323,37 +314,3 @@ msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "يمكنك الآن البدء في استخدام محفظتك لإرسال الأموال وتلقيها بأمان." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "بعد مزامنة محفظتك مع شبكة داش ،" -#~ " ينصح بشدة بتشفير المحفظة بكلمة مرور" -#~ " أو عبارة مرور لمنع الوصول غير " -#~ "المصرح به. يجب عليك استخدام كلمة " -#~ "مرور قوية وجديدة لم تستخدمها من " -#~ "قبل في مكان آخر. خذ علما بكلمة " -#~ "المرور الخاصة بك وقم بتخزينها في " -#~ "مكان آمن أو سيتم قفلك من محفظتك" -#~ " وفقدان إمكانية الوصول إلى أموالك." - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index abfb05893..e17c3a2f4 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "كيفية تنزيل وتثبيت وتشفير محفظة داش كور في الويندوز" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "داش، كور، محفظة، ويندوز، التتبيث" @@ -52,8 +51,8 @@ msgstr "تحميل محفظة داش كور" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -62,33 +61,24 @@ msgstr "يكتشف الموقع بشكل صحيح المحفظة المناسب #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" -"إذا لم يعمل الكشف ، فستحتاج إلى اختيار نظام التشغيل يدويًا وما إذا كنت " -"تحتاج إلى إصدار 32 أو 64 بت. إذا كنت غير متأكد مما إذا كان إصدار الويندوز" -" الخاص بك هو 32 أو 64 بت ، فيمكنك التحقق من ويندوز 10 تحت **بدء> إعدادات>" -" النظام> حول**. للحصول على تفاصيل حول كيفية التحقق من ذلك في إصدارات " -"الويندوز الأخرى ، راجع `هنا `__." #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -97,15 +87,15 @@ msgstr "تحقق من داش كور" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -124,10 +114,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -136,10 +126,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -149,9 +139,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -172,13 +161,13 @@ msgstr "مثبت داش كور في مجلد التنزيلات" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" -"في هذه المرحلة ، قد ترى تحذيرًا من الشاشة الذكية في الويندوز أن التطبيق " -"غير معروف. يمكنك تخطي هذا التحذير بأمان عن طريق النقر **مزيد من " -"المعلومات** ، ثم **تشغيل على أي حال**." +"في هذه المرحلة ، قد ترى تحذيرًا من الشاشة الذكية في الويندوز أن التطبيق غير " +"معروف. يمكنك تخطي هذا التحذير بأمان عن طريق النقر **مزيد من المعلومات** ، ثم" +" **تشغيل على أي حال**." #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 msgid "" @@ -201,8 +190,8 @@ msgid "" "Click through the following screens. All settings can be left at their " "default values unless you have a specific reason to change something." msgstr "" -"انقر خلال الشاشات التالية. يمكن ترك جميع الإعدادات في قيمها الافتراضية ما" -" لم يكن لديك سبب محدد لتغيير شيء ما." +"انقر خلال الشاشات التالية. يمكن ترك جميع الإعدادات في قيمها الافتراضية ما لم" +" يكن لديك سبب محدد لتغيير شيء ما." #: ../../docs/user/wallets/dashcore/installation-windows.rst:123 msgid "Select the installation location" @@ -226,20 +215,19 @@ msgstr "شغل داش كور لأول مرة" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "بمجرد اكتمال التثبيت ، ستبدأ داش كور فورًا. إذا لم يكن كذلك ، فانقر فوق " -"**ابدأ> داش كور>داش كور** لبدء التطبيق. في المرة الأولى التي يتم فيها " -"إطلاق البرنامج ، سيتاح لك اختيار المكان الذي تريد فيه تخزين بيانات " -"بلوكشين و المحفظة الخاصة بك. اختر موقعًا به مساحة خالية كافية ، حيث يمكن " -"أن يصل حجم بلوكشين إلى 30+ جيجابايت. من المستحسن استخدام مجلد البيانات " -"الافتراضي إذا أمكن ذلك." +"**ابدأ> داش كور>داش كور** لبدء التطبيق. في المرة الأولى التي يتم فيها إطلاق " +"البرنامج ، سيتاح لك اختيار المكان الذي تريد فيه تخزين بيانات بلوكشين و " +"المحفظة الخاصة بك. اختر موقعًا به مساحة خالية كافية ، حيث يمكن أن يصل حجم " +"بلوكشين إلى 30+ جيجابايت. من المستحسن استخدام مجلد البيانات الافتراضي إذا " +"أمكن ذلك." #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" @@ -247,13 +235,12 @@ msgstr "إختار مجلد داش كور" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"ثم تبدأ داش كور. سيستغرق ذلك وقتًا أطول قليلاً من المعتاد في المرة الأولى" -" التي تقوم بتشغيلها ، حيث يحتاج داش كور إلى إنشاء بيانات تشفير لتأمين " -"محفظتك." +"ثم تبدأ داش كور. سيستغرق ذلك وقتًا أطول قليلاً من المعتاد في المرة الأولى " +"التي تقوم بتشغيلها ، حيث يحتاج داش كور إلى إنشاء بيانات تشفير لتأمين محفظتك." #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 msgid "Starting Dash Core" @@ -266,71 +253,62 @@ msgstr "تزامن داش كور إلى شبكة داش" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"بمجرد تثبيت داش كور وتثبيته بنجاح ، سترى شاشة نظرة عامة على المحفظة. " -"ستلاحظ أن المحفظة \"غير متزامنة\" ، وسيظهر شريط الحالة في أسفل النافذة " -"تقدم المزامنة." +"بمجرد تثبيت داش كور وتثبيته بنجاح ، سترى شاشة نظرة عامة على المحفظة. ستلاحظ " +"أن المحفظة \"غير متزامنة\" ، وسيظهر شريط الحالة في أسفل النافذة تقدم " +"المزامنة." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" msgstr "تبدأ داش كور جار المزامنة مع شبكة داش" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"خلال هذه العملية ، ستقوم داش كور بتنزيل نسخة كاملة من بلوكشين داش من " -"العقد الأخرى إلى جهازك. اعتمادًا على اتصالك بالإنترنت ، قد يستغرق هذا " -"الأمر وقتًا طويلاً. إذا ظهرت لك الرسالة \"لا يوجد مصدر كتلة متاح\" ، " -"فتحقق من اتصالك بالإنترنت. عند اكتمال المزامنة ، سترى علامة زرقاء صغيرة " -"في الزاوية اليمنى السفلى." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "تم انتهاء مزامنة داش كور" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "يمكنك الآن البدء في استخدام محفظتك لإرسال الأموال وتلقيها." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "تشفير محفظتك داش" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -348,8 +326,8 @@ msgstr "تأكيد لتشفير محفظتك" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -369,16 +347,12 @@ msgid "You will be asked to enter and verify a password." msgstr "سيُطلب منك إدخال الرقم السري والتحقق منها" #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"عند اكتمال عملية التشفير ، سترى تحذيرًا بأن النسخ الاحتياطية السابقة من " -"محفظتك لن تكون قابلة للاستخدام ، ويُطلب منك إيقاف داش كور. عند إعادة " -"تشغيل داش كور ، سترى قفلًا أزرقًا صغيرًا في الزاوية اليمنى السفلى." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -387,91 +361,3 @@ msgstr "مشفرة تماما ومتزامنة داش كور المحفظة" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "يمكنك الآن البدء في استخدام محفظتك لإرسال الأموال وتلقيها بأمان." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "في إعدادات الويندوز ، انقر فوق النظام" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "تحت قسم النظام ، انقر فوق حول لعرض نوع النظام. هذا هو نظام 64 بت." - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "بعد مزامنة محفظتك مع شبكة داش ،" -#~ " ينصح بشدة بتشفير المحفظة بكلمة مرور" -#~ " أو عبارة مرور لمنع الوصول غير " -#~ "المصرح به. يجب عليك استخدام كلمة " -#~ "مرور قوية وجديدة لم تستخدمها من " -#~ "قبل في مكان آخر. خذ علما بكلمة " -#~ "المرور الخاصة بك وقم بتخزينها في " -#~ "مكان آمن أو سيتم قفلك من محفظتك" -#~ " وفقدان إمكانية الوصول إلى أموالك." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 66ffe941f..93f213abc 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" msgstr "كيفية تنزيل وتثبيت محفظة داش كور. دليل التجميع متاح أيضا" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "داش، كور، محفظة، لينكس، ويندوز، ماك، تتبيث، جمع" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index be1371a3e..19fd42bc0 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "وصف الحوارات والواجهات في محفظة داش كور" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "داش ، كور ، المحفظة ، واجهة ، الحوار ، التزامن ، خيارات الأدوات." @@ -36,11 +35,11 @@ msgstr "جهة التعامل" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" "محفظة داش كور عبارة عن تطبيق يعمل على جهاز الكمبيوتر الخاص بك ويسمح لك " "بإجراء المعاملات على شبكة داش. معظم المعاملات هي لإرسال أو استقبال داش ، " @@ -81,9 +80,10 @@ msgstr "شريط القائمة" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" -msgstr "يوفر شريط القوائم الوصول إلى جميع وظائف داش كور. هناك أربع قوائم متاح:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" +msgstr "" +"يوفر شريط القوائم الوصول إلى جميع وظائف داش كور. هناك أربع قوائم متاح:" #: ../../docs/user/wallets/dashcore/interface.rst:38 msgid "File" @@ -99,8 +99,8 @@ msgstr "الإعدادات" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" "توفر قائمة الإعدادات إمكانية الوصول إلى خيارات تشفير المحفظة وإعدادات " "البرامج العامة." @@ -111,8 +111,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -121,11 +121,11 @@ msgstr "مساعدة" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" -"ترتبط قائمة المساعدة بالوثائق والأدلة والبيانات القانونية المتعلقة " -"ببرنامج داش كور." +"ترتبط قائمة المساعدة بالوثائق والأدلة والبيانات القانونية المتعلقة ببرنامج " +"داش كور." #: ../../docs/user/wallets/dashcore/interface.rst:51 msgid "The Tab Bar" @@ -134,12 +134,12 @@ msgstr "شريط المهام" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" -"يتم استخدام شريط علامات التبويب للتبديل بسرعة بين المناطق الرئيسية لـ داش" -" كور. يتغير المحتوى الموجود في المنطقة الرئيسية لـ داش كور بناءً على " -"علامة التبويب التي اخترتها. علامات التبويب التالية متاح:" +"يتم استخدام شريط علامات التبويب للتبديل بسرعة بين المناطق الرئيسية لـ داش " +"كور. يتغير المحتوى الموجود في المنطقة الرئيسية لـ داش كور بناءً على علامة " +"التبويب التي اخترتها. علامات التبويب التالية متاح:" #: ../../docs/user/wallets/dashcore/interface.rst:58 #: ../../docs/user/wallets/dashcore/interface.rst:65 @@ -165,8 +165,8 @@ msgstr "متاح" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "هذا يبين رصيدك الحالي. هذا هو مقدار داش يمكنك أن تنفقه الآن." #: ../../docs/user/wallets/dashcore/interface.rst:76 @@ -205,9 +205,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -218,10 +218,10 @@ msgstr "شريط الإرسال" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -238,9 +238,9 @@ msgid "" "create a request for a specific amount of Dash or include a specific " "message, and send it to another user as a link or QR code." msgstr "" -"تتيح لك شريط تلقي إنشاء عناوين لتلقي داش. يمكنك إنشاء طلب للحصول على مبلغ" -" محدد من داش أو تضمين رسالة محددة وإرساله إلى مستخدم آخر كحلقة اتصال أو " -"رمز QR." +"تتيح لك شريط تلقي إنشاء عناوين لتلقي داش. يمكنك إنشاء طلب للحصول على مبلغ " +"محدد من داش أو تضمين رسالة محددة وإرساله إلى مستخدم آخر كحلقة اتصال أو رمز " +"QR." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" @@ -252,20 +252,19 @@ msgstr "شريط المعاملات" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -279,11 +278,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -297,9 +295,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -312,9 +310,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -330,8 +328,8 @@ msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" -"يعرض شريط الحالة شريط تقدم المزامنة وصفًا من رموز الحالة التي تشير إلى " -"حالة الاتصال بشبكة داش." +"يعرض شريط الحالة شريط تقدم المزامنة وصفًا من رموز الحالة التي تشير إلى حالة " +"الاتصال بشبكة داش." #: ../../docs/user/wallets/dashcore/interface.rst:181 msgid "The Synchronization Bar" @@ -340,18 +338,17 @@ msgstr "شريم المزامنة" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" -"يعرض هذا الشريط حالة التزامن لـ داش كور مع شبكة داش. في كل مرة تفتح فيها " -"داش كور ، سيبدأ تنزيل الكتل التي تم إنشاؤها على بلوكشين في الوقت منذ آخر " -"فتح التطبيق. يتم تنزيل هذه الكتل من مستخدمي داش الآخرين و ماسترنود. إذا " -"لم تكن قد فتحت التطبيق من قبل ، فقد يعني هذا أن العديد من القطع تحتاج إلى" -" تنزيل. الحالات التالية ممكنة:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"يعرض هذا الشريط حالة التزامن لـ داش كور مع شبكة داش. في كل مرة تفتح فيها داش" +" كور ، سيبدأ تنزيل الكتل التي تم إنشاؤها على بلوكشين في الوقت منذ آخر فتح " +"التطبيق. يتم تنزيل هذه الكتل من مستخدمي داش الآخرين و ماسترنود. إذا لم تكن " +"قد فتحت التطبيق من قبل ، فقد يعني هذا أن العديد من القطع تحتاج إلى تنزيل. " +"الحالات التالية ممكنة:" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" @@ -359,8 +356,8 @@ msgstr "لا يوجد مصدر كتلة متاح" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" "يحدث هذا إذا كان اتصال الإنترنت الخاص بك معطلاً ، أو إذا تم حظر المنافذ " "المطلوبة بواسطة داش كور بواسطة جدار حماية." @@ -383,8 +380,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" "بمجرد اكتمال المزامنة ، سيختفي شريط التقدم وسيظهر علامة على يمين شريط " "الحالة." @@ -395,32 +392,30 @@ msgstr "أيقونات الحالة" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" "تشير رموز القفل إلى حالة محفظتك: إما مقفلة أو غير مقفلة. تحتاج إلى إلغاء " "تأمين محفظتك لإرسال الأموال أو تنفيذ إجراءات معينة أخرى." #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -441,11 +436,11 @@ msgstr "الجدول الرئيسي" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" -"تحتوي الجدول الرئيسية بمربع الحوار \"خيارات\" على الإعدادات المتعلقة ببدء" -" تشغيل تطبيق داش كور وأدائه." +"تحتوي الجدول الرئيسية بمربع الحوار \"خيارات\" على الإعدادات المتعلقة ببدء " +"تشغيل تطبيق داش كور وأدائه." #: ../../docs/user/wallets/dashcore/interface.rst:254 msgid "The Main tab of the Dash Core Options dialog" @@ -457,16 +452,16 @@ msgstr "تشغيل جوهر الداش عند الدخول إلى النظام" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" "يؤدي هذا الخيار إلى بدء تشغيل داش كور تلقائيًا عند تسجيل دخول المستخدم " -"الحالي. في معظم أجهزة الكمبيوتر ، يوجد حساب مستخدم رئيسي واحد فقط يتم " -"تسجيل دخوله تلقائيًا عند تشغيل الكمبيوتر ، بحيث يكون هذا الخيار هو نفسه " -"تمامًا مثل بدء تشغيل داش كور جنبًا إلى جنب مع نظام التشغيل." +"الحالي. في معظم أجهزة الكمبيوتر ، يوجد حساب مستخدم رئيسي واحد فقط يتم تسجيل " +"دخوله تلقائيًا عند تشغيل الكمبيوتر ، بحيث يكون هذا الخيار هو نفسه تمامًا مثل" +" بدء تشغيل داش كور جنبًا إلى جنب مع نظام التشغيل." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" @@ -475,11 +470,11 @@ msgstr "إخفاء الأيقونة" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" -"عند تمكين هذا الخيار ، لن تعرض داش كور رمزًا في علبة النظام. لا يمكن " -"تحديد هذا الخيار في نفس الوقت **تصغير إلى الدرج بدلاً من شريط المهام**." +"عند تمكين هذا الخيار ، لن تعرض داش كور رمزًا في علبة النظام. لا يمكن تحديد " +"هذا الخيار في نفس الوقت **تصغير إلى الدرج بدلاً من شريط المهام**." #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -487,16 +482,16 @@ msgstr "تصغير إلى علبة بدلاً من شريط المهام" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" -"عند تمكين هذا الخيار وتقليص إطار داش كور ، لن يظهر في شريط المهام كمهمة " -"قيد التشغيل. بدلاً من ذلك ، سيستمر تشغيل داش كور في الخلفية ويمكن إعادة " -"فتحه من رمز داش في علبة النظام (المنطقة المجاورة لساعة النظام). لا يمكن " -"تحديد هذا الخيار في نفس الوقت مثل  **إخفاء الأيقونة**." +"عند تمكين هذا الخيار وتقليص إطار داش كور ، لن يظهر في شريط المهام كمهمة قيد " +"التشغيل. بدلاً من ذلك ، سيستمر تشغيل داش كور في الخلفية ويمكن إعادة فتحه من " +"رمز داش في علبة النظام (المنطقة المجاورة لساعة النظام). لا يمكن تحديد هذا " +"الخيار في نفس الوقت مثل  **إخفاء الأيقونة**." #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" @@ -504,13 +499,13 @@ msgstr "تصغير عند الإغلاق" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" -"عند تمكين هذا الخيار ، يؤدي النقر فوق الزر X الموجود في الركن العلوي " -"الأيسر من الإطار إلى تقليل داش كور بدلاً من إغلاقه. لإغلاق التطبيق تمامًا" -" ، حدد **ملف> خروج**." +"عند تمكين هذا الخيار ، يؤدي النقر فوق الزر X الموجود في الركن العلوي الأيسر " +"من الإطار إلى تقليل داش كور بدلاً من إغلاقه. لإغلاق التطبيق تمامًا ، حدد " +"**ملف> خروج**." #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" @@ -518,11 +513,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -533,8 +527,8 @@ msgstr "حجم ذاكرة التخزين المؤقت لقاعدة البيان msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -543,22 +537,21 @@ msgstr "عدد مؤشرات التحقق من البرنامج النصي" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." -msgstr "" -"يحدد هذا الخيار عدد سلاسل عمليات التحقق من البرنامج النصي ، والتي تتراوح " -"من -4 إلى 16. `Script verification `__" -" هي عملية اتباع الإرشادات المسجلة في بلوكشين لضمان المعاملات صالحة. 0 " -"تعني تلقائي وسيسمح بالتحقق من البرنامج النصي إلى عدد النوى متاح على " -"المعالج. يحدد تحديد رقم موجب أن داش كور يجب أن يستخدم هذا العدد من نوى " -"المعالج ، بينما يؤدي تعيين رقم سالب إلى ترك هذا العدد من معالجات المعالج " -"مجانية." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." +msgstr "" +"يحدد هذا الخيار عدد سلاسل عمليات التحقق من البرنامج النصي ، والتي تتراوح من " +"-4 إلى 16. `Script verification `__ هي " +"عملية اتباع الإرشادات المسجلة في بلوكشين لضمان المعاملات صالحة. 0 تعني " +"تلقائي وسيسمح بالتحقق من البرنامج النصي إلى عدد النوى متاح على المعالج. يحدد" +" تحديد رقم موجب أن داش كور يجب أن يستخدم هذا العدد من نوى المعالج ، بينما " +"يؤدي تعيين رقم سالب إلى ترك هذا العدد من معالجات المعالج مجانية." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" @@ -568,9 +561,9 @@ msgstr "شريط المحفظة" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -584,15 +577,14 @@ msgstr "تمكين ميزات التحكم في العملة" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -601,10 +593,10 @@ msgstr "إضهار شريط ماسترنود" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -613,10 +605,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -625,20 +617,19 @@ msgstr "اقضي على تغيير غير مؤكد" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" "عند تمكين هذا الخيار ، تسمح لك محفظة داش كور بإنفاق التغيير من المعاملات " -"السابقة التي تم نقلها داخليًا بين العناوين المرتبطة بنفس المحفظة. وهذا " -"ممكن حتى إذا لم يتم تأكيد المعاملة بعد لأن المحفظة تعرف أنه سيتم تأكيدها " -"في النهاية لأنها أنشأت المعاملة الداخلية نفسها. يسمح لك ترك هذا الخيار " -"بتمكينك من إنشاء معاملات جديدة حتى إذا لم يتم تأكيد المعاملات السابقة." +"السابقة التي تم نقلها داخليًا بين العناوين المرتبطة بنفس المحفظة. وهذا ممكن " +"حتى إذا لم يتم تأكيد المعاملة بعد لأن المحفظة تعرف أنه سيتم تأكيدها في " +"النهاية لأنها أنشأت المعاملة الداخلية نفسها. يسمح لك ترك هذا الخيار بتمكينك " +"من إنشاء معاملات جديدة حتى إذا لم يتم تأكيد المعاملات السابقة." #: ../../docs/user/wallets/dashcore/interface.rst:352 msgid "Enable CoinJoin features" @@ -646,9 +637,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -657,8 +648,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -671,9 +662,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -683,8 +674,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -708,10 +699,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -720,11 +711,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -733,10 +724,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -757,19 +748,19 @@ msgstr "ميناء الخريطة باستخدام UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" -"يؤدي هذا الخيار إلى قيام داش كور بمحاولة فتح منفذ العميل وتعيينه تلقائيًا" -" على الموجه باستخدام `UPnP " -"`__ (التوصيل " -"والتشغيل العالمي). هذه الميزة مدعومة من قبل معظم أجهزة التوجيه المنزلية " -"الحديثة وسوف تسمح لك بالاتصال بشبكة داش دون القيام بأي إعدادات خاصة على " -"جهاز التوجيه الخاص بك." +"يؤدي هذا الخيار إلى قيام داش كور بمحاولة فتح منفذ العميل وتعيينه تلقائيًا " +"على الموجه باستخدام `UPnP " +"`__ (التوصيل والتشغيل" +" العالمي). هذه الميزة مدعومة من قبل معظم أجهزة التوجيه المنزلية الحديثة وسوف" +" تسمح لك بالاتصال بشبكة داش دون القيام بأي إعدادات خاصة على جهاز التوجيه " +"الخاص بك." #: ../../docs/user/wallets/dashcore/interface.rst:429 msgid "Allow incoming connections" @@ -777,16 +768,15 @@ msgstr "السماح بالاتصالات الواردة" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" -"يتسبب هذا الخيار في قبول العميل للاتصالات الخارجية. بما أن داش هي شبكة " -"نظير إلى نظير ، فإن داش كور يعتبر عميل كامل لأنه يخزن نسخة من بلوكشين على" -" جهازك ، مما يساعد هذا الخيار على مساعدة العملاء الآخرين على مزامنة " -"بلوكشين والشبكة من خلال العقدة." +"يتسبب هذا الخيار في قبول العميل للاتصالات الخارجية. بما أن داش هي شبكة نظير " +"إلى نظير ، فإن داش كور يعتبر عميل كامل لأنه يخزن نسخة من بلوكشين على جهازك ،" +" مما يساعد هذا الخيار على مساعدة العملاء الآخرين على مزامنة بلوكشين والشبكة " +"من خلال العقدة." #: ../../docs/user/wallets/dashcore/interface.rst:436 msgid "Connect through SOCKS5 proxy (default proxy)" @@ -796,14 +786,14 @@ msgstr "الاتصال عبر وكيل SOCKS5 (الوكيل الافتراضي)" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" "تسمح هذه الخيارات للمستخدمين على الإنترانت بطلب وكيل للوصول إلى الإنترنت " -"الأوسع لتحديد عنوان الخادم الوكيل الخاص بهم لنقل الطلبات إلى الإنترنت. " -"اتصل بمسؤول النظام أو تحقق من إعدادات الشبكة في متصفح الويب الخاص بك إذا " -"كنت غير قادر على الاتصال وتشك في أن الوكيل قد يكون مصدر المشكلة" +"الأوسع لتحديد عنوان الخادم الوكيل الخاص بهم لنقل الطلبات إلى الإنترنت. اتصل " +"بمسؤول النظام أو تحقق من إعدادات الشبكة في متصفح الويب الخاص بك إذا كنت غير " +"قادر على الاتصال وتشك في أن الوكيل قد يكون مصدر المشكلة" #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" @@ -811,15 +801,14 @@ msgstr "استخدم بروكسي SOCKS5 منفصل للوصول إلى الأق #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" -"تتيح لك هذه الخيارات تحديد خادم وكيل إضافي مصمم لمساعدتك في الاتصال " -"بأقرانك على شبكة تور. هذا هو خيار متقدم لزيادة الخصوصية ويتطلب وكيل تور " -"على شبكتك. لمزيد من المعلومات حول تور ، راجع `هنا " -"`__." +"تتيح لك هذه الخيارات تحديد خادم وكيل إضافي مصمم لمساعدتك في الاتصال بأقرانك " +"على شبكة تور. هذا هو خيار متقدم لزيادة الخصوصية ويتطلب وكيل تور على شبكتك. " +"لمزيد من المعلومات حول تور ، راجع `هنا `__." #: ../../docs/user/wallets/dashcore/interface.rst:446 msgid "Display tab" @@ -854,13 +843,13 @@ msgstr "وحدة لإظهار المبالغ في" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" -"يسمح لك هذا بتغيير الوحدة الافتراضية للعملة في داش كور من داش إلى mDASH " -"أو µDASH أو duffs. تقوم كل وحدة بنقل الفاصل العشري إلى ثلاثة أماكن على " -"اليمين. Duffs هي أصغر وحدة يمكن فصل داش عنها." +"يسمح لك هذا بتغيير الوحدة الافتراضية للعملة في داش كور من داش إلى mDASH أو " +"µDASH أو duffs. تقوم كل وحدة بنقل الفاصل العشري إلى ثلاثة أماكن على اليمين. " +"Duffs هي أصغر وحدة يمكن فصل داش عنها." #: ../../docs/user/wallets/dashcore/interface.rst:469 msgid "Decimal digits" @@ -868,33 +857,31 @@ msgstr "أرقام عشرية" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" "يتيح لك هذا الخيار تحديد عدد الأرقام العشرية التي سيتم عرضها في واجهة " -"المستخدم. هذا لا يؤثر على المحاسبة الداخلية من المدخلات الخاصة بك " -"والتوازن." +"المستخدم. هذا لا يؤثر على المحاسبة الداخلية من المدخلات الخاصة بك والتوازن." #: ../../docs/user/wallets/dashcore/interface.rst:477 msgid "Third party transaction URLs" msgstr "عناوين لجهات خارجية" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" "يتيح لك هذا الخيار تحديد موقع ويب خارجي لفحص عنوان أو معاملة معينة على " -"بلوكشين. متاح العديد من المستكشفين بلوكشين لهذا الغرض. لاستخدام هذه " -"الميزة ، أدخل عنوان الخاص بك مستكشف بلوكشين المفضل ، واستبدال %s مع معرف " -"المعاملة. ستتمكن بعد ذلك من الوصول إلى مستكشف بلوكشين مباشرة من داش كور " -"باستخدام قائمة السياق لأي معاملة معينة." +"بلوكشين. متاح العديد من المستكشفين بلوكشين لهذا الغرض. لاستخدام هذه الميزة ،" +" أدخل عنوان الخاص بك مستكشف بلوكشين المفضل ، واستبدال %s مع معرف المعاملة. " +"ستتمكن بعد ذلك من الوصول إلى مستكشف بلوكشين مباشرة من داش كور باستخدام قائمة" +" السياق لأي معاملة معينة." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" @@ -902,8 +889,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -916,9 +903,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -965,8 +952,8 @@ msgstr "عموما" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" "يعرض هذا القسم معلومات عن اسم وإصدار العميل وقاعدة البيانات ، وموقع دليل " "بيانات التطبيق الحالي." @@ -977,8 +964,8 @@ msgstr "الشبكة" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "يعرض هذا القسم المعلومات والإحصائيات على الشبكة التي تتصل بها." #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -996,12 +983,12 @@ msgstr "تجمع الذاكرة" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" -"يعرض هذا القسم حالة تجمع الذاكرة ، الذي يحتوي على معاملات لا يمكن كتابتها" -" بعد إلى كتلة. يتضمن هذا كلا المعاملات التي تم إنشاؤها منذ آخر كتلة " +"يعرض هذا القسم حالة تجمع الذاكرة ، الذي يحتوي على معاملات لا يمكن كتابتها " +"بعد إلى كتلة. يتضمن هذا كلا المعاملات التي تم إنشاؤها منذ آخر كتلة " "والمعاملات التي تعذر إدخالها في آخر كتلة لأنها كانت ممتلئة." #: ../../docs/user/wallets/dashcore/interface.rst:536 @@ -1010,11 +997,11 @@ msgstr "فتح ملف سجل التصحيح" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" -"يفتح هذا الزر debug.log من دليل بيانات التطبيق. يحتوي هذا الملف على إخراج" -" من داش كور والذي قد يساعد في تشخيص الأخطاء." +"يفتح هذا الزر debug.log من دليل بيانات التطبيق. يحتوي هذا الملف على إخراج من" +" داش كور والذي قد يساعد في تشخيص الأخطاء." #: ../../docs/user/wallets/dashcore/interface.rst:539 msgid "Console tab" @@ -1023,9 +1010,9 @@ msgstr "شريط وحدة التحكم" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -1040,9 +1027,9 @@ msgstr "شريط مرزر الشبكة" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -1055,14 +1042,13 @@ msgstr "شريط الأقران" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" "شريط الأقران قائمة بالعقد الكاملة الأخرى المتصلة بعميل داش كور. عنوان IP " -"والإصدار ووقت ping مرئيان. إن اختيار النظير يعرض معلومات إضافية عن " -"البيانات المتبادلة مع هذا النظير." +"والإصدار ووقت ping مرئيان. إن اختيار النظير يعرض معلومات إضافية عن البيانات " +"المتبادلة مع هذا النظير." #: ../../docs/user/wallets/dashcore/interface.rst:576 msgid "The Peers tab of the Dash Core Tools dialog" @@ -1074,13 +1060,13 @@ msgstr "شريط إصلاح المحفظة" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" "تقدم شريط إصلاح المحفظة نطاقًا من أوامر بدء التشغيل لاستعادة المحفظة إلى " -"حالة وظيفية. سيؤدي تحديد أي من هذه الأوامر إلى إعادة تشغيل داش كور " -"باستخدام خيار سطر الأوامر المحدد." +"حالة وظيفية. سيؤدي تحديد أي من هذه الأوامر إلى إعادة تشغيل داش كور باستخدام " +"خيار سطر الأوامر المحدد." #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" @@ -1093,15 +1079,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" -"فحص بلوكشين الذي تم تنزيله بالفعل لأية معاملات تؤثر على الحسابات الموجودة" -" في المحفظة. قد يكون هذا ضروريًا إذا قمت باستبدال ملف wallet.dat بمحفظة " -"مختلفة أو نسخة احتياطية - لن يعرف منطق المحفظة عن هذه المعاملات ، لذا من " -"الضروري إعادة المسح لتحديد الأرصدة." +"فحص بلوكشين الذي تم تنزيله بالفعل لأية معاملات تؤثر على الحسابات الموجودة في" +" المحفظة. قد يكون هذا ضروريًا إذا قمت باستبدال ملف wallet.dat بمحفظة مختلفة " +"أو نسخة احتياطية - لن يعرف منطق المحفظة عن هذه المعاملات ، لذا من الضروري " +"إعادة المسح لتحديد الأرصدة." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1109,8 +1095,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1120,12 +1106,12 @@ msgstr "إسترجاع المعاملات" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1135,13 +1121,13 @@ msgstr "ترقية تنسيق المحفظة" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" -"هذا الأمر متوفر للمحافظ القديمة جدًا حيث يلزم ترقية إصدار المحفظة " -"بالإضافة إلى تحديث لبرنامج المحفظة. يمكنك عرض نسخة المحفظة الحالية الخاصة" -" بك عن طريق تشغيل الأمر ``getwalletinfo`` في وحدة التحكم." +"هذا الأمر متوفر للمحافظ القديمة جدًا حيث يلزم ترقية إصدار المحفظة بالإضافة " +"إلى تحديث لبرنامج المحفظة. يمكنك عرض نسخة المحفظة الحالية الخاصة بك عن طريق " +"تشغيل الأمر ``getwalletinfo`` في وحدة التحكم." #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" @@ -1150,40 +1136,23 @@ msgstr "إعادة بناء الفهرس" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" -"يتجاهل بلوكشين الحالي ومؤشرات chainstate (قاعدة بيانات مخرجات المعاملة " -"غير المنفقة) ويعيد بناءه من ملفات كتلة موجودة. هذا يمكن أن يكون مفيدا " -"لاستعادة الأرصدة المفقودة أو عالقة" +"يتجاهل بلوكشين الحالي ومؤشرات chainstate (قاعدة بيانات مخرجات المعاملة غير " +"المنفقة) ويعيد بناءه من ملفات كتلة موجودة. هذا يمكن أن يكون مفيدا لاستعادة " +"الأرصدة المفقودة أو عالقة" #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index ca5d1a027..db1ae8774 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "دليل لإرسال واستقبال داش باستخدام محفظة داش كور" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "داش، كور، محفظة، إرسال، إستقبال، المعاملة" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 8526995ff..24007e8ea 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." @@ -29,7 +29,7 @@ msgstr "" "ماسترنود، محافظ الورق الكاسحة ، التخزين البارد وسطر الأوامر في محفظة داش في " "ألكتروم." -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 29831bc5c..3b4c12906 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "الأسئلة المتداولة حول محفظة داش الكتروم" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "داش ، محفظة ، الكتروم ، أسئلة وأجوبة ، والبذور" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/index.po index 9720564cc..bcb745de3 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 6dfbbd552..2796c949b 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/security.po index 72cda25b0..08e94f143 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "الأمان والنسخ الاحتياطي والسلامة عند استخدام محفظة داش ألكتروم" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "داش، محفظة، ألكتروم، السلامة، الرقم السري، إسترداد، الحماية، إسترجاع" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 5c80fdeea..5ae798c53 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "دليل لإرسال واستقبال داش باستخدام محفظة داش إلكتروم" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "داش، محفظة، ألكتروم، إرسال، إستقبال، المعاملة" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/ar/LC_MESSAGES/docs/user/wallets/hardware.po index b4c2d4108..1686622bc 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "كيفية استخدام داش والعملات الرقمية مع محافظ الأجهزة" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "داش، المعدات، محافظ، موازنة، كيبكاي، تريزور، تأمين، المفتاح الخاص" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-hardware.po index 6fa414136..623843b27 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-paper.po index 923f7cbae..f94b66ca7 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-text.po index 47f7eb5b2..496ecb18a 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-third-party.po index d731e6dd8..ed279be80 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index-web.po index 336603703..2099dbbe6 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/index.po index d31d8be37..14aa7c1fc 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "وصف محافظ مختلفة متاحة لاستخدام وقضاء العملات الرقمية داش" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 50e38706f..18b7da887 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,28 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -30,27 +29,27 @@ msgstr "" "نظام عنوان URL والمفتاح العام الرئيسي وطلب الدفع في داش على جهاز الأيفون " "الخاص بك" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" -msgstr "داش ، الهاتف ، محفظة ، الأيفون ، إرسال ، استلام ، دفع ، رابط ، مفتاح عام" +msgstr "" +"داش ، الهاتف ، محفظة ، الأيفون ، إرسال ، استلام ، دفع ، رابط ، مفتاح عام" #: ../../docs/user/wallets/ios/advanced-functions.rst:9 msgid "Advanced functions" msgstr "الوظائف المتقدمة" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -#, fuzzy msgid "Masternode keys" -msgstr "المفتاح العام" +msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -68,10 +67,10 @@ msgid "" "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -"يسمح نظام الأيفون للتطبيقات بالتواصل مع بعضها البعض من خلال مخططات عناوين" -" الرابط. تقوم محفظة داش في الأيفون بتنفيذ dashwallet: // scheme ، مما " -"يسمح لك بالاتصال بالمحفظة لإكمال معاملة محددة في داش. توثق هذه الصفحة " -"الطرق المتاحة باستخدام نظام عنوان الرابط" +"يسمح نظام الأيفون للتطبيقات بالتواصل مع بعضها البعض من خلال مخططات عناوين " +"الرابط. تقوم محفظة داش في الأيفون بتنفيذ dashwallet: // scheme ، مما يسمح لك" +" بالاتصال بالمحفظة لإكمال معاملة محددة في داش. توثق هذه الصفحة الطرق المتاحة" +" باستخدام نظام عنوان الرابط" #: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" @@ -87,8 +86,8 @@ msgstr "ملاحظات" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" "``sender`` هو عنوان رابط لاستدعائك واسم التطبيق الذي تعرضه للمستخدم. هذا " "لمنع 3 تطبيقات الجهات الخارجية من التصيد الاحتيالي." @@ -103,8 +102,8 @@ msgstr "طلب الدفع في الأيفون" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" "إذا أدخل المستخدم رمز المرور الصحيح ، فسيتم إرسال المعاملة ويتم إرجاع " "المستخدم إلى تطبيق المرسل بعد عنوان رابط للإرجاع." @@ -123,15 +122,14 @@ msgstr "تنسيق طلب المفتاح العام الرئيسي ::" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" "ملاحظة: الحساب اختياري ويتوافق مع حساب BIP32 / BIP44 ، معظم الوقت يجب أن " -"يكون 0. إذا لم يتم تحديد الحساب ، فنحن نستخدم الحساب 0. سيؤدي هذا إلى " -"إرسال كل من المفتاح العام الموسع في ``44'/5'/ ’`` و " -"``’``" +"يكون 0. إذا لم يتم تحديد الحساب ، فنحن نستخدم الحساب 0. سيؤدي هذا إلى إرسال " +"كل من المفتاح العام الموسع في ``44'/5'/ ’`` و ``’``" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 #: ../../docs/user/wallets/ios/advanced-functions.rst:87 @@ -145,4 +143,3 @@ msgstr "الحصول على عنوان للدفع" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index d909abb6c..b23fe0c38 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "الشروع في إرسال واستقبال داش على جهاز الأيفون الخاص بك." -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "داش، الهاتف، المحفظة، الأيفون، إرسال، إستقبال، العناوين، هيا لنبدأ" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/index.po index 9847b174c..cbe45e14f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/installation.po index 008a1954d..c4d7d8fb5 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "كيفية تثبيت محفظة داش على جهاز الأيفون الخاص بك" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "داش، الهاتف، نحفظة، الأيفون، التتبيث، الصنف" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/paper.po b/locale/ar/LC_MESSAGES/docs/user/wallets/paper.po index c63f0c1bf..0279f677f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "أدلة لتأمين محافظ عملة داش" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "داش ، ورقة ، محفظة ، تشفير" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/ar/LC_MESSAGES/docs/user/wallets/recovery.po index d4678cf8d..7bc8b4edb 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "استعادة داش محافظ من الملفات والمفاتيح الخاصة أو كلمة الإستراد" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" "داش ، محفظة ، الانتعاش ، كلمة المرور ، المفقودة ، المحمول ، الأساسية ، " "العبارة ، المفتاح الخاص" @@ -40,18 +40,18 @@ msgstr "إسترجاع المحفظة" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" -"في بعض الأحيان ، يجد مستخدمو العملات الرقمية منذ فترة طويلة ملفات المحفظة" -" القديمة على محركات أقراص USB أو التخزين السحابي الذي نسوه. قد يكون " -"للآخرين نسخة احتياطية ، ولكن لا يمكنهم تذكر البرنامج الذي استخدموه في " -"إنشائه ، أو نسيان كلمة المرور. قد يكون لدى المستخدمين الآخرين نسخة قديمة " -"من داش كور لم تعد تعمل لأن الشبكة قد تمت ترقيتها. يهدف هذا المستند إلى " -"مساعدة هؤلاء المستخدمين في استعادة الوصول إلى أموالهم." +"في بعض الأحيان ، يجد مستخدمو العملات الرقمية منذ فترة طويلة ملفات المحفظة " +"القديمة على محركات أقراص USB أو التخزين السحابي الذي نسوه. قد يكون للآخرين " +"نسخة احتياطية ، ولكن لا يمكنهم تذكر البرنامج الذي استخدموه في إنشائه ، أو " +"نسيان كلمة المرور. قد يكون لدى المستخدمين الآخرين نسخة قديمة من داش كور لم " +"تعد تعمل لأن الشبكة قد تمت ترقيتها. يهدف هذا المستند إلى مساعدة هؤلاء " +"المستخدمين في استعادة الوصول إلى أموالهم." #: ../../docs/user/wallets/recovery.rst:20 msgid "Determining the backup format" @@ -61,14 +61,14 @@ msgstr "تحديد تنسيق النسخ الاحتياطي" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" "تتمثل الخطوة الأولى في تحديد تنسيق النسخة الاحتياطية. في معظم الحالات ، " -"سيكون هذا الملف عبارة عن ملف ، ربما يُدعى *wallet.dat* ، أو عبارة كلمات. " -"في بعض الحالات ، ربما تكون قد قمت بتخزين المفتاح الخاص لعنوان داش مباشرة." -" توضح القائمة التالية إمكانيات وأساليب استعادة محفظتك حسب الاحتمالية." +"سيكون هذا الملف عبارة عن ملف ، ربما يُدعى *wallet.dat* ، أو عبارة كلمات. في " +"بعض الحالات ، ربما تكون قد قمت بتخزين المفتاح الخاص لعنوان داش مباشرة. توضح " +"القائمة التالية إمكانيات وأساليب استعادة محفظتك حسب الاحتمالية." #: ../../docs/user/wallets/recovery.rst:28 msgid "Backup is stored in an older version of Dash Core that no longer works" @@ -88,21 +88,21 @@ msgstr "النسخ الاحتياطي هو ملف" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" -"إذا كان اسم الملف مشابهًا لـ wallet.dat ، فحاول استعادة استخدامه " -":ref:`داش كور `" +"إذا كان اسم الملف مشابهًا لـ wallet.dat ، فحاول استعادة استخدامه :ref:`داش " +"كور `" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" "إذا كان اسم الملف مشابهًا للنسخة الاحتياطية من المحفظة أو يحتوي على كلمة " -"'هاتف'، فحاول استعادة الاستخدام :ref:`محفظة داش في الأندرويد `" +"'هاتف'، فحاول استعادة الاستخدام :ref:`محفظة داش في الأندرويد `" #: ../../docs/user/wallets/recovery.rst:37 msgid "Backup is a phrase of words" @@ -112,21 +112,21 @@ msgstr "النسخ الاحتياطي عبارة من الكلمات" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" -"إذا كانت الكلمات 12 طويلة ، حاول استعادة باستخدام :ref:`محفظة داش " -"الإليكتروم ` أو محفظة داش في " -":ref:`الأندرويد ` أو في :ref:`الأيفون ` اعتمادًا على ما استخدمته لإنشاء النسخة الاحتياطية" +"إذا كانت الكلمات 12 طويلة ، حاول استعادة باستخدام :ref:`محفظة داش الإليكتروم" +" ` أو محفظة داش في :ref:`الأندرويد ` أو في :ref:`الأيفون ` " +"اعتمادًا على ما استخدمته لإنشاء النسخة الاحتياطية" #: ../../docs/user/wallets/recovery.rst:40 msgid "" "If 13 words long, try to restore using :ref:`Dash Electrum wallet `" msgstr "" -"إذا كانت 13 كلمة طويلة ، حاول استعادة باستخدام :ref:`محفظة داش الإليكتروم" -" `" +"إذا كانت 13 كلمة طويلة ، حاول استعادة باستخدام :ref:`محفظة داش الإليكتروم " +"`" #: ../../docs/user/wallets/recovery.rst:41 msgid "" @@ -134,14 +134,14 @@ msgid "" "wallet ` you used to create the recovery phrase" msgstr "" "إذا كانت المدة 12 أو 18 أو 24 أو 25 كلمة ، فحاول استعادتها باستخدام " -":ref:`محفظة الأجهزة ` التي استخدمتها لإنشاء " -"كلمة الإستراد" +":ref:`محفظة الأجهزة ` التي استخدمتها لإنشاء كلمة " +"الإستراد" #: ../../docs/user/wallets/recovery.rst:43 msgid "Backup is a long string of random characters or a QR code" msgstr "" -"النسخ الاحتياطي عبارة عن سلسلة طويلة من الأحرف العشوائية أو رمز الاستجابة" -" السريعة" +"النسخ الاحتياطي عبارة عن سلسلة طويلة من الأحرف العشوائية أو رمز الاستجابة " +"السريعة" #: ../../docs/user/wallets/recovery.rst:45 msgid "" @@ -153,29 +153,29 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" "إذا كان طولها 51 حرفًا وتبدأ بـ 7 أحرف ، فهذا يعني :ref:`مفتاح خاص في " "` ، بالاستيراد باستخدام داش كور" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" -"إذا كان طولها 58 حرفًا وتبدأ بـ 6 أحرف ، فهذا يعني :ref:`BIP38مفتاح خاص " -"مشفر `, فك تشفير باستخدام محفظة الورق ثم استيراد " -"باستخدام داش كور" +"إذا كان طولها 58 حرفًا وتبدأ بـ 6 أحرف ، فهذا يعني :ref:`BIP38مفتاح خاص مشفر" +" `, فك تشفير باستخدام محفظة الورق ثم استيراد باستخدام داش " +"كور" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" -"بمجرد تحديد تنسيق النسخة الاحتياطية ، اتبع الارتباطات لعرض دليل الاستعادة" -" لهذا التنسيق." +"بمجرد تحديد تنسيق النسخة الاحتياطية ، اتبع الارتباطات لعرض دليل الاستعادة " +"لهذا التنسيق." #: ../../docs/user/wallets/recovery.rst:55 msgid "File Backups" @@ -190,13 +190,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -207,21 +206,20 @@ msgstr "مقارنة الإصدار المثبت من داش كور مع أحد #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" "تحديث داش كور لأحدث إصدار وفقا ل :ref:`تعليمات التحميل `، إذا كان لديك ملف محفظة فقط ولا يوجد تثبيت موجود لـ داش " -"كور ، فقم ببساطة بتثبيت داش كور وفقًا لـ :ref:`تعليمات التحميل ` وبدء تشغيله مرة واحدة لإنشاء مجلد داش كور. ثم أغلق داش كور" -" وانسخ ملف *wallet.dat* الذي تريد استعادته إلى حافظة داش كور في الموقع " -"المحدد أدناه ، لتحل محل أو إعادة تسمية الملف الموجود." +"installation>`، إذا كان لديك ملف محفظة فقط ولا يوجد تثبيت موجود لـ داش كور ،" +" فقم ببساطة بتثبيت داش كور وفقًا لـ :ref:`تعليمات التحميل ` وبدء تشغيله مرة واحدة لإنشاء مجلد داش كور. ثم أغلق داش كور " +"وانسخ ملف *wallet.dat* الذي تريد استعادته إلى حافظة داش كور في الموقع المحدد" +" أدناه ، لتحل محل أو إعادة تسمية الملف الموجود." #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" @@ -245,11 +243,11 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" -"انتقل إلى المجلد الرئيسي واضغط على **Ctrl + H** لإظهار الملفات المخفية ، " -"ثم افتح ``.dashcore``" +"انتقل إلى المجلد الرئيسي واضغط على **Ctrl + H** لإظهار الملفات المخفية ، ثم " +"افتح ``.dashcore``" #: ../../docs/user/wallets/recovery.rst:95 msgid "macOS" @@ -261,8 +259,8 @@ msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -274,25 +272,27 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" -msgstr "اضغط على **Windows Key + R** واكتب ``%APPDATA٪`` ، ثم افتح ``داش كور``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgstr "" +"اضغط على **Windows Key + R** واكتب ``%APPDATA٪`` ، ثم افتح ``داش كور``" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" -"إذا كان الإصدار الحالي من داش كور أقدم من الإصدار v0.12.1.x ، فقد تحتاج " -"إلى إعادة تسمية مجلد البيانات من ``داش`` إلى ``داش كور``." +"إذا كان الإصدار الحالي من داش كور أقدم من الإصدار v0.12.1.x ، فقد تحتاج إلى " +"إعادة تسمية مجلد البيانات من ``داش`` إلى ``داش كور``." #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" -"لإصلاح عملية تثبيت مقطوعة ، انتقل إلى المجلد داش كور واحذف كافة ملفات " -"*.log* و *dat* باستثناء *wallet.dat*. يمكن حذف الملفات التالية بأمان:" +"لإصلاح عملية تثبيت مقطوعة ، انتقل إلى المجلد داش كور واحذف كافة ملفات *.log*" +" و *dat* باستثناء *wallet.dat*. يمكن حذف الملفات التالية بأمان:" #: ../../docs/user/wallets/recovery.rst:107 msgid "*banlist.dat*" @@ -337,24 +337,24 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" "اترك الملفات ``.conf`` والمجلدات (مثل ``backups``، ``blocks``، " -"``chainstate``، إلى أخره.) سليمة ، لأنها سوف تساعدك على البدء بشكل أسرع " -"من خلال توفير نسخة من بلوكشين والإعدادات الخاصة بك." +"``chainstate``، إلى أخره.) سليمة ، لأنها سوف تساعدك على البدء بشكل أسرع من " +"خلال توفير نسخة من بلوكشين والإعدادات الخاصة بك." #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -363,12 +363,12 @@ msgstr "مما اضطر داش كور لإعادة فحص البلوكشين" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -377,29 +377,28 @@ msgstr "داش أندرويد" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -415,12 +414,11 @@ msgstr "كلمة الإستعادة" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" "إذا كان لديك عبارة مكونة من 12 كلمة وتشعر بأن بعض النسخ الاحتياطية قد تم " -"إجراؤها على جهاز جوّال يعمل بنظام الأيفون أو الأندرويد ، فاتبع هذه " -"الإرشادات" +"إجراؤها على جهاز جوّال يعمل بنظام الأيفون أو الأندرويد ، فاتبع هذه الإرشادات" #: ../../docs/user/wallets/recovery.rst:189 msgid "12-word phrase on Android" @@ -428,23 +426,23 @@ msgstr "عبارة 12 كلمة في الأندرويد" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -460,25 +458,25 @@ msgstr "12 كلمة في الأيفون" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" -"تأكد من تحديث محفظة داش بالكامل في متجر التطبيقات ، ثم افتح داش. إذا كانت" -" هذه هي المرة الأولى التي تفتح فيها التطبيق ، يمكنك إدخال كلمة الإستراد " -"مباشرة عن طريق اختيار **إسترجاع المحفظة** على شاشة البدء. إذا كان لديك " -"رصيد موجود ، فقم إما بنسخ احتياطي آخر أو نقله إلى عنوان خارجي ، لأن " -"استعادة المحفظة ستحل محل محفظتك الحالية!" +"تأكد من تحديث محفظة داش بالكامل في متجر التطبيقات ، ثم افتح داش. إذا كانت " +"هذه هي المرة الأولى التي تفتح فيها التطبيق ، يمكنك إدخال كلمة الإستراد " +"مباشرة عن طريق اختيار **إسترجاع المحفظة** على شاشة البدء. إذا كان لديك رصيد " +"موجود ، فقم إما بنسخ احتياطي آخر أو نقله إلى عنوان خارجي ، لأن استعادة " +"المحفظة ستحل محل محفظتك الحالية!" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -493,21 +491,21 @@ msgstr "12/13 كلمة عبارة عن داش إلكتروم" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." -msgstr "" -"تأكد من استخدام أحدث إصدار من داش إلكتروم وفقًا لتعليمات التثبيت " -":ref:`هنا `. يدعم داش إلكتروم عدة محافظ متزامنة ، " -"لذا يمكنك استعادة ملف محفظة جديد بأمان دون فقدان المحفظة القديمة. انقر " -"فوق **ملف> جديد / استعادة** وأدخل اسم ملف لتخزين محفظتك الجديدة. ثم حدد " -"**لدي بالفعل** وأدخل كلمة استرداد كلمة 12/13. أدخل كلمة مرور جديدة " -"لمحفظةك وانقر فوق **التالي** لاسترداد العناوين من كلمة الإستراد." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." +msgstr "" +"تأكد من استخدام أحدث إصدار من داش إلكتروم وفقًا لتعليمات التثبيت :ref:`هنا " +"`. يدعم داش إلكتروم عدة محافظ متزامنة ، لذا يمكنك " +"استعادة ملف محفظة جديد بأمان دون فقدان المحفظة القديمة. انقر فوق **ملف> جديد" +" / استعادة** وأدخل اسم ملف لتخزين محفظتك الجديدة. ثم حدد **لدي بالفعل** " +"وأدخل كلمة استرداد كلمة 12/13. أدخل كلمة مرور جديدة لمحفظةك وانقر فوق " +"**التالي** لاسترداد العناوين من كلمة الإستراد." #: ../../docs/user/wallets/recovery.rst:274 msgid "*Restoring a 12-word recovery phrase using Dash Electrum*" @@ -522,24 +520,21 @@ msgid "" "If your 12, 18 or 24-word recovery phrase was generated by a hardware " "wallet, follow these instructions:" msgstr "" -"إذا تم إنشاء كلمة الإستراد التي تتكون من 12 أو 18 أو 24 كلمة من خلال " -"محفظة الأجهزة ، فاتبع هذه الإرشادات." +"إذا تم إنشاء كلمة الإستراد التي تتكون من 12 أو 18 أو 24 كلمة من خلال محفظة " +"الأجهزة ، فاتبع هذه الإرشادات." #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 -#, fuzzy msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" -"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" @@ -552,25 +547,25 @@ msgstr "استعادة محفظة الأيفون في داش إلكتروم" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." -msgstr "" -"يمكنك استخدام كلمة الإستراد داش في الأيفون الخاصة بك مع داش إلكتروم " -"لاسترداد الأموال إذا فقدت الوصول إلى جهاز الأيفون الخاص بك لأي سبب. ومع " -"ذلك ، نظرًا لأن مسارات اشتقاق المحفظة ليست متطابقة ، فإن العملية تعمل فقط" -" في اتجاه واحد ، مما يعني أنه لا يمكن استعادة محفظة داش إلكتروم " -"باستخدام محفظة داش في الأيفون . أيضاً ، لأن عملية الاستيراد تستخدم مفتاح " -"xprv بدلاً من كلمة الاسترداد مباشرة ، فلن يكون من الممكن اضهار عبارة " -"الاسترداد في داش إلكتروم . ولذلك يوصى بتحويل الأموال (إما إلى محفظة داش" -" إلكتروم قياسية أو محفظة أخرى) بمجرد نجاح عملية الاسترداد للتأكد من أن " -"إجراءات النسخ الاحتياطي القياسية تعمل كما هو متوقع." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." +msgstr "" +"يمكنك استخدام كلمة الإستراد داش في الأيفون الخاصة بك مع داش إلكتروم لاسترداد" +" الأموال إذا فقدت الوصول إلى جهاز الأيفون الخاص بك لأي سبب. ومع ذلك ، نظرًا " +"لأن مسارات اشتقاق المحفظة ليست متطابقة ، فإن العملية تعمل فقط في اتجاه واحد " +"، مما يعني أنه لا يمكن استعادة محفظة داش إلكتروم باستخدام محفظة داش في " +"الأيفون . أيضاً ، لأن عملية الاستيراد تستخدم مفتاح xprv بدلاً من كلمة " +"الاسترداد مباشرة ، فلن يكون من الممكن اضهار عبارة الاسترداد في داش إلكتروم " +". ولذلك يوصى بتحويل الأموال (إما إلى محفظة داش إلكتروم قياسية أو محفظة " +"أخرى) بمجرد نجاح عملية الاسترداد للتأكد من أن إجراءات النسخ الاحتياطي " +"القياسية تعمل كما هو متوقع." #: ../../docs/user/wallets/recovery.rst:304 msgid "" @@ -578,9 +573,8 @@ msgid "" "recovery phrase into an xprv key. In the second step, we will import the " "xprv key into Dash Electrum." msgstr "" -"الانتعاش يحدث في خطوتين. أولاً ، سنقوم بتحويل كلمة سترداد داش في الأيفون " -"إلى مفتاح xprv. في الخطوة الثانية ، سنقوم باستيراد مفتاح xprv إلى داش " -"إلكتروم." +"الانتعاش يحدث في خطوتين. أولاً ، سنقوم بتحويل كلمة سترداد داش في الأيفون إلى" +" مفتاح xprv. في الخطوة الثانية ، سنقوم باستيراد مفتاح xprv إلى داش إلكتروم." #: ../../docs/user/wallets/recovery.rst:309 msgid "Retrieving the correct Dash iOS xprv key" @@ -588,20 +582,18 @@ msgstr "استرجاع مفتاح داش في الأيفون xprv الصحيح" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" -msgstr "" -"انتقل إلى `BIP39 Mnemonic Code Converter `_" -" هذا هو أداة مفيدة لمعالجة/عرض بيانات البذور BIP32 / 39. إذا لم تكن " -"مرتاحًا لتنفيذ هذا الإجراء عبر الإنترنت ، يتوفر إصدار غير متصل عن طريق " -"تنزيل الملف الموضح في `هذه التعليمات `_. بمجرد تحميل الأداة في المتصفح ، أكمل " -"الخطوات التالية: " +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" +msgstr "" +"انتقل إلى `BIP39 Mnemonic Code Converter `_ " +"هذا هو أداة مفيدة لمعالجة/عرض بيانات البذور BIP32 / 39. إذا لم تكن مرتاحًا " +"لتنفيذ هذا الإجراء عبر الإنترنت ، يتوفر إصدار غير متصل عن طريق تنزيل الملف " +"الموضح في `هذه التعليمات `_. بمجرد تحميل الأداة في المتصفح ، أكمل الخطوات التالية: " #: ../../docs/user/wallets/recovery.rst:319 msgid "Enter your 12 word seed phrase in the **BIP39 Mnemonic** field." @@ -653,30 +645,29 @@ msgstr "اختياريا أدخل كلمة مرور." #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" -"يجب أن يكتشف داش إلكتروم الآن رصيد داش في الأيفون ويجب أن يكون لديك " -"إمكانية الوصول الكامل إلى أموالك. لن تكون عبارة البذور متاحة في داش " -"إلكتروم ، لذلك ستحتاج فقط إلى اتباع الخطوات المذكورة أعلاه مرة أخرى إذا " -"كنت تريد استعادة هذه المحفظة من كلمة الإستراد مرة أخرى. من المستحسن إرسال" -" أموالك إلى محفظة داش إلكتروم جديدة بدلاً من ذلك ومتابعتها :ref:`إجراءات " -"النسخ الاحتياطي القياسية `." +"يجب أن يكتشف داش إلكتروم الآن رصيد داش في الأيفون ويجب أن يكون لديك إمكانية " +"الوصول الكامل إلى أموالك. لن تكون عبارة البذور متاحة في داش إلكتروم ، لذلك " +"ستحتاج فقط إلى اتباع الخطوات المذكورة أعلاه مرة أخرى إذا كنت تريد استعادة " +"هذه المحفظة من كلمة الإستراد مرة أخرى. من المستحسن إرسال أموالك إلى محفظة " +"داش إلكتروم جديدة بدلاً من ذلك ومتابعتها :ref:`إجراءات النسخ الاحتياطي " +"القياسية `." #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -685,12 +676,12 @@ msgstr "مفاتيح خاصة" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -710,9 +701,8 @@ msgstr "استيراد مفتاح خاص باستخدام وحدة تصحيح ا #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" "ستقوم داش كور بإعادة فحص بلوكشين للمعاملات التي تتضمن العنوان العام لهذا " "المفتاح وإدخال المعاملات والتوازن في محفظتك." @@ -721,22 +711,23 @@ msgstr "" msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." -msgstr "" -"يجب أن يكون المفتاح الخاص بتنسيق استيراد المحفظة (WIF). إذا تم تشفير " -"المفتاح الخاص بك باستخدام BIP38 (يبدأ المفتاح بـ 6P بدلاً من 7) ، فيجب " -"عليك أولاً فك تشفيره لعرض المفتاح في WIF. للقيام بذلك ، انتقل إلى " +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." +msgstr "" +"يجب أن يكون المفتاح الخاص بتنسيق استيراد المحفظة (WIF). إذا تم تشفير المفتاح" +" الخاص بك باستخدام BIP38 (يبدأ المفتاح بـ 6P بدلاً من 7) ، فيجب عليك أولاً " +"فك تشفيره لعرض المفتاح في WIF. للقيام بذلك ، انتقل إلى " "https://paper.dash.org/ وانقر فوق **تفاصيل المحفظة**. أدخل المفتاح الخاص " "المشفر في الحقل وانقر فوق **عرض التفاصيل**. ستتم مطالبتك بكلمة المرور ، " -"وسيتم فك تشفير المفاتيح. ابحث عن المفتاح المسمى **المفتاح الخاص WIF** وقم" -" باستيراده إلى محفظتك." +"وسيتم فك تشفير المفاتيح. ابحث عن المفتاح المسمى **المفتاح الخاص WIF** وقم " +"باستيراده إلى محفظتك." #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "*فك تشفير مفتاح BIP38 مشفر إلى WIF للاستيراد في محفظة داش كور*" #: ../../docs/user/wallets/recovery.rst:399 @@ -745,26 +736,24 @@ msgstr "كلمات المرور المنسية" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." -msgstr "" -"في معظم الحالات ، إذا اخترت كلمة مرور قوية ونسيتها أو فقدتها ، فلا يوجد " -"أي أمل في التعافي. إن التشفير المستخدم من قبل محافظ داش قوي للغاية حسب " -"التصميم ، ويجب أن تهزم كلمة المرور التي تم اختيارها جيدًا معظم محاولات " -"اختراق القوة العنيفة. إذا كان باستطاعتك تذكر بعض تفاصيل كلمة المرور ، " -"خاصة طولها أو تسلسلها من الأحرف التي يمكن تضمينها ، فقد يكون من المفيد " -"عندئذ استخدام تقنيات تشذيب قوة كلمة المرور. توجد العديد من الخدمات للقيام" -" بذلك ، أو يمكنك محاولة ذلك بنفسك. نظرًا لأن داش كور يعتمد على بيتكوين " -"كور ، فإن معظم الطرق لتطبيق القوة الغاشمة على كسر محفظة بيتكوين ستعمل " -"أيضًا في محافظ داش." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." +msgstr "" +"في معظم الحالات ، إذا اخترت كلمة مرور قوية ونسيتها أو فقدتها ، فلا يوجد أي " +"أمل في التعافي. إن التشفير المستخدم من قبل محافظ داش قوي للغاية حسب التصميم " +"، ويجب أن تهزم كلمة المرور التي تم اختيارها جيدًا معظم محاولات اختراق القوة " +"العنيفة. إذا كان باستطاعتك تذكر بعض تفاصيل كلمة المرور ، خاصة طولها أو " +"تسلسلها من الأحرف التي يمكن تضمينها ، فقد يكون من المفيد عندئذ استخدام " +"تقنيات تشذيب قوة كلمة المرور. توجد العديد من الخدمات للقيام بذلك ، أو يمكنك " +"محاولة ذلك بنفسك. نظرًا لأن داش كور يعتمد على بيتكوين كور ، فإن معظم الطرق " +"لتطبيق القوة الغاشمة على كسر محفظة بيتكوين ستعمل أيضًا في محافظ داش." #: ../../docs/user/wallets/recovery.rst:412 msgid "`Wallet Recovery Services `_" @@ -773,4 +762,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "`BTCRecover `_" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/signing.po b/locale/ar/LC_MESSAGES/docs/user/wallets/signing.po index 4541ee3bd..93c2185d1 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,17 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" @@ -30,7 +30,7 @@ msgstr "" "أدلة ولقطات شاشة عن كيفية تسجيل الرسائل والتحقق منها باستخدام أداة التشفير " "عملة داش" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "داش، علامة، تحقق، رسالة، تريزور، داش كور" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/text.po b/locale/ar/LC_MESSAGES/docs/user/wallets/text.po index 9066e2679..3dae9e3ca 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "أدلة لمحافظ رسالة نصية ل عملة داش" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po index 2bc5e4953..78fba88c9 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Hasna Brania , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" -msgstr "قائمة ومعلومات تفصيلية عن محافظ الطرف الثالث التي تدعم أداة تحويل عملة داش" +msgstr "" +"قائمة ومعلومات تفصيلية عن محافظ الطرف الثالث التي تدعم أداة تحويل عملة داش" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -40,20 +40,20 @@ msgstr "المقدمة" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" -"بروتوكول داش والعديد من منتجات داش مثل داش كور ومحافظ الهاتف المحمول هي " -"مصدر مفتوح بالكامل ، مما يجعل من السهل على الأطراف الثالثة دمج داش مع " -"حلول محفظة التشفير الحالية الخاصة بهم. يصف هذا القسم بعض من محافظ الطرف " -"الثالث المتاحة والوظائف التي يقدمونها. يرجى ملاحظة أن داش لا تقدم الدعم " -"لأي من هذه المحافظ ، ولا ينبغي اعتبار أي قائمة هنا بمثابة تأييد أو توصية." -" اتصل ببائع البرنامج للحصول على الدعم." +"بروتوكول داش والعديد من منتجات داش مثل داش كور ومحافظ الهاتف المحمول هي مصدر" +" مفتوح بالكامل ، مما يجعل من السهل على الأطراف الثالثة دمج داش مع حلول محفظة" +" التشفير الحالية الخاصة بهم. يصف هذا القسم بعض من محافظ الطرف الثالث المتاحة" +" والوظائف التي يقدمونها. يرجى ملاحظة أن داش لا تقدم الدعم لأي من هذه المحافظ" +" ، ولا ينبغي اعتبار أي قائمة هنا بمثابة تأييد أو توصية. اتصل ببائع البرنامج " +"للحصول على الدعم." #: ../../docs/user/wallets/third-party.rst:21 msgid "ADAMANT" @@ -66,8 +66,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -90,9 +90,9 @@ msgstr "التتبيث" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -138,22 +138,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -172,18 +171,17 @@ msgstr "https://cobo.com" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" "Cobo هي محفظة متنقلة متعددة العملات تدعم داش مع خيارات إما لتسجيل محفظة " "سحابة (مفاتيح احتياطية احتياطية على السحابة) أو إنشاء بذرة HD المحفوظة " "(مفاتيح خاصة مشفرة على جهازك) ، مما يمنحك أقصى قدر من التحكم في كيفية " -"التعامل مع مفاتيح لجميع الأصول في المحفظة. توفر المحفظة ميزة فريدة من " -"نوعها \"staking\" حيث يمكن للمستخدمين تجمع داش بهم لإعداد ماسترنود " -"والاستمتاع بالعائدات الأسبوعية." +"التعامل مع مفاتيح لجميع الأصول في المحفظة. توفر المحفظة ميزة فريدة من نوعها " +"\"staking\" حيث يمكن للمستخدمين تجمع داش بهم لإعداد ماسترنود والاستمتاع " +"بالعائدات الأسبوعية." #: ../../docs/user/wallets/third-party.rst:131 msgid "" @@ -204,42 +202,37 @@ msgstr "محفظة Cobo" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 -#, fuzzy msgid "Coin Wallet" -msgstr "محفظة Cobo" +msgstr "" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://evercoin.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" #: ../../docs/user/wallets/third-party.rst:181 -#, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" -msgstr "تقدم Cobo وثائق مفصلة لجميع الوظائف على https://support.cobo.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" @@ -251,16 +244,16 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" -"Coinomi هي محفظة محمولة مفتوحة المصدر متعددة العملات متاحة لنظامي التشغيل" -" الأيفون و الأندرويد. لا تترك مفاتيحك الخاصة جهازك مطلقًا ، ويضمن تشفير " -"محفظتك القوي أن أموالك دائمًا ما تكون تحت سيطرتك فقط. يتوفر التبادل " -"الفوري في المحفظة مباشرة من خلال عمليات تكامل ShapeShift و Changelly." +"Coinomi هي محفظة محمولة مفتوحة المصدر متعددة العملات متاحة لنظامي التشغيل " +"الأيفون و الأندرويد. لا تترك مفاتيحك الخاصة جهازك مطلقًا ، ويضمن تشفير " +"محفظتك القوي أن أموالك دائمًا ما تكون تحت سيطرتك فقط. يتوفر التبادل الفوري " +"في المحفظة مباشرة من خلال عمليات تكامل ShapeShift و Changelly." #: ../../docs/user/wallets/third-party.rst:206 msgid "Download" @@ -269,18 +262,18 @@ msgstr "تحميل" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" -msgstr "تقدم Coinomi وثائق مفصلة لجميع الوظائف على https://coinomi.freshdesk.com" +msgstr "" +"تقدم Coinomi وثائق مفصلة لجميع الوظائف على https://coinomi.freshdesk.com" #: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" @@ -297,26 +290,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." -msgstr "" -"تعد Edge محفظة آمنة متعددة العملات لنظامي التشغيل الأيفون و الأندرويد. " -"وهو يوفر نظام تسجيل دخول فريدًا لتخزين بذور HD المشفرة على السحابة مع " -"الاستمرار في تنفيذ جميع العمليات الحساسة التي تتطلب مفتاحًا خاصًا على " -"جهازك. الحافة سريعة وسهلة الاستخدام ، مما يتيح لك مسح رموز QR وتوقيع " -"المعاملات باستخدام معرّف بصمة الإصبع أو الرقم السري بسيط. تم دمج " -"ShapeShift أيضا لتسهيل التبادل بين العملات الرقمية المختلفة." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." +msgstr "" +"تعد Edge محفظة آمنة متعددة العملات لنظامي التشغيل الأيفون و الأندرويد. وهو " +"يوفر نظام تسجيل دخول فريدًا لتخزين بذور HD المشفرة على السحابة مع الاستمرار " +"في تنفيذ جميع العمليات الحساسة التي تتطلب مفتاحًا خاصًا على جهازك. الحافة " +"سريعة وسهلة الاستخدام ، مما يتيح لك مسح رموز QR وتوقيع المعاملات باستخدام " +"معرّف بصمة الإصبع أو الرقم السري بسيط. تم دمج ShapeShift أيضا لتسهيل التبادل" +" بين العملات الرقمية المختلفة." #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -366,21 +357,19 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" "تسمح لك محفظة Ethos Universal بتخزين داش وأكثر من 100 رمز تشفير آخر. وهي " -"تحتوي على كلمة الإستراد واحدة ، تعرف باسم SmartKey ، والتي يمكنك من " -"خلالها استعادة جميع الأرصدة الموجودة على جهاز آخر. تتضمن الميزات أسماء " -"مستخدمين قابلة للقراءة من قبل البشر ، وتحويل العملات من ShapeShift وتتبع " -"المحفظة." +"تحتوي على كلمة الإستراد واحدة ، تعرف باسم SmartKey ، والتي يمكنك من خلالها " +"استعادة جميع الأرصدة الموجودة على جهاز آخر. تتضمن الميزات أسماء مستخدمين " +"قابلة للقراءة من قبل البشر ، وتحويل العملات من ShapeShift وتتبع المحفظة." #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -389,8 +378,8 @@ msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" -"يقدم Ethos وثائق مفصلة لجميع الوظائف على https://support.ethos.io ويتم " -"أيضًا تجميع بعض الروابط السريعة هنا" +"يقدم Ethos وثائق مفصلة لجميع الوظائف على https://support.ethos.io ويتم أيضًا" +" تجميع بعض الروابط السريعة هنا" #: ../../docs/user/wallets/third-party.rst:317 msgid "" @@ -409,8 +398,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -434,17 +423,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -456,19 +445,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" -"`كيفية تتبث Exodus? `_" +"`كيفية تتبث Exodus? `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" -"`كيفية البدأ مع Exodus? `_" +"`كيفية البدأ مع Exodus? `_" #: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" @@ -484,47 +473,45 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" -"تقدم Guarda نظامًا إيكولوجيًا كاملًا من بلوكشين يتألف من حواسيب مكتبية " -"وويب ومتنقلة ومبيعات تشفير OTC وتبادل فوري لتبادل الشفرات. يتم دعم داش في" -" جميع أنحاء النظام البيئي ، مما يجعله طريقة سهلة ومريحة للمستخدمين الجدد " -"للبدء. يتم الاحتفاظ بجميع المفاتيح من قبل المستخدم ، مما يضمن سلامة " -"أموالك." +"تقدم Guarda نظامًا إيكولوجيًا كاملًا من بلوكشين يتألف من حواسيب مكتبية وويب " +"ومتنقلة ومبيعات تشفير OTC وتبادل فوري لتبادل الشفرات. يتم دعم داش في جميع " +"أنحاء النظام البيئي ، مما يجعله طريقة سهلة ومريحة للمستخدمين الجدد للبدء. " +"يتم الاحتفاظ بجميع المفاتيح من قبل المستخدم ، مما يضمن سلامة أموالك." #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" -"تقدم Guarda وثائق مفصلة لجميع الوظائف على https://guarda.freshdesk.com " -"ويتم أيضًا تجميع بعض الروابط السريعة هنا:" +"تقدم Guarda وثائق مفصلة لجميع الوظائف على https://guarda.freshdesk.com ويتم " +"أيضًا تجميع بعض الروابط السريعة هنا:" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" "`كيفية إنشاء محفظة؟ " -"`_" +"`_" #: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" @@ -585,33 +572,31 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" -"Mobi هي محفظة متنقلة متعددة العملات مرتبطة برقم هاتفك. بصفتك محفظة " -"مستضافة ، يحمل Mobi المفاتيح الخاصة لأموالك نيابة عنك ، مما يعني أنه " -"يمكنك استعادة أموالك ببساطة عن طريق تلقي رسالة نصية وإدخال رقم التعريف " -"الشخصي الخاص بك. ومع ذلك ، يجب أن تثق في Mobi للتصرف بمسؤولية مع هذه " -"المفاتيح الخاصة ، وسوف تفقد الوصول إلى أموالك إذا فقدت الوصول إلى رقم " -"هاتفك. تتوفر واجهة الويب أيضًا ، ويمكنك استخدام العملة الورقية لشراء عملة" -" مشفرة في التطبيق." +"Mobi هي محفظة متنقلة متعددة العملات مرتبطة برقم هاتفك. بصفتك محفظة مستضافة ،" +" يحمل Mobi المفاتيح الخاصة لأموالك نيابة عنك ، مما يعني أنه يمكنك استعادة " +"أموالك ببساطة عن طريق تلقي رسالة نصية وإدخال رقم التعريف الشخصي الخاص بك. " +"ومع ذلك ، يجب أن تثق في Mobi للتصرف بمسؤولية مع هذه المفاتيح الخاصة ، وسوف " +"تفقد الوصول إلى أموالك إذا فقدت الوصول إلى رقم هاتفك. تتوفر واجهة الويب " +"أيضًا ، ويمكنك استخدام العملة الورقية لشراء عملة مشفرة في التطبيق." #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" "إقرأ `FAQ `__, و ادخل `Mobi Telegram group " "`_ أو إرسل رسالة لدعم من هنا support@mobi.me" @@ -630,23 +615,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -663,9 +647,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -678,9 +662,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -697,10 +680,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -713,8 +695,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -731,28 +713,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -770,372 +750,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "Cryptonator" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" -#~ "تقدم Cryptonator محفظة على شبكة الإنترنت" -#~ " / المحمول والتي يمكن الوصول إليها" -#~ " باستخدام تركيبة بسيطة من اسم " -#~ "المستخدم / كلمة المرور. وهو يدعم " -#~ "العديد من العملات بما في ذلك داش" -#~ " ، ويقدم التبادل الفوري بين العملات" -#~ " المختلفة. كما أنها تدعم مدفوعات SEPA" -#~ " المقومة باليورو مباشرة من داخل " -#~ "الحساب." - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "بدأ تسغيل محفظة cryptonator في الأندرويد" - -#~ msgid "Evercoin" -#~ msgstr "Evercoin" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" -#~ "إقرأ `FAQ `__ أو " -#~ "أدخل `لموقع الرسمي `_ " -#~ "للتكلم مع الدعم مباشرة" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "بدأ محفظة Evercoin في الأندرويد" - -#~ msgid "Jaxx" -#~ msgstr "Jaxx" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" -#~ "يدعم Jaxx عملات متعددة في محفظة " -#~ "واحدة ، بما في ذلك داش. وهي " -#~ "متاحة لجميع الأنظمة الأساسية تقريبًا ،" -#~ " بما في ذلك الأندرويد و الأيفون " -#~ "و ماك و ويندوز و لينكس وكذلك " -#~ "كإضافة كروم. Jaxx هو برنامج مفتوح " -#~ "المصدر." - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "محفظة Jaxx تعمل على أجهزة مختلفة" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" -#~ "يوفر Paytomat محفظة متعددة العملات " -#~ "لنظامي التشغيل الأندرويد و الأيفون والتي" -#~ " تدمج برنامج الولاء لتحفيز تجار " -#~ "التجزئة والمستهلكين على إجراء المعاملات " -#~ "في داش." - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" -#~ "إشترك `Paytomat Telegram group " -#~ "`_ أو إرسل لدعم من " -#~ "هنا support@paytomat.com" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "محفظة Paytomat بدأت في الأندرويد" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "Atomic Wallet" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "https://atomicwallet.io" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" -#~ "Atomic هي محفظة خالية من الوصاية " -#~ "المالية المتعددة مع تبادل المقايضة " -#~ "الذرية والوظائف اللامركزية. وهو يوفر " -#~ "خدمة قوية وآمنة تسمح للمستخدمين بشفافية" -#~ " و تقليل الجهود المبذولة على إدارة" -#~ " وتبادل الأصول المشفرة." - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" -#~ "تقدم محفظة Atomic وثائق مفصلة عن " -#~ "جميع الوظائف على https://atomicwallet.freshdesk.com" -#~ " ويتم أيضًا تجميع بعض الروابط السريعة" -#~ " هنا:" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" -#~ "`كيفية إنشاء محفظة " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" -#~ "`بدأ العمل بمحفظة Atomic " -#~ "`_" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "واجهة محفظة Atomic" - diff --git a/locale/ar/LC_MESSAGES/docs/user/wallets/web.po b/locale/ar/LC_MESSAGES/docs/user/wallets/web.po index 71ddac81f..8b0e3e81d 100644 --- a/locale/ar/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ar/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Hasna Brania , 2022\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/ar/LC_MESSAGES/index.po b/locale/ar/LC_MESSAGES/index.po index d7c213308..ff096a696 100644 --- a/locale/ar/LC_MESSAGES/index.po +++ b/locale/ar/LC_MESSAGES/index.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2018 # Hasna Brania , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Hasna Brania , 2018\n" -"Language: ar\n" -"Language-Team: Arabic (https://www.transifex.com/dash/teams/37570/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -"تقدم وثائق داش المعلومات والأدلة على داش ، وهي عبارة عن عملة مفتوحة من " -"نظير إلى نظير ، مع تركيز قوي على صناعة المدفوعات." +"تقدم وثائق داش المعلومات والأدلة على داش ، وهي عبارة عن عملة مفتوحة من نظير " +"إلى نظير ، مع تركيز قوي على صناعة المدفوعات." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -47,30 +46,28 @@ msgstr "وثائق داش" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -79,8 +76,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -93,8 +90,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -107,17 +104,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/developers/compiling.po b/locale/de/LC_MESSAGES/docs/user/developers/compiling.po index ccfddac23..84bf3a969 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/compiling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/index.po b/locale/de/LC_MESSAGES/docs/user/developers/index.po index f3987a578..3303fb69c 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,19 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -39,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -74,14 +74,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" "Die verbleibenden Sektionen, die weiter unten gefunden werden können, " "beschreiben den praktischen Hintergrund, der zum Ausführen allgemeiner " @@ -94,28 +94,9 @@ msgstr "Versionsgeschichte" #: ../../docs/user/developers/index.rst:55 msgid "Full release notes and the version history of Dash are available here:" msgstr "" -"Vollständige Release Notes und die Dash-Versionsgeschichte sind zu finden" -" unter:" +"Vollständige Release Notes und die Dash-Versionsgeschichte sind zu finden " +"unter:" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/developers/insight.po b/locale/de/LC_MESSAGES/docs/user/developers/insight.po index 1b18b9a70..3b6bcbfcf 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/insight.po @@ -1,43 +1,43 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" "Die Open-Source Dash Insight REST API bietet einen benutzerfreundlichen, " -"leistungsstarken und einfachen Weg, um Daten aus dem Dash-Netzwerk in die" -" eigene Plattform zu integrieren." +"leistungsstarken und einfachen Weg, um Daten aus dem Dash-Netzwerk in die " +"eigene Plattform zu integrieren." -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blöcke, " -"index, transaktionen" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blöcke, index, " +"transaktionen" #: ../../docs/user/developers/insight.rst:9 msgid "Insight API Installation" @@ -46,21 +46,21 @@ msgstr "Insight API Installation" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -92,11 +92,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" -"**Optional** ändere den Wert von ``network`` zu ``testnet``, wenn du " -"Insight über das Testnet laufen lassen willst" +"**Optional** ändere den Wert von ``network`` zu ``testnet``, wenn du Insight" +" über das Testnet laufen lassen willst" #: ../../docs/user/developers/insight.rst:62 msgid "Run it::" @@ -105,18 +105,11 @@ msgstr "Führe aus::" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "Der Insight UI Blockexplorer ist verfügbar unter::" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po index def0edf2a..027865839 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2023 # Leon White , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Leon White , 2023\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -38,8 +38,8 @@ msgstr "API-Dienste" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" "Mehrere API-Dienste können dazu verwendet werden, eine der folgenden " "Funktionen des Dash-Netzwerks mit einer Plattform zu verbinden:" @@ -67,8 +67,8 @@ msgid "" "includes mechanisms such as:" msgstr "" "API-Dienste werden im Normalfall verwendet, damit auf eine eigene " -"Infrastruktur zum Zugriff auf die Blockchain verzichtet werden kann. Dazu" -" gehören Mechanismen wie:" +"Infrastruktur zum Zugriff auf die Blockchain verzichtet werden kann. Dazu " +"gehören Mechanismen wie:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -84,16 +84,15 @@ msgstr "Zahlungsverarbeitung über WebHooks" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" "Es gibt mehrere Arten, auf derartige Funktionen zuzugreifen, wobei diese " "sich hauptsächlich in der Preisgestaltung und in der Reichweite der " -"Möglichkeiten unterscheiden. Die folgende Liste an API-Diensten versucht " -"die Unterschiede herauszustellen und verweist auf weiterführende " +"Möglichkeiten unterscheiden. Die folgende Liste an API-Diensten versucht die" +" Unterschiede herauszustellen und verweist auf weiterführende " "Dokumentationen zu den einzelnen Diensten." #: ../../docs/user/developers/integration-apis.rst:35 @@ -106,16 +105,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" "Die Open-Source Insight REST API bietet einen benutzerfreundlichen, " -"leistungsstarken und einfachen Weg, um Daten aus dem Dash-Netzwerk in die" -" eigene Plattform zu integrieren. Eine praktische Anleitung, wie man mit " -"der Implementierung der Insight API und des Insight UI Blockexplorers " -"beginnen kann, gibt es :ref:`hier `." +"leistungsstarken und einfachen Weg, um Daten aus dem Dash-Netzwerk in die " +"eigene Plattform zu integrieren. Eine praktische Anleitung, wie man mit der " +"Implementierung der Insight API und des Insight UI Blockexplorers beginnen " +"kann, gibt es :ref:`hier `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -149,13 +148,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" "Funktionen: Transaktionsübermittlung, HD Wallet- / Adresserstellung, " -"WebSocket und WebHook Rückmeldung und Payment Forwarding. BlockCypher " -"greift nicht auf die Private Keys zu" +"WebSocket und WebHook Rückmeldung und Payment Forwarding. BlockCypher greift" +" nicht auf die Private Keys zu" #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -177,9 +176,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" "BitGo bietet eine einfache und leistungsstarke RESTful API und die " "erforderliche Client SDK, um die Wallet einer digitalen Währung mit der " @@ -191,8 +190,8 @@ msgid "" "Features: Multi-Signature HD Wallets, Wallet Operations, WebSocket and " "WebHook Notifications, Custody Solutions" msgstr "" -"Funktionen: Multi-Signature HD Wallets, Wallet-Operationen, WebSocket " -"uand WebHook-Benachrichtigungen" +"Funktionen: Multi-Signature HD Wallets, Wallet-Operationen, WebSocket uand " +"WebHook-Benachrichtigungen" #: ../../docs/user/developers/integration-apis.rst:93 msgid "Pricing Model: Per API Call" @@ -212,18 +211,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -244,9 +242,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -272,21 +269,20 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 -#, fuzzy msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "Preisgestaltung: Kostenlos / Open-Source" +msgstr "" #: ../../docs/user/developers/integration-apis.rst:153 msgid "Documentation: https://services.tokenview.io/docs?type=api" @@ -302,17 +298,17 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -327,8 +323,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" "Preisgestaltung: 0,5% der Transaktion (https://www.coinpayments.net/help-" "fees)" @@ -343,8 +338,8 @@ msgstr "Preisticker" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -352,8 +347,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -363,17 +358,16 @@ msgstr "QR-Codes" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -381,15 +375,14 @@ msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"In der Dash Android Wallet kannst du über **Dash empfangen** einen QR-" -"Code erzeugen und durch Antippen vergrößern. Du kannst das Bild als " -"Screenshot speichern." +"In der Dash Android Wallet kannst du über **Dash empfangen** einen QR-Code " +"erzeugen und durch Antippen vergrößern. Du kannst das Bild als Screenshot " +"speichern." #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" "In der Dash Android Wallet kannst du links über **Dash empfangen** eine " "Adresse und einen QR-Code erzeugen. Du kannst das Bild als Screenshot " @@ -397,11 +390,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" "Über `CWA QR Code Generator `_ kannst du " "jederzeit einen QR-Code für jede beliebige Adresse erzeugen und als Bild " "speichern." - diff --git a/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po index c39ae5359..214fd078e 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,11 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2023 # Nils Hermann , 2023 +# #, fuzzy msgid "" msgstr "" @@ -14,22 +15,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Nils Hermann , 2023\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -39,10 +39,10 @@ msgstr "SDK-Ressourcen" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" "SDKs (Software Development Kits) werden verwendet um die Entwicklung und " "Gestaltung eines Produktes für das Dash-Netzwerk zu vereinfachen. Diese " @@ -61,10 +61,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -85,16 +85,16 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" "Bei Dashcore handelt es sich um eine Bitcore-Fork, die als Dash Fullnode " "fungiert, weswegen Applikationen direkt über das Peer-to-Peer-Netzwerk " "laufen. Für Wallet Applikationen gibt es zusätzliche Indices, durch die " -"Adressen, Transaktionsaufzeichnungen und ungenutzte Outputs abgefragt " -"werden können. " +"Adressen, Transaktionsaufzeichnungen und ungenutzte Outputs abgefragt werden" +" können. " #: ../../docs/user/developers/integration-sdks.rst:51 #: ../../docs/user/developers/integration-sdks.rst:64 @@ -125,9 +125,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -181,11 +180,11 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" -"PyCoin bietet eine Reihe von Dienstroutinen, die im Umgang mit Bitcoin " -"und Dash von Nutzen sind. Es wurde mit Python 2.7, 3.6 und 3.7 getestet." +"PyCoin bietet eine Reihe von Dienstroutinen, die im Umgang mit Bitcoin und " +"Dash von Nutzen sind. Es wurde mit Python 2.7, 3.6 und 3.7 getestet." #: ../../docs/user/developers/integration-sdks.rst:89 msgid "Platform: Python" @@ -218,16 +217,16 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" -"DashJ ist eine Library, um mit dem Dash-Protokoll zu interagieren. " -"Dadurch kann unter anderem eine Wallet betrieben werden (inklusive " -"InstantSend), ohne eine Dash Core Kopie zu speichern. Es wird in Java " -"implementiert, kann aber mit allen JVM-kompatiblen Sprachen verwendet " -"werden: Python- und JavaScript-Beispiele sind beigefügt." +"DashJ ist eine Library, um mit dem Dash-Protokoll zu interagieren. Dadurch " +"kann unter anderem eine Wallet betrieben werden (inklusive InstantSend), " +"ohne eine Dash Core Kopie zu speichern. Es wird in Java implementiert, kann " +"aber mit allen JVM-kompatiblen Sprachen verwendet werden: Python- und " +"JavaScript-Beispiele sind beigefügt." #: ../../docs/user/developers/integration-sdks.rst:110 msgid "Platform: Java" @@ -255,9 +254,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" "Dash-Sync ist ein Objective-C Dash Blockchain-Framework für iOS. Es " "beinhaltet die wichtigsten Bitcoin Improvement Proposals (BIPs) und Dash " @@ -281,11 +280,11 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -303,10 +302,10 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "Repositorien: https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" -"Siehe auch: `JSON-RPC Utilities " -"`__" +"Siehe auch: `JSON-RPC Utilities `__" #: ../../docs/user/developers/integration-sdks.rst:154 msgid "BlockCypher" @@ -327,10 +326,3 @@ msgstr "Plattformen: Ruby, Python, Java, PHP, Go, NodeJS" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/developers/integration.po b/locale/de/LC_MESSAGES/docs/user/developers/integration.po index 2ed81c950..f7b0c7373 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/integration.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -45,10 +45,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -57,21 +57,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -92,16 +92,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -111,14 +110,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -129,7 +128,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -161,9 +161,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -173,30 +173,29 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" "Dash 0.13.0 und höher implementieren `DIP002 Special Transactions " -"`__, welches die" -" Grundlage für neue Transaktionstypen ist, die On-Chain Metadaten für " +"`__, welches die " +"Grundlage für neue Transaktionstypen ist, die On-Chain Metadaten für " "verschiedene Konsens-Mechanismen zur Verfügung stellt. Die folgenden " "speziellen Transaktionstypen existieren:" @@ -298,48 +297,47 @@ msgstr "Integrationsanmerkungen" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -357,36 +355,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -396,9 +393,9 @@ msgstr "InstantSend-Transaktionen empfangen" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -408,7 +405,8 @@ msgstr "" "können:" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "Der InstantSend-Status einer Transaktion muss erkannt werden." #: ../../docs/user/developers/integration.rst:178 @@ -422,15 +420,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" -"Der InstantSend-Status wird üblicherweise über eine direkte Verbindung " -"mit dem Dash Daemon, `ZMQ Benachrichtigungen " -"`__ " -"oder ein externes Benachrichtigungsskript erkannt." +"Der InstantSend-Status wird üblicherweise über eine direkte Verbindung mit " +"dem Dash Daemon, `ZMQ Benachrichtigungen " +"`__ oder" +" ein externes Benachrichtigungsskript erkannt." #: ../../docs/user/developers/integration.rst:186 #: ../../docs/user/developers/integration.rst:309 @@ -439,10 +437,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -453,16 +451,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -496,8 +494,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -506,29 +504,27 @@ msgstr "InstantSend-Transaktionen übermitteln" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -552,13 +548,13 @@ msgstr "Zusätzliche Ressourcen" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -"Die folgenden Ressourcen bieten weitergehende Informationen über " -"InstantSend und sind dafür gedacht ein besseres Verstehen der " -"zugrundeliegenden Technologie zu ermöglichen." +"Die folgenden Ressourcen bieten weitergehende Informationen über InstantSend" +" und sind dafür gedacht ein besseres Verstehen der zugrundeliegenden " +"Technologie zu ermöglichen." #: ../../docs/user/developers/integration.rst:266 msgid "" @@ -570,8 +566,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -601,19 +596,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -622,43 +616,33 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 -#, fuzzy msgid "Receiving a ChainLock introduces two requirements:" msgstr "" -"Es gibt zwei Voraussetzungen, um InstantSend-Transaktionen erkennen zu " -"können:" #: ../../docs/user/developers/integration.rst:298 -#, fuzzy msgid "" "The ability to determine the “ChainLock Status” of a given block or " "transaction." -msgstr "Der InstantSend-Status einer Transaktion muss erkannt werden." +msgstr "" #: ../../docs/user/developers/integration.rst:304 -#, fuzzy msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" -"Der InstantSend-Status wird üblicherweise über eine direkte Verbindung " -"mit dem Dash Daemon, `ZMQ Benachrichtigungen " -"`__ " -"oder ein externes Benachrichtigungsskript erkannt." #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -675,19 +659,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -722,144 +706,12 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 -#, fuzzy msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" -"`InstantSend technische Informationen " -"`__" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/developers/sporks.po b/locale/de/LC_MESSAGES/docs/user/developers/sporks.po index f2c2c125d..387cd06dc 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Nils Hermann , 2023\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/testnet.po b/locale/de/LC_MESSAGES/docs/user/developers/testnet.po index 3d4d9ad2a..2797809b9 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,21 +14,19 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -39,12 +38,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:18 @@ -53,8 +52,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" #: ../../docs/user/developers/testnet.rst:21 @@ -67,8 +66,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" #: ../../docs/user/developers/testnet.rst:25 @@ -77,8 +76,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" #: ../../docs/user/developers/testnet.rst:32 @@ -87,10 +86,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -100,9 +99,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -167,8 +166,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" #: ../../docs/user/developers/testnet.rst:75 @@ -191,17 +189,17 @@ msgstr "Masternodes" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -212,8 +210,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" #: ../../docs/user/developers/testnet.rst:94 @@ -224,9 +222,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -237,23 +235,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -262,12 +259,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -351,11 +348,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -388,12 +385,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -431,11 +428,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -480,12 +477,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -532,12 +529,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -560,8 +557,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" #: ../../docs/user/developers/testnet.rst:266 @@ -587,24 +584,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/developers/translating.po b/locale/de/LC_MESSAGES/docs/user/developers/translating.po index 5d31ad7a6..d4618b7fa 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/earning-spending.po b/locale/de/LC_MESSAGES/docs/user/earning-spending.po index 806072737..2de5fbffb 100644 --- a/locale/de/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/de/LC_MESSAGES/docs/user/earning-spending.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po index 25e1d8199..a6e70f0a7 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/index.po b/locale/de/LC_MESSAGES/docs/user/governance/index.po index 65c738dcf..73dc90c8c 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/understanding.po b/locale/de/LC_MESSAGES/docs/user/governance/understanding.po index db6aa13bd..86aaa207d 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/using.po b/locale/de/LC_MESSAGES/docs/user/governance/using.po index 99c1f0746..5f97b6139 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/using.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Manuel Herrmann , 2022 +# #, fuzzy msgid "" msgstr "" @@ -12,21 +13,19 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Manuel Herrmann , 2022" -"\n" -"Language: de\n" +"Last-Translator: Manuel Herrmann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -37,8 +36,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -79,8 +78,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -112,27 +111,25 @@ msgid "Budgets" msgstr "" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -152,8 +149,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" #: ../../docs/user/governance/using.rst:64 @@ -187,26 +184,23 @@ msgid "" msgstr "" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" #: ../../docs/user/governance/using.rst:86 @@ -216,8 +210,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" #: ../../docs/user/governance/using.rst:92 @@ -238,11 +232,11 @@ msgstr "" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" #: ../../docs/user/governance/using.rst:108 @@ -362,10 +356,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" #: ../../docs/user/governance/using.rst:150 @@ -378,19 +372,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -399,37 +393,36 @@ msgstr "" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" #: ../../docs/user/governance/using.rst:213 @@ -438,10 +431,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" #: ../../docs/user/governance/using.rst:221 @@ -456,8 +449,8 @@ msgstr "" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" @@ -468,8 +461,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -490,12 +483,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -521,18 +513,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -545,8 +537,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -571,17 +562,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -589,7 +582,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -600,8 +594,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -610,20 +604,20 @@ msgstr "" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -652,25 +646,24 @@ msgstr "" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." msgstr "" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" #: ../../docs/user/governance/using.rst:382 @@ -684,12 +677,12 @@ msgstr "" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" #: ../../docs/user/governance/using.rst:398 @@ -702,19 +695,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -728,8 +721,8 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -754,32 +747,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/index.po b/locale/de/LC_MESSAGES/docs/user/index.po index 9dc162c54..5be0d2ae4 100644 --- a/locale/de/LC_MESSAGES/docs/user/index.po +++ b/locale/de/LC_MESSAGES/docs/user/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/about.po b/locale/de/LC_MESSAGES/docs/user/introduction/about.po index d4042a11f..36ce60607 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/about.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/features.po b/locale/de/LC_MESSAGES/docs/user/introduction/features.po index 252854055..ed8860c7c 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/features.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Nils Hermann , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2023\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -90,8 +90,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" "Die dezentralisierte Entscheidungsfindung durch die Blockchain " "(Decentralized Governance By Blockchain) erlaubt es den Besitzern der " @@ -105,15 +105,15 @@ msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -130,26 +130,26 @@ msgstr "" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" "**Dash Evolution** wird Kryptowährungen so benutzerfreundlich wie PayPal " "machen." @@ -158,35 +158,33 @@ msgstr "" msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Masternodes" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -194,9 +192,8 @@ msgid "Masternode" msgstr "" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Masternodes" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -253,12 +250,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -274,39 +271,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -314,25 +311,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -341,64 +337,59 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." -msgstr "" -"Klassische dezentralisierte Kryptowährungen warten eine gewisse Zeit ab, " -"bis genügend Blöcke bestätigt wurden, damit eine Transaktion nicht " -"rückgängig gemacht werden und kein Double-Spend stattfinden kann, bei dem" -" ein Betrag zweimal verwendet wird. Dieser Prozess ist zeitintensiv und " -"dauert zwischen 15 Minuten und einer Stunde, bis die 6 allgemein " -"akzeptierten Blöcke bestätigt wurden. Andere Kryptowährungen ermöglichen " -"schnellere Bestätigungszeiten, indem eine zentralisierte Autorität einen " -"gewissen Grad an Kontrolle über das Netzwerk hat." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." +msgstr "" +"Klassische dezentralisierte Kryptowährungen warten eine gewisse Zeit ab, bis" +" genügend Blöcke bestätigt wurden, damit eine Transaktion nicht rückgängig " +"gemacht werden und kein Double-Spend stattfinden kann, bei dem ein Betrag " +"zweimal verwendet wird. Dieser Prozess ist zeitintensiv und dauert zwischen " +"15 Minuten und einer Stunde, bis die 6 allgemein akzeptierten Blöcke " +"bestätigt wurden. Andere Kryptowährungen ermöglichen schnellere " +"Bestätigungszeiten, indem eine zentralisierte Autorität einen gewissen Grad " +"an Kontrolle über das Netzwerk hat." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." msgstr "" "Kryptowährungen wie Dash können durch die InstantSend-Technologie mit " -"sekundenschnellen Transaktionssystemen wie Kreditkarten konkurrieren, " -"ohne dabei auf eine zentrale Autorität vertrauen zu müssen. Eine weite " +"sekundenschnellen Transaktionssystemen wie Kreditkarten konkurrieren, ohne " +"dabei auf eine zentrale Autorität vertrauen zu müssen. Eine weite " "Verbreitung von Dash und InstantSend könnte die Welt der Kryptowährungen " -"revolutionieren, da hierdurch lange Bestätigungszeiten von einer Stunde " -"(wie bei Bitcoin) auf ein paar Sekunden herabgesetzt werden können. " +"revolutionieren, da hierdurch lange Bestätigungszeiten von einer Stunde (wie" +" bei Bitcoin) auf ein paar Sekunden herabgesetzt werden können. " #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -406,8 +397,8 @@ msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" -"**Wie Dash-'InstantSend' Händler vor Double Spends schützt**, Dash " -"Detailed mit Amanda B. Johnson, 16. September 2016" +"**Wie Dash-'InstantSend' Händler vor Double Spends schützt**, Dash Detailed " +"mit Amanda B. Johnson, 16. September 2016" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" @@ -416,18 +407,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -436,41 +427,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -480,65 +469,63 @@ msgstr "Sporks" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" "Als Antwort auf unvorhergesehene Probleme bei der Veröffentlichung des " -"wichtigen \"RC3\"-Updates im Juni 2014, hat das Dash-Entwicklerteam einen" -" Mechanismus geschaffen, durch den ein Update eingespielt werden kann, " -"ohne, dass es sofort aktiviert wird („verpflichtend“). Diese Neuerung " -"erlaubt reibungslosere Übergänge, als dies beim traditionellen Hard Fork " -"Vorgang der Fall ist. Zudem können hierdurch Testdaten in einer Live-" -"Umgebung gesammelt werden. Dieses mehr-phasige Forking sollte zunächst " -"als \"soft forking\" bezeichnet werden, aber die Community entschied sich" -" für den Namen \"der Spork\", der seitdem beibehalten wurde." +"wichtigen \"RC3\"-Updates im Juni 2014, hat das Dash-Entwicklerteam einen " +"Mechanismus geschaffen, durch den ein Update eingespielt werden kann, ohne, " +"dass es sofort aktiviert wird („verpflichtend“). Diese Neuerung erlaubt " +"reibungslosere Übergänge, als dies beim traditionellen Hard Fork Vorgang der" +" Fall ist. Zudem können hierdurch Testdaten in einer Live-Umgebung gesammelt" +" werden. Dieses mehr-phasige Forking sollte zunächst als \"soft forking\" " +"bezeichnet werden, aber die Community entschied sich für den Namen \"der " +"Spork\", der seitdem beibehalten wurde." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." -msgstr "" -"Neue Funktionen oder Versionen von Dash werden zunächst eingehend über " -"das Testnet getestet, bevor sie für das Hauptnetzwerk veröffentlicht " -"werden. Sobald eine neue Funktion oder Version veröffentlicht wurde, " -"werden die Nutzer über die Änderungen benachrichtigt und darum gebeten, " -"ihre Version zu aktualisieren. Nutzer, die die aktuelle Version " -"installiert haben verwenden bereits den neuen Code, doch dessen " -"Neuerungen werden erst dann aktiv, wenn ein großer Teil (meistens 80%) " -"des Netzwerks seinen Konsens zu der neuen Version gegeben hat. Sollte es " -"zu Fehlern mit dem neuen Code kommen, werden die Blöcke der Clients nicht" -" vom Netzwerk zurückgewiesen, wodurch ungewollte Forks vermieden werden. " -"Daten über die Fehler werden gesammelt und an die Entwickler übermittelt." -" Sobald das Entwicklerteam mit der Stabilität des Codes in der " -"Hauptnetzwerksumgebung zufrieden ist – und der nötige Konsens erreicht " -"wurde – wird der Code vollständig aktiviert, indem mehrere der Core-" -"Entwickler eine Nachricht an das Netzwerk mit den dafür vorgesehenen " -"Private Keys signieren. Sollte es zu Problemen kommen, dann kann der Code" -" auf die gleiche Art und Weise wieder deaktiviert werden, ohne, dass das " -"Netzwerk zurückgesetzt oder ein Client geupdated werden müsste. " -"Technische Details zu den einzelnen Sporks finden sich an :ref:`dieser" -"` Stelle." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." +msgstr "" +"Neue Funktionen oder Versionen von Dash werden zunächst eingehend über das " +"Testnet getestet, bevor sie für das Hauptnetzwerk veröffentlicht werden. " +"Sobald eine neue Funktion oder Version veröffentlicht wurde, werden die " +"Nutzer über die Änderungen benachrichtigt und darum gebeten, ihre Version zu" +" aktualisieren. Nutzer, die die aktuelle Version installiert haben verwenden" +" bereits den neuen Code, doch dessen Neuerungen werden erst dann aktiv, wenn" +" ein großer Teil (meistens 80%) des Netzwerks seinen Konsens zu der neuen " +"Version gegeben hat. Sollte es zu Fehlern mit dem neuen Code kommen, werden " +"die Blöcke der Clients nicht vom Netzwerk zurückgewiesen, wodurch ungewollte" +" Forks vermieden werden. Daten über die Fehler werden gesammelt und an die " +"Entwickler übermittelt. Sobald das Entwicklerteam mit der Stabilität des " +"Codes in der Hauptnetzwerksumgebung zufrieden ist – und der nötige Konsens " +"erreicht wurde – wird der Code vollständig aktiviert, indem mehrere der " +"Core-Entwickler eine Nachricht an das Netzwerk mit den dafür vorgesehenen " +"Private Keys signieren. Sollte es zu Problemen kommen, dann kann der Code " +"auf die gleiche Art und Weise wieder deaktiviert werden, ohne, dass das " +"Netzwerk zurückgesetzt oder ein Client geupdated werden müsste. Technische " +"Details zu den einzelnen Sporks finden sich an :ref:`dieser` Stelle." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" @@ -546,65 +533,63 @@ msgstr "X11 Hash Algorithmus" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." -msgstr "" -"X11 ist ein weitverbreiteter Hash-Algorithmus, der vom Dash-Entwickler " -"Evan Duffield entwickelt wurde. X11s verketteter Hash-Algorithmus " -"verwendet eine Abfolge von 11 verschiedenen Algorithmen für den Proof-of-" -"Work. Dies soll dafür sorgen, dass der Verteilungsprozess fair ist und " -"Coins so ausgeschüttet werden, wie diese bei Bitcoin ursprünglich der " -"Fall war. X11 wurde mit der Intention geschaffen, dass ASIC-Mining " -"erschwert werden sollte, damit die Währung sich zunächst unabhängig " -"entwickeln konnte, damit Zentralisierung nicht zu einem Problem würde. " -"Dieser Ansatz war zum größten Teil erfolgreich; seit Anfang 2016 gibt es " -"ASICs, welche für den größten Teil der Hashrate verantwortlich sind, doch" -" es gibt nicht das gleiche Niveau an Zentralisierung, wie dies bei " -"Bitcoin der Fall ist. Informationen über X11 können im Abschnitt " -":ref:`Mining ` dieser Dokumentation gefunden werden." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." +msgstr "" +"X11 ist ein weitverbreiteter Hash-Algorithmus, der vom Dash-Entwickler Evan " +"Duffield entwickelt wurde. X11s verketteter Hash-Algorithmus verwendet eine " +"Abfolge von 11 verschiedenen Algorithmen für den Proof-of-Work. Dies soll " +"dafür sorgen, dass der Verteilungsprozess fair ist und Coins so " +"ausgeschüttet werden, wie diese bei Bitcoin ursprünglich der Fall war. X11 " +"wurde mit der Intention geschaffen, dass ASIC-Mining erschwert werden " +"sollte, damit die Währung sich zunächst unabhängig entwickeln konnte, damit " +"Zentralisierung nicht zu einem Problem würde. Dieser Ansatz war zum größten " +"Teil erfolgreich; seit Anfang 2016 gibt es ASICs, welche für den größten " +"Teil der Hashrate verantwortlich sind, doch es gibt nicht das gleiche Niveau" +" an Zentralisierung, wie dies bei Bitcoin der Fall ist. Informationen über " +"X11 können im Abschnitt :ref:`Mining ` dieser Dokumentation gefunden" +" werden." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." -msgstr "" -"X11 ist der Name des verketteten Proof-of-Work (**PoW**) Algorithmus, der" -" für  Dash (welches im Januar 2014 als „Xcoin“ das Licht der Welt " -"erblickte) geschaffen wurde. X11 wurde zum Teil vom verketteten Hashing-" -"Ansatz Quark inspiriert, was die Komplexität erhöht, da es eine " -"erweiterte Zahl an Hashes ermöglicht. Der Algorithmus unterscheidet sich " -"jedoch von Quark, da die Zahl der Hash-Runden *a priori* vorherbestimmt " -"ist und keine Hashes zufällig gewählt werden. " +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." +msgstr "" +"X11 ist der Name des verketteten Proof-of-Work (**PoW**) Algorithmus, der " +"für  Dash (welches im Januar 2014 als „Xcoin“ das Licht der Welt erblickte) " +"geschaffen wurde. X11 wurde zum Teil vom verketteten Hashing-Ansatz Quark " +"inspiriert, was die Komplexität erhöht, da es eine erweiterte Zahl an Hashes" +" ermöglicht. Der Algorithmus unterscheidet sich jedoch von Quark, da die " +"Zahl der Hash-Runden *a priori* vorherbestimmt ist und keine Hashes zufällig" +" gewählt werden. " #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" "Der X11-Algorithmus verwendet mehrere Runden der 11 verschiedenen Hashes " "(blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, " -"echo), wodurch er einer der sichersten und komplexesten kryptographischen" -" Hashes ist, die von modernen Kryptowährungen verwendet werden. Der Name " -"X11 hat jedoch nichts mit dem Open Source Fenstersystem X11 zu tun, " -"welches häufig von UNIX-artigen Betriebssystemen verwendet wird." +"echo), wodurch er einer der sichersten und komplexesten kryptographischen " +"Hashes ist, die von modernen Kryptowährungen verwendet werden. Der Name X11 " +"hat jedoch nichts mit dem Open Source Fenstersystem X11 zu tun, welches " +"häufig von UNIX-artigen Betriebssystemen verwendet wird." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -615,67 +600,67 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." -msgstr "" -"Die erhöhte Komplexität und die Verschachtelung des verketteten " -"Algorithmus bieten ein verstärktes Sicherheitsniveau und eine geringere " -"Zahl der Unsicherheiten, denen eine Kryptowährung ausgesetzt ist, die auf" -" eine Single-Hash-PoW-Lösung vertraut und sich dadurch nicht resistent " -"gegenüber Sicherheitsrisiken wie SPOF (Single Point Of Failure) zeigt. Es" -" ist zwar sehr unwahrscheinlich, aber sollte der SHA256-Hash \"geknackt\"" -" werden, könnte dies das gesamte Bitcoin-Netzwerk lahmlegen, bis ein " -"anderer kryptographischer Hash durch eine Hardfork implementiert würde." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." +msgstr "" +"Die erhöhte Komplexität und die Verschachtelung des verketteten Algorithmus " +"bieten ein verstärktes Sicherheitsniveau und eine geringere Zahl der " +"Unsicherheiten, denen eine Kryptowährung ausgesetzt ist, die auf eine " +"Single-Hash-PoW-Lösung vertraut und sich dadurch nicht resistent gegenüber " +"Sicherheitsrisiken wie SPOF (Single Point Of Failure) zeigt. Es ist zwar " +"sehr unwahrscheinlich, aber sollte der SHA256-Hash \"geknackt\" werden, " +"könnte dies das gesamte Bitcoin-Netzwerk lahmlegen, bis ein anderer " +"kryptographischer Hash durch eine Hardfork implementiert würde." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" -"Sollte es einen sprunghaften Anstieg der Rechenleistung geben, würde eine" -" digitale Währung, die den X11-Algorithmus verwendet sicher bleiben, " -"solange nicht alle 11 Hashes gleichzeitig geknackt würden. Sollten manche" -" der 11 Hashes nicht mehr sicher sein, könnte eine Währung, die auf X11 " -"vertraut, damit beginnen, die problematischen Hashes durch verlässlichere" -" Algorithmen zu ersetzen." +"Sollte es einen sprunghaften Anstieg der Rechenleistung geben, würde eine " +"digitale Währung, die den X11-Algorithmus verwendet sicher bleiben, solange " +"nicht alle 11 Hashes gleichzeitig geknackt würden. Sollten manche der 11 " +"Hashes nicht mehr sicher sein, könnte eine Währung, die auf X11 vertraut, " +"damit beginnen, die problematischen Hashes durch verlässlichere Algorithmen " +"zu ersetzen." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." msgstr "" "In der spekulativen Welt der Kryptowährungen mit ihrer innewohnenden " "Unsicherheit kann der Ansatz des X11-Algorithmus Nutzern und möglichen " -"Investoren eine Sicherheit bieten, die von Algorithmen, die auf einen " -"Hash vertrauen, nicht geboten werden kann. Verkettete Hash-Lösungen, wie " -"X11, bieten die erhöhte Sicherheit und Langfristigkeit, die für einen " +"Investoren eine Sicherheit bieten, die von Algorithmen, die auf einen Hash " +"vertrauen, nicht geboten werden kann. Verkettete Hash-Lösungen, wie X11, " +"bieten die erhöhte Sicherheit und Langfristigkeit, die für einen " "Wertspeicher, Investitionsdiversifikation und Hedging gegen Preisrisiken " "durch SPOF (Single Point Of Failure) notwendig sind. " #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" "Evan Duffield, der Erfinder von Dash und des verketteten X11-Hashes, gab " -"mehrmals an, dass X11 nicht implementiert worden sei, um zu verhindern, " -"dass ASIC-Hertseller jemals X11-ASICs herstellen werden, sondern damit " -"ein ähnlicher Wachstumspfad, wie beim Bitcoin beschritten werden konnte " -"(CPUs, GPUs, ASICs)" +"mehrmals an, dass X11 nicht implementiert worden sei, um zu verhindern, dass" +" ASIC-Hertseller jemals X11-ASICs herstellen werden, sondern damit ein " +"ähnlicher Wachstumspfad, wie beim Bitcoin beschritten werden konnte (CPUs, " +"GPUs, ASICs)" #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -684,50 +669,49 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" "**DGW** oder *Dark Gravity Wave* ist der Name des Open Source-" "Schwierigkeitsanpassungsalgorithmus, der von Kryptowährungen, die auf " -"Bitcoin basieren, verwendet werden kann. Es wurde zuerst von Dash " -"verwendet, fand in der Zwischenzeit jedoch auch Einzug in andere " -"Protokolle. DGW wurde von Evan Duffield, dem Entwickler und Gründer von " -"Dash, als Antwort auf die Time-Warp-Sicherheitslücke des *Kimoto Gravity " -"Well* herausgebracht. Vom Konzept her ähnelt DGW dem Kimoto Gravity Well," -" wobei die Schwierigkeit mit jedem Block angepasst wird (statt mit jedem " -"2016ten, wie dies bei Bitcoin der Fall ist). Als Grundlage der Anpassung " -"werden aktuelle statistische Daten aus den letzten Blöcken verwendet. " -"Dies ermöglicht die regelmäßige Schaffung neuer Blöcke, selbst wenn die " -"Hashrate hohen Fluktuationen unterliegen sollte, ohne, dass die Time-" -"Warp-Sicherheitslücke ein Problem darstellen sollte." +"Bitcoin basieren, verwendet werden kann. Es wurde zuerst von Dash verwendet," +" fand in der Zwischenzeit jedoch auch Einzug in andere Protokolle. DGW wurde" +" von Evan Duffield, dem Entwickler und Gründer von Dash, als Antwort auf die" +" Time-Warp-Sicherheitslücke des *Kimoto Gravity Well* herausgebracht. Vom " +"Konzept her ähnelt DGW dem Kimoto Gravity Well, wobei die Schwierigkeit mit " +"jedem Block angepasst wird (statt mit jedem 2016ten, wie dies bei Bitcoin " +"der Fall ist). Als Grundlage der Anpassung werden aktuelle statistische " +"Daten aus den letzten Blöcken verwendet. Dies ermöglicht die regelmäßige " +"Schaffung neuer Blöcke, selbst wenn die Hashrate hohen Fluktuationen " +"unterliegen sollte, ohne, dass die Time-Warp-Sicherheitslücke ein Problem " +"darstellen sollte." #: ../../docs/user/introduction/features.rst:363 msgid "" "Version 2.0 of DGW was implemented in Dash from block 45,000 onwards in " "order to completely alleviate the time-warp exploit." msgstr "" -"Version 2.0 der  DGW wurde mit Block 45000 in Dash implementiert, damit " -"der Time-Warp Fehler vollständig überwunden werden konnte." +"Version 2.0 der  DGW wurde mit Block 45000 in Dash implementiert, damit der " +"Time-Warp Fehler vollständig überwunden werden konnte." #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" -"Version 3.0 wurde am 14.05.2014 implementiert, damit ein glatterer " -"Übergang beim Neuberechnen der Schwierigkeit gewährleistet werden konnte." -" Zudem wurden durch das Verwenden von Integers mehrere Probleme in der " -"Konstruktion gelöst, die bis dahin verschiedene Grade an " -"Gleitpunktgenauigkeit kannte. " +"Version 3.0 wurde am 14.05.2014 implementiert, damit ein glatterer Übergang " +"beim Neuberechnen der Schwierigkeit gewährleistet werden konnte. Zudem " +"wurden durch das Verwenden von Integers mehrere Probleme in der Konstruktion" +" gelöst, die bis dahin verschiedene Grade an Gleitpunktgenauigkeit kannte. " #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -737,50 +721,48 @@ msgstr "Emissionsrate" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" "Kryptowährungen wie Dash und Bitcoin werden durch einen kryptographisch-" "schwierigen Prozess namens Mining geschaffen. Zum Mining gehört das " "wiederholte Lösen eines :ref:`Hash-Algorithmus ` bis " -"eine gültige Lösung zur momentanen :ref:`Mining-Schwierigkeit ` gefunden werden konnte. Sobald die Lösung gefunden wurde, " -"darf der Miner eine neue Einheit der Währung erschaffen. Diese wird " -"gemeinhin als Block-Reward bezeichnet. Der Block-Reward wird mit der Zeit" -" immer geringer, damit eine fortschreitende Inflation verhindert werden " -"kann. `Anhand dieser Berechnung `_ kann " -"die regelmäßige Reduktion der Block-Rewards nachvollzogen werden. Wenn " -"diese Werte in eine Grafik umgewandelt werden, ergibt sich eine Kurve der" -" momentan zirkulierenden Coins, die die Emissionsrate des Coins " -"darstellt." +"eine gültige Lösung zur momentanen :ref:`Mining-Schwierigkeit ` gefunden werden konnte. Sobald die Lösung gefunden wurde, darf der " +"Miner eine neue Einheit der Währung erschaffen. Diese wird gemeinhin als " +"Block-Reward bezeichnet. Der Block-Reward wird mit der Zeit immer geringer, " +"damit eine fortschreitende Inflation verhindert werden kann. `Anhand dieser " +"Berechnung " +"`_ kann die regelmäßige Reduktion der Block-" +"Rewards nachvollzogen werden. Wenn diese Werte in eine Grafik umgewandelt " +"werden, ergibt sich eine Kurve der momentan zirkulierenden Coins, die die " +"Emissionsrate des Coins darstellt." #: ../../docs/user/introduction/features.rst:390 -#, python-format -msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." -msgstr "" -"Auch wenn Dash auf Bitcoin basiert, hat es doch eine sehr stark " -"veränderte Emissionsrate, durch die die Coin-Emission wesentlich weniger " -"abrupt vonstatten geht. Während Bitcoin seine Emissionsrate alle 4 Jahre " -"um 50 % senkt, findet bei Dash eine Reduktion um 1/14 (ca. 7,14 %) alle " -"210240 Blöcke (ca. 383,25 Tage) statt. Eine glattere Reduktion der Block-" -"Rewards durch eine geringe Menge im Jahr kann den Übergang zur " -"Finanzierung durch Transaktionsgebühren einfacher vonstattengehen lassen." +msgid "" +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." +msgstr "" +"Auch wenn Dash auf Bitcoin basiert, hat es doch eine sehr stark veränderte " +"Emissionsrate, durch die die Coin-Emission wesentlich weniger abrupt " +"vonstatten geht. Während Bitcoin seine Emissionsrate alle 4 Jahre um 50 % " +"senkt, findet bei Dash eine Reduktion um 1/14 (ca. 7,14 %) alle 210240 " +"Blöcke (ca. 383,25 Tage) statt. Eine glattere Reduktion der Block-Rewards " +"durch eine geringe Menge im Jahr kann den Übergang zur Finanzierung durch " +"Transaktionsgebühren einfacher vonstattengehen lassen." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -791,50 +773,48 @@ msgid "Total coin emission" msgstr "Gesamte Coin-Emission" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" -"`Die gesamte Emission des Bitcoin " -"`_ " -"kann als die Summe einer geometrischen Folge berechnet werden, durch sich" -" die Gesamtemission 21000000 BTC annähert (aber diesen Wert nie " -"erreicht). Der Vorgang wird sich bis 2140 fortsetzen, doch die Mining-" -"Rewards sinken stetig, wodurch bis 2036 99 % und bis 2048 99,9 % aller " -"Bitcoin existieren werden." +"kann als die Summe einer geometrischen Folge berechnet werden, durch sich " +"die Gesamtemission 21000000 BTC annähert (aber diesen Wert nie erreicht). " +"Der Vorgang wird sich bis 2140 fortsetzen, doch die Mining-Rewards sinken " +"stetig, wodurch bis 2036 99 % und bis 2048 99,9 % aller Bitcoin existieren " +"werden." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`Dash's gesamte Coinemission `_ ist " -"die Summe einer geometrischen Reihe, doch die endgültige Gesamtzahl ist " -"nicht berechenbar, da nicht sicher ist, wie viele der 10% der Block-" -"Rewards, die für Budget-Proposal vorgesehen sind, auch ausbezahlt werden," -" da dies vom zukünftigen Wahlverhalten abhängt. Dash wird noch etwa 192 " -"Jahre regelmäßig neue Coins herausgeben, bis die Rate so weit gesunken " -"sein wird, dass in einem Jahr weniger als 1 neuer Dash entsteht. In den " -"Jahrhunderten nach 2209 werden nur noch 14 neue Dash gemined werden, " -"wobei das Mining des letzten Coins 231 Jahre dauern wird, also von 2246 " -"bis 2477. Auf Grundlage dieser Nummern kann gesehen werden, dass bis 2254" -" folgende Zahlen als Maximum oder Minimum angenommen werden müssen: " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ ist die " +"Summe einer geometrischen Reihe, doch die endgültige Gesamtzahl ist nicht " +"berechenbar, da nicht sicher ist, wie viele der 10% der Block-Rewards, die " +"für Budget-Proposal vorgesehen sind, auch ausbezahlt werden, da dies vom " +"zukünftigen Wahlverhalten abhängt. Dash wird noch etwa 192 Jahre regelmäßig " +"neue Coins herausgeben, bis die Rate so weit gesunken sein wird, dass in " +"einem Jahr weniger als 1 neuer Dash entsteht. In den Jahrhunderten nach 2209" +" werden nur noch 14 neue Dash gemined werden, wobei das Mining des letzten " +"Coins 231 Jahre dauern wird, also von 2246 bis 2477. Auf Grundlage dieser " +"Nummern kann gesehen werden, dass bis 2254 folgende Zahlen als Maximum oder " +"Minimum angenommen werden müssen: " #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -857,20 +837,18 @@ msgid "Block reward allocation" msgstr "Blockreward-Verteilung" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -892,19 +870,18 @@ msgstr "Dezentralisiertes Governance Budget" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1112,9 +1089,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1290,22 +1266,21 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" "Diese Dokumentation basiert auf Rechnungen und Veröffentlichungen von " "moocowmoo. Weitere Details befinden sich in `diesem Post auf Reddit " "`_ oder können über die " "selbstständige `Berechnung der Emission mit diesem Tool " -"`_ gewonnen " -"werden. `Diese Seite `_ bietet Live-Daten zu" -" aktuellen Netzwerksstatistiken." +"`_ gewonnen werden. " +"`Diese Seite `_ bietet Live-Daten zu aktuellen " +"Netzwerksstatistiken." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1313,46 +1288,43 @@ msgstr "Dezentralisierte Entscheidungsfindung" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" -"Weitergehende Information zum Thema Dash-Governance findest du im Kapitel" -" :ref:`governance` dieser Dokumentation." +"Weitergehende Information zum Thema Dash-Governance findest du im Kapitel " +":ref:`governance` dieser Dokumentation." #: ../../docs/user/introduction/features.rst:559 msgid "Sentinel" @@ -1360,24 +1332,24 @@ msgstr "Sentinel" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 msgid "Diagram highlighting the relationship between Dash Sentinel and Core" -msgstr "Dieses Diagramm verdeutlicht die Beziehung zwischen Dash Sentinel und Core" +msgstr "" +"Dieses Diagramm verdeutlicht die Beziehung zwischen Dash Sentinel und Core" #: ../../docs/user/introduction/features.rst:581 msgid "Fees" @@ -1385,52 +1357,50 @@ msgstr "Gebühren" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." -msgstr "" -"Transaktionen über das Dash-Netzwerk werden in den Blöcken der Blockchain" -" aufgezeichnet. Die Größe jeder Transaktion wird in Bytes gemessen und es" -" gibt keinen notwendigen Zusammenhang zwischen dem hohen Wert einer " +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." +msgstr "" +"Transaktionen über das Dash-Netzwerk werden in den Blöcken der Blockchain " +"aufgezeichnet. Die Größe jeder Transaktion wird in Bytes gemessen und es " +"gibt keinen notwendigen Zusammenhang zwischen dem hohen Wert einer " "Transaktion und der Menge an Bytes, die zum Ausführen benötigt wird. Die " -"Größe einer Transaktion hängt vielmehr von der Zahl der Inputs und " -"Outputs an, die verwendet werden, da durch diese mehr Daten in den Block " +"Größe einer Transaktion hängt vielmehr von der Zahl der Inputs und Outputs " +"an, die verwendet werden, da durch diese mehr Daten in den Block " "eingeschrieben werden müssen. Jeder neue Block wird von einem Miner " "generiert, der für die Schaffung des Blocks mit dem Block-Reward belohnt " "wird. Damit das Netzwerk nicht von Spam-Transaktionen überflutet werden " -"kann, ist die Größe eines Blocks limitiert. Wenn die Menge an " -"Transaktionen zunimmt, wird die Speicherkapazität des Blocks zu einem " -"knappen Gut. Da Miner nicht dazu verpflichtet sind Transaktionen in die " -"Blöcke aufzunehmen, kann eine freiwillige Transaktionsgebühr hinzugefügt " -"werden, welche dem Miner einen Anreiz bietet, die Transaktion zu " -"verarbeiten. Die meisten Wallets setzen von sich aus eine " -"Transaktionsgebühr fest, auch wenn manche Miner eine Transaktion auch " -"ohne Gebühren akzeptieren würden." +"kann, ist die Größe eines Blocks limitiert. Wenn die Menge an Transaktionen " +"zunimmt, wird die Speicherkapazität des Blocks zu einem knappen Gut. Da " +"Miner nicht dazu verpflichtet sind Transaktionen in die Blöcke aufzunehmen, " +"kann eine freiwillige Transaktionsgebühr hinzugefügt werden, welche dem " +"Miner einen Anreiz bietet, die Transaktion zu verarbeiten. Die meisten " +"Wallets setzen von sich aus eine Transaktionsgebühr fest, auch wenn manche " +"Miner eine Transaktion auch ohne Gebühren akzeptieren würden." #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1468,29 +1438,29 @@ msgstr "Pro kb versendeter Daten" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1500,60 +1470,58 @@ msgstr "Evolution" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" "Weiter unten befindet sich unsere momentane Arbeit an Evolution, durch " "welches folgende Komponenten integriert werden:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" -"**DAPI:** Eine dezentralisierte API, welches Nutzern der dritten Ebene " -"den sicheren Zugang zum Netzwerk ermöglicht" +"**DAPI:** Eine dezentralisierte API, welches Nutzern der dritten Ebene den " +"sicheren Zugang zum Netzwerk ermöglicht" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" -"**DashPay Dezentralisierte Wallets:** Diese Wallets sind Light Clients, " -"die sich über DAPI mit dem Netzwerk verbinden und auf diversen Plattform " -"laufen" +"**DashPay Dezentralisierte Wallets:** Diese Wallets sind Light Clients, die " +"sich über DAPI mit dem Netzwerk verbinden und auf diversen Plattform laufen" #: ../../docs/user/introduction/features.rst:675 msgid "" @@ -1573,25 +1541,25 @@ msgstr "" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" -"**Governance:** Die zweite Ebene hat Wahlrecht, um die Währung zu " -"verwalten und Entscheidungen über die Richtung der Währung zu treffen" +"**Governance:** Die zweite Ebene hat Wahlrecht, um die Währung zu verwalten " +"und Entscheidungen über die Richtung der Währung zu treffen" #: ../../docs/user/introduction/features.rst:681 msgid "" "**Deterministic Masternode Lists:** This feature introduces an on-chain " "masternode list, which can be used to calculate past and present quorums" msgstr "" -"**Deterministische Masternode Liste:** Diese Funktion führt eine On-Chain" -" Masternode Liste ein, durch welche vergangene und momentane Quorums " +"**Deterministische Masternode Liste:** Diese Funktion führt eine On-Chain " +"Masternode Liste ein, durch welche vergangene und momentane Quorums " "berechnet werden können" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" "**Social Wallet:** Wir wollen eine Social Wallet einführen, welche " "Freundeslisten, Gruppen und gemeinsame Multisig Accounts unterstützt" @@ -1608,12 +1576,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" -"Im folgenden Video beschreiben der Dash-Gründer Evan Duffield und der UI" -"/UX-Entwickler Chuck Williams den Entwicklungsprozess und die kommenden " +"Im folgenden Video beschreiben der Dash-Gründer Evan Duffield und der UI/UX-" +"Entwickler Chuck Williams den Entwicklungsprozess und die kommenden " "Funktionen der Dash Evolution Plattform." #: ../../docs/user/introduction/features.rst:704 @@ -1629,40 +1597,13 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "**Evolution Demo #3 - Dashpay Benutzerfreundlichkeit**, 15 Mai 2018" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" -"**Chuck Williams über Evolution**, Dash Conference London, 14 September " -"2017" +"**Chuck Williams über Evolution**, Dash Conference London, 14 September 2017" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" -"**Evan Duffield über die Evolution Roadmap**, Dash Force News, 28 Juni " -"2017" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "" - +"**Evan Duffield über die Evolution Roadmap**, Dash Force News, 28 Juni 2017" diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 7def8f010..c0c2ce396 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/information.po b/locale/de/LC_MESSAGES/docs/user/introduction/information.po index 5316c222f..8a5d4e669 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/information.po @@ -1,35 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Manuel Herrmann , 2022 # Nils Hermann , 2022 # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -119,7 +119,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" #: ../../docs/user/introduction/information.rst:45 @@ -155,7 +156,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" #: ../../docs/user/introduction/information.rst:55 @@ -342,8 +344,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" #: ../../docs/user/introduction/information.rst:115 @@ -394,12 +396,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" #: ../../docs/user/introduction/information.rst:147 @@ -536,8 +539,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" @@ -590,7 +592,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -612,7 +615,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" #: ../../docs/user/introduction/information.rst:233 @@ -637,11 +641,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" #: ../../docs/user/introduction/information.rst:251 @@ -653,8 +657,8 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" #: ../../docs/user/introduction/information.rst:258 @@ -664,9 +668,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" #: ../../docs/user/introduction/information.rst:264 @@ -687,9 +691,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" #: ../../docs/user/introduction/information.rst:275 @@ -699,19 +703,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" #: ../../docs/user/introduction/information.rst:289 @@ -720,11 +723,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" #: ../../docs/user/introduction/information.rst:296 @@ -734,9 +736,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" #: ../../docs/user/introduction/information.rst:302 @@ -745,8 +747,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" #: ../../docs/user/introduction/information.rst:306 @@ -755,13 +757,13 @@ msgstr "Backup" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" #: ../../docs/user/introduction/information.rst:315 @@ -771,8 +773,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" #: ../../docs/user/introduction/information.rst:321 @@ -781,14 +783,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" #: ../../docs/user/introduction/information.rst:332 @@ -800,9 +802,9 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" #: ../../docs/user/introduction/information.rst:340 @@ -812,11 +814,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -825,13 +827,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" #: ../../docs/user/introduction/information.rst:358 @@ -840,9 +842,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" #: ../../docs/user/introduction/information.rst:363 @@ -853,8 +855,8 @@ msgstr "" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" #: ../../docs/user/introduction/information.rst:369 @@ -863,11 +865,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:376 @@ -882,12 +884,12 @@ msgstr "" msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" #: ../../docs/user/introduction/information.rst:388 @@ -897,9 +899,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" #: ../../docs/user/introduction/information.rst:394 @@ -909,15 +911,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" #: ../../docs/user/introduction/information.rst:406 @@ -928,8 +930,8 @@ msgstr "" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" #: ../../docs/user/introduction/information.rst:412 @@ -940,16 +942,16 @@ msgstr "" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" #: ../../docs/user/introduction/information.rst:426 @@ -957,17 +959,16 @@ msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -986,8 +987,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" #: ../../docs/user/introduction/information.rst:444 @@ -996,8 +997,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" #: ../../docs/user/introduction/information.rst:448 @@ -1006,8 +1007,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" #: ../../docs/user/introduction/information.rst:452 @@ -1026,10 +1027,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" #: ../../docs/user/introduction/information.rst:462 @@ -1038,12 +1038,12 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" #: ../../docs/user/introduction/information.rst:470 @@ -1062,14 +1062,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1078,9 +1077,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" #: ../../docs/user/introduction/information.rst:489 @@ -1089,12 +1088,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" #: ../../docs/user/introduction/information.rst:497 @@ -1103,11 +1102,11 @@ msgstr "Dash Core Wallet" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1117,8 +1116,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" #: ../../docs/user/introduction/information.rst:510 @@ -1127,8 +1126,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" #: ../../docs/user/introduction/information.rst:514 @@ -1137,12 +1136,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" #: ../../docs/user/introduction/information.rst:522 @@ -1152,20 +1151,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" #: ../../docs/user/introduction/information.rst:539 @@ -1175,10 +1174,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" #: ../../docs/user/introduction/information.rst:547 @@ -1189,12 +1188,12 @@ msgstr "" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" #: ../../docs/user/introduction/information.rst:558 @@ -1207,11 +1206,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" #: ../../docs/user/introduction/information.rst:569 @@ -1227,52 +1226,51 @@ msgstr "" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" #: ../../docs/user/introduction/information.rst:618 @@ -1282,13 +1280,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1297,13 +1295,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" #: ../../docs/user/introduction/information.rst:638 @@ -1312,10 +1310,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1324,17 +1322,17 @@ msgstr "Verschlüsselung" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" #: ../../docs/user/introduction/information.rst:658 @@ -1349,8 +1347,8 @@ msgstr "" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" #: ../../docs/user/introduction/information.rst:667 @@ -1370,12 +1368,11 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" #: ../../docs/user/introduction/information.rst:682 @@ -1384,9 +1381,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" #: ../../docs/user/introduction/information.rst:687 @@ -1396,14 +1393,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" #: ../../docs/user/introduction/information.rst:699 @@ -1412,10 +1409,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" #: ../../docs/user/introduction/information.rst:705 @@ -1424,8 +1421,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" #: ../../docs/user/introduction/information.rst:710 @@ -1434,12 +1431,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" #: ../../docs/user/introduction/information.rst:714 @@ -1454,12 +1452,12 @@ msgstr "" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/information.rst:725 @@ -1468,20 +1466,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" #: ../../docs/user/introduction/information.rst:739 @@ -1490,11 +1488,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:746 @@ -1523,16 +1521,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" #: ../../docs/user/introduction/information.rst:768 @@ -1542,9 +1540,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" #: ../../docs/user/introduction/information.rst:775 @@ -1553,11 +1551,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" #: ../../docs/user/introduction/information.rst:783 @@ -1566,8 +1564,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" #: ../../docs/user/introduction/information.rst:787 @@ -1576,8 +1574,8 @@ msgstr "Insight" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" #: ../../docs/user/introduction/information.rst:791 @@ -1594,11 +1592,11 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" #: ../../docs/user/introduction/information.rst:801 @@ -1607,11 +1605,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" #: ../../docs/user/introduction/information.rst:808 @@ -1621,13 +1618,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1636,9 +1633,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" #: ../../docs/user/introduction/information.rst:825 @@ -1653,10 +1650,10 @@ msgstr "Mining" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1673,14 +1670,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" #: ../../docs/user/introduction/information.rst:846 @@ -1689,9 +1685,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" #: ../../docs/user/introduction/information.rst:851 @@ -1700,11 +1696,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" #: ../../docs/user/introduction/information.rst:858 @@ -1713,10 +1709,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" #: ../../docs/user/introduction/information.rst:864 @@ -1737,15 +1733,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1754,13 +1749,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" #: ../../docs/user/introduction/information.rst:890 @@ -1770,8 +1765,8 @@ msgstr "PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1780,11 +1775,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" #: ../../docs/user/introduction/information.rst:903 @@ -1793,16 +1787,16 @@ msgstr "" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" #: ../../docs/user/introduction/information.rst:916 @@ -1811,12 +1805,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" #: ../../docs/user/introduction/information.rst:924 @@ -1825,10 +1818,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" #: ../../docs/user/introduction/information.rst:931 @@ -1837,13 +1830,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" #: ../../docs/user/introduction/information.rst:940 @@ -1852,8 +1844,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" #: ../../docs/user/introduction/information.rst:944 @@ -1864,8 +1856,8 @@ msgstr "" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" #: ../../docs/user/introduction/information.rst:950 @@ -1874,9 +1866,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" #: ../../docs/user/introduction/information.rst:955 @@ -1896,12 +1888,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -1911,8 +1902,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" #: ../../docs/user/introduction/information.rst:972 @@ -1923,17 +1914,17 @@ msgstr "" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" #: ../../docs/user/introduction/information.rst:988 @@ -1942,8 +1933,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" #: ../../docs/user/introduction/information.rst:992 @@ -1961,9 +1952,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" #: ../../docs/user/introduction/information.rst:1001 @@ -1972,8 +1963,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" #: ../../docs/user/introduction/information.rst:1005 @@ -1982,12 +1973,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" @@ -1997,8 +1987,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:1018 @@ -2007,9 +1997,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" #: ../../docs/user/introduction/information.rst:1023 @@ -2018,8 +2008,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" @@ -2037,8 +2027,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" #: ../../docs/user/introduction/information.rst:1035 @@ -2047,8 +2037,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" #: ../../docs/user/introduction/information.rst:1039 @@ -2069,10 +2059,9 @@ msgstr "Whitepaper" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" #: ../../docs/user/introduction/information.rst:1051 @@ -2081,8 +2070,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" #: ../../docs/user/introduction/information.rst:1055 @@ -2091,8 +2080,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" #: ../../docs/user/introduction/information.rst:1059 @@ -2101,10 +2090,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" #: ../../docs/user/introduction/information.rst:1065 @@ -2117,129 +2106,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**Foundation:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/safety.po b/locale/de/LC_MESSAGES/docs/user/introduction/safety.po index eeb242c78..d7ad1cf87 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/legal.po b/locale/de/LC_MESSAGES/docs/user/legal.po index ad0d8e960..fe907c00e 100644 --- a/locale/de/LC_MESSAGES/docs/user/legal.po +++ b/locale/de/LC_MESSAGES/docs/user/legal.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Manuel Herrmann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/marketing.po b/locale/de/LC_MESSAGES/docs/user/marketing.po index 391539380..681b310ea 100644 --- a/locale/de/LC_MESSAGES/docs/user/marketing.po +++ b/locale/de/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po index c79572ad8..a160c2530 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" @@ -29,13 +29,13 @@ msgstr "" "Masternode-Hostingdienste können dabei helfen eine Dash Masternode " "aufzusetzen und zu betreiben" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" -"dash, kryptowährung, hosting, server, linux, masternode, kontakt, trezor," -" setup, betreiber, besitzer, dip3, belohnung" +"dash, kryptowährung, hosting, server, linux, masternode, kontakt, trezor, " +"setup, betreiber, besitzer, dip3, belohnung" #: ../../docs/user/masternodes/hosting.rst:9 msgid "Hosting Services" @@ -44,18 +44,18 @@ msgstr "Hostingdienste" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." -msgstr "" -"Mehrere Mitglieder der Community bieten einen Masternode-Hostingdienste " -"an. Dieser Service erlaubt das Aufsetzen einer Masternode, ohne, dass der" -" Besitzer einer anderen Person Zugang zu den 1000 Dash gewähren müsste. " -"Aus Sicherheitsgründen wird empfohlen die 1000 Dash auf einer Hardware " -"Wallet zu lagern, bevor ein Hostingdienst angefragt wird. Eine Liste der " -"momentan verfügbaren Hostingdienste befindet sich weiter unten." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." +msgstr "" +"Mehrere Mitglieder der Community bieten einen Masternode-Hostingdienste an. " +"Dieser Service erlaubt das Aufsetzen einer Masternode, ohne, dass der " +"Besitzer einer anderen Person Zugang zu den 1000 Dash gewähren müsste. Aus " +"Sicherheitsgründen wird empfohlen die 1000 Dash auf einer Hardware Wallet zu" +" lagern, bevor ein Hostingdienst angefragt wird. Eine Liste der momentan " +"verfügbaren Hostingdienste befindet sich weiter unten." #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" @@ -63,8 +63,8 @@ msgstr "Liste der Hostingdienste" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" #: ../../docs/user/masternodes/hosting.rst:26 @@ -86,7 +86,6 @@ msgid "Services: Hosting, Shares" msgstr "" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -212,7 +211,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -249,7 +247,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -373,8 +370,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -389,35 +386,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -427,76 +423,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/index.po b/locale/de/LC_MESSAGES/docs/user/masternodes/index.po index b576b1a22..3bd3960ae 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" @@ -21,7 +21,7 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." @@ -29,7 +29,7 @@ msgstr "" "Einleitung zum Dokumentationsabschnitt über das Aufsetzen und Betreiben von " "Masternodes der Kryptowährung Dash." -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "dash, masternodes, hosting, linux, zahlung, aufsetzen" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/de/LC_MESSAGES/docs/user/masternodes/maintenance.po index 01b11defb..0452bd15a 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -37,11 +35,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -52,10 +50,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -64,10 +62,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -76,19 +74,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -104,7 +100,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -113,14 +110,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -133,21 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -157,14 +153,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -186,17 +182,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -213,8 +208,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -224,24 +219,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -252,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -274,20 +269,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -297,16 +292,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -330,8 +323,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -343,27 +336,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -373,9 +364,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -385,11 +376,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -398,8 +389,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -408,11 +398,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -422,13 +412,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -437,9 +427,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -448,13 +438,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -463,10 +453,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -494,8 +484,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -518,8 +508,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -529,9 +519,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -546,10 +536,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -586,38 +576,38 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -645,11 +635,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -663,11 +653,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -680,9 +669,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -696,8 +685,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -710,28 +699,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po index c8b30ab1a..d4b77c901 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: de\n" -"Language-Team: de \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 @@ -58,35 +56,35 @@ msgstr "" msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 @@ -123,7 +121,8 @@ msgid "Vultr server hostname & label selection screen" msgstr "" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" #: ../../docs/user/masternodes/server-config.rst:87 @@ -146,13 +145,13 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 @@ -163,9 +162,9 @@ msgstr "" msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 @@ -174,9 +173,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" #: ../../docs/user/masternodes/server-config.rst:133 @@ -189,27 +188,27 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:163 @@ -218,8 +217,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:171 @@ -234,8 +233,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 @@ -245,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,15 +261,15 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:232 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +293,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +305,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +331,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 958301f8e..9d0a58818 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nils Hermann , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: de\n" -"Language-Team: de \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Nils Hermann , 2023\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,23 +37,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 @@ -60,9 +62,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -98,9 +100,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,17 +111,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 @@ -128,20 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +152,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,23 +173,22 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 @@ -196,10 +197,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 @@ -208,16 +209,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +227,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,8 +257,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:172 @@ -266,36 +267,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +303,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +321,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +341,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,32 +360,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,8 +401,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 @@ -428,8 +423,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:327 @@ -444,8 +439,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 @@ -465,40 +460,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:403 @@ -507,8 +501,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +511,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +550,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +567,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +587,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +622,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +632,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -692,8 +683,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +704,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +716,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +741,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +761,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +771,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +782,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +794,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +823,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +841,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +853,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +873,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +885,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +896,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +914,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +927,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +950,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +966,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +1002,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1020,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1049,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,10 +1070,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 @@ -1093,173 +1082,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 878fac120..106bb552f 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,8 +37,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -46,12 +47,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -60,9 +61,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -98,9 +99,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 @@ -109,10 +110,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -121,16 +122,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -139,46 +139,45 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -187,10 +186,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -199,9 +198,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -214,24 +213,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -240,8 +238,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -250,8 +248,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -260,36 +258,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -301,7 +297,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -310,8 +307,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -323,8 +320,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -336,9 +333,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -384,9 +381,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -395,21 +392,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -428,9 +424,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -439,8 +435,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -453,12 +448,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -468,13 +463,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -501,9 +496,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -512,8 +507,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -524,19 +519,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -555,17 +549,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -574,32 +568,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -611,33 +604,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -648,12 +639,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -664,20 +655,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -700,10 +691,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -729,13 +720,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -750,10 +741,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -762,24 +753,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -792,10 +783,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -822,16 +813,16 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -856,9 +847,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -882,8 +873,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -891,7 +882,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -931,7 +923,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -940,9 +933,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -951,8 +944,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -996,31 +989,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1028,7 +1020,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1077,22 +1070,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1106,406 +1098,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/de/LC_MESSAGES/docs/user/masternodes/setup.po index dc64792ad..546da27c3 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: de\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,22 +34,22 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -121,27 +119,26 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -150,46 +147,45 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -198,10 +194,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -210,9 +206,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -225,24 +221,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -251,8 +246,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -261,8 +256,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup.rst:170 @@ -271,36 +266,34 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -316,8 +309,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -327,15 +320,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -352,19 +345,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -381,8 +373,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -403,8 +395,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup.rst:289 @@ -419,8 +411,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -436,42 +428,42 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -490,9 +482,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -513,12 +505,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -528,44 +520,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -585,9 +576,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -596,8 +587,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -608,24 +599,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -638,22 +628,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -662,32 +652,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -699,33 +688,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -736,12 +723,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -752,20 +739,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -788,10 +775,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -817,13 +804,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -838,10 +825,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -850,31 +837,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -883,334 +870,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po index a13a48f37..3bd67497d 100644 --- a/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/de/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Nils Hermann , 2022 # Leon White , 2022 +# Nils Hermann , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Leon White , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: Nils Hermann , 2023\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -44,24 +44,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 @@ -70,63 +70,59 @@ msgid "" "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -135,9 +131,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 @@ -150,7 +146,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 msgid "Collateral" -msgstr "" +msgstr "Kollateral" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" @@ -230,10 +226,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -241,58 +236,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -325,11 +319,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -342,69 +335,55 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"Die Masternodes operieren nach einem „Proof of Service“-System (PoSe), " -"durch welches die wichtigen Funktionen berücksichtigt werden, die sie für" -" das Netzwerk ausüben. Die Masternodes überwachen das Netzwerk und lehnen" -" fehlerhafte Blöcke ab. Sollte ein Miner versuchen die gesamten " -"Blockrewards zu beanspruchen oder eine veraltete Version der Software " -"verwenden, so würden die Masternodes diesen Block ablehnen." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"Die Masternodes operieren nach einem „Proof of Service“-System (PoSe), durch" +" welches die wichtigen Funktionen berücksichtigt werden, die sie für das " +"Netzwerk ausüben. Die Masternodes überwachen das Netzwerk und lehnen " +"fehlerhafte Blöcke ab. Sollte ein Miner versuchen die gesamten Blockrewards " +"zu beanspruchen oder eine veraltete Version der Software verwenden, so " +"würden die Masternodes diesen Block ablehnen." #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Kurz gefasst: Die Miner stellen die erste Ebene da, und ihre Aufgabe ist " -"es das Versenden und Empfangen von Guthaben abzusichern sowie Doppel-" -"Zahlungen zu verhindern. Die Masternodes sind die zweite Stufe, welche " -"die Sonderfunktionen von Dash absichert, die es von anderen " -"Kryptowährungen unterscheidet. Masternodes können nicht gleichzeitig " -"Mining betreiben und Mining-Hardware kann nicht zum Aufsetzen einer " -"Masternode verwendet werden. Zudem ist für eine Masternode ein Pfand von " -"1000 Dash nötig. Dieses Pfand bleibt weiterhin unter der Kontrolle des " -"Besitzers und er kann es jederzeit an eine andere Adresse senden. " -"Entscheidet er sich jedoch dazu wird seine Masternode abgeschaltet und es" -" werden keine weiteren Blockrewards an ihn ausgezahlt." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" @@ -412,35 +391,34 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 @@ -450,21 +428,19 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -474,24 +450,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -505,18 +480,17 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -526,18 +500,18 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:296 msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -546,9 +520,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -609,8 +583,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" #: ../../docs/user/masternodes/understanding.rst:329 @@ -619,233 +593,11 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Anyone can run a masternode. The " -#~ "objective is to have enough " -#~ "decentralization to ensure that no " -#~ "single person controls a significant " -#~ "fraction of the masternodes. However, to" -#~ " avoid bloating the network with " -#~ "unnecessary masternodes or encouraging " -#~ "reckless operators, there is one " -#~ "condition that needs to be fulfilled:" -#~ " proof of ownership of 1000 Dash. " -#~ "The coins don't need to be in " -#~ "the masternode, but they need to " -#~ "be kept in a certain way that " -#~ "is transparent to the entire network." -#~ " If the owner moves or spends " -#~ "those coins, the masternode stops " -#~ "working and payment ceases." -#~ msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "1000 Dash: Arguably the hardest part." -#~ " Dash can be obtained from exchanges" -#~ " such as Poloniex, Bittrex, Kraken " -#~ "and LiveCoin. Shapeshift's service is " -#~ "also an excellent way." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "EvoNode Payment Logic" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/mining/index.po b/locale/de/LC_MESSAGES/docs/user/mining/index.po index 9f27db9ad..904a5069f 100644 --- a/locale/de/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/de/LC_MESSAGES/docs/user/mining/index.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -38,60 +38,57 @@ msgstr "Mining" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" "Der Begriff Mining bezieht sich im Kryptowährungs-Kontext auf das Finden " -"einer Lösung für kryptographische Probleme, die geschaffen werden, um die" -" Blockchain zu sichern. Während des Minings werden neue Währungseinheiten" -" geschaffen, die der Miner erhält, wenn er erfolgreich ist. Für Mining " -"kann auf verschiedene Hardware zurückgegriffen werden. Der Algorithmus, " -"den Dash verwendet, wird :ref:`X11 ` genannt und er " -"ist dafür verantwortlich das kryptographische Problem zu kreieren." +"einer Lösung für kryptographische Probleme, die geschaffen werden, um die " +"Blockchain zu sichern. Während des Minings werden neue Währungseinheiten " +"geschaffen, die der Miner erhält, wenn er erfolgreich ist. Für Mining kann " +"auf verschiedene Hardware zurückgegriffen werden. Der Algorithmus, den Dash " +"verwendet, wird :ref:`X11 ` genannt und er ist dafür " +"verantwortlich das kryptographische Problem zu kreieren." #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." -msgstr "" -"Die am weitesten verbreitete Hardware, die zum Mining verwendet werden " -"kann, ist die normale CPU eines Computers. Eine CPU ist dazu designet " -"vielseitige Aufgaben zu übernehmen, ist dadurch aber nicht so " -"leistungsstark wie eine GPU, die Parallel mehrere Millionen Vektoren " -"berechnen muss. Auch wenn verschiedene kryptographische Verbesserungen " -"wie AES oder AVX die Leistung einer CPU erhöhen können, so ist sie " -"dennoch generell weniger leistungsstark als eine GPU, die mehrere " -"Berechnungen der Art, die fürs Mining notwendig sind, gleichzeitig " -"durchführen kann. Zudem gibt es auch ASICs, die nur fürs Mining " -"geschaffen sind. Seitdem verschiedene X11-ASICs auf dem Markt sind, wurde" -" CPU- und GPU-Mining zunehmend unökonomisch, da sich die Schwierigkeit " -"durch die wachsende Hashrate sehr schnell erhöht hat. Je höher die " -"Hashrate ist, desto sicherer ist eine Kryptowährung gegen leistungsstarke" -" Angriffe auf die Blockchain geschützt." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." +msgstr "" +"Die am weitesten verbreitete Hardware, die zum Mining verwendet werden kann," +" ist die normale CPU eines Computers. Eine CPU ist dazu designet vielseitige" +" Aufgaben zu übernehmen, ist dadurch aber nicht so leistungsstark wie eine " +"GPU, die Parallel mehrere Millionen Vektoren berechnen muss. Auch wenn " +"verschiedene kryptographische Verbesserungen wie AES oder AVX die Leistung " +"einer CPU erhöhen können, so ist sie dennoch generell weniger leistungsstark" +" als eine GPU, die mehrere Berechnungen der Art, die fürs Mining notwendig " +"sind, gleichzeitig durchführen kann. Zudem gibt es auch ASICs, die nur fürs " +"Mining geschaffen sind. Seitdem verschiedene X11-ASICs auf dem Markt sind, " +"wurde CPU- und GPU-Mining zunehmend unökonomisch, da sich die Schwierigkeit " +"durch die wachsende Hashrate sehr schnell erhöht hat. Je höher die Hashrate " +"ist, desto sicherer ist eine Kryptowährung gegen leistungsstarke Angriffe " +"auf die Blockchain geschützt." #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" "Die Profitabilität des Minings hängt von der Hashrate der Geräte, der " "Schwierigkeit des Netzwerks sowie der Hardware- und Stromkosten ab. Die " @@ -128,76 +125,73 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" "Dash basiert, wie Bitcoin und andere Kryptowährungen auch, auf einer " -"dezentralisierten Datenbank, die Blockchain genannt wird. Diese " -"Blockchain wird durch einen Konsensmechanismus gesichert, wobei dieser " +"dezentralisierten Datenbank, die Blockchain genannt wird. Diese Blockchain " +"wird durch einen Konsensmechanismus gesichert, wobei dieser " "Konsensmechanismus sowohl bei Dash, als auch bei Bitcoin, Proof of Work " "(PoW) genannt wird. Die Miner versuchen spezielle Aufgaben mit ihrer " -"Rechenleistung zu lösen und derjenige, der es schafft die Aufgabe zu " -"lösen, erhält das Recht den nächsten Block an die Blockchain anzuhängen. " -"Dafür müssen jedoch zunächst die anderen Miner bestätigen, dass die " -"Aufgabe korrekt gelöst wurde. Ist dies der Fall, wird der Miner entlohnt " -"und der Block wird zur Blockchain hinzugefügt." +"Rechenleistung zu lösen und derjenige, der es schafft die Aufgabe zu lösen, " +"erhält das Recht den nächsten Block an die Blockchain anzuhängen. Dafür " +"müssen jedoch zunächst die anderen Miner bestätigen, dass die Aufgabe " +"korrekt gelöst wurde. Ist dies der Fall, wird der Miner entlohnt und der " +"Block wird zur Blockchain hinzugefügt." #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"Die Masternodes operieren nach einem „Proof of Service“-System (PoSe), " -"durch welches die wichtigen Funktionen berücksichtigt werden, die sie für" -" das Netzwerk ausüben. Die Masternodes überwachen das Netzwerk und lehnen" -" fehlerhafte Blöcke ab. Sollte ein Miner versuchen die gesamten " -"Blockrewards zu beanspruchen oder eine veraltete Version der Software " -"verwenden, so würden die Masternodes diesen Block ablehnen." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"Die Masternodes operieren nach einem „Proof of Service“-System (PoSe), durch" +" welches die wichtigen Funktionen berücksichtigt werden, die sie für das " +"Netzwerk ausüben. Die Masternodes überwachen das Netzwerk und lehnen " +"fehlerhafte Blöcke ab. Sollte ein Miner versuchen die gesamten Blockrewards " +"zu beanspruchen oder eine veraltete Version der Software verwenden, so " +"würden die Masternodes diesen Block ablehnen." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Kurz gefasst: Die Miner stellen die erste Ebene da, und ihre Aufgabe ist " -"es das Versenden und Empfangen von Guthaben abzusichern sowie Doppel-" -"Zahlungen zu verhindern. Die Masternodes sind die zweite Stufe, welche " -"die Sonderfunktionen von Dash absichert, die es von anderen " -"Kryptowährungen unterscheidet. Masternodes können nicht gleichzeitig " -"Mining betreiben und Mining-Hardware kann nicht zum Aufsetzen einer " -"Masternode verwendet werden. Zudem ist für eine Masternode ein Pfand von " -"1000 Dash nötig. Dieses Pfand bleibt weiterhin unter der Kontrolle des " -"Besitzers und er kann es jederzeit an eine andere Adresse senden. " -"Entscheidet er sich jedoch dazu wird seine Masternode abgeschaltet und es" -" werden keine weiteren Blockrewards an ihn ausgezahlt." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." +msgstr "" +"Kurz gefasst: Die Miner stellen die erste Ebene da, und ihre Aufgabe ist es " +"das Versenden und Empfangen von Guthaben abzusichern sowie Doppel-Zahlungen " +"zu verhindern. Die Masternodes sind die zweite Stufe, welche die " +"Sonderfunktionen von Dash absichert, die es von anderen Kryptowährungen " +"unterscheidet. Masternodes können nicht gleichzeitig Mining betreiben und " +"Mining-Hardware kann nicht zum Aufsetzen einer Masternode verwendet werden. " +"Zudem ist für eine Masternode ein Pfand von 1000 Dash nötig. Dieses Pfand " +"bleibt weiterhin unter der Kontrolle des Besitzers und er kann es jederzeit " +"an eine andere Adresse senden. Entscheidet er sich jedoch dazu wird seine " +"Masternode abgeschaltet und es werden keine weiteren Blockrewards an ihn " +"ausgezahlt." #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" @@ -206,20 +200,20 @@ msgstr "Mining Pools" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" "Wer Mining nicht alleine betreibt, sondern einem Pool beitritt, hat eine " -"höhere Aussicht auf Erfolg. P2Pools sind etwas positives für Dash, da sie" -" dabei helfen eine weniger zentralisierte Mining-Landschaft zu schaffen, " -"da die Hashing-Power breiter verteilt ist. Die folgende Liste beinhaltet " -"die meisten ernstzunehmenden Pools. Bevor ein Miner sich für einen davon " +"höhere Aussicht auf Erfolg. P2Pools sind etwas positives für Dash, da sie " +"dabei helfen eine weniger zentralisierte Mining-Landschaft zu schaffen, da " +"die Hashing-Power breiter verteilt ist. Die folgende Liste beinhaltet die " +"meisten ernstzunehmenden Pools. Bevor ein Miner sich für einen davon " "entscheidet sollte er sich über die verlangten Gebühren und die Pingzeit " -"informieren. Meistens muss als Nutzername die Dash-Auszahlungsadresse und" -" als Passwort ein beliebiges Passwort gewählt werden." +"informieren. Meistens muss als Nutzername die Dash-Auszahlungsadresse und " +"als Passwort ein beliebiges Passwort gewählt werden." #: ../../docs/user/mining/index.rst:97 msgid "http://www.p2poolmining.us/p2poolnodes/" @@ -227,12 +221,12 @@ msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -293,29 +287,28 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" "ACHTUNG: Diese Liste dient nur zu Informationszwecken. Die angebotenen " "Dienste wurden nicht von den Dash-Entwicklern getestet und es wird keine " -"Empfehlung ausgesprochen. Ein Nutzer sollte sich genau informieren, bevor" -" er sich entscheidet. Ein Pool-Betreiber kann sich an leon.white@dash.org" -" wenden, damit sein Pool zu der Liste hinzugefügt wird." +"Empfehlung ausgesprochen. Ein Nutzer sollte sich genau informieren, bevor er" +" sich entscheidet. Ein Pool-Betreiber kann sich an leon.white@dash.org " +"wenden, damit sein Pool zu der Liste hinzugefügt wird." #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" "Bevor ein Miner einem Pool beitreten kann, muss er eine Dash-Adresse " -"erstellen, an die er seine Auszahlung erhalten will. An :ref:`dieser " -"Stelle ` findet sich eine Erklärung, wie dies " -"mithilfe der Dash Core erledigen kann." +"erstellen, an die er seine Auszahlung erhalten will. An :ref:`dieser Stelle " +"` findet sich eine Erklärung, wie dies mithilfe der " +"Dash Core erledigen kann." #: ../../docs/user/mining/index.rst:143 msgid "CPU Mining" @@ -323,21 +316,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -372,10 +365,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -385,8 +377,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -400,11 +392,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -417,18 +409,18 @@ msgstr "Konfiguration" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -448,7 +440,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -473,9 +466,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -485,13 +478,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -504,20 +497,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -528,29 +521,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -561,11 +552,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -581,19 +572,20 @@ msgid "**NVIDIA**" msgstr "" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -602,12 +594,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -618,8 +609,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -628,8 +619,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -638,8 +628,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -652,24 +642,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -678,27 +668,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -777,8 +767,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -811,8 +800,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1094,7 +1083,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1112,21 +1102,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/de/LC_MESSAGES/docs/user/mining/p2pool.po index 2d1287cb2..47adae2cf 100644 --- a/locale/de/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/de/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/mining/pools.po b/locale/de/LC_MESSAGES/docs/user/mining/pools.po index 44619e33e..ba62c497c 100644 --- a/locale/de/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/de/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po index 8df239902..956f9ab69 100644 --- a/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/de/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Nils Hermann , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: de\n" -"Language-Team: de \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Nils Hermann , 2023\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Installation" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -92,21 +94,21 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" -msgstr "" +msgstr "Masternode Setup" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/de/LC_MESSAGES/docs/user/network/electrumx-server.po index 8fe60b047..8b3375cbb 100644 --- a/locale/de/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/de/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 457fd49da..f04efe5ee 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,37 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Manuel Herrmann , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -"Adressbuch und Kurs einrichten, Paper Wallets entleeren und Einstellungen" -" der Dash Android Wallet ändern." +"Adressbuch und Kurs einrichten, Paper Wallets entleeren und Einstellungen " +"der Dash Android Wallet ändern." -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "dash, mobile, wallet, android, address book, paper, exchange rates" @@ -45,27 +45,26 @@ msgstr "Adressbuch" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" "Deine Android Wallet erlaubt es dir, ein Adressbuch anzulegen, in dem du " "Adressen mit einer Beschreibung abspeicherst, die den Besitzer " "identifiziert. Du kannst auch deine eigenen Adressen markieren, um " -"regelmäßige Zahlungen zu kennzeichnen. Öffne hierfür das Adressbuch über " -"das **Menü-Symbol** und den Eintrag **Adressbuch**. Indem du nach Links " -"und Rechts wischst, kannst du zwischen deinen Adressen und Adressen, von " -"denen du bereits empfangen hast, hin und her schalten. Über **Mehr " -"Optionen** kannst du **Aus dem Clipboard einfügen** und **Adresse " -"scannen** auswählen. Außerdem kannst du auf eine bereits existierende " -"Adresse tappen und **Dash senden** oder **Bearbeiten** auswählen." +"regelmäßige Zahlungen zu kennzeichnen. Öffne hierfür das Adressbuch über das" +" **Menü-Symbol** und den Eintrag **Adressbuch**. Indem du nach Links und " +"Rechts wischst, kannst du zwischen deinen Adressen und Adressen, von denen " +"du bereits empfangen hast, hin und her schalten. Über **Mehr Optionen** " +"kannst du **Aus dem Clipboard einfügen** und **Adresse scannen** auswählen. " +"Außerdem kannst du auf eine bereits existierende Adresse tappen und **Dash " +"senden** oder **Bearbeiten** auswählen." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -73,21 +72,22 @@ msgstr "*Das Adressbuch öffnen und eine Adresse hinzufügen*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" -"Du kannst Beschreibungen auch über den Hauptbildschirm hinzufügen, indem " -"du den Knopf **Mehr Optionen** für die Transaktion verwendest (drei " -"vertikale Punkte) und entweder **Name zu eigener Adresse hinzufügen**, " -"**Name von eigener Adresse ändern**, **Sendeadresse hinzufügen** oder " -"**Name von Sendeadresse ändern** auswählst." +"Du kannst Beschreibungen auch über den Hauptbildschirm hinzufügen, indem du " +"den Knopf **Mehr Optionen** für die Transaktion verwendest (drei vertikale " +"Punkte) und entweder **Name zu eigener Adresse hinzufügen**, **Name von " +"eigener Adresse ändern**, **Sendeadresse hinzufügen** oder **Name von " +"Sendeadresse ändern** auswählst." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" -msgstr "*Adressbeschreibung in der Transaktionsübersicht hinzufügen und ändern*" +msgstr "" +"*Adressbeschreibung in der Transaktionsübersicht hinzufügen und ändern*" #: ../../docs/user/wallets/android/advanced-functions.rst:53 msgid "Exchange rates" @@ -95,28 +95,27 @@ msgstr "Kurse" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" -"Die Dash Wallet für Android erlaubt es dir, den Wert deines Dash-" -"Guthabens und deiner Transaktionen in einer Standard-Fiatwährung anzeigen" -" zu lassen. Gehe hierzu über das **Menü Symbol** auf **Wechselkurse**. " -"Hier kannst du deine bevorzugte Fiatwährung auswählen und über das Symbol" -" **Mehr Optionen** **als Standard festsetzen**. Der Wechselkurs für diese" -" Fiatwährung wird angezeigt, wenn du Dash versendest und du kannst den " -"Wert deiner Transaktion auch direkt über das Feld für Fiatwährungen " -"eingeben." +"Die Dash Wallet für Android erlaubt es dir, den Wert deines Dash-Guthabens " +"und deiner Transaktionen in einer Standard-Fiatwährung anzeigen zu lassen. " +"Gehe hierzu über das **Menü Symbol** auf **Wechselkurse**. Hier kannst du " +"deine bevorzugte Fiatwährung auswählen und über das Symbol **Mehr Optionen**" +" **als Standard festsetzen**. Der Wechselkurs für diese Fiatwährung wird " +"angezeigt, wenn du Dash versendest und du kannst den Wert deiner Transaktion" +" auch direkt über das Feld für Fiatwährungen eingeben." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" "**Einen Fiat-Wechselkurs auswählen und eine Transaktion in US-Dollar " "denominieren**" @@ -129,10 +128,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -145,36 +144,35 @@ msgstr "Paper Wallet entleeren" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" "Eine Paper-Wallet zu entleeren bedeutet, den Wert einer Adresse, die man " "z.B. als Paper-Wallet oder von einem Geldautomaten erhalten hat, in die " -"eigene Wallet zu übertragen. Zur Nutzung dieser Funktion muss der private" -" Schlüssel einer Adresse bekannt sein. Dabei werden alle auf der Adresse " -"gespeicherten Dash an eine neue Adresse gesendet, die deterministisch aus" -" dem Wallet-Seed generiert wurde. Die privaten Schlüssel, mit denen du " -"die Dash transferierst, werden nicht Teil deiner Wallet." +"eigene Wallet zu übertragen. Zur Nutzung dieser Funktion muss der private " +"Schlüssel einer Adresse bekannt sein. Dabei werden alle auf der Adresse " +"gespeicherten Dash an eine neue Adresse gesendet, die deterministisch aus " +"dem Wallet-Seed generiert wurde. Die privaten Schlüssel, mit denen du die " +"Dash transferierst, werden nicht Teil deiner Wallet." #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" -"Um die Paper Wallet zu entleeren, wähle über das **Menü Symbol** die " -"Option **Paper-Wallet leeren** aus. Mit Hilfe des **Scan** Symbols kannst" -" du den QR-Code der Paper Wallet einscannen. Sobald der PrivateKey " -"identifiziert wurde, kannst du über **Entleeren** eine Transaktion " -"durchführen, welche die Dash in deine Wallet überträgt. Nach der " -"Transaktion ist das Papier wertlos und kann zerstört werden." +"Um die Paper Wallet zu entleeren, wähle über das **Menü Symbol** die Option " +"**Paper-Wallet leeren** aus. Mit Hilfe des **Scan** Symbols kannst du den " +"QR-Code der Paper Wallet einscannen. Sobald der PrivateKey identifiziert " +"wurde, kannst du über **Entleeren** eine Transaktion durchführen, welche die" +" Dash in deine Wallet überträgt. Nach der Transaktion ist das Papier wertlos" +" und kann zerstört werden." #: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" @@ -188,17 +186,17 @@ msgstr "Netzwerk-Monitor" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" -"Die Dash Android Wallet ist eine Light Wallet, die im SPV-Modus läuft und" -" daher keine vollständige Kopie der Blockchain herunterladen muss. Der " +"Die Dash Android Wallet ist eine Light Wallet, die im SPV-Modus läuft und " +"daher keine vollständige Kopie der Blockchain herunterladen muss. Der " "Netzwerk-Monitor erlaubt es dir, Details zu den verbundenen Full Nodes " -"aufzurufen. Du kannst außerdem nach links wischen, um die letzten Blöcke " -"der Blockchain zu betrachten." +"aufzurufen. Du kannst außerdem nach links wischen, um die letzten Blöcke der" +" Blockchain zu betrachten." #: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" @@ -215,18 +213,18 @@ msgstr "*Das Einstellungsmenü der Dash Android Wallet*" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" "Das Einstellungsmenü beinhaltet eine große Zahl an Optionen, die das " "Verhalten der Dash Android Wallet beeinflussen. Um auf die Einstellungen " -"zuzugreifen, wähle über das **Menü Symbol** den Punkt **Einstellungen** " -"aus. Du kannst **Einstellungen**, **Diagnose** und **Über** auswählen. " -"Der letzte Punkt zeigt die Wallet Version, das Copyright, die Lizenz und " -"die Quellcode-Informationen an." +"zuzugreifen, wähle über das **Menü Symbol** den Punkt **Einstellungen** aus." +" Du kannst **Einstellungen**, **Diagnose** und **Über** auswählen. Der " +"letzte Punkt zeigt die Wallet Version, das Copyright, die Lizenz und die " +"Quellcode-Informationen an." #: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" @@ -246,13 +244,13 @@ msgstr "Eigener Name" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" "Gib einen kurzen Namen an, der in deine QR-Codes übernommen werden soll, " -"wenn andere diese zum Zahlen einscannen. Der kurze Name wird in ihrer " -"Wallet angezeigt werden, um einfacheres Adress-Management zu ermöglichen." +"wenn andere diese zum Zahlen einscannen. Der kurze Name wird in ihrer Wallet" +" angezeigt werden, um einfacheres Adress-Management zu ermöglichen." #: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" @@ -260,11 +258,10 @@ msgstr "Coin-Versandformular automatisch schließen" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" -"Gib an, ob der Sende-Dialog geschlossen werden soll, nachdem eine Zahlung" -" durchgeführt wurde." +"Gib an, ob der Sende-Dialog geschlossen werden soll, nachdem eine Zahlung " +"durchgeführt wurde." #: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" @@ -272,11 +269,11 @@ msgstr "Konnektivitäts-Anzeige" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" -"Zeigt ein Symbol in der Android-Benachrichtigungsleiste an, durch das die" -" Verbindung verifiziert werden kann." +"Zeigt ein Symbol in der Android-Benachrichtigungsleiste an, durch das die " +"Verbindung verifiziert werden kann." #: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" @@ -294,11 +291,11 @@ msgstr "Reguläre Peers übergehen" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" -"Die Aktivierung dieser Option verhindert das automatische entdecken eines" -" Peers und erzwingt die Verbindung zu dem angegebenen vertrauenswürdigen " +"Die Aktivierung dieser Option verhindert das automatische entdecken eines " +"Peers und erzwingt die Verbindung zu dem angegebenen vertrauenswürdigen " "Peer." #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -310,8 +307,8 @@ msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"Diese Funktion erlaubt dir, den Blockexplorer zu wählen, auf den " -"Funktionen zugreifen, die zu einem Blockexplorer verlinken." +"Diese Funktion erlaubt dir, den Blockexplorer zu wählen, auf den Funktionen " +"zugreifen, die zu einem Blockexplorer verlinken." #: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" @@ -319,11 +316,11 @@ msgstr "Datenverbrauch" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" -"Verlinkt zur Android-Funktion **Datenverbrauch**, um die Daten, die von " -"der App verwendet werden, einzusehen und zu beschränken." +"Verlinkt zur Android-Funktion **Datenverbrauch**, um die Daten, die von der " +"App verwendet werden, einzusehen und zu beschränken." #: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" @@ -331,8 +328,8 @@ msgstr "An Guthaben erinnern" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" "Aktiviert eine Android-Systemnachricht, die angezeigt wird, wenn du noch " "über ungenutzte Dash verfügst und du die App schon länger nicht geöffnet " @@ -345,8 +342,8 @@ msgstr "Enable InstantSend" #: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -"Ermöglicht Funktionen die Verwendung von InstantSend, um Dash zu senden " -"und zu empfangen." +"Ermöglicht Funktionen die Verwendung von InstantSend, um Dash zu senden und " +"zu empfangen." #: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" @@ -361,10 +358,11 @@ msgid "Show disclaimer" msgstr "Show disclaimer" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" -"Aktiviert oder deaktiviert verschiedene Disclaimer und Warnhinweise in " -"der App." +"Aktiviert oder deaktiviert verschiedene Disclaimer und Warnhinweise in der " +"App." #: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" @@ -373,8 +371,8 @@ msgstr "BIP70 for scan-to-pay" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" "Aktiviert die Verwendung des `BIP70 Zahlungsprotokoll " "`_, um " @@ -388,13 +386,13 @@ msgstr "Look up wallet names" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" "Aktiviert die Verwendung von `DNSSEC " -"`_, um beim Erstellen einer Transaktion die " -"Identifikation des Wallet-Namens zu versuchen." +"`_, " +"um beim Erstellen einer Transaktion die Identifikation des Wallet-Namens zu " +"versuchen." #: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" @@ -406,11 +404,11 @@ msgstr "Problem melden" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" -"Erlaubt dir, eine Reihe von Informationen, die zu deiner Wallet gehören, " -"zu sammeln und als Bug-Report an die Entwickler zu schicken." +"Erlaubt dir, eine Reihe von Informationen, die zu deiner Wallet gehören, zu " +"sammeln und als Bug-Report an die Entwickler zu schicken." #: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" @@ -418,14 +416,14 @@ msgstr "Xpub anzeigen" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" -"Zeigt den erweiterten Public Key des Seeds an, der genutzt wird, um " -"Wallet-Adressen zu erzeugen. Das Senden des Xpub an einen Drittanbieter, " -"erlaubt es diesem, alle Transaktionen und Adressen anzusehen, ohne, dass " -"diese auf die Guthaben zugreifen könnten." +"Zeigt den erweiterten Public Key des Seeds an, der genutzt wird, um Wallet-" +"Adressen zu erzeugen. Das Senden des Xpub an einen Drittanbieter, erlaubt es" +" diesem, alle Transaktionen und Adressen anzusehen, ohne, dass diese auf die" +" Guthaben zugreifen könnten." #: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" @@ -433,12 +431,11 @@ msgstr "Blockchain zurücksetzen" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" "Setzt die Daten zurück, welche auf dem Gerät in Bezug auf die Blockchain " -"gespeichert wurden. Die Daten werden erneut von den verbundenen Full " -"Nodes bezogen, wie beim Neuaufsetzen einer Wallet. Dieser Vorgang kann " -"einige Zeit in Anspruch nehmen." - +"gespeichert wurden. Die Daten werden erneut von den verbundenen Full Nodes " +"bezogen, wie beim Neuaufsetzen einer Wallet. Dieser Vorgang kann einige Zeit" +" in Anspruch nehmen." diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 3328284c7..96babd65f 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "Dash auf einem Android-Gerät empfangen und versenden" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "dash, mobile, wallet, android, senden, empfangen, adressen, starten" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/index.po index f99d51518..0d97708b4 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/de/LC_MESSAGES/docs/user/wallets/android/installation.po index 325654662..8bdbf201a 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "Wie man die Dash Wallet auf einem Android-Gerät installiert" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "dash, mobile, wallet, android, installation, kompilieren" @@ -40,11 +40,11 @@ msgstr "Google Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" -"Der einfachste Weg die Dash Wallet für Android zu installieren führt über" -" den Google Play Store." +"Der einfachste Weg die Dash Wallet für Android zu installieren führt über " +"den Google Play Store." #: ../../docs/user/wallets/android/installation.rst:21 msgid "From APK" @@ -52,24 +52,24 @@ msgstr "Über APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" "Manche Android-Geräte haben keinen Zugang zum Google Play Store, da ihr " -"Gerät, Netzbetreiber oder Heimatland dies eventuell nicht zulassen. Die " -"App kann manuell installiert werden, nachdem die Installation aus " -"externen Quellen freigeschaltet (falls dies nicht zuvor bereits geschehen" -" ist) und die APK-Datei heruntergeladen wurde. Hierzu sind die folgenden " -"Schritte zu beachten:" +"Gerät, Netzbetreiber oder Heimatland dies eventuell nicht zulassen. Die App " +"kann manuell installiert werden, nachdem die Installation aus externen " +"Quellen freigeschaltet (falls dies nicht zuvor bereits geschehen ist) und " +"die APK-Datei heruntergeladen wurde. Hierzu sind die folgenden Schritte zu " +"beachten:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" "Die Android-Version muss mindestens 4.0.3 sein. Die Versionsnummer kann " "unter **Settings → About phone** betrachtet werden." @@ -91,46 +91,44 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" -"Wenn das Telefon über keine oder eine schwache Internetverbindung " -"verfügt, kann die APK auf den PC heruntergeladen und per Kabel oder " -"Bluetooth an das Telefon verschickt werden. Hierzu kann es nötig sein " -"einen Datenmanager zu verwenden, um die Kopie zu finden." +"Wenn das Telefon über keine oder eine schwache Internetverbindung verfügt, " +"kann die APK auf den PC heruntergeladen und per Kabel oder Bluetooth an das " +"Telefon verschickt werden. Hierzu kann es nötig sein einen Datenmanager zu " +"verwenden, um die Kopie zu finden." #: ../../docs/user/wallets/android/installation.rst:39 msgid "" "You can also install an APK file directly from your computer using the " "Android Debug Bridge (ADB). Follow these instructions:" msgstr "" -"Über die Android Debug Bridge (ADB) kann die APK-Datei direkt vom " -"Computer aus installiert werden. Hierfür sind die folgenden Schritte " -"nötig:" +"Über die Android Debug Bridge (ADB) kann die APK-Datei direkt vom Computer " +"aus installiert werden. Hierfür sind die folgenden Schritte nötig:" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" -"Es muss eine ADB-Version auf dem PC installiert sein. Diese gehört zu den" -" Android `SDK Plattform Tools " -"`_ für" -" Mac, Windows oder Linux." +"Es muss eine ADB-Version auf dem PC installiert sein. Diese gehört zu den " +"Android `SDK Plattform Tools " +"`_ für " +"Mac, Windows oder Linux." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" "USB-Debugging muss unter **Settings→ Developer options→ USB debugging** " -"aktiviert werden. Falls **Developer options** nicht verfügbar ist, muss " -"die **Build number** unter **About phone** sieben Mal hintereinander " -"angeklickt werden." +"aktiviert werden. Falls **Developer options** nicht verfügbar ist, muss die " +"**Build number** unter **About phone** sieben Mal hintereinander angeklickt " +"werden." #: ../../docs/user/wallets/android/installation.rst:54 msgid "" @@ -143,8 +141,8 @@ msgid "" "Connect your phone to the PC, open a terminal/command prompt window and " "type::" msgstr "" -"Das Gerät muss nun mit dem PC verbunden und der folgende Befehl im " -"Terminal eingegeben werden::" +"Das Gerät muss nun mit dem PC verbunden und der folgende Befehl im Terminal " +"eingegeben werden::" #: ../../docs/user/wallets/android/installation.rst:63 msgid "From source" @@ -154,21 +152,21 @@ msgstr "Aus dem Quellcode" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" "Nachdem die Build-Umgebung nun eingerichtet wurde, muss der Dash Android " "Wallet Quellcode heruntergeladen und erstellt werden::" @@ -178,30 +176,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index ab118cfa9..d1c816659 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -41,31 +39,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -78,8 +74,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -92,8 +88,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -120,10 +116,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -151,9 +147,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -162,8 +158,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -180,10 +176,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -192,17 +188,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -211,13 +207,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -268,16 +264,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -300,38 +296,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -340,10 +335,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -366,8 +361,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -392,13 +387,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -418,30 +412,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -450,10 +444,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -476,8 +469,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -506,18 +498,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -526,8 +517,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -540,9 +531,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -555,9 +546,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -566,8 +557,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -576,21 +567,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -599,11 +590,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -613,11 +604,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -638,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -651,13 +641,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -678,12 +667,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -696,80 +685,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index dfea0a2a9..e1b180f5c 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "Wie man die Dash Core Wallet sichert und wiederherstellt" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "dash, core, wallet, backup, wiederherstellung, wallet.dat" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index c862b0e24..1ef755269 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -36,20 +36,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -97,9 +97,7 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -110,8 +108,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -121,8 +119,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -147,68 +145,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index b0070398a..e151e872d 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/index.po index c6506eeab..34314d4a2 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 0bc527edb..6f64c14dd 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 -# Nils Hermann , 2022 +# Nils Hermann , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: Nils Hermann , 2023\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" "Wie man die Dash Core Wallet unter Linux herunterlädt, installiert und " "verschlüsselt" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "dash, core, wallet, linux, ubuntu, installation" @@ -38,9 +38,9 @@ msgstr "Installationsanleitung für Linux" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -50,28 +50,29 @@ msgstr "Dash Core Wallet herunterladen" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 msgid "The website properly detects the wallet appropriate for your system" -msgstr "Die Webseite erkennt die richtige Wallet für das jeweilige Betriebssystem" +msgstr "" +"Die Webseite erkennt die richtige Wallet für das jeweilige Betriebssystem" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -88,15 +89,15 @@ msgstr "Dash Core verifizieren" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -135,17 +136,17 @@ msgstr "Dash Core entpacken" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" "Dash Core für Linux wird als gepacktes Archiv geliefert und nicht als " "Installationsdatei. Der Grund dafür ist, dass das Archiv noch weitere " -"Dateien enthält, die dafür bestimmt sind eine Masternode auf einem Server" -" zu betreiben. In dieser Anleitung werden wir das Archiv mit der Hilfe " -"einer graphischen Oberfläche (GUI) entpacken, die für den Gebrauch durch " -"den Endnutzer vorgesehen ist." +"Dateien enthält, die dafür bestimmt sind eine Masternode auf einem Server zu" +" betreiben. In dieser Anleitung werden wir das Archiv mit der Hilfe einer " +"graphischen Oberfläche (GUI) entpacken, die für den Gebrauch durch den " +"Endnutzer vorgesehen ist." #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 msgid "Extract Dash Core as follows::" @@ -153,9 +154,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -165,9 +166,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "Beim ersten Start erscheint die Frage, wo die Blockchain und die Wallet-" "Daten gespeichert werden sollen. Es sollte eine Partition mit genügend " @@ -180,9 +181,9 @@ msgstr "Das Dash Core Verzeichnis auswählen" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Dash Core wird dann starten. Der Start wird beim ersten Mal etwas länger " "dauern als sonst, da Dash Core die kryptographischen Daten, welche die " @@ -199,34 +200,27 @@ msgstr "Dash Core mit dem Dash-Netzwerk synchronisieren" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "Sobald Dash Core erfolgreich installiert und gestartet wurde, wird eine " -"Wallet-Übersicht angezeigt. Die Wallet ist zunächst „nicht " -"synchronisiert“ und die Statusleiste am unteren Rand des Fensters zeigt " -"den Synchronisationsfortschritt an." +"Wallet-Übersicht angezeigt. Die Wallet ist zunächst „nicht synchronisiert“ " +"und die Statusleiste am unteren Rand des Fensters zeigt den " +"Synchronisationsfortschritt an." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core startet sich mit dem Dash Netzwerk zu synchronisieren" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Während dieses Prozesses wird Dash Core eine volle Kopie der Dash " -"Blockchains auf das Gerät herunterladen. Die Dauer hängt von der " -"Internetgeschwindigkeit ab. Wenn die Nachricht \"Keine Block Quelle " -"verfügbar\" erscheint, überprüfe bitte die Internetverbindung. Wenn die " -"Synchronisation abgeschlossen wurde, kannst du ein kleines blaues Häkchen" -" in der unteren rechten Ecke sehen." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -235,8 +229,8 @@ msgstr "Die Dash Core Synchronisation ist vervollständigt" #: ../../docs/user/wallets/dashcore/installation-linux.rst:140 msgid "You can now begin to use your wallet to send and receive funds." msgstr "" -"Du kannst nun mit der Nutzung der Wallet beginnen, um Coins zu empfangen " -"und zu senden." +"Du kannst nun mit der Nutzung der Wallet beginnen, um Coins zu empfangen und" +" zu senden." #: ../../docs/user/wallets/dashcore/installation-linux.rst:143 msgid "Setting up a desktop entry" @@ -246,10 +240,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -263,37 +256,34 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Dash-Wallet verschlüsseln" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 -#, fuzzy msgid "Enter a password" msgstr "Passwort eingeben" @@ -308,8 +298,8 @@ msgstr "Bestätige bitte, dass du die Wallet verschlüsseln willst" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -335,114 +325,13 @@ msgid "Entering a password" msgstr "Passwort eingeben" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Wenn der Verschlüsselungsprozess erfolgreich abgeschlossen wurde, " -"erscheint eine Warnung, dass vorherige Backups der Wallet zukünftig nicht" -" mehr verwendet werden können. Nachdem Dash Core heruntergefahren und " -"neugestartet wurde erscheint am unteren rechten Rand des Fensters ein " -"blaues Vorhängeschloss." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Vollständig verschlüsselte und synchronisierte Dash Core Wallet" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "Ubuntu System Überblick. Dies ist ein 64-bit System. " - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Nachdem die Wallet mit dem Dash-" -#~ "Netzwerk synchronisiert wurde, wird sehr " -#~ "stark empfohlen sie mit einem Passwort" -#~ " oder einer Passphrase zu verschlüsseln," -#~ " damit ein unautorisierter Zugriff " -#~ "verhindert werden kann. Das Passwort " -#~ "sollte sehr sicher und zudem noch " -#~ "niemals verwendet worden sein. Das " -#~ "Passwort sollte niedergeschrieben werden, da" -#~ " bei Vergessen der Zugang zur Wallet" -#~ " und deren Inhalt für immer verloren" -#~ " wäre. " - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 17097e488..9d6817a8d 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" "Wie man die Dash Core Wallet unter macOS herunterlädt, installiert und " "verschlüsselt" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "dash, core, wallet, macos, installation" @@ -43,9 +43,9 @@ msgid "" "should be similar for other versions." msgstr "" "Diese Anleitung beschreibt wie die Dash Core Wallet für macOS " -"heruntergeladen, installiert und verschlüsselt wird. Die Anleitung wurde " -"für macOS Sierra geschrieben, sollte bei anderen Versionen aber nur " -"minimal abweichen." +"heruntergeladen, installiert und verschlüsselt wird. Die Anleitung wurde für" +" macOS Sierra geschrieben, sollte bei anderen Versionen aber nur minimal " +"abweichen." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -54,20 +54,21 @@ msgstr "Dash Core Wallet herunterladen" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 msgid "The website properly detects the wallet appropriate for your system" -msgstr "Die Webseite erkennt die richtige Wallet für das jeweilige Betriebssystem" +msgstr "" +"Die Webseite erkennt die richtige Wallet für das jeweilige Betriebssystem" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -77,16 +78,17 @@ msgstr "Dash Core verifizieren" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -124,12 +126,12 @@ msgstr "Dash Core installieren" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" -"Der Downloadordner muss zunächst in Finder geöffnet werden. Danach muss " -"die heruntergeladene .dmg Datei doppelt angeklickt werden, damit sie " +"Der Downloadordner muss zunächst in Finder geöffnet werden. Danach muss die " +"heruntergeladene .dmg Datei doppelt angeklickt werden, damit sie " "dekomprimiert wird. In einem Fenster wird nun der Inhalt der Datei " "angezeigt." @@ -139,8 +141,8 @@ msgstr "Dash Core .dmg Datei öffnen" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" "Die Dash Core App muss in den App-Ordner gezogen werden, damit Dash Core " "installiert wird." @@ -151,24 +153,24 @@ msgstr "Dash Core zum ersten Mal starten" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" -"Um Dash Core zum ersten Mal zu starten, kann das Programm entweder über " -"das Launchpad oder im **App** Verzeichnis von Finder geöffnet werden. " -"Hierfür ist ein Doppelklick auf **Dash Core** oder **Dash-QT** " -"erforderlich. Nach dem Doppelklick kann die Warnung erscheinen, dass die " -"App von einem unbekannten Entwickler stammt. Um dieses Problem zu lösen " -"ist ein Kontrollklick auf die App nötig, da durch diesen der Befehl " -"**Öffnen** aus dem Kurzmenü ausgewählt werden und danach **Öffnen** auch " -"im Dialogfenster angeklickt werden kann. Die App wird als Ausnahme zu den" -" Sicherheitseinstellungen gespeichert werden und kann fortan, wie jede " +"Um Dash Core zum ersten Mal zu starten, kann das Programm entweder über das " +"Launchpad oder im **App** Verzeichnis von Finder geöffnet werden. Hierfür " +"ist ein Doppelklick auf **Dash Core** oder **Dash-QT** erforderlich. Nach " +"dem Doppelklick kann die Warnung erscheinen, dass die App von einem " +"unbekannten Entwickler stammt. Um dieses Problem zu lösen ist ein " +"Kontrollklick auf die App nötig, da durch diesen der Befehl **Öffnen** aus " +"dem Kurzmenü ausgewählt werden und danach **Öffnen** auch im Dialogfenster " +"angeklickt werden kann. Die App wird als Ausnahme zu den " +"Sicherheitseinstellungen gespeichert werden und kann fortan, wie jede " "registrierte App, per Doppelklick geöffnet werden." #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 @@ -178,9 +180,9 @@ msgstr "Entsperrung des macOS, um Dash Core zu starten" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "Beim ersten Start erscheint die Frage, wo die Blockchain und die Wallet-" "Daten gespeichert werden sollen. Es sollte eine Partition mit genügend " @@ -193,9 +195,9 @@ msgstr "Das Dash Core Verzeichnis auswählen" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Dash Core wird dann starten. Der Start wird beim ersten Mal etwas länger " "dauern als sonst, da Dash Core die kryptographischen Daten, welche die " @@ -210,16 +212,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "Dash Core mit dem Dash-Netzwerk synchronisieren" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"Sobald Dash Core erfolgreich installiert und gestartet wurde, wird eine " -"Wallet-Übersicht angezeigt. Die Wallet ist zunächst „nicht " -"synchronisiert“ und die Statusleiste am unteren Rand des Fensters zeigt " -"den Synchronisationsfortschritt an." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -230,56 +227,51 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" "Während dieses Prozesses wird Dash Core eine volle Kopie der Dash " "Blockchains auf das Gerät herunterladen. Die Dauer hängt von der " "Internetgeschwindigkeit ab. Wenn die Nachricht \"Keine Block Quelle " "verfügbar\" erscheint, überprüfe bitte die Internetverbindung. Wenn die " -"Synchronisation abgeschlossen wurde, kannst du ein kleines blaues Häkchen" -" in der unteren rechten Ecke sehen." +"Synchronisation abgeschlossen wurde, kannst du ein kleines blaues Häkchen in" +" der unteren rechten Ecke sehen." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "Die Dash Core Synchronisation ist vervollständigt" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Du kannst nun mit der Nutzung der Wallet beginnen, um Coins zu empfangen " -"und zu senden." #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Dash-Wallet verschlüsseln" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -297,8 +289,8 @@ msgstr "Bestätige bitte, dass du die Wallet verschlüsseln willst" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -321,16 +313,16 @@ msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" -"Wenn der Verschlüsselungsprozess erfolgreich abgeschlossen wurde, " -"erscheint eine Warnung, dass vorherige Backups der Wallet zukünftig nicht" -" mehr verwendet werden können. Nachdem Dash Core heruntergefahren und " -"neugestartet wurde erscheint am unteren rechten Rand des Fensters ein " -"blaues Vorhängeschloss." +"Wenn der Verschlüsselungsprozess erfolgreich abgeschlossen wurde, erscheint " +"eine Warnung, dass vorherige Backups der Wallet zukünftig nicht mehr " +"verwendet werden können. Nachdem Dash Core heruntergefahren und neugestartet" +" wurde erscheint am unteren rechten Rand des Fensters ein blaues " +"Vorhängeschloss." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -339,42 +331,5 @@ msgstr "Vollständig verschlüsselte und synchronisierte Dash Core Wallet" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Du kannst nun mit der Nutzung der Wallet beginnen, um Dash sicher zu " -"senden und empfangen." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Nachdem die Wallet mit dem Dash-" -#~ "Netzwerk synchronisiert wurde, wird sehr " -#~ "stark empfohlen sie mit einem Passwort" -#~ " oder einer Passphrase zu verschlüsseln," -#~ " damit ein unautorisierter Zugriff " -#~ "verhindert werden kann. Das Passwort " -#~ "sollte sehr sicher und zudem noch " -#~ "niemals verwendet worden sein. Das " -#~ "Passwort sollte niedergeschrieben werden, da" -#~ " bei Vergessen der Zugang zur Wallet" -#~ " und deren Inhalt für immer verloren" -#~ " wäre. " - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Du kannst nun mit der Nutzung der Wallet beginnen, um Dash sicher zu senden " +"und empfangen." diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 302e229d9..e3c4a544e 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "" "Wie man die Dash Core Wallet unter Windows herunterlädt, installiert und " "verschlüsselt" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "dash, core, wallet, windows, installation" @@ -43,9 +43,9 @@ msgid "" "should be similar for Windows XP, Vista, 7 and 8." msgstr "" "Diese Anleitung beschreibt wie die Dash Core Wallet für Windows " -"heruntergeladen, installiert und verschlüsselt wird. Die Anleitung wurde " -"für Windows 10 geschrieben, sollte aber auch für Windows XP, Vista, 7 und" -" 8 gelten." +"heruntergeladen, installiert und verschlüsselt wird. Die Anleitung wurde für" +" Windows 10 geschrieben, sollte aber auch für Windows XP, Vista, 7 und 8 " +"gelten." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 msgid "Downloading the Dash Core wallet" @@ -54,45 +54,35 @@ msgstr "Dash Core Wallet herunterladen" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 msgid "The website properly detects the wallet appropriate for your system" -msgstr "Die Webseite erkennt die richtige Wallet für das jeweilige Betriebssystem" +msgstr "" +"Die Webseite erkennt die richtige Wallet für das jeweilige Betriebssystem" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." -msgstr "" -"Falls die automatische Erkennung des Betriebssystems nicht funktionieren " -"sollte müssen OS und Systemarchitektur (32bit/64bit) manuell ausgewählt " -"werden. Wenn weiterhin Unsicherheit über die Systemarchitektur besteht " -"(32 oder 64 bit), kann diese in Windows 10 unter **Start > Einstellungen " -"> System > Info** eingesehen werden. Wenn du wissen möchtest, wie man es " -"in anderen Windows Versionen einsehen kann, klicke `hier " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -101,15 +91,15 @@ msgstr "Dash Core verifizieren" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -128,10 +118,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -140,10 +130,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -153,9 +143,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -168,7 +157,8 @@ msgstr "Dash Core Installer starten" #: ../../docs/user/wallets/dashcore/installation-windows.rst:90 msgid "Double-click the file to start installing Dash Core." -msgstr "Doppel-Klick auf die Datei um die Installation von Dash Core zu starten." +msgstr "" +"Doppel-Klick auf die Datei um die Installation von Dash Core zu starten." #: ../../docs/user/wallets/dashcore/installation-windows.rst:95 msgid "The Dash Core installer in the Downloads folder" @@ -176,14 +166,13 @@ msgstr "Der Dash Core Installer im Downloads-Ordner" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" -"An dieser Stelle gibt der Windows SmartCreen eventuell die Warnung aus, " -"dass die Anwendung unbekannter Herkunft ist. Diese Warnung kann über " -"**Weitere Informationen** und dann **Trotzdem ausführen** übersprungen " -"werden." +"An dieser Stelle gibt der Windows SmartCreen eventuell die Warnung aus, dass" +" die Anwendung unbekannter Herkunft ist. Diese Warnung kann über **Weitere " +"Informationen** und dann **Trotzdem ausführen** übersprungen werden." #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 msgid "" @@ -206,8 +195,8 @@ msgid "" "Click through the following screens. All settings can be left at their " "default values unless you have a specific reason to change something." msgstr "" -"Klick dich durch die folgenden Fenster. Alle Einstellungen können auf " -"ihren Standard-Werten belassen werden." +"Klick dich durch die folgenden Fenster. Alle Einstellungen können auf ihren " +"Standard-Werten belassen werden." #: ../../docs/user/wallets/dashcore/installation-windows.rst:123 msgid "Select the installation location" @@ -231,21 +220,19 @@ msgstr "Dash Core zum ersten Mal starten" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." -msgstr "" -"Nachdem die Installation abgeschlossen wurde, startet Dash Core " -"automatisch. Im Menü kann sie unter **Start > Dash Core > Dash Core** " -"gefunden werden. Beim ersten Start erscheint die Frage, wo die Blockchain" -" und die Wallet-Daten gespeichert werden sollen. Es sollte eine Partition" -" mit genügend Speicherplatz gewählt werden, da die Blockchain momentan " -"bis zu 30GB+ groß werden kann. Es wird empfohlen den Standard " -"Speicherplatz auszuwählen. " +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." +msgstr "" +"Nachdem die Installation abgeschlossen wurde, startet Dash Core automatisch." +" Im Menü kann sie unter **Start > Dash Core > Dash Core** gefunden werden. " +"Beim ersten Start erscheint die Frage, wo die Blockchain und die Wallet-" +"Daten gespeichert werden sollen. Es sollte eine Partition mit genügend " +"Speicherplatz gewählt werden, da die Blockchain momentan bis zu 30GB+ groß " +"werden kann. Es wird empfohlen den Standard Speicherplatz auszuwählen. " #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" @@ -253,9 +240,9 @@ msgstr "Das Dash Core Verzeichnis auswählen" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Dash Core wird dann starten. Der Start wird beim ersten Mal etwas länger " "dauern als sonst, da Dash Core die kryptographischen Daten, welche die " @@ -272,75 +259,63 @@ msgstr "Dash Core mit dem Dash-Netzwerk synchronisieren" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "Sobald Dash Core erfolgreich installiert und gestartet wurde, wird eine " -"Wallet-Übersicht angezeigt. Die Wallet ist zunächst „nicht " -"synchronisiert“ und die Statusleiste am unteren Rand des Fensters zeigt " -"den Synchronisationsfortschritt an." +"Wallet-Übersicht angezeigt. Die Wallet ist zunächst „nicht synchronisiert“ " +"und die Statusleiste am unteren Rand des Fensters zeigt den " +"Synchronisationsfortschritt an." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core startet sich mit dem Dash Netzwerk zu synchronisieren" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Während dieses Prozesses wird Dash Core eine volle Kopie der Dash " -"Blockchains auf das Gerät herunterladen. Die Dauer hängt von der " -"Internetgeschwindigkeit ab. Wenn die Nachricht \"Keine Block Quelle " -"verfügbar\" erscheint, überprüfe bitte die Internetverbindung. Wenn die " -"Synchronisation abgeschlossen wurde, kannst du ein kleines blaues Häkchen" -" in der unteren rechten Ecke sehen." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "Die Dash Core Synchronisation ist vervollständigt" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Du kannst nun mit der Nutzung der Wallet beginnen, um Coins zu empfangen " -"und zu senden." #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Dash-Wallet verschlüsseln" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -358,8 +333,8 @@ msgstr "Bestätige bitte, dass du die Wallet verschlüsseln willst" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -369,8 +344,7 @@ msgstr "Dash-Wallet verschlüsseln" #: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" -"Die Wallet wird über **Einstellungen > Wallet verschlüsseln** " -"verschlüsselt." +"Die Wallet wird über **Einstellungen > Wallet verschlüsseln** verschlüsselt." #: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" @@ -381,18 +355,12 @@ msgid "You will be asked to enter and verify a password." msgstr "Du wirst nach der Eingabe und Bestätigung eines Passwords gefragt." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Wenn der Verschlüsselungsprozess erfolgreich abgeschlossen wurde, " -"erscheint eine Warnung, dass vorherige Backups der Wallet zukünftig nicht" -" mehr verwendet werden können. Nachdem Dash Core heruntergefahren und " -"neugestartet wurde erscheint am unteren rechten Rand des Fensters ein " -"blaues Vorhängeschloss." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -401,100 +369,5 @@ msgstr "Vollständig verschlüsselte und synchronisierte Dash Core Wallet" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Du kannst nun mit der Nutzung der Wallet beginnen, um Dash sicher zu " -"senden und empfangen." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "In den Windows Einstellung auf \"System\" klicken" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" -#~ "Im System Bereich auf „Info“ klicken," -#~ " um den Typen des System " -#~ "herauszufinden. Dies ist ein 64-bit " -#~ "System." - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Nachdem die Wallet mit dem Dash-" -#~ "Netzwerk synchronisiert wurde, wird sehr " -#~ "stark empfohlen sie mit einem Passwort" -#~ " oder einer Passphrase zu verschlüsseln," -#~ " damit ein unautorisierter Zugriff " -#~ "verhindert werden kann. Das Passwort " -#~ "sollte sehr sicher und zudem noch " -#~ "niemals verwendet worden sein. Das " -#~ "Passwort sollte niedergeschrieben werden, da" -#~ " bei Vergessen der Zugang zur Wallet" -#~ " und deren Inhalt für immer verloren" -#~ " wäre. " - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Du kannst nun mit der Nutzung der Wallet beginnen, um Dash sicher zu senden " +"und empfangen." diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index d8219a591..4b39bd466 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" @@ -29,7 +29,7 @@ msgstr "" "Wie man die Dash Core Wallet herunterlädt und installiert. " "Kompilierungsanleitung ebenfalls verfügbar" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "dash, core, wallet, linux, windows, macos, installation, kompilieren" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index b0e85039c..6f97cba34 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Manuel Herrmann , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "Beschreibung der Optionen und Oberflächen der Dash Core Wallet" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" "dash, core, wallet, interface, dialog, synchronisierung, werkzeug " @@ -39,18 +39,18 @@ msgstr "Interface" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" -"Das Dash Core Wallet ist eine Anwendung, die auf Ihrem Computer läuft und" -" es Ihnen ermöglicht, Transaktionen im Dash-Netzwerk durchzuführen. Die " -"meisten Transaktionen dienen zum Senden oder Empfangen von Dash, aber es " -"ist auch möglich, signierte Nachrichten zu erstellen oder z.B. einen " -"Masternode zu steuern. Das Interface der Dash Core Wallet wird in den " -"folgenden Abschnitten ausführlich beschrieben." +"Das Dash Core Wallet ist eine Anwendung, die auf Ihrem Computer läuft und es" +" Ihnen ermöglicht, Transaktionen im Dash-Netzwerk durchzuführen. Die meisten" +" Transaktionen dienen zum Senden oder Empfangen von Dash, aber es ist auch " +"möglich, signierte Nachrichten zu erstellen oder z.B. einen Masternode zu " +"steuern. Das Interface der Dash Core Wallet wird in den folgenden " +"Abschnitten ausführlich beschrieben." #: ../../docs/user/wallets/dashcore/interface.rst:18 msgid "The Main Window" @@ -86,11 +86,11 @@ msgstr "Die Menüleiste" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" -"Die Menüleiste bietet Zugriff auf alle Funktionen von Dash Core. Es " -"stehen vier Menüs zur Verfügung:" +"Die Menüleiste bietet Zugriff auf alle Funktionen von Dash Core. Es stehen " +"vier Menüs zur Verfügung:" #: ../../docs/user/wallets/dashcore/interface.rst:38 msgid "File" @@ -106,8 +106,8 @@ msgstr "Einstellungen" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" "Das Menü Einstellungen bietet Zugriff auf Verschlüsselungsoptionen und " "allgemeine Softwareeinstellungen." @@ -118,8 +118,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -128,8 +128,8 @@ msgstr "Hilfe" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" "Im Menü Hilfe finden Sie Links zu Dokumentationen, Handbüchern und " "rechtlichen Hinweisen zu Dash Core." @@ -141,11 +141,11 @@ msgstr "Die Tab-Leiste" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" -"Die Tab-Leiste dient zum schnellen Umschalten zwischen den Hauptbereichen" -" des Dash Core. Der Inhalt im Hauptbereich von Dash Core ändert sich je " +"Die Tab-Leiste dient zum schnellen Umschalten zwischen den Hauptbereichen " +"des Dash Core. Der Inhalt im Hauptbereich von Dash Core ändert sich je " "nachdem, welche Registerkarte Sie ausgewählt haben. Die folgenden " "Registerkarten sind verfügbar:" @@ -173,11 +173,11 @@ msgstr "Verfügbar" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" -"Hier wird Ihr aktueller Liquiditätssaldo angezeigt. Das ist der Betrag " -"von Dash, den du jetzt ausgeben kannst." +"Hier wird Ihr aktueller Liquiditätssaldo angezeigt. Das ist der Betrag von " +"Dash, den du jetzt ausgeben kannst." #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "Pending" @@ -186,8 +186,8 @@ msgstr "Ausstehend" #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "This shows funds waiting for a transaction to complete." msgstr "" -"Hier werden die Beträge angezeigt, die auf den Abschluss einer " -"Transaktion warten." +"Hier werden die Beträge angezeigt, die auf den Abschluss einer Transaktion " +"warten." #: ../../docs/user/wallets/dashcore/interface.rst:80 msgid "Immature" @@ -198,8 +198,8 @@ msgid "" "This shows funds from masternode or mining payments which have not yet " "reached the required number of confirmations." msgstr "" -"Hier werden Beträge aus Masternode- oder Miningzahlungen angezeigt, die " -"noch nicht die erforderliche Anzahl von Bestätigungen erreicht haben." +"Hier werden Beträge aus Masternode- oder Miningzahlungen angezeigt, die noch" +" nicht die erforderliche Anzahl von Bestätigungen erreicht haben." #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "Total" @@ -207,7 +207,8 @@ msgstr "Gesamtbetrag" #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "This is simply your available and pending funds added together." -msgstr "Dies ist einfach die Summe Ihrer verfügbaren und ausstehenden Beträge." +msgstr "" +"Dies ist einfach die Summe Ihrer verfügbaren und ausstehenden Beträge." #: ../../docs/user/wallets/dashcore/interface.rst:85 msgid "" @@ -217,9 +218,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -230,10 +231,10 @@ msgstr "Der Überweisen-Tab" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -250,10 +251,9 @@ msgid "" "create a request for a specific amount of Dash or include a specific " "message, and send it to another user as a link or QR code." msgstr "" -"Der Empfangen-Tab ermöglicht es dem Nutzer eine Dash-Adresse zu " -"erstellen. Diese Adresse kann über einen Link oder QR-Code weitergeben " -"werden, der einen spezifischen Betrag oder auch eine Nachricht " -"übermitteln kann." +"Der Empfangen-Tab ermöglicht es dem Nutzer eine Dash-Adresse zu erstellen. " +"Diese Adresse kann über einen Link oder QR-Code weitergeben werden, der " +"einen spezifischen Betrag oder auch eine Nachricht übermitteln kann." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" @@ -265,20 +265,19 @@ msgstr "Der Transaktionen-Tab" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -292,11 +291,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -310,9 +308,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -325,9 +323,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -343,8 +341,8 @@ msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" -"Die Statusleiste zeigt den Synchronisierungsfortschritt und eine Reihe an" -" Symbolen, welche den Status der Verbindung mit dem Dash-Netzwerk " +"Die Statusleiste zeigt den Synchronisierungsfortschritt und eine Reihe an " +"Symbolen, welche den Status der Verbindung mit dem Dash-Netzwerk " "wiedergeben." #: ../../docs/user/wallets/dashcore/interface.rst:181 @@ -354,20 +352,19 @@ msgstr "Der Synchronisierungsfortschritt" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" -"Diese Leiste zeigt den Synchronisierungsstatus der Dash Core Wallet mit " -"dem Dash-Netzwerk an. Jedes mal, wenn Dash Core geöffnet wird, beginnt es" -" damit die Blöcke herunterzuladen, welche seit dem letzten Öffnen der App" -" entstanden sind. Diese Blöcke werden von anderen Dash-Nutzern und den " -"Masternodes bezogen. Wenn die Wallet neu ist, bedeutet dies, dass mehrere" -" Jahre an Blöcken heruntergeladen werden müssen. Die folgenden " -"Statusanzeigen können auftreten:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"Diese Leiste zeigt den Synchronisierungsstatus der Dash Core Wallet mit dem " +"Dash-Netzwerk an. Jedes mal, wenn Dash Core geöffnet wird, beginnt es damit " +"die Blöcke herunterzuladen, welche seit dem letzten Öffnen der App " +"entstanden sind. Diese Blöcke werden von anderen Dash-Nutzern und den " +"Masternodes bezogen. Wenn die Wallet neu ist, bedeutet dies, dass mehrere " +"Jahre an Blöcken heruntergeladen werden müssen. Die folgenden Statusanzeigen" +" können auftreten:" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" @@ -375,8 +372,8 @@ msgstr "Keine Block-Quelle verfügbar" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" "Dieses Symbol erscheint, wenn keine Internetverbindung besteht oder eine " "Firewall die Ports verschließt, welche von Dash Core verwendet werden." @@ -399,12 +396,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" -"Nachdem der Synchronisierungsvorgang abgeschlossen wurde, verschwindet " -"die Fortschrittsleiste und am rechten Rand der Statusleiste erscheint ein" -" Haken." +"Nachdem der Synchronisierungsvorgang abgeschlossen wurde, verschwindet die " +"Fortschrittsleiste und am rechten Rand der Statusleiste erscheint ein Haken." #: ../../docs/user/wallets/dashcore/interface.rst:203 msgid "The Status Icons" @@ -412,34 +408,31 @@ msgstr "Die Status-Symbole" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" "Das Schloss-Symbol zeigt den Status der Wallet an: entweder verschlossen " "oder aufgeschlossen. Die Wallet muss aufgeschlossen werden, damit " -"Transaktionen oder bestimmte andere Funktionen durchgeführt werden " -"können." +"Transaktionen oder bestimmte andere Funktionen durchgeführt werden können." #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -451,9 +444,9 @@ msgid "" "This documentation describes the functionality of the Dash Core Options " "dialog, available under the **Settings > Options** menu in Dash Core." msgstr "" -"Diese Dokumentation beschreibt die Einstellungsmöglichkeiten innerhalb " -"der Dash Core Konfigurationseinstellungen, der sich unter **Einstellungen" -" > Konfiguration** im Dash Core Menüs befindet." +"Diese Dokumentation beschreibt die Einstellungsmöglichkeiten innerhalb der " +"Dash Core Konfigurationseinstellungen, der sich unter **Einstellungen > " +"Konfiguration** im Dash Core Menüs befindet." #: ../../docs/user/wallets/dashcore/interface.rst:246 msgid "Main tab" @@ -461,12 +454,12 @@ msgstr "Allgemein-Tab" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" -"Der Allgemein-Tab der Konfigurationseinstellungen beinhaltet " -"Einstellungen, die sich auf den Start und die Leistungsstärke der Dash " -"Core Wallet beziehen." +"Der Allgemein-Tab der Konfigurationseinstellungen beinhaltet Einstellungen, " +"die sich auf den Start und die Leistungsstärke der Dash Core Wallet " +"beziehen." #: ../../docs/user/wallets/dashcore/interface.rst:254 msgid "The Main tab of the Dash Core Options dialog" @@ -478,16 +471,16 @@ msgstr "Starte Dash Core nach Systemanmeldung" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" "Wenn diese Einstellung aktiviert wird, startet die Dash Core Wallet " "automatisch nach dem Login. Sollte der Computer ein automatisches Login " -"durchführen, da nur ein Benutzerkonto existiert, ist dies gleichbedeutend" -" mit einem Start der Dash Core Wallet bei Systemstart." +"durchführen, da nur ein Benutzerkonto existiert, ist dies gleichbedeutend " +"mit einem Start der Dash Core Wallet bei Systemstart." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" @@ -496,13 +489,12 @@ msgstr "Infosymbol verbergen" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" "Wenn diese Option gewählt wurde, wird kein Dash Core Symbol in der " -"Taskleiste erscheinen. Diese Option kann nicht gleichzeitig mit der " -"Option **In den Infobereich anstatt in die Taskleiste minimieren** " -"gewählt werden." +"Taskleiste erscheinen. Diese Option kann nicht gleichzeitig mit der Option " +"**In den Infobereich anstatt in die Taskleiste minimieren** gewählt werden." #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -510,18 +502,18 @@ msgstr "In den Infobereich anstatt in die Taskleiste minimieren" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" "Diese Option führt dazu, dass Dash Core nicht länger in der Taskleiste " -"erscheint, nachdem das Fenster minimiert wurde. Stattdessen wird Dash " -"Core im Hintergrund weiterlaufen und das Fenster kann über das Dash-" -"Symbol im Infobereich geöffnet werden (der Bereich neben der " -"Uhrzeitanzeige). Diese Option kann nicht gleichzeitig mit **Infosymbol " -"verbergen** ausgewählt werden." +"erscheint, nachdem das Fenster minimiert wurde. Stattdessen wird Dash Core " +"im Hintergrund weiterlaufen und das Fenster kann über das Dash-Symbol im " +"Infobereich geöffnet werden (der Bereich neben der Uhrzeitanzeige). Diese " +"Option kann nicht gleichzeitig mit **Infosymbol verbergen** ausgewählt " +"werden." #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" @@ -529,14 +521,14 @@ msgstr "Beim Schließen minimieren" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" "Sollte diese Option ausgewählt werden, führt das drücken des X-Knopfs am " -"oberen rechten Rand des Bildschirms dazu, dass Dash Core minimiert und " -"nicht geschlossen wird. Um das Programm zu schließen, muss dann " -"stattdessen **Datei > Beenden** ausgewählt werden." +"oberen rechten Rand des Bildschirms dazu, dass Dash Core minimiert und nicht" +" geschlossen wird. Um das Programm zu schließen, muss dann stattdessen " +"**Datei > Beenden** ausgewählt werden." #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" @@ -544,11 +536,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -559,8 +550,8 @@ msgstr "Größe des Datenbankcaches" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -569,24 +560,24 @@ msgstr "Anzahl an Skript-Verifizierungs-Threads" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" "Diese Einstellung setzt die Anzahl der Skript-Verifizierungs-Threads auf " "einen Wert zwischen -4 und 16. `Skript-Verifizierung " "`__ ist der Name des Prozesses, der " -"Instruktionen innerhalb der Blockchain verfolgt, um sicherzustellen, dass" -" eine Transaktion gültig ist. 0 bedeutet automatisch und erlaubt es dem " -"Skript bis zur maximalen Anzahl der CPU-Kerne zu skalieren. Eine positive" -" Zahl bedeutet, dass die entsprechende Anzahl verwendet werden soll, " -"während eine negative Zahl bedeutet, dass die entsprechende Anzahl nicht " -"verwendet werden soll." +"Instruktionen innerhalb der Blockchain verfolgt, um sicherzustellen, dass " +"eine Transaktion gültig ist. 0 bedeutet automatisch und erlaubt es dem " +"Skript bis zur maximalen Anzahl der CPU-Kerne zu skalieren. Eine positive " +"Zahl bedeutet, dass die entsprechende Anzahl verwendet werden soll, während " +"eine negative Zahl bedeutet, dass die entsprechende Anzahl nicht verwendet " +"werden soll." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" @@ -596,9 +587,9 @@ msgstr "Wallet-Tab" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -612,15 +603,14 @@ msgstr "\"Coin Control\"-Funktionen aktivieren" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -629,10 +619,10 @@ msgstr "Masternode Tabulator anzeigen" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -641,10 +631,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -653,20 +643,19 @@ msgstr "Unbestätigtes Wechselgeld darf ausgegeben werden" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" "Wenn diese Funktion aktiviert wird, erlaubt die Dash Core Wallet das " "sofortige Versenden von Guthaben, welches innerhalb der eigenen Wallet " "zwischen verschiedenen Adressen versandt wurde. Dies ist möglich, da die " -"Wallet weiß, dass die Transaktionen die benötigten Bestätigungen erhalten" -" werden, da sie diese innerhalb von sich selbst durchgeführt hat. Diese " +"Wallet weiß, dass die Transaktionen die benötigten Bestätigungen erhalten " +"werden, da sie diese innerhalb von sich selbst durchgeführt hat. Diese " "Option ermöglicht es neue Transaktionen zu erstellen, selbst wenn die " "vorherigen noch nicht bestätigt wurden." @@ -676,9 +665,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -687,8 +676,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -701,9 +690,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -713,8 +702,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -738,10 +727,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -750,11 +739,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -763,10 +752,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -787,19 +776,19 @@ msgstr "Portweiterleitung via UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" -"Durch diese Option wird Dash Core eine automatische Portweiterleitung " -"über den Router mit `UPnP " -"`__ (Universal " -"Plug and Play) einrichten. Diese Funktion ist bei den meisten modernen " -"Routern verfügbar und erlaubt eine Verbindung zum Dash-Netzwerk, ohne, " -"dass spezielle Einstellungen am Router geändert werden müssen." +"Durch diese Option wird Dash Core eine automatische Portweiterleitung über " +"den Router mit `UPnP " +"`__ (Universal Plug " +"and Play) einrichten. Diese Funktion ist bei den meisten modernen Routern " +"verfügbar und erlaubt eine Verbindung zum Dash-Netzwerk, ohne, dass " +"spezielle Einstellungen am Router geändert werden müssen." #: ../../docs/user/wallets/dashcore/interface.rst:429 msgid "Allow incoming connections" @@ -807,15 +796,14 @@ msgstr "Eingehende Verbindungen erlauben" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" -"Diese Option lässt den Client eine externe Verbindung akzeptieren. Da " -"Dash ein Peer-to-Peer-Netzwerk ist und Dash Core ein Full-Client, da es " -"die gesamte Blockchain auf dem Gerät speichert, wird diese Funktion zur " +"Diese Option lässt den Client eine externe Verbindung akzeptieren. Da Dash " +"ein Peer-to-Peer-Netzwerk ist und Dash Core ein Full-Client, da es die " +"gesamte Blockchain auf dem Gerät speichert, wird diese Funktion zur " "Blockchain- und Netzwerk-Synchronisierung mit anderen Clients über den " "eigenen Knoten verwendet." @@ -827,17 +815,17 @@ msgstr "Über einen SOCKS5-Proxy verbinden (Standardproxy)" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" "Diese Option ermöglicht es Nutzern, die sich in einem Intranet befinden, " "über einen Proxy eine Verbindung zum allgemeinen Internet herzustellen, " "indem sie die Adresse des Proxy-Servers, der Anfragen an das Internet " "weiterleitet, spezifizieren. Bei Problemen mit der Herstellung einer " -"Verbindung, bei denen ein Proxy das Problem darstellen könnte, sollte der" -" Systemadministrator kontaktiert werden oder eine entsprechende " -"Einstellung im Internetbrowser gesucht werden." +"Verbindung, bei denen ein Proxy das Problem darstellen könnte, sollte der " +"Systemadministrator kontaktiert werden oder eine entsprechende Einstellung " +"im Internetbrowser gesucht werden." #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" @@ -847,10 +835,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" "Diese Funktion ermöglicht es einen zusätzlichen Proxy-Server einzugeben, " "welcher dafür geschaffen ist sich über das Tor-Netzwerk mit den Peers zu " @@ -883,8 +871,8 @@ msgid "" "language requires you to restart the Dash Core app." msgstr "" "Die bevorzugte Benutzeroberfläche kann über ein Menü ausgewählt werden. " -"Nachdem die Sprache geändert wurde, muss die Dash Core Wallet neu " -"gestartet werden." +"Nachdem die Sprache geändert wurde, muss die Dash Core Wallet neu gestartet " +"werden." #: ../../docs/user/wallets/dashcore/interface.rst:464 msgid "Unit to show amounts in" @@ -893,13 +881,13 @@ msgstr "Einheit der Beträge" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" -"Diese Option ändert die Standardeinheit, in der Dash Core Beträge " -"anzeigt, von DASH auf mDASH, µDASH oder Duffs. Jede Einheit verschiebt " -"die Dezimalstelle weitere 3 Stellen nach rechts. Duffs sind die kleinste " +"Diese Option ändert die Standardeinheit, in der Dash Core Beträge anzeigt, " +"von DASH auf mDASH, µDASH oder Duffs. Jede Einheit verschiebt die " +"Dezimalstelle weitere 3 Stellen nach rechts. Duffs sind die kleinste " "Einheit, in die Dash aufgeteilt werden kann." #: ../../docs/user/wallets/dashcore/interface.rst:469 @@ -908,12 +896,12 @@ msgstr "Dezimalziffern" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" -"Diese Option ermöglicht eine Änderung der Dezimalstellen, die in der " -"Wallet angezeigt werden. Hierdurch wird nicht der reale Gesamtbetrag der " +"Diese Option ermöglicht eine Änderung der Dezimalstellen, die in der Wallet " +"angezeigt werden. Hierdurch wird nicht der reale Gesamtbetrag der " "vorhandenen Beträge beeinflusst." #: ../../docs/user/wallets/dashcore/interface.rst:477 @@ -921,22 +909,21 @@ msgid "Third party transaction URLs" msgstr "Externe Transaktions-URLs" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." -msgstr "" -"Diese Option ermöglicht es eine Website auszuwählen, mit deren Hilfe eine" -" bestimmte Adresse oder Transaktion auf der Blockchain angezeigt wird. " -"Hierfür gibt es verschiedene Blockchain-Explorer. Um auf einen " -"Blockchain-Explorer zuzugreifen, muss dessen URL hier eingetragen werden " -"und die %s muss durch die Transaktions-ID ersetzt werden. Über das " -"Kontextmenü jeder beliebigen Transaktion kann Dash Core hierdurch direkt " -"auf den Blockchain-Explorer zugreifen." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." +msgstr "" +"Diese Option ermöglicht es eine Website auszuwählen, mit deren Hilfe eine " +"bestimmte Adresse oder Transaktion auf der Blockchain angezeigt wird. " +"Hierfür gibt es verschiedene Blockchain-Explorer. Um auf einen Blockchain-" +"Explorer zuzugreifen, muss dessen URL hier eingetragen werden und die %s " +"muss durch die Transaktions-ID ersetzt werden. Über das Kontextmenü jeder " +"beliebigen Transaktion kann Dash Core hierdurch direkt auf den Blockchain-" +"Explorer zugreifen." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" @@ -944,8 +931,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -958,9 +945,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -1007,8 +994,8 @@ msgstr "Allgemein" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" "Dieser Abschnitt führt Informationen über den Namen und die Version des " "Clients und der Datenbank sowie den momentanen Speicherort der Anwendung." @@ -1019,11 +1006,11 @@ msgstr "Netzwerk" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" -"Dieser Abschnitt führt Informationen und Statistiken zu dem Netzwerk, mit" -" welchem der Client verbunden ist." +"Dieser Abschnitt führt Informationen und Statistiken zu dem Netzwerk, mit " +"welchem der Client verbunden ist." #: ../../docs/user/wallets/dashcore/interface.rst:526 msgid "Block chain" @@ -1040,15 +1027,15 @@ msgstr "Memory Pool" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" -"Dieser Abschnitt zeigt den Status des Memory Pools an, welcher " -"Transaktionen führt, die noch nicht in einen Block geschrieben werden " -"konnten. Dies umfasst sowohl Informationen, die seit dem letzten Block " -"neu hinzukamen, sowie Informationen, die die Speicherkapazität des " -"letzten Blocks überschritten hatten." +"Dieser Abschnitt zeigt den Status des Memory Pools an, welcher Transaktionen" +" führt, die noch nicht in einen Block geschrieben werden konnten. Dies " +"umfasst sowohl Informationen, die seit dem letzten Block neu hinzukamen, " +"sowie Informationen, die die Speicherkapazität des letzten Blocks " +"überschritten hatten." #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" @@ -1056,12 +1043,12 @@ msgstr "Debugprotokolldatei öffnen" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" -"Dieser Knopf öffnet die Datei debug.log aus dem Speicherort der " -"Anwendung. Diese Datei beinhaltet Angaben der Dash Core Wallet, die beim " -"Finden eines Fehlers helfen können." +"Dieser Knopf öffnet die Datei debug.log aus dem Speicherort der Anwendung. " +"Diese Datei beinhaltet Angaben der Dash Core Wallet, die beim Finden eines " +"Fehlers helfen können." #: ../../docs/user/wallets/dashcore/interface.rst:539 msgid "Console tab" @@ -1070,9 +1057,9 @@ msgstr "Konsole-Tab" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -1087,9 +1074,9 @@ msgstr "Netzwerkauslastungs-Tab" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -1102,15 +1089,14 @@ msgstr "Gegenstellen-Tab" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" "Der Gegenstellen-Tab zeigt eine Liste anderer Full Nodes an, die mit dem " "Dash Core Client verbunden sind. IP-Adresse, Version und Ping-Zeit sind " -"sichtbar. Die Auswahl eines Peers zeigt detaillierte Informationen zu den" -" Daten, die mit einem Peer ausgetauscht wurden." +"sichtbar. Die Auswahl eines Peers zeigt detaillierte Informationen zu den " +"Daten, die mit einem Peer ausgetauscht wurden." #: ../../docs/user/wallets/dashcore/interface.rst:576 msgid "The Peers tab of the Dash Core Tools dialog" @@ -1122,13 +1108,13 @@ msgstr "Wallet-Reparatur-Tab" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" -"Der Wallet-Reparatur-Tab zeigt verschiedene Startbefehle an, durch die " -"eine Wallet repariert werden kann. Jeder dieser Befehle startet die " -"Wallet neu und greift dabei auf ein spezifisches Startkommando zurück." +"Der Wallet-Reparatur-Tab zeigt verschiedene Startbefehle an, durch die eine " +"Wallet repariert werden kann. Jeder dieser Befehle startet die Wallet neu " +"und greift dabei auf ein spezifisches Startkommando zurück." #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" @@ -1141,17 +1127,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" "Die bereits heruntergeladene Blockchain nach Transaktionen durchsuchen, " -"welche Adressen der Wallet betreffen. Dies kann notwendig werden, wenn " -"die wallet.dat mit einer anderen Wallet oder einem Backup ausgetauscht " -"wird - die Wallet-Logik wird nichts von derartigen Transaktionen wissen, " -"wodurch ein erneuter Scan notwendig ist, um das tatsächliche Guthaben zu " -"bestimmen." +"welche Adressen der Wallet betreffen. Dies kann notwendig werden, wenn die " +"wallet.dat mit einer anderen Wallet oder einem Backup ausgetauscht wird - " +"die Wallet-Logik wird nichts von derartigen Transaktionen wissen, wodurch " +"ein erneuter Scan notwendig ist, um das tatsächliche Guthaben zu bestimmen." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1159,8 +1144,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1170,12 +1155,12 @@ msgstr "Transaktion wiederherstellen" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1185,14 +1170,14 @@ msgstr "Wallet-Format aktualisieren" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" -"Dieser Befehl ist notwendig, wenn die Wallet sehr alt ist und zusätzlich " -"zur Aktualisierung der Wallet Software auch einer Aktualisierung der " -"Wallet Version bedarf. Die aktuelle Version kann herausgefunden werden, " -"wenn der Befehlt ``getwalletinfo`` in der Konsole eingegeben wird." +"Dieser Befehl ist notwendig, wenn die Wallet sehr alt ist und zusätzlich zur" +" Aktualisierung der Wallet Software auch einer Aktualisierung der Wallet " +"Version bedarf. Die aktuelle Version kann herausgefunden werden, wenn der " +"Befehlt ``getwalletinfo`` in der Konsole eingegeben wird." #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" @@ -1201,41 +1186,24 @@ msgstr "Index neu aufbauen" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" "Hierdurch werden die aktuelle Blockchain und die Chainstate Indixes (die " -"Datenbanken der nicht-ausgegebenen Outputs) verworfen und aus bestehenden" -" Block-Dateien wiederaufgebaut. Dies kann nützlich sein, wenn es darum " -"geht verschollene oder festhängende Guthaben zurückzugewinnen." +"Datenbanken der nicht-ausgegebenen Outputs) verworfen und aus bestehenden " +"Block-Dateien wiederaufgebaut. Dies kann nützlich sein, wenn es darum geht " +"verschollene oder festhängende Guthaben zurückzugewinnen." #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 75435cae5..06a4275fd 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "Anleitung für das Verschicken von Dash mit der Dash Core Wallet" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "dash, core, wallet, senden, empfangen, transaktion" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index a576ac404..788cb4a5d 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." @@ -29,7 +29,7 @@ msgstr "" "Masternodes, Multisig, Paper Wallet leeren, Cold Storage und Befehlszeilen " "in der Dash Electrum Wallet" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/faq.po index aa1ec492c..32460db19 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/index.po index 5710a52a4..bdf6d0c8f 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/installation.po index fab9ee482..c9b351441 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/security.po index 275c33d46..230b206fa 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" "Sicherheitsvorkehrungen, Backup und Vorsichtsmaßnahmen beim Verwenden der " "Dash Electrum Wallet" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" "dash, wallet, electrum, sicherheit, passwort, backup, vorsichtsmaßnahmen, " diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 93fcc7014..5913853bb 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "Anleitung für das Verschicken von Dash mit der Dash Electrum Wallet" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "dash, wallet, electrum, senden, empfangen, transaktion" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/de/LC_MESSAGES/docs/user/wallets/hardware.po index fcdde4c0d..85f3dd1e9 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "Wie man die Kryptowährung Dash mit einer Hardware Wallet verwendet" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "dash, hardware, wallet, ledger, keepkey, trezor, sicher, private key" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-hardware.po index 5a4b5b657..93208a761 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-paper.po index 68c7baf56..6bd44583f 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-text.po index 90791454a..51ba7c97a 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-third-party.po index 69113b64e..f30bd608b 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/de/LC_MESSAGES/docs/user/wallets/index-web.po index f37e41a6d..d1c13e7e0 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/index.po index f9f013131..8606250b4 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,17 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" @@ -30,7 +30,7 @@ msgstr "" "Beschreibung verschiedener Wallets, mit denen die Kryptowährung Dash " "verwendet und ausgegeben werden kann" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 5acd4c37c..6f57748d4 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -29,27 +29,27 @@ msgstr "" "URL-Schema, Master Public Key und Dash-Zahlungen über dein iOS-Gerät " "anfragen" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" -msgstr "dash, mobile, wallet, ios, senden, empfangen, zahlung, url, public key" +msgstr "" +"dash, mobile, wallet, ios, senden, empfangen, zahlung, url, public key" #: ../../docs/user/wallets/ios/advanced-functions.rst:9 msgid "Advanced functions" msgstr "Erweiterte Funktionen" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -#, fuzzy msgid "Masternode keys" -msgstr "Master Public Key" +msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -68,10 +68,10 @@ msgid "" "documents the methods available using the URL scheme." msgstr "" "Apps haben über iOS die Möglichkeit miteinander durch URL-Schemata zu " -"kommunizieren. Die Dash Wallet für iOS verwendet das Schema " -"dashwallet://, durch welches die Wallet angefragt werden kann, um " -"Transaktionen in Dash durchzuführen. Diese Seite dokumentiert die " -"Methoden, die über das URL-Schema verwendet werden können." +"kommunizieren. Die Dash Wallet für iOS verwendet das Schema dashwallet://, " +"durch welches die Wallet angefragt werden kann, um Transaktionen in Dash " +"durchzuführen. Diese Seite dokumentiert die Methoden, die über das URL-" +"Schema verwendet werden können." #: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" @@ -87,11 +87,11 @@ msgstr "Hinweis:" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" -"``sender`` ist gleichzeitig die Callback-URL und der Name der App, die du" -" dem Nutzer zeigst. Dies dient dazu, Phishing von Drittanbieter-Apps zu " +"``sender`` ist gleichzeitig die Callback-URL und der Name der App, die du " +"dem Nutzer zeigst. Dies dient dazu, Phishing von Drittanbieter-Apps zu " "verhindern." #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -104,12 +104,11 @@ msgstr "Zahlungsanfrage in iOS" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" -"Wenn der Nutzer das richtige Passwort eingibt, wird die Transaktion " -"gesendet und der Nutzer kehrt zur Absende-App über die Callback-URL " -"zurück." +"Wenn der Nutzer das richtige Passwort eingibt, wird die Transaktion gesendet" +" und der Nutzer kehrt zur Absende-App über die Callback-URL zurück." #: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" @@ -125,13 +124,13 @@ msgstr "Master Public Key Anfrageformat::" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" -"Hinweis: Account ist optional und entspricht dem BIP32/BIP44 Account. In " -"den meisten Fällen sollte dieser auf 0 stehen. Solange der Account nicht " +"Hinweis: Account ist optional und entspricht dem BIP32/BIP44 Account. In den" +" meisten Fällen sollte dieser auf 0 stehen. Solange der Account nicht " "spezifiziert wurde, werden wir Account 0 verwenden. Hierdurch wird der " "erweiterte Public Key über ``44’/5’/’`` und ``’`` " "ausgegeben." @@ -148,4 +147,3 @@ msgstr "Adresse für Zahlung erhalten" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index bab7269af..0d3107390 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "Dash auf einem iOS-Gerät empfangen und versenden" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "dash, mobile, wallet, ios, senden, empfangen, adressen, starten" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/index.po index 3ade5d27a..04d369bdc 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/de/LC_MESSAGES/docs/user/wallets/ios/installation.po index fa61576a1..e67693af0 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "Wie man die Dash Wallet auf einem iOS-Gerät installiert" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "dash, mobile, wallet, ios, installation, kompilieren" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/paper.po b/locale/de/LC_MESSAGES/docs/user/wallets/paper.po index 628078e60..0b6429e8a 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "Anleitung zum Erstellen einer Dash Paper Wallet" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "dash, paper, wallet, verschlüsselung" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/de/LC_MESSAGES/docs/user/wallets/recovery.po index b8b46648d..f0d76d566 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,38 +1,39 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" "Dash Wallet wiederherstellen per Datei, Private Key oder " "Wiederherstellungsphrase" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" -"dash, wallet, wiederherstellung, passwort, verloren, mobile, core, " -"phrase, private key" +"dash, wallet, wiederherstellung, passwort, verloren, mobile, core, phrase, " +"private key" #: ../../docs/user/wallets/recovery.rst:9 msgid "Wallet Recovery" @@ -41,19 +42,19 @@ msgstr "Wallet-Wiederherstellung" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" -"Erfahrene Kryptowährungsnutzer finden manchmal alte Wallet-Dateien, die " -"sie auf einem USB-Stick oder in der Cloud vergessen haben. Andere haben " -"vielleicht ein Backup und wissen nicht, womit sie es erstellt haben oder " -"sie haben das Passwort vergessen. Wieder andere verwenden vielleicht eine" -" alte Dash Core Version, die nicht mehr vom Netzwerk akzeptiert wird. " -"Diese Dokumentation dient dazu diesen Nutzern zu helfen, wieder auf ihr " -"Dash zuzugreifen." +"Erfahrene Kryptowährungsnutzer finden manchmal alte Wallet-Dateien, die sie " +"auf einem USB-Stick oder in der Cloud vergessen haben. Andere haben " +"vielleicht ein Backup und wissen nicht, womit sie es erstellt haben oder sie" +" haben das Passwort vergessen. Wieder andere verwenden vielleicht eine alte " +"Dash Core Version, die nicht mehr vom Netzwerk akzeptiert wird. Diese " +"Dokumentation dient dazu diesen Nutzern zu helfen, wieder auf ihr Dash " +"zuzugreifen." #: ../../docs/user/wallets/recovery.rst:20 msgid "Determining the backup format" @@ -63,17 +64,17 @@ msgstr "Wiederherstellungsformat bestimmen" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." -msgstr "" -"Der erste Schritt besteht darin, dass das Format des Backups bestimmt " -"wird. Dies ist in den meisten Fällen entweder eine Datei mit dem Namen " -"*wallet.dat* oder eine Phrase aus mehreren Wörtern. Unter Umständen wurde" -" der private Schlüssel für eine Dash-Adresse aber auch direkt " -"gespeichert. In der folgenden Liste werden Möglichkeiten und Methoden zur" -" Wiederherstellung einer Wallet in einer Reihenfolge sortiert nach der " -"Wahrscheinlichkeit aufgeführt." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." +msgstr "" +"Der erste Schritt besteht darin, dass das Format des Backups bestimmt wird. " +"Dies ist in den meisten Fällen entweder eine Datei mit dem Namen " +"*wallet.dat* oder eine Phrase aus mehreren Wörtern. Unter Umständen wurde " +"der private Schlüssel für eine Dash-Adresse aber auch direkt gespeichert. In" +" der folgenden Liste werden Möglichkeiten und Methoden zur Wiederherstellung" +" einer Wallet in einer Reihenfolge sortiert nach der Wahrscheinlichkeit " +"aufgeführt." #: ../../docs/user/wallets/recovery.rst:28 msgid "Backup is stored in an older version of Dash Core that no longer works" @@ -86,8 +87,8 @@ msgid "" "Follow instructions for restoring wallet files using :ref:`Dash Core " "`" msgstr "" -"Anweisungen zur Wiederherstellung unter :ref:`Dash Core ` folgen" +"Anweisungen zur Wiederherstellung unter :ref:`Dash Core ` " +"folgen" #: ../../docs/user/wallets/recovery.rst:32 msgid "Backup is a file" @@ -95,21 +96,21 @@ msgstr "Backup ist eine Datei" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" "Heißt die Datei wallet.dat oder ähnlich, kann sie wahrscheinlich mit " ":ref:`Dash Core ` wiederhergestellt werden" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" "Heißt die Datei dash-wallet-backup oder beinhaltet der Name das Wort " -"'mobile', kann sie wahrscheinlich mit der :ref:`Dash Wallet für Android" -"` wiederhergestellt werden" +"'mobile', kann sie wahrscheinlich mit der :ref:`Dash Wallet für " +"Android` wiederhergestellt werden" #: ../../docs/user/wallets/recovery.rst:37 msgid "Backup is a phrase of words" @@ -119,14 +120,14 @@ msgstr "Backup als Phrase aus Wörtern" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" -"Ist die Phrase 12 Worte lang´, kann sie mit der :ref:`Dash Electrum " -"Wallet ` oder der Dash Wallet für " -":ref:`Android ` oder :ref:`iOS `, wiederhergestellt werden, abhängig von der Wallet, mit " -"der sie erstellt wurde" +"Ist die Phrase 12 Worte lang´, kann sie mit der :ref:`Dash Electrum Wallet " +"` oder der Dash Wallet für :ref:`Android " +"` oder :ref:`iOS `, " +"wiederhergestellt werden, abhängig von der Wallet, mit der sie erstellt " +"wurde" #: ../../docs/user/wallets/recovery.rst:40 msgid "" @@ -154,38 +155,38 @@ msgid "" "If 34 characters long and starting with X, this is a public address and " "cannot be used to restore access to lost funds. You need the private key." msgstr "" -"Ist sie 34 Zeichen lang und beginnt mit einem X, handelt es sich um einen" -" öffentlichen Schlüssel und dieser kann nicht dazu verwendet werden " +"Ist sie 34 Zeichen lang und beginnt mit einem X, handelt es sich um einen " +"öffentlichen Schlüssel und dieser kann nicht dazu verwendet werden " "verlorenes Guthaben wiederherzustellen. Dafür ist ein privater Schlüssel " "notwendig." #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" "Ist sie 51 Zeichen lang und beginnt mit einer 7, dann ist es ein " -":ref:`privater Schlüssel in WIF ` und dieser kann in " -"Dash Core importiert werden" +":ref:`privater Schlüssel in WIF ` und dieser kann in Dash " +"Core importiert werden" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" "Ist sie 58 Zeichen lang und beginnt mit 6P, dann ist es ein " -":ref:`verschlüsselter privater Schlüssel in BIP38 ` " -"dieser kann über eine Paper Wallet in Dash Core importiert werden" +":ref:`verschlüsselter privater Schlüssel in BIP38 ` dieser " +"kann über eine Paper Wallet in Dash Core importiert werden" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" -"Nachdem bestimmt werden konnte, um welches Format es sich handelt, kann " -"die detaillierte Schrittfolge zur Wiederherstellung des jeweiligen " -"Formats verwendet werden." +"Nachdem bestimmt werden konnte, um welches Format es sich handelt, kann die " +"detaillierte Schrittfolge zur Wiederherstellung des jeweiligen Formats " +"verwendet werden." #: ../../docs/user/wallets/recovery.rst:55 msgid "File Backups" @@ -200,13 +201,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -214,29 +214,27 @@ msgid "" "Comparing the installed version of Dash Core with the latest version " "available on the website" msgstr "" -"Die installierte Version von Dash Core mit der aktuellsten Version von " -"der Website vergleichen" +"Die installierte Version von Dash Core mit der aktuellsten Version von der " +"Website vergleichen" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" "Dash Core entsprechend der :ref:`Installationsanleitung ` auf die neueste Version bringen. Falls nur eine Wallet-" -"Datei und keine existierende Installation von Dash Core vorhanden ist, " -"muss Dash Core gemäß der :ref:`Installationsanleitung ` installiert und einmal gestartet werden, um den Ordner " -"DashCore zu erzeugen. Danach muss Dash Core geschlossen werden und die " -"Datei *wallet.dat* muss zur Wiederherstellung in den DashCore-Ordner an " -"dem unten angegebenen Speicherort kopiert werden, wodurch die vorhandene " -"Datei ersetzt wird." +"installation>` auf die neueste Version bringen. Falls nur eine Wallet-Datei " +"und keine existierende Installation von Dash Core vorhanden ist, muss Dash " +"Core gemäß der :ref:`Installationsanleitung ` " +"installiert und einmal gestartet werden, um den Ordner DashCore zu erzeugen." +" Danach muss Dash Core geschlossen werden und die Datei *wallet.dat* muss " +"zur Wiederherstellung in den DashCore-Ordner an dem unten angegebenen " +"Speicherort kopiert werden, wodurch die vorhandene Datei ersetzt wird." #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" @@ -260,11 +258,11 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" -"Im Home-Verzeichnis **Strg+H** drücken, damit versteckte Dateien " -"angezeigt werden, danach ``.dashcore`` öffnen" +"Im Home-Verzeichnis **Strg+H** drücken, damit versteckte Dateien angezeigt " +"werden, danach ``.dashcore`` öffnen" #: ../../docs/user/wallets/recovery.rst:95 msgid "macOS" @@ -276,8 +274,8 @@ msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -289,24 +287,25 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" -"**Windows Key + R** drücken and ``%APPDATA%`` eingeben und dann " -"``DashCore`` öffnen" +"**Windows Key + R** drücken and ``%APPDATA%`` eingeben und dann ``DashCore``" +" öffnen" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" -"Wenn die existierende Version von Dash Core älter als v0.12.1.x ist, muss" -" der Dateiordner von ``Dash`` auf ``DashCore`` umbenannt werden." +"Wenn die existierende Version von Dash Core älter als v0.12.1.x ist, muss " +"der Dateiordner von ``Dash`` auf ``DashCore`` umbenannt werden." #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" "Wenn die Installation korrumpiert wurde, müssen alle *.log* und *.dat* " "Dateien außer *wallet.dat* aus dem DashCore-Ordner gelöscht werden. Die " @@ -355,8 +354,8 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" "Die ``.conf``-Dateien und die Ordner (wie z.B. ``backups``, ``blocks``, " "``chainstate``, etc.) können bestehen bleiben, da durch diese eine " @@ -364,15 +363,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -381,12 +380,12 @@ msgstr "Dash Core befehlen die Blockchain erneut zu durchsuchen" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -395,29 +394,28 @@ msgstr "Dash Android" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -433,8 +431,8 @@ msgstr "Wiederherstellungsphrase" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" "Wenn eine Phrase aus 12 Wörtern vorhanden ist und sicher ist, dass diese " "einem Android- oder iOS-Gerät entstammt, ist die folgende Anleitung die " @@ -446,23 +444,23 @@ msgstr "Android-Phrase mit 12 Wörtern" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -471,8 +469,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:213 msgid "*Restoring a 12-word recovery phrase using Dash wallet for Android*" msgstr "" -"*Eine Wiederherstellungsphrase aus 12 Wörtern für die Dash Android Wallet" -" verwenden*" +"*Eine Wiederherstellungsphrase aus 12 Wörtern für die Dash Android Wallet " +"verwenden*" #: ../../docs/user/wallets/recovery.rst:218 msgid "12-word phrase on iOS" @@ -480,27 +478,27 @@ msgstr "iOS-Phrase mit 12 Wörtern" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" "Die Dash Wallet muss vollständig über den App Store aktualisiert worden " -"sein, bevor sie geöffnet wird. Wenn die Wallet zum ersten Mal geöffnet " -"wird, kann die Wiederherstellungsphrase sofort eingegeben werden, nachdem" -" auf **Wallet wiederherstellen** geklickt wurde. Sollte bereits ein " -"Guthaben vorhanden sein, muss entweder ein weiteres Backup erstellt oder " -"der Inhalt an eine externe Adresse übertragen werden, da die " -"Wiederherstellung einer Wallet die bestehende Wallet ersetzt!" +"sein, bevor sie geöffnet wird. Wenn die Wallet zum ersten Mal geöffnet wird," +" kann die Wiederherstellungsphrase sofort eingegeben werden, nachdem auf " +"**Wallet wiederherstellen** geklickt wurde. Sollte bereits ein Guthaben " +"vorhanden sein, muss entweder ein weiteres Backup erstellt oder der Inhalt " +"an eine externe Adresse übertragen werden, da die Wiederherstellung einer " +"Wallet die bestehende Wallet ersetzt!" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -515,30 +513,30 @@ msgstr "Electrum-Phrase mit 12/13 Wörtern" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" "Es ist wichtig, dass eine Dash Electrum Wallet verwendet wird, die nach " ":ref:`diesen ` Angaben die aktuellste ist. Dash " "Electrum erlaubt mehrere Wallets gleichzeitig, sodass eine Wallet sicher " "wiederhergestellt werden kann, ohne, dass die alten Wallets in Gefahr " -"geraten. Unter **File > New/Restore** kann einer neuen Wallet zunächst " -"ein Name gegeben werden. Danach muss **I already have a seed** ausgewählt" -" und die 12/13-Wortphrase eingegeben werden. Die Wallet kann zudem mit " -"einem Passwort verschlüsselt werden und mit **Next** wird der " +"geraten. Unter **File > New/Restore** kann einer neuen Wallet zunächst ein " +"Name gegeben werden. Danach muss **I already have a seed** ausgewählt und " +"die 12/13-Wortphrase eingegeben werden. Die Wallet kann zudem mit einem " +"Passwort verschlüsselt werden und mit **Next** wird der " "Wiederherstellungsprozess abgeschlossen." #: ../../docs/user/wallets/recovery.rst:274 msgid "*Restoring a 12-word recovery phrase using Dash Electrum*" msgstr "" -"*Eine Wiederherstellungsphrase aus 12 Wörtern für die Dash Electrum " -"Wallet verwenden*" +"*Eine Wiederherstellungsphrase aus 12 Wörtern für die Dash Electrum Wallet " +"verwenden*" #: ../../docs/user/wallets/recovery.rst:279 msgid "Hardware wallet recovery phrases" @@ -554,19 +552,16 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 -#, fuzzy msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" -"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" @@ -579,26 +574,26 @@ msgstr "Eine iOS Wallet über Dash Electrum wiederherstellen" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" "Es ist möglich eine iOS-Wallet über eine Dash Electrum Wallet " -"wiederherzustellen, falls kein Zugang zu einem iOS-Gerät mehr besteht. Da" -" die beiden Programme jedoch unterschiedliche Voraussetzungen haben, kann" -" die iOS Wallet nicht direkt mit Hilfe der Wiederherstellungsphrase in " -"Dash Electrum wiederhergestellt werden. Zudem ist wichtig, dass der " +"wiederherzustellen, falls kein Zugang zu einem iOS-Gerät mehr besteht. Da " +"die beiden Programme jedoch unterschiedliche Voraussetzungen haben, kann die" +" iOS Wallet nicht direkt mit Hilfe der Wiederherstellungsphrase in Dash " +"Electrum wiederhergestellt werden. Zudem ist wichtig, dass der " "Wiederherstellungsprozess einen xprv-Schlüssel verwendet, der nicht als " -"Wiederherstellungsphrase angezeigt werden kann, weswegen es Sinn macht " -"das Guthaben nach der erfolgreichen Wiederherstellung an eine andere " -"Wallet (entweder an eine andere Electrum Wallet oder an eine sonstige " -"Wallet) zu versenden. Zudem wird hierdurch das Funktionieren des " +"Wiederherstellungsphrase angezeigt werden kann, weswegen es Sinn macht das " +"Guthaben nach der erfolgreichen Wiederherstellung an eine andere Wallet " +"(entweder an eine andere Electrum Wallet oder an eine sonstige Wallet) zu " +"versenden. Zudem wird hierdurch das Funktionieren des " "Wiederherstellungsvorgangs überprüft." #: ../../docs/user/wallets/recovery.rst:304 @@ -617,27 +612,25 @@ msgstr "Den korrekten Dash iOS xprv-Schlüssel erzeugen" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" -msgstr "" -"Durch den `BIP39 Mnemonic Code Converter `_" -" können die BIP 32/39 Seed-Daten dargestellt werden. Sollte der Wunsch " -"bestehen diesen Vorgang offline und nicht online durchzuführen, kann " -"`hier `_ " -"eine Offlineversion heruntergeladen werden. Sobald das Programm im " -"Browser initialisiert wurde, müssen die folgenden Schritte beachtet " -"werden:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" +msgstr "" +"Durch den `BIP39 Mnemonic Code Converter `_ " +"können die BIP 32/39 Seed-Daten dargestellt werden. Sollte der Wunsch " +"bestehen diesen Vorgang offline und nicht online durchzuführen, kann `hier " +"`_ eine " +"Offlineversion heruntergeladen werden. Sobald das Programm im Browser " +"initialisiert wurde, müssen die folgenden Schritte beachtet werden:" #: ../../docs/user/wallets/recovery.rst:319 msgid "Enter your 12 word seed phrase in the **BIP39 Mnemonic** field." msgstr "" -"Die 12 Worte der Wiederherstellungsphrase in das Feld **BIP39 Mnemonic**" -" eintragen." +"Die 12 Worte der Wiederherstellungsphrase in das Feld **BIP39 Mnemonic** " +"eintragen." #: ../../docs/user/wallets/recovery.rst:320 msgid "Leave **BIP39 Passphrase** blank." @@ -661,7 +654,8 @@ msgstr "Den xprv-Schlüssel nach Dash Electrum kopieren" #: ../../docs/user/wallets/recovery.rst:328 msgid "Open Dash Electrum and click **File** -> **New/Restore**." -msgstr "Dash Electrum öffnen und dann auf **File** -> **New/Restore** klicken." +msgstr "" +"Dash Electrum öffnen und dann auf **File** -> **New/Restore** klicken." #: ../../docs/user/wallets/recovery.rst:329 msgid "Type a name for your wallet." @@ -685,31 +679,29 @@ msgstr "Optionalerweise kann ein Passwort eingegeben werden." #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" "Dash Electrum sollte nun das Dash iOS Guthaben darstellen und es sollte " -"möglich sein dieses zu verwenden. Die Wiederherstellungsphrase kann in " -"Dash Electrum nicht angezeigt werden, weswegen diese Schritte wiederholt " -"werden müssten, sollte diese Wallet erneut wiederhergestellt werden " -"müssen. Es wird empfohlen das Guthaben an eine neue Dash Electrum Wallet " -"zu versenden und dabei dem :ref:`normalen Sicherungsvorgang ` zu folgen." +"möglich sein dieses zu verwenden. Die Wiederherstellungsphrase kann in Dash " +"Electrum nicht angezeigt werden, weswegen diese Schritte wiederholt werden " +"müssten, sollte diese Wallet erneut wiederhergestellt werden müssen. Es wird" +" empfohlen das Guthaben an eine neue Dash Electrum Wallet zu versenden und " +"dabei dem :ref:`normalen Sicherungsvorgang ` zu folgen." #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -718,12 +710,12 @@ msgstr "Private Keys" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -745,39 +737,39 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" "Dash Core scannt die Blockchain nach Transaktionen, die die öffentliche " -"Adresse dieses Schlüssels betreffen und gibt nun die Transaktionen und " -"den passenden Saldo in der Wallet an." +"Adresse dieses Schlüssels betreffen und gibt nun die Transaktionen und den " +"passenden Saldo in der Wallet an." #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." -msgstr "" -"Der private Schlüssel muss im WIF-Format (Wallet Import Format) vorhanden" -" sein. Falls der Schlüssel mit BIP38 verschlüsselt ist (der Schlüssel " -"beginnt mit 6P statt mit 7), muss er zuerst entschlüsselt werden, damit " -"der Schlüssel als WIF angezeigt wird. Um dies zu tun, muss auf " +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." +msgstr "" +"Der private Schlüssel muss im WIF-Format (Wallet Import Format) vorhanden " +"sein. Falls der Schlüssel mit BIP38 verschlüsselt ist (der Schlüssel beginnt" +" mit 6P statt mit 7), muss er zuerst entschlüsselt werden, damit der " +"Schlüssel als WIF angezeigt wird. Um dies zu tun, muss auf " "https://paper.dash.org/ auf **Wallet Details** geklickt werden. Der " -"verschlüsselte private Schlüssel muss in das Feld eingeben und auf " -"**Details anzeigen** geklickt werden. Das Passwort wird abgefragt und die" -" Schlüssel werden wieder entschlüsselt. Der Schlüssel mit dem Namen " -"**Private Key WIF** muss nun in die Wallet importiert werden." +"verschlüsselte private Schlüssel muss in das Feld eingeben und auf **Details" +" anzeigen** geklickt werden. Das Passwort wird abgefragt und die Schlüssel " +"werden wieder entschlüsselt. Der Schlüssel mit dem Namen **Private Key WIF**" +" muss nun in die Wallet importiert werden." #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" -"*Einen mit BIP38 verschlüsselten Schlüssel zu WIF entschlüsseln und in " -"die Dash Core Wallet importieren*" +"*Einen mit BIP38 verschlüsselten Schlüssel zu WIF entschlüsseln und in die " +"Dash Core Wallet importieren*" #: ../../docs/user/wallets/recovery.rst:399 msgid "Forgotten Passwords" @@ -785,27 +777,26 @@ msgstr "Vergessene Passwörter" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." -msgstr "" -"Wenn ein starkes Passwort gewählt wurde, gibt es in den meisten Fällen " -"keine Möglichkeit je wieder einen Zugriff auf die Wallet zu bekommen. Die" -" Dash-Verschlüsselung ist per Definition zu komplex um jemals geknackt zu" -" werden und auch ein einfaches Nutzerpasswort sollte einem brutalen " -"Angriff widerstehen können. Wenn zumindest Teile des Passworts oder " -"dessen Länge bekannt sind, könnte ein starker Angriff auf das Passwort " -"jedoch Erfolg haben. Verschiedene Dienste helfen bei diesem Vorgang und " -"es ist auch möglich dies selbst zu versuchen. Da Dash Core auf Bitcoin " -"Core basiert funktionieren Angriffsmöglichkeiten, die bei Bitcoin Core " -"Erfolg haben eventuell auch bei Dash Core." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." +msgstr "" +"Wenn ein starkes Passwort gewählt wurde, gibt es in den meisten Fällen keine" +" Möglichkeit je wieder einen Zugriff auf die Wallet zu bekommen. Die Dash-" +"Verschlüsselung ist per Definition zu komplex um jemals geknackt zu werden " +"und auch ein einfaches Nutzerpasswort sollte einem brutalen Angriff " +"widerstehen können. Wenn zumindest Teile des Passworts oder dessen Länge " +"bekannt sind, könnte ein starker Angriff auf das Passwort jedoch Erfolg " +"haben. Verschiedene Dienste helfen bei diesem Vorgang und es ist auch " +"möglich dies selbst zu versuchen. Da Dash Core auf Bitcoin Core basiert " +"funktionieren Angriffsmöglichkeiten, die bei Bitcoin Core Erfolg haben " +"eventuell auch bei Dash Core." #: ../../docs/user/wallets/recovery.rst:412 msgid "`Wallet Recovery Services `_" @@ -814,4 +805,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "`BTCRecover `_" - diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/signing.po b/locale/de/LC_MESSAGES/docs/user/wallets/signing.po index 7b5a6e3ee..535fbe703 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" @@ -29,7 +29,7 @@ msgstr "" "Anleitung und Screenshots, wie man eine Nachricht über Dash signiert und " "verifiziert" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "dash, signieren, verifizieren, nachricht, trezor, dash core" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/text.po b/locale/de/LC_MESSAGES/docs/user/wallets/text.po index b16aa2122..733c1dd8e 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "Anleitungen zu den SMS Wallets der Kryptowährung Dash" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po index d9966d77c..2cc8333d5 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,44 +1,40 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Manuel Herrmann , 2022 # Nils Hermann , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" -"Detaillierte Informationen zu allen Wallets von Drittanbietern, welche " -"die Kryptowährung Dash unterstützen" +"Detaillierte Informationen zu allen Wallets von Drittanbietern, welche die " +"Kryptowährung Dash unterstützen" -#: ../../docs/user/wallets/third-party.rst:-1 -#, fuzzy +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" msgstr "" -"dash, wallet, mobile, edge, ethos, paytomat, mobi, guarda, exodus, " -"atomic, jaxx, coinomi, cobo, cryptonator, trust, kurepay, ownbit, abra, " -"vegawallet" #: ../../docs/user/wallets/third-party.rst:8 msgid "Introduction" @@ -46,21 +42,21 @@ msgstr "Einleitung" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" -"Das Dash-Protokoll und viele Projekte, wie etwa die Dash Core Wallet und " -"die mobilen Wallets, sind Open Source, weswegen Dash sehr einfach in die " +"Das Dash-Protokoll und viele Projekte, wie etwa die Dash Core Wallet und die" +" mobilen Wallets, sind Open Source, weswegen Dash sehr einfach in die " "Struktur von Drittanbietern integriert werden kann. Dieser Abschnitt " -"beschreibt einige dieser Drittanbieter-Wallets und ihre Funktionen. " -"Hinweis: Dash bietet keinen Support für diese Wallets an und bei den " -"Einträgen handelt es sich nicht um Empfehlungen. Für Fragen sollten die " -"Anbieter direkt kontaktiert werden." +"beschreibt einige dieser Drittanbieter-Wallets und ihre Funktionen. Hinweis:" +" Dash bietet keinen Support für diese Wallets an und bei den Einträgen " +"handelt es sich nicht um Empfehlungen. Für Fragen sollten die Anbieter " +"direkt kontaktiert werden." #: ../../docs/user/wallets/third-party.rst:21 msgid "ADAMANT" @@ -73,8 +69,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -97,9 +93,9 @@ msgstr "Installation" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -145,27 +141,25 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" -"Channels ist ein sicheres Nachrichtensystem, welches von Exscudo " -"erschaffen wurde. Es beinhaltet die Möglichkeit verschiedene " -"Kryptowährungen zu verschicken, darunter auch Dash. Der zugrundeliegende " -"EON-Token schafft eine sichere Identität, die dazu dient, Betrug zu " -"verhindern." +"Channels ist ein sicheres Nachrichtensystem, welches von Exscudo erschaffen " +"wurde. Es beinhaltet die Möglichkeit verschiedene Kryptowährungen zu " +"verschicken, darunter auch Dash. Der zugrundeliegende EON-Token schafft eine" +" sichere Identität, die dazu dient, Betrug zu verhindern." #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -184,20 +178,18 @@ msgstr "https://cobo.com" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." -msgstr "" -"Coba ist eine Wallet, die Dash und andere Kryptowährungen entweder über " -"eine Cloud Wallet (Private Keys werden in der Cloud gespeichert) oder " -"über einen lokalen HD Wallet Seed (Private Keys werden auf dem Endgerät " -"verschlüsselt) sichert, wodurch der Nutzer die freie Auswahl hat, wie er " -"seine kryptografischen Schlüssel zu den Inhalten der Wallet lagern " -"möchte. Die Wallet bietet zudem eine einzigartige Staking-Funktion, durch" -" die Nutzer ihre Dash poolen können, um gemeinsam eine Masternode " -"aufzusetzen." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." +msgstr "" +"Coba ist eine Wallet, die Dash und andere Kryptowährungen entweder über eine" +" Cloud Wallet (Private Keys werden in der Cloud gespeichert) oder über einen" +" lokalen HD Wallet Seed (Private Keys werden auf dem Endgerät verschlüsselt)" +" sichert, wodurch der Nutzer die freie Auswahl hat, wie er seine " +"kryptografischen Schlüssel zu den Inhalten der Wallet lagern möchte. Die " +"Wallet bietet zudem eine einzigartige Staking-Funktion, durch die Nutzer " +"ihre Dash poolen können, um gemeinsam eine Masternode aufzusetzen." #: ../../docs/user/wallets/third-party.rst:131 msgid "" @@ -220,44 +212,37 @@ msgstr "Cobo Wallet" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 -#, fuzzy msgid "Coin Wallet" -msgstr "Cobo Wallet" +msgstr "" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://evercoin.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" #: ../../docs/user/wallets/third-party.rst:181 -#, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -"Cobo bietet eine detaillierte Dokumentation zu allen Funktionen unter " -"https://support.cobo.com" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" @@ -269,18 +254,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" "Coinomi ist eine Open-Source Wallet für iOS und Android, über die viele " "verschiedene Kryptowährungen gelagert werden können. Die Private Keys " "verlassen niemals das Endgerät und die starke Verschlüsselung der Wallet " -"garantiert, dass nur der Nutzer Zugriff auf seine Kryptowährungen hat. " -"Über ShapeShift und Changelly können die Kryptowährungen gegeneinander " -"getauscht werden." +"garantiert, dass nur der Nutzer Zugriff auf seine Kryptowährungen hat. Über " +"ShapeShift und Changelly können die Kryptowährungen gegeneinander getauscht " +"werden." #: ../../docs/user/wallets/third-party.rst:206 msgid "Download" @@ -289,11 +274,10 @@ msgstr "Download" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -319,28 +303,26 @@ msgstr "https://edge.app" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." -msgstr "" -"Edge ist eine sichere Wallet für iOS und Android, die Dash und viele " -"weitere Kryptowährungen unterstützt. Sie bietet ein einzigartiges System," -" durch das ein verschlüsselter HD Seed in der Cloud gelagert werden kann," -" solange sich ein Private Key auf dem Gerät befindet. Edge ist schnell " -"und benutzerfreundlich, erlaubt das Scannen von QR-Codes, das Signieren " -"von Transaktionen, das Sichern durch Fingerabdrücke und das Einrichten " -"eines PIN-Codes. ShapeShift ist zudem integriert und ermöglicht den " -"Tausch verschiedener Kryptowährungen gegeneinander." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." +msgstr "" +"Edge ist eine sichere Wallet für iOS und Android, die Dash und viele weitere" +" Kryptowährungen unterstützt. Sie bietet ein einzigartiges System, durch das" +" ein verschlüsselter HD Seed in der Cloud gelagert werden kann, solange sich" +" ein Private Key auf dem Gerät befindet. Edge ist schnell und " +"benutzerfreundlich, erlaubt das Scannen von QR-Codes, das Signieren von " +"Transaktionen, das Sichern durch Fingerabdrücke und das Einrichten eines " +"PIN-Codes. ShapeShift ist zudem integriert und ermöglicht den Tausch " +"verschiedener Kryptowährungen gegeneinander." #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -392,22 +374,20 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" -"Die Ethos Universal Wallet erlaubt das Lagern von Dash und über 100 " -"weiteren Kryptowährungen. Hierzu gehören eine einzige " -"Wiederherstellungsphrase, die als SmartKey bezeichnet wird und mit der " -"die Guthaben auch auf anderen Geräten wiederhergestellt werden können. " -"Zusätzlich werden Benutzernamen, Konversionen über ShapeShift und ein " -"Portfolio-Tool angeboten." +"Die Ethos Universal Wallet erlaubt das Lagern von Dash und über 100 weiteren" +" Kryptowährungen. Hierzu gehören eine einzige Wiederherstellungsphrase, die " +"als SmartKey bezeichnet wird und mit der die Guthaben auch auf anderen " +"Geräten wiederhergestellt werden können. Zusätzlich werden Benutzernamen, " +"Konversionen über ShapeShift und ein Portfolio-Tool angeboten." #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -436,8 +416,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -461,10 +441,10 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" "Die Exodus Wallet bietet ein dynamisches Design und kann dazu verwendet " "werden, mehrere Kryptowährungen zu lagern. Die Wallet ist verfügbar für " @@ -474,8 +454,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -487,16 +467,16 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" -"`Wie installiere ich Exodus? `_" +"`Wie installiere ich Exodus? `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" "`Womit beginne ich, wenn ich Exodus neu aufgesetzt habe? " "`_" @@ -515,48 +495,47 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" -"Guarda bietet ein vollständiges Blockchain-Ökosystem mit Desktop, Web und" -" Mobile Wallets sowie einem OTC-Kryptoverkauf und einem Instant Exchange." -" Dash ist in das gesamte Ökosystem integriert, wodurch Guarda ein " -"einfacher Einstiegspunkt für neue Benutzer ist. Alle Keys werden vom " -"Benutzer gehalten, was ein erhöhtes Maß an Sicherheit ermöglicht." +"Guarda bietet ein vollständiges Blockchain-Ökosystem mit Desktop, Web und " +"Mobile Wallets sowie einem OTC-Kryptoverkauf und einem Instant Exchange. " +"Dash ist in das gesamte Ökosystem integriert, wodurch Guarda ein einfacher " +"Einstiegspunkt für neue Benutzer ist. Alle Keys werden vom Benutzer " +"gehalten, was ein erhöhtes Maß an Sicherheit ermöglicht." #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" "Guarda Wallet bietet eine detaillierte Dokumentation zu allen Funktionen " -"unter https://guarda.freshdesk.com und weiterführende Links befinden sich" -" hier:" +"unter https://guarda.freshdesk.com und weiterführende Links befinden sich " +"hier:" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" "`Wie richte ich eine Wallet ein? " -"`_" +"`_" #: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" @@ -617,37 +596,35 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" -"Mobi ist eine Mobile Wallet, die verschiedene Kryptowährungen unterstützt" -" und an eine Telefonnummer gebunden ist. Da Mobi die Private Keys hält, " +"Mobi ist eine Mobile Wallet, die verschiedene Kryptowährungen unterstützt " +"und an eine Telefonnummer gebunden ist. Da Mobi die Private Keys hält, " "kannst du deine Wallet ganz einfach per Textnachricht wiederherstellen " -"lassen und eine PIN eingeben. Hinweis: Du vertraust Mobi deine Private " -"Keys an und wirst den Zugang zu deinem Guthaben verlieren, wenn du den " -"Zugang zu deiner Telefonnummer verlierst. Ein Web Interface ist auch " -"verfügbar und in der App können Kryptowährungen mit Fiatgeld gekauft " -"werden." +"lassen und eine PIN eingeben. Hinweis: Du vertraust Mobi deine Private Keys " +"an und wirst den Zugang zu deinem Guthaben verlieren, wenn du den Zugang zu " +"deiner Telefonnummer verlierst. Ein Web Interface ist auch verfügbar und in " +"der App können Kryptowährungen mit Fiatgeld gekauft werden." #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" -"Sieh dir die `FAQ `__ an, tritt der `Mobi " -"Telegram-Gruppe `_ bei oder sende eine E-Mail an " +"Sieh dir die `FAQ `__ an, tritt der `Mobi Telegram-" +"Gruppe `_ bei oder sende eine E-Mail an " "support@mobi.me, um mit dem Mobi-Support direkt Kontakt aufzunehmen." #: ../../docs/user/wallets/third-party.rst:495 @@ -664,30 +641,28 @@ msgstr "https://ownbit.io" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" "Ownbit ist eine mobile Wallet, die Dash und andere Kryptowährungen sowie " -"Multi-Signature Wallets unterstützt. Über die App können mehrere Wallets " -"und Kontakte auf einfache Art und Weise verwaltet werden." +"Multi-Signature Wallets unterstützt. Über die App können mehrere Wallets und" +" Kontakte auf einfache Art und Weise verwaltet werden." #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" -"Der Support steht über die `Ownbit Telegram-Gruppe " -"`_ oder per E-Mail unter hi@bitbill.com zur " -"Verfügung" +"Der Support steht über die `Ownbit Telegram-Gruppe `_ " +"oder per E-Mail unter hi@bitbill.com zur Verfügung" #: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" @@ -703,14 +678,14 @@ msgstr "https://trustwallet.com" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" -"Trust Wallet ist eine sichere Mobile Wallet, in der mehrere " -"Kryptowährungen gehalten werden können und die von `Binance " -"`__ unterstützt wird. Die Wallet unterstützt " -"Dash, Bitcoin, Ethereum und eine große Zahl an Token und DApps." +"Trust Wallet ist eine sichere Mobile Wallet, in der mehrere Kryptowährungen " +"gehalten werden können und die von `Binance `__ " +"unterstützt wird. Die Wallet unterstützt Dash, Bitcoin, Ethereum und eine " +"große Zahl an Token und DApps." #: ../../docs/user/wallets/third-party.rst:563 msgid "" @@ -722,13 +697,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" -"Sieh dir das `Help Center `__ an oder " -"tritt der `Trust Telegram-Gruppe `_ bei, um " -"Support für Trust zu erhalten." +"Sieh dir das `Help Center `__ an oder tritt" +" der `Trust Telegram-Gruppe `_ bei, um Support für" +" Trust zu erhalten." #: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" @@ -744,10 +718,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -760,8 +733,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -778,32 +751,30 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" "VegaWallet bietet eine sichere Wallet, die mehrere Kryptowährungen, Dash " "InstantSend und Multi-Signature Wallets unterstützt. Die Wallet hat " -"verschiedene Exchanges und Preisfindungsmechanismen integriert und " -"Zahlungen können per NFC vorgenommen werden." +"verschiedene Exchanges und Preisfindungsmechanismen integriert und Zahlungen" +" können per NFC vorgenommen werden." #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -821,434 +792,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "Cryptonator" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" -#~ "Cryptonator bietet eine Web/Mobile Wallet, " -#~ "welche über eine Kombination aus " -#~ "Benutzername/Passwort verfügt. Es werden " -#~ "mehrere Kryptowährungen unterstützt, darunter " -#~ "auch Dash, wobei ebenfalls ein Tausch" -#~ " der verschiedenen Währungen gegeneinander " -#~ "möglich ist. Über den Account sind " -#~ "ebenfalls SEPA Zahlungen in Euro " -#~ "möglich." - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" -#~ "Cryptonator kann über den `Google Play" -#~ " Store für Android " -#~ "`__" -#~ " und online über https://www.cryptonator.com " -#~ "bezogen werden." - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "Cryptonator Wallet auf einem Android-Gerät" - -#~ msgid "Evercoin" -#~ msgstr "Evercoin" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" -#~ "Evercoin kombiniert die Kraft einer " -#~ "mobilen Multi-Coin Wallet mit einem " -#~ "Instant Exchange in einer App. Zu " -#~ "den erweiterten Funktionen zählen Limit " -#~ "Orders, welche vorteilhafte Trades erlauben," -#~ " ohne, dass man auf eine komplizierte" -#~ " Online Exchange vertrauen müsste. Die " -#~ "Private Keys werden auf dem Gerät " -#~ "gespeichert und durch die typische 12" -#~ "-Wort-Phrase gesichert. Zudem soll bald " -#~ "eine Evercoin Hardware Wallet auf den" -#~ " Markt kommen." - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" -#~ "Lies die `FAQ `__ " -#~ "oder besuche die `Evercoin Seite " -#~ "`_, um direkt mit dem" -#~ " Support zu sprechen." - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "Evercoin Wallet auf einem Android-Gerät " - -#~ msgid "Jaxx" -#~ msgstr "Jaxx Liberty" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" -#~ "Jaxx Liberty unterstützt Dash und andere" -#~ " Kryptowährungen in einer Wallet. Die " -#~ "App ist verfügbar für Android, iOS, " -#~ "macOS, Windows, Linux und außerdem als" -#~ " Chrome Extension. Jaxx ist Open " -#~ "Source Software." - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "Jaxx Wallet auf verschiedenen Geräten" - -#~ msgid "KurePay" -#~ msgstr "KurePay" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "https://wallet.kurepay.com" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" -#~ "KurePay bietet eine Web und eine " -#~ "Mobile Wallet, die mit verschiedenen " -#~ "Kredit- und Debitkarten sowie Kryptowährungen" -#~ " und Banküberweisungen in Naira an " -#~ "nigerianische Bankkonten verknüpft werden " -#~ "können. Es ist außerdem möglich " -#~ "Rechnungen in Nigeria zu bezahlen." - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" -#~ "Sieh dir die `FAQ " -#~ "`__ an oder sende" -#~ " eine E-Mail an info@kurepay.com, um " -#~ "mit dem KurePay-Support direkt Kontakt" -#~ " aufzunehmen." - -#~ msgid "Magnum" -#~ msgstr "Magnum" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "https://magnumwallet.co" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" -#~ "Magnum ist eine Multi-Coin Web und" -#~ " Mobile Wallet, die Dash und über " -#~ "100 weitere Kryptowährungen unterstützt. Die" -#~ " Wallet verfügt über eine Changelly-" -#~ "Integration zum Austausch innerhalb der " -#~ "App und unterstützt Staking, Delegationen " -#~ "und Airdrops. Magnum konzentriert sich " -#~ "darauf, ein einfaches und sicheres " -#~ "Interface zu bieten, damit jeder seine" -#~ " eigenen digitalen Güter verwalten kann." - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" -#~ "Magnum kann über den `Google Play " -#~ "Store für Android " -#~ "`__ " -#~ "heruntergeladen werden." - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" -#~ "Der Support steht über die `Magnum " -#~ "Telegram-Gruppe `_ zur" -#~ " Verfügung." - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "Magnum Wallet auf einem Android-Gerät" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" -#~ "Paytomat bietet eine Wallet für Android" -#~ " und iOS, in der mehrere " -#~ "Kryptowährungen gehalten werden können und " -#~ "die Nutzer über ein Bonusprogramm dazu" -#~ " anhält, Dash als Zahlungsmethode zu " -#~ "verwenden." - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" -#~ "Der Support steht über die `Paytomat " -#~ "Telegram-Gruppe `_ oder " -#~ "per E-Mail unter support@paytomat.com zur " -#~ "Verfügung" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "Paytomat Wallet auf einem Android-Gerät" - -#~ msgid "Spend" -#~ msgstr "Spend" - -#~ msgid "https://www.spend.com" -#~ msgstr "https://www.spend.com" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" -#~ "Spend bietet eine MultiCoin Wallet für" -#~ " Android und iOS, die außerdem dazu" -#~ " dient, das Guthaben der Spend " -#~ "Visakarte und das Loyalitätsprogramm zu " -#~ "verwalten." - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "Support für Spend gibt es auf https://help.spend.com" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "Spend Wallet auf einem iOS-Gerät" - -#~ msgid "Atomic Wallet" -#~ msgstr "Atomic Wallet" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "https://atomicwallet.io" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" -#~ "Atomic Wallet bietet die Möglichkeiten " -#~ "mehrere Assets sicher zu lagern, diese" -#~ " gegeneinander zu tauschen und ein " -#~ "dezentralisiertes Auftragsbuch einzusehen. Die " -#~ "Wallet ist vielseitig, sicher und kann" -#~ " ihren Nutzern dabei helfen den " -#~ "Aufwand, der mit dem Halten und " -#~ "Tauschen von Kryptowährungen verbunden ist," -#~ " auf transparente und zuverlässige Art " -#~ "und Weise zu verringern." - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" -#~ "Alle Versionen von Atomic Wallet sind" -#~ " über https://atomicwallet.io verfügbar - " -#~ "du musst lediglich die Installationsdatei " -#~ "für dein Betriebssystem herunterladen und " -#~ "installieren. Atomic Wallet kann außerdem " -#~ "über den `Google Play Store für " -#~ "Android " -#~ "`__ " -#~ "installiert werden und soll bald für " -#~ "den Apple App Store für iOS " -#~ "erscheinen." - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" -#~ "Atomic Wallet bietet eine detaillierte " -#~ "Dokumentation zu allen Funktionen unter " -#~ "https://atomicwallet.freshdesk.com und weiterführende " -#~ "Links befinden sich hier:" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" -#~ "`Wie richte ich eine neue Wallet " -#~ "ein? " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" -#~ "`Loslegen mit Atomic Swaps " -#~ "`_" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "Atomic Wallet Portfolio Ansicht" - diff --git a/locale/de/LC_MESSAGES/docs/user/wallets/web.po b/locale/de/LC_MESSAGES/docs/user/wallets/web.po index e5e19aaeb..94fa9f35c 100644 --- a/locale/de/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/de/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Nils Hermann , 2022\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/de/LC_MESSAGES/index.po b/locale/de/LC_MESSAGES/index.po index 07132caa0..b1b8c0381 100644 --- a/locale/de/LC_MESSAGES/index.po +++ b/locale/de/LC_MESSAGES/index.po @@ -1,27 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Nils Hermann , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Nils Hermann , 2018\n" -"Language: de\n" -"Language-Team: German (https://www.transifex.com/dash/teams/37570/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " @@ -31,11 +31,11 @@ msgstr "" "Peer-to-Peer Kryptowährung, die sich besonders stark auf die Zahlungs-" "Industrie konzentriert." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -46,30 +46,28 @@ msgstr "Dash Dokumentation" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -78,8 +76,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -92,8 +90,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -106,17 +104,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/developers/compiling.po b/locale/el/LC_MESSAGES/docs/user/developers/compiling.po index 646ddec9b..c2502865f 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/index.po b/locale/el/LC_MESSAGES/docs/user/developers/index.po index 53bb8c673..6000bd89e 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,19 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -39,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -74,14 +74,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" "Οι υπόλοιπες παράγραφοι που διατίθοντια παρακάτω περιγράφουν τα πρακτικά " "στάδια για να πραγματοποιήσετε συνήθες έργα δημιουργίας στο Dash." @@ -97,22 +97,3 @@ msgstr "Πλήρης σημειώσεις και η ιστορία έκδοση #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/developers/insight.po b/locale/el/LC_MESSAGES/docs/user/developers/insight.po index c7b607455..97f424199 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/insight.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -39,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -85,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -96,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po index dad47b1d3..a9b145748 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -35,8 +33,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -76,11 +74,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -93,10 +90,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -128,9 +125,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -153,9 +150,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -182,18 +179,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -214,9 +210,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -242,15 +237,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 @@ -271,17 +266,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -293,8 +288,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" #: ../../docs/user/developers/integration-apis.rst:179 @@ -307,8 +301,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -316,8 +310,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -327,17 +321,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -348,15 +341,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po index 5561a13c5..eb4fbc033 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,23 +10,21 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -36,10 +34,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -53,10 +51,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -112,9 +110,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -166,8 +163,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -199,8 +196,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" @@ -231,9 +228,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -254,11 +251,11 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -276,7 +273,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -298,10 +296,3 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/developers/integration.po b/locale/el/LC_MESSAGES/docs/user/developers/integration.po index f91b4349c..306b014a6 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/integration.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -44,10 +44,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -56,21 +56,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -91,16 +91,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -110,14 +109,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -128,7 +127,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -160,9 +160,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -172,26 +172,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -292,48 +291,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -348,36 +346,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -387,9 +384,9 @@ msgstr "" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -397,7 +394,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" #: ../../docs/user/developers/integration.rst:178 @@ -409,10 +407,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -422,10 +420,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -436,16 +434,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -479,8 +477,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -489,29 +487,27 @@ msgstr "" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -535,8 +531,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" @@ -548,8 +544,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -579,19 +574,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -600,9 +594,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 @@ -617,17 +610,17 @@ msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -644,19 +637,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -691,7 +684,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -699,133 +693,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/developers/sporks.po b/locale/el/LC_MESSAGES/docs/user/developers/sporks.po index 3b37db9b4..2fa862e4e 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/sporks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: John Theman , 2023\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/testnet.po b/locale/el/LC_MESSAGES/docs/user/developers/testnet.po index c46c5af16..7dec36839 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,11 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" @@ -14,21 +15,19 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -40,18 +39,18 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" "Το Testnet είναι μία πλήρης λειτουργική Dash blockchain αλυσίδα με μία " "μοναδική εξαίρεση - επειδή το Dash δημιουργείται στο δίκτυο ελύθερα, δεν " "έχει καμία αξία. Το Testnet βοηθάει τους developers να δοκιμάζουν νέες " -"εκδόσεις του Dash, καθώς επίσης και να δοκιμάζουν λειτουργίες του δικτύου" -" χρησιμοποιώντας πανομοιότυπες εκδόσεις του λογισμικού πριν αυτές " +"εκδόσεις του Dash, καθώς επίσης και να δοκιμάζουν λειτουργίες του δικτύου " +"χρησιμοποιώντας πανομοιότυπες εκδόσεις του λογισμικού πριν αυτές " "πραγματοποιηθούν στο mainnet. Υπάρχουν μερικές ακόμα βασικές διαφορές: " #: ../../docs/user/developers/testnet.rst:18 @@ -60,8 +59,8 @@ msgstr "Το Testnet λειτουργεί στο port 19999 (αντι για τ #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" "Οι διευθύνσεις Testnet ξεκινούν με \"y\" αντί για \"X\", ADDRESSVERSION " "είναι 140 (αντι για 76)" @@ -72,12 +71,13 @@ msgstr "Οι ισοζυγίες του Testnet γίνονται σε tDASH (αν #: ../../docs/user/developers/testnet.rst:22 msgid "Protocol message header bytes are 0xcee2caff (instead of 0xbf0c6bbd)" -msgstr "Τα Protocol message header bytes είναι 0xcee2caff (αντι για 0xbf0c6bbd)" +msgstr "" +"Τα Protocol message header bytes είναι 0xcee2caff (αντι για 0xbf0c6bbd)" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" "Το bootstrapping χρησιμοποιεί διαφορετικά DNS seeds: " "test.dnsseed.masternode.io, testnet-seed.darkcoin.qa, testnet-" @@ -85,12 +85,13 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:25 msgid "Launching Dash Core in testnet mode shows an orange splash screen" -msgstr "Το Launching Dash Core σε testnet mode δείχνει μία πορτοκαλί οθόνη splash" +msgstr "" +"Το Launching Dash Core σε testnet mode δείχνει μία πορτοκαλί οθόνη splash" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" "Για να ξεκινήσετε το Dash Core σε testnet mode, βρείτε το αρχείο σας " "dash.conf και πληκτρολογήστε την ακόλουθη γραμμή::" @@ -101,10 +102,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -114,9 +115,9 @@ msgstr "Tools and links" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -181,11 +182,9 @@ msgstr "Pools" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" #: ../../docs/user/developers/testnet.rst:75 msgid "" @@ -209,20 +208,20 @@ msgstr "Masternodes" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" -"Η εγκατάσταση ενός masternode στο testnet ακολουθεί τα ίδια στάδια όπως " -"και στο :ref:`mainnet masternode installation guide `, " -"με μερικές βασικές διαφορές:" +"Η εγκατάσταση ενός masternode στο testnet ακολουθεί τα ίδια στάδια όπως και " +"στο :ref:`mainnet masternode installation guide `, με " +"μερικές βασικές διαφορές:" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -230,17 +229,17 @@ msgid "" "When opening the firewall, port 19999 must be opened instead of (or in " "addition to) 9999. Use this command: ``ufw allow 19999/tcp``" msgstr "" -"Όταν ανοίγετε το firewall, το port 19999 πρέπει να είναι ανοικτό αντί για" -" (ή συμπληρωματικά με) το 9999. Χρησιμοποιήστε αυ΄την την εντολή: ``ufw " -"allow 19999/tcp``" +"Όταν ανοίγετε το firewall, το port 19999 πρέπει να είναι ανοικτό αντί για (ή" +" συμπληρωματικά με) το 9999. Χρησιμοποιήστε αυ΄την την εντολή: ``ufw allow " +"19999/tcp``" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" -"Το πορτοφόλι του desktop σας πρέπει να τρέχει σε tesnet mode. Προσθέστε " -"την ακόλουθη γραμμή στο *dash.conf*: ``testnet = 1``" +"Το πορτοφόλι του desktop σας πρέπει να τρέχει σε tesnet mode. Προσθέστε την " +"ακόλουθη γραμμή στο *dash.conf*: ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:94 msgid "" @@ -252,9 +251,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -267,26 +266,25 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" "Μόλις το sentinet εγκατασταθεί, τροποποιήστε " -"``~/.dashcore/sentinel/sentinel.conf``, κάντε comment στη mainnet line " -"και uncomment: ``network=testnet``" +"``~/.dashcore/sentinel/sentinel.conf``, κάντε comment στη mainnet line και " +"uncomment: ``network=testnet``" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -295,12 +293,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -384,11 +382,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -421,12 +419,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -464,11 +462,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -513,12 +511,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -567,12 +565,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -599,11 +597,11 @@ msgstr "Πολλές διορθώσεις σε bugs και βελτιώσεις #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" -"Πειραματικό BIP39/BIP44 HD πορτοφόλι παραπόνων (αρχικά απενεργοποιημένο " -"από το σύστημα, θα είναι πλήρως λειτουργικό αλλα δεν υπάρχει ακόμα GUI)" +"Πειραματικό BIP39/BIP44 HD πορτοφόλι παραπόνων (αρχικά απενεργοποιημένο από " +"το σύστημα, θα είναι πλήρως λειτουργικό αλλα δεν υπάρχει ακόμα GUI)" #: ../../docs/user/developers/testnet.rst:266 msgid "" @@ -632,24 +630,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/developers/translating.po b/locale/el/LC_MESSAGES/docs/user/developers/translating.po index 41558ed54..b3a3dcdbf 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/translating.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/earning-spending.po b/locale/el/LC_MESSAGES/docs/user/earning-spending.po index 415da9adc..e8329566d 100644 --- a/locale/el/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/el/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po index bb5390fcd..eccd58cf8 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/index.po b/locale/el/LC_MESSAGES/docs/user/governance/index.po index fced9d160..dcb0c01c5 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/understanding.po b/locale/el/LC_MESSAGES/docs/user/governance/understanding.po index 83ead346b..36bc10405 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/using.po b/locale/el/LC_MESSAGES/docs/user/governance/using.po index 577d73e35..269c35153 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/using.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,20 +10,18 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -34,8 +32,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -76,8 +74,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -109,27 +107,25 @@ msgid "Budgets" msgstr "" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -149,8 +145,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" #: ../../docs/user/governance/using.rst:64 @@ -184,26 +180,23 @@ msgid "" msgstr "" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" #: ../../docs/user/governance/using.rst:86 @@ -213,8 +206,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" #: ../../docs/user/governance/using.rst:92 @@ -235,11 +228,11 @@ msgstr "" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" #: ../../docs/user/governance/using.rst:108 @@ -359,10 +352,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" #: ../../docs/user/governance/using.rst:150 @@ -375,19 +368,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -396,37 +389,36 @@ msgstr "" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" #: ../../docs/user/governance/using.rst:213 @@ -435,10 +427,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" #: ../../docs/user/governance/using.rst:221 @@ -453,8 +445,8 @@ msgstr "" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" @@ -465,8 +457,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -487,12 +479,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -518,18 +509,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -542,8 +533,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -568,17 +558,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -586,7 +578,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -597,8 +590,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -607,20 +600,20 @@ msgstr "" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -649,25 +642,24 @@ msgstr "" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." msgstr "" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" #: ../../docs/user/governance/using.rst:382 @@ -681,12 +673,12 @@ msgstr "" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" #: ../../docs/user/governance/using.rst:398 @@ -699,19 +691,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -725,8 +717,8 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -751,32 +743,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/index.po b/locale/el/LC_MESSAGES/docs/user/index.po index 8b4c338b4..3b57dd7b3 100644 --- a/locale/el/LC_MESSAGES/docs/user/index.po +++ b/locale/el/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/about.po b/locale/el/LC_MESSAGES/docs/user/introduction/about.po index 12173ca4c..a0a9aa2aa 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/about.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/features.po b/locale/el/LC_MESSAGES/docs/user/introduction/features.po index 88e770759..5a7a56793 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/features.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -89,12 +89,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" -" Το σύστημα Αποκεντρωμένης Διακυβέρνησης από το Blockchain επιτρέπει " -"στους ιδιοκτήτες των masternode να ψηφίζουν προτάσεις χρηματοδότησης και " -"να παίρνουν αποφάσεις που αφορούν το Dash" +" Το σύστημα Αποκεντρωμένης Διακυβέρνησης από το Blockchain επιτρέπει στους " +"ιδιοκτήτες των masternode να ψηφίζουν προτάσεις χρηματοδότησης και να " +"παίρνουν αποφάσεις που αφορούν το Dash" #: ../../docs/user/introduction/features.rst:35 msgid "Masternodes" @@ -103,15 +103,15 @@ msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -126,61 +126,59 @@ msgstr "" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Masternodes" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -188,9 +186,8 @@ msgid "Masternode" msgstr "" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Masternodes" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -247,12 +244,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -268,39 +265,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -308,25 +305,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -335,50 +331,45 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." msgstr "" #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -394,18 +385,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -414,41 +405,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -458,35 +447,34 @@ msgstr "Sporks" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." msgstr "" #: ../../docs/user/introduction/features.rst:284 @@ -495,38 +483,36 @@ msgstr "X11 Hash Αλγοριθμος" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" #: ../../docs/user/introduction/features.rst:314 @@ -538,40 +524,40 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." msgstr "" #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." msgstr "" #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" #: ../../docs/user/introduction/features.rst:349 @@ -581,15 +567,15 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" #: ../../docs/user/introduction/features.rst:363 @@ -600,10 +586,10 @@ msgstr "" #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" #: ../../docs/user/introduction/features.rst:375 @@ -614,28 +600,26 @@ msgstr "Ποσοστό Εκπομπών" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/features.rst:401 @@ -647,28 +631,27 @@ msgid "Total coin emission" msgstr "Πλήρης εκπομπή νομισμάτων" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" @@ -693,20 +676,18 @@ msgid "Block reward allocation" msgstr "Κατανομή αμοιβής Block " #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -728,19 +709,18 @@ msgstr "Προϋπολογισμός Αποκεντρωμένης Διακυβέ #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -948,9 +928,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1126,13 +1105,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" #: ../../docs/user/introduction/features.rst:523 @@ -1141,43 +1119,40 @@ msgstr "Αποκεντρωμένη Διακυβέρνηση" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:559 @@ -1186,19 +1161,18 @@ msgstr "Sentinel" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1211,35 +1185,34 @@ msgstr "Αμοιβές" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1277,29 +1250,29 @@ msgstr "Για κάθε kB δεδομένων της συναλλαγής" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1309,52 +1282,51 @@ msgstr "" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" #: ../../docs/user/introduction/features.rst:675 @@ -1371,8 +1343,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" #: ../../docs/user/introduction/features.rst:681 @@ -1383,8 +1355,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" #: ../../docs/user/introduction/features.rst:688 @@ -1399,9 +1371,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" #: ../../docs/user/introduction/features.rst:704 @@ -1417,36 +1389,11 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po index dd73e0ac2..2c0c48d58 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/information.po b/locale/el/LC_MESSAGES/docs/user/introduction/information.po index 53882056b..974f6ebda 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/information.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -117,7 +117,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" #: ../../docs/user/introduction/information.rst:45 @@ -153,7 +154,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" #: ../../docs/user/introduction/information.rst:55 @@ -340,8 +342,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" #: ../../docs/user/introduction/information.rst:115 @@ -392,12 +394,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" #: ../../docs/user/introduction/information.rst:147 @@ -534,8 +537,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" @@ -588,7 +590,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -610,7 +613,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" #: ../../docs/user/introduction/information.rst:233 @@ -635,11 +639,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" #: ../../docs/user/introduction/information.rst:251 @@ -651,8 +655,8 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" #: ../../docs/user/introduction/information.rst:258 @@ -662,9 +666,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" #: ../../docs/user/introduction/information.rst:264 @@ -685,9 +689,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" #: ../../docs/user/introduction/information.rst:275 @@ -697,19 +701,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" #: ../../docs/user/introduction/information.rst:289 @@ -718,11 +721,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" #: ../../docs/user/introduction/information.rst:296 @@ -732,9 +734,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" #: ../../docs/user/introduction/information.rst:302 @@ -743,8 +745,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" #: ../../docs/user/introduction/information.rst:306 @@ -753,13 +755,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" #: ../../docs/user/introduction/information.rst:315 @@ -769,8 +771,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" #: ../../docs/user/introduction/information.rst:321 @@ -779,14 +781,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" #: ../../docs/user/introduction/information.rst:332 @@ -798,9 +800,9 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" #: ../../docs/user/introduction/information.rst:340 @@ -810,11 +812,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -823,13 +825,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" #: ../../docs/user/introduction/information.rst:358 @@ -838,9 +840,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" #: ../../docs/user/introduction/information.rst:363 @@ -851,8 +853,8 @@ msgstr "" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" #: ../../docs/user/introduction/information.rst:369 @@ -861,11 +863,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:376 @@ -880,12 +882,12 @@ msgstr "" msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" #: ../../docs/user/introduction/information.rst:388 @@ -895,9 +897,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" #: ../../docs/user/introduction/information.rst:394 @@ -907,15 +909,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" #: ../../docs/user/introduction/information.rst:406 @@ -926,8 +928,8 @@ msgstr "" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" #: ../../docs/user/introduction/information.rst:412 @@ -938,16 +940,16 @@ msgstr "" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" #: ../../docs/user/introduction/information.rst:426 @@ -955,17 +957,16 @@ msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -984,8 +985,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" #: ../../docs/user/introduction/information.rst:444 @@ -994,8 +995,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" #: ../../docs/user/introduction/information.rst:448 @@ -1004,8 +1005,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" #: ../../docs/user/introduction/information.rst:452 @@ -1024,10 +1025,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" #: ../../docs/user/introduction/information.rst:462 @@ -1036,12 +1036,12 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" #: ../../docs/user/introduction/information.rst:470 @@ -1060,14 +1060,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1076,9 +1075,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" #: ../../docs/user/introduction/information.rst:489 @@ -1087,12 +1086,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" #: ../../docs/user/introduction/information.rst:497 @@ -1101,11 +1100,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1115,8 +1114,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" #: ../../docs/user/introduction/information.rst:510 @@ -1125,8 +1124,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" #: ../../docs/user/introduction/information.rst:514 @@ -1135,12 +1134,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" #: ../../docs/user/introduction/information.rst:522 @@ -1150,20 +1149,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" #: ../../docs/user/introduction/information.rst:539 @@ -1173,10 +1172,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" #: ../../docs/user/introduction/information.rst:547 @@ -1187,12 +1186,12 @@ msgstr "" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" #: ../../docs/user/introduction/information.rst:558 @@ -1205,11 +1204,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" #: ../../docs/user/introduction/information.rst:569 @@ -1225,52 +1224,51 @@ msgstr "" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" #: ../../docs/user/introduction/information.rst:618 @@ -1280,13 +1278,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1295,13 +1293,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" #: ../../docs/user/introduction/information.rst:638 @@ -1310,10 +1308,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1322,17 +1320,17 @@ msgstr "" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" #: ../../docs/user/introduction/information.rst:658 @@ -1347,8 +1345,8 @@ msgstr "" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" #: ../../docs/user/introduction/information.rst:667 @@ -1368,12 +1366,11 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" #: ../../docs/user/introduction/information.rst:682 @@ -1382,9 +1379,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" #: ../../docs/user/introduction/information.rst:687 @@ -1394,14 +1391,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" #: ../../docs/user/introduction/information.rst:699 @@ -1410,10 +1407,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" #: ../../docs/user/introduction/information.rst:705 @@ -1422,8 +1419,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" #: ../../docs/user/introduction/information.rst:710 @@ -1432,12 +1429,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" #: ../../docs/user/introduction/information.rst:714 @@ -1452,12 +1450,12 @@ msgstr "" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/information.rst:725 @@ -1466,20 +1464,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" #: ../../docs/user/introduction/information.rst:739 @@ -1488,11 +1486,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:746 @@ -1521,16 +1519,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" #: ../../docs/user/introduction/information.rst:768 @@ -1540,9 +1538,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" #: ../../docs/user/introduction/information.rst:775 @@ -1551,11 +1549,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" #: ../../docs/user/introduction/information.rst:783 @@ -1564,8 +1562,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" #: ../../docs/user/introduction/information.rst:787 @@ -1574,8 +1572,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" #: ../../docs/user/introduction/information.rst:791 @@ -1592,11 +1590,11 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" #: ../../docs/user/introduction/information.rst:801 @@ -1605,11 +1603,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" #: ../../docs/user/introduction/information.rst:808 @@ -1619,13 +1616,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1634,9 +1631,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" #: ../../docs/user/introduction/information.rst:825 @@ -1651,10 +1648,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1671,14 +1668,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" #: ../../docs/user/introduction/information.rst:846 @@ -1687,9 +1683,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" #: ../../docs/user/introduction/information.rst:851 @@ -1698,11 +1694,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" #: ../../docs/user/introduction/information.rst:858 @@ -1711,10 +1707,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" #: ../../docs/user/introduction/information.rst:864 @@ -1735,15 +1731,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1752,13 +1747,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" #: ../../docs/user/introduction/information.rst:890 @@ -1768,8 +1763,8 @@ msgstr "PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1778,11 +1773,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" #: ../../docs/user/introduction/information.rst:903 @@ -1791,16 +1785,16 @@ msgstr "" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" #: ../../docs/user/introduction/information.rst:916 @@ -1809,12 +1803,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" #: ../../docs/user/introduction/information.rst:924 @@ -1823,10 +1816,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" #: ../../docs/user/introduction/information.rst:931 @@ -1835,13 +1828,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" #: ../../docs/user/introduction/information.rst:940 @@ -1850,8 +1842,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" #: ../../docs/user/introduction/information.rst:944 @@ -1862,8 +1854,8 @@ msgstr "" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" #: ../../docs/user/introduction/information.rst:950 @@ -1872,9 +1864,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" #: ../../docs/user/introduction/information.rst:955 @@ -1894,12 +1886,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -1909,8 +1900,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" #: ../../docs/user/introduction/information.rst:972 @@ -1921,17 +1912,17 @@ msgstr "" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" #: ../../docs/user/introduction/information.rst:988 @@ -1940,8 +1931,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" #: ../../docs/user/introduction/information.rst:992 @@ -1959,9 +1950,9 @@ msgstr "Testnet" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" #: ../../docs/user/introduction/information.rst:1001 @@ -1970,8 +1961,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" #: ../../docs/user/introduction/information.rst:1005 @@ -1980,12 +1971,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" @@ -1995,8 +1985,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:1018 @@ -2005,9 +1995,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" #: ../../docs/user/introduction/information.rst:1023 @@ -2016,8 +2006,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" @@ -2035,8 +2025,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" #: ../../docs/user/introduction/information.rst:1035 @@ -2045,8 +2035,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" #: ../../docs/user/introduction/information.rst:1039 @@ -2067,10 +2057,9 @@ msgstr "Whitepaper" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" #: ../../docs/user/introduction/information.rst:1051 @@ -2079,8 +2068,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" #: ../../docs/user/introduction/information.rst:1055 @@ -2089,8 +2078,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" #: ../../docs/user/introduction/information.rst:1059 @@ -2099,10 +2088,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" #: ../../docs/user/introduction/information.rst:1065 @@ -2115,129 +2104,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**Foundation:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/safety.po b/locale/el/LC_MESSAGES/docs/user/introduction/safety.po index 732598dfc..af0e9f8a0 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/safety.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/legal.po b/locale/el/LC_MESSAGES/docs/user/legal.po index 09841cda8..49b21e809 100644 --- a/locale/el/LC_MESSAGES/docs/user/legal.po +++ b/locale/el/LC_MESSAGES/docs/user/legal.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/marketing.po b/locale/el/LC_MESSAGES/docs/user/marketing.po index 1bedd23ec..fdf01e0ed 100644 --- a/locale/el/LC_MESSAGES/docs/user/marketing.po +++ b/locale/el/LC_MESSAGES/docs/user/marketing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po index 31773c1be..be6a5975e 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -38,11 +36,11 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" #: ../../docs/user/masternodes/hosting.rst:19 @@ -51,8 +49,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" #: ../../docs/user/masternodes/hosting.rst:26 @@ -74,7 +72,6 @@ msgid "Services: Hosting, Shares" msgstr "" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -200,7 +197,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -237,7 +233,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -361,8 +356,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -377,35 +372,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -415,76 +409,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/index.po b/locale/el/LC_MESSAGES/docs/user/masternodes/index.po index 123f7ceae..e4550174f 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" @@ -21,13 +21,13 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." msgstr "" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/el/LC_MESSAGES/docs/user/masternodes/maintenance.po index 69d9694f1..16edc3ea2 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -37,11 +35,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -52,10 +50,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -64,10 +62,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -76,19 +74,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -104,7 +100,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -113,14 +110,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -133,21 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -157,14 +153,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -186,17 +182,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -213,8 +208,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -224,24 +219,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -252,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -274,20 +269,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -297,16 +292,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -330,8 +323,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -343,27 +336,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -373,9 +364,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -385,11 +376,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -398,8 +389,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -408,11 +398,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -422,13 +412,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -437,9 +427,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -448,13 +438,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -463,10 +453,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -494,8 +484,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -518,8 +508,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -529,9 +519,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -546,10 +536,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -586,38 +576,38 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -645,11 +635,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -663,11 +653,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -680,9 +669,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -696,8 +685,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -710,28 +699,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po index 0099c27a6..eda1c0103 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: el \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 @@ -58,35 +56,35 @@ msgstr "" msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 @@ -123,7 +121,8 @@ msgid "Vultr server hostname & label selection screen" msgstr "" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" #: ../../docs/user/masternodes/server-config.rst:87 @@ -146,13 +145,13 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 @@ -163,9 +162,9 @@ msgstr "" msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 @@ -174,9 +173,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" #: ../../docs/user/masternodes/server-config.rst:133 @@ -189,27 +188,27 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:163 @@ -218,8 +217,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:171 @@ -234,8 +233,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 @@ -245,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,15 +261,15 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:232 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +293,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +305,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +331,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 6cbfcdd58..456827ee6 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# John Theman , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: el \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: John Theman , 2023\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,23 +37,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 @@ -60,9 +62,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -98,9 +100,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,17 +111,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 @@ -128,20 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +152,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,23 +173,22 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 @@ -196,10 +197,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 @@ -208,16 +209,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +227,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,8 +257,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:172 @@ -266,36 +267,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +303,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +321,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +341,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,32 +360,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,8 +401,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 @@ -428,8 +423,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:327 @@ -444,8 +439,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 @@ -465,40 +460,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:403 @@ -507,8 +501,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +511,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +550,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +567,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +587,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +622,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +632,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -692,8 +683,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +704,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +716,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +741,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +761,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +771,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +782,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +794,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +823,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +841,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +853,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +873,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +885,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +896,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +914,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +927,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +950,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +966,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +1002,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1020,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1049,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,10 +1070,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 @@ -1093,173 +1082,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 4b094dcbf..a2657a857 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,8 +37,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -46,12 +47,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -60,9 +61,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -98,9 +99,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 @@ -109,10 +110,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -121,16 +122,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -139,46 +139,45 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -187,10 +186,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -199,9 +198,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -214,24 +213,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -240,8 +238,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -250,8 +248,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -260,36 +258,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -301,7 +297,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -310,8 +307,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -323,8 +320,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -336,9 +333,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -384,9 +381,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -395,21 +392,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -428,9 +424,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -439,8 +435,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -453,12 +448,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -468,13 +463,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -501,9 +496,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -512,8 +507,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -524,19 +519,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -555,17 +549,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -574,32 +568,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -611,33 +604,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -648,12 +639,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -664,20 +655,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -700,10 +691,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -729,13 +720,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -750,10 +741,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -762,24 +753,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -792,10 +783,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -822,16 +813,16 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -856,9 +847,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -882,8 +873,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -891,7 +882,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -931,7 +923,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -940,9 +933,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -951,8 +944,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -996,31 +989,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1028,7 +1020,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1077,22 +1070,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1106,406 +1098,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/el/LC_MESSAGES/docs/user/masternodes/setup.po index 1441eece7..e90d3b10c 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,22 +34,22 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -121,27 +119,26 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -150,46 +147,45 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -198,10 +194,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -210,9 +206,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -225,24 +221,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -251,8 +246,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -261,8 +256,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup.rst:170 @@ -271,36 +266,34 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -316,8 +309,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -327,15 +320,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -352,19 +345,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -381,8 +373,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -403,8 +395,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup.rst:289 @@ -419,8 +411,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -436,42 +428,42 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -490,9 +482,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -513,12 +505,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -528,44 +520,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -585,9 +576,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -596,8 +587,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -608,24 +599,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -638,22 +628,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -662,32 +652,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -699,33 +688,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -736,12 +723,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -752,20 +739,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -788,10 +775,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -817,13 +804,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -838,10 +825,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -850,31 +837,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -883,334 +870,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po index 8f3baa703..0cb88cea7 100644 --- a/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/el/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -41,24 +39,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 @@ -67,63 +65,59 @@ msgid "" "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -132,9 +126,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 @@ -227,10 +221,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -238,58 +231,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -322,11 +314,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -339,50 +330,48 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/masternodes/understanding.rst:203 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 @@ -391,35 +380,34 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 @@ -429,21 +417,19 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -453,24 +439,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -484,18 +469,17 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -505,18 +489,18 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:296 msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -525,9 +509,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -588,8 +572,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" #: ../../docs/user/masternodes/understanding.rst:329 @@ -598,254 +582,11 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Anyone can run a masternode. The " -#~ "objective is to have enough " -#~ "decentralization to ensure that no " -#~ "single person controls a significant " -#~ "fraction of the masternodes. However, to" -#~ " avoid bloating the network with " -#~ "unnecessary masternodes or encouraging " -#~ "reckless operators, there is one " -#~ "condition that needs to be fulfilled:" -#~ " proof of ownership of 1000 Dash. " -#~ "The coins don't need to be in " -#~ "the masternode, but they need to " -#~ "be kept in a certain way that " -#~ "is transparent to the entire network." -#~ " If the owner moves or spends " -#~ "those coins, the masternode stops " -#~ "working and payment ceases." -#~ msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "In short, miners power the first " -#~ "tier, which is the basic sending " -#~ "and receiving of funds and prevention" -#~ " of doublespending. Masternodes power the" -#~ " second tier, which provide the added" -#~ " features that make Dash different " -#~ "from other cryptocurrencies. Masternodes do" -#~ " not mine, and mining computers " -#~ "cannot serve as masternodes. Additionally, " -#~ "each masternode is “secured” by 1000 " -#~ "DASH. Those DASH remain under the " -#~ "sole control of their owner at all" -#~ " times, and can still be freely " -#~ "spent. The funds are not locked in" -#~ " any way. However, if the funds " -#~ "are moved or spent, the associated " -#~ "masternode will go offline and stop " -#~ "receiving rewards." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "1000 Dash: Arguably the hardest part." -#~ " Dash can be obtained from exchanges" -#~ " such as Poloniex, Bittrex, Kraken " -#~ "and LiveCoin. Shapeshift's service is " -#~ "also an excellent way." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "EvoNode Payment Logic" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/mining/index.po b/locale/el/LC_MESSAGES/docs/user/mining/index.po index c1acea864..252568017 100644 --- a/locale/el/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/el/LC_MESSAGES/docs/user/mining/index.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -35,39 +33,37 @@ msgstr "" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" #: ../../docs/user/mining/index.rst:39 @@ -99,48 +95,45 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." msgstr "" #: ../../docs/user/mining/index.rst:87 @@ -150,11 +143,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" #: ../../docs/user/mining/index.rst:97 @@ -163,12 +156,12 @@ msgstr "" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -229,19 +222,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" #: ../../docs/user/mining/index.rst:143 @@ -250,21 +242,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -299,10 +291,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -312,8 +303,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -327,11 +318,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -344,18 +335,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -375,7 +366,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -400,9 +392,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -412,13 +404,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -431,20 +423,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -455,29 +447,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -488,11 +478,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -508,19 +498,20 @@ msgid "**NVIDIA**" msgstr "" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -529,12 +520,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -545,8 +535,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -555,8 +545,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -565,8 +554,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -579,24 +568,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -605,27 +594,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -704,8 +693,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -738,8 +726,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1021,7 +1009,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1039,21 +1028,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/el/LC_MESSAGES/docs/user/mining/p2pool.po index 3110af699..9a0ddb933 100644 --- a/locale/el/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/el/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/mining/pools.po b/locale/el/LC_MESSAGES/docs/user/mining/pools.po index a34e63a08..5e2e01812 100644 --- a/locale/el/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/el/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po index f56e1e38c..31a1c1575 100644 --- a/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/el/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# John Theman , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: el \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: John Theman , 2023\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Εγκατάσταση" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -96,17 +98,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/el/LC_MESSAGES/docs/user/network/electrumx-server.po index 663e4ff26..e78edadc7 100644 --- a/locale/el/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/el/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 9aa3c42c4..fd50bb33f 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -39,16 +37,15 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -57,11 +54,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -74,20 +71,20 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -98,10 +95,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -114,22 +111,21 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:124 @@ -142,11 +138,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:143 @@ -164,11 +160,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:167 @@ -187,9 +183,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -198,8 +194,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -208,8 +203,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -226,8 +221,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -246,8 +241,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -256,8 +251,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -281,7 +276,8 @@ msgid "Show disclaimer" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -291,8 +287,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:220 @@ -302,8 +298,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -316,8 +312,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -326,9 +322,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -337,8 +333,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/getting-started.po index fd182f591..6119eabb4 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/index.po index 1db9d2f68..d1c900acc 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/el/LC_MESSAGES/docs/user/wallets/android/installation.po index 4a67acf01..db1602e22 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "" @@ -39,8 +39,8 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" #: ../../docs/user/wallets/android/installation.rst:21 @@ -49,18 +49,18 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" #: ../../docs/user/wallets/android/installation.rst:31 @@ -78,9 +78,9 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" #: ../../docs/user/wallets/android/installation.rst:39 @@ -91,17 +91,16 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" #: ../../docs/user/wallets/android/installation.rst:54 @@ -124,21 +123,21 @@ msgstr "" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:97 @@ -146,30 +145,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index d36356f74..3b88e7c5f 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -41,31 +39,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -78,8 +74,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -92,8 +88,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -120,10 +116,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -151,9 +147,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -162,8 +158,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -180,10 +176,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -192,17 +188,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -211,13 +207,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -268,16 +264,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -300,38 +296,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -340,10 +335,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -366,8 +361,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -392,13 +387,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -418,30 +412,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -450,10 +444,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -476,8 +469,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -506,18 +498,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -526,8 +517,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -540,9 +531,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -555,9 +546,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -566,8 +557,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -576,21 +567,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -599,11 +590,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -613,11 +604,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -638,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -651,13 +641,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -678,12 +667,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -696,80 +685,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index be7c4ecad..6640621b6 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index f9250d5d6..f9a98f811 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -36,20 +36,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -97,9 +97,7 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -110,8 +108,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -121,8 +119,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -147,68 +145,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 10ec90227..7bbd94619 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/index.po index dca679977..72ab3a35b 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index f43e2e762..225d326a6 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "" @@ -33,9 +31,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -55,18 +53,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -83,15 +81,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -130,10 +128,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 @@ -142,9 +140,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -154,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 @@ -165,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 @@ -181,9 +179,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 @@ -195,8 +193,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 @@ -215,10 +213,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -238,19 +235,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 @@ -274,8 +271,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -300,120 +297,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 3ef0b0c72..96caacabb 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "" @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -55,10 +53,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -68,16 +66,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -115,8 +114,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" @@ -126,8 +125,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 @@ -136,14 +135,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 @@ -153,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 @@ -164,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 @@ -180,8 +179,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 @@ -193,8 +192,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 @@ -212,19 +211,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 @@ -249,8 +248,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -271,10 +270,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 @@ -284,41 +283,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "Once Dash Core is successfully installed" -#~ " and started, you will see the " -#~ "wallet overview screen. You will notice" -#~ " that the wallet is “out of " -#~ "sync”, and the status bar at the" -#~ " bottom of the window will show " -#~ "the synchronization progress." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index b52268cbe..d27096736 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "" @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -55,25 +53,23 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 @@ -83,15 +79,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -110,10 +106,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -122,10 +118,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -135,9 +131,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -158,9 +153,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 @@ -205,13 +200,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 @@ -220,9 +214,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 @@ -236,9 +230,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 @@ -250,8 +244,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 @@ -269,19 +263,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 @@ -306,8 +300,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -328,10 +322,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 @@ -341,126 +335,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Windows is 32 or 64 bit, " -#~ "you can check in Windows 10 under" -#~ " **Start > Settings > System > " -#~ "About**. For details on how to " -#~ "check this in other versions of " -#~ "Windows, see `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "In Windows Settings, click System" -#~ msgstr "" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index dd623c7e5..822827fd7 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" msgstr "" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index ea64727c0..4be771d29 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" @@ -33,11 +31,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:18 @@ -74,8 +72,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:38 @@ -92,8 +90,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 @@ -102,8 +100,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -112,8 +110,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:51 @@ -123,8 +121,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:58 @@ -151,8 +149,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:76 @@ -189,9 +187,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -202,10 +200,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -233,20 +231,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -260,11 +257,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -278,9 +274,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -293,9 +289,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -319,12 +315,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 @@ -333,8 +328,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:194 @@ -355,8 +350,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:203 @@ -365,30 +360,28 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -407,8 +400,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:254 @@ -421,8 +414,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." @@ -435,8 +428,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:273 @@ -445,11 +438,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:278 @@ -458,9 +451,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:284 @@ -469,11 +462,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -484,8 +476,8 @@ msgstr "" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -494,14 +486,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:303 @@ -512,9 +504,9 @@ msgstr "" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -528,15 +520,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -545,10 +536,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -557,10 +548,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -569,14 +560,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:352 @@ -585,9 +575,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -596,8 +586,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -610,9 +600,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -622,8 +612,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -647,10 +637,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -659,11 +649,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -672,10 +662,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -696,12 +686,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:429 @@ -710,11 +700,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:436 @@ -725,9 +714,9 @@ msgstr "" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:443 @@ -736,10 +725,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -773,9 +762,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:469 @@ -784,9 +773,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:477 @@ -794,14 +783,13 @@ msgid "Third party transaction URLs" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:480 @@ -810,8 +798,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -824,9 +812,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -871,8 +859,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:523 @@ -881,8 +869,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -900,9 +888,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:536 @@ -911,8 +899,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:539 @@ -922,9 +910,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -939,9 +927,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -954,10 +942,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:576 @@ -970,9 +957,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:588 @@ -986,10 +973,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:599 @@ -998,8 +985,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1009,12 +996,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1024,9 +1011,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:619 @@ -1036,37 +1023,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index e5ba93b2e..e40fe6c24 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 876c43f5d..56ff144b3 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 3fed252c2..677661e0c 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/index.po index 756075867..a6c23bda8 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/installation.po index e6d226639..be40b93a8 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/security.po index dbf2d1a75..917496ce6 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 992c61743..d27117d3c 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/el/LC_MESSAGES/docs/user/wallets/hardware.po index 886b409c3..ecc0338e1 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-hardware.po index 090dfa557..65c46021a 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-paper.po index 2fa6bfe17..fe2c41d11 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-text.po index 63025a5e0..7ffecceee 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-third-party.po index 4d8450ab1..dc6271e8d 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/el/LC_MESSAGES/docs/user/wallets/index-web.po index 4ceaa06f5..2adf5780a 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/index.po index 5ba393674..f501a8212 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 293e52395..7fc68965e 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -41,10 +39,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -91,8 +89,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -127,4 +125,3 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index b9a981f7f..0da1bd907 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/index.po index f4b69c675..d5e6aa524 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/el/LC_MESSAGES/docs/user/wallets/ios/installation.po index dfb5a0338..2a601c775 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/paper.po b/locale/el/LC_MESSAGES/docs/user/wallets/paper.po index ccd6a4ccf..2d4d7bde4 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/el/LC_MESSAGES/docs/user/wallets/recovery.po index 741b63cb1..574e4726f 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,32 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" #: ../../docs/user/wallets/recovery.rst:9 @@ -36,11 +37,11 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" #: ../../docs/user/wallets/recovery.rst:20 @@ -51,9 +52,9 @@ msgstr "" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" #: ../../docs/user/wallets/recovery.rst:28 @@ -72,15 +73,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" #: ../../docs/user/wallets/recovery.rst:37 @@ -91,8 +92,8 @@ msgstr "" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" #: ../../docs/user/wallets/recovery.rst:40 @@ -119,21 +120,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" #: ../../docs/user/wallets/recovery.rst:55 @@ -149,13 +150,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -166,14 +166,13 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" #: ../../docs/user/wallets/recovery.rst:91 @@ -198,8 +197,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:95 @@ -212,8 +211,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -225,20 +224,21 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" #: ../../docs/user/wallets/recovery.rst:107 @@ -284,21 +284,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -307,12 +307,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -321,29 +321,28 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -359,8 +358,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" #: ../../docs/user/wallets/recovery.rst:189 @@ -369,23 +368,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -401,20 +400,20 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -427,14 +426,14 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" #: ../../docs/user/wallets/recovery.rst:274 @@ -453,15 +452,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" #: ../../docs/user/wallets/recovery.rst:286 @@ -475,15 +474,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" #: ../../docs/user/wallets/recovery.rst:304 @@ -499,13 +498,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" #: ../../docs/user/wallets/recovery.rst:319 @@ -558,24 +556,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -584,12 +581,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -609,24 +606,24 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" #: ../../docs/user/wallets/recovery.rst:399 @@ -635,16 +632,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" #: ../../docs/user/wallets/recovery.rst:412 @@ -654,10 +650,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "" - -#~ msgid "" -#~ "`Ledger Nano S `_" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/signing.po b/locale/el/LC_MESSAGES/docs/user/wallets/signing.po index 6c63e83bb..8bf77e7c0 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: John Theman , 2022\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/text.po b/locale/el/LC_MESSAGES/docs/user/wallets/text.po index 8777bfeb9..5b6565a39 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po index 1817bcc9f..c9b9a5b99 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: John Theman , 2022\n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -39,12 +39,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" @@ -59,8 +59,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -83,9 +83,9 @@ msgstr "Εγκατάσταση" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -131,22 +131,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -165,11 +164,10 @@ msgstr "" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" #: ../../docs/user/wallets/third-party.rst:131 @@ -201,21 +199,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" @@ -235,11 +231,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" #: ../../docs/user/wallets/third-party.rst:206 @@ -249,11 +245,10 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -277,20 +272,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -340,16 +333,15 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -376,8 +368,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -401,17 +393,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -423,14 +415,14 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:362 @@ -447,36 +439,35 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:410 @@ -538,26 +529,25 @@ msgstr "" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" #: ../../docs/user/wallets/third-party.rst:495 @@ -574,23 +564,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -607,9 +596,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -622,9 +611,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -641,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -657,8 +644,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -675,28 +662,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -714,332 +699,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "" - -#~ msgid "Evercoin" -#~ msgstr "" - -#~ msgid "https://evercoin.com" -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "" - -#~ msgid "Jaxx" -#~ msgstr "" - -#~ msgid "https://jaxx.io" -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "" - -#~ msgid "https://paytomat.com" -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "" - diff --git a/locale/el/LC_MESSAGES/docs/user/wallets/web.po b/locale/el/LC_MESSAGES/docs/user/wallets/web.po index 42920a9a1..d34839b07 100644 --- a/locale/el/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/el/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/el/LC_MESSAGES/index.po b/locale/el/LC_MESSAGES/index.po index 6a7f9bc41..ba588e768 100644 --- a/locale/el/LC_MESSAGES/index.po +++ b/locale/el/LC_MESSAGES/index.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # John Theman , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: John Theman , 2018\n" -"Language: el\n" -"Language-Team: Greek (https://www.transifex.com/dash/teams/37570/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -43,30 +43,28 @@ msgstr "Έγγραφες αποδείξεις του Dash" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -75,8 +73,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -89,8 +87,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -103,17 +101,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/developers/compiling.po b/locale/es/LC_MESSAGES/docs/user/developers/compiling.po index 6a9a5fac1..edc45d908 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/compiling.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/index.po b/locale/es/LC_MESSAGES/docs/user/developers/index.po index a427e012b..6f14a0e03 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -40,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -75,17 +74,17 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" -"Las secciones restantes disponibles a continuación describen pasos " -"prácticos para llevar a cabo tareas de desarrollo comunes en Dash." +"Las secciones restantes disponibles a continuación describen pasos prácticos" +" para llevar a cabo tareas de desarrollo comunes en Dash." #: ../../docs/user/developers/index.rst:53 msgid "Version History" @@ -94,28 +93,9 @@ msgstr "Historial de versiones" #: ../../docs/user/developers/index.rst:55 msgid "Full release notes and the version history of Dash are available here:" msgstr "" -"Las notas de la versión completa y el historial de versiones de Dash " -"están disponibles aquí:" +"Las notas de la versión completa y el historial de versiones de Dash están " +"disponibles aquí:" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/developers/insight.po b/locale/es/LC_MESSAGES/docs/user/developers/insight.po index 9b9e9480b..57e95ab69 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/insight.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # JZA , 2022 # Jahlexis Lugo , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -"La REST API Insight de fuente abierta te proporciona una forma " -"conveniente, potente y sencilla de leer datos de la red de Dash y crear " -"tus propios servicios con ella." +"La REST API Insight de fuente abierta te proporciona una forma conveniente, " +"potente y sencilla de leer datos de la red de Dash y crear tus propios " +"servicios con ella." -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" "dash, insight, API, REST, cadena de bloques, explorador, JSON, HTTP, " "bloques, indice, transacciones" @@ -48,21 +47,21 @@ msgstr "Instalación de API Insight" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -78,11 +77,13 @@ msgstr "" #: ../../docs/user/developers/insight.rst:47 msgid "Install the Insight API service and (optionally) Insight UI::" -msgstr "Instala los servicios de la API Insight y (opcionalmente) UI Insight::" +msgstr "" +"Instala los servicios de la API Insight y (opcionalmente) UI Insight::" #: ../../docs/user/developers/insight.rst:53 msgid "Change paths in the configuration file as follows::" -msgstr "Cambia las rutas en el archivo de configuración de la siguiente manera:" +msgstr "" +"Cambia las rutas en el archivo de configuración de la siguiente manera:" #: ../../docs/user/developers/insight.rst:57 msgid "Change the value of ``datadir`` to ``../../.dashcore``" @@ -94,11 +95,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" -"**Opcionalmente** cambia el valor de ``network`` a ``testnet`` si quieres" -" ejecutar Insight en testnet" +"**Opcionalmente** cambia el valor de ``network`` a ``testnet`` si quieres " +"ejecutar Insight en testnet" #: ../../docs/user/developers/insight.rst:62 msgid "Run it::" @@ -107,18 +108,11 @@ msgstr "Ejecutalo::" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "La UI Insight del explorador de bloque estará disponible en::" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po index e6493566c..99cdfd847 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Jahlexis Lugo , 2023 # JZA , 2023 # Ivan SIerraalta , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Ivan SIerraalta , 2023\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -40,11 +39,11 @@ msgstr "Servicios API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" -"Existen varios servicios API para facilitar la integración rápida y " -"sencilla con la red Dash para servicios que incluyen:" +"Existen varios servicios API para facilitar la integración rápida y sencilla" +" con la red Dash para servicios que incluyen:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -68,9 +67,9 @@ msgid "" "running your own infrastructure to support blockchain interactions. This " "includes mechanisms such as:" msgstr "" -"Los servicios de API generalmente se aprovechan para eliminar ese " -"requisito de ejecutar tu propia infraestructura para admitir las " -"interacciones de cadena de bloques. Esto incluye mecanismos tales como:" +"Los servicios de API generalmente se aprovechan para eliminar ese requisito " +"de ejecutar tu propia infraestructura para admitir las interacciones de " +"cadena de bloques. Esto incluye mecanismos tales como:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -86,17 +85,16 @@ msgstr "Procesamiento de pagos usando WebHooks." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" "Hay una variedad de opciones para respaldar estos métodos, con el " -"diferenciador clave como el modelo de fijación de precios y las funciones" -" compatibles. La siguiente lista de proveedores de API intenta delinear " -"estas características/diferenciadores claves y también incluye un enlace " -"a la documentación relacionada." +"diferenciador clave como el modelo de fijación de precios y las funciones " +"compatibles. La siguiente lista de proveedores de API intenta delinear estas" +" características/diferenciadores claves y también incluye un enlace a la " +"documentación relacionada." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -108,22 +106,21 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" "El Insight REST API de software libre que te proporciona una forma " -"conveniente, potente y sencilla de leer datos de la red de Dash y crear " -"tus propios servicios con ella. Una guía practica para iniciar con el API" -" de Insight y la interfaz del explorador de bloques de Insight esta " -"disponible :ref:`here `." +"conveniente, potente y sencilla de leer datos de la red de Dash y crear tus " +"propios servicios con ella. Una guía practica para iniciar con el API de " +"Insight y la interfaz del explorador de bloques de Insight esta disponible " +":ref:`here `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." msgstr "" -"Características: Transmisión de transacciones, notificaciones de " -"WebSocket." +"Características: Transmisión de transacciones, notificaciones de WebSocket." #: ../../docs/user/developers/integration-apis.rst:51 msgid "Pricing Model: Free / Open Source" @@ -147,19 +144,19 @@ msgid "" "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." msgstr "" -"BlockCypher es un simple RESTful JSON API para interactuar con cadenas de" -" bloques, que puede ser accedido a través de HTTP o HTTPS desde el " -"dominio api.blockcypher.com." +"BlockCypher es un simple RESTful JSON API para interactuar con cadenas de " +"bloques, que puede ser accedido a través de HTTP o HTTPS desde el dominio " +"api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" -"Características: Transmisión de transacción, Billetera HD / Generación de" -" direcciones, Retono de llamadas de WebSocket y WebHook, así como el " -"reenvío de pagos. BlockCypher no maneja llaves privadas." +"Características: Transmisión de transacción, Billetera HD / Generación de " +"direcciones, Retono de llamadas de WebSocket y WebHook, así como el reenvío " +"de pagos. BlockCypher no maneja llaves privadas." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -181,13 +178,13 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" "BitGo provee un API simple y robusto basado en RESTful y un SDK para el " -"cliente que integra la wallet de divisa digital con la aplicación. " -"Soporte para DASH InstantSend esta disponible." +"cliente que integra la wallet de divisa digital con la aplicación. Soporte " +"para DASH InstantSend esta disponible." #: ../../docs/user/developers/integration-apis.rst:91 msgid "" @@ -215,18 +212,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -247,9 +243,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -275,21 +270,20 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 -#, fuzzy msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "Modelo de precios: Gratis / Fuente abierta" +msgstr "" #: ../../docs/user/developers/integration-apis.rst:153 msgid "Documentation: https://services.tokenview.io/docs?type=api" @@ -305,17 +299,17 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -330,8 +324,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" "Modelo de precios: 0.5% comisión de preocesamiento " "(https://www.coinpayments.net/help-fees)" @@ -346,8 +339,8 @@ msgstr "Precio de tickers" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -355,8 +348,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -366,17 +359,16 @@ msgstr "Códigos R" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -384,27 +376,25 @@ msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"En Dash para Android, toque **Solicitar Monedas** luego toque el codigo " -"QR para mostrar la imagen mas grande. Puede hacer captura de pantalla " -"para guardar una imagen." +"En Dash para Android, toque **Solicitar Monedas** luego toque el codigo QR " +"para mostrar la imagen mas grande. Puede hacer captura de pantalla para " +"guardar una imagen." #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" -"En Dash para iOS, deslice a la izquierda para mostrar la pantalla " -"**Recibir Dash**. Un codigo QR y dirección aparecera. Puedes hacer una " -"captura de pantalla para guardar una imagen." +"En Dash para iOS, deslice a la izquierda para mostrar la pantalla **Recibir " +"Dash**. Un codigo QR y dirección aparecera. Puedes hacer una captura de " +"pantalla para guardar una imagen." #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" "Para generar un código QR de cualquier dirección, visita `CWA QR Code " "Generator `_ y simplemente pegue su dirección " "Dash para generar una imagen." - diff --git a/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po index 5b09be902..b44d8c021 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,12 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Ivan SIerraalta , 2023 # JZA , 2023 # Jahlexis Lugo , 2023 +# #, fuzzy msgid "" msgstr "" @@ -15,23 +16,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Jahlexis Lugo , 2023\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -41,10 +40,10 @@ msgstr "Recursos SDK " #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -58,10 +57,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -82,15 +81,15 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" -"Dashcore en una bifurcación de Bitcore y opera como un nodo completo de " -"Dash - tus aplicaciones corren directamente en la red punto-a-punto. Para" -" el desarrollo de aplicaciones de billeteras, indices adicionales deben " -"ser agregados en Dash para consultar balance de direcciones, histico de " +"Dashcore en una bifurcación de Bitcore y opera como un nodo completo de Dash" +" - tus aplicaciones corren directamente en la red punto-a-punto. Para el " +"desarrollo de aplicaciones de billeteras, indices adicionales deben ser " +"agregados en Dash para consultar balance de direcciones, histico de " "transacciones, y salidas sin gastar." #: ../../docs/user/developers/integration-sdks.rst:51 @@ -122,9 +121,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -150,8 +148,8 @@ msgid "" "Bitcoin-PHP is an implementation of Bitcoin with support for Dash using " "mostly pure PHP." msgstr "" -"Bitcoin-PHP es una implementación de Bitcoin con soporte para Dash usando" -" mayormente puro PHP." +"Bitcoin-PHP es una implementación de Bitcoin con soporte para Dash usando " +"mayormente puro PHP." #: ../../docs/user/developers/integration-sdks.rst:76 msgid "Platform: PHP" @@ -178,12 +176,12 @@ msgstr "https://github.com/richardkiss/pycoin" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" "PyCoin es una implementación de un montón de utilidades que pueden ser " -"útiles cuando se trata de Bitcoin y Dash. Ha sido probado con Python 2.7," -" 3.6 y 3.7" +"útiles cuando se trata de Bitcoin y Dash. Ha sido probado con Python 2.7, " +"3.6 y 3.7" #: ../../docs/user/developers/integration-sdks.rst:89 msgid "Platform: Python" @@ -202,8 +200,8 @@ msgid "" "See also: `JSON-RPC Utilities `__" msgstr "" -"Ver también: `Herramientas JSON-RPC `__" +"Ver también: `Herramientas JSON-RPC `__" #: ../../docs/user/developers/integration-sdks.rst:95 msgid "Java: DashJ" @@ -216,16 +214,16 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" -"DashJ es una librería para trabajar con el protocolo Dash. Puede mantener" -" una billetera, enviar/recibir transacciones (incluye InstantSend) sin " +"DashJ es una librería para trabajar con el protocolo Dash. Puede mantener " +"una billetera, enviar/recibir transacciones (incluye InstantSend) sin " "necesidad de una copia local de Dash Core, y tiene muchas otras " -"características avanzadas. Esta implementado en Java pero puede ser usado" -" desde cualquier " +"características avanzadas. Esta implementado en Java pero puede ser usado " +"desde cualquier " #: ../../docs/user/developers/integration-sdks.rst:110 msgid "Platform: Java" @@ -253,13 +251,13 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" -"Dash-Sync es un framework de blockchain hecho en Objective-C para iOS. " -"Este implementa las mejoras mas relevantes de Propuestas de mejoras de " -"Bitcoin (BIPs) y Propuestas de Mejoras de Dash (DIPs)." +"Dash-Sync es un framework de blockchain hecho en Objective-C para iOS. Este " +"implementa las mejoras mas relevantes de Propuestas de mejoras de Bitcoin " +"(BIPs) y Propuestas de Mejoras de Dash (DIPs)." #: ../../docs/user/developers/integration-sdks.rst:129 msgid "Platform: iOS" @@ -279,11 +277,11 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -301,7 +299,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "Repositorio: https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" "Ver también: `Herramientas de JSON-RPC " "`__" @@ -325,10 +324,3 @@ msgstr "Plataforma: Ruby, Python, Java, PHP, Go, NodeJS" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/developers/integration.po b/locale/es/LC_MESSAGES/docs/user/developers/integration.po index e0b154458..42624c9b1 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/integration.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Damian Walker , 2022 # Leon White , 2022 # JZA , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -48,10 +47,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -60,21 +59,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -95,16 +94,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -114,14 +112,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -132,7 +130,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -164,9 +163,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -176,26 +175,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -296,48 +294,47 @@ msgstr "Notas de Instalación" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -352,36 +349,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -391,17 +387,19 @@ msgstr "Recibir transacciones InstantSend" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 msgid "Receiving an InstantSend Transaction introduces two requirements:" -msgstr "Recibiendo una transacción de InstantSend introduce dos requerimientos:" +msgstr "" +"Recibiendo una transacción de InstantSend introduce dos requerimientos:" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" "La habilidad de determinar el “estado de InstantSend” de la transacción " "dada." @@ -417,15 +415,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" -"El estado de InstantSend es típicamente determinado a través de " -"conexiones directas con el servicio de dash. `Notificaciones de ZMQ " -"`__, " -"o a través que usan el script de notificación de wallets externas." +"El estado de InstantSend es típicamente determinado a través de conexiones " +"directas con el servicio de dash. `Notificaciones de ZMQ " +"`__, o a" +" través que usan el script de notificación de wallets externas." #: ../../docs/user/developers/integration.rst:186 #: ../../docs/user/developers/integration.rst:309 @@ -434,10 +432,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -448,16 +446,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -491,8 +489,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -501,29 +499,27 @@ msgstr "Transmitir Transacciones InstantSend" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -547,13 +543,13 @@ msgstr "Recursos adicionales" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -"Los siguientes recursos proporcionan información adicional sobre " -"InstantSend y están destinados a ayudar a proporcionar una comprensión " -"más completa de las tecnologías subyacentes." +"Los siguientes recursos proporcionan información adicional sobre InstantSend" +" y están destinados a ayudar a proporcionar una comprensión más completa de " +"las tecnologías subyacentes." #: ../../docs/user/developers/integration.rst:266 msgid "" @@ -565,8 +561,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -596,19 +591,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -617,43 +611,33 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 -#, fuzzy msgid "Receiving a ChainLock introduces two requirements:" -msgstr "Recibiendo una transacción de InstantSend introduce dos requerimientos:" +msgstr "" #: ../../docs/user/developers/integration.rst:298 -#, fuzzy msgid "" "The ability to determine the “ChainLock Status” of a given block or " "transaction." msgstr "" -"La habilidad de determinar el “estado de InstantSend” de la transacción " -"dada." #: ../../docs/user/developers/integration.rst:304 -#, fuzzy msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" -"El estado de InstantSend es típicamente determinado a través de " -"conexiones directas con el servicio de dash. `Notificaciones de ZMQ " -"`__, " -"o a través que usan el script de notificación de wallets externas." #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -670,45 +654,40 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 -#, fuzzy msgid "zmqpubhashblock" -msgstr "zmqpubhashtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:339 -#, fuzzy msgid "zmqpubhashchainlock" -msgstr "zmqpubhashtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:340 -#, fuzzy msgid "zmqpubrawblock" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:341 -#, fuzzy msgid "zmqpubrawchainlock" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:342 -#, fuzzy msgid "zmqpubrawchainlocksig" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:344 msgid "" @@ -722,144 +701,12 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 -#, fuzzy msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" -"`Información técnica en InstantSend " -"`__" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/developers/sporks.po b/locale/es/LC_MESSAGES/docs/user/developers/sporks.po index bde708b93..6adaa30bd 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/sporks.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Ivan SIerraalta , 2023\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/testnet.po b/locale/es/LC_MESSAGES/docs/user/developers/testnet.po index 43fcd9fc0..8303463fc 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,14 +1,15 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Damian Walker , 2022 # Jahlexis Lugo , 2022 # JZA , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" @@ -17,24 +18,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" "La red de pruebas y redes de desarrollo Dash son usados por los " "desarrolladores Dash para probar usando tDASH" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -48,20 +46,20 @@ msgstr "Red de prueba y redes de desarrollo" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" -msgstr "" -"La red de prueba es una cadena de bloques de Dash en pleno funcionamiento" -" con la excepción importante, de que los Dash en la red se pueden crear " -"libremente, y no tiene ningún valor. Esta moneda, conocida como tDASH, se" -" puede solicitar a un grifo para ayudar a los desarrolladores a probar " -"nuevas versiones de Dash, así como a probar las operaciones de red usando" -" versiones idénticas del software antes de que se lleven a cabo en la red" -" principal. Hay algunas otras diferencias claves:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" +msgstr "" +"La red de prueba es una cadena de bloques de Dash en pleno funcionamiento " +"con la excepción importante, de que los Dash en la red se pueden crear " +"libremente, y no tiene ningún valor. Esta moneda, conocida como tDASH, se " +"puede solicitar a un grifo para ayudar a los desarrolladores a probar nuevas" +" versiones de Dash, así como a probar las operaciones de red usando " +"versiones idénticas del software antes de que se lleven a cabo en la red " +"principal. Hay algunas otras diferencias claves:" #: ../../docs/user/developers/testnet.rst:18 msgid "Testnet operates on port 19999 (instead of 9999)" @@ -69,8 +67,8 @@ msgstr "La red de prueba opera en el puerto 19999 (en vez de 9999)" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" "La direcciones de la red de prueba comienzan con \"y\" en vez de \"X\", " "ADDRESSVERSION es 140 (en vez de 76)" @@ -82,13 +80,13 @@ msgstr "Los saldos de la red de prueba se denominan en tDASH (en vez de DASH)" #: ../../docs/user/developers/testnet.rst:22 msgid "Protocol message header bytes are 0xcee2caff (instead of 0xbf0c6bbd)" msgstr "" -"Los bytes del encabezado del mensaje de protocolo son 0xcee2caff (en vez " -"de 0xbf0c6bbd)" +"Los bytes del encabezado del mensaje de protocolo son 0xcee2caff (en vez de " +"0xbf0c6bbd)" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" "Bootstrapping utiliza diferentes semillas de DNS: " "test.dnsseed.masternode.io, testnet-seed.darkcoin.qa, testnet-" @@ -97,13 +95,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:25 msgid "Launching Dash Core in testnet mode shows an orange splash screen" msgstr "" -"Al iniciar Dash Core en el modo red de prueba, aparece una pantalla " -"naranja" +"Al iniciar Dash Core en el modo red de prueba, aparece una pantalla naranja" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" "Para iniciar el Dash Core en el modo red de prueba, busca tu archivo " "dash.conf e ingresa la siguiente línea::" @@ -114,10 +111,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -127,9 +124,9 @@ msgstr "Herramientas y enlaces" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -148,7 +145,8 @@ msgstr "**Discusión y ayuda:** https://www.dash.org/forum/topic/testing.53/" #: ../../docs/user/developers/testnet.rst:54 msgid "**Masternode tools:** https://test.dashninja.pl/masternodes.html" -msgstr "**Herramientas de masternode:** https://test.dashninja.pl/masternodes.html" +msgstr "" +"**Herramientas de masternode:** https://test.dashninja.pl/masternodes.html" #: ../../docs/user/developers/testnet.rst:55 msgid "" @@ -194,11 +192,9 @@ msgstr "Grupos" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - por " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - por flare" #: ../../docs/user/developers/testnet.rst:75 msgid "" @@ -222,20 +218,20 @@ msgstr "Masternodes" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" -"La instalación de un masternode en la red de prueba generalmente sigue " -"los mismos pasos que la :ref:`guía de instalación de la red principal de " +"La instalación de un masternode en la red de prueba generalmente sigue los " +"mismos pasos que la :ref:`guía de instalación de la red principal de " "masternode `, con algunas diferencias claves:" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -248,11 +244,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" -"Tu billetera de escritorio debe estar ejecutándose en modo red de prueba." -" Agrega la siguiente línea a *dash.conf*: ``testnet = 1``" +"Tu billetera de escritorio debe estar ejecutándose en modo red de prueba. " +"Agrega la siguiente línea a *dash.conf*: ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:94 msgid "" @@ -264,49 +260,47 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" -"Tu archivo de configuración de masternode también debe especificar el " -"modo red de prueba. Agregue la siguiente linea cuando configures " -"*dash.conf* en el masternode: ``testnet = 1``" +"Tu archivo de configuración de masternode también debe especificar el modo " +"red de prueba. Agregue la siguiente linea cuando configures *dash.conf* en " +"el masternode: ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:99 msgid "" "As for mainnet masternodes, the RPC username and password must contain " "alphanumeric characters only" msgstr "" -"En cuanto a los masternodes en la red principal, el nombre de usuario y " -"la contraseña de RPC solo deben contener caracteres alfanuméricos." +"En cuanto a los masternodes en la red principal, el nombre de usuario y la " +"contraseña de RPC solo deben contener caracteres alfanuméricos." #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" "Una vez que sentinel está instalado, modifica " -"``~/.dashcore/sentinel/sentinel.conf``, comenta la línea de la red " -"principal y retira el comentario: ``network=testnet``" +"``~/.dashcore/sentinel/sentinel.conf``, comenta la línea de la red principal" +" y retira el comentario: ``network=testnet``" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" -"La billetera que sostiene el colateral de un masternode espera conseguir " -"el archivo ``masternode.conf`` en " -"``~/.dashcore/testnet3/masternode.conf`` en lugar de " -"``~/.dashcore/masternode.conf``." +"La billetera que sostiene el colateral de un masternode espera conseguir el " +"archivo ``masternode.conf`` en ``~/.dashcore/testnet3/masternode.conf`` en " +"lugar de ``~/.dashcore/masternode.conf``." #: ../../docs/user/developers/testnet.rst:113 msgid "Testnet 0.16.0" @@ -314,12 +308,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -403,11 +397,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -440,12 +434,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -483,18 +477,18 @@ msgstr "Testnet 0.13.0" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" -msgstr "" -"En noviembre del 2018, el equipo de Dash anunció el inicio de las pruebas" -" de la versión 0.13.0 de Dash. Se hicieron pruebas extensivas que ya " -"habian sido hechas para el código de 0.13.0, pero numerosos bugs solo se " -"pueden revelar con el uso de gente de verdad. El equipo de Dash invita a " -"todos los que estén interesados a descargar el software y volverse " -"activos en el testnet. Este lanzamiento incluye:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" +msgstr "" +"En noviembre del 2018, el equipo de Dash anunció el inicio de las pruebas de" +" la versión 0.13.0 de Dash. Se hicieron pruebas extensivas que ya habian " +"sido hechas para el código de 0.13.0, pero numerosos bugs solo se pueden " +"revelar con el uso de gente de verdad. El equipo de Dash invita a todos los " +"que estén interesados a descargar el software y volverse activos en el " +"testnet. Este lanzamiento incluye:" #: ../../docs/user/developers/testnet.rst:201 msgid "Automatic InstantSend for Simple Transactions" @@ -540,19 +534,19 @@ msgstr "Testnet 0.12.3" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" -"En junio de 2018, el equipo de Dash anunció el inicio de las pruebas de " -"la próxima versión de Dash 12.3. Extensas pruebas internas ya se han " -"realizado en el código 12.2, pero existen numerosos errores que solo " -"pueden revelarse con el uso real de personas. El equipo de Dash invita a " -"cualquiera que esté interesado a descargar el software y estar activo en " -"la Red de pruebas. Esta versión incluye:" +"En junio de 2018, el equipo de Dash anunció el inicio de las pruebas de la " +"próxima versión de Dash 12.3. Extensas pruebas internas ya se han realizado " +"en el código 12.2, pero existen numerosos errores que solo pueden revelarse " +"con el uso real de personas. El equipo de Dash invita a cualquiera que esté " +"interesado a descargar el software y estar activo en la Red de pruebas. Esta" +" versión incluye:" #: ../../docs/user/developers/testnet.rst:228 msgid "" @@ -600,20 +594,20 @@ msgstr "Testnet 0.12.2" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" -msgstr "" -"En octubre de 2017, el equipo de Dash anunció el lanzamiento de una red " -"de prueba para pruebas públicas de la próxima versión 12.2 del software " -"Dash. Extensas pruebas internas ya se han realizado en el código 12.2, " -"pero existen numerosos errores que solo pueden revelarse con el uso real " -"de personas. El equipo de Dash invita a cualquiera que esté interesado en" -" descargar el software y a estar activo en la red de prueba. Esta versión" -" incluye:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" +msgstr "" +"En octubre de 2017, el equipo de Dash anunció el lanzamiento de una red de " +"prueba para pruebas públicas de la próxima versión 12.2 del software Dash. " +"Extensas pruebas internas ya se han realizado en el código 12.2, pero " +"existen numerosos errores que solo pueden revelarse con el uso real de " +"personas. El equipo de Dash invita a cualquiera que esté interesado en " +"descargar el software y a estar activo en la red de prueba. Esta versión " +"incluye:" #: ../../docs/user/developers/testnet.rst:258 msgid "" @@ -626,8 +620,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:259 msgid "10x transaction fee reduction (including InstantSend fee)" msgstr "" -"Reducción de la comisión de transacción en 10x (incluyendo la comisión de" -" InstantSend)" +"Reducción de la comisión de transacción en 10x (incluyendo la comisión de " +"InstantSend)" #: ../../docs/user/developers/testnet.rst:260 msgid "InstantSend vulnerability fix" @@ -639,11 +633,11 @@ msgstr "Muchas otras correcciones de errores y mejoras de rendimiento" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" -"Reclamo HD experimental BIP39/BIP44 de billetera (deshabilitado por " -"defecto, debe ser completamente funcional pero todavía no hay GUI)" +"Reclamo HD experimental BIP39/BIP44 de billetera (deshabilitado por defecto," +" debe ser completamente funcional pero todavía no hay GUI)" #: ../../docs/user/developers/testnet.rst:266 msgid "" @@ -658,8 +652,8 @@ msgid "" "Testnet tools: https://www.dash.org/forum/threads/testnet-tools-" "resources.1768/" msgstr "" -"Herramientas de la red de prueba: https://www.dash.org/forum/threads" -"/testnet-tools-resources.1768/" +"Herramientas de la red de prueba: " +"https://www.dash.org/forum/threads/testnet-tools-resources.1768/" #: ../../docs/user/developers/testnet.rst:270 msgid "Latest successfully built develop branch binaries:" @@ -672,24 +666,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "Sentinel: https://github.com/dashpay/sentinel/tree/develop" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/developers/translating.po b/locale/es/LC_MESSAGES/docs/user/developers/translating.po index 9966c2ded..8744cbebc 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/translating.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/earning-spending.po b/locale/es/LC_MESSAGES/docs/user/earning-spending.po index f0cb6b854..8187a5ed8 100644 --- a/locale/es/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/es/LC_MESSAGES/docs/user/earning-spending.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po index 0318b2ce3..1cf3715e3 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/index.po b/locale/es/LC_MESSAGES/docs/user/governance/index.po index edad57c7e..e7a2baeb0 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/understanding.po b/locale/es/LC_MESSAGES/docs/user/governance/understanding.po index 14297afb7..8846dbb38 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/understanding.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/using.po b/locale/es/LC_MESSAGES/docs/user/governance/using.po index 829f7aa74..bae458eba 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/using.po @@ -1,13 +1,14 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alejandro Echeverria , 2022 # Tomas Alfaro , 2022 # JZA , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" @@ -16,20 +17,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -40,8 +39,8 @@ msgstr "Usar la governanza de Dash" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -86,8 +85,8 @@ msgstr "Las propuestas son una solicitud para recibir fondos" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -112,18 +111,18 @@ msgstr "Los votos se pueden cambiar en cualquier momento" #: ../../docs/user/governance/using.rst:41 msgid "Votes are counted every 16616 blocks (approx. 30.29 days)" -msgstr "Los votos se cuentan cada 16616 bloques (aproximadamente cada 30.29 días)" +msgstr "" +"Los votos se cuentan cada 16616 bloques (aproximadamente cada 30.29 días)" #: ../../docs/user/governance/using.rst:44 msgid "Budgets" msgstr "Presupuestos" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" "Los presupuestos son propuestas que reciben un total neto de votos " "afirmativos igual o superior al 10% del total de votos posibles (por " @@ -131,22 +130,21 @@ msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" -"Los presupuestos pueden anularse en cualquier momento si el total de " -"votos (emitidos o reemitidos) cae por debajo del umbral de aprobación." +"Los presupuestos pueden anularse en cualquier momento si el total de votos " +"(emitidos o reemitidos) cae por debajo del umbral de aprobación." #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" "Los presupuestos se procesan (pagan) en orden votos de sí menos no. Los " "presupuestos más populares obtienen prioridad de pago." #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -169,8 +167,8 @@ msgstr "nombre-de-la-propuesta: una etiqueta única, de 20 caracteres o menos" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" "url: una página web creada por la persona que hace la propuesta o una " "publicación en el foro que contiene información detallada de la propuesta" @@ -185,7 +183,8 @@ msgstr "inicio-de-bloque: el inicio solicitado de los pagos de la propuesta" #: ../../docs/user/governance/using.rst:66 msgid "dash-address: the address to receive proposal payments" -msgstr "dirección-de-dash: la dirección para recibir los pagos de la propuesta" +msgstr "" +"dirección-de-dash: la dirección para recibir los pagos de la propuesta" #: ../../docs/user/governance/using.rst:67 msgid "monthly-payment-dash: the requested payment amount" @@ -204,38 +203,35 @@ msgid "" "Proposals will remain visible on the network until they are either " "disapproved or the proposal's last payment-cycle is reached" msgstr "" -"Las propuestas permanecerán visibles en la red hasta que se desaprueben o" -" hasta que se alcance el último ciclo de pago de la propuesta." +"Las propuestas permanecerán visibles en la red hasta que se desaprueben o " +"hasta que se alcance el último ciclo de pago de la propuesta." #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" -"La aprobación se produce cuando la suma de los votos afirmativos menos " -"los votos negativos equivale al 10% o más del total de votos disponibles." +"La aprobación se produce cuando la suma de los votos afirmativos menos los " +"votos negativos equivale al 10% o más del total de votos disponibles." #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" -"La desaprobación se produce cuando la suma de los votos negativos menos " -"los votos positivos equivale al 10% o más del total de votos disponibles." +"La desaprobación se produce cuando la suma de los votos negativos menos los " +"votos positivos equivale al 10% o más del total de votos disponibles." #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" "El total de votos disponibles es el recuento de todos los masternodes en " -"línea que responden y que pueden verse ejecutando el comando ``masternode" -" count`` en la ventana de depuración de la billetera Dash Core. Se puede " +"línea que responden y que pueden verse ejecutando el comando ``masternode " +"count`` en la ventana de depuración de la billetera Dash Core. Se puede " "encontrar un gráfico del recuento total de los masternodes `aquí " "`__" @@ -246,12 +242,12 @@ msgstr "Plantillas" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" -"Las siguientes dos plantillas de Microsoft Word están disponibles desde " -"Dash Core Group para ayudar a facilitar el envío y la presentación de " -"propuestas estandarizadas. Se recomienda el uso, pero no es obligatorio." +"Las siguientes dos plantillas de Microsoft Word están disponibles desde Dash" +" Core Group para ayudar a facilitar el envío y la presentación de propuestas" +" estandarizadas. Se recomienda el uso, pero no es obligatorio." #: ../../docs/user/governance/using.rst:92 msgid "" @@ -271,18 +267,17 @@ msgstr "Ciclos presupuestarios" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" "Al preparar una propuesta, ten en cuenta cuándo se producirá el próximo " -"ciclo y planifica en consecuencia. Se recomienda elegir el bloque de " -"inicio de pago de la propuesta al menos un ciclo en el futuro para dar " -"tiempo a la discusión y obtener soporte y votos. Ten en cuenta que los " -"votos ya no serán contados en 1662 bloques (aproximadamente 3 días) antes" -" del superbloque." +"ciclo y planifica en consecuencia. Se recomienda elegir el bloque de inicio " +"de pago de la propuesta al menos un ciclo en el futuro para dar tiempo a la " +"discusión y obtener soporte y votos. Ten en cuenta que los votos ya no serán" +" contados en 1662 bloques (aproximadamente 3 días) antes del superbloque." #: ../../docs/user/governance/using.rst:108 msgid "Block height" @@ -403,18 +398,17 @@ msgstr "Crear propuestas" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." -msgstr "" -"Una vez que hayas preparado el texto de tu propuesta y configurado un " -"sitio web o una publicación en el foro, es hora de enviar tu propuesta a " -"la cadena de bloques para votar. Si bien todas las tareas relacionadas " -"con la creación de una propuesta de presupuesto se pueden ejecutar desde " -"la consola de la billetera Dash Core, se han desarrollado varias " -"herramientas que proporcionan una interfaz de usuario para simplificar " -"este procedimiento." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." +msgstr "" +"Una vez que hayas preparado el texto de tu propuesta y configurado un sitio " +"web o una publicación en el foro, es hora de enviar tu propuesta a la cadena" +" de bloques para votar. Si bien todas las tareas relacionadas con la " +"creación de una propuesta de presupuesto se pueden ejecutar desde la consola" +" de la billetera Dash Core, se han desarrollado varias herramientas que " +"proporcionan una interfaz de usuario para simplificar este procedimiento." #: ../../docs/user/governance/using.rst:150 msgid "Dash Budget Proposal Generator" @@ -426,19 +420,19 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -447,44 +441,43 @@ msgstr "Pasos 1 y 2: Crea tu propuesta y prepara el comando" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" -"Paso 3: crear la transacción de propuesta y esperar 6 confirmaciones de " -"la identificación de transacción" +"Paso 3: crear la transacción de propuesta y esperar 6 confirmaciones de la " +"identificación de transacción" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" -"Una vez que existen 6 confirmaciones de bloque, aparecerá otro comando " -"para enviar el objeto preparado de gobvernanza a la red para votar. Copia" -" y pega este comando, y tu identificación de objeto de governanza " -"aparecerá de la siguiente manera:" +"Una vez que existen 6 confirmaciones de bloque, aparecerá otro comando para " +"enviar el objeto preparado de gobvernanza a la red para votar. Copia y pega " +"este comando, y tu identificación de objeto de governanza aparecerá de la " +"siguiente manera:" #: ../../docs/user/governance/using.rst:213 msgid "Step 4: Submitting the governance object to the network" @@ -492,15 +485,15 @@ msgstr "Paso 4: enviar el objeto de governanza a la red" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" "Puedes usar esta identificación para seguir la votación de la propuesta " -"hasta que cierre el presupuesto y recibas tu pago. También puedes enviar " -"la identificación a DashCentral para reclamar tu propuesta y permitir una" -" votación simplificada para los masternodes utilizando los servicios de " +"hasta que cierre el presupuesto y recibas tu pago. También puedes enviar la " +"identificación a DashCentral para reclamar tu propuesta y permitir una " +"votación simplificada para los masternodes utilizando los servicios de " "votación de DashCentral." #: ../../docs/user/governance/using.rst:221 @@ -515,15 +508,15 @@ msgstr "https://www.dashcentral.org/budget/create" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" "DashCentral también incluye una herramienta para crear propuestas de " -"presupuesto, o reclamar propuestas existentes para que puedas agregar una" -" descripción en DashCentral y comenzar la discusión con la comunidad. Los" -" pasos a seguir son casi idénticos al procedimiento descrito " -"anteriormente, y la documentación está disponible `aquí " +"presupuesto, o reclamar propuestas existentes para que puedas agregar una " +"descripción en DashCentral y comenzar la discusión con la comunidad. Los " +"pasos a seguir son casi idénticos al procedimiento descrito anteriormente, y" +" la documentación está disponible `aquí " "`_." #: ../../docs/user/governance/using.rst:232 @@ -533,8 +526,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -555,12 +548,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -586,18 +578,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -610,8 +602,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -636,17 +627,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -654,7 +647,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -665,8 +659,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -675,23 +669,23 @@ msgstr "Votar por las propuestas" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" -"**Debes votar al menos tres días antes de que se cree el superbloque o tu" -" voto no se contará. La fecha límite exacta es 1662 bloques antes del " +"**Debes votar al menos tres días antes de que se cree el superbloque o tu " +"voto no se contará. La fecha límite exacta es 1662 bloques antes del " "superbloque.**" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -700,23 +694,24 @@ msgstr "`DashCentral `__" #: ../../docs/user/governance/using.rst:353 msgid "`Dash Ninja - Governance `__" -msgstr "`Dash Ninja - Governanza `__" +msgstr "" +"`Dash Ninja - Governanza `__" #: ../../docs/user/governance/using.rst:354 msgid "" "`Dash Masternode Tool - Proposals `__" msgstr "" -"`Herramienta Dash Masternode - Propuestas `__" +"`Herramienta Dash Masternode - Propuestas " +"`__" #: ../../docs/user/governance/using.rst:356 msgid "" "For information on how to create a proposal, see :ref:`here `." msgstr "" -"Para obtener información sobre cómo crear una propuesta, consulta " -":ref:`aquí `." +"Para obtener información sobre cómo crear una propuesta, consulta :ref:`aquí" +" `." #: ../../docs/user/governance/using.rst:360 msgid "DashCentral" @@ -724,43 +719,40 @@ msgstr "DashCentral" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." -msgstr "" -"Muchos operadores de masternodes almacenan sus llaves privadas protegidas" -" por contraseña en `DashCentral `__ para " -"permitir una votación simple con una interfaz fácil de usar. La " -"popularidad de este sitio lo ha convertido en un lugar común para el " -"debate de las propuestas una vez que se han enviado al sistema de " -"governanza. Para votar desde la interfaz web de DashCentral, primero " -"agrega tu llave privada del masternode a tu cuenta de acuerdo con las " -"instrucciones aquí descritas. Ten en cuenta que la llave privada del " -"masternode no es lo mismo que la llave privada que controla la garantía " -"de 1000 DASH, por lo que no hay riesgo de perder tu garantía. Se requiere" -" una contraseña diferente para desbloquear la llave privada del " -"masternode para votar, por lo que el riesgo de que el operador del sitio " -"vote a tu nombre es mínimo." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." +msgstr "" +"Muchos operadores de masternodes almacenan sus llaves privadas protegidas " +"por contraseña en `DashCentral `__ para " +"permitir una votación simple con una interfaz fácil de usar. La popularidad " +"de este sitio lo ha convertido en un lugar común para el debate de las " +"propuestas una vez que se han enviado al sistema de governanza. Para votar " +"desde la interfaz web de DashCentral, primero agrega tu llave privada del " +"masternode a tu cuenta de acuerdo con las instrucciones aquí descritas. Ten " +"en cuenta que la llave privada del masternode no es lo mismo que la llave " +"privada que controla la garantía de 1000 DASH, por lo que no hay riesgo de " +"perder tu garantía. Se requiere una contraseña diferente para desbloquear la" +" llave privada del masternode para votar, por lo que el riesgo de que el " +"operador del sitio vote a tu nombre es mínimo." #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" -"Cuando estés listo para votar, vaya a la página `propuestas de " -"presupuesto `_. Haz click para ver " -"las propestas, luego haz click para **Votar SI**, **Votar Abstenerse** o " -"**Votar NO**." +"Cuando estés listo para votar, vaya a la página `propuestas de presupuesto " +"`_. Haz click para ver las propestas, " +"luego haz click para **Votar SI**, **Votar Abstenerse** o **Votar NO**." #: ../../docs/user/governance/using.rst:382 msgid "Voting interface on DashCentral" @@ -773,22 +765,21 @@ msgstr "Herramienta de Dash Masternode (DMT)" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" "Si iniciaste tu masternode desde una billetera de hardware usando `DMT " -"`_, también" -" puedes usar la herramienta para emitir votos. Haz click en " -"**Herramientas > Propuestas** y espera a que se cargue la lista de " -"propuestas. Puedes ver fácilmente el estado de votación de cada propuesta" -" y seleccionar una propuesta para mostrar los detalles en la pestaña " -"**Detalles** en la mitad inferior de la ventana. Pasa a la pestaña " -"**Votar** para **Votar SI**, **Votar No** o **Votar Abstenerse** " -"directamente de DMT." +"`_, también " +"puedes usar la herramienta para emitir votos. Haz click en **Herramientas > " +"Propuestas** y espera a que se cargue la lista de propuestas. Puedes ver " +"fácilmente el estado de votación de cada propuesta y seleccionar una " +"propuesta para mostrar los detalles en la pestaña **Detalles** en la mitad " +"inferior de la ventana. Pasa a la pestaña **Votar** para **Votar SI**, " +"**Votar No** o **Votar Abstenerse** directamente de DMT." #: ../../docs/user/governance/using.rst:398 msgid "Voting interface in DMT" @@ -800,19 +791,19 @@ msgstr "Billetera Dash Core o masternode" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -822,24 +813,24 @@ msgid "" "folder. The command should be similar to the following::" msgstr "" "Ten en cuenta que para votar desde tu masternode directamente, debes " -"prefijar el comando con ``dash-cli``, que generalmente se encuentra en la" -" carpeta ``.dashcore``. El comando debería ser similar al siguiente::" +"prefijar el comando con ``dash-cli``, que generalmente se encuentra en la " +"carpeta ``.dashcore``. El comando debería ser similar al siguiente::" #: ../../docs/user/governance/using.rst:432 msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" "Ten en cuenta que este comando desencadenará un voto de todos los " -"masternodes configurados en ``dash.conf``. Si tienes múltiples " -"masternodes cada uno con su propio archivo .conf, o si deseas votar solo " -"con algunos de tus masternodes, debes cambiar el comando de ``vote-many``" -" a ``vote``. Si tu voto fue exitoso, deberías ver un mensaje de " -"confirmación que dice **Votado con éxito**." +"masternodes configurados en ``dash.conf``. Si tienes múltiples masternodes " +"cada uno con su propio archivo .conf, o si deseas votar solo con algunos de " +"tus masternodes, debes cambiar el comando de ``vote-many`` a ``vote``. Si tu" +" voto fue exitoso, deberías ver un mensaje de confirmación que dice **Votado" +" con éxito**." #: ../../docs/user/governance/using.rst:442 msgid "Voting from the debug console in Dash Core Wallet" @@ -850,9 +841,9 @@ msgid "" "You can also view a list of proposals in JSON format from the console to " "copy and paste the proposal hash for voting as follows::" msgstr "" -"También puedes ver una lista de propuestas en formato JSON desde la " -"consola para copiar y pegar el hash de la propuesta para votar de la " -"siguiente manera::" +"También puedes ver una lista de propuestas en formato JSON desde la consola " +"para copiar y pegar el hash de la propuesta para votar de la siguiente " +"manera::" #: ../../docs/user/governance/using.rst:452 msgid "Delegating votes" @@ -864,32 +855,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/index.po b/locale/es/LC_MESSAGES/docs/user/index.po index 9839894e3..d72af833f 100644 --- a/locale/es/LC_MESSAGES/docs/user/index.po +++ b/locale/es/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/about.po b/locale/es/LC_MESSAGES/docs/user/introduction/about.po index cfb08f10e..54c2e8283 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/about.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/features.po b/locale/es/LC_MESSAGES/docs/user/introduction/features.po index 785b31325..3b6470060 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/features.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Tomas Alfaro , 2022 # Leon White , 2022 @@ -11,30 +11,29 @@ # Damian Walker , 2022 # Alejandro Echeverria , 2023 # Ivan SIerraalta , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2023\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -98,12 +97,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" "La Gobernanza Descentralizada por cadena de bloques le permite a los " -"propietarios de los masternodes votar en las propuestas de la tesorería y" -" en decisiones que afecten a Dash" +"propietarios de los masternodes votar en las propuestas de la tesorería y en" +" decisiones que afecten a Dash" #: ../../docs/user/introduction/features.rst:35 msgid "Masternodes" @@ -112,15 +111,15 @@ msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -132,68 +131,66 @@ msgid "" "**InstantSend** allows for near-instant transactions. Dash InstantSend " "transactions are fully confirmed within two seconds." msgstr "" -"**InstantSend** permite transacciones casi instantáneas. Las " -"transacciones de Dash con InstantSend son confirmadas en dos segundos." +"**InstantSend** permite transacciones casi instantáneas. Las transacciones " +"de Dash con InstantSend son confirmadas en dos segundos." #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" -"**Dash Evolution** hará que el uso de las criptomonedas sea tan fácil " -"como usar PayPal." +"**Dash Evolution** hará que el uso de las criptomonedas sea tan fácil como " +"usar PayPal." #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Masternode" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -201,9 +198,8 @@ msgid "Masternode" msgstr "Masternode" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Masternode" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -260,12 +256,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -281,39 +277,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -321,25 +317,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -348,65 +343,60 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" "Las criptomonedas descentralizadas tradicionales deben esperar cierto " -"período de tiempo para que pasen suficientes bloques y poder garantizar " -"que una transacción sea irreversible y no un intento de gastar nuevamente" -" dinero que ya se gastó en otra parte. Este proceso lleva consume tiempo " -"y puede tardar de 15 minutos a una hora en acumular el número ampliamente" -" aceptado de seis bloques. Otras criptomonedas logran un tiempo de " -"confirmación de transacción más rápido al centralizar la autoridad en la " -"red en varios grados." +"período de tiempo para que pasen suficientes bloques y poder garantizar que " +"una transacción sea irreversible y no un intento de gastar nuevamente dinero" +" que ya se gastó en otra parte. Este proceso lleva consume tiempo y puede " +"tardar de 15 minutos a una hora en acumular el número ampliamente aceptado " +"de seis bloques. Otras criptomonedas logran un tiempo de confirmación de " +"transacción más rápido al centralizar la autoridad en la red en varios " +"grados." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." msgstr "" "La technología de InstantSend permitirá que las criptomonedas como Dash " "compitan con sistemas de transacción casi instantáneos, como tarjetas de " -"crédito en puntos de venta sin depender de una autoridad centralizada. La" -" aceptación generalizada por parte de los vendedores de Dash e " -"InstantSend podría revolucionar la criptomoneda acortando el retraso en " -"la confirmación de las transacciones desde una hora (con Bitcoin) hasta " -"tan solo unos pocos segundos." +"crédito en puntos de venta sin depender de una autoridad centralizada. La " +"aceptación generalizada por parte de los vendedores de Dash e InstantSend " +"podría revolucionar la criptomoneda acortando el retraso en la confirmación " +"de las transacciones desde una hora (con Bitcoin) hasta tan solo unos pocos " +"segundos." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -414,8 +404,8 @@ msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" -"**Como Dash 'InstantSend' protege a los comercios de gastos dobles**, " -"Dash detallado por Amanda B. Johnson, 16 de Septiembre 2016" +"**Como Dash 'InstantSend' protege a los comercios de gastos dobles**, Dash " +"detallado por Amanda B. Johnson, 16 de Septiembre 2016" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" @@ -424,18 +414,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -444,41 +434,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -488,65 +476,63 @@ msgstr "Sporks" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" "En respuesta a problemas imprevistos con el lanzamiento de la principal " -"actualización de \"RC3\" en junio de 2014, el equipo de desarrollo de " -"Dash creó un mecanismo mediante el cual se libera el código actualizado a" -" la red, pero no se activa inmediatamente (\"aplicado\"). Esta " -"innovación permite transiciones mucho más suaves que en el paradigma de " -"hard fork tradicional, así como la recopilación de datos de prueba en el " -"entorno de red. Este proceso de bifurcación en múltiples fases " -"originalmente se llamaría \"soft forking\", pero la comunidad " -"cariñosamente lo denominó \"el spork\" y el nombre se quedó." +"actualización de \"RC3\" en junio de 2014, el equipo de desarrollo de Dash " +"creó un mecanismo mediante el cual se libera el código actualizado a la red," +" pero no se activa inmediatamente (\"aplicado\"). Esta innovación permite " +"transiciones mucho más suaves que en el paradigma de hard fork tradicional, " +"así como la recopilación de datos de prueba en el entorno de red. Este " +"proceso de bifurcación en múltiples fases originalmente se llamaría \"soft " +"forking\", pero la comunidad cariñosamente lo denominó \"el spork\" y el " +"nombre se quedó." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." msgstr "" "Las nuevas características o versiones de Dash son sometidas a extensas " "pruebas en la testnet o red de prueba antes de ser lanzadas a la red " -"principal. Cuando se lanza una nueva característica o versión de Dash en " -"la mainnet o red principal, la comunicación se envía a los usuarios " +"principal. Cuando se lanza una nueva característica o versión de Dash en la " +"mainnet o red principal, la comunicación se envía a los usuarios " "informándoles del cambio y la necesidad de que ellos actualicen a sus " "clientes. Aquellos que actualizan sus clientes ejecutan el nuevo código, " -"pero no se activa hasta que un porcentaje suficiente de participantes de " -"la red (generalmente 80%) llegue a un consenso para ejecutarlo. En caso " -"de que se produzcan errores con el nuevo código, la red no rechaza los " -"bloques del cliente y se evitan los forks no deseados. Los datos sobre el" -" error pueden recopilarse y enviarse al equipo de desarrollo. Una vez que" -" el equipo de desarrollo está satisfecho con la estabilidad del nuevo " -"código en el entorno de la mainnet o red principal, y una vez que se " -"alcanza el consenso de red mínimo, varios miembros del equipo de " -"desarrollo central pueden activar la aplicación del código actualizado de" -" forma remota, firmando un mensaje de red junto con sus respectivas " -"llaves privadas o private keys. En caso de que surjan problemas, el " -"código se puede desactivar de la misma manera, sin la necesidad de una " -"reversión en toda la red o actualización del cliente. Para obtener " -"detalles técnicos sobre sporks individuales, ver :ref:`here " +"pero no se activa hasta que un porcentaje suficiente de participantes de la " +"red (generalmente 80%) llegue a un consenso para ejecutarlo. En caso de que " +"se produzcan errores con el nuevo código, la red no rechaza los bloques del " +"cliente y se evitan los forks no deseados. Los datos sobre el error pueden " +"recopilarse y enviarse al equipo de desarrollo. Una vez que el equipo de " +"desarrollo está satisfecho con la estabilidad del nuevo código en el entorno" +" de la mainnet o red principal, y una vez que se alcanza el consenso de red " +"mínimo, varios miembros del equipo de desarrollo central pueden activar la " +"aplicación del código actualizado de forma remota, firmando un mensaje de " +"red junto con sus respectivas llaves privadas o private keys. En caso de que" +" surjan problemas, el código se puede desactivar de la misma manera, sin la " +"necesidad de una reversión en toda la red o actualización del cliente. Para " +"obtener detalles técnicos sobre sporks individuales, ver :ref:`here " "`." #: ../../docs/user/introduction/features.rst:284 @@ -555,65 +541,63 @@ msgstr "Algoritmo X11" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." msgstr "" "X11 es un algoritmo ampliamente utilizado creado por el desarrollador de " "Dash core, Evan Duffield. X11 es un algoritmo en cadena que utiliza una " -"secuencia de once algoritmos criptográficos para la prueba de trabajo. " -"Esto es así de manera que la distribución de procesamiento sea justa y " -"las monedas sean distribuidas de manera parecida a la forma como las " -"monedas de Bitcoin fueron distribuidas originalmente. X11 tiene la " -"intención de hacer que los ASICs fueran mucho más difíciles de crear, " -"dando así a la moneda tiempo sudiciente para desarrollarse antes de que " -"la centralización minera se convirtiera en una amenaza. Este enfoque fue " -"en gran medida exitoso; a partir de principios de 2016, los ASIC para X11" -" ahora existen y comprenden una porción significativa del hash de la red," -" pero no han resultado en el nivel de centralización presente en Bitcoin." -" La información sobre minería con X11 se puede encontrar en la sección " -":ref:`Minería ` de esta documentación." +"secuencia de once algoritmos criptográficos para la prueba de trabajo. Esto " +"es así de manera que la distribución de procesamiento sea justa y las " +"monedas sean distribuidas de manera parecida a la forma como las monedas de " +"Bitcoin fueron distribuidas originalmente. X11 tiene la intención de hacer " +"que los ASICs fueran mucho más difíciles de crear, dando así a la moneda " +"tiempo sudiciente para desarrollarse antes de que la centralización minera " +"se convirtiera en una amenaza. Este enfoque fue en gran medida exitoso; a " +"partir de principios de 2016, los ASIC para X11 ahora existen y comprenden " +"una porción significativa del hash de la red, pero no han resultado en el " +"nivel de centralización presente en Bitcoin. La información sobre minería " +"con X11 se puede encontrar en la sección :ref:`Minería ` de esta " +"documentación." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" -"X11 es el nombre de el algoritmo encadenado de prueba de trabajo " -"(**PoW**) que fue introducido en Dash (lanzado en Enero de 2014 como " -"\"Xcoin\"). Este fue parcialmente inspirado por el algoritmo en cadena de" -" Quark, añadiendo mas profundidad y complejidad mediante el aumento del " -"numero de hashes, difiere con respecto a Quark en que las rondas de hash " -"son determinadas *a priori* en vez de ser seleccionadas aleatoriamente. " +"X11 es el nombre de el algoritmo encadenado de prueba de trabajo (**PoW**) " +"que fue introducido en Dash (lanzado en Enero de 2014 como \"Xcoin\"). Este " +"fue parcialmente inspirado por el algoritmo en cadena de Quark, añadiendo " +"mas profundidad y complejidad mediante el aumento del numero de hashes, " +"difiere con respecto a Quark en que las rondas de hash son determinadas *a " +"priori* en vez de ser seleccionadas aleatoriamente. " #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" -"El algoritmo X11 utiliza rondas múltiples de 11 hashes diferentes (blake," -" bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"lo que lo convierte en uno de los más seguros y sofisticados hashes " -"criptográficos, en el uso de las criptomonedas modernas. El nombre X11 no" -" está relacionado con el sistema de código abierto X11, común en los " -"sistemas operativos tipo UNIX." +"El algoritmo X11 utiliza rondas múltiples de 11 hashes diferentes (blake, " +"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), lo " +"que lo convierte en uno de los más seguros y sofisticados hashes " +"criptográficos, en el uso de las criptomonedas modernas. El nombre X11 no " +"está relacionado con el sistema de código abierto X11, común en los sistemas" +" operativos tipo UNIX." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -624,68 +608,65 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." -msgstr "" -"El incremento de la complejidad y la sofisticación de un algoritmo en " -"cadena provee mejores niveles de seguridad y menos incertidumbre para una" -" moneda digital, comparado con las soluciones de un solo hash de PoW que " -"no están protegidos contra riesgos de seguridad como: SPOF (Punto " -"individual de falla). Por ejemplo: Un posible pero no probable avance " -"computacional que logre vulnerar el SHA-256 puede arriesgar toda la red " -"Bitcoin hasta que la red migre a través de un hard fork a otro algoritmo " -"criptográfico. " +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." +msgstr "" +"El incremento de la complejidad y la sofisticación de un algoritmo en cadena" +" provee mejores niveles de seguridad y menos incertidumbre para una moneda " +"digital, comparado con las soluciones de un solo hash de PoW que no están " +"protegidos contra riesgos de seguridad como: SPOF (Punto individual de " +"falla). Por ejemplo: Un posible pero no probable avance computacional que " +"logre vulnerar el SHA-256 puede arriesgar toda la red Bitcoin hasta que la " +"red migre a través de un hard fork a otro algoritmo criptográfico. " #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" "En caso de un avance computacional de esa escala, una moneda digital que " -"utilice el algoritmo de PoW X11 continuaría funcionando seguramente a " -"menos que los 11 hashes sean vulnerados simultáneamente. Incluso si " -"alguno de los 11 hashes no sea fidedigno, habría una alerta adecuada para" -" utilizar X11 como algoritmo, la moneda debería reemplazar la función " -"problemática con algún otro algoritmo más confiable. " +"utilice el algoritmo de PoW X11 continuaría funcionando seguramente a menos " +"que los 11 hashes sean vulnerados simultáneamente. Incluso si alguno de los " +"11 hashes no sea fidedigno, habría una alerta adecuada para utilizar X11 " +"como algoritmo, la moneda debería reemplazar la función problemática con " +"algún otro algoritmo más confiable. " #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." -msgstr "" -"Debido a la naturaleza especulativa de las monedas digitales y su " -"inherente incertidumbre al ser un campo nuevo, el algoritmo X11 puede " -"proveer mas confianza a sus usuarios y a inversores potenciales que los " -"algoritmos de hash individual. Estos algoritmos pueden proveer más " -"seguridad y longevidad al momento de almacenarlos con el objetivo de " -"almacenamiento de riqueza, diversificación de inversiones y cobertura " -"contra los riesgos asociados a estos algoritmos afectados por SPOF " -"(Puntos individuales de fallo)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." +msgstr "" +"Debido a la naturaleza especulativa de las monedas digitales y su inherente " +"incertidumbre al ser un campo nuevo, el algoritmo X11 puede proveer mas " +"confianza a sus usuarios y a inversores potenciales que los algoritmos de " +"hash individual. Estos algoritmos pueden proveer más seguridad y longevidad " +"al momento de almacenarlos con el objetivo de almacenamiento de riqueza, " +"diversificación de inversiones y cobertura contra los riesgos asociados a " +"estos algoritmos afectados por SPOF (Puntos individuales de fallo)." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" -"Evan Duffield, el creador de Dash y X11, ha escrito en varias ocasiones " -"que X11 fue integrado a Dash sin la intención de evitar que que los " -"fabricantes de ASIC crearan ASICs para X11 en el futuro, sino buscando " -"proveer el mismo camino migratorio que tuvo Bitcoin. (CPUs, GPUs y " -"ASICs). " +"Evan Duffield, el creador de Dash y X11, ha escrito en varias ocasiones que " +"X11 fue integrado a Dash sin la intención de evitar que que los fabricantes " +"de ASIC crearan ASICs para X11 en el futuro, sino buscando proveer el mismo" +" camino migratorio que tuvo Bitcoin. (CPUs, GPUs y ASICs). " #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -694,48 +675,48 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" "**DGW** o *Dark Gravity Wave* es un algoritmo de ajuste de dificultad de " -"código abierto para las criptomonedas basadas en Bitcoin que se utilizó " -"por primera vez en Dash y desde entonces ha sido utilizado en otras " -"monedas digitales. DGW fue escrito por Evan Duffield, el desarrollador y " -"creador de Dash, como respuesta a una variación tempotal encontrada en " -"*Kimoto's Gravity Well*. En definición, DGW es similar a el Kimoto " -"Gravity Well, ajustando los niveles de dificultad en cada bloque (en " -"lugar de cada bloque de 2016 como Bitcoin) basado en datos estadísticos " -"de bloques encontrados recientemente. Esto hace posible emitir bloques " -"con tiempos relativamente constantes, incluso si la potencia de hashing " -"experimenta altas fluctuaciones, sin sufrir una variación temporal." +"código abierto para las criptomonedas basadas en Bitcoin que se utilizó por " +"primera vez en Dash y desde entonces ha sido utilizado en otras monedas " +"digitales. DGW fue escrito por Evan Duffield, el desarrollador y creador de " +"Dash, como respuesta a una variación tempotal encontrada en *Kimoto's " +"Gravity Well*. En definición, DGW es similar a el Kimoto Gravity Well, " +"ajustando los niveles de dificultad en cada bloque (en lugar de cada bloque " +"de 2016 como Bitcoin) basado en datos estadísticos de bloques encontrados " +"recientemente. Esto hace posible emitir bloques con tiempos relativamente " +"constantes, incluso si la potencia de hashing experimenta altas " +"fluctuaciones, sin sufrir una variación temporal." #: ../../docs/user/introduction/features.rst:363 msgid "" "Version 2.0 of DGW was implemented in Dash from block 45,000 onwards in " "order to completely alleviate the time-warp exploit." msgstr "" -"La versión 2.0 de DGW fue implementada en Dash desde el bloque 45.000 con" -" el objetivo de aliviar completamente la vulnerabilidad ante la variación" -" temporal." +"La versión 2.0 de DGW fue implementada en Dash desde el bloque 45.000 con el" +" objetivo de aliviar completamente la vulnerabilidad ante la variación " +"temporal." #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" -"La versión 3.0 fue implementada en Mayo de 2014 con el objetivo de " -"mejorar el calculo del targer con transiciones mas suaves. También " -"resuelve varios problemas de arquitectura que tenía diferentes niveles de" -" precisión de punto flotante a través del uso de enteros." +"La versión 3.0 fue implementada en Mayo de 2014 con el objetivo de mejorar " +"el calculo del targer con transiciones mas suaves. También resuelve varios " +"problemas de arquitectura que tenía diferentes niveles de precisión de punto" +" flotante a través del uso de enteros." #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -745,47 +726,45 @@ msgstr "Tasa de Emisión" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" "Las criptomonedas como Dash y Bitcoin son creadas a través de un proceso " -"criptográfico conocido como minar. Este consiste en resolver " -"repetidamente :ref:`algoritmos de hash ` hasta que " -"una solución válida para la presente :ref:`dificultad de minado ` sea descubierta. Una vez descubierta, el minero puede " -"crear nuevas unidades de la moneda. Esto es conocido como la recompensa " -"por bloque. Para asegurar que la moneda no esta sujeta a una inflación " -"permanente, la recompensa por bloque es reducida en intervalos regulares," -" como `mostrado en este cálculo `_. " -"Graficar esta data resulta en una curva que muestra las monedas en " -"circulación, conocida como la tasa de emisión de moneda. " +"criptográfico conocido como minar. Este consiste en resolver repetidamente " +":ref:`algoritmos de hash ` hasta que una solución válida" +" para la presente :ref:`dificultad de minado ` sea " +"descubierta. Una vez descubierta, el minero puede crear nuevas unidades de " +"la moneda. Esto es conocido como la recompensa por bloque. Para asegurar que" +" la moneda no esta sujeta a una inflación permanente, la recompensa por " +"bloque es reducida en intervalos regulares, como `mostrado en este cálculo " +"`_. Graficar esta data resulta en una curva " +"que muestra las monedas en circulación, conocida como la tasa de emisión de " +"moneda. " #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" "Aunque Dash se encuentra basado en Bitcoin, cambia significativamente su " "tasa de emisión de monedas ofreciendo una disminución mas suave en el " -"tiempo. Mientras que Bitcoin reduce su tasa en 50% cada 4 años, Dash " -"reduce la emisión en un catorceavo (aprox. 7,14%) cada 210240 bloques " -"(approx. 383,25 días). Es notorio que reduciendo la recompensa por bloque" -" más lentamente ofrece una transición más suave a una economía basada en " +"tiempo. Mientras que Bitcoin reduce su tasa en 50% cada 4 años, Dash reduce " +"la emisión en un catorceavo (aprox. 7,14%) cada 210240 bloques (approx. " +"383,25 días). Es notorio que reduciendo la recompensa por bloque más " +"lentamente ofrece una transición más suave a una economía basada en " "comisiones en comparación con Bitcoin." #: ../../docs/user/introduction/features.rst:401 @@ -797,36 +776,35 @@ msgid "Total coin emission" msgstr "Emisión total de monedas" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`Emisión total de las monedas de Bitcoin " "`_ " "puede ser calculado como la suma de series geométricas, con una emisión " "total aproximandose a (pero nunca alcanzando) 21,000,000 BTC. Esto " -"continuará hasta el 2140,pero la recompensa del minado se reduce tan " -"rápido que el 99% de todos los Bitcoins estarán en circulación para el " -"2036, y el 99.9% para el 2048." +"continuará hasta el 2140,pero la recompensa del minado se reduce tan rápido " +"que el 99% de todos los Bitcoins estarán en circulación para el 2036, y el " +"99.9% para el 2048." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`Emisión total de las monedas de Dash " @@ -834,15 +812,14 @@ msgstr "" "iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ es también la suma de " "series geométricas, pero la emisión total final de la moneda es incierta " "porque no se puede saber cuánto de la recompensa por bloque del 10% " -"reservada para las propuestas presupuestarias se asignará realmente, ya " -"que esto depende del comportamiento futuro de la votación. Dash " -"continuará emitiendo monedas durante aproximadamente 192 años antes de " -"que un año completo de minería genere menos de 1 DASH. Después de 2209 " -"solo se crearán 14 DASH más. El último DASH tardará 231 años en " -"generarse, comenzando en 2246 y terminando cuando las emisiones se " -"detengan por completo en 2477. Con base en estos números, se puede " -"calcular una oferta de monedas máxima y mínima posible en el año 2254 " -"entre:" +"reservada para las propuestas presupuestarias se asignará realmente, ya que " +"esto depende del comportamiento futuro de la votación. Dash continuará " +"emitiendo monedas durante aproximadamente 192 años antes de que un año " +"completo de minería genere menos de 1 DASH. Después de 2209 solo se crearán " +"14 DASH más. El último DASH tardará 231 años en generarse, comenzando en " +"2246 y terminando cuando las emisiones se detengan por completo en 2477. Con" +" base en estos números, se puede calcular una oferta de monedas máxima y " +"mínima posible en el año 2254 entre:" #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -865,20 +842,18 @@ msgid "Block reward allocation" msgstr "Asignación de recompensa de bloque" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -900,19 +875,18 @@ msgstr "Presupuesto de governanza descentralizada" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1120,9 +1094,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1298,21 +1271,20 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" -"Esta documenación esta basada en cálculos y publicaciones de moocowmoo. " -"Por favor ver `esta publicación de reddit " +"Esta documenación esta basada en cálculos y publicaciones de moocowmoo. Por " +"favor ver `esta publicación de reddit " "`_ Para más detalles, o " -"para correr tu propia `Emisión de cálculos usar esta herramienta " -"`_. Ver `este " -"sitio web `_ para datos en vivo sobre las " +"7fc2on/dash_over_1000_in_a_few_weeks/dqb4pjn/>`_ Para más detalles, o para " +"correr tu propia `Emisión de cálculos usar esta herramienta " +"`_. Ver `este sitio " +"web `_ para datos en vivo sobre las " "estadísticas actuales de la red." #: ../../docs/user/introduction/features.rst:523 @@ -1321,46 +1293,43 @@ msgstr "Gobernanza descentralizada" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" -"Puedes leer más sobre la governanza de Dash en la sección " -":ref:`governance` de esta documentación." +"Puedes leer más sobre la governanza de Dash en la sección :ref:`governance` " +"de esta documentación." #: ../../docs/user/introduction/features.rst:559 msgid "Sentinel" @@ -1368,19 +1337,18 @@ msgstr "Sentinela" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1393,35 +1361,34 @@ msgstr "Comisiones" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1459,29 +1426,29 @@ msgstr "Por Kb de data de transacción" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1491,56 +1458,55 @@ msgstr "Evolution" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" -"A continuación se incluye nuestro trabajo actual sobre Evolution, que " -"agrega muchos componentes tales como:" +"A continuación se incluye nuestro trabajo actual sobre Evolution, que agrega" +" muchos componentes tales como:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" -"**DAPI:** Una API descentralizada que permite a los usuarios de tercer " -"nivel acceder a la red de forma segura" +"**DAPI:** Una API descentralizada que permite a los usuarios de tercer nivel" +" acceder a la red de forma segura" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" "**DashPay Decentralized Wallets:** Estas carteras son clientes ligeros " "conectados a la red a través de DAPI y se ejecutan en varias plataformas" @@ -1550,40 +1516,38 @@ msgid "" "**Second Tier:** The masternode network, which provides compensated " "infrastructure for the project" msgstr "" -"**Segundo nivel:** La red de masternode, que proporciona una " -"infraestructura compensada para el proyecto" +"**Segundo nivel:** La red de masternode, que proporciona una infraestructura" +" compensada para el proyecto" #: ../../docs/user/introduction/features.rst:677 msgid "" "**Budgets:** The second tier is given voting power to allocate funds for " "specific projects on the network via the budget system" msgstr "" -"**Presupuestos:** El segundo nivel tiene poder de voto para asignar " -"fondos para proyectos específicos en la red a través del sistema de " -"presupuesto" +"**Presupuestos:** El segundo nivel tiene poder de voto para asignar fondos " +"para proyectos específicos en la red a través del sistema de presupuesto" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" -"**Governanza:** Al segundo nivel se le otorga el poder de voto para " -"gobernar la moneda y trazar el rumbo que tome la moneda." +"**Governanza:** Al segundo nivel se le otorga el poder de voto para gobernar" +" la moneda y trazar el rumbo que tome la moneda." #: ../../docs/user/introduction/features.rst:681 msgid "" "**Deterministic Masternode Lists:** This feature introduces an on-chain " "masternode list, which can be used to calculate past and present quorums" msgstr "" -"**Deterministic Masternode Lists (Listas de nodos maestros " -"determinados):** Esta funcionalidad introduce una lista de nodos maestros" -" en la cadena, la cual puede ser usada para calcular el quorum pasado y " -"presente." +"**Deterministic Masternode Lists (Listas de nodos maestros determinados):** " +"Esta funcionalidad introduce una lista de nodos maestros en la cadena, la " +"cual puede ser usada para calcular el quorum pasado y presente." #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" "**Wallet Social:** Introdujimos una wallet social, la cual permite las " "listas de amigos, agrupando con los usuarios y compartió una cuenta " @@ -1601,14 +1565,13 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" -"Los siguientes videos con el fundadore de Dash, Evan Duffield y el Jefe " -"de Desarrollo de UI / UX, Chuck Williams, describen el proceso de " -"desarrollo y las próximas características de la plataforma Dash " -"Evolution." +"Los siguientes videos con el fundadore de Dash, Evan Duffield y el Jefe de " +"Desarrollo de UI / UX, Chuck Williams, describen el proceso de desarrollo y " +"las próximas características de la plataforma Dash Evolution." #: ../../docs/user/introduction/features.rst:704 msgid "**Evolution Demo #1 - The First Dash DAP**, 16 March 2018" @@ -1623,38 +1586,14 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "**Evolution Demo #3 - Dashpay experiencia de usuario**, 15 Mayo 2018" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" -"**Chuck Williams en Evolution**, Conferencia de Dash Londres, 14 " -"Septiembre 2017" +"**Chuck Williams en Evolution**, Conferencia de Dash Londres, 14 Septiembre " +"2017" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" -msgstr "**Evan Duffield en el mapa de Evolution**, Dash noticias, 28 Junio 2017" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgstr "" +"**Evan Duffield en el mapa de Evolution**, Dash noticias, 28 Junio 2017" diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 6909bb5d4..137ff14c0 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/information.po b/locale/es/LC_MESSAGES/docs/user/introduction/information.po index e52bc7768..f8a24d951 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/information.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Ivan SIerraalta , 2022 # JZA , 2022 @@ -10,30 +10,30 @@ # Jahlexis Lugo , 2022 # Damian Walker , 2022 # Alejandro Echeverria , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" -msgstr "Glosario y conjunto de enlaces a otras partes del ecosistema y red Dash." +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" +msgstr "" +"Glosario y conjunto de enlaces a otras partes del ecosistema y red Dash." -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -60,14 +60,12 @@ msgid "**User documentation:** https://docs.dash.org" msgstr "**Documentación de usuario:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 -#, fuzzy msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "**Documentación de usuario:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:22 -#, fuzzy msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "**Documentación de usuario:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" @@ -125,8 +123,10 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" -msgstr "**Hilo de BitcoinTalk:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgstr "" +"**Hilo de BitcoinTalk:** https://bitcointalk.org/index.php?topic=421615.0" #: ../../docs/user/introduction/information.rst:45 msgid "Chat" @@ -161,7 +161,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" "**Dash Embassy D-A-CH Grupo de Telegram en Alemán:** " "https://t.me/dashembassydach" @@ -200,7 +201,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" -msgstr "**Robot de Noticias de Dash en Telegram:** https://telegram.me/dashnews" +msgstr "" +"**Robot de Noticias de Dash en Telegram:** https://telegram.me/dashnews" #: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" @@ -313,11 +315,10 @@ msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Dash Official Account:** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:103 -#, fuzzy msgid "" "**Samuel Westrich, CTO of Dash Core Group:** " "https://twitter.com/SamWestrich/" -msgstr "**Ryan Taylor, CEO de Dash Core Group:** https://twitter.com/RTaylor05" +msgstr "" #: ../../docs/user/introduction/information.rst:104 msgid "" @@ -353,11 +354,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" #: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" @@ -409,15 +410,17 @@ msgstr "**Foro de Bitcoin.com:** https://forum.bitcoin.com/dash-f67" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" -"**Página de Crypto-city.com:** https://www.crypto-city.com/index.php" -"/dash-dash-coin" +"**Página de Crypto-city.com:** https://www.crypto-city.com/index.php/dash-" +"dash-coin" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" -msgstr "**Foro de Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgstr "" +"**Foro de Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" #: ../../docs/user/introduction/information.rst:147 msgid "Tools" @@ -456,9 +459,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashvotetracker.com" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -529,9 +531,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.coinexplorer.net/dash" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -551,16 +552,15 @@ msgstr "Páginas de DarkNet" #: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" -msgstr "**Dash (Espejo de la página principal):** http://dashorg64cjvj4s3.onion" +msgstr "" +"**Dash (Espejo de la página principal):** http://dashorg64cjvj4s3.onion" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -"**La Wiki oculta:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**La Wiki oculta:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" #: ../../docs/user/introduction/information.rst:207 @@ -614,7 +614,8 @@ msgstr "" "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -638,8 +639,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgstr "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" @@ -667,17 +670,17 @@ msgstr "Ataque del 51%" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" -"Una condición en la cual más de la mitad de la capacidad computacional en" -" la red de una criptomoneda esta controlada por un solo minero o un grupo" -" de mineros. Esa cantidad de poder, teóricamente los convierte en la " -"autoridad de la red. Esto significa que cada cliente de la red cree en el" -" bloque de transacción descifrado del atacante." +"Una condición en la cual más de la mitad de la capacidad computacional en la" +" red de una criptomoneda esta controlada por un solo minero o un grupo de " +"mineros. Esa cantidad de poder, teóricamente los convierte en la autoridad " +"de la red. Esto significa que cada cliente de la red cree en el bloque de " +"transacción descifrado del atacante." #: ../../docs/user/introduction/information.rst:251 msgid "Address" @@ -688,15 +691,15 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" -"Una dirección Dash es utilizada para :ref:`Enviar/Recibir un Pago" -"` en la red de Dash. Contiene una cadena de " -"caracteres alfanuméricos, pero puede ser representada con un código QR " -"escaneable. Una dirección Dash es también la llave pública en el par de " -"llaves utilizado por los tenedores de Dash para firmar transacciones " -"digitalmente (Vea Llave Pública)" +"Una dirección Dash es utilizada para :ref:`Enviar/Recibir un Pago` en la red de Dash. Contiene una cadena de caracteres " +"alfanuméricos, pero puede ser representada con un código QR escaneable. Una " +"dirección Dash es también la llave pública en el par de llaves utilizado por" +" los tenedores de Dash para firmar transacciones digitalmente (Vea Llave " +"Pública)" #: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" @@ -705,13 +708,13 @@ msgstr "Algoritmo" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" "En matemáticas y computación, un `algoritmo " -"`_ es un conjunto de operaciones" -" paso a paso para ser ejecutado. Los algoritmos realizan cálculos, " +"`_ es un conjunto de operaciones " +"paso a paso para ser ejecutado. Los algoritmos realizan cálculos, " "procesamiento de datos, y/o automatización de tareas de razonamiento." #: ../../docs/user/introduction/information.rst:264 @@ -724,10 +727,9 @@ msgid "" "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -"Debido a que Bitcoin fue la primera criptomoneda y tiene la " -"capitalización de mercado más grande, es considerada como referencia. Una" -" Altcoin, o moneda alternativa, es cualquier otra criptomoneda que no sea" -" Bitcoin." +"Debido a que Bitcoin fue la primera criptomoneda y tiene la capitalización " +"de mercado más grande, es considerada como referencia. Una Altcoin, o moneda" +" alternativa, es cualquier otra criptomoneda que no sea Bitcoin." #: ../../docs/user/introduction/information.rst:269 msgid "AML" @@ -736,15 +738,15 @@ msgstr "AML" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" "Las técnicas anti-lavado de dinero son utilizadas para detener a las " "personas que obtuvieron fondos de manera ilegal, y los hacen pasar por " "fondos obtenidos legalmente. Los mecanismos AML pueden ser legales o " -"técnicos en naturaleza. Reguladores frecuentemente aplican las técnicas " -"AML para intercambios de Dash." +"técnicos en naturaleza. Reguladores frecuentemente aplican las técnicas AML " +"para intercambios de Dash." #: ../../docs/user/introduction/information.rst:275 msgid "API" @@ -753,32 +755,29 @@ msgstr "API" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" -"En la programación computacional, una `interfaz programada de una " -"aplicación (API) " -"`_ es un" -" conjunto de rutinas, protocolos y herramientas para la construcción de " -"software y aplicaciones." +"En la programación computacional, una `interfaz programada de una aplicación" +" (API) `_ " +"es un conjunto de rutinas, protocolos y herramientas para la construcción de" +" software y aplicaciones." #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." -msgstr "" -"Una API expresa un componente de software en términos de sus operaciones," -" entradas, salidas y tipos subyacentes, definiendo funcionalidades que " -"son independientes de sus respectivas implementaciones, las cuales " -"permiten definiciones e implementaciones varíen sin comprometer la " -"interfaz. Una buena API facilita desarrollar un programa proporcionando " -"todos los bloques de construcción, los cuales son ensamblados por el " -"programador." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." +msgstr "" +"Una API expresa un componente de software en términos de sus operaciones, " +"entradas, salidas y tipos subyacentes, definiendo funcionalidades que son " +"independientes de sus respectivas implementaciones, las cuales permiten " +"definiciones e implementaciones varíen sin comprometer la interfaz. Una " +"buena API facilita desarrollar un programa proporcionando todos los bloques " +"de construcción, los cuales son ensamblados por el programador." #: ../../docs/user/introduction/information.rst:289 msgid "ASIC" @@ -786,17 +785,16 @@ msgstr "ASIC" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" "Un circuito integrado de aplicación especifica (ASIC por sus siglas en " -"Ingles), es un circuito integrado (IC) personalizado para un uso " -"especifico, en vez de ser usado para propósitos generales. Por ejemplo, " -"un chip diseñado para trabajar en un grabador digital de voz o para " -":ref:`mineros de Dash de alta eficiencia ` es un ASIC." +"Ingles), es un circuito integrado (IC) personalizado para un uso especifico," +" en vez de ser usado para propósitos generales. Por ejemplo, un chip " +"diseñado para trabajar en un grabador digital de voz o para :ref:`mineros de" +" Dash de alta eficiencia ` es un ASIC." #: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" @@ -805,15 +803,14 @@ msgstr "Cajero automático / BTM" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" -"Un cajero automatico de Dash es una maquina fisica que permite a un " -"cliente comprar Dash con efectivo. Hay muchos fabricantes, algunos " -"permiten a los usuarios vender Dash por efectivo. Algunas veces son " -"llamados 'BTM' o 'Dash AVMS.' Dash es compatible con varios :ref:`ATMs " -"`." +"Un cajero automatico de Dash es una maquina fisica que permite a un cliente " +"comprar Dash con efectivo. Hay muchos fabricantes, algunos permiten a los " +"usuarios vender Dash por efectivo. Algunas veces son llamados 'BTM' o 'Dash " +"AVMS.' Dash es compatible con varios :ref:`ATMs `." #: ../../docs/user/introduction/information.rst:302 msgid "Backlog" @@ -821,11 +818,11 @@ msgstr "Reserva" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" -"La reserva generalmente se refiere a la acumulación en el tiempo de " -"trabajo que espera por ser terminado u órdenes a ser cumplidas." +"La reserva generalmente se refiere a la acumulación en el tiempo de trabajo " +"que espera por ser terminado u órdenes a ser cumplidas." #: ../../docs/user/introduction/information.rst:306 msgid "Backup" @@ -833,21 +830,21 @@ msgstr "Respaldo" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." -msgstr "" -"Es el proceso de hacer copias de los archivos de un computador para " -"asegurar su integridad en caso de perdida, robo, o daño. Dash permite a " -"los usuarios :ref:`hacer copias de respaldo ` de sus " -"billeteras digitales. Esto permite proteger el dinero en caso de que el " -"computador se cuelgue o se pierda el dispositivo móvil. Este seria el " -"equivalente de poder respaldar el efectivo en su billetera, de esa manera" -" si lo pierdes, puedes restaurar el efectivo desde un respaldo." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." +msgstr "" +"Es el proceso de hacer copias de los archivos de un computador para asegurar" +" su integridad en caso de perdida, robo, o daño. Dash permite a los usuarios" +" :ref:`hacer copias de respaldo ` de sus billeteras " +"digitales. Esto permite proteger el dinero en caso de que el computador se " +"cuelgue o se pierda el dispositivo móvil. Este seria el equivalente de poder" +" respaldar el efectivo en su billetera, de esa manera si lo pierdes, puedes " +"restaurar el efectivo desde un respaldo." #: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" @@ -856,13 +853,13 @@ msgstr "Bitcoin 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -"Este es un termino que explica el siguiente nivel del proyecto de Bitcoin" -" el cual comenzó como una división de Bitcoin pero que extendió su código" -" en el siguiente nivel de proyectos Blockchain (contratos inteligentes, " -"votación descentralizada,...)" +"Este es un termino que explica el siguiente nivel del proyecto de Bitcoin el" +" cual comenzó como una división de Bitcoin pero que extendió su código en el" +" siguiente nivel de proyectos Blockchain (contratos inteligentes, votación " +"descentralizada,...)" #: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" @@ -870,25 +867,25 @@ msgstr "Cadena de Bloques" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" "Una `cadena de bloques " "`_ es una base de " -"datos distribuida que mantiene una lista de registro de datos en " -"constante crecimiento reforzados contra la manipulación y la revisión. " -"Consiste en bloques de estructura de datos - que contienen exclusivamente" -" datos en implementaciones iniciales de blockchain, y tanto datos como " -"programas en algunas de las implementaciones más recientes - con cada " -"bloque conteniendo lotes de transacciones individuales y los resultados " -"de cualquier cadena de bloques ejecutable. Cada bloque contiene una marca" -" de tiempo e información conectada a un bloque previo." +"datos distribuida que mantiene una lista de registro de datos en constante " +"crecimiento reforzados contra la manipulación y la revisión. Consiste en " +"bloques de estructura de datos - que contienen exclusivamente datos en " +"implementaciones iniciales de blockchain, y tanto datos como programas en " +"algunas de las implementaciones más recientes - con cada bloque conteniendo " +"lotes de transacciones individuales y los resultados de cualquier cadena de " +"bloques ejecutable. Cada bloque contiene una marca de tiempo e información " +"conectada a un bloque previo." #: ../../docs/user/introduction/information.rst:332 msgid "Blocks" @@ -899,16 +896,16 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" "Las transacciones en la Cadena de bloques son recolectadas en \"`bloques " -"`_\" que " -"graban y confirman cuando y en que secuencia de transacciones entran y " -"son iniciadas en la cadena de bloques. Los Bloques son creados por " -"usuarios conocidos como \"mineros\" los cuales usan un software " -"especializado o equipo específicamente diseñado para crear bloques." +"`_\" que graban" +" y confirman cuando y en que secuencia de transacciones entran y son " +"iniciadas en la cadena de bloques. Los Bloques son creados por usuarios " +"conocidos como \"mineros\" los cuales usan un software especializado o " +"equipo específicamente diseñado para crear bloques." #: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" @@ -917,11 +914,11 @@ msgstr "ChainLock" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -930,22 +927,22 @@ msgstr "Billetera en la nube" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" "Terceras partes que guardan tus Dash en sus servidores por ti, de esta " -"manera puedas acceder a tus fondos desde cualquier dispositivo conectado " -"a internet. Si su sitio web es haqueado o si sus servidores se dañan, " -"corres el riesgo de perder tus Dash. Cualquier billetera en linea debe " -"estar segura con una contraseña de seguridad fuerte y 2FA. No puedes " -"hacer copias respaldo de tu billetera en linea porque no tienes acceso a " -"las llaves privadas. No recomendamos que guardes grandes cantidades de " -"fondos en billeteras en linea." +"manera puedas acceder a tus fondos desde cualquier dispositivo conectado a " +"internet. Si su sitio web es haqueado o si sus servidores se dañan, corres " +"el riesgo de perder tus Dash. Cualquier billetera en linea debe estar segura" +" con una contraseña de seguridad fuerte y 2FA. No puedes hacer copias " +"respaldo de tu billetera en linea porque no tienes acceso a las llaves " +"privadas. No recomendamos que guardes grandes cantidades de fondos en " +"billeteras en linea." #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" @@ -953,14 +950,13 @@ msgstr "Transacción de Coinbase" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" -"La primera transacción en un bloque. Siempre creada por un minero, " -"incluye una entrada simple que constituye la recompensa de bloque. Esto " -"es dividido entre el minero y un masternode seleccionado " -"deterministicamente." +"La primera transacción en un bloque. Siempre creada por un minero, incluye " +"una entrada simple que constituye la recompensa de bloque. Esto es dividido " +"entre el minero y un masternode seleccionado deterministicamente." #: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" @@ -970,13 +966,13 @@ msgstr "Almacenamiento frío" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" -"Un metodo de generación y almacenamiento de llaves privadas completamente" -" fuera de linea. Uno pudiera usar una computadora de escritorio o laptop " -"desconectada de internet, una billetera fisica dedicada, un dispositivo " -"USB, o una :ref:`billetera de papel `." +"Un metodo de generación y almacenamiento de llaves privadas completamente " +"fuera de linea. Uno pudiera usar una computadora de escritorio o laptop " +"desconectada de internet, una billetera fisica dedicada, un dispositivo USB," +" o una :ref:`billetera de papel `." #: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" @@ -984,48 +980,46 @@ msgstr "Transacción Confirmar(da)." #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" -"Cuando se realiza una transacción de Dash, un minero debe verificar que " -"la transacción es válida. Cuando se verifican las entradas y salidas, la " -"transacción se incluye en un bloque en la cadena de bloques. La " -"transacción puede considerarse completa e irreversible. El número de " -"confirmación aumenta a medida que se agregan más bloques a la cadena de " -"bloques." +"Cuando se realiza una transacción de Dash, un minero debe verificar que la " +"transacción es válida. Cuando se verifican las entradas y salidas, la " +"transacción se incluye en un bloque en la cadena de bloques. La transacción " +"puede considerarse completa e irreversible. El número de confirmación " +"aumenta a medida que se agregan más bloques a la cadena de bloques." #: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "Número de confirmación" #: ../../docs/user/introduction/information.rst:377 -#, fuzzy msgid "confirmations" -msgstr "Cero confirmaciones" +msgstr "" #: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." -msgstr "" -"El numero de confirmaciones para una transacciones especifica de Dash. " -"Cero confirmaciones significa que la **transacción es sin confirmar**. " -"Una confirmación significa que la transacción esta incluida en el ultimo " -"bloque de la cadena de bloques. Dos confirmaciones significan que la " -"transacción esta incluida en dos bloques, tres confirmaciones para tres " -"bloques y así. La probabilidad de que una transacción sea revertida " -"(doble gasto) disminuye exponencialmente con cada bloque y subsecuente " -"confirmación. Con seis confirmaciones usualmente la transacción es " -"considerada \"segura\" e irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." +msgstr "" +"El numero de confirmaciones para una transacciones especifica de Dash. Cero " +"confirmaciones significa que la **transacción es sin confirmar**. Una " +"confirmación significa que la transacción esta incluida en el ultimo bloque " +"de la cadena de bloques. Dos confirmaciones significan que la transacción " +"esta incluida en dos bloques, tres confirmaciones para tres bloques y así. " +"La probabilidad de que una transacción sea revertida (doble gasto) disminuye" +" exponencialmente con cada bloque y subsecuente confirmación. Con seis " +"confirmaciones usualmente la transacción es considerada \"segura\" e " +"irreversible." #: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" @@ -1034,15 +1028,14 @@ msgstr "Transacción confirmada" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" -"Transacciones que son procesadas por mineros y consideradas " -"irreversibles, generalmente después de seis confirmaciones. En el caso de" -" InstantSend, los fondos pueden considerarse irreversibles después de " -"unos segundos, pero aún deben escribirse en la cadena de bloques (y por " -"lo tanto, \"confirmados\")." +"Transacciones que son procesadas por mineros y consideradas irreversibles, " +"generalmente después de seis confirmaciones. En el caso de InstantSend, los " +"fondos pueden considerarse irreversibles después de unos segundos, pero aún " +"deben escribirse en la cadena de bloques (y por lo tanto, \"confirmados\")." #: ../../docs/user/introduction/information.rst:394 msgid "CPU" @@ -1051,27 +1044,27 @@ msgstr "CPU" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" "Una `unidad central de procesamiento (CPU) " "`_ es el circuito " -"electrónico dentro de una computadora que lleva a cabo las instrucciones " -"de un programa de computadora mediante la realización de las operaciones " -"básicas de aritméticas, lógicas, de control y de entrada / salida (E / " -"S) especificadas por las instrucciones. El término se ha utilizado en la " -"industria informática al menos desde principios de 1960. " -"Tradicionalmente, el término \"CPU\" se refiere a un procesador, más " -"específicamente a su unidad de procesamiento y unidad de control (CU), " -"distinguiendo estos elementos centrales de una computadora de componentes" -" externos como la memoria principal y los circuitos de E / S." +"electrónico dentro de una computadora que lleva a cabo las instrucciones de " +"un programa de computadora mediante la realización de las operaciones " +"básicas de aritméticas, lógicas, de control y de entrada / salida (E / S) " +"especificadas por las instrucciones. El término se ha utilizado en la " +"industria informática al menos desde principios de 1960. Tradicionalmente, " +"el término \"CPU\" se refiere a un procesador, más específicamente a su " +"unidad de procesamiento y unidad de control (CU), distinguiendo estos " +"elementos centrales de una computadora de componentes externos como la " +"memoria principal y los circuitos de E / S." #: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" @@ -1081,13 +1074,12 @@ msgstr "Criptomoneda" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" -"Una `criptomoneda `_ (o " -"cripto moneda or cripto-moneda) es un medio de intercambio que usa la " -"criptografía para asegurar las transacciones y controlar la creación de " -"nuevas unidades." +"Una `criptomoneda `_ (o cripto" +" moneda or cripto-moneda) es un medio de intercambio que usa la criptografía" +" para asegurar las transacciones y controlar la creación de nuevas unidades." #: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" @@ -1097,47 +1089,45 @@ msgstr "Criptografía" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" "Criptografía o criptología (del griego κρυπτός *kryptós*, \"escondido, " -"secreto\"; y γράφειν *grafo*, \"escribir\", o λογία *-logia*, " -"\"estudiar\" respectivamente) es la práctica y estudio de técnicas para " -"la comunicación segura en presencia de terceros llamados adversarios. De " -"manera más general, la criptografía consiste en construir y analizar " -"protocolos que impiden que terceros o el público lean mensajes privados; " -"varios aspectos de la seguridad de la información, como la " -"confidencialidad de los datos, la integridad de los datos, la " -"autenticación y el no repudio, son fundamentales para la criptografía " -"moderna. La criptografía moderna existe en la intersección de las " -"disciplinas de las matemáticas, la computación y la ingeniería eléctrica." -" Las aplicaciones de criptografía incluyen tarjetas de cajero automático," -" contraseñas de computadora y comercio electrónico." +"secreto\"; y γράφειν *grafo*, \"escribir\", o λογία *-logia*, \"estudiar\" " +"respectivamente) es la práctica y estudio de técnicas para la comunicación " +"segura en presencia de terceros llamados adversarios. De manera más general," +" la criptografía consiste en construir y analizar protocolos que impiden que" +" terceros o el público lean mensajes privados; varios aspectos de la " +"seguridad de la información, como la confidencialidad de los datos, la " +"integridad de los datos, la autenticación y el no repudio, son fundamentales" +" para la criptografía moderna. La criptografía moderna existe en la " +"intersección de las disciplinas de las matemáticas, la computación y la " +"ingeniería eléctrica. Las aplicaciones de criptografía incluyen tarjetas de " +"cajero automático, contraseñas de computadora y comercio electrónico." #: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -1158,11 +1148,11 @@ msgstr "Cliente DAP" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" -"Un cliente HTTP que se conecta a DAPI y permite a los usuarios de la " -"cadena de bloque de Dash leer y escribir datos en su Espacio DAP." +"Un cliente HTTP que se conecta a DAPI y permite a los usuarios de la cadena " +"de bloque de Dash leer y escribir datos en su Espacio DAP." #: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" @@ -1170,8 +1160,8 @@ msgstr "Esquema DAP" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" "Un documento de Esquema Dash que amplía el esquema del sistema Dash para " "definir datos y reglas de consenso dentro de un contrato DAP." @@ -1182,12 +1172,12 @@ msgstr "Espacio DAP" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" "Es la parte de un Estado DAP que pertenece a un usuario especifico de la " -"cadena de bloques. Los datos en un Espacio DAP pueden ser cambiados solo " -"por el dueño." +"cadena de bloques. Los datos en un Espacio DAP pueden ser cambiados solo por" +" el dueño." #: ../../docs/user/introduction/information.rst:452 msgid "DAP State" @@ -1198,8 +1188,8 @@ msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -"El conjunto total de datos almacenados en una DAP. Estos datos consisten " -"en Espacios DAP de usuarios." +"El conjunto total de datos almacenados en una DAP. Estos datos consisten en " +"Espacios DAP de usuarios." #: ../../docs/user/introduction/information.rst:456 msgid "DAPI" @@ -1207,15 +1197,14 @@ msgstr "DAPI" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" "Interfaz de Programación de Aplicación Descentralizada. Vea arriba una " -"definición de API. La DAPI hará las mismas funciones que una API, pero " -"con quórumes de masternodes actuando como puntos finales para la " -"comunicación API." +"definición de API. La DAPI hará las mismas funciones que una API, pero con " +"quórumes de masternodes actuando como puntos finales para la comunicación " +"API." #: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" @@ -1223,20 +1212,19 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." -msgstr "" -"En concepto :ref:`Dark Gravity Wave (DGW) ` es similar" -" a *Kimoto Gravity Well*, ajustando los niveles de dificultad en cada " -"bloque (en vez de cada 2016 bloques como Bitcoin) usando datos " -"estadísticos del ultimo bloque encontrado. De esta manera los tiempos de " -"emisión de bloque pueden permanecer consistentes a pesar de las " -"fluctuaciones en el poder de hash. Sin embargo no sufre con la explosión " -"de la deformación del tiempo." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." +msgstr "" +"En concepto :ref:`Dark Gravity Wave (DGW) ` es similar a " +"*Kimoto Gravity Well*, ajustando los niveles de dificultad en cada bloque " +"(en vez de cada 2016 bloques como Bitcoin) usando datos estadísticos del " +"ultimo bloque encontrado. De esta manera los tiempos de emisión de bloque " +"pueden permanecer consistentes a pesar de las fluctuaciones en el poder de " +"hash. Sin embargo no sufre con la explosión de la deformación del tiempo." #: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" @@ -1256,14 +1244,13 @@ msgstr "Dash" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1272,14 +1259,14 @@ msgstr "DashDrive" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" -"Servicio backend de almacenamiento de datos de red Dash utilizado por los" -" masternodes para datos fuera-de-cadena relacionados con Evolution. " -"DashDrive implementa `IPFS `_, un tipo de sistema de " -"almacenamiento distribuido." +"Servicio backend de almacenamiento de datos de red Dash utilizado por los " +"masternodes para datos fuera-de-cadena relacionados con Evolution. DashDrive" +" implementa `IPFS `_, un tipo de sistema de almacenamiento " +"distribuido." #: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" @@ -1287,20 +1274,19 @@ msgstr "Cliente Dash" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." -msgstr "" -"Los clientes de Dash son programas de software utilizados para " -"interactuar con la red Dash. Almacenan las llaves privadas necesarias " -"para realizar transacciones de Dash, así como una copia completa de la " -"cadena de bloques. Un cliente Dash se conecta a la red Dash y se " -"convierte en un nodo en la red. Un nodo comparte y propaga nuevas " -"transacciones con el resto de la red, creando una sólida infraestructura " -"descentralizada." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." +msgstr "" +"Los clientes de Dash son programas de software utilizados para interactuar " +"con la red Dash. Almacenan las llaves privadas necesarias para realizar " +"transacciones de Dash, así como una copia completa de la cadena de bloques. " +"Un cliente Dash se conecta a la red Dash y se convierte en un nodo en la " +"red. Un nodo comparte y propaga nuevas transacciones con el resto de la red," +" creando una sólida infraestructura descentralizada." #: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" @@ -1308,11 +1294,11 @@ msgstr "Billetera Dash Core" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1322,13 +1308,13 @@ msgstr "Dash Evolution" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" "Esta es una red de 3 niveles que los desarrolladores de Dash están " -"construyendo actualmente. Hará que Dash sea tan fácil de usar como " -"PayPal, mientras sigue permaneciendo descentralizado. Vea la página " -":ref:`Evolution ` para más información." +"construyendo actualmente. Hará que Dash sea tan fácil de usar como PayPal, " +"mientras sigue permaneciendo descentralizado. Vea la página :ref:`Evolution " +"` para más información." #: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" @@ -1336,11 +1322,11 @@ msgstr "Esquema Dash" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" -"Una especificación de lenguaje basada en JSON para definir y validar " -"datos de consenso en Evolution." +"Una especificación de lenguaje basada en JSON para definir y validar datos " +"de consenso en Evolution." #: ../../docs/user/introduction/information.rst:514 msgid "DDoS" @@ -1348,20 +1334,19 @@ msgstr "DDoS" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." -msgstr "" -"Un ataque de denegación de servicio distribuido utiliza una gran cantidad" -" de computadoras bajo el control de un atacante para drenar los recursos " -"de un objetivo central. A menudo envían pequeñas cantidades de tráfico de" -" red a través de Internet para atar recursos informáticos y de ancho de " -"banda al objetivo, lo que impide que se proporcione servicios a usuarios " -"legítimos. Los exchanges de Dash algunas veces han sido golpeados con " -"ataques DDoS." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." +msgstr "" +"Un ataque de denegación de servicio distribuido utiliza una gran cantidad de" +" computadoras bajo el control de un atacante para drenar los recursos de un " +"objetivo central. A menudo envían pequeñas cantidades de tráfico de red a " +"través de Internet para atar recursos informáticos y de ancho de banda al " +"objetivo, lo que impide que se proporcione servicios a usuarios legítimos. " +"Los exchanges de Dash algunas veces han sido golpeados con ataques DDoS." #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" @@ -1370,38 +1355,37 @@ msgstr "Decentralizado" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" "`Computacion descentralizada " -"`_ es la " -"asignación de recursos, tanto de hardware como de software, a cada " -"estación de trabajo individual o ubicación de oficina. En contraste, la " -"computación centralizada existe cuando la mayoría de las funciones se " -"llevan a cabo o se obtienen desde una ubicación remota centralizada. La " -"computación descentralizada es una tendencia en los entornos de negocios " -"de hoy en día. Esto es lo opuesto a la computación centralizada, que " -"prevaleció durante los primeros días de las computadoras. Un sistema de " -"computación descentralizado tiene muchos beneficios sobre una red " -"centralizada convencional. Las computadoras de escritorio han avanzado " -"tan rápido que su rendimiento potencial excede por mucho los requisitos " -"de la mayoría de las aplicaciones negocios. Esto hace que la mayoría de " -"las computadoras de escritorio permanezcan casi inactivas la mayor parte " -"del tiempo. Un sistema descentralizado puede usar el potencial de estos " -"sistemas para maximizar la eficiencia. Sin embargo, es discutible si " -"estas redes aumentan la eficacia general." +"`_ es la asignación " +"de recursos, tanto de hardware como de software, a cada estación de trabajo " +"individual o ubicación de oficina. En contraste, la computación centralizada" +" existe cuando la mayoría de las funciones se llevan a cabo o se obtienen " +"desde una ubicación remota centralizada. La computación descentralizada es " +"una tendencia en los entornos de negocios de hoy en día. Esto es lo opuesto " +"a la computación centralizada, que prevaleció durante los primeros días de " +"las computadoras. Un sistema de computación descentralizado tiene muchos " +"beneficios sobre una red centralizada convencional. Las computadoras de " +"escritorio han avanzado tan rápido que su rendimiento potencial excede por " +"mucho los requisitos de la mayoría de las aplicaciones negocios. Esto hace " +"que la mayoría de las computadoras de escritorio permanezcan casi inactivas " +"la mayor parte del tiempo. Un sistema descentralizado puede usar el " +"potencial de estos sistemas para maximizar la eficiencia. Sin embargo, es " +"discutible si estas redes aumentan la eficacia general." #: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" @@ -1410,16 +1394,16 @@ msgstr "Biletera de escritorio" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" -"Una billetera es una pieza de software que almacena sus Dash. Hay " -"distintas opciones de billetera, pero es imprescindible elegir una " -"segura. Recomendamos cualquiera de las siguientes: :ref:`Billetera Dash " -"Core ` / :ref:`Billetera Dash Electrum ` / :ref:`Billeteras de Hardware `" +"Una billetera es una pieza de software que almacena sus Dash. Hay distintas " +"opciones de billetera, pero es imprescindible elegir una segura. " +"Recomendamos cualquiera de las siguientes: :ref:`Billetera Dash Core ` / :ref:`Billetera Dash Electrum ` / " +":ref:`Billeteras de Hardware `" #: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" @@ -1429,22 +1413,22 @@ msgstr "Dificultad" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" "Este número determina qué tan difícil es encontrar el hash de un nuevo " "bloque. Está relacionado con el número máximo permitido en una porción " "numérica dada del hash de un bloque de transacción. Cuanto menor sea el " "número, más difícil será producir un valor hash que se le ajuste. La " -"dificultad varía según la cantidad de potencia de computacional utilizada" -" por los mineros en la red de Dash. Si un gran número de mineros abandona" -" una red, la dificultad disminuiría. La creciente popularidad de Dash y " -"la disponibilidad de mineros ASIC especializados han causado que la " -"dificultad aumente con el tiempo." +"dificultad varía según la cantidad de potencia de computacional utilizada " +"por los mineros en la red de Dash. Si un gran número de mineros abandona una" +" red, la dificultad disminuiría. La creciente popularidad de Dash y la " +"disponibilidad de mineros ASIC especializados han causado que la dificultad " +"aumente con el tiempo." #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" @@ -1458,18 +1442,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" -"Una billetera digital es similar a una billetera física, excepto que se " -"usa para mantener **monedas digitales**. Una billetera de Dash mantiene " -"tus llaves privadas, le que te permite gastar tus Dash. También puedes " -"realizar copias de seguridad de tu billetera para garantizar que nunca " -"pierdas el acceso a tus Dash. Las billeteras digitales pueden existir en " -"muchas formas diferentes y en muchos dispositivos:" +"Una billetera digital es similar a una billetera física, excepto que se usa " +"para mantener **monedas digitales**. Una billetera de Dash mantiene tus " +"llaves privadas, le que te permite gastar tus Dash. También puedes realizar " +"copias de seguridad de tu billetera para garantizar que nunca pierdas el " +"acceso a tus Dash. Las billeteras digitales pueden existir en muchas formas " +"diferentes y en muchos dispositivos:" #: ../../docs/user/introduction/information.rst:569 msgid "" @@ -1480,103 +1464,99 @@ msgid "" "copies of your wallet files to ensure that you don't lose access to your " "funds." msgstr "" -"**Billetera de Escritorio** (:ref:`Billetera Dash Electrum `, :ref:`Billetera Dash Core `): " -"Programas de billeteras que instalas en una laptop o computadora de " -"escritorio. Solo tu eres responsable de proteger el archivo de la " -"billetera y las llaves privadas que contiene. Has copias de respaldos de " -"tus archivos de la billetera para asegurar que no pierdas el acceso a tus" -" fondos." +"**Billetera de Escritorio** (:ref:`Billetera Dash Electrum `, :ref:`Billetera Dash Core `): Programas de " +"billeteras que instalas en una laptop o computadora de escritorio. Solo tu " +"eres responsable de proteger el archivo de la billetera y las llaves " +"privadas que contiene. Has copias de respaldos de tus archivos de la " +"billetera para asegurar que no pierdas el acceso a tus fondos." #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." -msgstr "" -"**Billetera Movil** (:ref:`Android `, :ref:`iOS " -"`): estas billeteras puedes descargarse a trabes de " -"Google Play o Apple (iTunes) App Stores. Las billeteras móviles te " -"permiten usar Dash sobre la marcha, escaneando un código QR para enviar " -"pagos. Has copias de respaldo de los archivos de tu billetera móvil para " -"asegurarte que no pierdas acceso a tus fondos. Debido a problemas de " -"seguridad con teléfonos móviles, se recomienda no almacenar grandes " -"cantidades de fondos en estas billeteras." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." +msgstr "" +"**Billetera Movil** (:ref:`Android `, :ref:`iOS `): estas billeteras puedes descargarse a trabes de Google Play o" +" Apple (iTunes) App Stores. Las billeteras móviles te permiten usar Dash " +"sobre la marcha, escaneando un código QR para enviar pagos. Has copias de " +"respaldo de los archivos de tu billetera móvil para asegurarte que no " +"pierdas acceso a tus fondos. Debido a problemas de seguridad con teléfonos " +"móviles, se recomienda no almacenar grandes cantidades de fondos en estas " +"billeteras." #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." -msgstr "" -"**Billeteras En linea/En la Nube/Web** (:ref:`Exodus `, :ref:`MyDashWallet `): Terceros que almacenan tus" -" Dash en sus servidores por ti o proveen una interfaz para acceder a tus " -"Dash contigo dándoles las llaves, así puedes acceder a tus Dash desde " -"cualquier dispositivo conectado a internet. Si su sitio web es haqueado o" -" si sus servidores se dañan, corres el riesgo de perder tus Dash. " -"Cualquier billetera en linea debería ser asegurada con una contraseña " -"fuerte y 2FA. No puedes hacer copias del respaldo de tu billetera en " -"linea porque no tienes acceso a las llaves privadas. Instamos " -"encarecidamente a que NUNCA almacene grandes cantidades de Dash en " -"cualquier billetera en línea o intercambio de criptomonedas." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." +msgstr "" +"**Billeteras En linea/En la Nube/Web** (:ref:`Exodus `," +" :ref:`MyDashWallet `): Terceros que almacenan tus Dash en sus " +"servidores por ti o proveen una interfaz para acceder a tus Dash contigo " +"dándoles las llaves, así puedes acceder a tus Dash desde cualquier " +"dispositivo conectado a internet. Si su sitio web es haqueado o si sus " +"servidores se dañan, corres el riesgo de perder tus Dash. Cualquier " +"billetera en linea debería ser asegurada con una contraseña fuerte y 2FA. No" +" puedes hacer copias del respaldo de tu billetera en linea porque no tienes " +"acceso a las llaves privadas. Instamos encarecidamente a que NUNCA almacene " +"grandes cantidades de Dash en cualquier billetera en línea o intercambio de " +"criptomonedas." #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" "**Billeteras de Hardware** (:ref:`Trezor `, KeepKey, " -"Ledger, Nano): una billetera de hardware es un dispositivo especializado," -" a prueba de manipulación, que almacena tus llaves privadas. Este " -"dispositivo es capaz de firmar transacciones con tu llave privada sin " -"estar conectada a internet. Sin embargo, debes tener una conexión a " -"internet para enviar la transacción a la red de Dash. Esto permite el " -"acceso fácil a tus claves privadas mientras las mantienes protegidas de " -"forma segura." +"Ledger, Nano): una billetera de hardware es un dispositivo especializado, a " +"prueba de manipulación, que almacena tus llaves privadas. Este dispositivo " +"es capaz de firmar transacciones con tu llave privada sin estar conectada a " +"internet. Sin embargo, debes tener una conexión a internet para enviar la " +"transacción a la red de Dash. Esto permite el acceso fácil a tus claves " +"privadas mientras las mantienes protegidas de forma segura." #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" "**Almacenamiento Fuera de linea/Frió** (:ref:`Billetera de papel `): una billetera especializada que es creada fuera de linea" -" y nunca esta expuesta a internet. Realizado mediante el uso de software " -"para generar una llave pública y privada fuera de línea y luego registrar" -" las llaves generadas. Las llaves pueden ser impresas en papel o incluso " -"grabado en metal con láser. Se pueden hacer copias y almacenarlas en una " -"caja fuerte personal u una caja de seguridad bancaria. Esta es una forma " -"extremadamente segura para almacenar Dash. No hay riesgo de usar archivos" -" de software de billeteras, que pueden ser corrompido, o billeteras web, " -"que puedan ser haqueada. NOTA: dispositivos USB no son seguros para " -"almacenamiento a largo plazo (varios años) porque se degradan con el " -"tiempo." +"paper-wallet>`): una billetera especializada que es creada fuera de linea y " +"nunca esta expuesta a internet. Realizado mediante el uso de software para " +"generar una llave pública y privada fuera de línea y luego registrar las " +"llaves generadas. Las llaves pueden ser impresas en papel o incluso grabado " +"en metal con láser. Se pueden hacer copias y almacenarlas en una caja fuerte" +" personal u una caja de seguridad bancaria. Esta es una forma extremadamente" +" segura para almacenar Dash. No hay riesgo de usar archivos de software de " +"billeteras, que pueden ser corrompido, o billeteras web, que puedan ser " +"haqueada. NOTA: dispositivos USB no son seguros para almacenamiento a largo " +"plazo (varios años) porque se degradan con el tiempo." #: ../../docs/user/introduction/information.rst:618 msgid "DKG" @@ -1585,13 +1565,13 @@ msgstr "DKG" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1600,22 +1580,21 @@ msgstr "Firma digital" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." -msgstr "" -"Una firma digital es un mecanismo matemático que permite a alguien probar" -" su identidad o propiedad de un activo digital. Cuando tu billetera " -"digital firma una transacción con la llave privada apropiada, toda la red" -" puede ver que la firma coincide con la dirección de los Dash que se está" -" gastando, sin la necesidad de revelar la llave privada a la red. También" -" se pueden firmar digitalmente mensajes usando la llave privada, para " -"probar, por ejemplo, que usted es el propietario de una determinada " -"dirección de Dash." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." +msgstr "" +"Una firma digital es un mecanismo matemático que permite a alguien probar su" +" identidad o propiedad de un activo digital. Cuando tu billetera digital " +"firma una transacción con la llave privada apropiada, toda la red puede ver " +"que la firma coincide con la dirección de los Dash que se está gastando, sin" +" la necesidad de revelar la llave privada a la red. También se pueden firmar" +" digitalmente mensajes usando la llave privada, para probar, por ejemplo, " +"que usted es el propietario de una determinada dirección de Dash." #: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" @@ -1623,10 +1602,10 @@ msgstr "Billetera Electrum" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1635,30 +1614,29 @@ msgstr "Encriptación" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" -msgstr "" -"En criptografía, `encriptación " -"`_ es el proceso de " -"codificación de mensajes o información de tal manera que solo las partes " -"autorizadas pueden leerlo. Los mensajes encriptados que son interceptados" -" por un tercero, sin la llave privada son garabatos indescifrables. En un" -" esquema de cifrado, el mensaje en *texto plano* se encripta mediante un " -"algoritmo de encriptación, generando *ciphertext* que solo puede leerse " -"si es descifrado por el destinatario. Por razones técnicas, un esquema de" -" encriptación usualmente utiliza una llave de cifrado pseudoaleatoria " -"generada por un algoritmo. Los aumentos en el poder de cómputo han " -"\"roto\" muchos algoritmos de encriptación pasados, pero un sistema " -"moderno bien diseñado como el AES-256 se considera esencialmente " +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" +msgstr "" +"En criptografía, `encriptación `_ " +"es el proceso de codificación de mensajes o información de tal manera que " +"solo las partes autorizadas pueden leerlo. Los mensajes encriptados que son " +"interceptados por un tercero, sin la llave privada son garabatos " +"indescifrables. En un esquema de cifrado, el mensaje en *texto plano* se " +"encripta mediante un algoritmo de encriptación, generando *ciphertext* que " +"solo puede leerse si es descifrado por el destinatario. Por razones " +"técnicas, un esquema de encriptación usualmente utiliza una llave de cifrado" +" pseudoaleatoria generada por un algoritmo. Los aumentos en el poder de " +"cómputo han \"roto\" muchos algoritmos de encriptación pasados, pero un " +"sistema moderno bien diseñado como el AES-256 se considera esencialmente " "\"incorruptible\"." #: ../../docs/user/introduction/information.rst:658 @@ -1673,13 +1651,13 @@ msgstr "Un `fideicomiso `_ es:" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" -"un acuerdo contractual en el cual un tercero recibe y desembolsa dinero o" -" documentos para las partes principales de la transacción, y el " -"desembolso depende de las condiciones acordadas por las partes que " -"realizan la transacción; o" +"un acuerdo contractual en el cual un tercero recibe y desembolsa dinero o " +"documentos para las partes principales de la transacción, y el desembolso " +"depende de las condiciones acordadas por las partes que realizan la " +"transacción; o" #: ../../docs/user/introduction/information.rst:667 msgid "" @@ -1687,8 +1665,8 @@ msgid "" "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -"una cuenta establecida por un intermediario para mantener fondos a nombre" -" del corredor u otra persona hasta la consumación o terminación de una " +"una cuenta establecida por un intermediario para mantener fondos a nombre " +"del corredor u otra persona hasta la consumación o terminación de una " "transacción; o" #: ../../docs/user/introduction/information.rst:671 @@ -1703,21 +1681,20 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" "Un servicio de garantía confiable se utiliza a menudo al comprar " "criptomonedas u otros bienes/servicios a través de internet. Tanto el " -"comprador como el vendedor elegirán a un tercero de confianza, el " -"vendedor enviará el artículo (o la moneda) al agente de garantía, y el " -"comprador enviará también los fondos de la compra al agente de garantía. " -"Una vez que el agente de custodia está convencido de que ambas partes han" -" cumplido con los términos del acuerdo, él/ella enviará los fondos y el " -"producto (o moneda) que se le compró a la parte correspondiente." +"comprador como el vendedor elegirán a un tercero de confianza, el vendedor " +"enviará el artículo (o la moneda) al agente de garantía, y el comprador " +"enviará también los fondos de la compra al agente de garantía. Una vez que " +"el agente de custodia está convencido de que ambas partes han cumplido con " +"los términos del acuerdo, él/ella enviará los fondos y el producto (o " +"moneda) que se le compró a la parte correspondiente." #: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" @@ -1725,13 +1702,13 @@ msgstr "Evan Duffield" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" -"Fundador y primer Desarrollador Líder de Dash. Inventor de X11, " -"InstantSend y PrivateSend. Antes de crear Dash, Evan era asesor " -"financiero y posee una licencia de la Serie 65." +"Fundador y primer Desarrollador Líder de Dash. Inventor de X11, InstantSend " +"y PrivateSend. Antes de crear Dash, Evan era asesor financiero y posee una " +"licencia de la Serie 65." #: ../../docs/user/introduction/information.rst:687 msgid "Exchange" @@ -1740,26 +1717,25 @@ msgstr "Casa de cambio " #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." -msgstr "" -"El precio actual de un Dash en comparación con el precio de otras " -"monedas, como el Dólar estadounidense, el Yen, el Euro o el Bitcoin. " -"Debido a que la mayoría del volumen de negociación se realiza en los " -"mercados BTC / DASH, el precio se cotiza a menudo en fracciones de " -"bitcoin. Por ejemplo, el precio de un Dash a finales de marzo de 2017 fue" -" de 0.08 (bitcoins por Dash). Un sitio excelente para seguir la tasa de " -"intercambio de Dash es `CoinMarketCap `_. Las" -" empresas que desean reducir el riesgo de mantener una moneda digital " -"volátil pueden evitar ese riesgo por completo teniendo un procesador de " -"pagos que realice un intercambio instantáneo al momento de cada " -"transacción." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." +msgstr "" +"El precio actual de un Dash en comparación con el precio de otras monedas, " +"como el Dólar estadounidense, el Yen, el Euro o el Bitcoin. Debido a que la " +"mayoría del volumen de negociación se realiza en los mercados BTC / DASH, el" +" precio se cotiza a menudo en fracciones de bitcoin. Por ejemplo, el precio " +"de un Dash a finales de marzo de 2017 fue de 0.08 (bitcoins por Dash). Un " +"sitio excelente para seguir la tasa de intercambio de Dash es `CoinMarketCap" +" `_. Las empresas que desean reducir el riesgo " +"de mantener una moneda digital volátil pueden evitar ese riesgo por completo" +" teniendo un procesador de pagos que realice un intercambio instantáneo al " +"momento de cada transacción." #: ../../docs/user/introduction/information.rst:699 msgid "Faucet" @@ -1767,16 +1743,16 @@ msgstr "Grifo" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" "Los grifos son un sistema de recompensas, en forma de un sitio web o " -"aplicación, que reparte recompensas en forma de microdash o Duff, que es " -"una centésima de una millonésima de Dash, para los visitantes que la " -"reclamen a cambio de completar un captcha o una tarea como se describe " -"por el sitio web." +"aplicación, que reparte recompensas en forma de microdash o Duff, que es una" +" centésima de una millonésima de Dash, para los visitantes que la reclamen a" +" cambio de completar un captcha o una tarea como se describe por el sitio " +"web." #: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" @@ -1784,26 +1760,28 @@ msgstr "Entrada de dinero fiduciario." #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" "`Dinero fiduciario `_ ha sido " "definido diversamente como:" #: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." -msgstr "Cualquier dinero declarado por un gobierno para ser moneda de curso legal." +msgstr "" +"Cualquier dinero declarado por un gobierno para ser moneda de curso legal." #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" -"Dinero emitido por el estado que no es convertible por ley a ninguna otra" -" cosa, ni se fija en valor en términos de cualquier estándar objetivo." +"Dinero emitido por el estado que no es convertible por ley a ninguna otra " +"cosa, ni se fija en valor en términos de cualquier estándar objetivo." #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" "Dinero intrínsicamente sin valor, usado como dinero por decreto de un " "gobierno." @@ -1811,8 +1789,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." msgstr "" -"Los ejemplos incluyen el Dólar de estadounidense, el Euro el Yen, " -"etcétera." +"Los ejemplos incluyen el Dólar de estadounidense, el Euro el Yen, etcétera." #: ../../docs/user/introduction/information.rst:715 msgid "Fintech" @@ -1822,22 +1799,22 @@ msgstr "Fintech" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" "`Tecnología financiera " "`_, también conocido " -"como FinTech, es una industria económica compuesta por compañías que usan" -" tecnología para hacer que los servicios financieros sean más eficientes." -" Las compañías de tecnología financiera generalmente son nuevas empresas " -"que intentan hacer que los procesos financieros sean más eficientes o " -"eliminar a los intermediarios. Recientemente, muchas empresas de fintech " -"han comenzado a utilizar la tecnología de cadena de bloques, que es la " -"misma tecnología que respalda a Dash y Bitcoin." +"como FinTech, es una industria económica compuesta por compañías que usan " +"tecnología para hacer que los servicios financieros sean más eficientes. Las" +" compañías de tecnología financiera generalmente son nuevas empresas que " +"intentan hacer que los procesos financieros sean más eficientes o eliminar a" +" los intermediarios. Recientemente, muchas empresas de fintech han comenzado" +" a utilizar la tecnología de cadena de bloques, que es la misma tecnología " +"que respalda a Dash y Bitcoin." #: ../../docs/user/introduction/information.rst:725 msgid "Fork" @@ -1845,29 +1822,29 @@ msgstr "Bifurcación" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" "Cuando la cadena de bloques diverge o se divide, con algunos clientes " "reconociendo una versión de la cadena de bloques como válida y otros " "clientes creyendo que una versión diferente de la cadena de bloques es " -"válida. La mayoría de las bifurcaciones se resuelven solas sin causar " -"ningún problema, ya que la cadena de bloques más larga siempre se " -"considera válida. Con el tiempo, una versión de la cadena de bloques " -"usualmente \"ganará\" y será universalmente reconocida como válida. Las " -"bifurcaciones pueden, sin embargo, ser extremadamente peligrosas y deben " -"evitarse si es posible." +"válida. La mayoría de las bifurcaciones se resuelven solas sin causar ningún" +" problema, ya que la cadena de bloques más larga siempre se considera " +"válida. Con el tiempo, una versión de la cadena de bloques usualmente " +"\"ganará\" y será universalmente reconocida como válida. Las bifurcaciones " +"pueden, sin embargo, ser extremadamente peligrosas y deben evitarse si es " +"posible." #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" "La bifurcación es más probable que ocurra durante las actualizaciones de " "software en la red. Dash usa un sistema de bifurcación multi-fase " @@ -1879,18 +1856,18 @@ msgstr "Nodos completos" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" -"Cualquier cliente Dash que este sirviendo una version completa de la " -"cadena de bloques a los pares. Este puede ser un usuario ejecutando una " -"billetera Dash Core en su computador de escritorio o puede ser " -":ref:`masternode `. Los nodos completos promueven la " -"decentralización permitiendo a cualquier usuario revisar dos veces la " -"validez de la cadena de bloques." +"Cualquier cliente Dash que este sirviendo una version completa de la cadena " +"de bloques a los pares. Este puede ser un usuario ejecutando una billetera " +"Dash Core en su computador de escritorio o puede ser :ref:`masternode " +"`. Los nodos completos promueven la decentralización " +"permitiendo a cualquier usuario revisar dos veces la validez de la cadena de" +" bloques." #: ../../docs/user/introduction/information.rst:746 msgid "Fungible" @@ -1898,7 +1875,8 @@ msgstr "Fungible" #: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." -msgstr "Cada unidad de la moneda tiene el mismo valor que cualquier otra unidad" +msgstr "" +"Cada unidad de la moneda tiene el mismo valor que cualquier otra unidad" #: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" @@ -1918,33 +1896,32 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" "Una `unidad de procesamiento gráfico (GPU) " -"`_, también " -"llamado ocasionalmente unidad de procesamiento visual (VPU), es un " -"circuito electrónico especialmente diseñado para manipular y alternar " -"rápidamente la memoria para acelerar la creación de imágenes en un marco " -"de buffer destinado a la salida a una pantalla. Las GPU se utilizan en " -"sistemas integrados, teléfonos móviles, computadoras personales, " -"estaciones de trabajo y consolas de juegos. Las GPU modernas son muy " -"eficientes en la manipulación de gráficos por computadora y procesamiento" -" de imágenes, y su estructura altamente paralela las hace más eficientes " -"que las CPU de uso general para algoritmos donde el procesamiento de " -"grandes bloques de datos se realiza en paralelo. En una computadora " -"personal, una GPU puede estar presente en una tarjeta de vídeo, o puede " -"estar integrada en la tarjeta madre — en ciertas CPU — en la CPU. Algunas" -" criptomonedas utilizan algoritmos de minería que se ejecutan de manera " -"más eficiente en las GPU." +"`_, también llamado " +"ocasionalmente unidad de procesamiento visual (VPU), es un circuito " +"electrónico especialmente diseñado para manipular y alternar rápidamente la " +"memoria para acelerar la creación de imágenes en un marco de buffer " +"destinado a la salida a una pantalla. Las GPU se utilizan en sistemas " +"integrados, teléfonos móviles, computadoras personales, estaciones de " +"trabajo y consolas de juegos. Las GPU modernas son muy eficientes en la " +"manipulación de gráficos por computadora y procesamiento de imágenes, y su " +"estructura altamente paralela las hace más eficientes que las CPU de uso " +"general para algoritmos donde el procesamiento de grandes bloques de datos " +"se realiza en paralelo. En una computadora personal, una GPU puede estar " +"presente en una tarjeta de vídeo, o puede estar integrada en la tarjeta " +"madre — en ciertas CPU — en la CPU. Algunas criptomonedas utilizan " +"algoritmos de minería que se ejecutan de manera más eficiente en las GPU." #: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" @@ -1953,15 +1930,15 @@ msgstr "Billetera de Hardware" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" -":ref:`Hardware wallets ` se encuentran entre los tipos " -"de billeteras mas seguras para el almacenamiento de tus Dash. Tu llave " -"privada esta protegida dentro de una pieza de hardware, y nunca esta " -"expuesta a internet. Aun seras capaz de firmar transacciones como " -"siempre, haciéndolo tanto seguro como conveniente." +":ref:`Hardware wallets ` se encuentran entre los tipos de " +"billeteras mas seguras para el almacenamiento de tus Dash. Tu llave privada " +"esta protegida dentro de una pieza de hardware, y nunca esta expuesta a " +"internet. Aun seras capaz de firmar transacciones como siempre, haciéndolo " +"tanto seguro como conveniente." #: ../../docs/user/introduction/information.rst:775 msgid "Hash" @@ -1969,18 +1946,18 @@ msgstr "Hash" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" -"Un proceso matemático que toma una cantidad variable de datos y produce " -"un resultado más corto y de longitud fija. Una función hash tiene dos " -"características importantes. Primero, es matemáticamente difícil " -"determinar cuál fue la entrada original al mirar la salida. Segundo, " -"cambiar incluso la parte más pequeña de la entrada producirá una salida " -"completamente diferente." +"Un proceso matemático que toma una cantidad variable de datos y produce un " +"resultado más corto y de longitud fija. Una función hash tiene dos " +"características importantes. Primero, es matemáticamente difícil determinar " +"cuál fue la entrada original al mirar la salida. Segundo, cambiar incluso la" +" parte más pequeña de la entrada producirá una salida completamente " +"diferente." #: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" @@ -1988,11 +1965,11 @@ msgstr "Velocidad de Hash" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" -"El número de hashes que pueden ejecutados un minero de Dash en un período" -" de tiempo (usualmente un segundo)." +"El número de hashes que pueden ejecutados un minero de Dash en un período de" +" tiempo (usualmente un segundo)." #: ../../docs/user/introduction/information.rst:787 msgid "Insight" @@ -2000,8 +1977,8 @@ msgstr "Insight" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" "Servidor de información de cadena de bloques usado para impulsar " "exploradores de bloque y respuestas a consultas de transacciones." @@ -2020,16 +1997,16 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" ":ref:`InstantSend ` la tecnología usa la red de masternodes " -"para \"bloquear\" las entradas de las transacciones, previniendo el doble" -" gasto de Dash. A diferencia de Bitcoin, donde las transacciones tardan " -"una hora o más en confirmarse por completo, las transacciones que usan " +"para \"bloquear\" las entradas de las transacciones, previniendo el doble " +"gasto de Dash. A diferencia de Bitcoin, donde las transacciones tardan una " +"hora o más en confirmarse por completo, las transacciones que usan " "InstantSend son \"bloqueadas\" y son irreversibles después de unos pocos " "segundos." @@ -2039,17 +2016,16 @@ msgstr "Liquidez" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" -"La capacidad de comprar y vender un activo fácilmente, con un precio que " -"se mantiene más o menos similar entre las transacciones. Una gran " -"comunidad de compradores y vendedores es importante para la liquidez. El " -"resultado de un mercado ilíquido es la volatilidad del precio y la " -"incapacidad para determinar fácilmente el valor de un activo." +"La capacidad de comprar y vender un activo fácilmente, con un precio que se " +"mantiene más o menos similar entre las transacciones. Una gran comunidad de " +"compradores y vendedores es importante para la liquidez. El resultado de un " +"mercado ilíquido es la volatilidad del precio y la incapacidad para " +"determinar fácilmente el valor de un activo." #: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" @@ -2058,13 +2034,13 @@ msgstr "LLMQ" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -2073,14 +2049,14 @@ msgstr "Masternode" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" "Un :ref:`masternode ` es un tipo especial de nodo " -"completo que ejecuta servicios para la red y le es pagada una porción de " -"la recompensa de bloque. los Masternodes requieren prueba de propiedad de" -" 1000 DASH." +"completo que ejecuta servicios para la red y le es pagada una porción de la " +"recompensa de bloque. los Masternodes requieren prueba de propiedad de 1000 " +"DASH." #: ../../docs/user/introduction/information.rst:825 msgid "" @@ -2094,10 +2070,10 @@ msgstr "Minería" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -2114,23 +2090,22 @@ msgstr "MultiSig" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" "Las direcciones multi-firma proveen seguridad adicional solicitando que " -"varias personas firmen una transacción con sus llaves privadas antes que " -"la transacción pueda ser enviada. Por ejemplo, en :ref:`2 de 3 multifirma" -" `, dos de tres posibles firmantes tendrán que firmar " -"una transacción para que sea procesada. Las direcciones multi-firma son " -"comúnmente utilizadas por casas de cambio y otras organizaciones que " -"están en posesión de grandes sumas de criptomonedas, haciendo que los " -"robos sean mucho mas difíciles." +"varias personas firmen una transacción con sus llaves privadas antes que la " +"transacción pueda ser enviada. Por ejemplo, en :ref:`2 de 3 multifirma " +"`, dos de tres posibles firmantes tendrán que firmar una " +"transacción para que sea procesada. Las direcciones multi-firma son " +"comúnmente utilizadas por casas de cambio y otras organizaciones que están " +"en posesión de grandes sumas de criptomonedas, haciendo que los robos sean " +"mucho mas difíciles." #: ../../docs/user/introduction/information.rst:846 msgid "Node" @@ -2138,14 +2113,14 @@ msgstr "Nodo" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" "Un nodo es cualquier dispositivo que ejecuta el software de billetera de " -"Dash. Los nodos completos son clientes de software que han descargado " -"toda la cadena de bloques y la sirven a otros clientes en la red punto a " -"punto de Dash." +"Dash. Los nodos completos son clientes de software que han descargado toda " +"la cadena de bloques y la sirven a otros clientes en la red punto a punto de" +" Dash." #: ../../docs/user/introduction/information.rst:851 msgid "OTC" @@ -2153,18 +2128,18 @@ msgstr "OTC" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" -"Transacciones sobre el mostrador (OTC) son operaciones que se producen " -"fuera de las casas de cambio. En una operación OTC, un comprador y un " -"vendedor comercian entre sí directamente o a través de un intermediario. " -"El comercio OTC es útil cuando una persona quiere comprar o vender una " -"gran cantidad de criptomonedas y teme que una gran orden de compra o " -"venta mueva el precio (llamado \"deslizamiento\")." +"Transacciones sobre el mostrador (OTC) son operaciones que se producen fuera" +" de las casas de cambio. En una operación OTC, un comprador y un vendedor " +"comercian entre sí directamente o a través de un intermediario. El comercio " +"OTC es útil cuando una persona quiere comprar o vender una gran cantidad de " +"criptomonedas y teme que una gran orden de compra o venta mueva el precio " +"(llamado \"deslizamiento\")." #: ../../docs/user/introduction/information.rst:858 msgid "P2P" @@ -2172,16 +2147,15 @@ msgstr "P2P" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" -"Punto a punto. Interacciones descentralizadas que ocurren entre al menos " -"dos partes en una red altamente interconectada. Un sistema alternativo a " -"un arreglo de 'concentrar y hablar', en el que todos los participantes en" -" una transacción se tratan entre sí a través de un único punto de " -"mediación." +"Punto a punto. Interacciones descentralizadas que ocurren entre al menos dos" +" partes en una red altamente interconectada. Un sistema alternativo a un " +"arreglo de 'concentrar y hablar', en el que todos los participantes en una " +"transacción se tratan entre sí a través de un único punto de mediación." #: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" @@ -2193,10 +2167,10 @@ msgid "" "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -":ref:`Las billeteras de papel ` son billeteras fuera " -"de linea, impresas en papel para seguridad. Si estan apropiadamente " -"aseguradas y almacenadas, son consideradas la forma mas segura de " -"almacenar criptomonedas." +":ref:`Las billeteras de papel ` son billeteras fuera de " +"linea, impresas en papel para seguridad. Si estan apropiadamente aseguradas " +"y almacenadas, son consideradas la forma mas segura de almacenar " +"criptomonedas." #: ../../docs/user/introduction/information.rst:869 msgid "Privacy" @@ -2205,15 +2179,14 @@ msgstr "Privacidad" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -2222,22 +2195,21 @@ msgstr "Llave privada" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" "Una `llave privada `_ es un largo código alfanumérico que permite gastar " -"Dash. Cada billetera Dash contiene una o más llaves privadas que se " -"guardan en el archivo de la billetera. Las llaves privadas se relacionan " -"matemáticamente con todas las direcciones de Dash generadas por la " -"billetera. Debido a que la clave privada es el \"boleto\" que le permite " -"a alguien gastar Dash, es importante que estos se mantengan seguros y " -"secretos." +"key_cryptography>`_ es un largo código alfanumérico que permite gastar Dash." +" Cada billetera Dash contiene una o más llaves privadas que se guardan en el" +" archivo de la billetera. Las llaves privadas se relacionan matemáticamente " +"con todas las direcciones de Dash generadas por la billetera. Debido a que " +"la clave privada es el \"boleto\" que le permite a alguien gastar Dash, es " +"importante que estos se mantengan seguros y secretos." #: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" @@ -2246,8 +2218,8 @@ msgstr "PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -2256,17 +2228,16 @@ msgstr "Prueba de Servicio - PoSe" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" "Mecanismo de consenso usado en Dash para verificar que un masternode ha " -"proporcionado un servicio ininterrumpido que cumpla con un nivel de " -"calidad mínimo para la red. Mantener estos servicios permite a un " -"masternode ingresar y subir a través de la lista global y eventualmente " -"dentro del grupo de selección para recibir pago." +"proporcionado un servicio ininterrumpido que cumpla con un nivel de calidad " +"mínimo para la red. Mantener estos servicios permite a un masternode " +"ingresar y subir a través de la lista global y eventualmente dentro del " +"grupo de selección para recibir pago." #: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" @@ -2274,29 +2245,28 @@ msgstr "Prueba de tenencia - PoS" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." -msgstr "" -"Mecanismo de consenso que depende de la propiedad de una criptomoneda " -"para mantener la cadena de bloques. En los sistemas de Prueba de " -"Tenencia, cada propietario de la moneda puede usar su billetera para " -"\"sostener\", y hay una pequeña posibilidad de que sean elegidos para " -"crear el siguiente bloque y agregarlo a la cadena. De esta forma, se " -"mantiene el consenso en todos los nodos. La prueba de tenencia ahorra " -"electricidad y no requiere hardware de computadora especializado. Sin " -"embargo, sufre varias dificultades, incluido el problema de \"nada que " -"sostener\". Dado que no se consume electricidad, en el caso de un ataque," -" en realidad es beneficioso para los nodos de Prueba de Tenencia para " -"\"votar\" para aceptar tanto la cadena legítima como la cadena del " -"atacante." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." +msgstr "" +"Mecanismo de consenso que depende de la propiedad de una criptomoneda para " +"mantener la cadena de bloques. En los sistemas de Prueba de Tenencia, cada " +"propietario de la moneda puede usar su billetera para \"sostener\", y hay " +"una pequeña posibilidad de que sean elegidos para crear el siguiente bloque " +"y agregarlo a la cadena. De esta forma, se mantiene el consenso en todos los" +" nodos. La prueba de tenencia ahorra electricidad y no requiere hardware de " +"computadora especializado. Sin embargo, sufre varias dificultades, incluido " +"el problema de \"nada que sostener\". Dado que no se consume electricidad, " +"en el caso de un ataque, en realidad es beneficioso para los nodos de Prueba" +" de Tenencia para \"votar\" para aceptar tanto la cadena legítima como la " +"cadena del atacante." #: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" @@ -2304,19 +2274,18 @@ msgstr "Prueba de trabajo - PoW" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" "Mecanismo de consenso que mantiene todos los nodos honestos al requerir " "poder computacional para ser gaste en orden de crear nuevos bloques. Los " "mineros deben usar equipos costosos y quemar electricidad para agregar " -"bloques a la cadena de bloques. Sin un mecanismo de consenso de algún " -"tipo, cualquier nodo podría agregar bloques a la cadena y los nodos de la" -" red nunca acordarían qué cadena era válida." +"bloques a la cadena de bloques. Sin un mecanismo de consenso de algún tipo, " +"cualquier nodo podría agregar bloques a la cadena y los nodos de la red " +"nunca acordarían qué cadena era válida." #: ../../docs/user/introduction/information.rst:924 msgid "Public Key" @@ -2324,16 +2293,15 @@ msgstr "Llave pública" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" -"La `llave pública `_ se deriva de la llave privada pero no es secreta y " -"puede revelarse a cualquiera. Cuando una llave privada es usada para " -"firmar mensajes, la llave pública es usada para verificar que la firma es" -" válida." +"La `llave pública `_" +" se deriva de la llave privada pero no es secreta y puede revelarse a " +"cualquiera. Cuando una llave privada es usada para firmar mensajes, la llave" +" pública es usada para verificar que la firma es válida." #: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" @@ -2341,21 +2309,20 @@ msgstr "Subidas y bajadas" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." -msgstr "" -"Inflar el valor de un activo financiero que ha sido producido o adquirido" -" a bajo precio, a menudo usando publicidad agresiva y declaraciones " -"engañosas. La publicidad hace que otros adquieran el activo, forzando a " -"subir su valor. Cuando el valor es lo suficientemente alto, el " -"perpetrador vende sus activos, cobrando e inundando el mercado, lo que " -"hace que el valor se desplome. Esto es particularmente común en mercados " -"con baja liquidez, como algunas altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." +msgstr "" +"Inflar el valor de un activo financiero que ha sido producido o adquirido a " +"bajo precio, a menudo usando publicidad agresiva y declaraciones engañosas. " +"La publicidad hace que otros adquieran el activo, forzando a subir su valor." +" Cuando el valor es lo suficientemente alto, el perpetrador vende sus " +"activos, cobrando e inundando el mercado, lo que hace que el valor se " +"desplome. Esto es particularmente común en mercados con baja liquidez, como " +"algunas altcoins." #: ../../docs/user/introduction/information.rst:940 msgid "Quorum" @@ -2363,8 +2330,8 @@ msgstr "Quorum" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" "Grupo de masternodes firmando o votando en alguna acción, con la " "conformación de un grupo determinado por por algún algoritmo de " @@ -2378,13 +2345,13 @@ msgstr "Código QR" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" "Un bloque gráfico bidimensional que contiene un patrón monocromático que " -"representa una secuencia de datos. Los códigos QR están diseñados para " -"ser escaneados por cámaras, incluyendo las que se encuentran en teléfonos" -" móviles, y se utilizan con frecuencia para codificar las direcciones de " +"representa una secuencia de datos. Los códigos QR están diseñados para ser " +"escaneados por cámaras, incluyendo las que se encuentran en teléfonos " +"móviles, y se utilizan con frecuencia para codificar las direcciones de " "Dash." #: ../../docs/user/introduction/information.rst:950 @@ -2393,13 +2360,13 @@ msgstr "Satoshi Nakamoto" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" -"`Satoshi Nakamoto `_ es " -"el nombre utilizado por la persona o personas que diseñaron Bitcoin y " -"crearon su implementación de referencia original." +"`Satoshi Nakamoto `_ es el " +"nombre utilizado por la persona o personas que diseñaron Bitcoin y crearon " +"su implementación de referencia original." #: ../../docs/user/introduction/information.rst:955 msgid "SDK" @@ -2421,12 +2388,11 @@ msgstr "Signaling (Señales)" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -2436,8 +2402,8 @@ msgstr "Vista del Estado" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" "El estado actual de todos los objetos una vez todos los cambios de " "transición de estado hayan sido aplicados. Utilizado en Evolution para " @@ -2451,33 +2417,32 @@ msgstr "Spork" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" "El equipo de desarrollo de Dash creo un mecanismo conocido como " -"\":ref:`spork `\" por la que el código actualizado se libera a " -"la red, pero no se activa inmediatamente (o se \"impone\"). La " -"comunicación se envía a los usuarios informándoles del cambio y la " -"necesidad de que ellos actualicen a sus clientes. Aquellos que actualizan" -" sus clientes ejecutan el nuevo código, pero en el caso de que ocurran " -"errores con ese nuevo código, la red no rechaza los bloques del cliente y" -" las bifurcaciones involuntarias se evitan. Los datos acerca del error " -"pueden recopilarse y enviarse al equipo de desarrollo. Una vez que el " -"equipo de desarrollo está satisfecho con la estabilidad del nuevo código " -"en el entorno de la red principal – y una vez que se alcanza el consenso " -"de red – se puede activar de forma remota la aplicación del código " -"actualizado. En caso de que surjan problemas, el código se puede " -"desactivar de la misma manera, sin la necesidad de una reversión en toda " -"la red o actualización del cliente." +"\":ref:`spork `\" por la que el código actualizado se libera a la " +"red, pero no se activa inmediatamente (o se \"impone\"). La comunicación se " +"envía a los usuarios informándoles del cambio y la necesidad de que ellos " +"actualicen a sus clientes. Aquellos que actualizan sus clientes ejecutan el " +"nuevo código, pero en el caso de que ocurran errores con ese nuevo código, " +"la red no rechaza los bloques del cliente y las bifurcaciones involuntarias " +"se evitan. Los datos acerca del error pueden recopilarse y enviarse al " +"equipo de desarrollo. Una vez que el equipo de desarrollo está satisfecho " +"con la estabilidad del nuevo código en el entorno de la red principal – y " +"una vez que se alcanza el consenso de red – se puede activar de forma " +"remota la aplicación del código actualizado. En caso de que surjan " +"problemas, el código se puede desactivar de la misma manera, sin la " +"necesidad de una reversión en toda la red o actualización del cliente." #: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" @@ -2485,8 +2450,8 @@ msgstr "Monedas corruptas" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" "La corrupción es una medida de correlación entre dos (billeteras) " "direcciones. Solo es importante si el usuario intenta permanecer en el " @@ -2507,15 +2472,15 @@ msgstr "Red de prueba" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" -"La :ref:`Red de Prueba` es una red solo para probar (paralelo a " -"la red principal), billeteras de prueba, monedas de prueba, masternodes " -"de prueba, mineros de prueba, y los usuarios de prueba todos simulan su " -"contraparte en la red principal en un ambiente seguro donde los errores y" -" bifurcaciones no son dañinos." +"La :ref:`Red de Prueba` es una red solo para probar (paralelo a la " +"red principal), billeteras de prueba, monedas de prueba, masternodes de " +"prueba, mineros de prueba, y los usuarios de prueba todos simulan su " +"contraparte en la red principal en un ambiente seguro donde los errores y " +"bifurcaciones no son dañinos." #: ../../docs/user/introduction/information.rst:1001 msgid "Tor" @@ -2523,8 +2488,8 @@ msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" "Un protocolo de enrutamiento anónimo utilizado por personas que desean " "ocultar su identidad en línea." @@ -2535,21 +2500,20 @@ msgstr "Transacción" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" "Algunos movimientos de datos en el registro distribuido de la cadena de " "bloques. Las transacciones pueden dividirse en transacciones clásicas y " "especiales. Similar a Bitcoin, las transacciones clásicas mueven los " "balances entre direcciones en la cadena de bloques. Las transacciones " -"especiales contienen una carga adicional en el formato definido por `DIP2" -" `_, y puede ser" -" usado para manejar usuarios de la cadena de bloques, por ejemplo." +"especiales contienen una carga adicional en el formato definido por `DIP2 " +"`_, y puede ser " +"usado para manejar usuarios de la cadena de bloques, por ejemplo." #: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" @@ -2557,11 +2521,11 @@ msgstr "Bloque de transacción" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" -"Un conjunto de transacciones en la red de Dash, reunidos en un bloque que" -" luego puede ser hasheado y agregado a la cadena de bloques." +"Un conjunto de transacciones en la red de Dash, reunidos en un bloque que " +"luego puede ser hasheado y agregado a la cadena de bloques." #: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" @@ -2569,14 +2533,13 @@ msgstr "Comisión de transacción" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" -"Un :ref:`pequeña comisión ` impuesto en algunas transacción, " -"enviadas a través de la red de Dash. La comisión por transacción se " -"concede al minero que que marque el bloque que contiene la transacción " -"relevante." +"Un :ref:`pequeña comisión ` impuesto en algunas transacción, enviadas " +"a través de la red de Dash. La comisión por transacción se concede al minero" +" que que marque el bloque que contiene la transacción relevante." #: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" @@ -2584,14 +2547,14 @@ msgstr "Transacciones no confirmadas" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" "Las transacciones que aún no han sido procesadas por mineros o que se " "mantienen retenida a través de InstantSend están \"sin confirmar en la " -"cadena de bloques\". Las transacciones no confirmadas se pueden revertir " -"y no se deben considerar como \"finales\"." +"cadena de bloques\". Las transacciones no confirmadas se pueden revertir y " +"no se deben considerar como \"finales\"." #: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" @@ -2607,12 +2570,11 @@ msgstr "Dash virgen" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" -"El recibimiento de Dash como recompensa por minar un bloque o ejecutar un" -" masternode. Estos aún no se han gastado en ningún lado y son " -"\"vírgenes\"." +"El recibimiento de Dash como recompensa por minar un bloque o ejecutar un " +"masternode. Estos aún no se han gastado en ningún lado y son \"vírgenes\"." #: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" @@ -2620,11 +2582,11 @@ msgstr "Volatilidad" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" -"La medida del movimiento del precio en el tiempo en el comercio de un " -"activo ( incluyendo Dash)" +"La medida del movimiento del precio en el tiempo en el comercio de un activo" +" ( incluyendo Dash)" #: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" @@ -2638,8 +2600,8 @@ msgid "" msgstr "" "Un método de almacenamiento de Dash para su uso posterior. Una billetera " "contiene las llaves privadas asociadas con las direcciones de Dash. La " -"cadena de bloques es el registro de los balances de Dash (y " -"transacciones) asociados con esas direcciones." +"cadena de bloques es el registro de los balances de Dash (y transacciones) " +"asociados con esas direcciones." #: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" @@ -2648,16 +2610,15 @@ msgstr "Whitepaper" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" -"Un `white paper `_ es un " -"reporte autorizado o guía que informa a los lectores concretamente acerca" -" de un asunto complejo y presenta la filosofía del asunto en cuestión. Su" -" propósito es ayudar a los lectores a entender un aspecto, resolver un " -"problema o tomar una decisión." +"Un `white paper `_ es un reporte " +"autorizado o guía que informa a los lectores concretamente acerca de un " +"asunto complejo y presenta la filosofía del asunto en cuestión. Su propósito" +" es ayudar a los lectores a entender un aspecto, resolver un problema o " +"tomar una decisión." #: ../../docs/user/introduction/information.rst:1051 msgid "X11" @@ -2665,8 +2626,8 @@ msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" ":ref:`X11 ` es una algoritmo de hasheo creado por el " "desarrollador del Core Team, Evan Duffiden." @@ -2677,8 +2638,8 @@ msgstr "Cero confirmaciones" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" "Esta es una transacción sin ningún tpo de confirmación de la cadena de " "bloques. Es técnicamente reversible ( excepto si InstantSend fue usado)" @@ -2689,13 +2650,13 @@ msgstr "vin" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" -"Una transacción (tx) consiste en una o más variables de entrada y una o " -"más varibles de salida. El vin es la lista de variables de entrada de la " +"Una transacción (tx) consiste en una o más variables de entrada y una o más " +"varibles de salida. El vin es la lista de variables de entrada de la " "transacción. y el vout la lista de variables de salida. Los Masternodes " "requieren 1000 DASH vin (monto exacto) para poder trabajar." @@ -2709,143 +2670,6 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" -"Masternode Virtual - un emulador independiente de masternode en " -"JavaScript que simula las funciones de Evolution de capaz 1-3 para " -"diseñar, desarrollar y probar DAP." - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**Fundación:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" -#~ "**Mark Mason, Director de Medios & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" -#~ "**Amanda B. Johnson, Super fanatica de" -#~ " Dash y contratista financiada por la" -#~ " DAO:** https://twitter.com/AmandaB_Johnson" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" -#~ "**Tao of Satoshi, Fundador de Dash " -#~ "Nation y Contratista financiado por la" -#~ " DAO:** `https://twitter.com/Dash_Nation " -#~ "`__" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "**Dash News En Español:** https://dashnewsespanol.com" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "**Dash News Alemania:** https://dash-news.de" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "**Dash Vietnam:** https://dashvn.blogspot.com" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "**Dash France:** https://dashfrance.com/" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "https://www.cryptonator.com/widget" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - +"Masternode Virtual - un emulador independiente de masternode en JavaScript " +"que simula las funciones de Evolution de capaz 1-3 para diseñar, desarrollar" +" y probar DAP." diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/safety.po b/locale/es/LC_MESSAGES/docs/user/introduction/safety.po index 80bc82495..ae560726c 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/safety.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/legal.po b/locale/es/LC_MESSAGES/docs/user/legal.po index b9ce86b20..782c1a994 100644 --- a/locale/es/LC_MESSAGES/docs/user/legal.po +++ b/locale/es/LC_MESSAGES/docs/user/legal.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/marketing.po b/locale/es/LC_MESSAGES/docs/user/marketing.po index 315775c4a..742e539ad 100644 --- a/locale/es/LC_MESSAGES/docs/user/marketing.po +++ b/locale/es/LC_MESSAGES/docs/user/marketing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po index 9788dc95b..1282d218a 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,41 +1,40 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 # JZA , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: JZA , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -"Los servicios de alojamiento de masternode te pueden ayudar a configurar " -"y mantener un masternode Dash" +"Los servicios de alojamiento de masternode te pueden ayudar a configurar y " +"mantener un masternode Dash" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -45,19 +44,19 @@ msgstr "Servicios de alojamiento" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" "Varios miembros de la comunidad Dash ofrecen servicios de alojamiento de " "masternodes. Este servicio se puede realizar de forma segura sin que el " -"cliente ceda nunca el control de los 1000 DASH requeridos para la " -"garantía. Por razones de seguridad, se recomienda encarecidamente " -"mantener la garantía en una billetera de hardware cuando se aprovecha de " -"un servicio de alojamiento. Una lista de los servicios de alojamiento de " -"masternodes actualmente disponibles se presenta a continuación." +"cliente ceda nunca el control de los 1000 DASH requeridos para la garantía. " +"Por razones de seguridad, se recomienda encarecidamente mantener la garantía" +" en una billetera de hardware cuando se aprovecha de un servicio de " +"alojamiento. Una lista de los servicios de alojamiento de masternodes " +"actualmente disponibles se presenta a continuación." #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" @@ -65,8 +64,8 @@ msgstr "Lista de los servicios de alojamiento" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" "**Descargo de responsabilidad**: Dash Core puede estar afiliado a estos " "miembros de la comunidad, pero no está involucrado en la prestación de " @@ -91,7 +90,6 @@ msgid "Services: Hosting, Shares" msgstr "Servicios: Alojamiento, Acciones." #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -217,7 +215,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -254,7 +251,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -380,8 +376,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -398,8 +394,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" "Envía 1000 DASH a una dirección que controles en una sola transacción y " "espera 15 confirmaciones" @@ -408,27 +404,26 @@ msgstr "" msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -438,76 +433,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`cambios-dip3`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/index.po b/locale/es/LC_MESSAGES/docs/user/masternodes/index.po index a539a63c8..601826c0a 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" @@ -23,7 +23,7 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." @@ -31,7 +31,7 @@ msgstr "" "Introducción a la documentación de como configurar y operar un masternode " "para la criptomoneda Dash." -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "dash, masternodes, alojamiento, linux, pagos, configuración" diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/es/LC_MESSAGES/docs/user/masternodes/maintenance.po index 42dca070a..0ba779ecc 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,45 +1,44 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Jahlexis Lugo , 2022 # Alejandro Echeverria , 2022 # Ivan SIerraalta , 2022 # JZA , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: JZA , 2022\n" -"Language: es\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" "Mantener un masternode Dash implica estar al día con la ultima versión, " "votar y manejar pagos." -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" msgstr "" -"dash, criptodivisas, masternode, mantenimiento, mantener, pagos, retiros," -" votación, monitoreo, dip3, actualización, deterministico" +"dash, criptodivisas, masternode, mantenimiento, mantener, pagos, retiros, " +"votación, monitoreo, dip3, actualización, deterministico" #: ../../docs/user/masternodes/maintenance.rst:9 msgid "Maintenance" @@ -47,18 +46,17 @@ msgstr "Mantenimiento" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" -"Los Masternodes requieren mantenimiento regular para asegurar para " -"asegurar que no interrumpe la cola de pago. Esto incluye la instalación " -"inmediata de actualizaciones a Dash, así como el mantener la seguridad y " -"rendimiento del servidor. En adición, los masternodes deben votar las " -"propuestas y llevar a cabo otras tareas por el interés de la red y el " -"valor de Dash que tienen." +"Los Masternodes requieren mantenimiento regular para asegurar para asegurar " +"que no interrumpe la cola de pago. Esto incluye la instalación inmediata de " +"actualizaciones a Dash, así como el mantener la seguridad y rendimiento del " +"servidor. En adición, los masternodes deben votar las propuestas y llevar a " +"cabo otras tareas por el interés de la red y el valor de Dash que tienen." #: ../../docs/user/masternodes/maintenance.rst:21 msgid "Masternode Software Update" @@ -68,10 +66,10 @@ msgstr "Software de actualización de Masternode" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -80,10 +78,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -92,19 +90,17 @@ msgstr "Entonces detiene Dash ejecutado::" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -120,10 +116,10 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" -"Extrae los archivos comprimidos y copia los nuevos archivos al " -"directorio::" +"Extrae los archivos comprimidos y copia los nuevos archivos al directorio::" #: ../../docs/user/masternodes/maintenance.rst:75 msgid "Restart Dash::" @@ -131,19 +127,19 @@ msgstr "Reinicia Dash::" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" "Verás un mensaje que dice \"Iniciando servidor Dash Core\". Ahora " "actualizaremos Sentinel::" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" -"Finalmente, des-comenta la línea para automáticamente reinicia Dash en el" -" crontab al invocar ``crontab -e`` de nuevo y borra el carácter ``#``." +"Finalmente, des-comenta la línea para automáticamente reinicia Dash en el " +"crontab al invocar ``crontab -e`` de nuevo y borra el carácter ``#``." #: ../../docs/user/masternodes/maintenance.rst:91 msgid "The Dash software on the masternode is now updated." @@ -155,21 +151,20 @@ msgstr "Actualizando información de Masternode" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -179,14 +174,14 @@ msgstr "ProUpServTx" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -208,17 +203,16 @@ msgstr "``ipAndPort``: IP y puerto de la forma \"ip:port\"" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -235,8 +229,8 @@ msgstr "Ejemplo::" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" "Los masternode ahora son eliminados desde la lista baneada de PoSe, y el " "IP:port y direcciones de recompensa operada y actualizado." @@ -248,24 +242,24 @@ msgstr "ProUpRegTx" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -276,8 +270,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -298,20 +292,20 @@ msgstr "ProUpRevTx" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -321,16 +315,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -354,8 +346,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -367,27 +359,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -397,15 +387,15 @@ msgstr "Votación, verificación y monitoreo de DashCentral" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" -"DashCentral es un sitio web compatible con la comunidad administrado por " -"el miembro de la comunidad Rango. Se ha convertido en un sitio *de facto*" -" para la discusión de propuestas presupuestarias y para facilitar la " -"votación desde una interfaz gráfica de usuario, pero también ofrece " -"funciones para monitorear los masternodes." +"DashCentral es un sitio web compatible con la comunidad administrado por el " +"miembro de la comunidad Rango. Se ha convertido en un sitio *de facto* para " +"la discusión de propuestas presupuestarias y para facilitar la votación " +"desde una interfaz gráfica de usuario, pero también ofrece funciones para " +"monitorear los masternodes." #: ../../docs/user/masternodes/maintenance.rst:262 msgid "Adding your masternode to DashCentral" @@ -414,14 +404,14 @@ msgstr "Agregar tu masternode a DashCentral" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" -msgstr "" -"`Dashcentral `_ te permite votar propuestas" -" desde la comodidad de tu navegador. Después de completar el `registro " +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" +msgstr "" +"`Dashcentral `_ te permite votar propuestas " +"desde la comodidad de tu navegador. Después de completar el `registro " "`_, ve a la página `masternodes " "` _ y haz click en el botón " "**Agregar masternode ahora**. Ingresa tu dirección de garantía en la " @@ -433,8 +423,7 @@ msgstr "Agregar un masternode a DashCentral" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" "Haz click en **Agregar masternode**. Tu masternode ha sido agregado a " "DashCentral." @@ -445,18 +434,18 @@ msgstr "Habilitar votación desde DashCentral" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" -"Haz clic en **Editar** en **Llaves privadas de votación** para ingresar " -"la llave privada de tu masternode y permitir la votación a través de la " -"interfaz web de DashCentral. Ingresa una contraseña de votación (no la " -"mismo contraseña de tu inicio de sesión, pero igualmente importante de " -"recordar) e ingresa la llave privada (la misma llave que utilizaste en el" -" archivo dash.conf en tu masternode) en la siguiente pantalla:" +"Haz clic en **Editar** en **Llaves privadas de votación** para ingresar la " +"llave privada de tu masternode y permitir la votación a través de la " +"interfaz web de DashCentral. Ingresa una contraseña de votación (no la mismo" +" contraseña de tu inicio de sesión, pero igualmente importante de recordar) " +"e ingresa la llave privada (la misma llave que utilizaste en el archivo " +"dash.conf en tu masternode) en la siguiente pantalla:" #: ../../docs/user/masternodes/maintenance.rst:292 msgid "Adding voting privkeys to DashCentral" @@ -465,23 +454,23 @@ msgstr "Agregar llaves privadas de votación a DashCentral" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" "Es importante tener en cuenta que la llave privada para iniciar tu " -"masternode no está relacionada con las llaves privadas de la dirección de" -" la garantía que almacena tus 1000 DASH. Estas llaves se pueden usar para" -" emitir comandos en nombre del masternode, como votar, pero no se pueden " -"usar para acceder a la garantía. Las llaves están encriptadas en tu " -"dispositivo y nunca se almacenan como texto sin formato en los servidores" -" de DashCentral. Una vez que hayas ingresado la llave, haz click en " -"**Almacenar llaves privadas de votación encriptadas en el servidor**. " -"Ahora puedes votar propuestas desde la interfaz web de DashCentral." +"masternode no está relacionada con las llaves privadas de la dirección de la" +" garantía que almacena tus 1000 DASH. Estas llaves se pueden usar para " +"emitir comandos en nombre del masternode, como votar, pero no se pueden usar" +" para acceder a la garantía. Las llaves están encriptadas en tu dispositivo " +"y nunca se almacenan como texto sin formato en los servidores de " +"DashCentral. Una vez que hayas ingresado la llave, haz click en **Almacenar " +"llaves privadas de votación encriptadas en el servidor**. Ahora puedes votar" +" propuestas desde la interfaz web de DashCentral." #: ../../docs/user/masternodes/maintenance.rst:304 msgid "Verifying ownership" @@ -489,13 +478,13 @@ msgstr "Verificación de propiedad" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" "También puedes emitir un mensaje desde tu dirección para verificar la " -"propiedad de tu masternode a DashCentral. Haz click en **No verificado** " -"en **Propiedad** y aparecerá la siguiente pantalla:" +"propiedad de tu masternode a DashCentral. Haz click en **No verificado** en " +"**Propiedad** y aparecerá la siguiente pantalla:" #: ../../docs/user/masternodes/maintenance.rst:313 msgid "Verifying ownership of your masternode to DashCentral" @@ -503,22 +492,22 @@ msgstr "Verificar la propiedad de tu masternode en DashCentral" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" "Aparecerán instrucciones sobre cómo firmar tu dirección de garantía " "utilizando una billetera de software. Si estás usando una billetera de " -"hardware que no sea Trezor, deberás usar la aplicación DMT para firmar la" -" dirección. Si estás utilizando la billetera de hardware de Trezor, ve a " -"`Billetera Trezor `_, copia la dirección de la" -" garantía y haz clic en **Firmar y Verificar**. Aparecerá la siguiente " -"pantalla, donde puedes ingresar el mensaje proporcionado por DashCentral " -"y la dirección que deseas firmar:" +"hardware que no sea Trezor, deberás usar la aplicación DMT para firmar la " +"dirección. Si estás utilizando la billetera de hardware de Trezor, ve a " +"`Billetera Trezor `_, copia la dirección de la " +"garantía y haz clic en **Firmar y Verificar**. Aparecerá la siguiente " +"pantalla, donde puedes ingresar el mensaje proporcionado por DashCentral y " +"la dirección que deseas firmar:" #: ../../docs/user/masternodes/maintenance.rst:326 msgid "Signing a message from the Trezor Wallet" @@ -526,13 +515,13 @@ msgstr "Firmar un mensaje desde la billetera Trezor" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" -"Haz click en **Firmar**, confirma en su dispositivo Trezor e ingresa tu " -"PIN para firmar el mensaje. Aparecerá una firma de mensaje en el cuadro " +"Haz click en **Firmar**, confirma en su dispositivo Trezor e ingresa tu PIN " +"para firmar el mensaje. Aparecerá una firma de mensaje en el cuadro " "**Firma**. Copia esta firma y pégala en el recuadro de DashCentral y haz " "click en **Verificar propiedad**. La verificación ahora está completa." @@ -556,19 +545,20 @@ msgstr "" "DashCentral ofrece un servicio para monitorear tu masternode, reiniciar " "automáticamente dashd en caso de falla y enviar un correo electrónico en " "caso de error. Ve a la página `Configuración de cuenta " -"`_ y genera una nueva llave " -"API, agregando un PIN a tu cuenta si es necesario. Desplázate a la " -"siguiente pantalla:" +"`_ y genera una nueva llave API, " +"agregando un PIN a tu cuenta si es necesario. Desplázate a la siguiente " +"pantalla:" #: ../../docs/user/masternodes/maintenance.rst:351 msgid "Setting up the DashCentral monitoring script" -msgstr "Configuración de la secuencia de comandos de supervisión de DashCentral" +msgstr "" +"Configuración de la secuencia de comandos de supervisión de DashCentral" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" "Copia el enlace a la versión actual de la secuencia de comandos de " "dashcentral haciendo click derecho y seleccionando **Copiar dirección de " @@ -579,9 +569,8 @@ msgid "" "Replace the link with the current version of dashcentral-updater as " "necessary. Decompress the archive using the following command::" msgstr "" -"Reemplaza el enlace con la versión actual del actualizador de dashcentral" -" según sea necesario. Descomprime el archivo usando el siguiente " -"comando::" +"Reemplaza el enlace con la versión actual del actualizador de dashcentral " +"según sea necesario. Descomprime el archivo usando el siguiente comando::" #: ../../docs/user/masternodes/maintenance.rst:364 msgid "View your masternode configuration details by typing::" @@ -599,13 +588,13 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" "Reemplaza los valores para ``api_key``, tu dirección de garantía de " "masternode, ``rpc_user``, ``rpc_password``, ``daemon_binary`` y " -"``daemon_datadir`` de acuerdo a tu sistema. Una configuración común, " -"donde ``lwhite`` es el nombre del usuario de Linux, puede verse así:" +"``daemon_datadir`` de acuerdo a tu sistema. Una configuración común, donde " +"``lwhite`` es el nombre del usuario de Linux, puede verse así:" #: ../../docs/user/masternodes/maintenance.rst:381 msgid "DashCentral updater configuration file" @@ -614,14 +603,14 @@ msgstr "Archivo de configuración del actualizador de DashCentral" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" -"Presiona **Ctrl + X** para salir, confirma que deseas guardar con **Y** y" -" presiona ** Entrar**. Prueba tu configuración ejecutando el script " -"dashcentral, luego verifica el sitio web. Si fue exitoso, verás que se ha" -" enviado una actualización::" +"Presiona **Ctrl + X** para salir, confirma que deseas guardar con **Y** y " +"presiona ** Entrar**. Prueba tu configuración ejecutando el script " +"dashcentral, luego verifica el sitio web. Si fue exitoso, verás que se ha " +"enviado una actualización::" #: ../../docs/user/masternodes/maintenance.rst:416 msgid "Manually testing the DashCentral updater" @@ -637,17 +626,17 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" -msgstr "" -"Una vez que hayas verificado que tu configuración está funcionando, " -"podemos editar el crontab en tu sistema para programar el script " -"dcupdater para que se ejecute cada 2 minutos. Esto permite que el sistema" -" te avise con anticipación en caso de falla e incluso reiniciará el " -"daemon dashd si se cuelga. Esta es una forma efectiva de asegurarte de no" -" dejar la cola de pagos. Escribe el siguiente comando::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" +msgstr "" +"Una vez que hayas verificado que tu configuración está funcionando, podemos " +"editar el crontab en tu sistema para programar el script dcupdater para que " +"se ejecute cada 2 minutos. Esto permite que el sistema te avise con " +"anticipación en caso de falla e incluso reiniciará el daemon dashd si se " +"cuelga. Esta es una forma efectiva de asegurarte de no dejar la cola de " +"pagos. Escribe el siguiente comando::" #: ../../docs/user/masternodes/maintenance.rst:433 msgid "" @@ -656,14 +645,13 @@ msgid "" "system::" msgstr "" "Selecciona un editor si es necesario y agrega la siguiente línea a tu " -"crontab después de la línea para sentinel, reemplazando lwhite con tu " -"nombre de usuario en tu sistema::" +"crontab después de la línea para sentinel, reemplazando lwhite con tu nombre" +" de usuario en tu sistema::" #: ../../docs/user/masternodes/maintenance.rst:442 msgid "Editing crontab to run the DashCentral updater automatically" msgstr "" -"Editar crontab para ejecutar automáticamente el actualizador de " -"DashCentral " +"Editar crontab para ejecutar automáticamente el actualizador de DashCentral " #: ../../docs/user/masternodes/maintenance.rst:444 msgid "" @@ -671,10 +659,10 @@ msgid "" "**Enter**. The dcupdater script will now run every two minutes, restart " "dashd whenever necessary and email you in the event of an error." msgstr "" -"Presiona **Ctrl + X** para salir, confirma que deseas guardar con **Y** y" -" presiona **Entrar**. El script dcupdater ahora se ejecutará cada dos " -"minutos, reiniciará dashd siempre que sea necesario y te enviará un " -"correo electrónico en caso de error." +"Presiona **Ctrl + X** para salir, confirma que deseas guardar con **Y** y " +"presiona **Entrar**. El script dcupdater ahora se ejecutará cada dos " +"minutos, reiniciará dashd siempre que sea necesario y te enviará un correo " +"electrónico en caso de error." #: ../../docs/user/masternodes/maintenance.rst:449 msgid "Masternode monitoring tools" @@ -685,9 +673,9 @@ msgid "" "Several sites operated by community members are available to monitor key " "information and statistics relating to the masternode network." msgstr "" -"Varios sitios operados por miembros de la comunidad están disponibles " -"para monitorear información clave y estadísticas relacionadas con la red " -"de masternodes." +"Varios sitios operados por miembros de la comunidad están disponibles para " +"monitorear información clave y estadísticas relacionadas con la red de " +"masternodes." #: ../../docs/user/masternodes/maintenance.rst:455 msgid "Block Explorers" @@ -695,44 +683,43 @@ msgstr "Exploradores de bloques" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" -"Dado que Dash es una cadena de bloques pública, es posible usar " -"exploradores de bloques para ver los saldos de cualquier dirección " -"pública de Dash, así como examinar las transacciones ingresadas en " -"cualquier bloque dado. Cada transacción única también se puede buscar por" -" su txid. Existen varios exploradores de bloques disponibles para la red " -"Dash." +"Dado que Dash es una cadena de bloques pública, es posible usar exploradores" +" de bloques para ver los saldos de cualquier dirección pública de Dash, así " +"como examinar las transacciones ingresadas en cualquier bloque dado. Cada " +"transacción única también se puede buscar por su txid. Existen varios " +"exploradores de bloques disponibles para la red Dash." #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" -"`Blockchair `__ ofrece un explorador de " -"bloques con visualización detallado para analizar el blockchain de Dash." +"`Blockchair `__ ofrece un explorador de bloques" +" con visualización detallado para analizar el blockchain de Dash." #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" "`CryptoID `__ ofrece un `explorador de la " "cadena de bloques de Dash `__ y una " -"`función `__ para ver " -"y ubicar los masternodes de Dash." +"`función `__ para ver y " +"ubicar los masternodes de Dash." #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" "`BitInfoCharts `_ ofrece una `página " "`_ de las estadísticas de precios e " @@ -741,12 +728,12 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" "`CoinCheckup `__ ofrece una " -"variedad de estadísticas y datos en la mayoría de las cadenas de bloques," -" incluyendo Dash." +"variedad de estadísticas y datos en la mayoría de las cadenas de bloques, " +"incluyendo Dash." #: ../../docs/user/masternodes/maintenance.rst:475 msgid "" @@ -773,17 +760,17 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" -"Escrito y mantenido por Bertrand256, miembro de la comunidad, la " -"herramienta Dash Masternode (DMT) te permite iniciar un masternode desde " -"todas los principales billeteras de hardware como Trezor, Ledger y " -"KeepKey. También admite funciones para votar propuestas y retirar pagos " -"de masternode sin afectar la transacción de garantía." +"Escrito y mantenido por Bertrand256, miembro de la comunidad, la herramienta" +" Dash Masternode (DMT) te permite iniciar un masternode desde todas los " +"principales billeteras de hardware como Trezor, Ledger y KeepKey. También " +"admite funciones para votar propuestas y retirar pagos de masternode sin " +"afectar la transacción de garantía." #: ../../docs/user/masternodes/maintenance.rst:495 msgid "DASH Ninja" @@ -796,18 +783,17 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" "DASH Ninja, operado por elbereth, miembro del foro y desarrollador Dash " -"Core, ofrece estadísticas clave sobre la adopción de diferentes versiones" -" de Dash en la red de masternodes. También están disponibles varias " -"funciones para supervisar la governanza de Dash, el calendario de pagos " -"de masternodes y la distribución geográfica de masternodes, así como un " -"explorador simple de la cadena de bloques." +"Core, ofrece estadísticas clave sobre la adopción de diferentes versiones de" +" Dash en la red de masternodes. También están disponibles varias funciones " +"para supervisar la governanza de Dash, el calendario de pagos de masternodes" +" y la distribución geográfica de masternodes, así como un explorador simple " +"de la cadena de bloques." #: ../../docs/user/masternodes/maintenance.rst:507 msgid "DashCentral" @@ -819,9 +805,9 @@ msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -835,8 +821,8 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -849,33 +835,13 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" -"Este sitio, operado por crowning, miembro del foro y desarrollador de " -"Dash Core, ofrece una representación visual de muchas estadísticas clave " -"de la red de masternodes de Dash, incluyendo gráficos del recuento total " -"de masternodes a lo largo del tiempo, información de precios y " -"distribución de red." - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" +"Este sitio, operado por crowning, miembro del foro y desarrollador de Dash " +"Core, ofrece una representación visual de muchas estadísticas clave de la " +"red de masternodes de Dash, incluyendo gráficos del recuento total de " +"masternodes a lo largo del tiempo, información de precios y distribución de " +"red." diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po index 32689eb0f..6df07ef35 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Leon White , 2023 +# Ivan SIerraalta , 2023 +# JZA , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: es\n" -"Language-Team: es \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: JZA , 2023\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,154 +38,185 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"La configuración de un masternode requiere una comprensión básica de Linux y" +" la tecnología de la cadena de bloques, así como la capacidad de seguir las " +"instrucciones de cerca. También requiere un mantenimiento regular y una " +"seguridad cuidadosa, especialmente si no estás almacenando tus Dash en una " +"billetera de hardware. Hay algunas decisiones que se tomarán en el camino, y" +" pasos adicionales opcionales que tomar para una mayor seguridad." #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 msgid "Set up your VPS" -msgstr "" +msgstr "Configurar tu VPS" #: ../../docs/user/masternodes/server-config.rst:28 msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 msgid "Vultr server location selection screen" -msgstr "" +msgstr "Pantalla de selección de ubicación del servidor Vultr" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 msgid "Vultr server type selection screen" -msgstr "" +msgstr "Pantalla de selección del tipo de servidor Vultr" #: ../../docs/user/masternodes/server-config.rst:67 msgid "Select a server size offering at least 2GB of memory." msgstr "" +"Selecciona un tamaño de servidor que ofrezca al menos 2 GB de memoria." #: ../../docs/user/masternodes/server-config.rst:72 msgid "Vultr server size selection screen" -msgstr "" +msgstr "Pantalla de selección del tamaño del servidor Vultr" #: ../../docs/user/masternodes/server-config.rst:74 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" +"Ingresa un nombre de alojamiento y una etiqueta para tu servidor. En este " +"ejemplo usaremos ``dashmn1`` como nombre de alojamiento." #: ../../docs/user/masternodes/server-config.rst:80 msgid "Vultr server hostname & label selection screen" msgstr "" +"Nombre dealojamiento del servidor de Vultr & pantalla de selección de " +"etiqueta" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" +"Vultr ahora instalará tu servidor. Este proceso puede tardar unos minutos." #: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server installation screen" -msgstr "" +msgstr "Pantalla de instalación del servidor Vultr" #: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" +"Haz click en **Administrar** cuando la instalación esté completa y toma nota" +" de la dirección IP, el nombre de usuario y la contraseña." #: ../../docs/user/masternodes/server-config.rst:95 msgid "Vultr server management screen" -msgstr "" +msgstr "Pantalla de administración del servidor Vultr" #: ../../docs/user/masternodes/server-config.rst:100 msgid "Set up your operating system" -msgstr "" +msgstr "Configurar tu sistema operativo" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." -msgstr "" +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." +msgstr "" +"Comenzaremos por conectarnos a tu servidor recién provisto. En Windows, " +"primero descargaremos una aplicación llamada PuTTY para conectarnos al " +"servidor. Ve a la `Página de descargas de PuTTY " +"`_ y " +"selecciona el instalador MSI apropiado para tu sistema. En Mac o Linux " +"puedes escribir ssh directamente desde el terminal - simplemente escribe " +"``ssh root@`` e ingresa tu contraseña cuando se le solicite." #: ../../docs/user/masternodes/server-config.rst:113 msgid "PuTTY download page" -msgstr "" +msgstr "Página de descargas de PuTTY" #: ../../docs/user/masternodes/server-config.rst:115 msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" +"Haz doble click en el archivo descargado para instalar PuTTY, luego ejecuta " +"la aplicación desde tu menú de Inicio. Ingresa la dirección IP del servidor " +"en el campo **Nombre de alojamiento** y haz click en **Abrir**. Puedes ver " +"una advertencia de certificado, ya que esta es la primera vez que te " +"conectas a este servidor. Puedes hacer click con seguridad en **Si** para " +"confiar en este servidor en el futuro." #: ../../docs/user/masternodes/server-config.rst:124 msgid "PuTTY security alert when connecting to a new server" -msgstr "" +msgstr "Alerta de seguridad de PuTTY cuando te conectas a un nuevo servidor" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" +"Ahora estás conectado a tu servidor y deberías ver una ventana de " +"terminal. Comienza por iniciar sesión en tu servidor con el usuario ``root``" +" y la contraseña proporcionada por tu proveedor de alojamiento." #: ../../docs/user/masternodes/server-config.rst:133 msgid "Password challenge when connecting to your VPS for the first time" -msgstr "" +msgstr "Desafío de contraseña al conectarte a tu VPS por primera vez" #: ../../docs/user/masternodes/server-config.rst:137 msgid "Set up users" @@ -189,28 +224,42 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" -msgstr "" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" +msgstr "" +"Deberías cambiar inmediatamente la contraseña de raíz y almacenarla en un " +"lugar seguro para mayor seguridad. Puedes copiar y pegar cualquiera de los " +"siguientes comandos seleccionándolos en tu navegador, presionando **Ctrl + " +"C**, luego cambiando a la ventana PuTTY y haciendo click derecho en la " +"ventana. El texto se pegará en la ubicación actual del cursor::" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" +"Ingresa y confirma una nueva contraseña (preferiblemente larga y " +"aleatoriamente generada). A continuación crearemos un nuevo usuario con el " +"siguiente comando, reemplazando ```` con un nombre de usario de tu" +" elección::" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" -msgstr "" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" +msgstr "" +"Se te solicitará una contraseña. Ingresa y confirma usando una nueva " +"contraseña (diferente a tu contraseña de raíz) y guárdala en un lugar " +"seguro. También verás solicitudes de información del usuario, pero esto se " +"puede dejar en blanco. Una vez que el usuario ha sido creado, lo agregaremos" +" al grupo sudo para que puedan ejecutar comandos como raíz::" #: ../../docs/user/masternodes/server-config.rst:163 msgid "Update the system" @@ -218,9 +267,11 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" +"Ahora, aunque todavía como raíz, actualizaremos el sistema desde el " +"repositorio de paquetes de Ubuntu::" #: ../../docs/user/masternodes/server-config.rst:171 msgid "" @@ -234,19 +285,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 #: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" -msgstr "" +msgstr "(presiona **Y** y **Entrar** para confirmar)" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,16 +313,19 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"Agregua la siguiente línea al final del archivo (presiona la pestaña para " +"separar cada palabra/número), luego presiona **Ctrl + X** para cerrar el " +"editor, luego presiona **Y** y **Entrar** para guardar el archivo ." #: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" @@ -280,14 +333,14 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" -msgstr "" +msgstr "Crea un nuevo archivo de configuración::" #: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" @@ -295,27 +348,29 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" +"Siguiente, abre el archivo de configuración SSH para deshabilitar registro " +"de root por SSH::" #: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +388,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 4df22d26e..ebbb57a6f 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,37 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Damian Walker , 2023 +# Jahlexis Lugo , 2023 +# Leon White , 2023 +# Ivan SIerraalta , 2023 +# JZA , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: es\n" -"Language-Team: es \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: JZA , 2023\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,34 +41,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" -msgstr "" +msgstr "Antes de comenzar" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -74,10 +80,12 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"Una billetera para guardar tus Dash, preferiblemente una billetera de " +"hardware, aunque la billetera Dash Core también es compatible" #: ../../docs/user/masternodes/setup-evonode.rst:36 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "Un servidor Linux, preferiblemente un Servidor Privado Virtual (VPS)" #: ../../docs/user/masternodes/setup-evonode.rst:38 msgid "" @@ -88,19 +96,22 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:40 msgid ":ref:`Information for users of hosted masternodes `" msgstr "" +":ref:`Información para usuarios de masternodes hospedados `" #: ../../docs/user/masternodes/setup-evonode.rst:41 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" +":ref:`Información de operadores hospedando masternodes `" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,39 +120,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "" +msgstr "Enviar garantía" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +161,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,54 +182,62 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"Una vez que aparece la transacción, haz click en el código QR a la derecha " +"para ver la transacción en la cadena de bloques. Manten esta ventana abierta" +" mientras completamos los siguientes pasos, ya que pronto necesitaremos " +"confirmar que existen 15 confirmaciones, como se muestra en la siguiente " +"captura de pantalla." #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" +"El explorador Trezor de la cadena de bloques muestra 15 confirmaciones para " +"la transferencia de garantías" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "Pantalla de inicio de la herramienta Dash Masternode" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "Herramienta Dash Masternode confirmaciones exitosas de conexión" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" +"Ingresa un nombre para tu masternode. El nombre del servidor que especifica " +"para tu VPS es una buena opción." #: ../../docs/user/masternodes/setup-evonode.rst:145 msgid "Select which masternode type you are setting up." @@ -226,18 +245,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +265,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,46 +275,46 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"Abre la billetera Dash Core y espera a que se sincronice con la red. Debería" +" verse así esto cuando esté lista:" #: ../../docs/user/masternodes/setup-evonode.rst:172 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "Billetera Dash Core totalmente sincronizada" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +323,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +341,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +361,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,32 +380,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,13 +421,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "Crea un archivo de configuración usando el siguiente comando::" #: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" @@ -421,36 +436,44 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" +"Aparecerá una ventana del editor. Ahora necesitamos crear un archivo de " +"configuración que especifique varias variables. Copia y pega el siguiente " +"texto para comenzar, luego reemplaza las variables específicas a tu " +"configuración de la siguiente manera::" #: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Reemplaza los campos marcados con ``XXXXXXX`` de la siguiente manera:" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" +"``rpcuser``: ingresa cualquier cadena de números o letras, no se permiten " +"caracteres especiales" #: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: ingresa cualquier cadena de números o letras, no se " +"permiten caracteres especiales" #: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip``: esta es la dirección IP de tu VPS" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" -msgstr "" +msgstr "Introducción de datos de llave en dash.conf en el masternode" #: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" @@ -458,6 +481,9 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"Presiona **Ctrl + X** para cerrar el editor y **Y** y **Entrar** para " +"guardar el archivo. Ahora puedes comenzar a ejecutar Dash en el masternode " +"para comenzar la sincronización con la cadena de bloques::" #: ../../docs/user/masternodes/setup-evonode.rst:345 msgid "You will see a message reading **Dash Core server starting**." @@ -465,50 +491,62 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinela" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"Veras un mensaje que dice **dashd no esta sincronizada con la red! Espere " +"que este completa la sincronización antes de ejecutar Sentinel.** Agrega " +"dashd y sentinel a crontab para asegurar que se ejecuten cada minuto para " +"verificar su masternode::" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" +"Elije nano como tu editor e ingresa las siguientes lineas al final del " +"archivo::" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" +"Presiona entrar para asegurarte de que haya una línea en blanco al final del" +" archivo, luego presiona **Ctrl + X** para cerrar el editor y **Y** y " +"**Entrar** para guardar el archivo. Ahora debemos esperar a que se completen" +" 15 confirmaciones de la transacción de garantía, y esperar a que la cadena " +"de bloques termine de sincronizarse en el masternode. Puedes usar los " +"siguientes comandos para monitorear el progreso::" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" +"Cuando se completa la sincronización, deberías ver la siguiente respuesta::" #: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" -msgstr "" +msgstr "Registra tus masternodes" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,22 +555,22 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 msgid "Owner private key" -msgstr "" +msgstr "Llave privada del dueño" #: ../../docs/user/masternodes/setup-evonode.rst:418 msgid "Operator private key" -msgstr "" +msgstr "Llave privada del operador" #: ../../docs/user/masternodes/setup-evonode.rst:419 msgid "Voting private key" -msgstr "" +msgstr "Llave privada votando" #: ../../docs/user/masternodes/setup-evonode.rst:420 msgid "Platform Node private key (evonodes only)" @@ -556,11 +594,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +611,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +631,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +666,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +676,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -683,6 +718,9 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"En este punto, puedes cerrar la sesión de tu servidor de manera segura " +"escribiendo ``salir``. ¡Felicitaciones! Tu masternode ahora se está " +"ejecutando." #: ../../docs/user/masternodes/setup-evonode.rst:533 msgid "Option 2: Registering from dashmate" @@ -692,8 +730,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +751,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +763,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +788,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,19 +808,19 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" -msgstr "" +msgstr "Identifica la transacción de financiamiento" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,30 +829,29 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" -msgstr "" +msgstr "Genera un par de llaves BLS" #: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -826,23 +863,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" -msgstr "" +msgstr "Agrega la llave privada para la configuración de masternodes" #: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +888,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +900,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +920,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +932,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +943,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +961,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,13 +974,13 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Prepara una transacción de ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" @@ -958,15 +994,17 @@ msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" +"Abre un editor de texto tal como un bloq de notas para preparar este " +"comando. Reemplaza cada argumento para los comandos siguientes:" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +1015,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +1051,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,21 +1069,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" -msgstr "" +msgstr "Ejemplo (elimina salto de lineas de copiado)::" #: ../../docs/user/masternodes/setup-evonode.rst:842 #: ../../docs/user/masternodes/setup-evonode.rst:869 #: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" -msgstr "" +msgstr "Salida::" #: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" @@ -1056,210 +1094,65 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Firma la transacción ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 #: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" -msgstr "" +msgstr "Ejemplo::" #: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" -msgstr "" +msgstr "Ingresa el mensaje firmado" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" -msgstr "" +msgstr "Donde:" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 03b442614..ee673ae8a 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,37 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: +# Leon White , 2022 # Damian Walker , 2022 # Jahlexis Lugo , 2022 # Alejandro Echeverria , 2022 -# Leon White , 2022 # Ivan SIerraalta , 2022 # JZA , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: JZA , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, guía, masternodes, trezor, dip3, configuración, bls" @@ -42,8 +42,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -52,12 +52,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -66,9 +66,9 @@ msgstr "Antes de comenzar" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -95,7 +95,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:42 msgid ":ref:`Information for users of hosted masternodes `" -msgstr ":ref:`Información para usuarios de masternodes hospedados `" +msgstr "" +":ref:`Información para usuarios de masternodes hospedados `" #: ../../docs/user/masternodes/setup-testnet.rst:43 msgid "" @@ -108,22 +109,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Crea un nuevo archivo de configuración::" +msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -132,16 +132,15 @@ msgstr "Enviar garantía" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -150,61 +149,59 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" -"Pestaña de recepción en la billetera Trezor que muestra la garantía de " -"1000 DASH recibida con éxito " +"Pestaña de recepción en la billetera Trezor que muestra la garantía de 1000 " +"DASH recibida con éxito " #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" -"Una vez que aparece la transacción, haz click en el código QR a la " -"derecha para ver la transacción en la cadena de bloques. Manten esta " -"ventana abierta mientras completamos los siguientes pasos, ya que pronto " -"necesitaremos confirmar que existen 15 confirmaciones, como se muestra en" -" la siguiente captura de pantalla." +"Una vez que aparece la transacción, haz click en el código QR a la derecha " +"para ver la transacción en la cadena de bloques. Manten esta ventana abierta" +" mientras completamos los siguientes pasos, ya que pronto necesitaremos " +"confirmar que existen 15 confirmaciones, como se muestra en la siguiente " +"captura de pantalla." #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" -"El explorador Trezor de la cadena de bloques muestra 15 confirmaciones " -"para la transferencia de garantías" +"El explorador Trezor de la cadena de bloques muestra 15 confirmaciones para " +"la transferencia de garantías" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" "Mientras esperamos 15 confirmaciones, descarga la última versión de la " -"herramienta Dash Masternode (DMT) desde la página de lanzamientos de " -"GitHub `aquí `__. Descomprime y ejecuta el archivo. La siguiente ventana" -" aparecerá." +"herramienta Dash Masternode (DMT) desde la página de lanzamientos de GitHub " +"`aquí `__. " +"Descomprime y ejecuta el archivo. La siguiente ventana aparecerá." #: ../../docs/user/masternodes/setup-testnet.rst:111 msgid "Dash Masternode Tool startup screen" @@ -212,10 +209,10 @@ msgstr "Pantalla de inicio de la herramienta Dash Masternode" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -224,9 +221,9 @@ msgstr "Herramienta Dash Masternode confirmaciones exitosas de conexión" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -239,26 +236,25 @@ msgstr "Haz clic en el **nuevo** botón." #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" -"Ingresa un nombre para tu masternode. El nombre del servidor que " -"especifica para tu VPS es una buena opción." +"Ingresa un nombre para tu masternode. El nombre del servidor que especifica " +"para tu VPS es una buena opción." #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -267,8 +263,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -277,11 +273,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Abre la billetera Dash Core y espera a que se sincronice con la red. " -"Debería verse así esto cuando esté lista:" +"Abre la billetera Dash Core y espera a que se sincronice con la red. Debería" +" verse así esto cuando esté lista:" #: ../../docs/user/masternodes/setup-testnet.rst:165 msgid "Fully synchronized Dash Core wallet" @@ -289,36 +285,34 @@ msgstr "Billetera Dash Core totalmente sincronizada" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -330,7 +324,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -339,8 +334,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -352,8 +347,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -365,9 +360,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -413,9 +408,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -424,21 +419,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -457,9 +451,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -468,8 +462,7 @@ msgstr "Llave privada del dueño" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -482,12 +475,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -497,13 +490,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -530,9 +523,9 @@ msgstr "Identifica la transacción de financiamiento" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -541,8 +534,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -553,19 +546,18 @@ msgstr "Genera un par de llaves BLS" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -584,17 +576,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -603,32 +595,31 @@ msgstr "Prepara una transacción de ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -640,33 +631,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -679,12 +668,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -695,20 +684,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -731,10 +720,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -760,13 +749,13 @@ msgstr "Firma la transacción ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -781,10 +770,10 @@ msgstr "Ingresa el mensaje firmado" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -793,24 +782,24 @@ msgstr "Donde:" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -823,10 +812,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -853,16 +842,16 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -887,9 +876,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -913,8 +902,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -922,10 +911,10 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" -"Cuando se completa la sincronización, deberías ver la siguiente " -"respuesta::" +"Cuando se completa la sincronización, deberías ver la siguiente respuesta::" #: ../../docs/user/masternodes/setup-testnet.rst:794 msgid "Platform services" @@ -964,7 +953,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -973,9 +963,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -984,8 +974,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -1029,31 +1019,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1061,7 +1050,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1113,22 +1103,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1142,481 +1131,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`cambios-dip3`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Masternode completos guías de " -#~ "configuración ` (estas aquí)" - -#~ msgid "Set up your VPS" -#~ msgstr "Configurar tu VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Pantalla de selección de ubicación del servidor Vultr" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Pantalla de selección del tipo de servidor Vultr" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Selecciona un tamaño de servidor que ofrezca al menos 2 GB de memoria." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Pantalla de selección del tamaño del servidor Vultr" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Ingresa un nombre de alojamiento y " -#~ "una etiqueta para tu servidor. En " -#~ "este ejemplo usaremos ``dashmn1`` como " -#~ "nombre de alojamiento." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" -#~ "Nombre dealojamiento del servidor de " -#~ "Vultr & pantalla de selección de " -#~ "etiqueta" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" -#~ "Vultr ahora instalará tu servidor. Este" -#~ " proceso puede tardar unos minutos." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Pantalla de instalación del servidor Vultr" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Haz click en **Administrar** cuando la" -#~ " instalación esté completa y toma " -#~ "nota de la dirección IP, el nombre" -#~ " de usuario y la contraseña." - -#~ msgid "Vultr server management screen" -#~ msgstr "Pantalla de administración del servidor Vultr" - -#~ msgid "Set up your operating system" -#~ msgstr "Configurar tu sistema operativo" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "Comenzaremos por conectarnos a tu " -#~ "servidor recién provisto. En Windows, " -#~ "primero descargaremos una aplicación llamada" -#~ " PuTTY para conectarnos al servidor. " -#~ "Ve a la `Página de descargas de" -#~ " PuTTY " -#~ "`_ " -#~ "y selecciona el instalador MSI apropiado" -#~ " para tu sistema. En Mac o " -#~ "Linux puedes escribir ssh directamente " -#~ "desde el terminal - simplemente escribe" -#~ " ``ssh root@`` e ingresa tu " -#~ "contraseña cuando se le solicite." - -#~ msgid "PuTTY download page" -#~ msgstr "Página de descargas de PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "Haz doble click en el archivo " -#~ "descargado para instalar PuTTY, luego " -#~ "ejecuta la aplicación desde tu menú " -#~ "de Inicio. Ingresa la dirección IP " -#~ "del servidor en el campo **Nombre " -#~ "de alojamiento** y haz click en " -#~ "**Abrir**. Puedes ver una advertencia de" -#~ " certificado, ya que esta es la " -#~ "primera vez que te conectas a este" -#~ " servidor. Puedes hacer click con " -#~ "seguridad en **Si** para confiar en " -#~ "este servidor en el futuro." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Alerta de seguridad de PuTTY cuando te conectas a un nuevo servidor" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "Desafío de contraseña al conectarte a tu VPS por primera vez" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "Deberías cambiar inmediatamente la contraseña" -#~ " de raíz y almacenarla en un " -#~ "lugar seguro para mayor seguridad. " -#~ "Puedes copiar y pegar cualquiera de " -#~ "los siguientes comandos seleccionándolos en" -#~ " tu navegador, presionando **Ctrl + " -#~ "C**, luego cambiando a la ventana " -#~ "PuTTY y haciendo click derecho en " -#~ "la ventana. El texto se pegará en" -#~ " la ubicación actual del cursor::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Ingresa y confirma una nueva contraseña" -#~ " (preferiblemente larga y aleatoriamente " -#~ "generada). A continuación crearemos un " -#~ "nuevo usuario con el siguiente comando," -#~ " reemplazando ```` con un nombre" -#~ " de usario de tu elección::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "Se te solicitará una contraseña. Ingresa" -#~ " y confirma usando una nueva " -#~ "contraseña (diferente a tu contraseña de" -#~ " raíz) y guárdala en un lugar " -#~ "seguro. También verás solicitudes de " -#~ "información del usuario, pero esto puede" -#~ " dejarse en blanco. Una vez que " -#~ "el usuario ha sido creado, los " -#~ "agregaremos al grupo sudo para que " -#~ "puedan ejecutar comandos como root::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Ahora, aunque todavía como raíz, " -#~ "actualizaremos el sistema desde el " -#~ "repositorio de paquetes de Ubuntu::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(presiona **Y** y **Entrar** para confirmar)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "Agregua la siguiente línea al final " -#~ "del archivo (presiona la pestaña para" -#~ " separar cada palabra/número), luego " -#~ "presiona **Ctrl + X** para cerrar " -#~ "el editor, luego presiona **Y** y " -#~ "**Entrar** para guardar el archivo ." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "Y paga en la configuración a continuación::" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Siguiente, abre el archivo de " -#~ "configuración SSH para deshabilitar registro" -#~ " de root por SSH::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "Reinicia el servidor::" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "PuTTY se desconectará cuando el servidor se reinicie." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/es/LC_MESSAGES/docs/user/masternodes/setup.po index 3173cc6cb..2586101ef 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Jahlexis Lugo , 2022 # Leon White , 2022 -# JZA , 2022 +# Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 +# JZA , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" +"Last-Translator: JZA , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -"Esta guía describe como configurar un masternode de Dash. También " -"describe varias opciones para alojamiento y diferentes billeteras" +"Esta guía describe como configurar un masternode de Dash. También describe " +"varias opciones para alojamiento y diferentes billeteras" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, guía, masternodes, trezor, dip3, configuración, bls" @@ -44,29 +43,28 @@ msgstr "Configuración" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" -"La configuración de un masternode requiere una comprensión básica de " -"Linux y la tecnología de la cadena de bloques, así como la capacidad de " -"seguir las instrucciones de cerca. También requiere un mantenimiento " -"regular y una seguridad cuidadosa, especialmente si no estás almacenando " -"tus Dash en una billetera de hardware. Hay algunas decisiones que se " -"tomarán en el camino, y pasos adicionales opcionales que tomar para una " -"mayor seguridad." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"La configuración de un masternode requiere una comprensión básica de Linux y" +" la tecnología de la cadena de bloques, así como la capacidad de seguir las " +"instrucciones de cerca. También requiere un mantenimiento regular y una " +"seguridad cuidadosa, especialmente si no estás almacenando tus Dash en una " +"billetera de hardware. Hay algunas decisiones que se tomarán en el camino, y" +" pasos adicionales opcionales que tomar para una mayor seguridad." #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -75,9 +73,9 @@ msgstr "Antes de comenzar" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -104,7 +102,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:42 msgid ":ref:`Information for users of hosted masternodes `" -msgstr ":ref:`Información para usuarios de masternodes hospedados `" +msgstr "" +":ref:`Información para usuarios de masternodes hospedados `" #: ../../docs/user/masternodes/setup.rst:43 msgid "" @@ -117,22 +116,21 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Crea un nuevo archivo de configuración::" +msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -141,27 +139,26 @@ msgstr "Enviar garantía" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -170,61 +167,59 @@ msgstr "Opción 1: enviar desde una billetera de hardware" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" -"Pestaña de recepción en la billetera Trezor que muestra la garantía de " -"1000 DASH recibida con éxito " +"Pestaña de recepción en la billetera Trezor que muestra la garantía de 1000 " +"DASH recibida con éxito " #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" -"Una vez que aparece la transacción, haz click en el código QR a la " -"derecha para ver la transacción en la cadena de bloques. Manten esta " -"ventana abierta mientras completamos los siguientes pasos, ya que pronto " -"necesitaremos confirmar que existen 15 confirmaciones, como se muestra en" -" la siguiente captura de pantalla." +"Una vez que aparece la transacción, haz click en el código QR a la derecha " +"para ver la transacción en la cadena de bloques. Manten esta ventana abierta" +" mientras completamos los siguientes pasos, ya que pronto necesitaremos " +"confirmar que existen 15 confirmaciones, como se muestra en la siguiente " +"captura de pantalla." #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" -"El explorador Trezor de la cadena de bloques muestra 15 confirmaciones " -"para la transferencia de garantías" +"El explorador Trezor de la cadena de bloques muestra 15 confirmaciones para " +"la transferencia de garantías" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" "Mientras esperamos 15 confirmaciones, descarga la última versión de la " -"herramienta Dash Masternode (DMT) desde la página de lanzamientos de " -"GitHub `aquí `__. Descomprime y ejecuta el archivo. La siguiente ventana" -" aparecerá." +"herramienta Dash Masternode (DMT) desde la página de lanzamientos de GitHub " +"`aquí `__. " +"Descomprime y ejecuta el archivo. La siguiente ventana aparecerá." #: ../../docs/user/masternodes/setup.rst:116 msgid "Dash Masternode Tool startup screen" @@ -232,10 +227,10 @@ msgstr "Pantalla de inicio de la herramienta Dash Masternode" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -244,9 +239,9 @@ msgstr "Herramienta Dash Masternode confirmaciones exitosas de conexión" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -259,26 +254,25 @@ msgstr "Haz clic en el **nuevo** botón." #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" -"Ingresa un nombre para tu masternode. El nombre del servidor que " -"especifica para tu VPS es una buena opción." +"Ingresa un nombre para tu masternode. El nombre del servidor que especifica " +"para tu VPS es una buena opción." #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -287,8 +281,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" "Deja DMT abierto y continua con el siguiente paso: :ref:`instalando Dash " "Core en su VPS `." @@ -299,11 +293,11 @@ msgstr "Opción 2: enviar desde la billetera Dash Core" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Abre la billetera Dash Core y espera a que se sincronice con la red. " -"Debería verse así esto cuando esté lista:" +"Abre la billetera Dash Core y espera a que se sincronice con la red. Debería" +" verse así esto cuando esté lista:" #: ../../docs/user/masternodes/setup.rst:170 msgid "Fully synchronized Dash Core wallet" @@ -311,36 +305,34 @@ msgstr "Billetera Dash Core totalmente sincronizada" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -354,13 +346,13 @@ msgid "" "(dashd), controlled by a simple command interface (dash-cli)." msgstr "" "Dash Core es el software que está detrás de la billetera Dash Core GUI y " -"Dash masternodes. Si no muestra una GUI, se ejecuta como un daemon en tu " -"VPS (dashd), controlado por una interfaz de comando simple (dash-cli)." +"Dash masternodes. Si no muestra una GUI, se ejecuta como un daemon en tu VPS" +" (dashd), controlado por una interfaz de comando simple (dash-cli)." #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -370,15 +362,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -395,19 +387,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -424,8 +415,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -440,8 +431,8 @@ msgid "" "follows::" msgstr "" "Aparecerá una ventana del editor. Ahora necesitamos crear un archivo de " -"configuración que especifique varias variables. Copia y pega el siguiente" -" texto para comenzar, luego reemplaza las variables específicas a tu " +"configuración que especifique varias variables. Copia y pega el siguiente " +"texto para comenzar, luego reemplaza las variables específicas a tu " "configuración de la siguiente manera::" #: ../../docs/user/masternodes/setup.rst:285 @@ -450,11 +441,11 @@ msgstr "Reemplaza los campos marcados con ``XXXXXXX`` de la siguiente manera:" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" -"``rpcuser``: ingresa cualquier cadena de números o letras, no se permiten" -" caracteres especiales" +"``rpcuser``: ingresa cualquier cadena de números o letras, no se permiten " +"caracteres especiales" #: ../../docs/user/masternodes/setup.rst:289 msgid "" @@ -470,8 +461,8 @@ msgstr "``externalip``: esta es la dirección IP de tu VPS" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -485,64 +476,63 @@ msgid "" "synchronization with the blockchain::" msgstr "" "Presiona **Ctrl + X** para cerrar el editor y **Y** y **Entrar** para " -"guardar el archivo. Ahora puedes comenzar a ejecutar Dash en el " -"masternode para comenzar la sincronización con la cadena de bloques::" +"guardar el archivo. Ahora puedes comenzar a ejecutar Dash en el masternode " +"para comenzar la sincronización con la cadena de bloques::" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" "Verás un mensaje que dice **Servidor de Dash Core comenzando**. Ahora " -"instalaremos Sentinel, un software que funciona como un perro guardián " -"para comunicar a la red que tu nodo funciona correctamente::" +"instalaremos Sentinel, un software que funciona como un perro guardián para " +"comunicar a la red que tu nodo funciona correctamente::" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" -"Veras un mensaje que dice **dashd no esta sincronizada con la red! Espere" -" que este completa la sincronización antes de ejecutar Sentinel.** Agrega" -" dashd y sentinel a crontab para asegurar que se ejecuten cada minuto " -"para verificar su masternode::" +"Veras un mensaje que dice **dashd no esta sincronizada con la red! Espere " +"que este completa la sincronización antes de ejecutar Sentinel.** Agrega " +"dashd y sentinel a crontab para asegurar que se ejecuten cada minuto para " +"verificar su masternode::" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" "Elije nano como tu editor e ingresa las siguientes lineas al final del " "archivo::" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" -"Presiona entrar para asegurarte de que haya una línea en blanco al final " -"del archivo, luego presiona **Ctrl + X** para cerrar el editor y **Y** y " -"**Entrar** para guardar el archivo. Ahora debemos esperar a que se " -"completen 15 confirmaciones de la transacción de garantía, y esperar a " -"que la cadena de bloques termine de sincronizarse en el masternode. " -"Puedes usar los siguientes comandos para monitorear el progreso::" +"Presiona entrar para asegurarte de que haya una línea en blanco al final del" +" archivo, luego presiona **Ctrl + X** para cerrar el editor y **Y** y " +"**Entrar** para guardar el archivo. Ahora debemos esperar a que se completen" +" 15 confirmaciones de la transacción de garantía, y esperar a que la cadena " +"de bloques termine de sincronizarse en el masternode. Puedes usar los " +"siguientes comandos para monitorear el progreso::" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" -"Cuando se completa la sincronización, deberías ver la siguiente " -"respuesta::" +"Cuando se completa la sincronización, deberías ver la siguiente respuesta::" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -561,9 +551,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -584,12 +574,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -599,44 +589,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -659,9 +648,9 @@ msgstr "Identifica la transacción de financiamiento" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -670,8 +659,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -682,24 +671,23 @@ msgstr "Genera un par de llaves BLS" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -712,22 +700,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -736,32 +724,31 @@ msgstr "Prepara una transacción de ProRegTx" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -773,33 +760,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -812,12 +797,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -828,20 +813,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -864,10 +849,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -893,13 +878,13 @@ msgstr "Firma la transacción ProRegTx" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -914,10 +899,10 @@ msgstr "Ingresa el mensaje firmado" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -926,31 +911,31 @@ msgstr "Donde:" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -959,426 +944,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`cambios-dip3`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Masternode completos guías de " -#~ "configuración ` (estas aquí)" - -#~ msgid "Set up your VPS" -#~ msgstr "Configurar tu VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Pantalla de selección de ubicación del servidor Vultr" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Pantalla de selección del tipo de servidor Vultr" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Selecciona un tamaño de servidor que ofrezca al menos 2 GB de memoria." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Pantalla de selección del tamaño del servidor Vultr" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Ingresa un nombre de alojamiento y " -#~ "una etiqueta para tu servidor. En " -#~ "este ejemplo usaremos ``dashmn1`` como " -#~ "nombre de alojamiento." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" -#~ "Nombre dealojamiento del servidor de " -#~ "Vultr & pantalla de selección de " -#~ "etiqueta" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" -#~ "Vultr ahora instalará tu servidor. Este" -#~ " proceso puede tardar unos minutos." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Pantalla de instalación del servidor Vultr" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Haz click en **Administrar** cuando la" -#~ " instalación esté completa y toma " -#~ "nota de la dirección IP, el nombre" -#~ " de usuario y la contraseña." - -#~ msgid "Vultr server management screen" -#~ msgstr "Pantalla de administración del servidor Vultr" - -#~ msgid "Set up your operating system" -#~ msgstr "Configurar tu sistema operativo" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "Comenzaremos por conectarnos a tu " -#~ "servidor recién provisto. En Windows, " -#~ "primero descargaremos una aplicación llamada" -#~ " PuTTY para conectarnos al servidor. " -#~ "Ve a la `Página de descargas de" -#~ " PuTTY " -#~ "`_ " -#~ "y selecciona el instalador MSI apropiado" -#~ " para tu sistema. En Mac o " -#~ "Linux puedes escribir ssh directamente " -#~ "desde el terminal - simplemente escribe" -#~ " ``ssh root@`` e ingresa tu " -#~ "contraseña cuando se le solicite." - -#~ msgid "PuTTY download page" -#~ msgstr "Página de descargas de PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "Haz doble click en el archivo " -#~ "descargado para instalar PuTTY, luego " -#~ "ejecuta la aplicación desde tu menú " -#~ "de Inicio. Ingresa la dirección IP " -#~ "del servidor en el campo **Nombre " -#~ "de alojamiento** y haz click en " -#~ "**Abrir**. Puedes ver una advertencia de" -#~ " certificado, ya que esta es la " -#~ "primera vez que te conectas a este" -#~ " servidor. Puedes hacer click con " -#~ "seguridad en **Si** para confiar en " -#~ "este servidor en el futuro." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Alerta de seguridad de PuTTY cuando te conectas a un nuevo servidor" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" -#~ "Ahora estás conectado a tu servidor " -#~ "y deberías ver una ventana de " -#~ "terminal. Comienza por iniciar sesión en" -#~ " tu servidor con el usuario ``root``" -#~ " y la contraseña proporcionada por tu" -#~ " proveedor de alojamiento." - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "Desafío de contraseña al conectarte a tu VPS por primera vez" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "Deberías cambiar inmediatamente la contraseña" -#~ " de raíz y almacenarla en un " -#~ "lugar seguro para mayor seguridad. " -#~ "Puedes copiar y pegar cualquiera de " -#~ "los siguientes comandos seleccionándolos en" -#~ " tu navegador, presionando **Ctrl + " -#~ "C**, luego cambiando a la ventana " -#~ "PuTTY y haciendo click derecho en " -#~ "la ventana. El texto se pegará en" -#~ " la ubicación actual del cursor::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Ingresa y confirma una nueva contraseña" -#~ " (preferiblemente larga y aleatoriamente " -#~ "generada). A continuación crearemos un " -#~ "nuevo usuario con el siguiente comando," -#~ " reemplazando ```` con un nombre" -#~ " de usario de tu elección::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "Se te solicitará una contraseña. Ingresa" -#~ " y confirma usando una nueva " -#~ "contraseña (diferente a tu contraseña de" -#~ " raíz) y guárdala en un lugar " -#~ "seguro. También verás solicitudes de " -#~ "información del usuario, pero esto se" -#~ " puede dejar en blanco. Una vez " -#~ "que el usuario ha sido creado, lo" -#~ " agregaremos al grupo sudo para que" -#~ " puedan ejecutar comandos como raíz::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Ahora, aunque todavía como raíz, " -#~ "actualizaremos el sistema desde el " -#~ "repositorio de paquetes de Ubuntu::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" -#~ "El sistema mostrará una lista de " -#~ "paquetes actualizables. Presiona **Y** y " -#~ "**Entrar** para instalar los paquetes. " -#~ "Ahora instalaremos un firewall (y " -#~ "algunos otros paquetes que utilizaremos " -#~ "más adelante), agregaremos memoria de " -#~ "intercambio y reiniciaremos el servidor " -#~ "para aplicar las actualizaciones necesarias" -#~ " del kernel, y luego nos conectaremos" -#~ " a nuestro nuevo entorno seguro como" -#~ " el nuevo usuario::" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(presiona **Y** y **Entrar** para confirmar)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "Agregua la siguiente línea al final " -#~ "del archivo (presiona la pestaña para" -#~ " separar cada palabra/número), luego " -#~ "presiona **Ctrl + X** para cerrar " -#~ "el editor, luego presiona **Y** y " -#~ "**Entrar** para guardar el archivo ." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "Y paga en la configuración a continuación::" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Siguiente, abre el archivo de " -#~ "configuración SSH para deshabilitar registro" -#~ " de root por SSH::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "Reinicia el servidor::" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "PuTTY se desconectará cuando el servidor se reinicie." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po index 5ec113895..b4bbdb70b 100644 --- a/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/es/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Jahlexis Lugo , 2022 -# Alejandro Echeverria , 2022 -# Ivan SIerraalta , 2022 # JZA , 2022 +# Alejandro Echeverria , 2023 +# Ivan SIerraalta , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: JZA , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Ivan SIerraalta , 2023\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -47,115 +46,100 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" -"Los masternodes, que alguna vez fueron exclusivos de la red Dash, ahora " -"se están haciendo populares a medida que la tecnología se bifurca en " -"otras cadenas de bloques. Esta sección de la documentación describe los " -"principios y mecanismos de los masternodes y los servicios que " -"proporcionan específicamente a la red Dash." +"Los masternodes, que alguna vez fueron exclusivos de la red Dash, ahora se " +"están haciendo populares a medida que la tecnología se bifurca en otras " +"cadenas de bloques. Esta sección de la documentación describe los principios" +" y mecanismos de los masternodes y los servicios que proporcionan " +"específicamente a la red Dash." #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 -#, fuzzy msgid "" "Anyone can run a masternode. The objective is to have enough " "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "" -"Cualquiera puede ejecutar un masternode. El objetivo es tener suficiente " -"descentralización para garantizar que ninguna persona controle una " -"fracción significativa de los masternodes. Sin embargo, para evitar el " -"congestionamiento de la red con masternodes innecesarios o el fomento de " -"operadores imprudentes, hay una condición que debe cumplirse: prueba de " -"propiedad de 1000 Dash. No es necesario que las monedas estén en el " -"masternode, pero deben mantenerse de una manera que sea transparente para" -" toda la red. Si el propietario mueve o gasta esas monedas, el masternode" -" deja de funcionar y el pago cesa." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" "Tener tantos servidores con una copia completa de la cadena de bloques y " -"trabajando para la moneda puede ser extremadamente útil. Gracias al " -"sistema de recompensas, no existe el riesgo de no tener suficientes " -"masternodes, y los desarrolladores pueden confiar en que implementarán " -"rápidamente cualquier nueva función descentralizada que se desee " -"implementar. Aquí es donde radica la verdadera fortaleza de Dash - un " -"sistema incentivado de miles de servidores distribuidos que funcionan " -"24x7 significa que Dash puede escalar más eficientemente y desplegar " -"servicios más rápidamente que una cadena de bloques operada completamente" -" por voluntarios no remunerados. Cuantos más masternodes, mejor y más " -"segura es la red Dash." +"trabajando para la moneda puede ser extremadamente útil. Gracias al sistema " +"de recompensas, no existe el riesgo de no tener suficientes masternodes, y " +"los desarrolladores pueden confiar en que implementarán rápidamente " +"cualquier nueva función descentralizada que se desee implementar. Aquí es " +"donde radica la verdadera fortaleza de Dash - un sistema incentivado de " +"miles de servidores distribuidos que funcionan 24x7 significa que Dash puede" +" escalar más eficientemente y desplegar servicios más rápidamente que una " +"cadena de bloques operada completamente por voluntarios no remunerados. " +"Cuantos más masternodes, mejor y más segura es la red Dash." #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -164,15 +148,14 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -#, fuzzy msgid "Masternode" -msgstr "Masternodes vs. minería" +msgstr "Masternode" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" @@ -180,7 +163,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 msgid "Collateral" -msgstr "" +msgstr "Garantía" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" @@ -199,9 +182,8 @@ msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -#, fuzzy msgid "Higher than normal masternodes" -msgstr "Entendiendo los masternodes" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Service" @@ -228,9 +210,8 @@ msgid "Has 4 times the voting power of a normal masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:109 -#, fuzzy msgid "Masternode Concepts" -msgstr "Requerimientos para los masternodes" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" @@ -248,7 +229,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:115 msgid ":ref:`Information for users of hosted masternodes `" -msgstr ":ref:`Información para usuarios de masternodes hospedados `" +msgstr "" +":ref:`Información para usuarios de masternodes hospedados `" #: ../../docs/user/masternodes/understanding.rst:116 msgid "" @@ -264,10 +246,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -275,58 +256,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -359,11 +339,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -376,80 +355,66 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." -msgstr "" -"Dash, como Bitcoin y la mayoría de las otras criptomonedas, se basa en un" -" libro contable descentralizado de todas las transacciones, conocido como" -" cadena de bloques. Esta cadena de bloques está asegurada a través de un " +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." +msgstr "" +"Dash, como Bitcoin y la mayoría de las otras criptomonedas, se basa en un " +"libro contable descentralizado de todas las transacciones, conocido como " +"cadena de bloques. Esta cadena de bloques está asegurada a través de un " "mecanismo de consenso; en el caso de Dash y Bitcoin, el mecanismo de " "consenso es Prueba de trabajo (PoW). :ref:`Mineros ` intentan " "resolver problemas difíciles con computadoras especializadas, y cuando " -"resuelven el problema, reciben el derecho de agregar un nuevo bloque a la" -" cadena de bloques. Si todas las demás personas que ejecutan el software " -"están de acuerdo en que el problema se resolvió correctamente, el bloque " -"se agrega a la cadena de bloques y se recompensa al minero." +"resuelven el problema, reciben el derecho de agregar un nuevo bloque a la " +"cadena de bloques. Si todas las demás personas que ejecutan el software " +"están de acuerdo en que el problema se resolvió correctamente, el bloque se " +"agrega a la cadena de bloques y se recompensa al minero." #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"El sistema de masternodes se conoce como Prueba de Servicio (PoSe), ya " -"que los masternodes proporcionan servicios cruciales a la red. De hecho, " -"toda la red es supervisada por los masternodes, que tienen el poder de " -"rechazar bloques formados incorrectamente por los mineros. Si un minero " -"intenta tomar toda la recompensa del bloque por sí mismo o intenta " -"ejecutar una versión anterior del software Dash, la red de masternodes " -"deshabilitaría ese bloque, y no se agregaría a la cadena de bloques." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"El sistema de masternodes se conoce como Prueba de Servicio (PoSe), ya que " +"los masternodes proporcionan servicios cruciales a la red. De hecho, toda la" +" red es supervisada por los masternodes, que tienen el poder de rechazar " +"bloques formados incorrectamente por los mineros. Si un minero intenta tomar" +" toda la recompensa del bloque por sí mismo o intenta ejecutar una versión " +"anterior del software Dash, la red de masternodes deshabilitaría ese bloque," +" y no se agregaría a la cadena de bloques." #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"En resumen, los mineros impulsan el primer nivel, que es el envío y " -"recepción de fondos básicos y la prevención del gasto doble. Los " -"masternodes potencian el segundo nivel, que proporciona las " -"características adicionales que hacen que Dash sea diferente de otras " -"criptomonedas. Los masternodes no minan, y las computadoras de minería no" -" pueden actuar como masternodes. Además, cada masternode está " -"\"asegurado\" por 1000 DASH. Esos DASH permanecen bajo el control " -"exclusivo de su propietario en todo momento, y se pueden gastar " -"libremente. Los fondos no están bloqueados de ninguna manera. Sin " -"embargo, si los fondos se mueven o gastan, el masternode asociado se " -"desconectará y dejará de recibir recompensas." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" @@ -457,60 +422,56 @@ msgstr "Lógica de pagos" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -#, fuzzy msgid "Evonode Payment Logic" -msgstr "Lógica de pagos" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -520,24 +481,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -551,18 +511,17 @@ msgstr "Selección de quórum" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -570,35 +529,32 @@ msgid "Masternode requirements" msgstr "Requerimientos para los masternodes" #: ../../docs/user/masternodes/understanding.rst:296 -#, fuzzy msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" -"1000 Dash: Posiblemente la parte más difícil. Dash se puede obtener en " -"casas de cambio como Poloniex, Bittrex, Kraken y LiveCoin. El servicio de" -" Shapeshift también es una excelente manera." #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 msgid "A dedicated IP address: These usually come with the VPS/server." -msgstr "Una dirección IP dedicada: por lo general, vienen con el VPS/servidor." +msgstr "" +"Una dirección IP dedicada: por lo general, vienen con el VPS/servidor." #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -618,9 +574,8 @@ msgid "1x 2 GHz" msgstr "1x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:316 -#, fuzzy msgid "2x 2 GHz" -msgstr "1x 2 GHz" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" @@ -660,11 +615,11 @@ msgstr "1 TB/mth" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" -"El uso del ancho de banda de los masternodes oscila entre 300-500 GB por " -"mes y crecerá a medida que la red lo haga." +"El uso del ancho de banda de los masternodes oscila entre 300-500 GB por mes" +" y crecerá a medida que la red lo haga." #: ../../docs/user/masternodes/understanding.rst:329 msgid "Dash Evolution" @@ -672,202 +627,11 @@ msgstr "Dash Evolution" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "1x 1 GHz" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/mining/index.po b/locale/es/LC_MESSAGES/docs/user/mining/index.po index c5b18888a..6477954b3 100644 --- a/locale/es/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/es/LC_MESSAGES/docs/user/mining/index.po @@ -1,40 +1,39 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Jahlexis Lugo , 2022 # Leon White , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "Información y guías de cómo minar la criptomoneda Dash" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" msgstr "" -"dash, minería, X11, masternode, CPU, GPU, ASIC, software, hardware, " -"grupo, grupos de minería" +"dash, minería, X11, masternode, CPU, GPU, ASIC, software, hardware, grupo, " +"grupos de minería" #: ../../docs/user/mining/index.rst:9 msgid "Mining" @@ -42,68 +41,65 @@ msgstr "Minería" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" "La minería en el contexto de las criptomonedas, como Dash, se refiere al " -"proceso de búsqueda de soluciones a problemas criptográficos difíciles " -"como un método para asegurar los bloques en la cadena de bloques. El " -"proceso de minería crea nuevos tokens de moneda como recompensa para el " -"minero. La minería es posible en diversos tipos de hardware. Dash " -"implementa un algoritmo conocido como :ref:`X11 `, " -"que el minero debe resolver para ganar recompensas." +"proceso de búsqueda de soluciones a problemas criptográficos difíciles como " +"un método para asegurar los bloques en la cadena de bloques. El proceso de " +"minería crea nuevos tokens de moneda como recompensa para el minero. La " +"minería es posible en diversos tipos de hardware. Dash implementa un " +"algoritmo conocido como :ref:`X11 `, que el minero debe " +"resolver para ganar recompensas." #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." -msgstr "" -"El hardware más simple y más general disponible para la minería es la CPU" -" general presente en cada computadora. Una CPU está diseñada para ser " -"versátil pero ofrece menos eficiencia que una GPU, que está diseñado para" -" calcular rápidamente millones de vectores en paralelo. Si bien las " -"mejoras específicas de las instrucciones de la CPU relacionadas con la " -"criptografía como AES o AVX pueden proporcionar un rendimiento decente, " -"las GPU ofrecen un aumento significativo del rendimiento debido a sus " -"múltiples tuberías capaces de procesar los cálculos predeciblemente " -"repetitivos asociados con la minería de criptomonedas. Finalmente, los " -"ASICs son relativamente inflexibles y solo pueden procesar la función(es)" -" específica para las que fueron diseñados, pero a un ritmo aún más rápido" -" que las GPU y CPU de propósitos generales. Varios ASICs X11 ya están " -"disponibles en el mercado, lo que ha hecho que la minería con CPU o GPU " -"no sea rentable debido al incremento de la dificultad de hashing debido " -"al crecimiento acelerado de la velocidad de hash. El resultado es una " -"moneda que es más segura contra ataques de fuerza bruta en la cadena de " -"bloques de Dash." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." +msgstr "" +"El hardware más simple y más general disponible para la minería es la CPU " +"general presente en cada computadora. Una CPU está diseñada para ser " +"versátil pero ofrece menos eficiencia que una GPU, que está diseñado para " +"calcular rápidamente millones de vectores en paralelo. Si bien las mejoras " +"específicas de las instrucciones de la CPU relacionadas con la criptografía " +"como AES o AVX pueden proporcionar un rendimiento decente, las GPU ofrecen " +"un aumento significativo del rendimiento debido a sus múltiples tuberías " +"capaces de procesar los cálculos predeciblemente repetitivos asociados con " +"la minería de criptomonedas. Finalmente, los ASICs son relativamente " +"inflexibles y solo pueden procesar la función(es) específica para las que " +"fueron diseñados, pero a un ritmo aún más rápido que las GPU y CPU de " +"propósitos generales. Varios ASICs X11 ya están disponibles en el mercado, " +"lo que ha hecho que la minería con CPU o GPU no sea rentable debido al " +"incremento de la dificultad de hashing debido al crecimiento acelerado de la" +" velocidad de hash. El resultado es una moneda que es más segura contra " +"ataques de fuerza bruta en la cadena de bloques de Dash." #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" -"La rentabilidad de la minería está determinada por la velocidad de hash " -"de tu dispositivo de minería, la dificultad actual de la red, los costos " -"de tu hardware y la electricidad. Los siguientes enlaces proporcionan " -"información actualizada:" +"La rentabilidad de la minería está determinada por la velocidad de hash de " +"tu dispositivo de minería, la dificultad actual de la red, los costos de tu " +"hardware y la electricidad. Los siguientes enlaces proporcionan información " +"actualizada:" #: ../../docs/user/mining/index.rst:39 msgid "`Hashrate `_" @@ -138,76 +134,72 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" -"Dash, como Bitcoin y la mayoría de las otras criptomonedas, se basa en un" -" libro contable descentralizado de todas las transacciones, conocido como" -" cadena de bloques. Esta cadena de bloques está asegurada a través de un " +"Dash, como Bitcoin y la mayoría de las otras criptomonedas, se basa en un " +"libro contable descentralizado de todas las transacciones, conocido como " +"cadena de bloques. Esta cadena de bloques está asegurada a través de un " "mecanismo de consenso; en el caso de Dash y Bitcoin, el mecanismo de " "consenso es la Prueba de trabajo (PoW). Los mineros intentan resolver " -"problemas difíciles con computadoras especializadas, y cuando resuelven " -"el problema, reciben el derecho de agregar un nuevo bloque a la cadena de" -" bloques. Si todas las demás personas que ejecutan el software están de " -"acuerdo en que el problema se resolvió correctamente, el bloque se agrega" -" a la cadena de bloques y se recompensa al minero." +"problemas difíciles con computadoras especializadas, y cuando resuelven el " +"problema, reciben el derecho de agregar un nuevo bloque a la cadena de " +"bloques. Si todas las demás personas que ejecutan el software están de " +"acuerdo en que el problema se resolvió correctamente, el bloque se agrega a " +"la cadena de bloques y se recompensa al minero." #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"El sistema de masternodes se conoce como Prueba de Servicio (PoSe), ya " -"que los masternodes proporcionan servicios cruciales a la red. De hecho, " -"toda la red es supervisada por los masternodes, que tienen el poder de " -"rechazar bloques formados incorrectamente por los mineros. Si un minero " -"intenta tomar toda la recompensa del bloque por sí mismo o intenta " -"ejecutar una versión anterior del software Dash, la red de masternodes " -"deshabilitaría ese bloque, y no se agregaría a la cadena de bloques." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"El sistema de masternodes se conoce como Prueba de Servicio (PoSe), ya que " +"los masternodes proporcionan servicios cruciales a la red. De hecho, toda la" +" red es supervisada por los masternodes, que tienen el poder de rechazar " +"bloques formados incorrectamente por los mineros. Si un minero intenta tomar" +" toda la recompensa del bloque por sí mismo o intenta ejecutar una versión " +"anterior del software Dash, la red de masternodes deshabilitaría ese bloque," +" y no se agregaría a la cadena de bloques." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." msgstr "" "En resumen, los mineros impulsan el primer nivel, que es el envío y " -"recepción de fondos básicos y la prevención del gasto doble. Los " -"masternodes potencian el segundo nivel, que proporciona las " -"características adicionales que hacen que Dash sea diferente de otras " -"criptomonedas. Los masternodes no minan, y las computadoras de minería no" -" pueden actuar como masternodes. Además, cada masternode está " -"\"asegurado\" por 1000 DASH. Esos DASH permanecen bajo el control " -"exclusivo de su propietario en todo momento, y se pueden gastar " -"libremente. Los fondos no están bloqueados de ninguna manera. Sin " -"embargo, si los fondos se mueven o gastan, el masternode asociado se " +"recepción de fondos básicos y la prevención del gasto doble. Los masternodes" +" potencian el segundo nivel, que proporciona las características adicionales" +" que hacen que Dash sea diferente de otras criptomonedas. Los masternodes no" +" minan, y las computadoras de minería no pueden actuar como masternodes. " +"Además, cada masternode está \"asegurado\" por 1000 DASH. Esos DASH " +"permanecen bajo el control exclusivo de su propietario en todo momento, y se" +" pueden gastar libremente. Los fondos no están bloqueados de ninguna manera." +" Sin embargo, si los fondos se mueven o gastan, el masternode asociado se " "desconectará y dejará de recibir recompensas." #: ../../docs/user/mining/index.rst:87 @@ -217,20 +209,20 @@ msgstr "Pools de Minería" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" "Es más probable que minar Dash en grupos genere más recompensas que la " "minería en solitario directamente en la cadena de bloques. Se recomienda " -"encarecidamente el uso de el GrupoP2 para minar Dash, ya que es una buena" -" forma de distribuir, en lugar de centralizar, el poder de hash. El " -"siguiente sitio enumera los grupos de minería de Dash GrupoP2 cercanos a " -"ti, simplemente elije un grupo con comisiones favorables y tiempo de " -"reacción de red e ingresa tu dirección de pago de Dash como nombre de " -"usuario y cualquier otra cosa como contraseña." +"encarecidamente el uso de el GrupoP2 para minar Dash, ya que es una buena " +"forma de distribuir, en lugar de centralizar, el poder de hash. El siguiente" +" sitio enumera los grupos de minería de Dash GrupoP2 cercanos a ti, " +"simplemente elije un grupo con comisiones favorables y tiempo de reacción de" +" red e ingresa tu dirección de pago de Dash como nombre de usuario y " +"cualquier otra cosa como contraseña." #: ../../docs/user/mining/index.rst:97 msgid "http://www.p2poolmining.us/p2poolnodes/" @@ -238,12 +230,12 @@ msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -304,25 +296,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" "DESCARGO DE RESPONSABILIDAD: Esta lista se proporciona solo con fines " "informativos. Los servicios enumerados aquí no han sido evaluados o " -"respaldados por los desarrolladores de Dash y no se garantiza la " -"exactitud de esta información. Por favor, ten discreción cuando uses " -"servicios de terceros. Si deseas ser agregado a esta lista, comuníquese " -"con leon.white@dash.org" +"respaldados por los desarrolladores de Dash y no se garantiza la exactitud " +"de esta información. Por favor, ten discreción cuando uses servicios de " +"terceros. Si deseas ser agregado a esta lista, comuníquese con " +"leon.white@dash.org" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" "Además de unirse a un grupo, también deberás crear una dirección de Dash " "para recibir tu pago. Para hacer esto en la billetera Dash Core, ver " @@ -334,34 +325,33 @@ msgstr "Minería con CPU" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" "Esta documentación describe cómo minar Dash bajo el sistema operativo " "Windows usando solo la CPU en tu computadora. Ten en cuenta que la " -"prevalencia de los mineros con GPU y ASIC significa que, a menos que " -"tengas electricidad gratuita, es muy poco probable que sea rentable!. " -"Dado que este sea el caso, el software de esta guía no se ha actualizado " -"en varios años, y está destinado únicamente para fines experimentales y " -"pruebas en la red." +"prevalencia de los mineros con GPU y ASIC significa que, a menos que tengas " +"electricidad gratuita, es muy poco probable que sea rentable!. Dado que este" +" sea el caso, el software de esta guía no se ha actualizado en varios años, " +"y está destinado únicamente para fines experimentales y pruebas en la red." #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" -"Este es un procedimiento bastante simple y se darán ejemplos para lograr " -"la velocidad de hash más rápida posible para tu CPU, pero recuerda que " -"existen equipos de minería más optimizados, por lo que te recomendamos " -"que estés atento a los sitios de minería como estos, para mantenerte al " -"día con la última información y lanzamientos." +"Este es un procedimiento bastante simple y se darán ejemplos para lograr la " +"velocidad de hash más rápida posible para tu CPU, pero recuerda que existen " +"equipos de minería más optimizados, por lo que te recomendamos que estés " +"atento a los sitios de minería como estos, para mantenerte al día con la " +"última información y lanzamientos." #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 msgid "`Crypto Mining Blog `_" @@ -392,8 +382,8 @@ msgid "" "The first step is to download appropriate mining software. A good basic " "miner for modern CPUs can be found here:" msgstr "" -"El primer paso es descargar el software de minería adecuado. Un buen " -"minero básico para CPU modernas se puede encontrar aquí:" +"El primer paso es descargar el software de minería adecuado. Un buen minero " +"básico para CPU modernas se puede encontrar aquí:" #: ../../docs/user/mining/index.rst:168 msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" @@ -401,10 +391,9 @@ msgstr "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -414,8 +403,8 @@ msgstr "CPU-Z muestra detalles sobre una CPU Intel i7 Haswell " #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" "Si tu CPU no es compatible con AES-NI y AVX, entonces puede probar un " "software más generalizado que no requiera conjuntos de instrucciones " @@ -432,17 +421,17 @@ msgstr "https://github.com/tpruvot/cpuminer-multi" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" -msgstr "" -"Nuestro objetivo aquí es elegir un software de minería que sea compatible" -" los conjuntos de instrucciones máximos posibles disponibles en tu CPU, y" -" luego intentar aumentar la velocidad de hash. Una vez que hayas hecho tu" -" elección, haz click en **Versiones**, descarga y extrae el archivo zip. " -"Los diferentes archivos \\*.exe indican qué optimizaciones de procesador " +"which specific processor optimizations they support. The folder should look " +"something like this:" +msgstr "" +"Nuestro objetivo aquí es elegir un software de minería que sea compatible " +"los conjuntos de instrucciones máximos posibles disponibles en tu CPU, y " +"luego intentar aumentar la velocidad de hash. Una vez que hayas hecho tu " +"elección, haz click en **Versiones**, descarga y extrae el archivo zip. Los " +"diferentes archivos \\*.exe indican qué optimizaciones de procesador " "específicas admiten. La carpeta debería verse más o menos así:" #: ../../docs/user/mining/index.rst:198 @@ -455,28 +444,27 @@ msgstr "Configuración" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" -msgstr "" -"Comienza seleccionando un grupo de minería y generando una dirección de " -"Dash como se describe en la sección superior :ref:`Grupos de minería " -"`. Manten todos tus archivos de minería en una sola " -"carpeta. En este ejemplo, trabajaremos desde el Escritorio. El nodo " -"seleccionado para este ejemplo pertenece a la lista p2poolming.us y se " -"encuentra en China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" +msgstr "" +"Comienza seleccionando un grupo de minería y generando una dirección de Dash" +" como se describe en la sección superior :ref:`Grupos de minería `. Manten todos tus archivos de minería en una sola carpeta. En este " +"ejemplo, trabajaremos desde el Escritorio. El nodo seleccionado para este " +"ejemplo pertenece a la lista p2poolming.us y se encuentra en China::" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" -"A continuación, abre **bloc de notas** y escribe en una línea el comando " -"que usaremos para iniciar el minero, seguido de una pausa en la segunda " -"línea. El formato general es el siguiente::" +"A continuación, abre **bloc de notas** y escribe en una línea el comando que" +" usaremos para iniciar el minero, seguido de una pausa en la segunda línea. " +"El formato general es el siguiente::" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 msgid "Where:" @@ -495,7 +483,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "o = URL de tu grupo de minería, incluyendo el protocolo y el puerto" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" "u = nombre de usuario, generalmente la dirección de recepción, de tu " "billetera o trabajador, de Dash" @@ -519,18 +508,18 @@ msgstr "Para la CPU en el ejemplo anterior, el comando puede ser::" #: ../../docs/user/mining/index.rst:236 msgid "Notepad file showing an example command to start a CPU miner" msgstr "" -"Archivo de Bloc de notas que muestra un comando de ejemplo para iniciar " -"un minero de CPU" +"Archivo de Bloc de notas que muestra un comando de ejemplo para iniciar un " +"minero de CPU" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" "Haz click en **Archivo**, luego **Guardar como**. Cambia **Guardar como " -"tipo** a **Todos los archivos**, luego escribe el nombre del archivo como" -" *startminer.bat* y guárdalo en la misma carpeta que los archivos " +"tipo** a **Todos los archivos**, luego escribe el nombre del archivo como " +"*startminer.bat* y guárdalo en la misma carpeta que los archivos " "descomprimidos *minerd*." #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -540,30 +529,29 @@ msgstr "Probando" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" "¡Ahora estás listo para comenzar! Controla el uso de tu CPU en " -"**Administrador de tareas** (haz click con el botón derecho en la barra " -"de tareas para abrir esto) y ten cuidado de que la temperatura de la CPU " -"no supere el límite máximo (alrededor de 64 ° C). Si tiene problemas de " +"**Administrador de tareas** (haz click con el botón derecho en la barra de " +"tareas para abrir esto) y ten cuidado de que la temperatura de la CPU no " +"supere el límite máximo (alrededor de 64 ° C). Si tiene problemas de " "temperatura o de estabilidad en el escritorio, reduce ``t`` a ~2 hilos e " -"intenta eso primero. Si se deja fuera ``t``, la máquina adoptará el " -"número máximo de hilos. Después de ejecutar el minero por un tiempo, echa" -" un vistazo a la velocidad de hash y los pagos en tu grupo de minería. " -"Puedes identificar a tu minero por la dirección de la billetera en la " -"página." +"intenta eso primero. Si se deja fuera ``t``, la máquina adoptará el número " +"máximo de hilos. Después de ejecutar el minero por un tiempo, echa un " +"vistazo a la velocidad de hash y los pagos en tu grupo de minería. Puedes " +"identificar a tu minero por la dirección de la billetera en la página." #: ../../docs/user/mining/index.rst:257 msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" msgstr "" -"Ejemplo de minería de CPU usando el minero de CPU DarkCoin 1.3 en Intel " -"Core i7" +"Ejemplo de minería de CPU usando el minero de CPU DarkCoin 1.3 en Intel Core" +" i7" #: ../../docs/user/mining/index.rst:260 msgid "Tips" @@ -571,34 +559,32 @@ msgstr "Consejos" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" "Reduce el número de subprocesos para mayor usabilidad de escritorio y " -"reducción de calor. Si la temperatura de la CPU es demasiado alta, " -"considera instalar un ventilador nuevo y verificar que la pasta térmica " -"del disipador térmico en la CPU sea adecuada. Modifica la velocidad del " -"reloj del procesador para obtener un mayor rendimiento usando un " -"controlador para la tarjeta madre como `AI Suite " -"`_ para tarjetas madres Asus. " -"La reducción del voltaje del núcleo de la CPU dará como resultado una " -"temperatura más baja pero una mayor inestabilidad." +"reducción de calor. Si la temperatura de la CPU es demasiado alta, considera" +" instalar un ventilador nuevo y verificar que la pasta térmica del disipador" +" térmico en la CPU sea adecuada. Modifica la velocidad del reloj del " +"procesador para obtener un mayor rendimiento usando un controlador para la " +"tarjeta madre como `AI Suite `_ " +"para tarjetas madres Asus. La reducción del voltaje del núcleo de la CPU " +"dará como resultado una temperatura más baja pero una mayor inestabilidad." #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" -"Intenta seleccionar un grupo cercano para reducir la latencia de la red. " -"Si el nodo parece lento, cámbiate a otra ubicación. Distribuye la " -"potencia de hash a nivel mundial en diferentes grupos para evitar " -"bifurcaciones." +"Intenta seleccionar un grupo cercano para reducir la latencia de la red. Si " +"el nodo parece lento, cámbiate a otra ubicación. Distribuye la potencia de " +"hash a nivel mundial en diferentes grupos para evitar bifurcaciones." #: ../../docs/user/mining/index.rst:277 msgid "GPU Mining" @@ -608,46 +594,44 @@ msgstr "Minería con GPU" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." -msgstr "" -"Esta guía consolida varias otras guías sobre cómo usar tu GPU (el " -"procesador en tu tarjeta gráfica) para minar Dash usando el algoritmo X11" -" en Windows. Ten en cuenta que el creciente mercado de los mineros con " -"ASICs significa que esto, probablemente no va a ser rentable. Muchos de " -"los softwares descritos aquí tampoco se han actualizado durante varios " -"años, por lo que esta guía debe usarse solo con fines experimentales." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." +msgstr "" +"Esta guía consolida varias otras guías sobre cómo usar tu GPU (el procesador" +" en tu tarjeta gráfica) para minar Dash usando el algoritmo X11 en Windows. " +"Ten en cuenta que el creciente mercado de los mineros con ASICs significa " +"que esto, probablemente no va a ser rentable. Muchos de los softwares " +"descritos aquí tampoco se han actualizado durante varios años, por lo que " +"esta guía debe usarse solo con fines experimentales." #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" "Esta guía cubrirá el proceso de descarga y configuración del software de " -"minería, seguido de algunas sugerencias para optimizaciones. Esta " -"tecnología puede cambiar rápidamente, por lo que te recomendamos que " -"estés atento a los sitios de minería como estos con el fin de mantenerte " -"al día con la última información y lanzamientos." +"minería, seguido de algunas sugerencias para optimizaciones. Esta tecnología" +" puede cambiar rápidamente, por lo que te recomendamos que estés atento a " +"los sitios de minería como estos con el fin de mantenerte al día con la " +"última información y lanzamientos." #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" "En cuanto a la minería con CPU, existe una gama de software de minería " -"disponibles para la minería de GPU. La mayoría se basa en sgminer " -"compilado con diferentes optimizaciones específicas para diferentes " -"hardware. Un buen enfoque es identificar tu hardware gráfico, luego elije" -" una versión apropiada de sgminer. Puedes usar `GPU-Z " +"disponibles para la minería de GPU. La mayoría se basa en sgminer compilado " +"con diferentes optimizaciones específicas para diferentes hardware. Un buen " +"enfoque es identificar tu hardware gráfico, luego elije una versión " +"apropiada de sgminer. Puedes usar `GPU-Z " "`_ para identificar tu GPU hardware:" #: ../../docs/user/mining/index.rst:309 @@ -655,23 +639,22 @@ msgid "" "GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " "GPUs" msgstr "" -"GPU-Z muestra los detalles para las GPU de clase AMD Radeon Turks y " -"NVIDIA Quadro GK104" +"GPU-Z muestra los detalles para las GPU de clase AMD Radeon Turks y NVIDIA " +"Quadro GK104" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" "A continuación, descarga el software de minería. La mayoría de estos se " -"basan en el `sgminer ` _ " -"original, pero esto no es adecuado para el algoritmo X11, no ofrece " -"binarios compilados y no se ha actualizado en años. Describiremos el uso " -"de software binario precompilado que solo mantienen los desarrolladores " -"más nuevos." +"basan en el `sgminer ` _ original, " +"pero esto no es adecuado para el algoritmo X11, no ofrece binarios " +"compilados y no se ha actualizado en años. Describiremos el uso de software " +"binario precompilado que solo mantienen los desarrolladores más nuevos." #: ../../docs/user/mining/index.rst:318 msgid "**AMD**" @@ -686,23 +669,24 @@ msgid "**NVIDIA**" msgstr "**NVIDIA**" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" "https://github.com/tpruvot/ccminer/releases (enfocado en la aplicación " "central)" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" "https://github.com/sp-hash/ccminer/releases (sp-mod, núcleos optimizados " "CUDA para Windows)" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" "Descarga tu versión elegida y extrae el archivo zip en una ubicación " "conocida. La carpeta debería verse más o menos así:" @@ -713,17 +697,16 @@ msgstr "Mineros ejecutables de GPU para Dash" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" "El archivo sgminer es el archivo ejecutable, mientras que los diversos " -"archivos con extensiones .cl definen los diversos algoritmos admitidos " -"por sgminer. En este caso, estamos interesados en las implementaciones de" -" darkcoin.cl y darkcoin-mod.cl de X11. Ten en cuenta que el nombre del " +"archivos con extensiones .cl definen los diversos algoritmos admitidos por " +"sgminer. En este caso, estamos interesados en las implementaciones de " +"darkcoin.cl y darkcoin-mod.cl de X11. Ten en cuenta que el nombre del " "archivo ejecutable puede ser diferente para mineros con diferentes " "optimizaciones, por ejemplo ccminer para tarjetas NVIDIA." @@ -732,13 +715,13 @@ msgid "" "Next, open **Notepad** and create the basic configuration. The general " "format is as follows::" msgstr "" -"Luego, abre el **bloc de notas** y crea la configuración básica. El " -"formato general es el siguiente::" +"Luego, abre el **bloc de notas** y crea la configuración básica. El formato " +"general es el siguiente::" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" "grupos = define una lista de grupos (en este caso, solo uno) hacia los " "cuales se dirige el poder de hash" @@ -749,11 +732,10 @@ msgstr "url = URL de su grupo de minería, incluido el protocolo y el puerto" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" -"usuario = nombre de usuario, por lo general, la dirección de recepción de" -" Dash de tu billetera o trabajador" +"usuario = nombre de usuario, por lo general, la dirección de recepción de " +"Dash de tu billetera o trabajador" #: ../../docs/user/mining/index.rst:376 msgid "pass = password, can often be set to x" @@ -761,11 +743,11 @@ msgstr "pass = contraseña, a menudo se puede establecer en x" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" -"algoritmo = algoritmo de hash para usar, en este caso darkcoin (por " -"razones históricas) o darkcoin-mod" +"algoritmo = algoritmo de hash para usar, en este caso darkcoin (por razones " +"históricas) o darkcoin-mod" #: ../../docs/user/mining/index.rst:380 msgid "For the pool above, the configuration may be:" @@ -777,33 +759,33 @@ msgstr "Archivo de configuración para un minero de Dash con GPU" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" "Haz click en **Archivo**, luego **Guardar como**. Cambia **Guardar como " -"tipo** a **Todos los archivos**, luego escribe el nombre del archivo como" -" *sgminer.conf * y guárdalo en la misma carpeta que los archivos " +"tipo** a **Todos los archivos**, luego escribe el nombre del archivo como " +"*sgminer.conf * y guárdalo en la misma carpeta que los archivos " "descomprimidos *sgminer*." #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" "Haz doble click en *sgminer.exe* y aparecerá de inmediato la ventana de " "**Command Prompt**. Si desaparece demasiado rápido, comprueba tu " -"configuración por comas faltantes, corchetes no cerrados o nombre de " -"archivo incorrecto. El programa compilará un binario especial específico " -"para tu GPU y lo almacenará en la carpeta, luego comenzará a hacer hash." +"configuración por comas faltantes, corchetes no cerrados o nombre de archivo" +" incorrecto. El programa compilará un binario especial específico para tu " +"GPU y lo almacenará en la carpeta, luego comenzará a hacer hash." #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" "Ejemplo de minería con GPU con sgminer 5.6.1-nicehash-51 en Intel HD " "Graphics 4600" @@ -814,40 +796,39 @@ msgstr "Minería con ASIC" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" -"ASIC significa *Circuito integrado específico de aplicación* y describe " -"un tipo de procesador que está diseñado para un solo propósito. Los ASIC " -"son una opción popular para minar criptomonedas porque pueden ofrecer una" -" mayor eficiencia que los mineros que usan CPU o GPU, lo que resulta en " -"mayores ganancias." +"ASIC significa *Circuito integrado específico de aplicación* y describe un " +"tipo de procesador que está diseñado para un solo propósito. Los ASIC son " +"una opción popular para minar criptomonedas porque pueden ofrecer una mayor " +"eficiencia que los mineros que usan CPU o GPU, lo que resulta en mayores " +"ganancias." #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." -msgstr "" -"Ten en cuenta que la información en esta página puede quedar obsoleta muy" -" rápidamente debido al mercado rápidamente cambiante y la dificultad de " -"minar Dash. Tu eres responsable de llevar a cabo tu propia investigación " -"y cualquier listado en esta página no debe considerarse una aprobación de" -" ningún producto en particular. Un buen lugar para comenzar tu " -"investigación es la `sección de minería de los foros de Dash " -"`_." +msgstr "" +"Ten en cuenta que la información en esta página puede quedar obsoleta muy " +"rápidamente debido al mercado rápidamente cambiante y la dificultad de minar" +" Dash. Tu eres responsable de llevar a cabo tu propia investigación y " +"cualquier listado en esta página no debe considerarse una aprobación de " +"ningún producto en particular. Un buen lugar para comenzar tu investigación " +"es la `sección de minería de los foros de Dash " +"`_." #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" "Los siguientes mineros X11 ASIC están disponibles hoy en el mercado, haz " "click en el nombre del producto para visitar el sitio web del fabricante:" @@ -906,7 +887,8 @@ msgstr "$1,180" #: ../../docs/user/mining/index.rst:432 msgid "`Spondoolies SPx36 `_" -msgstr "`Spondoolies SPx36 `_" +msgstr "" +"`Spondoolies SPx36 `_" #: ../../docs/user/mining/index.rst:432 msgid "540 GH/s ±10%" @@ -930,8 +912,7 @@ msgstr "$7,000" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -964,8 +945,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" "Los siguientes mineros de ASIC ya no están disponibles o son obsoletos " "debido al aumento de la dificultad en la red." @@ -1112,9 +1093,8 @@ msgid "490 x 350 x 180" msgstr "490 x 350 x 180" #: ../../docs/user/mining/index.rst:462 -#, fuzzy msgid "`iBelink DM11G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:462 msgid "11 GH/s ±5%" @@ -1129,9 +1109,8 @@ msgid "22 kg" msgstr "22 kg" #: ../../docs/user/mining/index.rst:464 -#, fuzzy msgid "`iBelink DM22G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:464 msgid "22 GH/s ±5%" @@ -1255,7 +1234,8 @@ msgid "490 x 390 x 180" msgstr "490 x 390 x 180" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1273,23 +1253,3 @@ msgstr "3.1 kg" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "400 x 135 x 158" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" -#~ "https://github.com/KlausT/ccminer/releases (similar a " -#~ "la versión SP, más limpia)" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" -#~ "`iBelink DM22G `_" - diff --git a/locale/es/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/es/LC_MESSAGES/docs/user/mining/p2pool.po index b85d1d726..49b190797 100644 --- a/locale/es/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/es/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -14,21 +14,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "Guía para configurar un nodo P2Pool de Dash" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "dash, minería, X11, p2pool, nodo, software, ASIC, pool de minería" diff --git a/locale/es/LC_MESSAGES/docs/user/mining/pools.po b/locale/es/LC_MESSAGES/docs/user/mining/pools.po index e8784b3ee..bdabf6c95 100644 --- a/locale/es/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/es/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "Guia para minar usando un pool de minería" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" "dash, minería, X11, CPU, GPU, ASIC, hardware, pool, pools de minería, Luxor" diff --git a/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po index 66ec8bade..7fc47ea02 100644 --- a/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/es/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Ivan SIerraalta , 2023 +# Tomas Alfaro , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: es\n" -"Language-Team: es \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Tomas Alfaro , 2023\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +48,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Instalación" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +84,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -92,21 +95,21 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" -msgstr "" +msgstr "Configuración del masternode" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +126,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +145,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +165,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +190,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +205,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +221,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +267,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +292,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +305,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +360,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +373,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/es/LC_MESSAGES/docs/user/network/electrumx-server.po index 05d48533a..b9a110d5c 100644 --- a/locale/es/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/es/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 6a13b009e..6ea26f6e6 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # pedrosp , 2022 # Leon White , 2022 # Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -"Configurar una libreta de direcciones, tasas de cambio, barrer billeteras" -" de papel y cambiar las configuraciones en la billetera Dash de Android." +"Configurar una libreta de direcciones, tasas de cambio, barrer billeteras de" +" papel y cambiar las configuraciones en la billetera Dash de Android." -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" "dash, móvil, billetera, android, libreta de direcciones, papel, tasas de " @@ -49,29 +48,28 @@ msgstr "Libreta de direcciones" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" "Tu billetera Android te permite administrar direcciones de uso frecuente " "mediante la adición de una etiqueta que te ayudará a identificar al " "propietario. También puedes etiquetar tus propias direcciones en la " -"billetera para realizar un seguimiento de los pagos regulares que " -"recibes. Puedes acceder a la libreta de direcciones tocando el **Botón de" -" menú**, luego **Libreta de direcciones**. Aparecerá una pantalla en la " -"que puedes deslizar el dedo hacia la izquierda y hacia la derecha entre " -"tus propias direcciones y las direcciones a las que envías Dash con " -"frecuencia, como por ejemplo, miembros de la familia. Toca el botón **Más" -" opciones** para **Pegar desde el portapapeles** o para **Escanear " -"dirección** desde un código QR, o toca una dirección existente para " -"**Enviar Dash** o **Editar** la etiqueta ." +"billetera para realizar un seguimiento de los pagos regulares que recibes. " +"Puedes acceder a la libreta de direcciones tocando el **Botón de menú**, " +"luego **Libreta de direcciones**. Aparecerá una pantalla en la que puedes " +"deslizar el dedo hacia la izquierda y hacia la derecha entre tus propias " +"direcciones y las direcciones a las que envías Dash con frecuencia, como por" +" ejemplo, miembros de la familia. Toca el botón **Más opciones** para " +"**Pegar desde el portapapeles** o para **Escanear dirección** desde un " +"código QR, o toca una dirección existente para **Enviar Dash** o **Editar** " +"la etiqueta ." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -79,21 +77,22 @@ msgstr "*Acceder a la libreta de direcciones y agregar una dirección*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." -msgstr "" -"También puedes agregar etiquetas directamente desde la pantalla principal" -" del historial de transacciones presionando el botón **Más opciones** " -"para la transacción (tres puntos verticales) y seleccionando **Agregar " -"etiqueta a tu dirección**, **Editar etiqueta de tu dirección**, **Agregar" -" dirección de envío** o **Editar etiqueta de dirección de envío**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." +msgstr "" +"También puedes agregar etiquetas directamente desde la pantalla principal " +"del historial de transacciones presionando el botón **Más opciones** para la" +" transacción (tres puntos verticales) y seleccionando **Agregar etiqueta a " +"tu dirección**, **Editar etiqueta de tu dirección**, **Agregar dirección de " +"envío** o **Editar etiqueta de dirección de envío**." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" -msgstr "*Agregar y editar etiquetas de direcciones en la vista de transacciones*" +msgstr "" +"*Agregar y editar etiquetas de direcciones en la vista de transacciones*" #: ../../docs/user/wallets/android/advanced-functions.rst:53 msgid "Exchange rates" @@ -101,29 +100,29 @@ msgstr "Tipo de cambio" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." -msgstr "" -"La billetera de Dash para Android te permite mostrar el valor equivalente" -" de tu saldo de Dash y en transacciones seleccionando una moneda " -"fiduciaria predeterminada. Para seleccionar una moneda predeterminada, " -"presiona el **botón de menú**, luego **Tasas de cambio**. Encuentra tu " -"moneda fiduciaria preferida, luego presiona el botón **Más opciones** " -"para esa moneda y selecciona **Establecer como predeterminado**. La tasa " -"de cambio para esta moneda aparecerá al enviar Dash, y también puedes " -"tocar en el campo de moneda fiduciaria para ingresar el valor en la " -"moneda fiduciaria directamente, en lugar de en Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." +msgstr "" +"La billetera de Dash para Android te permite mostrar el valor equivalente de" +" tu saldo de Dash y en transacciones seleccionando una moneda fiduciaria " +"predeterminada. Para seleccionar una moneda predeterminada, presiona el " +"**botón de menú**, luego **Tasas de cambio**. Encuentra tu moneda fiduciaria" +" preferida, luego presiona el botón **Más opciones** para esa moneda y " +"selecciona **Establecer como predeterminado**. La tasa de cambio para esta " +"moneda aparecerá al enviar Dash, y también puedes tocar en el campo de " +"moneda fiduciaria para ingresar el valor en la moneda fiduciaria " +"directamente, en lugar de en Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" "*Seleccionar una tasa de cambio fija a moneda fiduciaria y crear una " "transacción denominada en USD*" @@ -136,10 +135,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -152,41 +151,40 @@ msgstr "Arrastrar la billetera de papel" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" "Arrastrar una billetera de papel es un método para transferir el valor " -"almacenado en una dirección que hayas recibido como billetera de papel o " -"de un cajero automático a tu propia billetera. Debes tener acceso a la " -"llave privada para que una dirección use esta función. En este proceso, " -"todos los Dash almacenados en la dirección se enviarán a una nueva " -"dirección que se ha generado determinísticamente a partir de tu semilla " -"de billetera. Las llaves privadas que arrastras no se vuelven parte de tu" -" billetera." +"almacenado en una dirección que hayas recibido como billetera de papel o de " +"un cajero automático a tu propia billetera. Debes tener acceso a la llave " +"privada para que una dirección use esta función. En este proceso, todos los " +"Dash almacenados en la dirección se enviarán a una nueva dirección que se ha" +" generado determinísticamente a partir de tu semilla de billetera. Las " +"llaves privadas que arrastras no se vuelven parte de tu billetera." #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" "Para arrastrar una billetera de papel, presiona el **Botón de menú** y " -"selecciona **Arrastrar Billetera de papel**. Presiona el botón " -"**Escanear** y escanea el código QR de tu billetera de papel. Una vez que" -" se haya identificado la llave privada, presiona **Arrastrar** para crear" -" la transacción moviendo los Dash hacia tu billetera. Una vez que se " -"confirma esta transacción, el papel no tiene valor y debe ser destruido." +"selecciona **Arrastrar Billetera de papel**. Presiona el botón **Escanear** " +"y escanea el código QR de tu billetera de papel. Una vez que se haya " +"identificado la llave privada, presiona **Arrastrar** para crear la " +"transacción moviendo los Dash hacia tu billetera. Una vez que se confirma " +"esta transacción, el papel no tiene valor y debe ser destruido." #: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" -msgstr "*Arrastrar una billetera de papel con 0.10 DASH en la billetera Android*" +msgstr "" +"*Arrastrar una billetera de papel con 0.10 DASH en la billetera Android*" #: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" @@ -194,22 +192,23 @@ msgstr "Monitor de red" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" "La billetera de Dash para Android es una billetera liviana y funciona en " -"modo SPV, lo que significa que no descarga una copia completa de la " -"cadena de bloques. El monitor de red te permite ver detalles sobre los " -"nodos completos a los que está conectado. También puedes deslizar hacia " -"la izquierda para ver los bloques a medida que se crean en la cadena de " +"modo SPV, lo que significa que no descarga una copia completa de la cadena " +"de bloques. El monitor de red te permite ver detalles sobre los nodos " +"completos a los que está conectado. También puedes deslizar hacia la " +"izquierda para ver los bloques a medida que se crean en la cadena de " "bloques." #: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" -msgstr "*Visualización de pares y bloques para monitorear la actividad de la red*" +msgstr "" +"*Visualización de pares y bloques para monitorear la actividad de la red*" #: ../../docs/user/wallets/android/advanced-functions.rst:147 #: ../../docs/user/wallets/android/advanced-functions.rst:163 @@ -222,18 +221,18 @@ msgstr "*El menú de Configuración en la billetera de Dash para Android*" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." -msgstr "" -"El menú de configuración contiene una variedad de opciones para controlar" -" el comportamiento de la billetera de Dash para Android. Para acceder a " -"la configuración, presiona el **botón de Menú**, luego **Configuración**." -" A continuación, puedes elegir entre **Configuración**, **Diagnóstico** y" -" **Acerca de**, que muestra la versión de la billetera, el derecho de " -"autor, la licencia y la información del código fuente." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." +msgstr "" +"El menú de configuración contiene una variedad de opciones para controlar el" +" comportamiento de la billetera de Dash para Android. Para acceder a la " +"configuración, presiona el **botón de Menú**, luego **Configuración**. A " +"continuación, puedes elegir entre **Configuración**, **Diagnóstico** y " +"**Acerca de**, que muestra la versión de la billetera, el derecho de autor, " +"la licencia y la información del código fuente." #: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" @@ -244,8 +243,8 @@ msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"Selecciona la cantidad de decimales que se mostrarán para las " -"denominaciones de DASH, o cambia a las denominaciones mDASH o μDASH" +"Selecciona la cantidad de decimales que se mostrarán para las denominaciones" +" de DASH, o cambia a las denominaciones mDASH o μDASH" #: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" @@ -253,14 +252,14 @@ msgstr "Nombre propio" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" -"Ingresa un nombre corto que se incluirá en tus códigos QR cuando se " -"muestre a otros usuarios para escanear. El nombre corto aparecerá como " -"una etiqueta en su billetera para verificar el destinatario y simplificar" -" el manejo de la dirección." +"Ingresa un nombre corto que se incluirá en tus códigos QR cuando se muestre " +"a otros usuarios para escanear. El nombre corto aparecerá como una etiqueta " +"en su billetera para verificar el destinatario y simplificar el manejo de la" +" dirección." #: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" @@ -268,8 +267,7 @@ msgstr "Diálogo de cierre automático para enviar monedas" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" "Especifica si se debe cerrar o no el diálogo de envío una vez que se " "completa un pago." @@ -280,11 +278,11 @@ msgstr "Indicador de conectividad" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" -"Permite visualizar un indicador en el área de notificación de Android " -"para poder verificar rápidamente la conectividad." +"Permite visualizar un indicador en el área de notificación de Android para " +"poder verificar rápidamente la conectividad." #: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" @@ -293,8 +291,7 @@ msgstr "Par de confianza" #: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" -"Ingresa la dirección IP o el nombre de host de un solo par para " -"conectarte." +"Ingresa la dirección IP o el nombre de host de un solo par para conectarte." #: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" @@ -302,11 +299,11 @@ msgstr "Omitir el descubrimiento regular de pares " #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" -"Al habilitar esta opción, se impide el descubrimiento automático de pares" -" y se fuerza la conexión con el único par de confianza especificado." +"Al habilitar esta opción, se impide el descubrimiento automático de pares y " +"se fuerza la conexión con el único par de confianza especificado." #: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" @@ -326,11 +323,11 @@ msgstr "Uso de datos" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" -"Enlaces a la función de Android **Uso de datos** para ver y/o restringir " -"el uso de datos para la aplicación." +"Enlaces a la función de Android **Uso de datos** para ver y/o restringir el " +"uso de datos para la aplicación." #: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" @@ -338,11 +335,11 @@ msgstr "Recordatorio de saldo" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" -"Permite que una notificación del sistema Android te recuerde cualquier " -"Dash que no ha sido gastado si no abres la aplicación en ese momento." +"Permite que una notificación del sistema Android te recuerde cualquier Dash " +"que no ha sido gastado si no abres la aplicación en ese momento." #: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" @@ -351,8 +348,7 @@ msgstr "Habilitar InstantSend" #: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -"Habilita la funcionalidad para usar InstantSend para enviar y recibir " -"Dash." +"Habilita la funcionalidad para usar InstantSend para enviar y recibir Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" @@ -367,7 +363,8 @@ msgid "Show disclaimer" msgstr "Mostrar descargo de responsabilidad" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" "Habilita o deshabilita varios descargos de responsabilidad y mensajes de " "advertencia en la aplicación." @@ -379,8 +376,8 @@ msgstr "BIP70 para escanear-para-pagar" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" "Habilita el uso del `Protocolo de pago BIP70 " "`_ para " @@ -393,12 +390,12 @@ msgstr "Buscar nombres de billetera" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" -"Habilita el uso de `DNSSEC " -"`_" -" para intentar identificar un nombre de billetera al crear transacciones." +"Habilita el uso de `DNSSEC `_ para intentar identificar un nombre de billetera " +"al crear transacciones." #: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" @@ -410,12 +407,12 @@ msgstr "Reportar problema" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" "Te permite recopilar una variedad de información relacionada con tu " -"billetera para enviar un informe de errores a los desarrolladores para la" -" resolución de problemas." +"billetera para enviar un informe de errores a los desarrolladores para la " +"resolución de problemas." #: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" @@ -423,14 +420,14 @@ msgstr "Mostrar xpub" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" -"Muestra la llave pública extendida para la semilla utilizada para generar" -" direcciones en tu billetera. Proporcionar tu xpub a un tercero les " -"permitirá ver todo tu historial de transacciones, pero no realizar nuevas" -" transacciones." +"Muestra la llave pública extendida para la semilla utilizada para generar " +"direcciones en tu billetera. Proporcionar tu xpub a un tercero les permitirá" +" ver todo tu historial de transacciones, pero no realizar nuevas " +"transacciones." #: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" @@ -438,12 +435,11 @@ msgstr "Restablecer la cadena de bloques" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" "Restablece los datos almacenados en tu dispositivo relacionados con la " -"cadena de bloques. Esta información deberá recopilarse nuevamente a " -"partir de nodos completos, similar a la configuración de una nueva " -"billetera. Este proceso puede llevar un tiempo." - +"cadena de bloques. Esta información deberá recopilarse nuevamente a partir " +"de nodos completos, similar a la configuración de una nueva billetera. Este " +"proceso puede llevar un tiempo." diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 54d97afe4..dcaf1b4e7 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "Empezando a enviar y recibir Dash en su dispositivo Android" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/index.po index 2c5a56f6c..927f9eab2 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,10 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/es/LC_MESSAGES/docs/user/wallets/android/installation.po index bba2329da..8f874c8e5 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Tomas Alfaro , 2022 # Leon White , 2022 # Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "Como instalar la billetera Dash en su dispositivo Android" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "dash, móvil, billetera, android, instalación, compilar" @@ -43,11 +42,11 @@ msgstr "Google Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" -"La manera más fácil de instalar la Billetera Dash para Android es desde " -"la tienda de Google Play." +"La manera más fácil de instalar la Billetera Dash para Android es desde la " +"tienda de Google Play." #: ../../docs/user/wallets/android/installation.rst:21 msgid "From APK" @@ -55,23 +54,23 @@ msgstr "Desde APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" "Algunos teléfonos Android no tienen acceso a Google Play Store porque es " -"posible que el software del teléfono, el proveedor de la red o el país no" -" lo permitan. Puedes instalar la aplicación de forma manual primero " -"habilitando la instalación de fuentes externas (si aún no lo ha hecho) y " -"luego descargando e instalando un archivo APK. Sigue estas instrucciones:" +"posible que el software del teléfono, el proveedor de la red o el país no lo" +" permitan. Puedes instalar la aplicación de forma manual primero habilitando" +" la instalación de fuentes externas (si aún no lo ha hecho) y luego " +"descargando e instalando un archivo APK. Sigue estas instrucciones:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" "Asegúresate de que tu versión de Android sea al menos la 4.0.3 yendo a " "**Configuración → Acerca del teléfono** y verificando el número de la " @@ -83,8 +82,8 @@ msgid "" "Enable Unknown sources by going to **Settings → Security → Unknown " "sources**. Read and accept the warning." msgstr "" -"Habilita las Fuentes desconocidas yendo a **Ajustes → Seguridad → Fuentes" -" desconocidas**. Lee y acepta la advertencia." +"Habilita las Fuentes desconocidas yendo a **Ajustes → Seguridad → Fuentes " +"desconocidas**. Lee y acepta la advertencia." #: ../../docs/user/wallets/android/installation.rst:33 msgid "" @@ -94,12 +93,12 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" -"Si no puedes usar su teléfono para conectarte, descarga el APK usando tu " -"PC y cópialo a tu teléfono usando un cable o Bluetooth. Es posible que " +"Si no puedes usar su teléfono para conectarte, descarga el APK usando tu PC " +"y cópialo a tu teléfono usando un cable o Bluetooth. Es posible que " "necesites un buscador de archivos para encontrar el archivo copiado." #: ../../docs/user/wallets/android/installation.rst:39 @@ -112,26 +111,24 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" -"Asegúrate de tener una copia de ADB en tu PC. Esto está incluido en " -"Android `SDK Platform Tools " -"`_ " -"para Mac, Windows o Linux." +"Asegúrate de tener una copia de ADB en tu PC. Esto está incluido en Android " +"`SDK Platform Tools `_ para Mac, Windows o Linux." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" -"Habilita la depuración USB yendo a **Ajustes → Opciones de desarrollador" -" → depuración USB**. Si las **Opciones de desarrollador** no están " -"disponibles, ve a **Acerca del teléfono**,desplácese hacia abajo y toque " -"el **Número de compilación** siete veces." +"Habilita la depuración USB yendo a **Ajustes → Opciones de desarrollador → " +"depuración USB**. Si las **Opciones de desarrollador** no están disponibles," +" ve a **Acerca del teléfono**,desplácese hacia abajo y toque el **Número de " +"compilación** siete veces." #: ../../docs/user/wallets/android/installation.rst:54 msgid "" @@ -144,8 +141,8 @@ msgid "" "Connect your phone to the PC, open a terminal/command prompt window and " "type::" msgstr "" -"Conecta tu teléfono a la PC, abre la ventana de terminal/command prompt y" -" escribe::" +"Conecta tu teléfono a la PC, abre la ventana de terminal/command prompt y " +"escribe::" #: ../../docs/user/wallets/android/installation.rst:63 msgid "From source" @@ -155,54 +152,27 @@ msgstr "Desde la fuente" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" -"Ahora que el entorno de compilación está listo, descarga y crea la fuente" -" de la billetera de Dash para Android::" +"Ahora que el entorno de compilación está listo, descarga y crea la fuente de" +" la billetera de Dash para Android::" #: ../../docs/user/wallets/android/installation.rst:97 msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index ccd15c897..4b75ffca6 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alejandro Echeverria , 2022 # Ivan SIerraalta , 2022 # Jahlexis Lugo , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -47,52 +46,49 @@ msgstr "Control de monedas" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" "El control de monedas permite a los usuarios de la billetera Dash Core " -"especificar qué direcciones y salidas de transacciones no utilizadas " -"(UTXOs) deben usarse como entradas en las transacciones. Esto te permite " -"mantener un saldo específico en ciertas direcciones en tu billetera, " -"mientras que gastas otros libremente. En la billetera Dash Core, haz clic" -" en **Configuración > Opciones > Billetera > Habilitar funciones de " -"control de monedas**. Ahora, cuando vayas a la pestaña Enviar en tu " -"billetera, aparecerá un nuevo botón con la etiqueta **Entradas ...** Haz " -"click en este botón para seleccionar qué UTXOs se pueden usar como " -"entrada para cualquier transacción que crees. La siguiente ventana " -"aparecerá:" +"especificar qué direcciones y salidas de transacciones no utilizadas (UTXOs)" +" deben usarse como entradas en las transacciones. Esto te permite mantener " +"un saldo específico en ciertas direcciones en tu billetera, mientras que " +"gastas otros libremente. En la billetera Dash Core, haz clic en " +"**Configuración > Opciones > Billetera > Habilitar funciones de control de " +"monedas**. Ahora, cuando vayas a la pestaña Enviar en tu billetera, " +"aparecerá un nuevo botón con la etiqueta **Entradas ...** Haz click en este " +"botón para seleccionar qué UTXOs se pueden usar como entrada para cualquier " +"transacción que crees. La siguiente ventana aparecerá:" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" -"Ventana de selección de monedas en la billetera Dash Core, que muestra " -"dos masternodes (red de prueba)" +"Ventana de selección de monedas en la billetera Dash Core, que muestra dos " +"masternodes (red de prueba)" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" "Haz click derecho en las transacción(es) que no deseas gastar, luego " -"selecciona **Bloquear sin gastar**. Aparecerá un pequeño candado junto a " -"la transacción. Puedes hacer click en el botón **Conmutar estado de " -"bloqueo** para invertir el estado bloqueado/desbloqueado de todos los " -"UTXOs. Cuando estés listo para continuar, haz click en **Aceptar**. Ahora" -" puedes crear transacciones de forma segura con los fondos restantes sin " -"afectar los UTXOs bloqueados." +"selecciona **Bloquear sin gastar**. Aparecerá un pequeño candado junto a la " +"transacción. Puedes hacer click en el botón **Conmutar estado de bloqueo** " +"para invertir el estado bloqueado/desbloqueado de todos los UTXOs. Cuando " +"estés listo para continuar, haz click en **Aceptar**. Ahora puedes crear " +"transacciones de forma segura con los fondos restantes sin afectar los UTXOs" +" bloqueados." #: ../../docs/user/wallets/dashcore/advanced.rst:45 msgid "Locking UTXOs in Dash Core wallet" @@ -104,8 +100,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -118,8 +114,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -146,10 +142,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -177,27 +173,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 -#, fuzzy msgid "Restore HD wallet" -msgstr "BIlleteras HD" +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 -#, fuzzy msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" -"Dash Core mostrara la semilla HD en hexadecimal y mnemonica BIP39. Para " -"restaurar una billetera HD existente, o define tu propia mnemonica y/o " -"contraseña generada por separado, asegúrate que no existe archivo " -"``wallet.dat`` en ``datadir`` e ingrese los siguientes comandos::" #: ../../docs/user/wallets/dashcore/advanced.rst:126 msgid "Add the HD wallet details to the newly created wallet by running::" @@ -212,48 +202,31 @@ msgstr "" "sincronización esta completa." #: ../../docs/user/wallets/dashcore/advanced.rst:133 -#, fuzzy msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." -msgstr "" -"Desde la versión 0.12.2.0, la billetera Dash Core incluye una " -"implementación de BIP39/BIP44 compatible con la generación de llaves " -"determinísticas jerárquicas (HD). Esta funcionalidad solo esta disponible" -" desde la linea de comando especificando la opción ``usehd`` cuando " -"inicie la Dash Core por primera vez. Utilice esta función con cuidado, ya" -" que las semillas y claves mnemónicas se almacenarán en texto plano hasta" -" que especifique una contraseña para la billetera. Tenga en cuenta que la" -" contraseña de la billetera es diferente a la contraseña mnemónica, la " -"cual también se refiere a las \"25 palabras\" o \"palabras de " -"extensión\". La contraseña de la billetra encripta la billetera misma, " -"mientras la contraseña movida" +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 msgid "Enable HD Wallet Creation By Default" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 -#, fuzzy msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" -"Usaremos la billetera GUI de Windows en este ejemplo, pero los comandos " -"son similares si usa ``dash-qt`` o ``dashd`` en otros sistemas " -"operativos. Ingrese el siguiente comando para iniciar con una semilla de " -"billetera HD generada aleatoriamente y sin contraseña mnemonica::" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -262,22 +235,22 @@ msgstr "Multifirma" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" -msgstr "" -"Esta sección presenta un ejemplo trabajado para demostrar la " -"funcionalidad multifirma en Dash Core. Si bien las transacciones ya no " -"son visibles en la cadena de bloques de la red de prueba actual y algunos" -" formatos de direcciones o respuestas de RPC pueden diferir ligeramente " -"de la versión que se muestra aquí, el principio y los comandos son los " -"mismos. El ejemplo muestra cómo configurar una dirección multifirma de " -"2-de-3 y crear una transacción. Las partes de ejemplo involucradas son un" -" comprador, un vendedor y un árbitro. Este ejemplo se basa en:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" +msgstr "" +"Esta sección presenta un ejemplo trabajado para demostrar la funcionalidad " +"multifirma en Dash Core. Si bien las transacciones ya no son visibles en la " +"cadena de bloques de la red de prueba actual y algunos formatos de " +"direcciones o respuestas de RPC pueden diferir ligeramente de la versión que" +" se muestra aquí, el principio y los comandos son los mismos. El ejemplo " +"muestra cómo configurar una dirección multifirma de 2-de-3 y crear una " +"transacción. Las partes de ejemplo involucradas son un comprador, un " +"vendedor y un árbitro. Este ejemplo se basa en:" #: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" @@ -327,23 +300,23 @@ msgstr "Paso 2: Crear una dirección multifirma" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" -"El comando ``createmultisig`` toma como variables el número n de firmas " -"de m claves (suministradas como arreglo json) requeridas. En este " -"ejemplo, se requieren 2 de 3 llaves para firmar la transacción." +"El comando ``createmultisig`` toma como variables el número n de firmas de m" +" claves (suministradas como arreglo json) requeridas. En este ejemplo, se " +"requieren 2 de 3 llaves para firmar la transacción." #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" -"Nota: Cualquier persona puede crear la dirección, siempre que se conozcan" -" las llaves públicas y su secuencia (la dirección resultante y " -"redeemScript son idénticos, ver abajo)." +"Nota: Cualquier persona puede crear la dirección, siempre que se conozcan " +"las llaves públicas y su secuencia (la dirección resultante y redeemScript " +"son idénticos, ver abajo)." #: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" @@ -367,56 +340,55 @@ msgstr "Paso 4: Gastar la multifirma" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" "Ahora suponemos que el trato está completo, el comprador obtuvo los " "productos y todos están contentos. Ahora el vendedor quiere obtener sus " -"Dash. Como se utilizó una multifirma de 2-de-3, la transacción debe estar" -" firmada por 2 partes (vendedor + comprador o árbitro). El vendedor crea " -"una transacción (reutilizaremos su dirección pública de arriba)." +"Dash. Como se utilizó una multifirma de 2-de-3, la transacción debe estar " +"firmada por 2 partes (vendedor + comprador o árbitro). El vendedor crea una " +"transacción (reutilizaremos su dirección pública de arriba)." #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" "Y lo firma parcialmente, usando redeemScript, scriptPubKey y su llave " "privada" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" -"Ten en cuenta que el hexágono de salida se hace más largo, pero el " -"indicador completo es \"falso\" ya que la transacción necesita otra " -"firma. Entonces, ahora el comprador o el árbitro pueden completar la " -"firma de la transacción, utilizando el resultado de arriba y sus llaves " -"privada. Supongamos que el comprador está completando la firma." +"Ten en cuenta que el hexágono de salida se hace más largo, pero el indicador" +" completo es \"falso\" ya que la transacción necesita otra firma. Entonces, " +"ahora el comprador o el árbitro pueden completar la firma de la transacción," +" utilizando el resultado de arriba y sus llaves privada. Supongamos que el " +"comprador está completando la firma." #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" -"La firma está completa ahora, y cualquiera de las partes puede transmitir" -" la transacción a la red." +"La firma está completa ahora, y cualquiera de las partes puede transmitir la" +" transacción a la red." #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" -"De nuevo, esta transacción se puede rastrear en un explorador de bloques." -" Y el vendedor está feliz de recibir sus monedas en su dirección pública " -"de la siguiente manera." +"De nuevo, esta transacción se puede rastrear en un explorador de bloques. Y " +"el vendedor está feliz de recibir sus monedas en su dirección pública de la " +"siguiente manera." #: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" @@ -424,10 +396,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -450,8 +422,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -476,13 +448,12 @@ msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -502,30 +473,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -534,10 +505,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -560,8 +530,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -590,18 +559,17 @@ msgstr "Múltiples billeteras" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -610,8 +578,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -624,9 +592,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -639,9 +607,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -650,8 +618,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -660,30 +628,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." -msgstr "" -"Para empezar, instala la billetera Dash Core para tu sistema de acuerdo a" -" la :ref:`instrucciones de instalación `. Cuando " -"llegues al paso **Ejecutando Dash Core por primera vez**, puedes decidir " -"si desea mantener archivos `` wallet.dat`` separados en la ubicación " -"predeterminada (más sencillo si no necesita ejecutar las carteras " -"simultáneamente), o especificar directorios de datos completamente " -"separados como, por ejemplo, `` C: \\ Dash1`` (más simple si desea " -"ejecutar las carteras simultáneamente)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." +msgstr "" +"Para empezar, instala la billetera Dash Core para tu sistema de acuerdo a la" +" :ref:`instrucciones de instalación `. Cuando llegues" +" al paso **Ejecutando Dash Core por primera vez**, puedes decidir si desea " +"mantener archivos `` wallet.dat`` separados en la ubicación predeterminada " +"(más sencillo si no necesita ejecutar las carteras simultáneamente), o " +"especificar directorios de datos completamente separados como, por ejemplo, " +"`` C: \\ Dash1`` (más simple si desea ejecutar las carteras " +"simultáneamente)." #: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" @@ -691,18 +659,18 @@ msgstr "Archivos wallet.dat separados" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" -"Para este escenario, crearemos dos atajos en el escritorio, cada uno " -"usando un archivo de billetera diferente. Navega al archivo binario usado" -" para iniciar Dash Core (tipicamente localizado en ``C:\\Program " +"Para este escenario, crearemos dos atajos en el escritorio, cada uno usando " +"un archivo de billetera diferente. Navega al archivo binario usado para " +"iniciar Dash Core (tipicamente localizado en ``C:\\Program " "Files\\DashCore\\dash-qt.exe`` o similar) y crea dos atajos en el " -"escritorio. Entonces abre la ventana **Propiedades** para cada uno de " -"estos atajos." +"escritorio. Entonces abre la ventana **Propiedades** para cada uno de estos " +"atajos." #: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" @@ -711,18 +679,18 @@ msgstr "Creando atajos de escritorio usando Windows 10" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" "Modificar la propiedad **Objetivo** de cada acceso directo para puntar a " -"diferentes archivos de billeteras especificando la el argumento " -"``wallet`` cuando inicia la billetera. Si no especificas un argumento " -"``wallet``, ``wallet.dat`` se usara por defecto. El archivo billetera " -"especificado sera creado sino existe. Los siguientes ejemplos muestran " -"dos billeteras nombradas ``workwallet.dat`` y ``homewallet.dat``:" +"diferentes archivos de billeteras especificando la el argumento ``wallet`` " +"cuando inicia la billetera. Si no especificas un argumento ``wallet``, " +"``wallet.dat`` se usara por defecto. El archivo billetera especificado sera " +"creado sino existe. Los siguientes ejemplos muestran dos billeteras " +"nombradas ``workwallet.dat`` y ``homewallet.dat``:" #: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" @@ -746,15 +714,14 @@ msgstr "Especificando archivos de billeteras separadas" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" -"Puedes usar ahora los dos iconos para abrir rápida y fácilmente " -"diferentes billeteras desde tu escritorio. Ten en cuenta que no puedes " -"abrir ambas billeteras simultáneamente. Para hacer esto, necesitas dos " -"directorios de datos separados, como se describe abajo." +"Puedes usar ahora los dos iconos para abrir rápida y fácilmente diferentes " +"billeteras desde tu escritorio. Ten en cuenta que no puedes abrir ambas " +"billeteras simultáneamente. Para hacer esto, necesitas dos directorios de " +"datos separados, como se describe abajo." #: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" @@ -763,22 +730,21 @@ msgstr "Directorios de datos separados" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" -msgstr "" -"Inicia la Dash Core y deja que sincronice con la red, luego cierra la " -"Dash Core de nuevo. Ahora puedes crear dos directorios por ejemplo " -"``C:\\Dash1`` y ``C:\\Dash2`` y copia los directorios ``blocks`` y " -"``chainstate`` dentro del directorio de datos sincronizado a los nuevos " -"directorios. Cada uno estos servirá como un directorio de datos separado," -" permitiendo que ejecutes dos instancias de la Dash Core simultáneamente." -" Crea dos (o mas) atajos en tu escritorio como se describe abajo, " -"entonces especifica el argumento ``datadir`` como se muestra abajo:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" +msgstr "" +"Inicia la Dash Core y deja que sincronice con la red, luego cierra la Dash " +"Core de nuevo. Ahora puedes crear dos directorios por ejemplo ``C:\\Dash1`` " +"y ``C:\\Dash2`` y copia los directorios ``blocks`` y ``chainstate`` dentro " +"del directorio de datos sincronizado a los nuevos directorios. Cada uno " +"estos servirá como un directorio de datos separado, permitiendo que ejecutes" +" dos instancias de la Dash Core simultáneamente. Crea dos (o mas) atajos en " +"tu escritorio como se describe abajo, entonces especifica el argumento " +"``datadir`` como se muestra abajo:" #: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" @@ -802,20 +768,20 @@ msgstr "Especificar directorios de datos separados" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" "Puedes ahora usar dos iconos para abrir rápida y fácilmente diferentes " -"billeteras simultáneamente desde su escritorio. Ambas billeteras " -"mantienen copias enteras y separadas de la cadena de bloques, la cual " -"puede usar mucho espacio en disco. Para uso mas eficiente del espacio en " -"disco, considere usar un SPV o una billetera \"liviana\" como :ref:`Dash " -"Electrum ` para mantener separadas múltiples " -"billeteras sin mantener una copia completa de la cadena de bloques." +"billeteras simultáneamente desde su escritorio. Ambas billeteras mantienen " +"copias enteras y separadas de la cadena de bloques, la cual puede usar mucho" +" espacio en disco. Para uso mas eficiente del espacio en disco, considere " +"usar un SPV o una billetera \"liviana\" como :ref:`Dash Electrum ` para mantener separadas múltiples billeteras sin mantener " +"una copia completa de la cadena de bloques." #: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" @@ -827,35 +793,7 @@ msgstr "KeePass" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 5448b10e1..14211a667 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -14,21 +14,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "Como respaldar de forma segura y restaurar la billetera Dash Core" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "dash, core, billetera, respaldo, restaurar, wallet.dat" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 104653c80..e7e73eb1b 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Ivan SIerraalta , 2022 # JZA , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: JZA , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "dash, core, billetera, argumentos, comandos, RPC" @@ -39,20 +38,20 @@ msgstr "Argumentos y comandos" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -100,9 +99,7 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -113,8 +110,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -124,8 +121,8 @@ msgstr "Argumento de lineas de comandos" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -150,68 +147,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index b8e1fc1cf..cf55d5332 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -15,21 +15,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/index.po index f7cafc6a5..8287f5ae2 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,10 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index d5c250386..30ea96339 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Ivan SIerraalta , 2022 # Leon White , 2022 # Jahlexis Lugo , 2022 -# Alejandro Echeverria , 2022 +# Alejandro Echeverria , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Alejandro Echeverria , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Alejandro Echeverria , 2023\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "Como descargar, instalar y encriptar la billetera Dash Core en Linux" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "dash, core, billetera, linux, ubuntu, instalación" @@ -39,9 +38,9 @@ msgstr "Guía de instalación de Linux" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -51,8 +50,8 @@ msgstr "Descarga de la billetera Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -63,18 +62,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -91,15 +90,15 @@ msgstr "Verificación del Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -138,17 +137,17 @@ msgstr "Extracción del Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." -msgstr "" -"Dash Core para Linux es distribuido como un archivo comprimido y no como " -"un intalador. La razón de esto, es que ese mismo archivo contiene otros " -"documentos que son construidos por un Master nodo activo en un servidor. " -"En esta guía, vamos a extraer el archivo ejecutable con una inferfaz " -"gráfica de usuario (GUI) diseñada para ser utilizada finalmente por los " -"usuarios como billetera." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." +msgstr "" +"Dash Core para Linux es distribuido como un archivo comprimido y no como un " +"intalador. La razón de esto, es que ese mismo archivo contiene otros " +"documentos que son construidos por un Master nodo activo en un servidor. En " +"esta guía, vamos a extraer el archivo ejecutable con una inferfaz gráfica de" +" usuario (GUI) diseñada para ser utilizada finalmente por los usuarios como " +"billetera." #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 msgid "Extract Dash Core as follows::" @@ -156,9 +155,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -168,15 +167,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "En la primera vez que se inicia el programa, se le ofrecerá la opción de " -"elegir donde se quiere almacenar los datos de la blockchain y la " -"billetera. Escoga una ubicación con suficiente espacio libre, ya que los " -"datos de la blockchain pueden llegar ocupar un espacio de 30GB+. Se " -"recomienda usar el archivo de data por defecto si es posible." +"elegir donde se quiere almacenar los datos de la blockchain y la billetera. " +"Escoga una ubicación con suficiente espacio libre, ya que los datos de la " +"blockchain pueden llegar ocupar un espacio de 30GB+. Se recomienda usar el " +"archivo de data por defecto si es posible." #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" @@ -184,13 +183,13 @@ msgstr "Escoger el archivo de data para Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"Después de esto, Dash Core se iniciará. Esto tomará un poco más de tiempo" -" que lo usual, ya que Dash Core necesita generar datos criptográficos " -"para asegurar la billetera." +"Después de esto, Dash Core se iniciará. Esto tomará un poco más de tiempo " +"que lo usual, ya que Dash Core necesita generar datos criptográficos para " +"asegurar la billetera." #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 msgid "Starting Dash Core" @@ -203,34 +202,27 @@ msgstr "Sincronzación de Dash Core a la red de Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "Una vez que Dash Core se haya instalado he iniciado correctamente, usted " -"podrá ver la pantalla resumen de la billetera. Podrá notar que la " -"billetera esta “fuera de sincronía”, y la barra de estado al fondo de la " -"ventada mostrará el progreso de la sincronización." +"podrá ver la pantalla resumen de la billetera. Podrá notar que la billetera " +"esta “fuera de sincronía”, y la barra de estado al fondo de la ventada " +"mostrará el progreso de la sincronización." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core comienza a sincronizarse con la red de Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Durante el proceso, Dash Core descargará una copia completa de la " -"blockchain de Dash desde otros nodos hasta tu dispositivo. Dependiendo de" -" tu conexión de internet, esto podrá tomar un largo tiempo. Si usted " -"observa el mensaje “No block source available”, revise su conexión a " -"internet. Cuando la sincronización se haya completado, usted podrá ver " -"una pequeña marca azul en la esquina inferior derecha." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -250,10 +242,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -267,39 +258,36 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Encriptando su billetera Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Se requiere establecer y verificar una contraseña." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 -#, fuzzy msgid "Enter a password" -msgstr "Insertar una contraseña" +msgstr "Establecer una contraseña" #: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." @@ -312,8 +300,8 @@ msgstr "Confirme que quiere encriptar su billetera" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -339,115 +327,13 @@ msgid "Entering a password" msgstr "Insertar una contraseña" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Cuando el proceso de encriptación esté completo, usted recibirá una " -"advertencia de que los respaldos pasados de su billetera no estarán más a" -" la disposición, se le pedirá cerrar Dash Core. Cuando vuelva a iniciar " -"Dash Core, usted podrá ver una pequeña marca en la esquina inferior " -"derecha." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Billetera de Dash Core completamente encriptada y sincronizada" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "Visión general del sistema Ubuntu. Es un sistema para 64 bit." - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Después de que su billetera se " -#~ "haya sincronizado con la red de " -#~ "Dash, se recomienda de gran manera " -#~ "encriptar la billetera con una " -#~ "contraseña para prevenir un acceso no" -#~ " autorizado. Usted debe usar una " -#~ "fuerte y nueva contraseña que no " -#~ "haya sido usada antes en ninguna " -#~ "otra parte. Tome nota de su " -#~ "contraseña y guárdela en un lugar " -#~ "seguro o usted podrá quedar sin " -#~ "acceso a su billetera y a sus " -#~ "fondos." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index efbf4ed7a..fc332326a 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Ivan SIerraalta , 2022 # Leon White , 2022 # Jahlexis Lugo , 2022 # Alejandro Echeverria , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "Como descargar, instalar y encriptar la billetera Dash Core en macOS" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "dash, core, billetera, macos, instalación" @@ -43,9 +42,9 @@ msgid "" "wallet for macOS. The guide is written for macOS Sierra, but the steps " "should be similar for other versions." msgstr "" -"Esta guía describe el procedimiento de como descargar, verificar, " -"instalar y encriptar la billetera de Dash Core para macOS Sierra, pero " -"los pasos son similares para otras versiones." +"Esta guía describe el procedimiento de como descargar, verificar, instalar y" +" encriptar la billetera de Dash Core para macOS Sierra, pero los pasos son " +"similares para otras versiones." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -54,8 +53,8 @@ msgstr "Descarga de la billetera Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -66,10 +65,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -79,16 +78,17 @@ msgstr "Verificación del Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -126,13 +126,13 @@ msgstr "Instalación del Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" -"Habra el buscador y dirígase a la carpeta de descargas. Haga doble click " -"en el archivo dmg. que usted descargó y descomprímalo. Una ventana " -"aparecerá mostrando los contenidos del archivo." +"Habra el buscador y dirígase a la carpeta de descargas. Haga doble click en " +"el archivo dmg. que usted descargó y descomprímalo. Una ventana aparecerá " +"mostrando los contenidos del archivo." #: ../../docs/user/wallets/dashcore/installation-macos.rst:76 msgid "Opening the Dash Core .dmg file" @@ -140,8 +140,8 @@ msgstr "Abrir el archivo .dmg del Dash Core " #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" "Arrastre el archivo de la aplicación de Dash Core a la carpeta de " "aplicaciones para instalar Dash Core." @@ -152,25 +152,25 @@ msgstr "Correr el Dash Core por primera vez" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" "Para ejecutar Dash Core por primera vez, abra el Launchpad o busque la " -"carpeta **Aplicaciones** en el buscador. Haz doble clic en **Dash Core** " -"o **Dash-Qt** para iniciar la aplicación. Es posible que veas una " -"advertencia sobre la apertura de una aplicación de un desarrollador no " -"identificado. Para resolver este problema, simplemente presione la tecla " -"Control y haga clic en el icono de la aplicación y elija **Abrir** en el " -"menú, luego haga clic en **Abrir** nuevamente en el cuadro de diálogo. La" -" aplicación se guardará como una excepción a tu configuración de " -"seguridad, y podrás abrirla en el futuro haciendo doble clic en ella como" -" lo haces con cualquier aplicación registrada." +"carpeta **Aplicaciones** en el buscador. Haz doble clic en **Dash Core** o " +"**Dash-Qt** para iniciar la aplicación. Es posible que veas una advertencia " +"sobre la apertura de una aplicación de un desarrollador no identificado. " +"Para resolver este problema, simplemente presione la tecla Control y haga " +"clic en el icono de la aplicación y elija **Abrir** en el menú, luego haga " +"clic en **Abrir** nuevamente en el cuadro de diálogo. La aplicación se " +"guardará como una excepción a tu configuración de seguridad, y podrás " +"abrirla en el futuro haciendo doble clic en ella como lo haces con cualquier" +" aplicación registrada." #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 msgid "Unblocking macOS from running Dash Core" @@ -179,15 +179,15 @@ msgstr "Desbloqueo de macOS para ejecutar Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "En la primera vez que se inicia el programa, se le ofrecerá la opción de " -"elegir donde se quiere almacenar los datos de la blockchain y la " -"billetera. Escoga una ubicación con suficiente espacio libre, ya que los " -"datos de la blockchain pueden llegar ocupar un espacio de 30GB+. Se " -"recomienda usar el archivo de data por defecto si es posible." +"elegir donde se quiere almacenar los datos de la blockchain y la billetera. " +"Escoga una ubicación con suficiente espacio libre, ya que los datos de la " +"blockchain pueden llegar ocupar un espacio de 30GB+. Se recomienda usar el " +"archivo de data por defecto si es posible." #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" @@ -195,13 +195,13 @@ msgstr "Escoger el archivo de data para Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"Después de esto, Dash Core se iniciará. Esto tomará un poco más de tiempo" -" que lo usual, ya que Dash Core necesita generar datos criptográficos " -"para asegurar la billetera." +"Después de esto, Dash Core se iniciará. Esto tomará un poco más de tiempo " +"que lo usual, ya que Dash Core necesita generar datos criptográficos para " +"asegurar la billetera." #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 msgid "Starting Dash Core" @@ -212,16 +212,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "Sincronzación de Dash Core a la red de Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"Una vez que Dash Core se haya instalado he iniciado correctamente, usted " -"podrá ver la pantalla resumen de la billetera. Podrá notar que la " -"billetera esta “fuera de sincronía”, y la barra de estado al fondo de la " -"ventada mostrará el progreso de la sincronización." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -232,56 +227,51 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" -"Durante el proceso, Dash Core descargará una copia completa de la " -"blockchain de Dash desde otros nodos hasta tu dispositivo. Dependiendo de" -" tu conexión de internet, esto podrá tomar un largo tiempo. Si usted " -"observa el mensaje “No block source available”, revise su conexión a " -"internet. Cuando la sincronización se haya completado, usted podrá ver " -"una pequeña marca azul en la esquina inferior derecha." +"Durante el proceso, Dash Core descargará una copia completa de la blockchain" +" de Dash desde otros nodos hasta tu dispositivo. Dependiendo de tu conexión " +"de internet, esto podrá tomar un largo tiempo. Si usted observa el mensaje " +"“No block source available”, revise su conexión a internet. Cuando la " +"sincronización se haya completado, usted podrá ver una pequeña marca azul en" +" la esquina inferior derecha." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "La sincronización del Dash Core esta completa" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Usted ya puede comenzar a utilizar su billetera para enviar y recibir " -"fondos." #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Encriptando su billetera Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Se requiere establecer y verificar una contraseña." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -299,8 +289,8 @@ msgstr "Confirme que quiere encriptar su billetera" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -310,8 +300,8 @@ msgstr "Encriptando su billetera Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -"Para encriptar su billetera, clic **Configuraciones** > **Encriptar " -"Billetera**." +"Para encriptar su billetera, clic **Configuraciones** > " +"**Encriptar Billetera**." #: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" @@ -323,16 +313,15 @@ msgstr "Se requiere establecer y verificar una contraseña." #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" "Cuando el proceso de encriptación esté completo, usted recibirá una " -"advertencia de que los respaldos pasados de su billetera no estarán más a" -" la disposición, se le pedirá cerrar Dash Core. Cuando vuelva a iniciar " -"Dash Core, usted podrá ver una pequeña marca en la esquina inferior " -"derecha." +"advertencia de que los respaldos pasados de su billetera no estarán más a la" +" disposición, se le pedirá cerrar Dash Core. Cuando vuelva a iniciar Dash " +"Core, usted podrá ver una pequeña marca en la esquina inferior derecha." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -340,42 +329,5 @@ msgstr "Billetera de Dash Core completamente encriptada y sincronizada" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." -msgstr "Usted ya puede empezar a usar su billetera para recibir y enviar fondos." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Después de que su billetera se " -#~ "haya sincronizado con la red de " -#~ "Dash, se recomienda de gran manera " -#~ "encriptar la billetera con una " -#~ "contraseña para prevenir un acceso no" -#~ " autorizado. Usted debe usar una " -#~ "fuerte y nueva contraseña que no " -#~ "haya sido usada antes en ninguna " -#~ "otra parte. Tome nota de su " -#~ "contraseña y guárdela en un lugar " -#~ "seguro o usted podrá quedar sin " -#~ "acceso a su billetera y a sus " -#~ "fondos." - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +msgstr "" +"Usted ya puede empezar a usar su billetera para recibir y enviar fondos." diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 9bd84db32..1f2b186fc 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,35 +1,35 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alejandro Echeverria , 2022 # Leon White , 2022 # Ivan SIerraalta , 2022 # Jahlexis Lugo , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" -msgstr "Como descargar, instalar y encriptar la billetera Dash Core en Windows" +msgstr "" +"Como descargar, instalar y encriptar la billetera Dash Core en Windows" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "dash, core, billetera, windows, inatalación" @@ -43,8 +43,8 @@ msgid "" "wallet for Windows. The guide is written for Windows 10, but the steps " "should be similar for Windows XP, Vista, 7 and 8." msgstr "" -"Esta guía describe cómo descargar, instalar y encriptar la billetera Dash" -" Core para Windows. La guía está escrita para Windows 10, pero los pasos " +"Esta guía describe cómo descargar, instalar y encriptar la billetera Dash " +"Core para Windows. La guía está escrita para Windows 10, pero los pasos " "deben ser similares para Windows XP, Vista, 7 y 8." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 @@ -54,8 +54,8 @@ msgstr "Descarga de la billetera Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -66,34 +66,24 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." -msgstr "" -"Si la detección no funciona, deberá elegir manualmente su sistema " -"operativo y si necesita una versión de 32 o 64 bits. Si no está seguro de" -" si su versión de Windows es de 32 o 64 bits, puede verificar en Windows " -"10 en **Start > Settings > System > About**. Para detalles sobre cómo " -"verificar esto en otras versiones de Windows, ver `aquí " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -102,15 +92,15 @@ msgstr "Verificación del Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -129,10 +119,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -141,10 +131,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -154,9 +144,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -177,13 +166,13 @@ msgstr "El instalador de Dash Core en la carpeta Descargas" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" -"En este punto, es posible que veas una advertencia de Windows SmartScreen" -" de que la aplicación no se reconoce. Puede omitir esta advertencia " -"haciendo clic en **Más información**, luego **Ejecutar de todas formas**." +"En este punto, es posible que veas una advertencia de Windows SmartScreen de" +" que la aplicación no se reconoce. Puede omitir esta advertencia haciendo " +"clic en **Más información**, luego **Ejecutar de todas formas**." #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 msgid "" @@ -206,9 +195,9 @@ msgid "" "Click through the following screens. All settings can be left at their " "default values unless you have a specific reason to change something." msgstr "" -"Haz clic en las siguientes pantallas. Todas las configuraciones se pueden" -" dejar en sus valores predeterminados a menos que tengas un motivo " -"específico para cambiar algo." +"Haz clic en las siguientes pantallas. Todas las configuraciones se pueden " +"dejar en sus valores predeterminados a menos que tengas un motivo específico" +" para cambiar algo." #: ../../docs/user/wallets/dashcore/installation-windows.rst:123 msgid "Select the installation location" @@ -232,22 +221,20 @@ msgstr "Correr el Dash Core por primera vez" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "Una vez que la instalación este completa, Dash Core se iniciará " -"inmediatamente. Si no es así, haz clic en **Inicio > Dash Core > Dash " -"Core** para iniciar la aplicación. La primera vez que se lanza el " -"programa, se te ofrecerá la opción de dónde quieres almacenar tus datos " -"de la cadena de bloques y billetera. Elije una ubicación con suficiente " -"espacio libre, ya que la cadena de bloques puede alcanzar alrededor de " -"30GB+ de tamaño. Si es posible, se recomienda utilizar la carpeta de " -"datos predeterminada." +"inmediatamente. Si no es así, haz clic en **Inicio > Dash Core > Dash Core**" +" para iniciar la aplicación. La primera vez que se lanza el programa, se te " +"ofrecerá la opción de dónde quieres almacenar tus datos de la cadena de " +"bloques y billetera. Elije una ubicación con suficiente espacio libre, ya " +"que la cadena de bloques puede alcanzar alrededor de 30GB+ de tamaño. Si es " +"posible, se recomienda utilizar la carpeta de datos predeterminada." #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" @@ -255,13 +242,13 @@ msgstr "Escoger el archivo de data para Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"Después de esto, Dash Core se iniciará. Esto tomará un poco más de tiempo" -" que lo usual, ya que Dash Core necesita generar datos criptográficos " -"para asegurar la billetera." +"Después de esto, Dash Core se iniciará. Esto tomará un poco más de tiempo " +"que lo usual, ya que Dash Core necesita generar datos criptográficos para " +"asegurar la billetera." #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 msgid "Starting Dash Core" @@ -274,75 +261,63 @@ msgstr "Sincronzación de Dash Core a la red de Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "Una vez que Dash Core se haya instalado he iniciado correctamente, usted " -"podrá ver la pantalla resumen de la billetera. Podrá notar que la " -"billetera esta “fuera de sincronía”, y la barra de estado al fondo de la " -"ventada mostrará el progreso de la sincronización." +"podrá ver la pantalla resumen de la billetera. Podrá notar que la billetera " +"esta “fuera de sincronía”, y la barra de estado al fondo de la ventada " +"mostrará el progreso de la sincronización." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core comienza a sincronizarse con la red de Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Durante el proceso, Dash Core descargará una copia completa de la " -"blockchain de Dash desde otros nodos hasta tu dispositivo. Dependiendo de" -" tu conexión de internet, esto podrá tomar un largo tiempo. Si usted " -"observa el mensaje “No block source available”, revise su conexión a " -"internet. Cuando la sincronización se haya completado, usted podrá ver " -"una pequeña marca azul en la esquina inferior derecha." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "La sincronización del Dash Core esta completa" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Usted ya puede comenzar a utilizar su billetera para enviar y recibir " -"fondos." #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Encriptando su billetera Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Se requiere establecer y verificar una contraseña." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -360,8 +335,8 @@ msgstr "Confirme que quiere encriptar su billetera" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -383,18 +358,12 @@ msgid "You will be asked to enter and verify a password." msgstr "Se requiere establecer y verificar una contraseña." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Cuando el proceso de encriptación esté completo, usted recibirá una " -"advertencia de que los respaldos pasados de su billetera no estarán más a" -" la disposición, se le pedirá cerrar Dash Core. Cuando vuelva a iniciar " -"Dash Core, usted podrá ver una pequeña marca en la esquina inferior " -"derecha." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -402,100 +371,5 @@ msgstr "Billetera de Dash Core completamente encriptada y sincronizada" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." -msgstr "Usted ya puede empezar a usar su billetera para recibir y enviar fondos." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "En Ajustes en Windows, haz click en Sistema" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" -#~ "Debajo de la sección de Sistema, " -#~ "haz click en Acerca de para ver" -#~ " el tipo de sistema. Este es un" -#~ " sistema de 64 bit." - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Después de que su billetera se " -#~ "haya sincronizado con la red de " -#~ "Dash, se recomienda de gran manera " -#~ "encriptar la billetera con una " -#~ "contraseña para prevenir un acceso no" -#~ " autorizado. Usted debe usar una " -#~ "fuerte y nueva contraseña que no " -#~ "haya sido usada antes en ninguna " -#~ "otra parte. Tome nota de su " -#~ "contraseña y guárdela en un lugar " -#~ "seguro o usted podrá quedar sin " -#~ "acceso a su billetera y a sus " -#~ "fondos." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +msgstr "" +"Usted ya puede empezar a usar su billetera para recibir y enviar fondos." diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 5992dbd31..2a5483c99 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,17 +13,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" @@ -31,7 +31,7 @@ msgstr "" "Como descargar e instalar la billetera Dash Core. La Guía de compilación " "también disponible" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "dash, core, billetera, linux, windows, macos, instalación, compilar" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index a5f984765..1f4aead59 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Jahlexis Lugo , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "Descripción de diálogos e interfaces en la billetera Dash Core" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" "dash, core, billetera, interfaz, dialogo, sincronización, opciones de " @@ -39,18 +38,17 @@ msgstr "Interfaz" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" -"La billetera Dash Core es una aplicación que se ejecuta en su computador " -"y le permite hacer transacciones en la red de Dash. La mayoría de las " -"transacciones son para enviar o recibir Dash, pero también es posible " -"crear mensajes firmados o controlar un masternode, por ejemplo. La " -"interfaz de la billetera Dash Core es descrita en detalle en las " -"secciones siguientes." +"La billetera Dash Core es una aplicación que se ejecuta en su computador y " +"le permite hacer transacciones en la red de Dash. La mayoría de las " +"transacciones son para enviar o recibir Dash, pero también es posible crear " +"mensajes firmados o controlar un masternode, por ejemplo. La interfaz de la " +"billetera Dash Core es descrita en detalle en las secciones siguientes." #: ../../docs/user/wallets/dashcore/interface.rst:18 msgid "The Main Window" @@ -86,8 +84,8 @@ msgstr "Barra de Menú" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" "La barra de menú provee acceso a todas las funciones de Dash Core. Hay " "cuatro menús disponibles:" @@ -106,11 +104,11 @@ msgstr "Configuración" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" -"El menú de configuraciones provee acceso a las opciones de encriptación " -"de la billetera y las configuraciones generales del programa." +"El menú de configuraciones provee acceso a las opciones de encriptación de " +"la billetera y las configuraciones generales del programa." #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "Window" @@ -118,8 +116,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -128,8 +126,8 @@ msgstr "Ayuda" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" "El menú de Ayuda enlaza a la documentación, guías y estatus legales " "relacionados a Dash Core." @@ -141,13 +139,13 @@ msgstr "La Barra de Pestañas" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" -"La barra de pestañas es usada para cambiar rápidamente entre las " -"principales áreas de la billetera Dash Core. El contenido en el área " -"principal de Dash Core cambia dependiendo de cual pestaña haya " -"seleccionado. Las siguientes pestañas están disponibles:" +"La barra de pestañas es usada para cambiar rápidamente entre las principales" +" áreas de la billetera Dash Core. El contenido en el área principal de Dash " +"Core cambia dependiendo de cual pestaña haya seleccionado. Las siguientes " +"pestañas están disponibles:" #: ../../docs/user/wallets/dashcore/interface.rst:58 #: ../../docs/user/wallets/dashcore/interface.rst:65 @@ -173,8 +171,8 @@ msgstr "Disponible" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" "Muestra su balance liquido actual. Esta es la cantidad de Dash que usted " "puede gastar ahora." @@ -196,8 +194,8 @@ msgid "" "This shows funds from masternode or mining payments which have not yet " "reached the required number of confirmations." msgstr "" -"Muestra los fondos de los pagos de masternode o minería que aun no " -"alcanzan el número requerido de confirmaciones." +"Muestra los fondos de los pagos de masternode o minería que aun no alcanzan " +"el número requerido de confirmaciones." #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "Total" @@ -215,9 +213,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -228,10 +226,10 @@ msgstr "Pestaña Enviar" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -249,8 +247,8 @@ msgid "" "message, and send it to another user as a link or QR code." msgstr "" "La pestaña recibir le permite crear direcciones para recibir Dash. Puede " -"crear una solicitud para un monto específico de Dash o incluir un mensaje" -" específico, y enviarlo a otro usuario como un link o código QR." +"crear una solicitud para un monto específico de Dash o incluir un mensaje " +"específico, y enviarlo a otro usuario como un link o código QR." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" @@ -262,20 +260,19 @@ msgstr "Pestaña Transacciones" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -289,11 +286,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -307,9 +303,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -322,9 +318,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -340,9 +336,9 @@ msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" -"La barra de estatus muestra una barra de progreso de sincronización y una" -" fila de iconos estatus que indican el estatus de la conexión a la red de" -" Dash" +"La barra de estatus muestra una barra de progreso de sincronización y una " +"fila de iconos estatus que indican el estatus de la conexión a la red de " +"Dash" #: ../../docs/user/wallets/dashcore/interface.rst:181 msgid "The Synchronization Bar" @@ -351,20 +347,19 @@ msgstr "Barra de Sincronización" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" -"Esta barra muestra el estatus de la sincronización de la Dash Core con la" -" red de Dash. Cada vez que abre la Dash Core, comenzara a descargar los " -"bloques que han sido creados en la cadena de bloques desde la ultima vez " -"que abrió la aplicación. Estos bloques son descargados desde otros " -"usuarios y masternodes Dash. Si nunca ha abierto la aplicación, esto " -"podría significar la necesidad de descargar varios años de bloques. Los " -"siguientes estatus son posibles:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"Esta barra muestra el estatus de la sincronización de la Dash Core con la " +"red de Dash. Cada vez que abre la Dash Core, comenzara a descargar los " +"bloques que han sido creados en la cadena de bloques desde la ultima vez que" +" abrió la aplicación. Estos bloques son descargados desde otros usuarios y " +"masternodes Dash. Si nunca ha abierto la aplicación, esto podría significar " +"la necesidad de descargar varios años de bloques. Los siguientes estatus son" +" posibles:" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" @@ -372,8 +367,8 @@ msgstr "Ninguna fuente de bloques disponible" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" "Esto ocurre si su conexión a internet esta caída, o si los puertos " "requeridos por la Dash Core son bloqueados por un firewall." @@ -396,8 +391,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" "Una vez que la sincronización esta completa, la barra de progreso " "desaparecerá y un tilde aparecerá a la derecha de la barra de estatus." @@ -408,16 +403,15 @@ msgstr "Iconos de Estatus" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" "El icono bloqueado indica el estatis de su billetera: ya sea bloqueada o " "desbloqueada. Necesita desbloquear su billetera para enviar fondos o " @@ -425,16 +419,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -446,9 +439,9 @@ msgid "" "This documentation describes the functionality of the Dash Core Options " "dialog, available under the **Settings > Options** menu in Dash Core." msgstr "" -"Esta documentación describe la funcionalidad del dialogo de opciones de " -"la Dash Core, disponible en el menú **Configuración > Opciones** en la " -"Dash Core." +"Esta documentación describe la funcionalidad del dialogo de opciones de la " +"Dash Core, disponible en el menú **Configuración > Opciones** en la Dash " +"Core." #: ../../docs/user/wallets/dashcore/interface.rst:246 msgid "Main tab" @@ -456,8 +449,8 @@ msgstr "Pestaña Principal" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" "La pestaña principal del dialogo de Opciones contiene configuraciones " "relacionadas al inicio y desempeño de la aplicación Dash Core." @@ -472,17 +465,17 @@ msgstr "Iniciar la Dash Core al ingresar al sistema" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" -"Esta opción hace que la Dash Core inicie automáticamente cuando el " -"usuario actual inicia sesión. En la mayoría de los computadores hay solo " -"una cuenta de usuario principal que inicia automáticamente cuando el " -"computador se enciende, entonces esta opción es efectivamente la misma " -"que iniciar la Dash Core junto con el sistema operativo." +"Esta opción hace que la Dash Core inicie automáticamente cuando el usuario " +"actual inicia sesión. En la mayoría de los computadores hay solo una cuenta " +"de usuario principal que inicia automáticamente cuando el computador se " +"enciende, entonces esta opción es efectivamente la misma que iniciar la Dash" +" Core junto con el sistema operativo." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" @@ -491,12 +484,12 @@ msgstr "Ocultar el icono de la bandeja" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" -"Cuando esta opción este activa, la Dash Core no mostrara icono en la " -"bandeja del sistema. Esta opción no puede ser seleccionada al mismo " -"tiempo que **Minimizar a la en vez de la barra de tarea**." +"Cuando esta opción este activa, la Dash Core no mostrara icono en la bandeja" +" del sistema. Esta opción no puede ser seleccionada al mismo tiempo que " +"**Minimizar a la en vez de la barra de tarea**." #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -504,18 +497,18 @@ msgstr "Minimizar en la bandeja en vez de en la barra de tarea" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" -"Cuando esta opción este activa y la ventana de la Dash Core este " -"minimizada, no aparecerá mas en su barra de tareas como una tarea en " -"ejecución. En cambio Dash Core se mantendrá en ejecución en segundo plano" -" y podrá se re-abierto desde el icono de Dash en la bandeja de sistema " -"(el área cercana al reloj del sistema). Esta opción no puede ser " -"seleccionada al mismo tiempo que **Ocultar icono en la bandeja**." +"Cuando esta opción este activa y la ventana de la Dash Core este minimizada," +" no aparecerá mas en su barra de tareas como una tarea en ejecución. En " +"cambio Dash Core se mantendrá en ejecución en segundo plano y podrá se re-" +"abierto desde el icono de Dash en la bandeja de sistema (el área cercana al " +"reloj del sistema). Esta opción no puede ser seleccionada al mismo tiempo " +"que **Ocultar icono en la bandeja**." #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" @@ -523,14 +516,14 @@ msgstr "Minimizar al cerrar" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" "Cuando esta opción esta activada, cliqueando el botón X en la esquina " -"superior derecha de la ventana hará que la Dash Core se minimice en vez " -"de cerrarse. Para cerrar completamente la aplicación, seleccione " -"**Archivo > Salir**." +"superior derecha de la ventana hará que la Dash Core se minimice en vez de " +"cerrarse. Para cerrar completamente la aplicación, seleccione **Archivo > " +"Salir**." #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" @@ -538,11 +531,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -553,8 +545,8 @@ msgstr "Tamaño de la memoria caché en la base de datos" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -563,25 +555,25 @@ msgstr "Número de hilos de verificación de instrucciones" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" "Esta opción establece el número de hilos de verificación de secuencia de " "comandos, estableciendo desde -4 hasta 16. `La secuencia de comandos de " -"verificación `__ es el proceso de " -"seguir instrucciones grabadas en la cadena de bloques para asegurar que " -"las transacciones son validas. 0 significa automático y permitirá la " +"verificación `__ es el proceso de seguir " +"instrucciones grabadas en la cadena de bloques para asegurar que las " +"transacciones son validas. 0 significa automático y permitirá la " "verificación secuencia de comandos para escalar el número de núcleos " -"disponibles de su procesador. Configurar un numero positivo establece " -"que la Dash Core debería usar ese numero de núcleos del procesador, " -"mientras si configura un numero negativo dejara ese numero núcleos del " -"procesador libres." +"disponibles de su procesador. Configurar un numero positivo establece que " +"la Dash Core debería usar ese numero de núcleos del procesador, mientras si " +"configura un numero negativo dejara ese numero núcleos del procesador " +"libres." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" @@ -591,9 +583,9 @@ msgstr "Pestaña Billetera" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -607,15 +599,14 @@ msgstr "Activar características de Coin Control" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -624,10 +615,10 @@ msgstr "Mostrar Pestaña Masternodes" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -636,10 +627,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -648,23 +639,22 @@ msgstr "Gastar cambio no confirmado" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." -msgstr "" -"Cuando esta opción está habilitada, la billetera Dash Core le permite " -"gastar inmediatamente el saldo de transacciones previas que hayan sido " +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." +msgstr "" +"Cuando esta opción está habilitada, la billetera Dash Core le permite gastar" +" inmediatamente el saldo de transacciones previas que hayan sido " "transferidas internamente entre direcciones asociadas con la misma " "billetera. Esto es posible Incluso si las transacciones aún no han sido " -"confirmadas porque la billetera sabe que eventualmente se confirmaran ya " -"que ella misma ha creado la transacción. Dejando esta opción habilitada " -"le permite crear nuevas transacciones Incluso si sus transacciones " -"previas aún no están confirmadas." +"confirmadas porque la billetera sabe que eventualmente se confirmaran ya que" +" ella misma ha creado la transacción. Dejando esta opción habilitada le " +"permite crear nuevas transacciones Incluso si sus transacciones previas aún " +"no están confirmadas." #: ../../docs/user/wallets/dashcore/interface.rst:352 msgid "Enable CoinJoin features" @@ -672,9 +662,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -683,8 +673,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -697,9 +687,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -709,8 +699,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -734,10 +724,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -746,11 +736,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -759,10 +749,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -783,18 +773,18 @@ msgstr "Mapear puerto usando UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." -msgstr "" -"Esta opción hace que la Dash Core automáticamente intente abrir y mapear " -"el puerto cliente en su router usando `UPnP " -"`__ (Universal " -"Plug and Play). Esta característica es soportada por los routers caseros " -"mas modernos y le permitirán conectarse a la red Dash sin hacer ninguna " +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." +msgstr "" +"Esta opción hace que la Dash Core automáticamente intente abrir y mapear el " +"puerto cliente en su router usando `UPnP " +"`__ (Universal Plug " +"and Play). Esta característica es soportada por los routers caseros mas " +"modernos y le permitirán conectarse a la red Dash sin hacer ninguna " "configuración especial en su router." #: ../../docs/user/wallets/dashcore/interface.rst:429 @@ -803,17 +793,16 @@ msgstr "Permitir conexiones entrantes" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" -"Esta opción hace que su cliente acepte conexiones externas. Dash es una " -"red punto-a-punto y Dash Core es considerada un cliente completo porque " -"almacena una copia de la cadena de bloques en su dispositivo, habilitando" -" esta opción ayuda a otros clientes a sincronizar la cadena de bloques y " -"la red a través de su nodo." +"Esta opción hace que su cliente acepte conexiones externas. Dash es una red " +"punto-a-punto y Dash Core es considerada un cliente completo porque almacena" +" una copia de la cadena de bloques en su dispositivo, habilitando esta " +"opción ayuda a otros clientes a sincronizar la cadena de bloques y la red a " +"través de su nodo." #: ../../docs/user/wallets/dashcore/interface.rst:436 msgid "Connect through SOCKS5 proxy (default proxy)" @@ -823,34 +812,33 @@ msgstr "Conectar a través de proxy SOCKS5 (proxy predeterminado)" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" -"Estas opciones permiten a los usuarios de una intranet que requieren de " -"un proxy para llegar a internet, especificar la dirección de su servidor " -"proxy para transmitir las solicitudes a Internet. Contacte a su " -"administrador de sistema o revise la configuración de su red en su " -"navegador web si no puede conectarse y sospecha que un proxy puede ser la" -" fuente del problema." +"Estas opciones permiten a los usuarios de una intranet que requieren de un " +"proxy para llegar a internet, especificar la dirección de su servidor proxy " +"para transmitir las solicitudes a Internet. Contacte a su administrador de " +"sistema o revise la configuración de su red en su navegador web si no puede " +"conectarse y sospecha que un proxy puede ser la fuente del problema." #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" msgstr "" -"Utilizar un proxy SOCKS5 separado para llegar a los pares a través de los" -" servicios ocultos de Tor" +"Utilizar un proxy SOCKS5 separado para llegar a los pares a través de los " +"servicios ocultos de Tor" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" -"Estas opciones le permiten especificar un servidor proxy adicional " -"diseñado para ayudar a conectarse a los pares en la red Tor. Esta en una " -"opción avanzada para incrementar la privacidad y requiere un proxy Tor en" -" su red. Para mas información acerca de Tor, vea `aquí " +"Estas opciones le permiten especificar un servidor proxy adicional diseñado " +"para ayudar a conectarse a los pares en la red Tor. Esta en una opción " +"avanzada para incrementar la privacidad y requiere un proxy Tor en su red. " +"Para mas información acerca de Tor, vea `aquí " "`__." #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -886,14 +874,14 @@ msgstr "Unidad para mostrar cantidades" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" -"Esto le permite cambiar la unidad de divisa predeterminada en la Dash " -"Core desde DASH hasta mDASH, µDASH o duffs. Cada unidad cambia el " -"separador decimal tres espacios a la derecha. Duffs son la unidad mas " -"pequeña en la que Dash puede ser separada." +"Esto le permite cambiar la unidad de divisa predeterminada en la Dash Core " +"desde DASH hasta mDASH, µDASH o duffs. Cada unidad cambia el separador " +"decimal tres espacios a la derecha. Duffs son la unidad mas pequeña en la " +"que Dash puede ser separada." #: ../../docs/user/wallets/dashcore/interface.rst:469 msgid "Decimal digits" @@ -901,36 +889,34 @@ msgstr "Dígitos decimales" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" "Esta opción le permite seleccionar cuantos decimales se mostraran en la " -"interfaz de usuario. Esto no afecta la contabilidad interna de sus " -"entradas y balance." +"interfaz de usuario. Esto no afecta la contabilidad interna de sus entradas " +"y balance." #: ../../docs/user/wallets/dashcore/interface.rst:477 msgid "Third party transaction URLs" msgstr "URLs de transacciones de terceros" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." -msgstr "" -"Esta opción le permite especificar una pagina web externa para " -"inspeccionar una dirección particular o transacción en la cadena de " -"bloques. Varios exploradores cadena de bloques están disponibles para " -"esto. Para usar esta característica, ingrese la URL de su explorador " -"cadena de bloques favorito, reemplazando el %s con el ID de transacción. " -"A continuación, podrá acceder a este explorador cadena de bloques " -"directamente desde la Dash Core usando el menú de contexto de cualquier " -"transacción." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." +msgstr "" +"Esta opción le permite especificar una pagina web externa para inspeccionar " +"una dirección particular o transacción en la cadena de bloques. Varios " +"exploradores cadena de bloques están disponibles para esto. Para usar esta " +"característica, ingrese la URL de su explorador cadena de bloques favorito, " +"reemplazando el %s con el ID de transacción. A continuación, podrá acceder a" +" este explorador cadena de bloques directamente desde la Dash Core usando el" +" menú de contexto de cualquier transacción." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" @@ -938,8 +924,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -952,9 +938,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -985,8 +971,8 @@ msgid "" "dialog, available under the **Tools** menu in Dash Core." msgstr "" "Esta documentación describe las funcionalidades del cuadro de dialogo " -"Herramientas de la Dash Core, disponible en el menú **Herramientas** en " -"la Dash Core." +"Herramientas de la Dash Core, disponible en el menú **Herramientas** en la " +"Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:509 msgid "Information tab" @@ -994,7 +980,8 @@ msgstr "Pestaña Información" #: ../../docs/user/wallets/dashcore/interface.rst:514 msgid "The Information tab of the Dash Core Tools dialog" -msgstr "Pestaña Información del cuadro de dialogo de Herramientas de la Dash Core" +msgstr "" +"Pestaña Información del cuadro de dialogo de Herramientas de la Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:519 msgid "General" @@ -1002,8 +989,8 @@ msgstr "General" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" "Esta sección muestra información en el nombre y versión del cliente y la " "base de datos, y la localización actual del directorio de datos de la " @@ -1015,8 +1002,8 @@ msgstr "Red" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" "Esta seccion muestra información y estadisticas de la red a la que esta " "conectada." @@ -1036,14 +1023,14 @@ msgstr "Bloque de memoria" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" "Esta sección muestra el estatus del bloque de memoria, que contiene las " -"transacciones que aun no pudieron ser escritas en un bloque. Esto incluye" -" ambas, transacciones creadas desde el ultimo bloque y transacciones que " -"no pudieron entrar en el ultimo bloque porque estaba lleno." +"transacciones que aun no pudieron ser escritas en un bloque. Esto incluye " +"ambas, transacciones creadas desde el ultimo bloque y transacciones que no " +"pudieron entrar en el ultimo bloque porque estaba lleno." #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" @@ -1051,8 +1038,8 @@ msgstr "Abrir archivo de registro de depuración" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" "Este botón abre debug.log desde el directorio de datos de la aplicación. " "Este archivo contiene salidas de la Dash Core que pueden ayudar a " @@ -1065,9 +1052,9 @@ msgstr "Pestaña Consola" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -1082,16 +1069,15 @@ msgstr "Pestaña Trafico de Red" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 msgid "The Network Traffic tab of the Dash Core Tools dialog" msgstr "" -"Pestaña Trafico de Red del cuadro de dialogo de Herramientas de la Dash " -"Core" +"Pestaña Trafico de Red del cuadro de dialogo de Herramientas de la Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:566 msgid "Peers tab" @@ -1099,15 +1085,14 @@ msgstr "Pestaña Pares" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" -"La pestaña Pares muestra una lista de otros nodos completos conectados a " -"su cliente Dash Core. La dirección IP, versión y tiempo de ping son " -"visibles. Seleccionando un par se muestra información adicional sobre los" -" datos intercambiados con ese par." +"La pestaña Pares muestra una lista de otros nodos completos conectados a su " +"cliente Dash Core. La dirección IP, versión y tiempo de ping son visibles. " +"Seleccionando un par se muestra información adicional sobre los datos " +"intercambiados con ese par." #: ../../docs/user/wallets/dashcore/interface.rst:576 msgid "The Peers tab of the Dash Core Tools dialog" @@ -1119,20 +1104,20 @@ msgstr "Pestaña Reparar Billetera" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" "La pestaña Reparar Billetera ofrece un rango de comandos de inicio para " -"restaurar una billetera a un estado funcional. Seleccionando cualquiera " -"de estos comandos se reiniciara la Dash Core con la opcion especifica de " -"linea de comando." +"restaurar una billetera a un estado funcional. Seleccionando cualquiera de " +"estos comandos se reiniciara la Dash Core con la opcion especifica de linea " +"de comando." #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" msgstr "" -"Pestaña Reparar Billetera del cuadro de dialogo de Herramientas de la " -"Dash Core" +"Pestaña Reparar Billetera del cuadro de dialogo de Herramientas de la Dash " +"Core" #: ../../docs/user/wallets/dashcore/interface.rst:595 msgid "Rescan blockchain files 1" @@ -1141,17 +1126,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" "Volver a escanear la cadena de bloques ya descargada para cualquier " -"transacción que afecte a las cuentas contenidas en la billetera. Esto " -"puede ser necesario si reemplaza su archivo wallet.dat con una billetera " -"o un respaldo diferentes - la lógica de la billetera no conocerá estas " -"transacciones, por lo que es necesario volver a analizarlas para " -"determinar los saldos." +"transacción que afecte a las cuentas contenidas en la billetera. Esto puede " +"ser necesario si reemplaza su archivo wallet.dat con una billetera o un " +"respaldo diferentes - la lógica de la billetera no conocerá estas " +"transacciones, por lo que es necesario volver a analizarlas para determinar " +"los saldos." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1159,8 +1144,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1170,12 +1155,12 @@ msgstr "Recuperar transacciones" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1185,9 +1170,9 @@ msgstr "Actualizar el formato de la billetera" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" "Este comando está disponible para billeteras muy antiguas en las que se " "requiere una actualización de versión de billetera, además de una " @@ -1201,41 +1186,24 @@ msgstr "Reconstruir indice" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" -"Descarta la cadena de bloques e indices del estado de la cadena actual " -"(la base de datos de transacciones de salidas de transacción no " -"utilizadas) y reconstruirla de archivos de bloques existentes. Esto puede" -" ser util para recuperar saldos perdidos o estancados." +"Descarta la cadena de bloques e indices del estado de la cadena actual (la " +"base de datos de transacciones de salidas de transacción no utilizadas) y " +"reconstruirla de archivos de bloques existentes. Esto puede ser util para " +"recuperar saldos perdidos o estancados." #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 1b7125b76..afddbfa2b 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "Guía para enviar y recibir Dash usando la billetera Dash Core" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "dash, core, billetera, enviar, recibir, transacción" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 77614e4aa..8afae3296 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -15,17 +15,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." @@ -33,7 +33,7 @@ msgstr "" "Masternodes, multifirma, arrastrar la billetera de papel, almacenamiento en " "frió y linea de comando en la billetera Dash Electrum." -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 2b4188258..10ed5862e 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "Preguntas Frecuentes acerca de la billetera Dash Electrum" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "dash, billetera, electrum, faq, semilla" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/index.po index 67f10b5fe..825ae01f8 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 4e3a2a4b8..d5d62a3e4 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,23 +13,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/security.po index 7f199c919..8a99990f7 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,23 +13,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" "Seguridad, respaldo y protección cuando se utiliza la billetera Dash " "Electrum" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" "dash, billetera, electrum, protección, contraseña, respaldo, seguridad, " diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 81ea7203a..8fddfb422 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "Guía para enviar y recibir Dash usando la billetera Dash Electrum" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "dash, billetera, electrum, enviar, recibir, transacción" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/es/LC_MESSAGES/docs/user/wallets/hardware.po index 03d3c529d..52d80c109 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -14,21 +14,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "Como usar la criptomoneda Dash con billeteras de hardware" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" "dash, hardware, billetera, ledger, keepkey, trezor, seguro, llave privada" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-hardware.po index 9d10b9aae..cc0eb153f 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-paper.po index 692aa841b..8eccb4f37 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-text.po index 56794d631..3200ab045 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-third-party.po index 2ef46bd59..e0a8143dc 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/es/LC_MESSAGES/docs/user/wallets/index-web.po index 065f4a3ce..a74d060f3 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,10 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/index.po index 56be1fbc0..3e34fd2b6 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,17 +13,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" @@ -31,7 +31,7 @@ msgstr "" "Descripción de diferentes billeteras disponibles para usar y gastar la " "criptomoneda Dash" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 58e314166..de7de2145 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # pedrosp , 2022 # Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -32,27 +31,27 @@ msgstr "" "Esquema URL, llave publica maestra y solicitar pago en Dash en su " "dispositivo iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" -msgstr "dash, móvil, billetera, ios, enviar, recibir, pago, url, llave publica" +msgstr "" +"dash, móvil, billetera, ios, enviar, recibir, pago, url, llave publica" #: ../../docs/user/wallets/ios/advanced-functions.rst:9 msgid "Advanced functions" msgstr "Funciones Avanzadas" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -#, fuzzy msgid "Masternode keys" -msgstr "Llave pública maestra" +msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -70,11 +69,11 @@ msgid "" "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -"iOS permite que las aplicaciones se comuniquen entre sí a través de " -"esquemas URL. La billetera de Dash para iOS implementa el esquema " -"dashwallet://, lo que te permite llamar a la billetera para completar una" -" transacción denominada en Dash. Esta página documenta los métodos " -"disponibles utilizando el esquema URL." +"iOS permite que las aplicaciones se comuniquen entre sí a través de esquemas" +" URL. La billetera de Dash para iOS implementa el esquema dashwallet://, lo " +"que te permite llamar a la billetera para completar una transacción " +"denominada en Dash. Esta página documenta los métodos disponibles utilizando" +" el esquema URL." #: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" @@ -90,12 +89,12 @@ msgstr "Notas:" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" "``Remitente`` es tu URL de devolución de llamada y el nombre de la " -"aplicación que muestras al usuario. Esto es para evitar que las " -"aplicaciones de 3ros sean objeto de suplantación de identidad." +"aplicación que muestras al usuario. Esto es para evitar que las aplicaciones" +" de 3ros sean objeto de suplantación de identidad." #: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" @@ -107,12 +106,12 @@ msgstr "Solicitud de pago en iOS" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" -"Si el usuario ingresa la contraseña correcta, se envía la transacción y " -"el usuario regresa a la aplicación del remitente siguiendo la URL de " -"devolución de llamada." +"Si el usuario ingresa la contraseña correcta, se envía la transacción y el " +"usuario regresa a la aplicación del remitente siguiendo la URL de devolución" +" de llamada." #: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" @@ -128,15 +127,15 @@ msgstr "Formato de solicitud de llave pública maestra::" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" "Nota: la cuenta es opcional y corresponde a la cuenta BIP32/BIP44, la " -"mayoría de las veces debe ser 0. Si no se especifica la cuenta, usamos la" -" cuenta 0. Esto enviará la llave pública extendida al " -"``44’/5’/’`` y ``’``" +"mayoría de las veces debe ser 0. Si no se especifica la cuenta, usamos la " +"cuenta 0. Esto enviará la llave pública extendida al ``44’/5’/’`` y" +" ``’``" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 #: ../../docs/user/wallets/ios/advanced-functions.rst:87 @@ -150,4 +149,3 @@ msgstr "Obtener dirección para pagos" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index b22b6183f..eeb10d727 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -14,21 +14,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "Empezando a enviar y recibir Dash en su dispositivo iOS" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "dash, móvil, billetera, ios, send, receive, direcciones, empezando" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/index.po index 41f7ce709..34d58dc0f 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,10 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/es/LC_MESSAGES/docs/user/wallets/ios/installation.po index 65f23f784..205ff610d 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "Como instalar la billetera Dash en su dispositivo iOS" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "dash, móvil, billetera, ios, instalación, compilar" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/paper.po b/locale/es/LC_MESSAGES/docs/user/wallets/paper.po index 2e44b7d8c..d4a2d8f02 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -15,21 +15,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "Guías para asegurar billeteras de papel para la criptomoneda Dash" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "dash, papel, billetera, encriptación" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/es/LC_MESSAGES/docs/user/wallets/recovery.po index e5412a193..8050bc979 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,40 +1,40 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Jahlexis Lugo , 2022 # Ivan SIerraalta , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" "Recuperar la billetera Dash desde archivos, llaves privadas o frases de " "recuperación" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" -"dash, billetera, recuperación, contraseña, perdido, perdida, móvil, core," -" frase, llave privada" +"dash, billetera, recuperación, contraseña, perdido, perdida, móvil, core, " +"frase, llave privada" #: ../../docs/user/wallets/recovery.rst:9 msgid "Wallet Recovery" @@ -43,20 +43,19 @@ msgstr "Recuperación de billetera" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." -msgstr "" -"Los usuarios veteranos de criptomonedas a veces encuentran viejos " -"archivos de billetera en unidades USB o almacenamiento en la nube de los " -"que se han olvidado. Otros pueden tener un respaldo, pero no pueden " -"recordar el software que usaron para crearlo, o han olvidado la " -"contraseña. Otros usuarios pueden tener una versión anterior de Dash Core" -" que ya no funciona porque la red se ha actualizado. Esta documentación " -"está destinada a ayudar a estos usuarios a restablecer el acceso a sus " -"fondos." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." +msgstr "" +"Los usuarios veteranos de criptomonedas a veces encuentran viejos archivos " +"de billetera en unidades USB o almacenamiento en la nube de los que se han " +"olvidado. Otros pueden tener un respaldo, pero no pueden recordar el " +"software que usaron para crearlo, o han olvidado la contraseña. Otros " +"usuarios pueden tener una versión anterior de Dash Core que ya no funciona " +"porque la red se ha actualizado. Esta documentación está destinada a ayudar " +"a estos usuarios a restablecer el acceso a sus fondos." #: ../../docs/user/wallets/recovery.rst:20 msgid "Determining the backup format" @@ -66,16 +65,16 @@ msgstr "Determinar el formato de respaldo" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" -"El primer paso es determinar el formato de tu respaldo. En la mayoría de " -"los casos, este será un archivo, probablemente llamado *wallet.dat*, o " -"una frase de palabras. En algunos casos, es posible que hayas almacenado " -"directamente la clave privada para una dirección de Dash. La siguiente " -"lista muestra las posibilidades y métodos para restaurar tu billetera en " -"orden de probabilidad." +"El primer paso es determinar el formato de tu respaldo. En la mayoría de los" +" casos, este será un archivo, probablemente llamado *wallet.dat*, o una " +"frase de palabras. En algunos casos, es posible que hayas almacenado " +"directamente la clave privada para una dirección de Dash. La siguiente lista" +" muestra las posibilidades y métodos para restaurar tu billetera en orden de" +" probabilidad." #: ../../docs/user/wallets/recovery.rst:28 msgid "Backup is stored in an older version of Dash Core that no longer works" @@ -97,17 +96,17 @@ msgstr "El respaldo es un archivo" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" -"Si el nombre del archivo es similar a wallet.dat, intenta restaurar " -"usando :ref:`Dash Core `" +"Si el nombre del archivo es similar a wallet.dat, intenta restaurar usando " +":ref:`Dash Core `" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" "Si el nombre del archivo es similar a dash-wallet-backup o incluye la " "palabra 'mobile', intenta restaurar usando :ref:`Billetera de Dash para " @@ -121,13 +120,13 @@ msgstr "El respaldo es una frase de palabras" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" "Si tienes 12 palabras, intenta restaurar utilizando :ref:`Billetera Dash " "Electrum ` o Billetera de Dash para " -":ref:`Android ` o :ref:`iOS `, dependiendo de lo que usaste para crear el respaldo" +":ref:`Android ` o :ref:`iOS `, dependiendo de lo que usaste para crear el respaldo" #: ../../docs/user/wallets/recovery.rst:40 msgid "" @@ -143,12 +142,13 @@ msgid "" "wallet ` you used to create the recovery phrase" msgstr "" "Si tienes 12, 18 o 24 o 25 palabras, intenta restaurar con la " -":ref:`Billetera de hardware ` que usaste para " -"crear la frase de recuperación" +":ref:`Billetera de hardware ` que usaste para crear" +" la frase de recuperación" #: ../../docs/user/wallets/recovery.rst:43 msgid "Backup is a long string of random characters or a QR code" -msgstr "EL respaldo es una larga cadena de caracteres aleatorios o un código QR" +msgstr "" +"EL respaldo es una larga cadena de caracteres aleatorios o un código QR" #: ../../docs/user/wallets/recovery.rst:45 msgid "" @@ -161,29 +161,29 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" -"Si tiene 51 caracteres y comienza con 7, esta es una :ref:`llave privada " -"en WIF `, importar usando Dash Core" +"Si tiene 51 caracteres y comienza con 7, esta es una :ref:`llave privada en " +"WIF `, importar usando Dash Core" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" "Si tiene 58 caracteres de longitud y comienza con 6P, esta es una " -":ref:`Llave privada encriptada BIP38 `, descifrar usando" -" una billetera de papel y luego importar utilizando Dash Core" +":ref:`Llave privada encriptada BIP38 `, descifrar usando " +"una billetera de papel y luego importar utilizando Dash Core" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" -"Una vez que hayas determinado tu formato de respaldo, sigue los enlaces " -"para ver la guía de restauración para ese formato." +"Una vez que hayas determinado tu formato de respaldo, sigue los enlaces para" +" ver la guía de restauración para ese formato." #: ../../docs/user/wallets/recovery.rst:55 msgid "File Backups" @@ -198,13 +198,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -217,24 +216,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" "Actualiza el Dash Core a la última versión de acuerdo con las " -":ref:`instrucciones de instalación `. Si solo " -"tienes un archivo de billetera y no hay instalación existente de Dash " -"Core, simplemente instala Dash Core de acuerdo con las " -":ref:`instrucciones de instalación ` e inícialo de" -" una vez para crear la carpeta DashCore. A continuación, cierra el Dash " -"Core y copia el archivo *wallet.dat* que deseas restaurar en la carpeta " -"DashCore en la ubicación especificada a continuación, reemplazando o " -"renombrando el archivo existente." +":ref:`instrucciones de instalación `. Si solo tienes " +"un archivo de billetera y no hay instalación existente de Dash Core, " +"simplemente instala Dash Core de acuerdo con las :ref:`instrucciones de " +"instalación ` e inícialo de una vez para crear la " +"carpeta DashCore. A continuación, cierra el Dash Core y copia el archivo " +"*wallet.dat* que deseas restaurar en la carpeta DashCore en la ubicación " +"especificada a continuación, reemplazando o renombrando el archivo " +"existente." #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" @@ -258,11 +256,11 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" -"Ve a tu carpeta de inicio y presionea **Ctrl + H** para mostrar los " -"archivos ocultos, luego abre ``.dashcore``" +"Ve a tu carpeta de inicio y presionea **Ctrl + H** para mostrar los archivos" +" ocultos, luego abre ``.dashcore``" #: ../../docs/user/wallets/recovery.rst:95 msgid "macOS" @@ -274,8 +272,8 @@ msgstr "~/Librería/Soporte de aplicación/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -287,25 +285,26 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" "Presiona **tecla de Windows + R** y escribe ``%APPDATA%``, luego abre " "``DashCore``" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" -"Si tu versión actual de Dash Core es anterior a v0.12.1.x, es posible que" -" necesites cambiar el nombre de tu carpeta de datos de ``Dash`` a " +"Si tu versión actual de Dash Core es anterior a v0.12.1.x, es posible que " +"necesites cambiar el nombre de tu carpeta de datos de ``Dash`` a " "``DashCore``." #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" "Para reparar una instalación interrumpida, ve a la carpeta DashCore y " "elimina todos los archivos *.log* y *.dat* excepto *wallet.dat*. Los " @@ -354,25 +353,24 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" "Deja intactos los archivos ``.conf`` y las carpetas (como ``backups``, " -"``blocks``, ``chainstate``, etc.), ya que te ayudarán a comenzar más " -"rápido al proporcionar una copia de la cadena de bloques y tu " -"configuración" +"``blocks``, ``chainstate``, etc.), ya que te ayudarán a comenzar más rápido " +"al proporcionar una copia de la cadena de bloques y tu configuración" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -381,12 +379,12 @@ msgstr "Forzar a Dash Core para volver a examinar la cadena de bloques" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -395,29 +393,28 @@ msgstr "Dash Android" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -426,8 +423,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:178 msgid "*Restoring a file backup using Dash Wallet for Android*" msgstr "" -"*Restauración de un respaldo de archivos usando la billetera de Dash para" -" Android*" +"*Restauración de un respaldo de archivos usando la billetera de Dash para " +"Android*" #: ../../docs/user/wallets/recovery.rst:181 msgid "Recovery Phrases" @@ -435,8 +432,8 @@ msgstr "Frases de recuperación" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" "Si tienes una frase de 12 palabras y estás seguro de que tu copia de " "seguridad se realizó en un dispositivo móvil iOS o Android, sigue estas " @@ -448,23 +445,23 @@ msgstr "Frase de 12 palabras en Android" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -482,27 +479,26 @@ msgstr "Frase de 12 palabras en iOS" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" "Asegúrate de que tu billetera Dash esté completamente actualizada en App " -"Store, luego abre Dash. Si esta es la primera vez que abres la " -"aplicación, puedes ingresar tu frase de recuperación directamente " -"seleccionando **Recuperar billetera** en la pantalla de inicio. Si tienes" -" un saldo existente, haz otro respaldo o transfiérelo a una dirección " -"externa, ¡porque restaurar una billetera reemplazará tu billetera " -"existente!" +"Store, luego abre Dash. Si esta es la primera vez que abres la aplicación, " +"puedes ingresar tu frase de recuperación directamente seleccionando " +"**Recuperar billetera** en la pantalla de inicio. Si tienes un saldo " +"existente, haz otro respaldo o transfiérelo a una dirección externa, ¡porque" +" restaurar una billetera reemplazará tu billetera existente!" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -517,25 +513,24 @@ msgstr "Frase de 12/13 palabras en Dash Electrum" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." -msgstr "" -"Asegúrate de estar utilizando la última versión de Dash Electrum de " -"acuerdo con las instrucciones de instalación :ref:`aquí `. Dash Electrum admite múltiples billeteras simultáneas, " -"por lo que puedes restaurar de forma segura un nuevo archivo de billetera" -" sin perder tu billetera anterior. Haz clic en **Archivo > " -"Nuevo/Restaurar** e ingresa un nombre de archivo para almacenar tu nueva " -"billetera. Luego selecciona **Ya tengo una semilla** e ingresa tu frase " -"de recuperación de 12/13 palabras. Ingresa una nueva contraseña para su " -"billetera y haz clic en **Siguiente** para recuperar tus direcciones " -"desde la frase de recuperación." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." +msgstr "" +"Asegúrate de estar utilizando la última versión de Dash Electrum de acuerdo " +"con las instrucciones de instalación :ref:`aquí `. " +"Dash Electrum admite múltiples billeteras simultáneas, por lo que puedes " +"restaurar de forma segura un nuevo archivo de billetera sin perder tu " +"billetera anterior. Haz clic en **Archivo > Nuevo/Restaurar** e ingresa un " +"nombre de archivo para almacenar tu nueva billetera. Luego selecciona **Ya " +"tengo una semilla** e ingresa tu frase de recuperación de 12/13 palabras. " +"Ingresa una nueva contraseña para su billetera y haz clic en **Siguiente** " +"para recuperar tus direcciones desde la frase de recuperación." #: ../../docs/user/wallets/recovery.rst:274 msgid "*Restoring a 12-word recovery phrase using Dash Electrum*" @@ -557,19 +552,16 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 -#, fuzzy msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" -"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" @@ -582,28 +574,27 @@ msgstr "Restaurar una billetera iOS en Dash Electrum" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" "Puedes usar tu frase de recuperación de Dash iOS con Dash Electrum para " -"recuperar fondos si pierdes el acceso a tu dispositivo iOS por algún " -"motivo. Sin embargo, dado que las rutas de derivación de la billetera no " -"son idénticas, el proceso solo funciona en una dirección, lo que " -"significa que no es posible restaurar una billetera Dash Electrum con la " -"billetera Dash iOS. Además, dado que el proceso de importación utiliza " -"una llave xprv en lugar de la frase de recuperación directamente, no será" -" posible mostrar la frase de recuperación en Dash Electrum. Por lo tanto," -" se recomienda mover los fondos (ya sea a una billetera Dash Electrum " -"estándar o a alguna otra billetera) una vez que la recuperación sea " -"exitosa para garantizar que los procedimientos de respaldo estándar " -"funcionen como se espera." +"recuperar fondos si pierdes el acceso a tu dispositivo iOS por algún motivo." +" Sin embargo, dado que las rutas de derivación de la billetera no son " +"idénticas, el proceso solo funciona en una dirección, lo que significa que " +"no es posible restaurar una billetera Dash Electrum con la billetera Dash " +"iOS. Además, dado que el proceso de importación utiliza una llave xprv en " +"lugar de la frase de recuperación directamente, no será posible mostrar la " +"frase de recuperación en Dash Electrum. Por lo tanto, se recomienda mover " +"los fondos (ya sea a una billetera Dash Electrum estándar o a alguna otra " +"billetera) una vez que la recuperación sea exitosa para garantizar que los " +"procedimientos de respaldo estándar funcionen como se espera." #: ../../docs/user/wallets/recovery.rst:304 msgid "" @@ -621,26 +612,26 @@ msgstr "Recuperando la llave xprv correcta de Dash iOS " #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" "Vaya a la página de `BIP39 Convertidor de código Mnemonic " "`_. Esta es una herramienta útil para " "manipular/mostrar los datos de semilla BIP32/39. Si no te sientes cómodo " -"realizando este procedimiento en línea, se encuentra disponible una " -"versión fuera de línea descargando el archivo descrito en `estas " -"instrucciones `_. Una vez que la herramienta este cargada en tu navegador, " -"completa los siguientes pasos:" +"realizando este procedimiento en línea, se encuentra disponible una versión " +"fuera de línea descargando el archivo descrito en `estas instrucciones " +"`_. Una vez " +"que la herramienta este cargada en tu navegador, completa los siguientes " +"pasos:" #: ../../docs/user/wallets/recovery.rst:319 msgid "Enter your 12 word seed phrase in the **BIP39 Mnemonic** field." -msgstr "Ingresa tu frase inicial de 12 palabras en el campo **BIP39 Mnemónico**." +msgstr "" +"Ingresa tu frase inicial de 12 palabras en el campo **BIP39 Mnemónico**." #: ../../docs/user/wallets/recovery.rst:320 msgid "Leave **BIP39 Passphrase** blank." @@ -664,7 +655,8 @@ msgstr "Importar la llave xprv en Dash Electrum" #: ../../docs/user/wallets/recovery.rst:328 msgid "Open Dash Electrum and click **File** -> **New/Restore**." -msgstr "Abrir Dash Electrum y hacer clic en **Archivo** -> **Nueva/Restaurar**." +msgstr "" +"Abrir Dash Electrum y hacer clic en **Archivo** -> **Nueva/Restaurar**." #: ../../docs/user/wallets/recovery.rst:329 msgid "Type a name for your wallet." @@ -688,31 +680,29 @@ msgstr "Ingresa opcionalmente una contraseña." #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" "Dash Electrum ahora debe detectar tu saldo de Dash en iOS y debes tener " -"acceso completo a tus fondos. La frase inicial no estará disponible en " -"Dash Electrum, por lo que solo tendrás que seguir los pasos anteriores " -"nuevamente si deseas restaurar nuevamente esta billetera con la frase de " -"recuperación. Se recomienda que envíes tus fondos a una nueva billetera " -"Dash Electrum y sigas los :ref:`procedimientos de respaldo estándares " -"`." +"acceso completo a tus fondos. La frase inicial no estará disponible en Dash " +"Electrum, por lo que solo tendrás que seguir los pasos anteriores nuevamente" +" si deseas restaurar nuevamente esta billetera con la frase de recuperación." +" Se recomienda que envíes tus fondos a una nueva billetera Dash Electrum y " +"sigas los :ref:`procedimientos de respaldo estándares `." #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -721,12 +711,12 @@ msgstr "Llaves privadas" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -748,38 +738,37 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" -"Dash Core volverá a examinar la cadena de bloques para las transacciones " -"que involucran la dirección pública de esta llave e ingresar las " -"transacciones y el saldo en tu billetera." +"Dash Core volverá a examinar la cadena de bloques para las transacciones que" +" involucran la dirección pública de esta llave e ingresar las transacciones " +"y el saldo en tu billetera." #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." -msgstr "" -"La llave privada debe estar en formato de importación de billetera (WIF)." -" Si tu llave está encriptada usando BIP38 (la llave comienza con 6P en " -"vez de 7), primero debes descifrarla para ver la llave en WIF. Para " -"hacerlo, ve a https://paper.dash.org/ y haz clic en **Detalles de la " -"billetera**. Ingresa la llave privada encriptada en el campo y haz clic " -"en **Ver detalles**. Se te pedirá la contraseña y sus llaves se " -"descifrarán. Busca la llave llamada **llave privada WIF** e importa esto " -"en tu billetera." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." +msgstr "" +"La llave privada debe estar en formato de importación de billetera (WIF). Si" +" tu llave está encriptada usando BIP38 (la llave comienza con 6P en vez de " +"7), primero debes descifrarla para ver la llave en WIF. Para hacerlo, ve a " +"https://paper.dash.org/ y haz clic en **Detalles de la billetera**. Ingresa " +"la llave privada encriptada en el campo y haz clic en **Ver detalles**. Se " +"te pedirá la contraseña y sus llaves se descifrarán. Busca la llave llamada " +"**llave privada WIF** e importa esto en tu billetera." #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" -"*Desencriptar una llave encriptada BIP38 para WIF para su importación en " -"la billetera de Dash Core*" +"*Desencriptar una llave encriptada BIP38 para WIF para su importación en la " +"billetera de Dash Core*" #: ../../docs/user/wallets/recovery.rst:399 msgid "Forgotten Passwords" @@ -787,29 +776,28 @@ msgstr "Contraseñas olvidadas" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" "En la mayoría de los casos, si seleccionaste una contraseña fuerte y la " "olvidaste o perdiste, prácticamente no hay esperanza de recuperarla. La " -"encriptación utilizada por las billeteras de Dash es extremadamente " -"fuerte por diseño, y una contraseña bien elegida debería vencer a la " -"mayoría de los intentos de agrietamiento por fuerza bruta. Si puedes " -"recordar algunos detalles de la contraseña, particularmente su longitud o" -" secuencias de caracteres que pueden incluirse, entonces puede valer la " -"pena intentar las técnicas de descifrado de contraseñas con fuerza bruta " -". Existen varios servicios para hacer esto, o puedes intentarlo tu mismo." -" Debido a que Dash Core se basa en Bitcoin Core, la mayoría de los " -"enfoques para aplicar la fuerza bruta para romper una billetera de " -"Bitcoin también funcionarán para las billeteras de Dash." +"encriptación utilizada por las billeteras de Dash es extremadamente fuerte " +"por diseño, y una contraseña bien elegida debería vencer a la mayoría de los" +" intentos de agrietamiento por fuerza bruta. Si puedes recordar algunos " +"detalles de la contraseña, particularmente su longitud o secuencias de " +"caracteres que pueden incluirse, entonces puede valer la pena intentar las " +"técnicas de descifrado de contraseñas con fuerza bruta . Existen varios " +"servicios para hacer esto, o puedes intentarlo tu mismo. Debido a que Dash " +"Core se basa en Bitcoin Core, la mayoría de los enfoques para aplicar la " +"fuerza bruta para romper una billetera de Bitcoin también funcionarán para " +"las billeteras de Dash." #: ../../docs/user/wallets/recovery.rst:412 msgid "`Wallet Recovery Services `_" @@ -818,4 +806,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "`Recuperación de BTC `_" - diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/signing.po b/locale/es/LC_MESSAGES/docs/user/wallets/signing.po index f9f72c3cb..00b79b51e 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,17 +13,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" @@ -31,7 +31,7 @@ msgstr "" "Guías y capturas de pantalla de como firmar y verificar mensajes usando la " "criptomoneda Dash" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "dash, sign, verificar, mensaje, trezor, dash core" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/text.po b/locale/es/LC_MESSAGES/docs/user/wallets/text.po index 4590d4fec..639c72198 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "Guías para billeteras de mensajes de texto para la criptomoneda Dash" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po index e85370172..4a3476530 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,31 +1,30 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Tomas Alfaro , 2022 # Ivan SIerraalta , 2022 # JZA , 2022 # Jahlexis Lugo , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" @@ -33,7 +32,7 @@ msgstr "" "Listas e información detallada de billeteras de terceros que soportan la " "criptomoneda Dash." -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -45,22 +44,22 @@ msgstr "Introducción" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" -"El protocolo de Dash y muchos productos Dash como Dash Core y las " -"billeteras móviles son completamente de código abierto, lo que hace que " -"sea más fácil para terceros integrar Dash con sus soluciones existentes " -"de billeteras de criptomonedas. Esta sección describe algunas de los " -"billeteras de terceros disponibles y las funciones que ofrecen. Ten en " -"cuenta que Dash no brinda soporte para ninguna de estas billeteras, y que" -" cualquier listado aquí no debe considerarse como una recomendación. " -"Contacta al proveedor del software para obtener asistencia." +"El protocolo de Dash y muchos productos Dash como Dash Core y las billeteras" +" móviles son completamente de código abierto, lo que hace que sea más fácil " +"para terceros integrar Dash con sus soluciones existentes de billeteras de " +"criptomonedas. Esta sección describe algunas de los billeteras de terceros " +"disponibles y las funciones que ofrecen. Ten en cuenta que Dash no brinda " +"soporte para ninguna de estas billeteras, y que cualquier listado aquí no " +"debe considerarse como una recomendación. Contacta al proveedor del software" +" para obtener asistencia." #: ../../docs/user/wallets/third-party.rst:21 msgid "ADAMANT" @@ -73,8 +72,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -97,9 +96,9 @@ msgstr "Instalación" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -145,22 +144,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -179,20 +177,18 @@ msgstr "https://cobo.com" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" "Cobo es una billetera móvil multimoneda que soporta Dash con opciones de " -"registrar una billetera en la nube (claves privadas respaldadas en la " -"nube) o generar tu propia semilla de billetera HD (llaves privadas " -"encriptadas en tu dispositivo), dándote el máximo control sobre como " -"manejar las llaves criptográficas de todos los activos en la billetera. " -"La billetera ofrece una característica única de \"staking\" donde los " -"usuarios pueden agrupar sus Dash para configurar masternodes y disfrutar " -"de retornos semanales." +"registrar una billetera en la nube (claves privadas respaldadas en la nube) " +"o generar tu propia semilla de billetera HD (llaves privadas encriptadas en " +"tu dispositivo), dándote el máximo control sobre como manejar las llaves " +"criptográficas de todos los activos en la billetera. La billetera ofrece una" +" característica única de \"staking\" donde los usuarios pueden agrupar sus " +"Dash para configurar masternodes y disfrutar de retornos semanales." #: ../../docs/user/wallets/third-party.rst:131 msgid "" @@ -215,44 +211,37 @@ msgstr "Billetera Cobo" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 -#, fuzzy msgid "Coin Wallet" -msgstr "Billetera Cobo" +msgstr "" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://evercoin.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" #: ../../docs/user/wallets/third-party.rst:181 -#, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -"Cobo ofrece documentación detalla de todas sus funciones en " -"https://support.cobo.com" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" @@ -264,18 +253,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" -"Coinomi es una billetera móvil multidivisa de código abierto disponible " -"para iOS y Android. Tus llaves privadas nunca salen de tu dispositivo, y " -"el encriptado fuerte de la billetera garantiza que tus fondos estén " -"siempre bajo tu control solamente. El intercambio instantáneo está " -"disponible directamente en la billetera a través de las integraciones " -"ShapeShift y Changelly." +"Coinomi es una billetera móvil multidivisa de código abierto disponible para" +" iOS y Android. Tus llaves privadas nunca salen de tu dispositivo, y el " +"encriptado fuerte de la billetera garantiza que tus fondos estén siempre " +"bajo tu control solamente. El intercambio instantáneo está disponible " +"directamente en la billetera a través de las integraciones ShapeShift y " +"Changelly." #: ../../docs/user/wallets/third-party.rst:206 msgid "Download" @@ -284,11 +273,10 @@ msgstr "Descarga" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -314,28 +302,25 @@ msgstr "https://edge.app" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" "Edge es una billetera segura multidivisa para iOS y Android. Ofrece un " -"sistema de inicio de sesión único para almacenar tu semilla HD encriptada" -" en la nube mientras realiza todas las operaciones confidenciales que " -"requieren una llave privada en tu dispositivo. Edge es rápido y fácil de " -"usar, te permite escanear códigos QR y firmar transacciones usando " -"tudocumento de identificación de huella digital o un código PIN simple. " -"ShapeShift también está integrado para facilitar el intercambio entre " -"diferentes criptomonedas." +"sistema de inicio de sesión único para almacenar tu semilla HD encriptada en" +" la nube mientras realiza todas las operaciones confidenciales que requieren" +" una llave privada en tu dispositivo. Edge es rápido y fácil de usar, te " +"permite escanear códigos QR y firmar transacciones usando tudocumento de " +"identificación de huella digital o un código PIN simple. ShapeShift también " +"está integrado para facilitar el intercambio entre diferentes criptomonedas." #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -385,21 +370,20 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" -"La Billetera Universal Ethos te permite almacenar Dash y mas de 100 otras" -" criptomonedas. Cuenta con una única frase de recuperación, conocida como" -" SmartKey, con la cual puedes restaurar todos los balances en otro " -"dispositivo. Las características incluyen nombres de usuario legible para" -" humanos, conversión de monedas con ShapeShift y rastreo de portafolio." +"La Billetera Universal Ethos te permite almacenar Dash y mas de 100 otras " +"criptomonedas. Cuenta con una única frase de recuperación, conocida como " +"SmartKey, con la cual puedes restaurar todos los balances en otro " +"dispositivo. Las características incluyen nombres de usuario legible para " +"humanos, conversión de monedas con ShapeShift y rastreo de portafolio." #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -409,8 +393,7 @@ msgid "" "https://support.ethos.io and a few quick links are also collected here:" msgstr "" "Ethos ofrece documentación detallada de todas sus funciones en " -"https://support.ethos.io y algunos enlaces rápidos también se recogen " -"aquí:" +"https://support.ethos.io y algunos enlaces rápidos también se recogen aquí:" #: ../../docs/user/wallets/third-party.rst:317 msgid "" @@ -429,8 +412,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -454,17 +437,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -476,19 +459,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" -"`¿Cómo instalo Exodus? `_" +"`¿Cómo instalo Exodus? `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" -"`¿Cómo puedo empezar con Exodus? `_" +"`¿Cómo puedo empezar con Exodus? `_" #: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" @@ -504,48 +487,47 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" -"Guarda ofrece un ecosistema completo de cadena de bloques que consiste en" -" billetera de escritorio, web y venta OTC e intercambio instantáneo de " -"criptos. Dash es soportado en todo el ecosistema, haciéndolo una forma " -"fácil y conveniente para que nuevos usuarios empiecen. Todas las llaves " -"son mantenidas por el usuario, asegurando la seguridad de sus fondos." +"Guarda ofrece un ecosistema completo de cadena de bloques que consiste en " +"billetera de escritorio, web y venta OTC e intercambio instantáneo de " +"criptos. Dash es soportado en todo el ecosistema, haciéndolo una forma fácil" +" y conveniente para que nuevos usuarios empiecen. Todas las llaves son " +"mantenidas por el usuario, asegurando la seguridad de sus fondos." #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" "Guarda ofrece documentación de todas sus funciones en " -"https://guarda.freshdesk.com y y algunos enlaces rápidos también se " -"recogen aquí:" +"https://guarda.freshdesk.com y y algunos enlaces rápidos también se recogen " +"aquí:" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" "`¿Como crear una billetera? " -"`_" +"`_" #: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" @@ -606,34 +588,33 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" "Mobi es una billetera móvil multimoneda enlazada a tu numero telefónico. " -"Como billetera alojada, Mobi guarda las llaves privadas de tus fondos en " -"tu nombre. lo que significa que puedes restaurar tus fondos recibiendo un" -" mensaje de texto e ingresando tu PIN. Sin embargo, debes confiar que " -"Mobi actuara con responsabilidad con estas llaves privadas, y perderás " -"acceso a tus fondos si pierdes acceso a tu número telefónico. Una " -"interfaz web también esta disponible, y puedes usar dinero fiat para " -"comprar criptomonedas en la aplicación." +"Como billetera alojada, Mobi guarda las llaves privadas de tus fondos en tu " +"nombre. lo que significa que puedes restaurar tus fondos recibiendo un " +"mensaje de texto e ingresando tu PIN. Sin embargo, debes confiar que Mobi " +"actuara con responsabilidad con estas llaves privadas, y perderás acceso a " +"tus fondos si pierdes acceso a tu número telefónico. Una interfaz web " +"también esta disponible, y puedes usar dinero fiat para comprar " +"criptomonedas en la aplicación." #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" "Lee las `FAQ `__, únete al `Grupo de Mobi en " "Telegram `_ o envia un correo electrónico a " @@ -653,26 +634,25 @@ msgstr "https://ownbit.io" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" -"Unete al `Grupo de Telegram de Ownbit `_ o envía un" -" correo a hi@bitbill.com por soporte a Ownbit." +"Unete al `Grupo de Telegram de Ownbit `_ o envía un " +"correo a hi@bitbill.com por soporte a Ownbit." #: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" @@ -688,9 +668,9 @@ msgstr "https://trustwallet.com" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -703,9 +683,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -722,10 +701,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -738,8 +716,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -756,28 +734,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -795,377 +771,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "Cryptonator" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" -#~ "Cryptonator ofrece una billetera web/móvil " -#~ "a la que se puede acceder " -#~ "utilizando una combinación simple de " -#~ "nombre de usuario/contraseña. Admite múltiples" -#~ " monedas, incluyendo Dash, y ofrece " -#~ "un intercambio instantáneo entre diferentes" -#~ " monedas. También admite pagos en " -#~ "euros a través de SEPA directamente " -#~ "dentro de la cuenta." - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "La Billetera Cryptonator se ejecuta en Android" - -#~ msgid "Evercoin" -#~ msgstr "Evercoin" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" -#~ "Lee las `FAQ `__ o" -#~ " visita la `pagina Evercoin " -#~ "`_ para hablar con el" -#~ " equipo de soporte directamente." - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "Billetera Evercoin ejecutándose en Android" - -#~ msgid "Jaxx" -#~ msgstr "Jaxx" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" -#~ "Jaxx admite múltiples monedas en una " -#~ "sola cartera, incluyendo Dash. Está " -#~ "disponible para casi todas las " -#~ "plataformas, incluidas Android, iOS, macOS," -#~ " Windows, Linux y también como una" -#~ " extensión de Chrome. Jaxx es un " -#~ "software de código abierto." - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "La billetera Jaxx se ejecuta en diferentes dispositivos" - -#~ msgid "KurePay" -#~ msgstr "KurePay" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "https://wallet.kurepay.com" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" -#~ "Paytomat ofrece una billetera multimoneda " -#~ "para Android y iOS la cual integra" -#~ " un programa de lealtad para " -#~ "incentivar minoristas y consumidores a " -#~ "realizar transacciones en Dash." - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" -#~ "Únete al `Grupo de Telegram de " -#~ "Paytomat `_ o envía un" -#~ " correo electrónico a support@paytomat.com " -#~ "para soporte con Paytomat." - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "Billetera Paytomat ejecutándose en Android" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "Billetera Atomic" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "https://atomicwallet.io" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" -#~ "La billetera Atomic es una billetera " -#~ "multiactivo libre de custodia con " -#~ "intercambio atómico y funcionalidad de " -#~ "libro de ordenes descentralizado. Provee " -#~ "un servicio seguro, poderoso que de " -#~ "forma transparente y rentable permite a" -#~ " los usuarios reducir el esfuerzo " -#~ "invertido en el manejo e intercambio " -#~ "de activos criptográficos." - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" -#~ "La Billetera Atomic ofrece documentación " -#~ "detallada de todas las funciones en " -#~ "https://atomicwallet.freshdesk.com y algunos enlaces" -#~ " rápidos también son recolectados aquí: \n" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" -#~ "`Como crear una billetera " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" -#~ "`Empezando con Atomic Swaps " -#~ "`_" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "Pantalla del Portafolio de la Billetera Atomic" - diff --git a/locale/es/LC_MESSAGES/docs/user/wallets/web.po b/locale/es/LC_MESSAGES/docs/user/wallets/web.po index c0c14656b..5b54e6a93 100644 --- a/locale/es/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/es/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -14,23 +14,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: JZA , 2022\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/es/LC_MESSAGES/index.po b/locale/es/LC_MESSAGES/index.po index 7a3dd2933..723b49470 100644 --- a/locale/es/LC_MESSAGES/index.po +++ b/locale/es/LC_MESSAGES/index.po @@ -1,43 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Tomas Alfaro , 2018 # Jahlexis Lugo , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Jahlexis Lugo , 2018\n" -"Language: es\n" -"Language-Team: Spanish (https://www.transifex.com/dash/teams/37570/es/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -"La Documentación Dash ofrece información y guía sobre Dash, la " -"criptomoneda de código abierto punto-a-punto con un fuerte foco en la " -"industria de pagos." +"La Documentación Dash ofrece información y guía sobre Dash, la criptomoneda " +"de código abierto punto-a-punto con un fuerte foco en la industria de pagos." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -48,30 +46,28 @@ msgstr "Documentación Dash" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -80,8 +76,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -94,8 +90,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -108,17 +104,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po b/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po index 5db5cd90c..d2547a832 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/index.po b/locale/fr/LC_MESSAGES/docs/user/developers/index.po index f6894f259..1e2ff5819 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -35,56 +34,45 @@ msgid "Developers" msgstr "Développeurs" #: ../../docs/user/developers/index.rst:11 -#, fuzzy msgid "" "The `Dash Platform Developer Documentation " "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" -"La `documentation Dash Platform pour développeurs " -"` est une documentation technique " -"destinée à aider les développeurs à démarrer rapidement et facilement sur" -" Dash Platform. La `documentation Dash Core pour développeurs " -"` fournit une documentation détaillée sur le" -" code de Dash Core, et sert de référence aux développeurs plus " -"expérimentés. Ces portails de documentation peuvent aider les " -"développeurs à intégrer rapidement et efficacement des applications " -"externes à l'écosystème Dash. Chacun peut contribuer à la documentation " -"en suggérant des modifications depuis la documentation elle-même." #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" "L'équipe Dash Core gère également la `feuille de route Dash " -"`_, qui précise les étapes " -"prévues pour les versions futures de Dash et inclut des détails " -"techniques spécifiques sur la façon dont l'équipe de développement compte" -" concrétiser chaque étape. La feuille de route Dash est accompagnée des " -"`propositions d'amélioration de Dash (Dash Improvement Proposals, DIP) " +"`_, qui précise les étapes prévues" +" pour les versions futures de Dash et inclut des détails techniques " +"spécifiques sur la façon dont l'équipe de développement compte concrétiser " +"chaque étape. La feuille de route Dash est accompagnée des `propositions " +"d'amélioration de Dash (Dash Improvement Proposals, DIP) " "`_, qui comportent des explications " "techniques détaillées sur les changements proposés au protocole Dash lui-" "même." #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" -"La communauté Dash débat et organise le développement d'applications Dash" -" au moyen des ressources suivantes :" +"La communauté Dash débat et organise le développement d'applications Dash au" +" moyen des ressources suivantes :" #: ../../docs/user/developers/index.rst:32 msgid "`Awesome Dash Platform `__" @@ -99,21 +87,21 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" "`Programme de récompenses Dash " -"`__" +"`__" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" -"Les sections restantes, disponibles ci-dessous, décrivent en pratique les" -" étapes nécessaires pour accomplir les tâches communes de développement " -"de Dash." +"Les sections restantes, disponibles ci-dessous, décrivent en pratique les " +"étapes nécessaires pour accomplir les tâches communes de développement de " +"Dash." #: ../../docs/user/developers/index.rst:53 msgid "Version History" @@ -122,10 +110,9 @@ msgstr "Historique des versions" #: ../../docs/user/developers/index.rst:55 msgid "Full release notes and the version history of Dash are available here:" msgstr "" -"Les notes de publication complètes et l'historique des versions de Dash " -"sont disponibles ici :" +"Les notes de publication complètes et l'historique des versions de Dash sont" +" disponibles ici :" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/insight.po b/locale/fr/LC_MESSAGES/docs/user/developers/insight.po index 79d37de3c..0515f57bd 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/insight.po @@ -1,44 +1,43 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" "L'API REST open source Dash Insight est un moyen simple, pratique et " "puissant de lire des données sur le réseau Dash et de bâtir vos propres " "services à partir d'elles." -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" -"dash, insight, API, REST, blockchain, explorateur, JSON, HTTP, blocs, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorateur, JSON, HTTP, blocs, index," +" transactions" #: ../../docs/user/developers/insight.rst:9 msgid "Insight API Installation" @@ -47,21 +46,21 @@ msgstr "Installation de l'API Insight" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" "Une installation standard d'Ubuntu Linux 20.04 LTS sera utilisée comme " @@ -92,17 +91,16 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``" msgstr "Définissez la valeur de ``datadir`` comme ``../../.dashcore``" #: ../../docs/user/developers/insight.rst:58 -#, fuzzy msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" -msgstr "Définissez la valeur de ``datadir`` comme ``../../.dashcore``" +msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" -"**Facultatif** : changez la valeur de ``network`` sur ``testnet`` si vous" -" souhaitez faire tourner Insight sur le réseau de test." +"**Facultatif** : changez la valeur de ``network`` sur ``testnet`` si vous " +"souhaitez faire tourner Insight sur le réseau de test." #: ../../docs/user/developers/insight.rst:62 msgid "Run it::" @@ -111,15 +109,11 @@ msgstr "Lancez-le :" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "L'explorateur de blocs Insight UI sera disponible :" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po index 7e7397a17..19af47fc4 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Daf Daf, 2023\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -38,8 +37,8 @@ msgstr "Services API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" "Plusieurs services d'API existent pour faciliter l'intégration rapide et " "simple de services au réseau Dash, parmi lesquels :" @@ -66,9 +65,9 @@ msgid "" "running your own infrastructure to support blockchain interactions. This " "includes mechanisms such as:" msgstr "" -"Les services d'API sont en général employés dans le but de vous épargner " -"de faire tourner votre propre infrastructure pour interagir avec la " -"blockchain. Cela comprend des mécanismes tels que :" +"Les services d'API sont en général employés dans le but de vous épargner de " +"faire tourner votre propre infrastructure pour interagir avec la blockchain." +" Cela comprend des mécanismes tels que :" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -84,17 +83,16 @@ msgstr "Traiter le paiement avec des WebHooks." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" "Il existe plusieurs moyens d'accomplir cela, leur facteur principal de " -"différenciation étant la grille tarifaire et les fonctionnalités " -"fournies. La liste suivante de fournisseurs d'API essaie de souligner ces" -" différences et fonctions clés, et inclut également un lien vers la " -"documentation pertinente." +"différenciation étant la grille tarifaire et les fonctionnalités fournies. " +"La liste suivante de fournisseurs d'API essaie de souligner ces différences " +"et fonctions clés, et inclut également un lien vers la documentation " +"pertinente." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -106,15 +104,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" -"L'API REST open source Insight est un moyen simple, pratique et puissant " -"de lire des données sur le réseau Dash et de bâtir vos propres services à" -" partir d'elles. Un guide pratique pour s'initier à l'API Insight et à " -"son explorateur de blocs est disponible :ref:`ici `." +"L'API REST open source Insight est un moyen simple, pratique et puissant de " +"lire des données sur le réseau Dash et de bâtir vos propres services à " +"partir d'elles. Un guide pratique pour s'initier à l'API Insight et à son " +"explorateur de blocs est disponible :ref:`ici `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -142,19 +140,19 @@ msgid "" "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." msgstr "" -"BlockCypher est une API JSON simple, principalement RESTful, pour " -"interagir avec des blockchains consultées via HTTP ou HTTPS depuis le " -"domaine api.blockcypher.com." +"BlockCypher est une API JSON simple, principalement RESTful, pour interagir " +"avec des blockchains consultées via HTTP ou HTTPS depuis le domaine " +"api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" -"Fonctionnalités : diffusion de transaction, portefeuille HD et génération" -" d'adresses, appels WebSocket et WebHook mais aussi transfert de " -"paiement. BlockCypher ne manipule pas de clés privées." +"Fonctionnalités : diffusion de transaction, portefeuille HD et génération " +"d'adresses, appels WebSocket et WebHook mais aussi transfert de paiement. " +"BlockCypher ne manipule pas de clés privées." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -178,13 +176,13 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" -"BitGo fournit une API REST simple et robuste et un SDK client, permettant" -" d'intégrer des portefeuilles de monnaie numérique dans votre " -"application. La compatibilité avec InstantSend est assurée." +"BitGo fournit une API REST simple et robuste et un SDK client, permettant " +"d'intégrer des portefeuilles de monnaie numérique dans votre application. La" +" compatibilité avec InstantSend est assurée." #: ../../docs/user/developers/integration-apis.rst:91 msgid "" @@ -212,27 +210,26 @@ msgstr "https://blockmove.io" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" -"Fonctionnalités : portefeuilles sans garde, portefeuille HD, anonymat " -"élevé, frais bas. Les clés privées ne sont pas stockées et ne sont " -"accessibles que par l'utilisateur." +"Fonctionnalités : portefeuilles sans garde, portefeuille HD, anonymat élevé," +" frais bas. Les clés privées ne sont pas stockées et ne sont accessibles que" +" par l'utilisateur." #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" msgstr "" -"Gamme tarifaire — API : 0,3% pour les transactions de retrait ; vendeurs " -": première année gratuite, puis 49 dollars par mois." +"Gamme tarifaire — API : 0,3% pour les transactions de retrait ; vendeurs : " +"première année gratuite, puis 49 dollars par mois." #: ../../docs/user/developers/integration-apis.rst:113 msgid "Documentation: https://docs.blockmove.io" @@ -249,9 +246,8 @@ msgstr "https://nownodes.io/" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -260,7 +256,8 @@ msgstr "Fonctionnalités : toutes les commandes RPC Dash." #: ../../docs/user/developers/integration-apis.rst:132 msgid "Pricing Model: Free up to 20k requests, Pricing tiers" -msgstr "Gamme tarifaire : gratuit jusqu'à 20 000 requêtes, puis seuils tarifaires." +msgstr "" +"Gamme tarifaire : gratuit jusqu'à 20 000 requêtes, puis seuils tarifaires." #: ../../docs/user/developers/integration-apis.rst:133 msgid "Documentation: https://nownodes.io/documentation" @@ -271,33 +268,30 @@ msgid "Tokenview" msgstr "" #: ../../docs/user/developers/integration-apis.rst:143 -#, fuzzy msgid "https://services.tokenview.io" -msgstr "https://blockmove.io" +msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 -#, fuzzy msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "Gamme tarifaire : gratuit jusqu'à 20 000 requêtes, puis seuils tarifaires." +msgstr "" #: ../../docs/user/developers/integration-apis.rst:153 -#, fuzzy msgid "Documentation: https://services.tokenview.io/docs?type=api" -msgstr "Documentation : https://nownodes.io/documentation" +msgstr "" #: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" @@ -309,17 +303,17 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -334,8 +328,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" "Grille tarifaire : 0,5% de frais de traitement " "(https://www.coinpayments.net/help-fees)" @@ -350,8 +343,8 @@ msgstr "Afficheurs de cours" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" "Vous pouvez ajouter à votre site web un afficheur de cours simple en " @@ -362,8 +355,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -373,17 +366,16 @@ msgstr "QR-codes" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -392,26 +384,24 @@ msgid "" "display a larger image. You can screenshot this to save an image." msgstr "" "Dans le portefeuille logiciel Dash pour Android, touchez **Demander un " -"paiement** puis touchez le QR-code pour en afficher une version plus " -"grande. Vous pouvez en faire une capture d'écran pour la conserver." +"paiement** puis touchez le QR-code pour en afficher une version plus grande." +" Vous pouvez en faire une capture d'écran pour la conserver." #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" "Dans le portefeuille logiciel Dash pour iOS, balayez vers la gauche pour " -"accéder à l'écran **Recevoir**. Un QR-code et une adresse seront " -"affichés. Vous pouvez en faire une capture d'écran pour le conserver." +"accéder à l'écran **Recevoir**. Un QR-code et une adresse seront affichés. " +"Vous pouvez en faire une capture d'écran pour le conserver." #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" -"Pour générer un QR-code depuis n'importe quelle adresse Dash, allez sur " -"le `générateur de QR-code CWA `_ et collez " +"Pour générer un QR-code depuis n'importe quelle adresse Dash, allez sur le " +"`générateur de QR-code CWA `_ et collez " "simplement votre adresse Dash pour générer une image." - diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po index ec9031b70..8911b27e4 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" @@ -13,23 +14,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Daf Daf, 2023\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -39,46 +38,43 @@ msgstr "Ressources SDK" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" "Des SDK (kits de développement logiciel) sont utilisés pour accélérer la " "conception et le développement d'un produit destiné au réseau Dash. Ces " -"ressources peuvent être utilisées soit pour communiquer avec un " -"fournisseur d'API, soit pour la création d'applications autonomes, par " -"formation de transactions et/ou exécution de divers services de " -"portefeuille." +"ressources peuvent être utilisées soit pour communiquer avec un fournisseur " +"d'API, soit pour la création d'applications autonomes, par formation de " +"transactions et/ou exécution de divers services de portefeuille." #: ../../docs/user/developers/integration-sdks.rst:18 msgid "Dash Developer Guide" msgstr "Guide développeur Dash" #: ../../docs/user/developers/integration-sdks.rst:25 -#, fuzzy msgid "https://docs.dash.org/core" -msgstr "https://dashcore.readme.io/" +msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" -"Le guide développeur Dash a pour but de fournir l'information dont vous " -"avez besoin pour comprendre Dash et commencer à créer des applications " -"basées sur Dash. Pour utiliser au mieux cette documentation, il vous est " -"conseillé d'installer la version la plus récente du portefeuille logiciel" -" Dash Core et de Dash Platform, soit depuis le code source, soit en tant " -"qu'exécutable pré-compilé, soit depuis Docker Hub." +"Le guide développeur Dash a pour but de fournir l'information dont vous avez" +" besoin pour comprendre Dash et commencer à créer des applications basées " +"sur Dash. Pour utiliser au mieux cette documentation, il vous est conseillé " +"d'installer la version la plus récente du portefeuille logiciel Dash Core et" +" de Dash Platform, soit depuis le code source, soit en tant qu'exécutable " +"pré-compilé, soit depuis Docker Hub." #: ../../docs/user/developers/integration-sdks.rst:33 -#, fuzzy msgid "Dash Core: https://docs.dash.org/core" -msgstr "Dash Core : https://dashcore.readme.io/" +msgstr "" #: ../../docs/user/developers/integration-sdks.rst:34 msgid "Dash Platform: https://dashplatform.readme.io/" @@ -94,17 +90,16 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" -"Dash Core est un \"fork\" de Bitcoin et tourne en tant que nœud complet " -"Dash — vos applications tournent directement sur le réseau pair à pair. " -"Pour le développement d'applications portefeuille, des index " -"supplémentaires ont été ajoutés dans Dash, permettant de demander les " -"soldes d'adresses, les historiques de transactions et les sorties non " -"dépensées." +"Dash Core est un \"fork\" de Bitcoin et tourne en tant que nœud complet Dash" +" — vos applications tournent directement sur le réseau pair à pair. Pour le " +"développement d'applications portefeuille, des index supplémentaires ont été" +" ajoutés dans Dash, permettant de demander les soldes d'adresses, les " +"historiques de transactions et les sorties non dépensées." #: ../../docs/user/developers/integration-sdks.rst:51 #: ../../docs/user/developers/integration-sdks.rst:64 @@ -135,9 +130,8 @@ msgstr "NodeJS/JavaScript : DashJS" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" "DashJS vous permet d'opérer des transactions sur L1 ou " "d'obtenir/d'enregistrer des documents sur L2 depuis une seule et unique " @@ -166,8 +160,8 @@ msgid "" "Bitcoin-PHP is an implementation of Bitcoin with support for Dash using " "mostly pure PHP." msgstr "" -"Bitcoin-PHP est une implémentation de Bitcoin compatible avec Dash, " -"conçue presque exclusivement en PHP." +"Bitcoin-PHP est une implémentation de Bitcoin compatible avec Dash, conçue " +"presque exclusivement en PHP." #: ../../docs/user/developers/integration-sdks.rst:76 msgid "Platform: PHP" @@ -196,12 +190,12 @@ msgstr "https://github.com/richardkiss/pycoin" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" -"PyCoin est l'implémentation de toute une série de routines utilitaires, " -"qui peuvent être utiles pour manipuler Bitcoin ou Dash. Elle a été testée" -" avec Python 2.7, 3.6 et 3.7." +"PyCoin est l'implémentation de toute une série de routines utilitaires, qui " +"peuvent être utiles pour manipuler Bitcoin ou Dash. Elle a été testée avec " +"Python 2.7, 3.6 et 3.7." #: ../../docs/user/developers/integration-sdks.rst:89 msgid "Platform: Python" @@ -220,8 +214,8 @@ msgid "" "See also: `JSON-RPC Utilities `__" msgstr "" -"Voir aussi : `Utilitaires JSON-RPC `__" +"Voir aussi : `Utilitaires JSON-RPC `__" #: ../../docs/user/developers/integration-sdks.rst:95 msgid "Java: DashJ" @@ -234,17 +228,17 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" -"DashJ est une bibliothèque permettant de travailler avec le protocole " -"Dash. Elle peut gérer un portefeuille, envoyer ou recevoir des " -"transactions (y compris InstantSend) sans besoin de disposer d'une copie " -"locale de Dash Core, et a beaucoup d'autres fonctions avancées. Elle est " -"conçue en Java mais peut être utilisée depuis tout langage compatible JVM" -" : des exemples en Python et JavaScript sont inclus." +"DashJ est une bibliothèque permettant de travailler avec le protocole Dash. " +"Elle peut gérer un portefeuille, envoyer ou recevoir des transactions (y " +"compris InstantSend) sans besoin de disposer d'une copie locale de Dash " +"Core, et a beaucoup d'autres fonctions avancées. Elle est conçue en Java " +"mais peut être utilisée depuis tout langage compatible JVM : des exemples en" +" Python et JavaScript sont inclus." #: ../../docs/user/developers/integration-sdks.rst:110 msgid "Platform: Java" @@ -260,7 +254,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:113 msgid "Example application: https://github.com/tomasz-ludek/pocket-of-dash" -msgstr "Application d'exemple : https://github.com/tomasz-ludek/pocket-of-dash" +msgstr "" +"Application d'exemple : https://github.com/tomasz-ludek/pocket-of-dash" #: ../../docs/user/developers/integration-sdks.rst:116 msgid "Objective-C: Dash-Sync" @@ -272,9 +267,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" "Dash-Sync est une architecture de la blockchain Dash pour iOS, en " "Objective-C. Elle implémente les propositions d'améliorations de Bitcoin " @@ -299,11 +294,11 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -323,7 +318,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "Dépôt : https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" "Voir aussi : `Utilitaires JSON-RPC " "`__" @@ -347,4 +343,3 @@ msgstr "Plateforme : Ruby, Python, Java, PHP, Go, NodeJS" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/integration.po b/locale/fr/LC_MESSAGES/docs/user/developers/integration.po index 79c63f7c5..773fe8919 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/integration.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Daf Daf, 2022 +# Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" +"Last-Translator: Daf Daf, 2023\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -45,10 +44,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -57,21 +56,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -92,16 +91,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -111,14 +109,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -129,7 +127,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -161,9 +160,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -173,33 +172,32 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" "Dash, dans sa version 0.13.0 et ultérieure, implémente les `transactions " "spéciales DIP002 " -"`__, qui forment" -" la base de nouveaux types de transactions fournissant des métadonnées " -"sur chaîne, pour rendre possibles différents mécanismes de consensus. Les" -" types de transactions spéciales sont les suivants :" +"`__, qui forment la" +" base de nouveaux types de transactions fournissant des métadonnées sur " +"chaîne, pour rendre possibles différents mécanismes de consensus. Les types " +"de transactions spéciales sont les suivants :" #: ../../docs/user/developers/integration.rst:89 msgid "Version" @@ -299,52 +297,51 @@ msgstr "Notes sur l'intégration :" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" -"L\"état :ref:`InstantSend ` et la charge JSON " -"(par exemple ``proRegTx``) sont inclus dans la réponse JSON-RPC. Veuillez" -" noter que ces données ne sont pas incluses dans la signature de hachage " -"calculée, et sont fournies par commodité." +"L\"état :ref:`InstantSend ` et la charge JSON (par " +"exemple ``proRegTx``) sont inclus dans la réponse JSON-RPC. Veuillez noter " +"que ces données ne sont pas incluses dans la signature de hachage calculée, " +"et sont fournies par commodité." #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -361,36 +358,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -400,9 +396,9 @@ msgstr "Réception de transactions InstantSend" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -410,7 +406,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "Recevoir une transaction InstantSend suppose deux obligations :" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "La capacité à déterminer l'état InstantSend d'une transaction donnée." #: ../../docs/user/developers/integration.rst:178 @@ -424,16 +421,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" -"L'état InstantSend est typiquement déterminé par une connexion directe au" -" \"daemon\" Dash, `ZMQ notification " -"`__, " -"ou bien par l'utilisation du script de notification d'un portefeuille " -"externe." +"L'état InstantSend est typiquement déterminé par une connexion directe au " +"\"daemon\" Dash, `ZMQ notification " +"`__, ou " +"bien par l'utilisation du script de notification d'un portefeuille externe." #: ../../docs/user/developers/integration.rst:186 #: ../../docs/user/developers/integration.rst:309 @@ -442,10 +438,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -456,19 +452,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" -"Les notifications suivantes sont utiles pour reconnaître les transactions" -" et leurs verrouillages instantanés correspondants :" +"Les notifications suivantes sont utiles pour reconnaître les transactions et" +" leurs verrouillages instantanés correspondants :" #: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" @@ -498,16 +494,12 @@ msgid "" msgstr "" #: ../../docs/user/developers/integration.rst:228 -#, fuzzy msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" -"C'est typiquement utilisé avec un portefeuille qui a été doté d'adresses " -"`en lecture seule `__." #: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" @@ -515,37 +507,35 @@ msgstr "Diffusion des transactions InstantSend" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" -"Depuis que la version 0.14.0 de Dash a lancé les LLMQ sur le réseau Dash," -" les quorums tentent par défaut de verrouiller chaque transaction valide," -" sans frais supplémentaires ni action à effectuer par le portefeuille " -"d'envoi ou l'utilisateur. Une transaction est éligible pour InstantSend " -"quand chacune de ses entrées est considérée comme confirmée. Cela est le " -"cas dès qu'une des conditions suivantes est vraie :" +"Depuis que la version 0.14.0 de Dash a lancé les LLMQ sur le réseau Dash, " +"les quorums tentent par défaut de verrouiller chaque transaction valide, " +"sans frais supplémentaires ni action à effectuer par le portefeuille d'envoi" +" ou l'utilisateur. Une transaction est éligible pour InstantSend quand " +"chacune de ses entrées est considérée comme confirmée. Cela est le cas dès " +"qu'une des conditions suivantes est vraie :" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" -"la transaction précédente à laquelle l'entrée fait référence est " -"confirmée par 6 blocs" +"la transaction précédente à laquelle l'entrée fait référence est confirmée " +"par 6 blocs" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" "la transaction précédente est confirmée par un verrouillage InstantSend " "antérieur" @@ -573,13 +563,13 @@ msgstr "Ressources supplémentaires" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -"Les ressources suivantes fournissent des informations supplémentaires sur" -" InstantSend et sont destinées à fournir une compréhension plus complète " -"des technologies sous-jacentes." +"Les ressources suivantes fournissent des informations supplémentaires sur " +"InstantSend et sont destinées à fournir une compréhension plus complète des " +"technologies sous-jacentes." #: ../../docs/user/developers/integration.rst:266 msgid "" @@ -590,13 +580,9 @@ msgstr "" "`__" #: ../../docs/user/developers/integration.rst:267 -#, fuzzy msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" -"`Documentation InstantSend pour les développeurs " -"`__" #: ../../docs/user/developers/integration.rst:268 #: ../../docs/user/developers/integration.rst:375 @@ -619,29 +605,34 @@ msgid "" "`Product Brief: Dash Core v0.14 Release `__" msgstr "" -"`Résumé de produit : Dash Core version 0.14 `__" +"`Résumé de produit : Dash Core version 0.14 `__" #: ../../docs/user/developers/integration.rst:275 msgid "ChainLocks" -msgstr "" +msgstr "ChainLocks" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." -msgstr "" +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." +msgstr "" +"ChainLocks est une fonctionnalité fournie par le réseau Dash, qui garantit " +"totalement l'acceptation des paiements. Cette technologie, notamment " +"lorsqu'elle est utilisée conjointement avec :ref:`InstantSend " +"`, crée un environnement dans lequel les paiements peuvent être" +" acceptés immédiatement et sans aucun risque de “réorganisation de " +"blockchain”." #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -650,42 +641,33 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 -#, fuzzy msgid "Receiving a ChainLock introduces two requirements:" -msgstr "Recevoir une transaction InstantSend suppose deux obligations :" +msgstr "" #: ../../docs/user/developers/integration.rst:298 -#, fuzzy msgid "" "The ability to determine the “ChainLock Status” of a given block or " "transaction." -msgstr "La capacité à déterminer l'état InstantSend d'une transaction donnée." +msgstr "" #: ../../docs/user/developers/integration.rst:304 -#, fuzzy msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" -"L'état InstantSend est typiquement déterminé par une connexion directe au" -" \"daemon\" Dash, `ZMQ notification " -"`__, " -"ou bien par l'utilisation du script de notification d'un portefeuille " -"externe." #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -702,48 +684,40 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 -#, fuzzy msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" -"Les notifications suivantes sont utiles pour reconnaître les transactions" -" et leurs verrouillages instantanés correspondants :" #: ../../docs/user/developers/integration.rst:338 -#, fuzzy msgid "zmqpubhashblock" -msgstr "zmqpubhashtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:339 -#, fuzzy msgid "zmqpubhashchainlock" -msgstr "zmqpubhashtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:340 -#, fuzzy msgid "zmqpubrawblock" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:341 -#, fuzzy msgid "zmqpubrawchainlock" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:342 -#, fuzzy msgid "zmqpubrawchainlocksig" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:344 msgid "" @@ -757,155 +731,12 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -#, fuzzy -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" -"`Documentation InstantSend pour les développeurs " -"`__" #: ../../docs/user/developers/integration.rst:376 -#, fuzzy msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" -"`DIP0010 : InstantSend LLMQ " -"`__" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" -#~ "`Enregistrement de masternode " -#~ "`__" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" -#~ "`Mise à jour du service de " -#~ "masternode `__" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" -#~ "`Mise à jour de l'opérateur de " -#~ "masternode `__" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" -#~ "`Révocation de masternode " -#~ "`__" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" -#~ "`Preuve Merkel de la liste de " -#~ "masternodes `__" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" -#~ "`Engagement de quorum " -#~ "`__" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po b/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po index bdb0492d6..c38e9d17c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Daf Daf, 2023\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po b/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po index 3266e20d9..ac4162b8f 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,31 +14,28 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" "Les réseaux de test et de développement Dash sont utilisés par les " "développeurs Dash pour des essais avec l'unité de compte tDASH" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" msgstr "" "dash, masternodes, réseau de test, réseau de développement, robinet, " -"masternodes, essai, groupe, explorateur, groupes de minage, explorateur " -"de blocs" +"masternodes, essai, groupe, explorateur, groupes de minage, explorateur de " +"blocs" #: ../../docs/user/developers/testnet.rst:9 msgid "Testnet and devnets" @@ -45,18 +43,18 @@ msgstr "Réseaux de test et réseaux de développement" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" "Le réseau de test est une blockchain Dash entièrement fonctionnelle, à " -"l'exception cruciale qu'elle n'a aucune valeur car ses dashs peuvent être" -" créés librement. Cette monnaie de test, nommée tDASH, peut être demandée" -" à un robinet pour aider les développeurs à tester de nouvelles versions " -"de Dash, ainsi qu'à tester des opérations de réseau avec des versions " +"l'exception cruciale qu'elle n'a aucune valeur car ses dashs peuvent être " +"créés librement. Cette monnaie de test, nommée tDASH, peut être demandée à " +"un robinet pour aider les développeurs à tester de nouvelles versions de " +"Dash, ainsi qu'à tester des opérations de réseau avec des versions " "logicielles identiques avant qu'elles ne soient activées sur le réseau " "principal. Il y a quelques autres différences clés :" @@ -66,8 +64,8 @@ msgstr "Le réseau de test fonctionne sur le port 19999 (au lieu de 9999)" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" "Les adresses du réseau de test commencent par \"y\" au lieu de \"X\", " "ADDRESSVERSION est de 140 (au lieu de 76)" @@ -84,8 +82,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" "Les amorces utilisent des graines DNS différentes : " "test.dnsseed.masternode.io, testnet-seed.darkcoin.qa, testnet-" @@ -94,44 +92,29 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:25 msgid "Launching Dash Core in testnet mode shows an orange splash screen" msgstr "" -"Démarrage du portefeuille logiciel Dash Core en mode de réseau de test, " -"avec un écran de démarrage orange" +"Démarrage du portefeuille logiciel Dash Core en mode de réseau de test, avec" +" un écran de démarrage orange" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" -"Pour démarrer le portefeuille logiciel Dash Core en mode de réseau de " -"test, ouvrez votre fichier \"dash.conf\" et saisissez la ligne suivante " -"::" +"Pour démarrer le portefeuille logiciel Dash Core en mode de réseau de test, " +"ouvrez votre fichier \"dash.conf\" et saisissez la ligne suivante ::" #: ../../docs/user/developers/testnet.rst:32 -#, fuzzy msgid "" "With the release of Dash Core 12.3, Dash added support for a great new " "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" -"Avec la sortie de Dash Core 12.3, Dash s'est doté d'une très intéressante" -" nouvelle fonctionnalité : les **réseaux de développement nommés**. Les " -"réseaux de développement sont des réseaux pour développeurs qui " -"regroupent certains aspects du réseau de test (le réseau de test global " -"et public) et d'autres aspects du réseau de régression (le mode de test " -"de régression qui permet une génération contrôlée des blocs, en local " -"seulement). À la différence du réseau de test, plusieurs réseaux de " -"développement indépendants peuvent être créés et coexister sans " -"interférer. Pour une documentation pratique sur l'utilisation des réseaux" -" de développement, voir la `documentation développeur " -"`__ " -"ou ce `billet de blog `__." #: ../../docs/user/developers/testnet.rst:43 msgid "Tools and links" @@ -139,18 +122,17 @@ msgstr "Outils et liens" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" -"Les liens ci-dessous ont été réunis depuis diverses sources " -"communautaires et ne sont peut-être pas en ligne ou fonctionnels à un " -"instant donné. Veuillez vous rendre sur `Dash Discord " -"`_ ou le `forum Dash " -"`_ si vous avez une question sur un de ces " -"services." +"Les liens ci-dessous ont été réunis depuis diverses sources communautaires " +"et ne sont peut-être pas en ligne ou fonctionnels à un instant donné. " +"Veuillez vous rendre sur `Dash Discord `_ ou le " +"`forum Dash `_ si vous avez une question sur un" +" de ces services." #: ../../docs/user/developers/testnet.rst:51 msgid "**Test builds:** https://gitlab.com/dashpay/dash/pipelines" @@ -166,7 +148,8 @@ msgstr "**Discussion et aide :** https://www.dash.org/forum/topic/testing.53/" #: ../../docs/user/developers/testnet.rst:54 msgid "**Masternode tools:** https://test.dashninja.pl/masternodes.html" -msgstr "**Outils pour masternode :** https://test.dashninja.pl/masternodes.html" +msgstr "" +"**Outils pour masternode :** https://test.dashninja.pl/masternodes.html" #: ../../docs/user/developers/testnet.rst:55 msgid "" @@ -212,11 +195,9 @@ msgstr "Groupes de minage" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - par " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - par flare" #: ../../docs/user/developers/testnet.rst:75 msgid "" @@ -240,26 +221,26 @@ msgstr "Masternodes" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" -"Installer un masternode sur le réseau de test suit les même étapes " -"générales que le :ref:`guide d'installation d'un masternode sur le réseau" -" principal `, mais avec quelques différences clés :" +"Installer un masternode sur le réseau de test suit les même étapes générales" +" que le :ref:`guide d'installation d'un masternode sur le réseau principal " +"`, mais avec quelques différences clés :" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" -"Vous ferez sans doute tourner une version de développement de Dash plutôt" -" que la version stable. Voir `ici " -"`__ pour une liste " -"d'exécutables, puis choisissez la plus récente compilation réussie et " -"cliquez sur **Artifacts** pour voir la liste des binaires." +"Vous ferez sans doute tourner une version de développement de Dash plutôt " +"que la version stable. Voir `ici " +"`__ pour une liste d'exécutables," +" puis choisissez la plus récente compilation réussie et cliquez sur " +"**Artifacts** pour voir la liste des binaires." #: ../../docs/user/developers/testnet.rst:90 msgid "" @@ -271,8 +252,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" "Votre portefeuille logiciel de bureau doit tourner en mode de réseau de " "test. Ajoutez la ligne suivante au fichier *dash.conf* : ``testnet = 1``" @@ -282,57 +263,55 @@ msgid "" "When sending the collateral, you can get the 1000 tDASH for free from a " "faucet (see above)" msgstr "" -"Pour l'envoi de la caution, vous pouvez obtenir les 1000 tDASH " -"gratuitement d'un robinet (voir plus haut)" +"Pour l'envoi de la caution, vous pouvez obtenir les 1000 tDASH gratuitement " +"d'un robinet (voir plus haut)" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" -"Votre fichier de configuration de masternode doit aussi indiquer le mode " -"de réseau de test. Ajoutez la ligne suivante au fichier *dash.conf* sur " -"le masternode : ``testnet = 1``" +"Votre fichier de configuration de masternode doit aussi indiquer le mode de " +"réseau de test. Ajoutez la ligne suivante au fichier *dash.conf* sur le " +"masternode : ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:99 msgid "" "As for mainnet masternodes, the RPC username and password must contain " "alphanumeric characters only" msgstr "" -"Comme pour les masternodes de réseau principal, le nom d'utilisateur RPC " -"et son mot de passe ne doivent être composés que de caractères " -"alphanumériques" +"Comme pour les masternodes de réseau principal, le nom d'utilisateur RPC et " +"son mot de passe ne doivent être composés que de caractères alphanumériques" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" -"Pour cloner Sentinel, vous aurez peut-être besoin de cloner la branche de" -" développement en utilisant l'option ``-b``, par exemple : ``git clone -b" -" develop https://github.com/dashpay/sentinel.git``" +"Pour cloner Sentinel, vous aurez peut-être besoin de cloner la branche de " +"développement en utilisant l'option ``-b``, par exemple : ``git clone -b " +"develop https://github.com/dashpay/sentinel.git``" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" -"Une fois Sentinel installé, modifiez " -"``~/.dashcore/sentinel/sentinel.conf``, commentez la ligne relative au " -"réseau principal, et décommentez : ``network=testnet``" +"Une fois Sentinel installé, modifiez ``~/.dashcore/sentinel/sentinel.conf``," +" commentez la ligne relative au réseau principal, et décommentez : " +"``network=testnet``" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" "Le portefeuille détenant la caution de masternode cherchera le fichier " -"``masternode.conf`` dans ``~/.dashcore/testnet3/masternode.conf`` plutôt " -"que dans ``~/.dashcore/masternode.conf``." +"``masternode.conf`` dans ``~/.dashcore/testnet3/masternode.conf`` plutôt que" +" dans ``~/.dashcore/masternode.conf``." #: ../../docs/user/developers/testnet.rst:113 msgid "Testnet 0.16.0" @@ -340,19 +319,19 @@ msgstr "Réseau de test 0.16.0" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" "En juin 2020, l'équipe Dash a annoncé le début des tests sur la version " -"0.16.0 à venir de Dash. Des tests soutenus ont déjà été menés en interne " -"sur le code de la version 0.16.0, mais de nombreux bugs ne pourront être " -"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash" -" invite toute personne intéressée à télécharger le logiciel et à " -"participer activement au réseau de test. Cette version inclut :" +"0.16.0 à venir de Dash. Des tests soutenus ont déjà été menés en interne sur" +" le code de la version 0.16.0, mais de nombreux bugs ne pourront être " +"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash " +"invite toute personne intéressée à télécharger le logiciel et à participer " +"activement au réseau de test. Cette version inclut :" #: ../../docs/user/developers/testnet.rst:122 msgid "Block reward reallocation" @@ -400,8 +379,8 @@ msgid "" "Product brief: https://blog.dash.org/updated-product-brief-dash-core-" "release-v0-16-0-d3debdb6242e" msgstr "" -"Résumé du produit : https://blog.dash.org/updated-product-brief-dash-" -"core-release-v0-16-0-d3debdb6242e" +"Résumé du produit : https://blog.dash.org/updated-product-brief-dash-core-" +"release-v0-16-0-d3debdb6242e" #: ../../docs/user/developers/testnet.rst:133 #: ../../docs/user/developers/testnet.rst:157 @@ -441,18 +420,18 @@ msgstr "Réseau de test 0.15.0" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" -msgstr "" -"En décembre 2019, l'équipe Dash a annoncé le début des tests sur la " -"version 0.15.0 à venir de Dash. Des tests soutenus ont déjà été menés en " -"interne sur le code de la version 0.15.0, mais de nombreux bugs ne " -"pourront être découverts que par l'utilisation réelle par des gens réels." -" L'équipe Dash invite toute personne intéressée à télécharger le logiciel" -" et à participer activement au réseau de test. Cette version inclut :" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" +msgstr "" +"En décembre 2019, l'équipe Dash a annoncé le début des tests sur la version " +"0.15.0 à venir de Dash. Des tests soutenus ont déjà été menés en interne sur" +" le code de la version 0.15.0, mais de nombreux bugs ne pourront être " +"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash " +"invite toute personne intéressée à télécharger le logiciel et à participer " +"activement au réseau de test. Cette version inclut :" #: ../../docs/user/developers/testnet.rst:150 msgid "Bitcoin 0.15 backports" @@ -488,19 +467,19 @@ msgstr "Réseau de test 0.14.0" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" "En mars 2019, l'équipe Dash a annoncé le début des tests sur la version " -"0.14.0 à venir de Dash. Des tests soutenus ont déjà été menés en interne " -"sur le code de la version 0.14.0, mais de nombreux bugs ne pourront être " -"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash" -" invite toute personne intéressée à télécharger le logiciel et à " -"participer activement au réseau de test. Cette version inclut :" +"0.14.0 à venir de Dash. Des tests soutenus ont déjà été menés en interne sur" +" le code de la version 0.14.0, mais de nombreux bugs ne pourront être " +"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash " +"invite toute personne intéressée à télécharger le logiciel et à participer " +"activement au réseau de test. Cette version inclut :" #: ../../docs/user/developers/testnet.rst:175 msgid "LLMQ DKGs" @@ -541,18 +520,18 @@ msgstr "Réseau de test 0.13.0" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" -msgstr "" -"En novembre 2018, l'équipe Dash a annoncé le début des tests sur la " -"version 0.13.0 à venir de Dash. Des tests soutenus ont déjà été menés en " -"interne sur le code de la version 0.13.0, mais de nombreux bugs ne " -"pourront être découverts que par l'utilisation réelle par des gens réels." -" L'équipe Dash invite toute personne intéressée à télécharger le logiciel" -" et à participer activement au réseau de test. Cette version inclut :" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" +msgstr "" +"En novembre 2018, l'équipe Dash a annoncé le début des tests sur la version " +"0.13.0 à venir de Dash. Des tests soutenus ont déjà été menés en interne sur" +" le code de la version 0.13.0, mais de nombreux bugs ne pourront être " +"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash " +"invite toute personne intéressée à télécharger le logiciel et à participer " +"activement au réseau de test. Cette version inclut :" #: ../../docs/user/developers/testnet.rst:201 msgid "Automatic InstantSend for Simple Transactions" @@ -600,19 +579,19 @@ msgstr "Réseau de test 0.12.3" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" "En juin 2018, l'équipe Dash a annoncé le début des tests sur la version " -"0.12.3 à venir de Dash. Des tests soutenus ont déjà été menés en interne " -"sur le code de la version 0.12.2, mais de nombreux bugs ne pourront être " -"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash" -" invite toute personne intéressée à télécharger le logiciel et à " -"participer activement au réseau de test. Cette version inclut :" +"0.12.3 à venir de Dash. Des tests soutenus ont déjà été menés en interne sur" +" le code de la version 0.12.2, mais de nombreux bugs ne pourront être " +"découverts que par l'utilisation réelle par des gens réels. L'équipe Dash " +"invite toute personne intéressée à télécharger le logiciel et à participer " +"activement au réseau de test. Cette version inclut :" #: ../../docs/user/developers/testnet.rst:228 msgid "" @@ -660,20 +639,20 @@ msgstr "Réseau de test 0.12.2" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" -msgstr "" -"En octobre 2017, l'équipe Dash a annoncé le lancement d'un réseau de " -"tests pour des tests publics sur la version 0.12.2 à venir de Dash. Des " -"tests soutenus ont déjà été menés en interne sur le code de la version " -"0.12.2, mais de nombreux bugs ne pourront être découverts que par " -"l'utilisation réelle par des gens réels. L'équipe Dash invite toute " -"personne intéressée à télécharger le logiciel et à participer activement " -"au réseau de test. Cette version inclut :" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" +msgstr "" +"En octobre 2017, l'équipe Dash a annoncé le lancement d'un réseau de tests " +"pour des tests publics sur la version 0.12.2 à venir de Dash. Des tests " +"soutenus ont déjà été menés en interne sur le code de la version 0.12.2, " +"mais de nombreux bugs ne pourront être découverts que par l'utilisation " +"réelle par des gens réels. L'équipe Dash invite toute personne intéressée à " +"télécharger le logiciel et à participer activement au réseau de test. Cette " +"version inclut :" #: ../../docs/user/developers/testnet.rst:258 msgid "" @@ -695,16 +674,16 @@ msgstr "Correction de la faille InstantSend" #: ../../docs/user/developers/testnet.rst:261 msgid "Lots of other bug fixes and performance improvements" -msgstr "Beaucoup d'autres corrections de bugs et d'améliorations de performance" +msgstr "" +"Beaucoup d'autres corrections de bugs et d'améliorations de performance" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" -"Portefeuille HD BIP39/BIP44 expérimental (désactivé par défaut, devrait " -"être entièrement fonctionnel mais il n'existe pas encore d'interface " -"graphique)" +"Portefeuille HD BIP39/BIP44 expérimental (désactivé par défaut, devrait être" +" entièrement fonctionnel mais il n'existe pas encore d'interface graphique)" #: ../../docs/user/developers/testnet.rst:266 msgid "" @@ -719,8 +698,8 @@ msgid "" "Testnet tools: https://www.dash.org/forum/threads/testnet-tools-" "resources.1768/" msgstr "" -"Outils de réseau de test : https://www.dash.org/forum/threads/testnet-" -"tools-resources.1768/" +"Outils de réseau de test : https://www.dash.org/forum/threads/testnet-tools-" +"resources.1768/" #: ../../docs/user/developers/testnet.rst:270 msgid "Latest successfully built develop branch binaries:" @@ -733,4 +712,3 @@ msgstr "Dash Core : https://gitlab.com/dashpay/dash/pipelines" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "Sentinel : https://github.com/dashpay/sentinel/tree/develop" - diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/translating.po b/locale/fr/LC_MESSAGES/docs/user/developers/translating.po index 3c8183f14..154257258 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/earning-spending.po b/locale/fr/LC_MESSAGES/docs/user/earning-spending.po index e215768db..297d6410c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/fr/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po index a282af274..a1f51cc2d 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/index.po b/locale/fr/LC_MESSAGES/docs/user/governance/index.po index 68549ae9a..5def9b76c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po b/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po index 32d372e9f..ababbca06 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/using.po b/locale/fr/LC_MESSAGES/docs/user/governance/using.po index cabbdfd2c..f23432538 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/using.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -37,8 +36,8 @@ msgstr "Utilisation de la gouvernance Dash" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -56,8 +55,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:22 msgid "Anyone can submit a proposal for a small fee" msgstr "" -"N'importe qui peut soumettre une proposition budgétaire en réglant des " -"frais limités" +"N'importe qui peut soumettre une proposition budgétaire en réglant des frais" +" limités" #: ../../docs/user/governance/using.rst:23 msgid "Each valid masternode can vote for, against or abstain on proposals" @@ -74,8 +73,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:25 msgid "Budgets are paid directly from the blockchain to the proposal owner" msgstr "" -"Les enveloppes budgétaires sont payées directement depuis la blockchain " -"aux propriétaires des propositions" +"Les enveloppes budgétaires sont payées directement depuis la blockchain aux " +"propriétaires des propositions" #: ../../docs/user/governance/using.rst:28 msgid "Proposals" @@ -87,15 +86,14 @@ msgstr "Les propositions budgétaires sont une sollicitation de fonds" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 msgid "Proposals cannot be altered once submitted" msgstr "" -"Les propositions budgétaires ne peuvent pas être modifiées après " -"soumission" +"Les propositions budgétaires ne peuvent pas être modifiées après soumission" #: ../../docs/user/governance/using.rst:36 msgid "Votes" @@ -116,51 +114,48 @@ msgstr "Les votes peuvent être modifiés à tout moment" #: ../../docs/user/governance/using.rst:41 msgid "Votes are counted every 16616 blocks (approx. 30.29 days)" msgstr "" -"Les votes sont décomptés tous les 16616 blocs (tous les 30,29 jours " -"environ)" +"Les votes sont décomptés tous les 16616 blocs (tous les 30,29 jours environ)" #: ../../docs/user/governance/using.rst:44 msgid "Budgets" msgstr "Enveloppes budgétaires" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" -"Les enveloppes budgétaires sont des propositions qui ont réuni un total " -"net de votes \"oui\" égal ou supérieur à 10% de tous les votes possibles " -"(par exemple, 448 sur 4480)" +"Les enveloppes budgétaires sont des propositions qui ont réuni un total net " +"de votes \"oui\" égal ou supérieur à 10% de tous les votes possibles (par " +"exemple, 448 sur 4480)" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" -"Les enveloppes budgétaires peuvent être annulées à tout moment si le " -"total des votes (exprimés ou ré-exprimés) tombe sous le seuil minimal " +"Les enveloppes budgétaires peuvent être annulées à tout moment si le total " +"des votes (exprimés ou ré-exprimés) tombe sous le seuil minimal " "d'approbation" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" -"Les enveloppes budgétaires sont traitées (payées) dans l'ordre du nombre " -"de votes \"oui\" soustrait du nombre de votes \"non\". Les enveloppes les" -" plus populaires sont prioritaires pour le paiement." +"Les enveloppes budgétaires sont traitées (payées) dans l'ordre du nombre de " +"votes \"oui\" soustrait du nombre de votes \"non\". Les enveloppes les plus " +"populaires sont prioritaires pour le paiement." #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." msgstr "" -"Environ 6176 dashs (en 2018) sont disponibles pour chaque cycle " -"budgétaire, avec une diminution de 7,14% tous les 210240 blocs (soit " -"environ tous les 383,25 jours)." +"Environ 6176 dashs (en 2018) sont disponibles pour chaque cycle budgétaire, " +"avec une diminution de 7,14% tous les 210240 blocs (soit environ tous les " +"383,25 jours)." #: ../../docs/user/governance/using.rst:57 msgid "Object structure" @@ -178,17 +173,17 @@ msgstr "proposal-name : nom de la proposition, unique, 20 caractères ou moins" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" -"url : adresse web d'une page créée par le proposeur ou d'un billet de " -"forum contenant des informations détaillées sur la proposition budgétaire" +"url : adresse web d'une page créée par le proposeur ou d'un billet de forum " +"contenant des informations détaillées sur la proposition budgétaire" #: ../../docs/user/governance/using.rst:64 msgid "payment-count: how many cycles the proposal is requesting payment" msgstr "" -"payment-count : nombre de cycles pendant lequel la proposition budgétaire" -" sollicite un paiement" +"payment-count : nombre de cycles pendant lequel la proposition budgétaire " +"sollicite un paiement" #: ../../docs/user/governance/using.rst:65 msgid "block-start: the requested start of proposal payments" @@ -226,36 +221,32 @@ msgstr "" "proposition" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" -"L'approbation a lieu lorsque le nombre de votes \"oui\" moins celui de " -"votes \"non\" est égal à 10% ou plus du nombre total de votes possibles." +"L'approbation a lieu lorsque le nombre de votes \"oui\" moins celui de votes" +" \"non\" est égal à 10% ou plus du nombre total de votes possibles." #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" -"La désapprobation a lieu lorsque le nombre de vites \"non\" moins celui " -"de votes \"oui\" est égal à 10% ou plus du nombre total de votes " -"possibles." +"La désapprobation a lieu lorsque le nombre de vites \"non\" moins celui de " +"votes \"oui\" est égal à 10% ou plus du nombre total de votes possibles." #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" "Le nombre total de votes possibles est celui des masternodes en ligne et " -"détectables. Il peut être connu par la commande ``masternode count`` dans" -" la console de débogage du portefeuille logiciel Dash Core. Un graphique " -"du nombre total de masternodes peut être consulté `ici " +"détectables. Il peut être connu par la commande ``masternode count`` dans la" +" console de débogage du portefeuille logiciel Dash Core. Un graphique du " +"nombre total de masternodes peut être consulté `ici " "`__" #: ../../docs/user/governance/using.rst:86 @@ -265,13 +256,13 @@ msgstr "Modèles" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" -"Les deux modèles Microsoft Word suivants sont mis à disposition par " -"l'équipe Dash Core pour faciliter les soumissions et les mises à jour de " -"propositions budgétaires standardisées. Son utilisation est recommandée " -"mais n'est pas obligatoire." +"Les deux modèles Microsoft Word suivants sont mis à disposition par l'équipe" +" Dash Core pour faciliter les soumissions et les mises à jour de " +"propositions budgétaires standardisées. Son utilisation est recommandée mais" +" n'est pas obligatoire." #: ../../docs/user/governance/using.rst:92 msgid "" @@ -295,19 +286,19 @@ msgstr "Cycles budgétaires" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" -"Pendant la préparation d'une proposition budgétaire, soyez bien conscient" -" de la date du début du prochain cycle, et organisez-vous selon elle. Il " -"est recommandé de choisir un bloc de début de paiement de votre " -"proposition qui soit éloigné d'au moins un cycle dans le futur, afin que " -"le débat puisse avoir lieu ainsi que le rassemblement de vos soutiens et " -"votes. Veuillez noter que les votes ne seront plus décomptés 1662 blocs " -"(environ 3 jours) avant le \"superbloc\"." +"Pendant la préparation d'une proposition budgétaire, soyez bien conscient de" +" la date du début du prochain cycle, et organisez-vous selon elle. Il est " +"recommandé de choisir un bloc de début de paiement de votre proposition qui " +"soit éloigné d'au moins un cycle dans le futur, afin que le débat puisse " +"avoir lieu ainsi que le rassemblement de vos soutiens et votes. Veuillez " +"noter que les votes ne seront plus décomptés 1662 blocs (environ 3 jours) " +"avant le \"superbloc\"." #: ../../docs/user/governance/using.rst:108 msgid "Block height" @@ -428,18 +419,17 @@ msgstr "Création de propositions budgétaires" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." -msgstr "" -"Une fois que vous avez préparé le texte de votre proposition budgétaire " -"et mis en place un site web ou un billet de forum, il sera temps de " -"soumettre votre proposition budgétaire au vote, sur la blockchain. Toutes" -" les tâches de création d'une proposition budgétaire peuvent être menées " -"depuis la console du portefeuille logiciel Dash Core, mais plusieurs " -"utilitaires avec une interface utilisateur ont été conçus pour simplifier" -" cette procédure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." +msgstr "" +"Une fois que vous avez préparé le texte de votre proposition budgétaire et " +"mis en place un site web ou un billet de forum, il sera temps de soumettre " +"votre proposition budgétaire au vote, sur la blockchain. Toutes les tâches " +"de création d'une proposition budgétaire peuvent être menées depuis la " +"console du portefeuille logiciel Dash Core, mais plusieurs utilitaires avec " +"une interface utilisateur ont été conçus pour simplifier cette procédure." #: ../../docs/user/governance/using.rst:150 msgid "Dash Budget Proposal Generator" @@ -451,84 +441,81 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." -msgstr "" -"Le `générateur de proposition budgétaire Dash " -"`__ permet de créer des propositions " -"budgétaires sur le réseau principal ou sur le réseau de test. À la " -"première étape, vous devez saisir un nom bref, clair et unique pour la " -"proposition, telle qu'elle apparaîtra sur la blockchain. Les noms de " -"proposition budgétaire sont limités à 40 caractères. Vous pouvez ensuite " -"fournir un lien vers le forum Dash ou vers DashCentral où votre " -"proposition est décrite plus en détail (utilisez un `service de " -"raccourcissement d'URL `_ si nécessaire), et vous " -"devez indiquer le montant du paiement sollicité, le nombre de fois qu'il " -"doit être versé, et la date du \"superbloc\" pour laquelle vous " -"sollicitez le paiement. Cela vous permet de contrôler dans quel cycle " -"budgétaire apparaîtra votre proposition, et cela vous donne un temps " -"suffisant pour promouvoir votre proposition et familiariser les électeurs" -" avec votre projet. Veuillez noter que le montant du paiement est fixé " -"une fois pour toutes, et qu'il ne peut plus être modifié après soumission" -" à la blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." +msgstr "" +"Le `générateur de proposition budgétaire Dash `__" +" permet de créer des propositions budgétaires sur le réseau principal ou sur" +" le réseau de test. À la première étape, vous devez saisir un nom bref, " +"clair et unique pour la proposition, telle qu'elle apparaîtra sur la " +"blockchain. Les noms de proposition budgétaire sont limités à 40 caractères." +" Vous pouvez ensuite fournir un lien vers le forum Dash ou vers DashCentral " +"où votre proposition est décrite plus en détail (utilisez un `service de " +"raccourcissement d'URL `_ si nécessaire), et vous devez " +"indiquer le montant du paiement sollicité, le nombre de fois qu'il doit être" +" versé, et la date du \"superbloc\" pour laquelle vous sollicitez le " +"paiement. Cela vous permet de contrôler dans quel cycle budgétaire " +"apparaîtra votre proposition, et cela vous donne un temps suffisant pour " +"promouvoir votre proposition et familiariser les électeurs avec votre " +"projet. Veuillez noter que le montant du paiement est fixé une fois pour " +"toutes, et qu'il ne peut plus être modifié après soumission à la blockchain." #: ../../docs/user/governance/using.rst:175 msgid "Steps 1 & 2: Creating your proposal and preparing the command" msgstr "" -"Étapes 1 & 2 : Création de votre proposition budgétaire et préparation de" -" la commande" +"Étapes 1 & 2 : Création de votre proposition budgétaire et préparation de la" +" commande" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" -"Étape 3 : Création de la transaction de proposition budgétaire et attente" -" des 6 confirmations de l'identifiant de transaction" +"Étape 3 : Création de la transaction de proposition budgétaire et attente " +"des 6 confirmations de l'identifiant de transaction" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" "Une fois que les 6 confirmations de bloc ont eu lieu, une autre commande " -"s'affichera pour soumettre l'objet de gouvernance préparé au réseau, en " -"vue du vote. Copiez-collez cette commande, et votre identifiant d'objet " -"de gouvernance apparaîtra comme suit :" +"s'affichera pour soumettre l'objet de gouvernance préparé au réseau, en vue " +"du vote. Copiez-collez cette commande, et votre identifiant d'objet de " +"gouvernance apparaîtra comme suit :" #: ../../docs/user/governance/using.rst:213 msgid "Step 4: Submitting the governance object to the network" @@ -536,17 +523,17 @@ msgstr "Étape 4 : Soumission de l'objet de gouvernance au réseau" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" -"Vous pouvez utiliser cet identifiant pour suivre le vote sur la " -"proposition budgétaire, jusqu'à ce que le cycle budgétaire se termine et " -"que vous receviez votre paiement. Vous pouvez aussi soumettre " -"l'identifiant à DashCentral pour revendiquer votre proposition budgétaire" -" et activer le vote simplifié pour les masternodes, au moyen des services" -" de vote de DashCentral." +"Vous pouvez utiliser cet identifiant pour suivre le vote sur la proposition " +"budgétaire, jusqu'à ce que le cycle budgétaire se termine et que vous " +"receviez votre paiement. Vous pouvez aussi soumettre l'identifiant à " +"DashCentral pour revendiquer votre proposition budgétaire et activer le vote" +" simplifié pour les masternodes, au moyen des services de vote de " +"DashCentral." #: ../../docs/user/governance/using.rst:221 msgid "DashCentral Proposal Generator" @@ -560,15 +547,15 @@ msgstr "https://www.dashcentral.org/budget/create" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" -"DashCentral propose aussi un outil de création de propositions " -"budgétaires, ou de revendication de propositions existantes afin que vous" -" puissiez ajouter une description sur DashCentral et lancer le débat avec" -" la communauté. Les étapes à suivre sont presque identiques à la " -"procédure décrite ci-dessus, et la documentation est disponible `ici " +"DashCentral propose aussi un outil de création de propositions budgétaires, " +"ou de revendication de propositions existantes afin que vous puissiez " +"ajouter une description sur DashCentral et lancer le débat avec la " +"communauté. Les étapes à suivre sont presque identiques à la procédure " +"décrite ci-dessus, et la documentation est disponible `ici " "`_." #: ../../docs/user/governance/using.rst:232 @@ -578,8 +565,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -600,12 +587,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -631,18 +617,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -655,8 +641,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -681,17 +666,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -699,7 +686,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -710,8 +698,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -720,23 +708,23 @@ msgstr "Voter sur les propositions budgétaires" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" -"**Vous devez voter au moins trois jours avant la création du " -"\"superbloc\", sinon votre vote ne sera pas décompté. La limite précise " -"est 1662 blocs avant le \"superbloc\".**" +"**Vous devez voter au moins trois jours avant la création du \"superbloc\", " +"sinon votre vote ne sera pas décompté. La limite précise est 1662 blocs " +"avant le \"superbloc\".**" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -745,7 +733,8 @@ msgstr "`DashCentral `__" #: ../../docs/user/governance/using.rst:353 msgid "`Dash Ninja - Governance `__" -msgstr "`Dash Ninja - Gouvernance `__" +msgstr "" +"`Dash Ninja - Gouvernance `__" #: ../../docs/user/governance/using.rst:354 msgid "" @@ -769,43 +758,42 @@ msgstr "DashCentral" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." -msgstr "" -"Beaucoup d'opérateurs de masternode stockent leur clé privée de " -"masternode (protégée par mot de passe) sur `DashCentral " -"`__ pour activer le vote simplifié depuis " -"une interface utilisateur conviviale. La popularité de ce site en a fait " -"un endroit habituel pour le débat sur les propositions budgétaires, après" -" leur soumission au système de gouvernance. Pour voter depuis l'interface" -" web DashCentral, ajoutez d'abord votre clé privée de masternode à votre " -"compte, selon les instructions disponibles ici. Veuillez noter que la clé" -" privée de masternode n'est pas la clé privée qui contrôle votre caution " -"de 1000 dashs, il n'y a donc aucun risque de perdre votre caution. Un mot" -" de passe distinct est obligatoire pour déverrouiller votre clé privée de" -" masternode en vue de voter, donc le risque que le webmestre du site vote" -" à votre place est très faible." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." +msgstr "" +"Beaucoup d'opérateurs de masternode stockent leur clé privée de masternode " +"(protégée par mot de passe) sur `DashCentral " +"`__ pour activer le vote simplifié depuis une " +"interface utilisateur conviviale. La popularité de ce site en a fait un " +"endroit habituel pour le débat sur les propositions budgétaires, après leur " +"soumission au système de gouvernance. Pour voter depuis l'interface web " +"DashCentral, ajoutez d'abord votre clé privée de masternode à votre compte, " +"selon les instructions disponibles ici. Veuillez noter que la clé privée de " +"masternode n'est pas la clé privée qui contrôle votre caution de 1000 dashs," +" il n'y a donc aucun risque de perdre votre caution. Un mot de passe " +"distinct est obligatoire pour déverrouiller votre clé privée de masternode " +"en vue de voter, donc le risque que le webmestre du site vote à votre place " +"est très faible." #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" "Quand vous êtes prêt à voter, allez sur la `page des propositions " -"budgétaires `_. Cliquez simplement " -"pour afficher les propositions, puis cliquez selon votre choix sur " -"**Voter OUI**, **Voter ABSTENTION** ou **Voter NON**." +"budgétaires `_. Cliquez simplement pour " +"afficher les propositions, puis cliquez selon votre choix sur **Voter OUI**," +" **Voter ABSTENTION** ou **Voter NON**." #: ../../docs/user/governance/using.rst:382 msgid "Voting interface on DashCentral" @@ -818,22 +806,22 @@ msgstr "DashMasternodeTool (DMT)" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" "Si vous avez démarré votre masternode depuis un portefeuille matériel au " "moyen de `DashMasternodeTool (DMT) `_, vous pouvez aussi utiliser cet utilitaire " -"pour voter. Cliquez sur **Outils > Propositions budgétaires** et attendez" -" le chargement de la liste des propositions. Vous pouvez facilement " -"consulter l'état du vote sur chaque proposition budgétaire, et en " -"sélectionner une affiche des détails dans l'onglet **Détails** de la " -"partie inférieure de la fenêtre. Allez sur l'onglet **Vote** pour **Voter" -" Oui**, **Voter Non** ou **Voter Abstention** directement depuis DMT." +"masternode-tool/releases>`_, vous pouvez aussi utiliser cet utilitaire pour " +"voter. Cliquez sur **Outils > Propositions budgétaires** et attendez le " +"chargement de la liste des propositions. Vous pouvez facilement consulter " +"l'état du vote sur chaque proposition budgétaire, et en sélectionner une " +"affiche des détails dans l'onglet **Détails** de la partie inférieure de la " +"fenêtre. Allez sur l'onglet **Vote** pour **Voter Oui**, **Voter Non** ou " +"**Voter Abstention** directement depuis DMT." #: ../../docs/user/governance/using.rst:398 msgid "Voting interface in DMT" @@ -845,19 +833,19 @@ msgstr "Portefeuille logiciel Dash Core ou masternode" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -867,26 +855,25 @@ msgid "" "folder. The command should be similar to the following::" msgstr "" "Veuillez noter que, pour voter directement depuis votre masternode, vous " -"devrez préfixer la commande avec ``dash-cli``, utilitaire qui se trouve " -"en général dans le répertoire ``.dashcore``. La commande devrait " -"ressembler à cela ::" +"devrez préfixer la commande avec ``dash-cli``, utilitaire qui se trouve en " +"général dans le répertoire ``.dashcore``. La commande devrait ressembler à " +"cela ::" #: ../../docs/user/governance/using.rst:432 msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" -"Veuillez noter que cette commande enverra un vote pour tous les " -"masternodes configurés dans ``dash.conf``. Si vous avez plusieurs " -"masternodes disposant chacun de son propre fichier \".conf\", ou si vous " -"souhaitez voter seulement avec certains de vos masternodes, vous devez " -"changer la commande ``vote-many`` en ``vote``. Si votre vote s'est bien " -"passé, vous devriez voir un message de confirmation disant **Vote " -"réussi**." +"Veuillez noter que cette commande enverra un vote pour tous les masternodes " +"configurés dans ``dash.conf``. Si vous avez plusieurs masternodes disposant " +"chacun de son propre fichier \".conf\", ou si vous souhaitez voter seulement" +" avec certains de vos masternodes, vous devez changer la commande ``vote-" +"many`` en ``vote``. Si votre vote s'est bien passé, vous devriez voir un " +"message de confirmation disant **Vote réussi**." #: ../../docs/user/governance/using.rst:442 msgid "Voting from the debug console in Dash Core Wallet" @@ -897,9 +884,9 @@ msgid "" "You can also view a list of proposals in JSON format from the console to " "copy and paste the proposal hash for voting as follows::" msgstr "" -"Vous pouvez aussi afficher une liste des propositions budgétaires au " -"format JSON depuis la console, afin de copier-coller l'empreinte de la " -"proposition pour voter, comme suit ::" +"Vous pouvez aussi afficher une liste des propositions budgétaires au format " +"JSON depuis la console, afin de copier-coller l'empreinte de la proposition " +"pour voter, comme suit ::" #: ../../docs/user/governance/using.rst:452 msgid "Delegating votes" @@ -911,32 +898,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/index.po b/locale/fr/LC_MESSAGES/docs/user/index.po index 63b85ad9b..81cd8f39c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/about.po b/locale/fr/LC_MESSAGES/docs/user/introduction/about.po index 9f370e172..0e115d448 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/features.po b/locale/fr/LC_MESSAGES/docs/user/introduction/features.po index 21f997d3b..6eaf408eb 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/features.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2023\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" @@ -31,13 +30,13 @@ msgstr "" "Dash offre plusieurs caractéristiques uniques, dont les masternodes, " "InstantSend, CoinJoin et un système de gouvernance décentralisée" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" msgstr "" -"dash, cryptomonnaie, caractéristiques, masternodes, coinjoin, " -"instantsend, sporks, x11, dgw, gouvernance, sentinel, evolution" +"dash, cryptomonnaie, caractéristiques, masternodes, coinjoin, instantsend, " +"sporks, x11, dgw, gouvernance, sentinel, evolution" #: ../../docs/user/introduction/features.rst:9 msgid "Features" @@ -62,8 +61,8 @@ msgstr "Algorithme de hachage X11, minage CPU/GPU/ASIC disponible" #: ../../docs/user/introduction/features.rst:19 msgid "2.6 minute block time, 2MB blocks, ~56 transactions per second" msgstr "" -"Fréquence de bloc 2,6 minutes, blocs de 2 Mo, environ 56 transactions par" -" seconde" +"Fréquence de bloc 2,6 minutes, blocs de 2 Mo, environ 56 transactions par " +"seconde" #: ../../docs/user/introduction/features.rst:20 msgid "Block reward decreases by 7.14% per year" @@ -94,17 +93,17 @@ msgid "" "Protection against blockchain reorganization events (commonly called 51% " "attacks) using ChainLocks" msgstr "" -"Protection contre les opérations de réorganisation de chaîne (plus " -"connues sous le nom d'attaques 51%) avec la fonctionnalité ChainLocks" +"Protection contre les opérations de réorganisation de chaîne (plus connues " +"sous le nom d'attaques 51%) avec la fonctionnalité ChainLocks" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" -"Le système de gouvernance décentralisé permet aux opérateurs de " -"masternode de voter sur les propositions budgétaires et sur les décisions" -" qui affectent Dash." +"Le système de gouvernance décentralisé permet aux opérateurs de masternode " +"de voter sur les propositions budgétaires et sur les décisions qui affectent" +" Dash." #: ../../docs/user/introduction/features.rst:35 msgid "Masternodes" @@ -113,15 +112,15 @@ msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -133,93 +132,89 @@ msgid "" "**InstantSend** allows for near-instant transactions. Dash InstantSend " "transactions are fully confirmed within two seconds." msgstr "" -"**InstantSend** permet des transactions quasi instantanées. Les " -"transactions InstantSend Dash sont entièrement confirmées en moins de " -"deux secondes." +"**InstantSend** permet des transactions quasi instantanées. Les transactions" +" InstantSend Dash sont entièrement confirmées en moins de deux secondes." #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" "**CoinJoin** rend possible une confidentialité financière par une " "implémentation décentralisée de CoinJoin." #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" -"**ChainLocks**, qui protège la blockchain contre les attaques de minage " -"51% en signant les blocs lorsqu'ils sont minés." +"**ChainLocks**, qui protège la blockchain contre les attaques de minage 51% " +"en signant les blocs lorsqu'ils sont minés." #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" "**La gouvernance et le trésor*** permettent aux investisseurs Dash de " -"choisir la direction du projet et allouent 10% de la récompense de bloc " -"au développement du projet et de son écosystème." +"choisir la direction du projet et allouent 10% de la récompense de bloc au " +"développement du projet et de son écosystème." #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" -"**Dash Evolution** rendra l'utilisation des cryptomonnaies aussi simple " -"que PayPal." +"**Dash Evolution** rendra l'utilisation des cryptomonnaies aussi simple que " +"PayPal." #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" -"Les opérateurs de masternode doivent posséder 1000 dashs, ce qu'ils " -"prouvent en signant un message dans une transaction spéciale écrite sur " -"la blockchain. Ces fonds peuvent être déplacés à tout moment, mais leur " -"déplacement fera sortir le masternode de la file d'attente et arrêtera sa" -" rémunération. Les opérateurs de masternode ont aussi des **droits de " -"vote** sur les propositions budgétaires. Chaque masternode représente une" -" voix, et cette voix porte sur les propositions budgétaires ou les " -"décisions importantes affectant Dash." +"Les opérateurs de masternode doivent posséder 1000 dashs, ce qu'ils prouvent" +" en signant un message dans une transaction spéciale écrite sur la " +"blockchain. Ces fonds peuvent être déplacés à tout moment, mais leur " +"déplacement fera sortir le masternode de la file d'attente et arrêtera sa " +"rémunération. Les opérateurs de masternode ont aussi des **droits de vote** " +"sur les propositions budgétaires. Chaque masternode représente une voix, et " +"cette voix porte sur les propositions budgétaires ou les décisions " +"importantes affectant Dash." #: ../../docs/user/introduction/features.rst:70 -#, python-format -msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." -msgstr "" -"Les masternodes représentent un coût financier et un travail " -"d'hébergement, ils perçoivent donc à titre de rétribution une part de la " -"récompense de bloc. Puisqu'un seul masternode est payé avec chaque bloc, " -"la fréquence des paiements peut varier, tout comme la valeur des dashs " -"versés. Cet `outil `_ propose une " -"estimation en temps réel des gains des masternodes. Les récompenses " -"décroissent de 7% par an, en même temps que la récompense de bloc. Les " -"masternodes ont aussi la possibilité future de gagner de l'argent sur les" -" frais de transaction." +msgid "" +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." +msgstr "" +"Les masternodes représentent un coût financier et un travail d'hébergement, " +"ils perçoivent donc à titre de rétribution une part de la récompense de " +"bloc. Puisqu'un seul masternode est payé avec chaque bloc, la fréquence des " +"paiements peut varier, tout comme la valeur des dashs versés. Cet `outil " +"`_ propose une estimation en temps réel des " +"gains des masternodes. Les récompenses décroissent de 7% par an, en même " +"temps que la récompense de bloc. Les masternodes ont aussi la possibilité " +"future de gagner de l'argent sur les frais de transaction." #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Masternode" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -227,9 +222,8 @@ msgid "Masternode" msgstr "Masternode" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Masternode" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -286,29 +280,29 @@ msgstr "CoinJoin" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." -msgstr "" -"CoinJoin vous propose une confidentialité financière pour vos " -"transactions commerciales, en brassant vos dashs avec ceux d'autres " -"utilisateurs. Tous les dashs de votre portefeuilles sont rangés dans " -"différentes “entrées\", qu'on peut imaginer comme des pièces de monnaie " -"distinctes. CoinJoin utilise un procédé innovant pour mélanger vos " -"entrées avec les entrées d'au moins deux autres personnes dans une seule " -"transaction, sans que jamais vos fonds Dash ne quittent votre " -"portefeuille. Vous gardez le contrôle de vos fonds à tout moment." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." +msgstr "" +"CoinJoin vous propose une confidentialité financière pour vos transactions " +"commerciales, en brassant vos dashs avec ceux d'autres utilisateurs. Tous " +"les dashs de votre portefeuilles sont rangés dans différentes “entrées\", " +"qu'on peut imaginer comme des pièces de monnaie distinctes. CoinJoin utilise" +" un procédé innovant pour mélanger vos entrées avec les entrées d'au moins " +"deux autres personnes dans une seule transaction, sans que jamais vos fonds " +"Dash ne quittent votre portefeuille. Vous gardez le contrôle de vos fonds à " +"tout moment." #: ../../docs/user/introduction/features.rst:111 msgid "" "You can view a practical guide to use CoinJoin :ref:`here `." msgstr "" -"Un guide pratique de CoinJoin est consultable :ref:`ici `." +"Un guide pratique de CoinJoin est consultable :ref:`ici `." #: ../../docs/user/introduction/features.rst:114 msgid "The CoinJoin process works like this:" @@ -317,105 +311,100 @@ msgstr "Le processus CoinJoin se déroule ainsi :" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" "CoinJoin commence par fractionner les entrées de votre transaction en " -"coupures standard. Ces coupures sont de 0,001, 0,01, 0,1, 1 et 10 dashs —" -" un peu à la manière des billets de banque que vous utilisez tous les " -"jours." +"coupures standard. Ces coupures sont de 0,001, 0,01, 0,1, 1 et 10 dashs — un" +" peu à la manière des billets de banque que vous utilisez tous les jours." #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" -"Ensuite, votre portefeuille envoie des requêtes à des serveurs " -"spécifiques sur le réseau, appelés les \"masternodes\". Ces masternodes " -"sont informés que vous souhaitez créer certaines coupures utilisant " -"CoinJoin. Aucune information d'identification n'est envoyée aux " -"masternodes, qui ne savent jamais qui vous êtes." +"Ensuite, votre portefeuille envoie des requêtes à des serveurs spécifiques " +"sur le réseau, appelés les \"masternodes\". Ces masternodes sont informés " +"que vous souhaitez créer certaines coupures utilisant CoinJoin. Aucune " +"information d'identification n'est envoyée aux masternodes, qui ne savent " +"jamais qui vous êtes." #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" "Quand deux autres personnes envoient des requêtes similaires, indiquant " "qu'ils souhaitent mélanger les mêmes coupures, une séance de mélange " -"commence. Le masternode mélange les entrées et demande aux portefeuilles " -"des trois utilisateurs de se verser à eux-mêmes l'entrée désormais " -"transformée. Votre portefeuille s'auto-envoie cette coupure, mais à une " -"adresse différente (appellée adresse de monnaie rendue)." +"commence. Le masternode mélange les entrées et demande aux portefeuilles des" +" trois utilisateurs de se verser à eux-mêmes l'entrée désormais transformée." +" Votre portefeuille s'auto-envoie cette coupure, mais à une adresse " +"différente (appellée adresse de monnaie rendue)." #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" -"Votre portefeuille peut répéter ce processus un certain nombre de fois " -"pour chaque coupure. Chaque fois que ce processus est achevé, il est " -"appelé “cycle\". L'utilisateur peut choisir entre 2 et 16 cycles de " -"CoinJoin." +"Votre portefeuille peut répéter ce processus un certain nombre de fois pour " +"chaque coupure. Chaque fois que ce processus est achevé, il est appelé " +"“cycle\". L'utilisateur peut choisir entre 2 et 16 cycles de CoinJoin." #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" "Vos fonds seront mélangés un nombre de fois au moins égal au nombre de " "cycles que vous avez indiqué. Dash 0.16 propose une mise à jour nommée " -"`Cycles de mélange aléatoires " -"`__ qui mélangera une coupure " -"donnée jusqu'à trois cycles supplémentaires, pour améliorer encore plus " -"la confidentialité." +"`Cycles de mélange aléatoires `__" +" qui mélangera une coupure donnée jusqu'à trois cycles supplémentaires, pour" +" améliorer encore plus la confidentialité." #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" -"Le processus de mélange a lieu en arrière-plan, sans aucune intervention " -"de votre part. Quand vous souhaitez envoyer une transaction qui utilise " -"vos fonds déjà anonymisés, aucune autre attente ne sera nécessaire." +"Le processus de mélange a lieu en arrière-plan, sans aucune intervention de " +"votre part. Quand vous souhaitez envoyer une transaction qui utilise vos " +"fonds déjà anonymisés, aucune autre attente ne sera nécessaire." #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" -"À noter : les transactions CoinJoin seront arrondies à la hausse, de " -"telle manière que toutes les entrées de la transaction soient dépensées. " -"Tous les dashs éventuellement en excès seront dépensés en frais de " -"transaction." +"À noter : les transactions CoinJoin seront arrondies à la hausse, de telle " +"manière que toutes les entrées de la transaction soient dépensées. Tous les " +"dashs éventuellement en excès seront dépensés en frais de transaction." #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." -msgstr "" -"**IMPORTANT :** votre portefeuille ne contient que 1000 de ces \"adresses" -" de monnaie rendue\". À chaque nouvelle transaction CoinJoin, une de ces " +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." +msgstr "" +"**IMPORTANT :** votre portefeuille ne contient que 1000 de ces \"adresses de" +" monnaie rendue\". À chaque nouvelle transaction CoinJoin, une de ces " "adresses sera utilisée. Une fois qu'elles sont toutes utilisées, votre " -"portefeuille doit créer de nouvelles adresses. Il ne peut cependant le " -"faire que si vous avez activé l'option de sauvegardes automatiques. En " -"conséquence, les utilisateurs qui ont désactivé les sauvegardes " -"automatiques auront également l'option CoinJoin désactivée." +"portefeuille doit créer de nouvelles adresses. Il ne peut cependant le faire" +" que si vous avez activé l'option de sauvegardes automatiques. En " +"conséquence, les utilisateurs qui ont désactivé les sauvegardes automatiques" +" auront également l'option CoinJoin désactivée." #: ../../docs/user/introduction/features.rst:157 msgid "InstantSend" @@ -423,92 +412,84 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." -msgstr "" -"Les cryptomonnaies décentralisées traditionnelles doivent attendre, " -"pendant un certain temps, qu'un certain nombre de blocs soient générés " -"pour pouvoir garantir qu'une transaction est irréversible, et qu'elle ne " -"correspond pas à une tentative de dépense de fonds déjà dépensés " -"ailleurs. Ce processus prend du temps, souvent entre 15 minutes et 1 " -"heure, pour atteindre le nombre de 6 blocs, nombre le plus souvent " -"considéré comme étant suffisamment sûr. D'autres cryptomonnaies proposent" -" des temps de confirmation plus courts, en centralisant leur réseau d'une" -" façon ou d'une autre." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." +msgstr "" +"Les cryptomonnaies décentralisées traditionnelles doivent attendre, pendant " +"un certain temps, qu'un certain nombre de blocs soient générés pour pouvoir " +"garantir qu'une transaction est irréversible, et qu'elle ne correspond pas à" +" une tentative de dépense de fonds déjà dépensés ailleurs. Ce processus " +"prend du temps, souvent entre 15 minutes et 1 heure, pour atteindre le " +"nombre de 6 blocs, nombre le plus souvent considéré comme étant suffisamment" +" sûr. D'autres cryptomonnaies proposent des temps de confirmation plus " +"courts, en centralisant leur réseau d'une façon ou d'une autre." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" "Dash ne souffre d'aucune de ces limitations, grâce au réseau de second " -"niveau formé par ses masternodes. Les masternodes constituent des quorums" -" de vote, afin de vérifier si une transaction soumise est valide ou non. " -"Si elle est valide, les masternodes \"verrouillent\" les entrées de la " -"transaction et diffusent cette information au réseau, ce qui constitue " -"une promesse effective que la transaction sera incluse dans les blocs " -"minés par la suite, sans qu'aucune des entrées ne puisse être dépensée " -"pendant le délai de confirmation." +"niveau formé par ses masternodes. Les masternodes constituent des quorums de" +" vote, afin de vérifier si une transaction soumise est valide ou non. Si " +"elle est valide, les masternodes \"verrouillent\" les entrées de la " +"transaction et diffusent cette information au réseau, ce qui constitue une " +"promesse effective que la transaction sera incluse dans les blocs minés par " +"la suite, sans qu'aucune des entrées ne puisse être dépensée pendant le " +"délai de confirmation." #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "" -"La technologie InstantSend permettra aux cryptomonnaies telles que Dash " -"de concurrencer les systèmes de transaction quasi instantanées tels que " -"les cartes de paiement, dans le cadre des points de vente, et ce sans " -"reposer sur une entité centralisée. Une large acceptation de Dash et " -"d'InstantSend par les vendeurs pourrait révolutionner la cryptomonnaie en" -" réduisant le délai de confirmation des transactions, parfois long d'une " -"heure (avec Bitcoin), à quelques secondes seulement." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"La technologie InstantSend permettra aux cryptomonnaies telles que Dash de " +"concurrencer les systèmes de transaction quasi instantanées tels que les " +"cartes de paiement, dans le cadre des points de vente, et ce sans reposer " +"sur une entité centralisée. Une large acceptation de Dash et d'InstantSend " +"par les vendeurs pourrait révolutionner la cryptomonnaie en réduisant le " +"délai de confirmation des transactions, parfois long d'une heure (avec " +"Bitcoin), à quelques secondes seulement." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" "On peut consulter un guide pratique de CoinJoin :ref:`ici `. CoinJoin a été originellement présenté dans un " -"livre blanc intitulé `Transaction Locking and Masternode Consensus: A " -"Mechanism for Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. CoinJoin a été originellement présenté dans un livre" +" blanc intitulé `Transaction Locking and Masternode Consensus: A Mechanism " +"for Mitigating Double Spending Attacks " "`_," " puis amélioré par l'introduction de `LLMQ-based InstantSend " -"`__ avec Dash " -"0.14." +"`__ avec Dash 0.14." #: ../../docs/user/introduction/features.rst:194 msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" -"**Comment la fonction 'InstantSend' de Dash protège les vendeurs des " -"doubles paiements**, Dash Detailed, par Amanda B. Johnson, 16 septembre " -"2016" +"**Comment la fonction 'InstantSend' de Dash protège les vendeurs des doubles" +" paiements**, Dash Detailed, par Amanda B. Johnson, 16 septembre 2016" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" @@ -517,29 +498,29 @@ msgstr "ChainLocks" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." -msgstr "" -"ChainLocks est une fonctionnalité fournie par le réseau Dash, qui " -"garantit totalement l'acceptation des paiements. Cette technologie, " -"notamment lorsqu'elle est utilisée conjointement avec :ref:`InstantSend " -"`, crée un environnement dans lequel les paiements peuvent " -"être acceptés immédiatement et sans aucun risque de “réorganisation de " +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." +msgstr "" +"ChainLocks est une fonctionnalité fournie par le réseau Dash, qui garantit " +"totalement l'acceptation des paiements. Cette technologie, notamment " +"lorsqu'elle est utilisée conjointement avec :ref:`InstantSend " +"`, crée un environnement dans lequel les paiements peuvent être" +" acceptés immédiatement et sans aucun risque de “réorganisation de " "blockchain”." #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" "Le risque de réorganisation de blockchain est classiquement mitigé par " "l'attente de nombreuses \"confirmations\" avant qu'une transaction soit " -"acceptée en toute sécurité comme paiement. Ce type de sécurité indirecte " -"est efficace, mais il implique une attente et une expérience utilisateur " +"acceptée en toute sécurité comme paiement. Ce type de sécurité indirecte est" +" efficace, mais il implique une attente et une expérience utilisateur " "médiocre. ChainLocks est une solution à ce problème." #: ../../docs/user/introduction/features.rst:222 @@ -548,59 +529,57 @@ msgstr "Aperçu du processus ChainLocks" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" "Toutes les douze heures, un nouveau \"quorum de masternodes de longue " "durée\" (long-lasting masternode quorum, LLMQ) est établi au moyen d'un " -"processus de génération de clé distribuée (distributed key generation, " -"DKG). Tous les membres de ce quorum doivent observer, puis confirmer, les" -" blocs nouvellement minés :" +"processus de génération de clé distribuée (distributed key generation, DKG)." +" Tous les membres de ce quorum doivent observer, puis confirmer, les blocs " +"nouvellement minés :" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" -"À chaque fois qu'un bloc est miné, des membres du quorum diffusent au " -"reste du quorum un message signé contenant le bloc observé." +"À chaque fois qu'un bloc est miné, des membres du quorum diffusent au reste " +"du quorum un message signé contenant le bloc observé." #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" "Si 60% ou plus du quorum observe le même nouveau bloc, ils formeront " -"collectivement une signature ChainLocks (“CLSIG”) sous forme de message " -"qui sera diffusé au reste du réseau." +"collectivement une signature ChainLocks (“CLSIG”) sous forme de message qui " +"sera diffusé au reste du réseau." #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" -"Quand une signature ChainLocks valide est reçue par un client du réseau, " -"il rejettera tous les blocs de même hauteur qui ne coïncident pas avec le" -" bloc indiqué dans ce message." +"Quand une signature ChainLocks valide est reçue par un client du réseau, il " +"rejettera tous les blocs de même hauteur qui ne coïncident pas avec le bloc " +"indiqué dans ce message." #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." -msgstr "" -"Le résultat est une décision rapide et sans ambiguïté, pour les clients " -"et portefeuilles intégrés, concernant la blockchain \"correcte\". Du " -"point de vue de la sécurité, cela rend impossible les réorganisations " -"antérieures à ce bloc. Voir la `DIP0008 ChainLocks " +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." +msgstr "" +"Le résultat est une décision rapide et sans ambiguïté, pour les clients et " +"portefeuilles intégrés, concernant la blockchain \"correcte\". Du point de " +"vue de la sécurité, cela rend impossible les réorganisations antérieures à " +"ce bloc. Voir la `DIP0008 ChainLocks " "`__ pour une " "description complète du fonctionnement de ChainLocks." @@ -611,66 +590,63 @@ msgstr "Sporks" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" "En réponse à des problèmes imprévus apparus avec la mise à jour majeure " -"\"RC3\" (juin 2014), l'équipe de développement Dash a créé un mécanisme " -"par lequel le code mis à jour est diffusé au réseau, mais pas " -"immédiatement activé. Cette innovation permet des transitions bien plus " -"douces que lors des “hard forks\" traditionnels. Elle permet aussi de " -"récupérer des données de test au sein de l'environnement réseau. Ce " -"processus de fork multiphase devait à l'origine s'intituler “soft " -"forking\", mais la communauté lui a donné le petit nom de “spork\" et le " -"terme est resté." +"\"RC3\" (juin 2014), l'équipe de développement Dash a créé un mécanisme par " +"lequel le code mis à jour est diffusé au réseau, mais pas immédiatement " +"activé. Cette innovation permet des transitions bien plus douces que lors " +"des “hard forks\" traditionnels. Elle permet aussi de récupérer des données " +"de test au sein de l'environnement réseau. Ce processus de fork multiphase " +"devait à l'origine s'intituler “soft forking\", mais la communauté lui a " +"donné le petit nom de “spork\" et le terme est resté." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." msgstr "" "Les nouvelles fonctionnalités ou versions de Dash subissent de nombreux " "essais sur le réseau de test, avant d'être diffusées sur le réseau " -"principal. Quand une nouvelle fonctionnalité ou version est diffusée sur " -"le réseau principal, les utilisateurs sont informés du changement et de " -"la nécessité de mettre à jour leurs logiciels clients. Ceux qui mettent à" -" jour leurs clients font tourner le nouveau code, mais il n'est pas " -"activé avant qu'un pourcentage suffisant des participants au réseau (en " -"général 80%) ne forment un consensus pour le faire tourner. Dans le cas " -"d'erreurs se manifestant dans le nouveau code, les blocs des clients ne " -"sont pas rejetés par le réseau, et ainsi des “forks\" non souhaités sont " -"évités. Les données sur les erreurs peuvent alors être récupérées et " -"transmises à l'équipe de développement. Une fois que l'équipe est " -"satisfaite de la stabilité du nouveau code dans le réseau principal — et " -"que le consensus acceptable est atteint dans le réseau —, l'activation du" -" code mis à jour se fait à distance par plusieurs membres de l'équipe de " -"développement, qui signent un message réseau ensemble, avec leurs clés " -"privées respectives. Si des problèmes apparaissent, le code peut être " -"désactivé de la même façon, sans nécessité d'un retour en arrière de " -"l'ensemble du réseau, ni d'une mise à jour du client.  Pour plus de " -"détails techniques sur les sporks individuels, voir :ref:`ici " -"`." +"principal. Quand une nouvelle fonctionnalité ou version est diffusée sur le " +"réseau principal, les utilisateurs sont informés du changement et de la " +"nécessité de mettre à jour leurs logiciels clients. Ceux qui mettent à jour " +"leurs clients font tourner le nouveau code, mais il n'est pas activé avant " +"qu'un pourcentage suffisant des participants au réseau (en général 80%) ne " +"forment un consensus pour le faire tourner. Dans le cas d'erreurs se " +"manifestant dans le nouveau code, les blocs des clients ne sont pas rejetés " +"par le réseau, et ainsi des “forks\" non souhaités sont évités. Les données " +"sur les erreurs peuvent alors être récupérées et transmises à l'équipe de " +"développement. Une fois que l'équipe est satisfaite de la stabilité du " +"nouveau code dans le réseau principal — et que le consensus acceptable est " +"atteint dans le réseau —, l'activation du code mis à jour se fait à distance" +" par plusieurs membres de l'équipe de développement, qui signent un message " +"réseau ensemble, avec leurs clés privées respectives. Si des problèmes " +"apparaissent, le code peut être désactivé de la même façon, sans nécessité " +"d'un retour en arrière de l'ensemble du réseau, ni d'une mise à jour du " +"client.  Pour plus de détails techniques sur les sporks individuels, voir " +":ref:`ici `." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" @@ -678,65 +654,61 @@ msgstr "Algorithme de hachage X11" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." -msgstr "" -"X11 est un algorithme de hachage largement utilisé, créé par Evan " -"Duffield, développeur Dash Core. L'algorithme de hachage en chaîne de X11" -" utilise une série d'onze fonctions mathématiques de hachage pour la " -"preuve de travail, dans le but que le processus de distribution soit " -"équitable et que les unités soient distribuées à peu près de la même " -"façon que celles de Bitcoin à l'origine. X11 a été conçu de façon à " -"rendre plus difficile la création d'ASICs, et donc à donner à la monnaie " -"plus de temps pour se développer avant que la centralisation du minage ne" -" devienne une menace. Cette approche a été largement couronnée de succès " -"; depuis début 2016, des ASICs pour X11 existent et représentent une part" -" significative du taux de hachage du réseau, mais n'ont pas entraîné un " -"niveau de centralisation comparable à celui de Bitcoin. Plus " -"d'informations sur le minage X11 sont consultables dans la section " -":ref:`Minage ` de la présente documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." +msgstr "" +"X11 est un algorithme de hachage largement utilisé, créé par Evan Duffield, " +"développeur Dash Core. L'algorithme de hachage en chaîne de X11 utilise une " +"série d'onze fonctions mathématiques de hachage pour la preuve de travail, " +"dans le but que le processus de distribution soit équitable et que les " +"unités soient distribuées à peu près de la même façon que celles de Bitcoin " +"à l'origine. X11 a été conçu de façon à rendre plus difficile la création " +"d'ASICs, et donc à donner à la monnaie plus de temps pour se développer " +"avant que la centralisation du minage ne devienne une menace. Cette approche" +" a été largement couronnée de succès ; depuis début 2016, des ASICs pour X11" +" existent et représentent une part significative du taux de hachage du " +"réseau, mais n'ont pas entraîné un niveau de centralisation comparable à " +"celui de Bitcoin. Plus d'informations sur le minage X11 sont consultables " +"dans la section :ref:`Minage ` de la présente documentation." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" -"X11 est le nom de l'algorithme chaîné de preuve de travail (PoW) créé " -"avec Dash (lancé en janvier 2014 sous le nom d'“Xcoin\"). Il tire pour " -"partie son inspiration de l'approche de hachage chaîné de Quark, ajoutant" -" plus de \"profondeur\" et de complexité en augmentant le nombre de " -"hashs, cependant il diffère de Quark en ceci que les cycles de hachage " -"sont fixés a priori au lieu d'être choisis au hasard pour certains." +"X11 est le nom de l'algorithme chaîné de preuve de travail (PoW) créé avec " +"Dash (lancé en janvier 2014 sous le nom d'“Xcoin\"). Il tire pour partie son" +" inspiration de l'approche de hachage chaîné de Quark, ajoutant plus de " +"\"profondeur\" et de complexité en augmentant le nombre de hashs, cependant " +"il diffère de Quark en ceci que les cycles de hachage sont fixés a priori au" +" lieu d'être choisis au hasard pour certains." #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" "L'algorithme X11 utilise plusieurs cycles de 11 hashs différents (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"en faisant un des processus de hachage les plus sûrs et les plus " -"sophistiqués utilisés dans les cryptomonnaies modernes. Le nom X11 n'a " -"aucun rapport avec le système de fenêtrage X11 couramment utilisé sur les" -" systèmes UNIX." +"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), en " +"faisant un des processus de hachage les plus sûrs et les plus sophistiqués " +"utilisés dans les cryptomonnaies modernes. Le nom X11 n'a aucun rapport avec" +" le système de fenêtrage X11 couramment utilisé sur les systèmes UNIX." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -747,69 +719,67 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." msgstr "" -"La complexité accrue et la sophistication de l'algorithme chaîné offrent " -"à une monnaie numérique des niveaux de sécurité améliorés et une moindre " +"La complexité accrue et la sophistication de l'algorithme chaîné offrent à " +"une monnaie numérique des niveaux de sécurité améliorés et une moindre " "incertitude par rapport aux solutions de preuve de travail (PoW) à " -"algorithme unique, qui ne sont pas protégées contre les risques de " -"sécurité de type “point de vulnérabilité unique\". Par exemple, une " -"percée possible (mais improbable) en informatique qui permettrait de " -"“casser\" le hachage SHA256 pourrait mettre en péril le réseau Bitcoin en" -" entier, jusqu'à ce qu'il bascule par “hard fork\" vers un autre hachage " -"cryptographique." +"algorithme unique, qui ne sont pas protégées contre les risques de sécurité " +"de type “point de vulnérabilité unique\". Par exemple, une percée possible " +"(mais improbable) en informatique qui permettrait de “casser\" le hachage " +"SHA256 pourrait mettre en péril le réseau Bitcoin en entier, jusqu'à ce " +"qu'il bascule par “hard fork\" vers un autre hachage cryptographique." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" "Dans l'hypothèse d'une telle percée informatique, une monnaie numérique " -"utilisant la PoW X11 continuerait de fonctionner en sécurité, à moins que" -" les 11 hachages soient “cassés\" simultanément. Même si certains des 11 " -"hachages s'avéraient faillibles, l'alerte serait donnée suffisamment à " -"temps pour qu'une monnaie utilisant X11 puisse prendre des mesures de " -"remplacement des hachages vulnérables par d'autres algorithmes plus " -"fiables." +"utilisant la PoW X11 continuerait de fonctionner en sécurité, à moins que " +"les 11 hachages soient “cassés\" simultanément. Même si certains des 11 " +"hachages s'avéraient faillibles, l'alerte serait donnée suffisamment à temps" +" pour qu'une monnaie utilisant X11 puisse prendre des mesures de " +"remplacement des hachages vulnérables par d'autres algorithmes plus fiables." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." -msgstr "" -"Au vu de la nature spéculative des monnaies numériques et des " -"incertitudes qui sont celles de ce domaine neuf, l'algorithme X11 donne " -"une confiance accrue à ses utilisateurs et aux investisseurs potentiels, " -"au contraire d'une approche à algorithme unique. Les solutions de hachage" -" chaîné, telles que X11, permettent une meilleure sécurité et longévité " -"pour des objectifs de réserve de valeur, de diversification " -"d'investissement et de réduction des risques associés aux monnaies à " -"algorithme unique (points de vulnérabilité uniques)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." +msgstr "" +"Au vu de la nature spéculative des monnaies numériques et des incertitudes " +"qui sont celles de ce domaine neuf, l'algorithme X11 donne une confiance " +"accrue à ses utilisateurs et aux investisseurs potentiels, au contraire " +"d'une approche à algorithme unique. Les solutions de hachage chaîné, telles " +"que X11, permettent une meilleure sécurité et longévité pour des objectifs " +"de réserve de valeur, de diversification d'investissement et de réduction " +"des risques associés aux monnaies à algorithme unique (points de " +"vulnérabilité uniques)." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" -"Evan Duffield, créateur de Dash et du hachage chaîné X11, a écrit à " -"diverses reprises qu'X11 avait été intégré à Dash non pas pour empêcher " -"les fabricants d'ASIC de créer des ASICs X11, mais plutôt pour préparer " -"un chemin similaire à celui de Bitcoin (CPUs, GPUs, ASICs)." +"Evan Duffield, créateur de Dash et du hachage chaîné X11, a écrit à diverses" +" reprises qu'X11 avait été intégré à Dash non pas pour empêcher les " +"fabricants d'ASIC de créer des ASICs X11, mais plutôt pour préparer un " +"chemin similaire à celui de Bitcoin (CPUs, GPUs, ASICs)." #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -818,47 +788,47 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." -msgstr "" -"**DGW** ou *Dark Gravity Wave* est un algorithme open source d'ajustement" -" de difficulté pour les cryptomonnaies basées sur Bitcoin. Il a été " -"d'abord utilisé dans Dash, puis s'est répandu dans d'autres monnaies " -"numériques. DGW a été créé par Evan Duffield, programmeur et créateur de " -"Dash, en tant réponse à une faille “time-warp\" découverte dans *Kimoto's" -" Gravity Wave*. Dans son concept, DGW est analogue à Kimoto's Gravity " -"Wave, en ajustant les niveaux de difficulté avec chaque bloc (au lieu de " -"tous les 2016 blocs comme dans Bitcoin), sur la base de statistiques " -"tirées des blocs récemment minés. Cela permet de diffuser des blocs avec " -"une fréquence relativement constante, même si la puissance de hachage " -"connaît de fortes variations, et sans craindre la faille “time-warp\"." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." +msgstr "" +"**DGW** ou *Dark Gravity Wave* est un algorithme open source d'ajustement de" +" difficulté pour les cryptomonnaies basées sur Bitcoin. Il a été d'abord " +"utilisé dans Dash, puis s'est répandu dans d'autres monnaies numériques. DGW" +" a été créé par Evan Duffield, programmeur et créateur de Dash, en tant " +"réponse à une faille “time-warp\" découverte dans *Kimoto's Gravity Wave*. " +"Dans son concept, DGW est analogue à Kimoto's Gravity Wave, en ajustant les " +"niveaux de difficulté avec chaque bloc (au lieu de tous les 2016 blocs comme" +" dans Bitcoin), sur la base de statistiques tirées des blocs récemment " +"minés. Cela permet de diffuser des blocs avec une fréquence relativement " +"constante, même si la puissance de hachage connaît de fortes variations, et " +"sans craindre la faille “time-warp\"." #: ../../docs/user/introduction/features.rst:363 msgid "" "Version 2.0 of DGW was implemented in Dash from block 45,000 onwards in " "order to completely alleviate the time-warp exploit." msgstr "" -"La version 2.0 de DGW a été implémentée dans Dash à partir du bloc 45000," -" afin de supprimer complètement le risque de la faille “time-warp\"." +"La version 2.0 de DGW a été implémentée dans Dash à partir du bloc 45000, " +"afin de supprimer complètement le risque de la faille “time-warp\"." #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" -"La version 3.0 a été implémentée le 14 mai 2014 pour améliorer davantage " -"le recalcul de la difficulté, avec des transitions plus douces. Elle a " -"aussi corrigé des problèmes rencontrés sur certaines architectures qui " -"avaient différents niveaux de précision de virgule flottante." +"La version 3.0 a été implémentée le 14 mai 2014 pour améliorer davantage le " +"recalcul de la difficulté, avec des transitions plus douces. Elle a aussi " +"corrigé des problèmes rencontrés sur certaines architectures qui avaient " +"différents niveaux de précision de virgule flottante." #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -868,50 +838,48 @@ msgstr "Taux d'émission" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." -msgstr "" -"Les cryptomonnaies telles que Dash et Bitcoin sont créées par une " -"procédure cryptographiquement complexe, connue sous le nom de minage. Le " -"minage suppose de résoudre des :ref:`algorithmes de hachage ` jusqu'à ce que soit découverte une solution correspondant à " -"la :ref:`difficulté de minage ` courante. Une fois " +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." +msgstr "" +"Les cryptomonnaies telles que Dash et Bitcoin sont créées par une procédure " +"cryptographiquement complexe, connue sous le nom de minage. Le minage " +"suppose de résoudre des :ref:`algorithmes de hachage ` " +"jusqu'à ce que soit découverte une solution correspondant à la " +":ref:`difficulté de minage ` courante. Une fois " "découverte, le mineur est autorisé à créer de nouvelles unités de " -"cryptomonnaie. Cela constitue la récompense de bloc. Pour garantir que la" -" monnaie ne fera pas l'objet d'une inflation illimitée, la récompense de " -"bloc est diminuée à intervalles réguliers, comme `montré dans cette " -"simulation `_. La " -"représentation graphique donne une courbe montrant la totalité des unités" -" en circulation, connue sous le nom de taux d'émission des unités." +"cryptomonnaie. Cela constitue la récompense de bloc. Pour garantir que la " +"monnaie ne fera pas l'objet d'une inflation illimitée, la récompense de bloc" +" est diminuée à intervalles réguliers, comme `montré dans cette simulation " +"`_. La représentation graphique donne une " +"courbe montrant la totalité des unités en circulation, connue sous le nom de" +" taux d'émission des unités." #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" "Tout en étant basé sur Bitcoin, Dash modifie significativement le taux " -"d'émission de manière à ce que sa diminution soit mieux lissée à travers " -"le temps. Tandis que Bitcoin diminue le taux d'émission de 50% tous les 4" -" ans, Dash le diminue d'un quatorzième (environ 7,14%) tous les 210240 " -"blocs (environ tous les 383,25 jours). On peut considérer que la moindre " -"diminution de la récompense de bloc tous les ans constitue, par rapport à" -" Bitcoin, une transition plus douce vers une économie basée sur les frais" -" de transaction." +"d'émission de manière à ce que sa diminution soit mieux lissée à travers le " +"temps. Tandis que Bitcoin diminue le taux d'émission de 50% tous les 4 ans, " +"Dash le diminue d'un quatorzième (environ 7,14%) tous les 210240 blocs " +"(environ tous les 383,25 jours). On peut considérer que la moindre " +"diminution de la récompense de bloc tous les ans constitue, par rapport à " +"Bitcoin, une transition plus douce vers une économie basée sur les frais de " +"transaction." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -922,51 +890,49 @@ msgid "Total coin emission" msgstr "Émission totale de monnaie" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`L'émission monétaire totale de Bitcoin " "`_ " -"peut être calculée comme la somme d'une série géométrique, avec une " -"émission totale approchant (sans jamais l'atteindre) les 21 millions de " -"BTC. L'émission durera jusqu'en 2140, mais la récompense de minage " -"diminue si vite que 99% de tous les bitcoins seront en circulation dès " -"2036, et 99,9% dès 2048." +"peut être calculée comme la somme d'une série géométrique, avec une émission" +" totale approchant (sans jamais l'atteindre) les 21 millions de BTC. " +"L'émission durera jusqu'en 2140, mais la récompense de minage diminue si " +"vite que 99% de tous les bitcoins seront en circulation dès 2036, et 99,9% " +"dès 2048." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" -"`L'émission monétaire totale de Dash " -"`_ est également la somme " -"d'une série géométrique, mais l'émission totale et définitive reste " -"incertaine, car on ne peut pas savoir combien des 10% de récompense de " -"bloc réservés aux propositions budgétaires seront effectivement alloués " -"(car cela dépend des futurs votes). Dash continuera à émettre de " -"nouvelles pièces pour environ 192 années avant qu'une année entière de " -"minage génère moins d'1 dash. Après 2209, seuls 14 nouveaux dashs seront " -"générés. Le dernier dash prendra 231 ans à être généré, avec un début en " -"2246 et une fin complète d'émission en 2477. Sur la base de ces chiffres," -" une masse monétaire minimale et maximale en 2254 peut être estimée entre" -" :" +"`L'émission monétaire totale de Dash `_ est " +"également la somme d'une série géométrique, mais l'émission totale et " +"définitive reste incertaine, car on ne peut pas savoir combien des 10% de " +"récompense de bloc réservés aux propositions budgétaires seront " +"effectivement alloués (car cela dépend des futurs votes). Dash continuera à " +"émettre de nouvelles pièces pour environ 192 années avant qu'une année " +"entière de minage génère moins d'1 dash. Après 2209, seuls 14 nouveaux dashs" +" seront générés. Le dernier dash prendra 231 ans à être généré, avec un " +"début en 2246 et une fin complète d'émission en 2477. Sur la base de ces " +"chiffres, une masse monétaire minimale et maximale en 2254 peut être estimée" +" entre :" #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -989,20 +955,18 @@ msgid "Block reward allocation" msgstr "Allocation de la récompense de bloc" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -1024,19 +988,18 @@ msgstr "Budget de gouvernance décentralisée" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1244,9 +1207,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1422,22 +1384,20 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." -msgstr "" -"Cette documentation est basée sur des calculs et publications de " -"Moocowmoo. Voir `cet article Reddit " -"`_ pour en savoir plus. " -"Vous pouvez aussi lancer vos propres `calculs d'émission avec l'outil " -"`_. Voir aussi " -"`ce site `_ pour des statistiques en direct " -"sur le réseau." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." +msgstr "" +"Cette documentation est basée sur des calculs et publications de Moocowmoo. " +"Voir `cet article Reddit `_ pour en savoir plus. Vous " +"pouvez aussi lancer vos propres `calculs d'émission avec l'outil " +"`_. Voir aussi `ce " +"site `_ pour des statistiques en direct sur le " +"réseau." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1445,43 +1405,40 @@ msgstr "Gouvernance décentralisée" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" "Pour en savoir plus sur la gouvernance Dash, voir la section " ":ref:`governance` de cette documentation." @@ -1492,29 +1449,28 @@ msgstr "Sentinel" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" "Apparu dans Dash 0.12.1, Sentinel est un agent autonome destiné à " "surveiller, opérer et automatiser les objets et tâches de gouvernance. " -"Sentinel prend la forme d'une application Python connectée à une instance" -" locale dashd sur chaque masternode Dash." +"Sentinel prend la forme d'une application Python connectée à une instance " +"locale dashd sur chaque masternode Dash." #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" "Un objet de gouvernance (ou \"govObject\") est une structure générique " "apparue dans Dash Core 0.12.1 et permettant la création de propositions " "budgétaires et d'interrupteurs. L'héritage de classe a été utilisé pour " -"étendre cet objet générique comme objet de \"proposition\" afin de " -"réformer le système budgétaire Dash actuel." +"étendre cet objet générique comme objet de \"proposition\" afin de réformer " +"le système budgétaire Dash actuel." #: ../../docs/user/introduction/features.rst:575 msgid "Diagram highlighting the relationship between Dash Sentinel and Core" @@ -1526,66 +1482,64 @@ msgstr "Frais de transaction" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." -msgstr "" -"Les transactions sur le réseau Dash sont inscrites dans des blocs, sur la" -" blockchain (chaîne de blocs). La taille de chaque transaction est " -"mesurée en octets, mais il n'y a pas forcément de corrélation entre des " -"transactions de montant élevé et le nombre d'octets nécessaires pour " -"opérer la transaction. La taille de la transaction dépend du nombre " -"d'adresses d'entrée et de sortie impliquées : en effet, plus ou moins de " -"données doivent être écrites dans le bloc pour stocker cette information." -" Chaque nouveau bloc est généré par un mineur, qui est rétribué par une " -"récompense de bloc s'il achève ce travail de génération. Afin d'éviter " -"que le réseau ne soit saturé de transactions \"spam\", la taille de " -"chaque bloc est limitée de façon artificielle. Au fur et à mesure que le " -"volume de transactions augmente, l'espace disponible dans chaque bloc se " -"raréfie. Les mineurs ne sont pas contraints d'inclure toutes les " -"transactions dans les blocs qu'ils produisent, et donc, une fois que les " -"blocs sont pleins, des frais de transaction volontaires peuvent être " -"ajoutés à la transaction, constituant une incitation pour que le mineur " -"traite la transaction. La plupart des portefeuilles définissent de " -"faibles frais de transaction par défaut ; cependant beaucoup de mineurs " -"traiteront les transactions même si elles ne comportent pas de frais." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." +msgstr "" +"Les transactions sur le réseau Dash sont inscrites dans des blocs, sur la " +"blockchain (chaîne de blocs). La taille de chaque transaction est mesurée en" +" octets, mais il n'y a pas forcément de corrélation entre des transactions " +"de montant élevé et le nombre d'octets nécessaires pour opérer la " +"transaction. La taille de la transaction dépend du nombre d'adresses " +"d'entrée et de sortie impliquées : en effet, plus ou moins de données " +"doivent être écrites dans le bloc pour stocker cette information. Chaque " +"nouveau bloc est généré par un mineur, qui est rétribué par une récompense " +"de bloc s'il achève ce travail de génération. Afin d'éviter que le réseau ne" +" soit saturé de transactions \"spam\", la taille de chaque bloc est limitée " +"de façon artificielle. Au fur et à mesure que le volume de transactions " +"augmente, l'espace disponible dans chaque bloc se raréfie. Les mineurs ne " +"sont pas contraints d'inclure toutes les transactions dans les blocs qu'ils " +"produisent, et donc, une fois que les blocs sont pleins, des frais de " +"transaction volontaires peuvent être ajoutés à la transaction, constituant " +"une incitation pour que le mineur traite la transaction. La plupart des " +"portefeuilles définissent de faibles frais de transaction par défaut ; " +"cependant beaucoup de mineurs traiteront les transactions même si elles ne " +"comportent pas de frais." #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" -msgstr "" -"La sortie de Dash 0.12.2.0 et l'activation de la DIP0001 ont entraîné une" -" division des frais de transaction par 10, cependant que la taille de " -"bloc a augmenté de 1 Mo à 2 Mo pour soutenir la croissance des " -"transactions à frais bas, même si le cours de Dash augmente. La version " -"0.13.0.0 de Dash a inauguré les verrouillages automatiques InstantSend, " -"où les masternodes tâchent de verrouiller toute transaction comportant 4 " -"entrées ou moins (ce qu'on appelle des transactions \"simples\"), et elle" -" a supprimé les frais supplémentaires pour InstantSend. La version " -"0.14.0.0 a ensuite supprimé la limite de 4 entrées, le réseau essaiera " -"donc de verrouiller toutes les transactions. La grille de frais actuelle " -"est la suivante :" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" +msgstr "" +"La sortie de Dash 0.12.2.0 et l'activation de la DIP0001 ont entraîné une " +"division des frais de transaction par 10, cependant que la taille de bloc a " +"augmenté de 1 Mo à 2 Mo pour soutenir la croissance des transactions à frais" +" bas, même si le cours de Dash augmente. La version 0.13.0.0 de Dash a " +"inauguré les verrouillages automatiques InstantSend, où les masternodes " +"tâchent de verrouiller toute transaction comportant 4 entrées ou moins (ce " +"qu'on appelle des transactions \"simples\"), et elle a supprimé les frais " +"supplémentaires pour InstantSend. La version 0.14.0.0 a ensuite supprimé la " +"limite de 4 entrées, le réseau essaiera donc de verrouiller toutes les " +"transactions. La grille de frais actuelle est la suivante :" #: ../../docs/user/introduction/features.rst:612 msgid "Transaction type" @@ -1622,53 +1576,52 @@ msgstr "Par Ko de données de transaction" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." -msgstr "" -"Par exemple, une transaction standard et relativement simple sur le " -"réseau Dash comportant une entrée, une sortie et une adresse éventuelle " -"de monnaie rendue représente en général une taille compris entre 200 et " -"400 octets. En supposant un cours de 100 dollars par dash, la transaction" -" revient de 0,0002 à 0,0004 dollar, c'est-à-dire à peine 1/50ème d'un " -"centime. Le verrouillage InstantSend sera tentée sur toutes les " -"transactions, sans aucun frais supplémentaire." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." +msgstr "" +"Par exemple, une transaction standard et relativement simple sur le réseau " +"Dash comportant une entrée, une sortie et une adresse éventuelle de monnaie " +"rendue représente en général une taille compris entre 200 et 400 octets. En " +"supposant un cours de 100 dollars par dash, la transaction revient de 0,0002" +" à 0,0004 dollar, c'est-à-dire à peine 1/50ème d'un centime. Le verrouillage" +" InstantSend sera tentée sur toutes les transactions, sans aucun frais " +"supplémentaire." #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" ":ref:`CoinJoin` fonctionne en créant des coupures de 10, 1, 0,1, 0,01 et " "0,001 dashs, puis en créant des transactions CoinJoin avec d'autres " "utilisateurs utilisant ces coupures. La création des coupures coûte les " "frais par défaut pour une transaction standard. Utiliser CoinJoin est " -"gratuit mais, pour empêcher les attaques \"spam\", environ une " -"transaction CoinJoin sur dix doit régler des frais de 0,0001 dash. " -"Dépenser des entrées avec CoinJoin entraîne les frais habituels, mais, " -"pour éviter de créer des adresses de monnaie rendue potentiellement " -"identifiables, les frais sont toujours arrondis à la plus petite coupure " -"possible supérieure. Cela représente typiquement 0,001 dash. Il est donc " -"important de déduire les frais du montant envoyé, si possible, pour " -"optimiser les frais. Combiner InstantSend et CoinJoin peut coûter cher " -"pour cette raison, mais aussi parce qu'une transaction CoinJoin peut " -"impliquer plusieurs entrées alors qu'InstantSend entraîne des frais de " -"0,0001 dash pour chaque entrée. Veuillez toujours vérifier vos frais " -"avant d'envoyer une transaction." +"gratuit mais, pour empêcher les attaques \"spam\", environ une transaction " +"CoinJoin sur dix doit régler des frais de 0,0001 dash. Dépenser des entrées " +"avec CoinJoin entraîne les frais habituels, mais, pour éviter de créer des " +"adresses de monnaie rendue potentiellement identifiables, les frais sont " +"toujours arrondis à la plus petite coupure possible supérieure. Cela " +"représente typiquement 0,001 dash. Il est donc important de déduire les " +"frais du montant envoyé, si possible, pour optimiser les frais. Combiner " +"InstantSend et CoinJoin peut coûter cher pour cette raison, mais aussi parce" +" qu'une transaction CoinJoin peut impliquer plusieurs entrées alors " +"qu'InstantSend entraîne des frais de 0,0001 dash pour chaque entrée. " +"Veuillez toujours vérifier vos frais avant d'envoyer une transaction." #: ../../docs/user/introduction/features.rst:645 msgid "Evolution" @@ -1677,83 +1630,81 @@ msgstr "Evolution" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." -msgstr "" -"`Dash Evolution `_ est le nom " -"de code d'une plateforme monétaire décentralisée, bâtie sur la " -"technologie blockchain Dash. L'objectif est de fournir un accès simple " -"aux fonctionnalités et aux avantages uniques de Dash, et de faciliter " -"l'usage des technologies décentralisées. Dash propose un réseau à niveaux" -" multiples qui permet aux utilisateurs d'exécuter différentes tâches pour" -" le réseau, avec un accès par API décentralisée et un système de fichiers" -" décentralisé." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." +msgstr "" +"`Dash Evolution `_ est le nom de " +"code d'une plateforme monétaire décentralisée, bâtie sur la technologie " +"blockchain Dash. L'objectif est de fournir un accès simple aux " +"fonctionnalités et aux avantages uniques de Dash, et de faciliter l'usage " +"des technologies décentralisées. Dash propose un réseau à niveaux multiples " +"qui permet aux utilisateurs d'exécuter différentes tâches pour le réseau, " +"avec un accès par API décentralisée et un système de fichiers décentralisé." #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." -msgstr "" -"Dash Evolution sortira en plusieurs étapes. Les versions 0.12.1 à 0.12.3 " -"de Dash Core ont établi les premières fonctionnalités décentralisées. La " +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." +msgstr "" +"Dash Evolution sortira en plusieurs étapes. Les versions 0.12.1 à 0.12.3 de " +"Dash Core ont établi les premières fonctionnalités décentralisées. La " "version 0.13 a introduit la fondation d'Evolution, en particulier les " "`transactions spéciales DIP2 " -"`__ et les " -"`listes de masternodes déterministes DIP3 " +"`__ et les `listes " +"de masternodes déterministes DIP3 " "`__. La version " "0.14 introduit les `quorums de masternode à longue durée de vie DIP6 " -"`__. Attendue " -"pour la fin 2019, la version 1.0 de Dash Core introduira des " -"fonctionnalités clés d'Evolution, telles que les paiements basés sur noms" -" d'utilisateur, la toute première API décentralisée au monde (DAPI) et un" -" système de stockage de données décentralisé (Dash Drive) basé sur IPFS." +"`__. Attendue pour " +"la fin 2019, la version 1.0 de Dash Core introduira des fonctionnalités clés" +" d'Evolution, telles que les paiements basés sur noms d'utilisateur, la " +"toute première API décentralisée au monde (DAPI) et un système de stockage " +"de données décentralisé (Dash Drive) basé sur IPFS." #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" "Notre travail actuel sur Evolution ajoute un grand nombre de composants, " "tels que :" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" -"**Drive** : un système de fichiers décentralisé et partagé, pour stocker " -"les données utilisateurs sur le réseau de second niveau" +"**Drive** : un système de fichiers décentralisé et partagé, pour stocker les" +" données utilisateurs sur le réseau de second niveau" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" -"**DAPI** : une API décentralisée qui permet aux utilisateurs de troisième" -" niveau d'accéder au réseau de manière sûre" +"**DAPI** : une API décentralisée qui permet aux utilisateurs de troisième " +"niveau d'accéder au réseau de manière sûre" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" -"**Portefeuilles décentralisés DashPay** : ces portefeuilles sont des " -"clients légers connectés au réseau à travers la DAPI, et qui tournent sur" -" différentes plateformes" +"**Portefeuilles décentralisés DashPay** : ces portefeuilles sont des clients" +" légers connectés au réseau à travers la DAPI, et qui tournent sur " +"différentes plateformes" #: ../../docs/user/introduction/features.rst:675 msgid "" @@ -1768,35 +1719,34 @@ msgid "" "**Budgets:** The second tier is given voting power to allocate funds for " "specific projects on the network via the budget system" msgstr "" -"**Budgets** : le réseau de second niveau a un droit de vote pour allouer " -"des fonds à des projets spécifiques, à travers le système budgétaire " -"intégré au réseau" +"**Budgets** : le réseau de second niveau a un droit de vote pour allouer des" +" fonds à des projets spécifiques, à travers le système budgétaire intégré au" +" réseau" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" -"**Gouvernance** : le réseau de second niveau a un droit de vote pour " -"diriger ou réorienter l'évolution de la monnaie" +"**Gouvernance** : le réseau de second niveau a un droit de vote pour diriger" +" ou réorienter l'évolution de la monnaie" #: ../../docs/user/introduction/features.rst:681 msgid "" "**Deterministic Masternode Lists:** This feature introduces an on-chain " "masternode list, which can be used to calculate past and present quorums" msgstr "" -"**Listes de masternodes déterministes** : cette fonctionnalité introduit " -"une liste de masternode sur chaîne, qui peut être utilisée pour calculer " -"les quorums passés et présents" +"**Listes de masternodes déterministes** : cette fonctionnalité introduit une" +" liste de masternode sur chaîne, qui peut être utilisée pour calculer les " +"quorums passés et présents" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" -"**Portefeuille social** : ce portefeuille permet de créer des listes " -"d'amis, de regrouper des utilisateurs et de créer des comptes partagés " -"multi-signés" +"**Portefeuille social** : ce portefeuille permet de créer des listes d'amis," +" de regrouper des utilisateurs et de créer des comptes partagés multi-signés" #: ../../docs/user/introduction/features.rst:688 msgid "Evolution Previews" @@ -1807,25 +1757,24 @@ msgid "" "**Dash Dapps - Demoing Community Development on environment**, 17 August " "2020" msgstr "" -"**Dash Dapps - Demoing Community Development on environment**, 17 août " -"2020" +"**Dash Dapps - Demoing Community Development on environment**, 17 août 2020" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" -"Les vidéos ci-dessous montrent Evan Duffield, le fondateur de Dash, et " -"Chuck Williams, le responsable développement de l'interface, décrire le " -"processus de programmation et les fonctionnalités futures de la " -"plateforme Dash Evolution." +"Les vidéos ci-dessous montrent Evan Duffield, le fondateur de Dash, et Chuck" +" Williams, le responsable développement de l'interface, décrire le processus" +" de programmation et les fonctionnalités futures de la plateforme Dash " +"Evolution." #: ../../docs/user/introduction/features.rst:704 msgid "**Evolution Demo #1 - The First Dash DAP**, 16 March 2018" msgstr "" -"**Evolution Demo #1 - la première application décentralisée Dash**, 16 " -"mars 2018" +"**Evolution Demo #1 - la première application décentralisée Dash**, 16 mars " +"2018" #: ../../docs/user/introduction/features.rst:712 msgid "**Evolution Demo #2 - Mobile Evolution**, 25 April 2018" @@ -1833,43 +1782,19 @@ msgstr "**Evolution Demo #2 - Evolution sur mobilr**, 25 avril 2018" #: ../../docs/user/introduction/features.rst:720 msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" -msgstr "**Evolution Demo #3 - l'expérience utilisateur sur Dashpay**, 15 mai 2018" +msgstr "" +"**Evolution Demo #3 - l'expérience utilisateur sur Dashpay**, 15 mai 2018" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" "**Chuck Williams à propos d'Evolution**, conférence Dash de Londres, 14 " "septembre 2017" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" -"**Evan Duffield à propos de la feuille de route d'Evolution**, Dash Force" -" News, 28 juin 2017" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - +"**Evan Duffield à propos de la feuille de route d'Evolution**, Dash Force " +"News, 28 juin 2017" diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po index f2d7a95d7..af870f3c1 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/information.po b/locale/fr/LC_MESSAGES/docs/user/introduction/information.po index ce6abdd2d..4d3be5133 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/information.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -"Glossaire et collection de liens vers d'autres éléments du réseau Dash et" -" de son écosystème" +"Glossaire et collection de liens vers d'autres éléments du réseau Dash et de" +" son écosystème" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -58,14 +57,12 @@ msgid "**User documentation:** https://docs.dash.org" msgstr "**Documentation utilisateur :** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 -#, fuzzy msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "**Documentation utilisateur :** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:22 -#, fuzzy msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "**Documentation utilisateur :** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" @@ -81,7 +78,8 @@ msgstr "**Feuille de route :** https://www.dash.org/fr/feuille-de-route" #: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" -msgstr "**DIP (Dash Improvement Proposals) :** https://github.com/dashpay/dips" +msgstr "" +"**DIP (Dash Improvement Proposals) :** https://github.com/dashpay/dips" #: ../../docs/user/introduction/information.rst:29 msgid "Community sites" @@ -123,7 +121,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "**Forum Dash** : https://www.dash.org/forum/" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" "**File de discussion BitcoinTalk :** " "https://bitcointalk.org/index.php?topic=421615.0" @@ -163,10 +162,10 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "**Dash en Español Telegram :** https://t.me/dashpayES" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -"**Ambassade Dash D-A-CH sur Deutsch Telegram:** " -"https://t.me/dashembassydach" +"**Ambassade Dash D-A-CH sur Deutsch Telegram:** https://t.me/dashembassydach" #: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" @@ -270,7 +269,8 @@ msgstr "**En anglais (officiel) :** https://www.facebook.com/DashPay" #: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" -msgstr "**Actualités Dash en espagnol :** https://www.facebook.com/DashNewsEspanol" +msgstr "" +"**Actualités Dash en espagnol :** https://www.facebook.com/DashNewsEspanol" #: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" @@ -317,11 +317,10 @@ msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**compte Dash officiel :** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:103 -#, fuzzy msgid "" "**Samuel Westrich, CTO of Dash Core Group:** " "https://twitter.com/SamWestrich/" -msgstr "**Ryan Taylor, directeur de Dash Core :** https://twitter.com/RTaylor05" +msgstr "" #: ../../docs/user/introduction/information.rst:104 msgid "" @@ -361,8 +360,8 @@ msgstr "**Dash News :** https://dashnews.org" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" "**Actualités Dash en espagnol (YouTube) :** " "https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" @@ -382,8 +381,8 @@ msgstr "**巴比特 (8BTC) :** https://www.8btc.com/p/dash" #: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" msgstr "" -"**Actualités Dash en Chine (Wechat) :** dashnews (ou scannez le code QR " -"ci-dessous)" +"**Actualités Dash en Chine (Wechat) :** dashnews (ou scannez le code QR ci-" +"dessous)" #: ../../docs/user/introduction/information.rst:126 msgid "Blogs" @@ -419,15 +418,17 @@ msgstr "**Forum Bitcoin.com :** https://forum.bitcoin.com/dash-f67" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" -"**Page Crypto-city.com :** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Page Crypto-city.com :** https://www.crypto-city.com/index.php/dash-dash-" +"coin" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" -msgstr "**Forum Bitco.in :** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgstr "" +"**Forum Bitco.in :** https://bitco.in/forum/threads/dash-digitalcash.891" #: ../../docs/user/introduction/information.rst:147 msgid "Tools" @@ -466,9 +467,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashnews.org" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -539,9 +539,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "https://bitinfocharts.com/dash/" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.oklink.com/dash" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -565,12 +564,10 @@ msgstr "**Dash (miroir du site principal) :** http://dashorg64cjvj4s3.onion" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -"**Le wiki caché :** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**Le wiki caché :** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" #: ../../docs/user/introduction/information.rst:207 @@ -626,8 +623,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" -msgstr "**Edge :** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgstr "" +"**Edge :** https://play.google.com/store/apps/details?id=co.edgesecure.app" #: ../../docs/user/introduction/information.rst:229 msgid "" @@ -654,8 +653,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -msgstr "**Abra :** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgstr "" +"**Abra :** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" @@ -683,16 +684,16 @@ msgstr "Attaque 51%" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" "Situation dans laquelle plus de la moitié de la puissance de calcul d'un " "réseau cryptomonétaire est contrôlée par un seul mineur ou groupe de " -"mineurs. Cette puissance de calcul les rend en théorie maîtres du réseau." -" Cela signifie que chaque client sur le réseau approuve le bloc de " +"mineurs. Cette puissance de calcul les rend en théorie maîtres du réseau. " +"Cela signifie que chaque client sur le réseau approuve le bloc de " "transactions calculé par l'attaquant." #: ../../docs/user/introduction/information.rst:251 @@ -704,14 +705,14 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" "Une adresse Dash sert à :ref:`envoyer ou recevoir un paiement ` sur le réseau Dash. Elle est constituée d'une chaîne de " -"caractères alphanumériques, mais peut aussi être représentée par un code " -"QR scannable. Une adresse Dash est aussi la clé publique d'une paire de " -"clés utilisée par les détenteurs de dashs pour signer numériquement les " +"caractères alphanumériques, mais peut aussi être représentée par un code QR " +"scannable. Une adresse Dash est aussi la clé publique d'une paire de clés " +"utilisée par les détenteurs de dashs pour signer numériquement les " "transactions (voir Clé publique)." #: ../../docs/user/introduction/information.rst:258 @@ -721,9 +722,9 @@ msgstr "Algorithme" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" "En mathématiques et informatique, un `algorithme " "`_ est une série autonome " @@ -741,8 +742,8 @@ msgid "" "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" "Bitcoin est historiquement la première cryptomonnaie et a la plus grande " -"capitalisation, il est donc considéré comme une référence. Une altcoin, " -"ou cryptomonnaie alternative, est toute cryptomonnaie autre que Bitcoin." +"capitalisation, il est donc considéré comme une référence. Une altcoin, ou " +"cryptomonnaie alternative, est toute cryptomonnaie autre que Bitcoin." #: ../../docs/user/introduction/information.rst:269 msgid "AML" @@ -751,15 +752,15 @@ msgstr "AML" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" "Les mécanismes AML (Anti-Money Laundering, anti-blanchiment d'argent) " -"servent à empêcher les gens de faire passer des fonds perçus illégalement" -" pour des fonds gagnés légalement. Les mécanismes AML peuvent être de " -"nature juridique ou technique. Les régulateurs imposent couramment les " -"mécanismes AML aux plateformes de change Dash." +"servent à empêcher les gens de faire passer des fonds perçus illégalement " +"pour des fonds gagnés légalement. Les mécanismes AML peuvent être de nature " +"juridique ou technique. Les régulateurs imposent couramment les mécanismes " +"AML aux plateformes de change Dash." #: ../../docs/user/introduction/information.rst:275 msgid "API" @@ -768,28 +769,27 @@ msgstr "API" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" -"En programmation informatique, une `application programming interface " -"(API) `_" -" est une série de procédures, de protocoles et d'outils servant à bâtir " -"des logiciels et des applications." +"En programmation informatique, une `application programming interface (API) " +"`_ est une " +"série de procédures, de protocoles et d'outils servant à bâtir des logiciels" +" et des applications." #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" "Une API constitue l'expression d'un composant logiciel en termes " "d'opérations, entrées, sorties et types sous-jacents, définissant des " -"fonctionnalités indépendantes de leurs implémentations respectives, ce " -"qui autorise les définitions et implémentations à varier sans impacter " +"fonctionnalités indépendantes de leurs implémentations respectives, ce qui " +"autorise les définitions et implémentations à varier sans impacter " "l'interface. Une bonne API rend plus simple de concevoir un programme en " "fournissant tous les blocs de base, qui sont ensuite assemblés par le " "programmeur." @@ -800,11 +800,10 @@ msgstr "ASIC" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" "Un ASIC (application-specific integrated circuit) est un circuit intégré " "spécialisé dans un usage particulier, plutôt que conçu pour des tâches " @@ -819,15 +818,15 @@ msgstr "ATM / BTM (distributeur de cryptomonnaie)" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" "Un distributeur Dash (ATM) est une machine physique qui permet au client " "d'acheter des dashs avec de l'argent liquide. Il existe beaucoup de " -"fabricants, et certains permettent aux utilisateurs de vendre leurs dashs" -" contre de l'argent liquide. Ils sont aussi parfois appelés \"BTM\" ou " -"\"AVMS Dash\". Dash est proposé par plusieurs :ref:`ATM `." +"fabricants, et certains permettent aux utilisateurs de vendre leurs dashs " +"contre de l'argent liquide. Ils sont aussi parfois appelés \"BTM\" ou \"AVMS" +" Dash\". Dash est proposé par plusieurs :ref:`ATM `." #: ../../docs/user/introduction/information.rst:302 msgid "Backlog" @@ -835,8 +834,8 @@ msgstr "Arriéré" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" "Un arriéré désigne généralement une accumulation de travail en attente " "d'être exécuté, ou de commandes à traiter." @@ -847,22 +846,22 @@ msgstr "Sauvegarde" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" "Il s'agit du fait de créer des copies d'un fichier informatique, pour " "assurer son intégrité en cas de perte, vol ou dégâts. Dash permet aux " -"utilisateurs de :ref:`faire des copies de sauvegarde ` " -"de leurs portefeuilles numériques. Cela les protège contre la perte de " -"fonds, dans l'hypothèse d'un crash d'ordinateur ou de la perte d'un " -"appareil mobile. C'est en quelque sorte l'équivalent de ce que serait la " -"sauvegarde de l'argent liquide dans un portefeuille : si vous le perdez, " -"vous pouvez retrouver vos fonds." +"utilisateurs de :ref:`faire des copies de sauvegarde ` de " +"leurs portefeuilles numériques. Cela les protège contre la perte de fonds, " +"dans l'hypothèse d'un crash d'ordinateur ou de la perte d'un appareil " +"mobile. C'est en quelque sorte l'équivalent de ce que serait la sauvegarde " +"de l'argent liquide dans un portefeuille : si vous le perdez, vous pouvez " +"retrouver vos fonds." #: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" @@ -871,11 +870,11 @@ msgstr "Bitcoin 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -"Ce terme désigne la nouvelle génération des projets Bitcoin, nés d'un " -"fork de Bitcoin et améliorant leur code (contrats intelligents, vote " +"Ce terme désigne la nouvelle génération des projets Bitcoin, nés d'un fork " +"de Bitcoin et améliorant leur code (contrats intelligents, vote " "décentralisé...)." #: ../../docs/user/introduction/information.rst:321 @@ -884,25 +883,24 @@ msgstr "Blockchain" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" "Une `blockchain `_ (chaîne de " "blocs) est une base de données distribuée qui agrège une liste " "d'enregistrements en augmentation constante, en rendant impossible leur " "modification ou leur contrefaçon. Elle consiste en blocs structurés de " "données — uniquement des données dans les premières blockchains, mais " -"désormais également des programmes dans les implémentations plus " -"récentes. Chaque bloc comporte des lots de transactions individuelles et " -"les résultats des éventuels exécutables de la blockchain. Chaque bloc " -"contient aussi un horodatage et des informations le liant au bloc " -"précédent." +"désormais également des programmes dans les implémentations plus récentes. " +"Chaque bloc comporte des lots de transactions individuelles et les résultats" +" des éventuels exécutables de la blockchain. Chaque bloc contient aussi un " +"horodatage et des informations le liant au bloc précédent." #: ../../docs/user/introduction/information.rst:332 msgid "Blocks" @@ -913,16 +911,16 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" "Les transactions sur la blockchain sont organisées en \"`blocs " "`_\" qui enregistrent et " -"confirment la date et l'ordre d'entrée des transactions inscrites. Les " -"blocs sont créés par des utilisateurs appelés \"mineurs\" qui utilisent " -"des logiciels et du matériel spécialisés, conçus spécifiquement pour " -"créer des blocs." +"confirment la date et l'ordre d'entrée des transactions inscrites. Les blocs" +" sont créés par des utilisateurs appelés \"mineurs\" qui utilisent des " +"logiciels et du matériel spécialisés, conçus spécifiquement pour créer des " +"blocs." #: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" @@ -931,19 +929,19 @@ msgstr "ChainLock" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" "Définie par la `DIP8 " -"`__, ChainLock " -"est une méthode d'utilisation d'un LLMQ pour signer par seuil un bloc " -"immédiatement après sa diffusion par le mineur, afin de mettre en œuvre " -"la règle du \"premier vu\". Il s'agit d'une méthode d'une très grande " -"efficacité pour contrer les attaques de minage 51%, associées aux doubles" -" dépenses." +"`__, ChainLock est " +"une méthode d'utilisation d'un LLMQ pour signer par seuil un bloc " +"immédiatement après sa diffusion par le mineur, afin de mettre en œuvre la " +"règle du \"premier vu\". Il s'agit d'une méthode d'une très grande " +"efficacité pour contrer les attaques de minage 51%, associées aux doubles " +"dépenses." #: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" @@ -951,23 +949,23 @@ msgstr "Portefeuille dans le nuage" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." -msgstr "" -"Il s'agit de tierces parties qui stockeront vos dashs pour vous sur leurs" -" serveurs, de telle manière que vous pourrez accéder à vos fonds depuis " -"n'importe quel appareil connecté à Internet. Si leur site web est piraté " -"ou leurs serveurs endommagés, vous courez le risque de perdre vos dashs. " -"Tout portefeuille en ligne devrait être sécurisé par des phrases de passe" -" fortes et une double authentification (2FA). Vous ne pouvez pas faire de" -" sauvegardes de votre portefeuille en ligne, car vous n'avez pas accès à " -"ses clés privées. Il n'est pas recommandé de stocker des fonds importants" -" dans les portefeuilles en ligne." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." +msgstr "" +"Il s'agit de tierces parties qui stockeront vos dashs pour vous sur leurs " +"serveurs, de telle manière que vous pourrez accéder à vos fonds depuis " +"n'importe quel appareil connecté à Internet. Si leur site web est piraté ou " +"leurs serveurs endommagés, vous courez le risque de perdre vos dashs. Tout " +"portefeuille en ligne devrait être sécurisé par des phrases de passe fortes " +"et une double authentification (2FA). Vous ne pouvez pas faire de " +"sauvegardes de votre portefeuille en ligne, car vous n'avez pas accès à ses " +"clés privées. Il n'est pas recommandé de stocker des fonds importants dans " +"les portefeuilles en ligne." #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" @@ -975,14 +973,13 @@ msgstr "Transaction coinbase" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" -"La première transaction d'un bloc. Elle est toujours créée par un mineur " -"et comporte une seule entrée, qui constitue la récompense de bloc. Celle-" -"ci est partagée entre le mineur et un masternode choisi de manière " -"déterministe." +"La première transaction d'un bloc. Elle est toujours créée par un mineur et " +"comporte une seule entrée, qui constitue la récompense de bloc. Celle-ci est" +" partagée entre le mineur et un masternode choisi de manière déterministe." #: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" @@ -992,14 +989,14 @@ msgstr "Chambre froide" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" "La chambre froide (cold storage) est une méthode de génération et de " "stockage entièrement hors ligne des clés privées. On peut utiliser un " -"ordinateur portable ou de bureau déconnecté de l'Internet, un " -"portefeuille matériel dédié, une clé USB ou un :ref:`portefeuille papier " -"`." +"ordinateur portable ou de bureau déconnecté de l'Internet, un portefeuille " +"matériel dédié, une clé USB ou un :ref:`portefeuille papier `." #: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" @@ -1007,14 +1004,14 @@ msgstr "Transaction confirmée" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" -"Quand une transaction Dash est faite, un mineur doit vérifier qu'elle est" -" valide. Quand les entrées et sorties sont vérifiées, la transaction est " +"Quand une transaction Dash est faite, un mineur doit vérifier qu'elle est " +"valide. Quand les entrées et sorties sont vérifiées, la transaction est " "incluse dans un bloc, sur la blockchain. La transaction peut alors être " "considérée achevée et irréversible. Le nombre de confirmations croît à " "mesure que de nouveaux blocs sont ajoutés à la blockchain." @@ -1024,30 +1021,28 @@ msgid "Confirmation Number" msgstr "Nombre de confirmations" #: ../../docs/user/introduction/information.rst:377 -#, fuzzy msgid "confirmations" -msgstr "Zéro confirmation" +msgstr "" #: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" "Le nombre de confirmations pour une transaction Dash donnée. Zéro " -"confirmation signifie que la **transaction n'est pas confirmée**. Une " -"seule confirmation signifie que la transaction est incluse dans le plus " -"récent bloc de la blockchain. Deux confirmations signifient que la " -"transaction est incluse dans deux blocs, trois confirmations dans trois " -"blocs, et ainsi de suite. La probabilité qu'une transaction soit inversée" -" (double dépense) diminue exponentiellement avec chaque bloc et chaque " -"confirmation. Six confirmations sont en général considérées comme " -"\"sûres\" et irréversibles." +"confirmation signifie que la **transaction n'est pas confirmée**. Une seule " +"confirmation signifie que la transaction est incluse dans le plus récent " +"bloc de la blockchain. Deux confirmations signifient que la transaction est " +"incluse dans deux blocs, trois confirmations dans trois blocs, et ainsi de " +"suite. La probabilité qu'une transaction soit inversée (double dépense) " +"diminue exponentiellement avec chaque bloc et chaque confirmation. Six " +"confirmations sont en général considérées comme \"sûres\" et irréversibles." #: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" @@ -1056,9 +1051,9 @@ msgstr "Transactions confirmées" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" "Ce sont les transactions traitées par les mineurs et considérées comme " "irréversibles, en général après six confirmations. Dans le cas " @@ -1073,26 +1068,26 @@ msgstr "Processeur (CPU)" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" "Un `processeur (CPU) `_ est le " -"circuit électronique d'un ordinateur qui se charge des instructions " -"données par un programme, en accomplissant les opérations basiques " -"arithmétiques, logiques, de contrôle et d'entrée-sortie (I/O) spécifiées " -"par ces instructions. Le terme est en usage en informatique au moins " -"depuis le début des années 60. Traditionnellement, le mot \"CPU\" fait " -"référence à un processeur et plus particulièrement à son unité processeur" -" et de contrôle (CU), dans une distinction entre ces éléments de base " -"d'un ordinateur et des éléments externes tels que la mémoire principale " -"et les circuits d'entrée-sortie." +"circuit électronique d'un ordinateur qui se charge des instructions données " +"par un programme, en accomplissant les opérations basiques arithmétiques, " +"logiques, de contrôle et d'entrée-sortie (I/O) spécifiées par ces " +"instructions. Le terme est en usage en informatique au moins depuis le début" +" des années 60. Traditionnellement, le mot \"CPU\" fait référence à un " +"processeur et plus particulièrement à son unité processeur et de contrôle " +"(CU), dans une distinction entre ces éléments de base d'un ordinateur et des" +" éléments externes tels que la mémoire principale et les circuits d'entrée-" +"sortie." #: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" @@ -1102,13 +1097,13 @@ msgstr "Cryptomonnaie" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" "Une `cryptomonnaie `_ (ou " "cryptodevise, ou cryptoactif) est un moyen d'échange basé sur la " -"cryptographie afin de sécuriser les transactions et de contrôler la " -"création de nouvelles unités." +"cryptographie afin de sécuriser les transactions et de contrôler la création" +" de nouvelles unités." #: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" @@ -1118,47 +1113,46 @@ msgstr "Cryptographie" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" "La cryptographie ou cryptologie (du grec κρυπτός *kryptós*, \"caché, " "secret\", et γράφειν *graphein*, \"écriture\", or -λογία *-logia*, " "\"raison\", respectivement) est la pratique et l'étude de techniques de " "communication sécurisée en la présence de tierces parties nommées " "adversaires. Plus généralement, la cryptographie se consacre à bâtir et " -"analyser des protocoles qui empêchent les tierces parties ou le public de" -" lire des messages confidentiels ; certains aspects de la sécurité " +"analyser des protocoles qui empêchent les tierces parties ou le public de " +"lire des messages confidentiels ; certains aspects de la sécurité " "informatique, telles que la confidentialité des données, leur intégrité, " "leur authenticité et leur non-répudiation, sont centraux dans la " "cryptographie moderne. Cette dernière est à l'intersection des " "mathématiques, de l'informatique et de l'ingénierie électronique. Les " -"applications de la cryptographie incluent par exemple les cartes " -"bancaires, les mots de passe informatiques et le commerce électronique." +"applications de la cryptographie incluent par exemple les cartes bancaires, " +"les mots de passe informatiques et le commerce électronique." #: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -1170,9 +1164,8 @@ msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -"Protocole d'application décentralisé (Decentralized Application " -"Protocol). Ce terme décrit une application tournant sur la plateforme " -"Dash DAPI." +"Protocole d'application décentralisé (Decentralized Application Protocol). " +"Ce terme décrit une application tournant sur la plateforme Dash DAPI." #: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" @@ -1180,8 +1173,8 @@ msgstr "Client DAP" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" "Client HTTP qui se connecte à la DAPI et permet aux utilisateurs de la " "blockchain Dash de lire et d'écrire des données sur leur espace DAP." @@ -1192,12 +1185,11 @@ msgstr "Schème DAP" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" -"Document sur le schème Dash améliorant le schème du système Dash, en vue " -"de définir les données et les règles de consensus au sein d'un contrat " -"DAP." +"Document sur le schème Dash améliorant le schème du système Dash, en vue de " +"définir les données et les règles de consensus au sein d'un contrat DAP." #: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" @@ -1205,12 +1197,12 @@ msgstr "Espace DAP" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" "Partie d'un état DAP qui est la propriété d'un utilisateur donné de la " -"blockchain. Les données d'un espace DAP ne peuvent être modifiées que par" -" leur propriétaire." +"blockchain. Les données d'un espace DAP ne peuvent être modifiées que par " +"leur propriétaire." #: ../../docs/user/introduction/information.rst:452 msgid "DAP State" @@ -1221,8 +1213,8 @@ msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -"Jeu complet de données stockées dans une DAP. Ces données sont " -"constituées d'espaces DAP utilisateur." +"Jeu complet de données stockées dans une DAP. Ces données sont constituées " +"d'espaces DAP utilisateur." #: ../../docs/user/introduction/information.rst:456 msgid "DAPI" @@ -1230,15 +1222,14 @@ msgstr "DAPI" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" "Interface de programmation d'application décentralisée (Decentralized " -"Application Programming Interface). Voir ci-dessus la définition d'API. " -"La DAPI aura les mêmes fonctionnalités, mais avec des quorums de " -"masternodes agissant comme interlocuteurs dans la communication API." +"Application Programming Interface). Voir ci-dessus la définition d'API. La " +"DAPI aura les mêmes fonctionnalités, mais avec des quorums de masternodes " +"agissant comme interlocuteurs dans la communication API." #: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" @@ -1246,20 +1237,19 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" ":ref:`Dark Gravity Wave (DGW) ` est conceptuellement " -"analogue à Kimoto Gravity Well, par son ajustement de la difficulté à " -"chaque bloc (au lieu de tous les 2016 blocs dans Bitcoin), en se basant " -"sur les données statistiques des blocs les plus récemment trouvés. Cela " -"permet de forger des blocs à des fréquences assez régulières même si la " -"puissance de hachage fluctue beaucoup, et ce sans être menacé par la " -"faille “time-warp\"." +"analogue à Kimoto Gravity Well, par son ajustement de la difficulté à chaque" +" bloc (au lieu de tous les 2016 blocs dans Bitcoin), en se basant sur les " +"données statistiques des blocs les plus récemment trouvés. Cela permet de " +"forger des blocs à des fréquences assez régulières même si la puissance de " +"hachage fluctue beaucoup, et ce sans être menacé par la faille “time-warp\"." #: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" @@ -1279,14 +1269,13 @@ msgstr "Dash" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1295,13 +1284,13 @@ msgstr "DashDrive" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" "Service backend de stockage de données réseau Dash, utilisé par les " -"masternodes pour des données hors chaîne relatives à Evolution. DashDrive" -" implémente `IPFS `_, un type de système distribué de " +"masternodes pour des données hors chaîne relatives à Evolution. DashDrive " +"implémente `IPFS `_, un type de système distribué de " "stockage de fichiers." #: ../../docs/user/introduction/information.rst:489 @@ -1310,15 +1299,15 @@ msgstr "Client Dash" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" -"Les clients Dash sont des logiciels utilisés pour accéder au réseau Dash." -" Ils conservent les clés privées nécessaires pour faire des transactions " +"Les clients Dash sont des logiciels utilisés pour accéder au réseau Dash. " +"Ils conservent les clés privées nécessaires pour faire des transactions " "Dash, ainsi qu'une copie de la blockchain entière. Un client Dash se " "connecte au réseau Dash et devient un nœud du réseau. Un nœud partage et " "propage les nouvelles transactions au reste du réseau, créant ainsi une " @@ -1330,18 +1319,17 @@ msgstr "Portefeuille logiciel Dash Core" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" "Le :ref:`portefeuille officiel Dash Core ` (également " "connu sous le nom de portefeuille QT) est le portefeuille Dash officiel, " "compilé par l'équipe Dash Core, et permettant les fonctionnalités " -"InstantSend et CoinJoin. Le portefeuille Dash Core télécharge entièrement" -" la blockchain et la fournit sur Internet à tous les pairs qui la " -"demandent." +"InstantSend et CoinJoin. Le portefeuille Dash Core télécharge entièrement la" +" blockchain et la fournit sur Internet à tous les pairs qui la demandent." #: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" @@ -1350,12 +1338,12 @@ msgstr "Dash Evolution" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" "Il s'agit d'un réseau de troisième niveau, actuellement élaboré par les " -"développeurs Dash. Il rendra l'utilisation de Dash aussi simple que celle" -" de PayPal, tout en préservant sa décentralisation. Voir la page " +"développeurs Dash. Il rendra l'utilisation de Dash aussi simple que celle de" +" PayPal, tout en préservant sa décentralisation. Voir la page " ":ref:`Evolution ` pour en savoir plus." #: ../../docs/user/introduction/information.rst:510 @@ -1364,11 +1352,11 @@ msgstr "Schème Dash" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" -"Spécification de langage basée sur JSON, définissant et validant les " -"données de consensus dans Evolution." +"Spécification de langage basée sur JSON, définissant et validant les données" +" de consensus dans Evolution." #: ../../docs/user/introduction/information.rst:514 msgid "DDoS" @@ -1376,20 +1364,20 @@ msgstr "Attaque de déni de service (DDoS)" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" "Une attaque distribuée de déni de service utilise un grand nombre " -"d'ordinateurs, sous le contrôle d'un attaquant, pour épuiser les " -"ressources d'une cible centrale. Ils envoient le plus souvent de petites " -"quantités de trafic Internet pour paralyser les ressources de calcul et " -"la bande passante de la cible, ce qui l'empêche de fournir ses services à" -" ses utilisateurs légitimes. Des plateformes de change proposant Dash ont" -" parfois été la cible d'attaques DDoS." +"d'ordinateurs, sous le contrôle d'un attaquant, pour épuiser les ressources " +"d'une cible centrale. Ils envoient le plus souvent de petites quantités de " +"trafic Internet pour paralyser les ressources de calcul et la bande passante" +" de la cible, ce qui l'empêche de fournir ses services à ses utilisateurs " +"légitimes. Des plateformes de change proposant Dash ont parfois été la cible" +" d'attaques DDoS." #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" @@ -1398,38 +1386,37 @@ msgstr "Décentralisé" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" "`L'informatique décentralisée " -"`_ consiste à " -"allouer les ressources, aussi bien matérielles que logicielles, à chaque " -"station de travail individuelle ou site professionnel. Par contraste, on " -"parle d'informatique centralisée quand la majorité des fonctions sont " -"assurées par ou obtenues depuis un lieu centralisé distant. " -"L'informatique décentralisée est une tendance forte dans les " -"environnements de travail modernes. Elle s'oppose à l'informatique " -"centralisée dominante aux débuts de l'informatique. Un système " -"informatique décentralisé a beaucoup d'avantages par rapport à un réseau " -"centralisé traditionnel. Les ordinateurs de bureau ont fait de tels " -"progrès que leurs performances potentielles excèdent de loin les besoins " -"de la plupart des applications professionnelles. En conséquence, la " -"plupart des ordinateurs de bureau sont inactifs la majeure partie du " -"temps. Un système décentralisé peut mettre à profit le potentiel de ces " -"systèmes pour optimiser leur efficacité. Toutefois, l'augmentation de " -"l'efficacité globale est sujette à débat." +"`_ consiste à allouer" +" les ressources, aussi bien matérielles que logicielles, à chaque station de" +" travail individuelle ou site professionnel. Par contraste, on parle " +"d'informatique centralisée quand la majorité des fonctions sont assurées par" +" ou obtenues depuis un lieu centralisé distant. L'informatique décentralisée" +" est une tendance forte dans les environnements de travail modernes. Elle " +"s'oppose à l'informatique centralisée dominante aux débuts de " +"l'informatique. Un système informatique décentralisé a beaucoup d'avantages " +"par rapport à un réseau centralisé traditionnel. Les ordinateurs de bureau " +"ont fait de tels progrès que leurs performances potentielles excèdent de " +"loin les besoins de la plupart des applications professionnelles. En " +"conséquence, la plupart des ordinateurs de bureau sont inactifs la majeure " +"partie du temps. Un système décentralisé peut mettre à profit le potentiel " +"de ces systèmes pour optimiser leur efficacité. Toutefois, l'augmentation de" +" l'efficacité globale est sujette à débat." #: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" @@ -1438,16 +1425,16 @@ msgstr "Portefeuille logiciel" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" -"Un portefeuille est un logiciel qui stocke vos dashs. Il en existe " -"beaucoup, mais il est important d'en choisir un sûr. Nous recommandons " -"les portefeuilles suivants : :ref:`portefeuille officiel Dash Core ` / :ref:`portefeuille Dash Electrum ` " -"/ :ref:`portefeuilles matériels `" +"Un portefeuille est un logiciel qui stocke vos dashs. Il en existe beaucoup," +" mais il est important d'en choisir un sûr. Nous recommandons les " +"portefeuilles suivants : :ref:`portefeuille officiel Dash Core ` / :ref:`portefeuille Dash Electrum ` / " +":ref:`portefeuilles matériels `" #: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" @@ -1457,22 +1444,21 @@ msgstr "Difficulté" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" "Ce nombre détermine la difficulté de produire un hachage pour un nouveau " -"bloc. Il est lié au nombre maximum autorisé dans la partie numérique " -"donnée du hash de bloc d'une transaction. Plus ce nombre est petit, plus " -"il est difficile de produire un hachage correspondant. La difficulté " -"varie selon la quantité de puissance de calcul utilisée par les mineurs " -"sur le réseau Dash. Si beaucoup de mineurs abandonnent un réseau, la " -"difficulté diminuera. La popularité croissante de Dash et la " -"disponibilité de mineurs ASIC spécialisés ont fait croître la difficulté " -"avec le temps." +"bloc. Il est lié au nombre maximum autorisé dans la partie numérique donnée " +"du hash de bloc d'une transaction. Plus ce nombre est petit, plus il est " +"difficile de produire un hachage correspondant. La difficulté varie selon la" +" quantité de puissance de calcul utilisée par les mineurs sur le réseau " +"Dash. Si beaucoup de mineurs abandonnent un réseau, la difficulté diminuera." +" La popularité croissante de Dash et la disponibilité de mineurs ASIC " +"spécialisés ont fait croître la difficulté avec le temps." #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" @@ -1486,19 +1472,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" -"Un portefeuille numérique est analogue à un portefeuille physique, sauf " -"en ceci qu'il contient de la **monnaie numérique**. Un portefeuille Dash " -"contient vos clés privées, qui vous permettent de dépenser vos dashs. " -"Vous pouvez également faire des copies de sauvegarde de votre " -"portefeuille pour vous assurer de ne jamais perdre l'accès à vos fonds. " -"Les portefeuilles numériques existent sous différentes formes et sur de " -"nombreux appareils :" +"Un portefeuille numérique est analogue à un portefeuille physique, sauf en " +"ceci qu'il contient de la **monnaie numérique**. Un portefeuille Dash " +"contient vos clés privées, qui vous permettent de dépenser vos dashs. Vous " +"pouvez également faire des copies de sauvegarde de votre portefeuille pour " +"vous assurer de ne jamais perdre l'accès à vos fonds. Les portefeuilles " +"numériques existent sous différentes formes et sur de nombreux appareils :" #: ../../docs/user/introduction/information.rst:569 msgid "" @@ -1509,107 +1494,105 @@ msgid "" "copies of your wallet files to ensure that you don't lose access to your " "funds." msgstr "" -"**Portefeuille logiciel de bureau** (:ref:`portefeuille Dash Electrum " -"`, :ref:`portefeuille officiel Dash Core `) : des portefeuilles logiciels que vous pouvez installer " -"sur un ordinateur de bureau ou portable. Vous êtes le seul responsable de" -" la protection de votre fichier portefeuille et des clés privées qu'il " -"contient. Faites des copies de sauvegarde de vos fichiers portefeuille " -"pour vous assurer de ne pas perdre l'accès à vos fonds." +"**Portefeuille logiciel de bureau** (:ref:`portefeuille Dash Electrum `, :ref:`portefeuille officiel Dash Core `) : des portefeuilles logiciels que vous pouvez installer sur un " +"ordinateur de bureau ou portable. Vous êtes le seul responsable de la " +"protection de votre fichier portefeuille et des clés privées qu'il contient." +" Faites des copies de sauvegarde de vos fichiers portefeuille pour vous " +"assurer de ne pas perdre l'accès à vos fonds." #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" "**Portefeuille logiciel mobile** (:ref:`Android `, " -":ref:`iOS `) : ces portefeuilles peuvent être " -"téléchargés à travers les boutiques Google Play ou l'App Store d'Apple. " -"Les portefeuilles mobiles vous permettent d'utiliser Dash en déplacement," -" en scannant un code QR pour envoyer un paiement. Veuillez faire des " -"copies de sauvegarde des fichiers de votre portefeuille mobile, pour vous" -" assurer de ne pas perdre l'accès à vos fonds. En raison de certains " -"problèmes de sécurité des téléphones mobiles, il est recommandé de ne pas" -" stocker de larges sommes sur ces portefeuilles." +":ref:`iOS `) : ces portefeuilles peuvent être téléchargés à" +" travers les boutiques Google Play ou l'App Store d'Apple. Les portefeuilles" +" mobiles vous permettent d'utiliser Dash en déplacement, en scannant un code" +" QR pour envoyer un paiement. Veuillez faire des copies de sauvegarde des " +"fichiers de votre portefeuille mobile, pour vous assurer de ne pas perdre " +"l'accès à vos fonds. En raison de certains problèmes de sécurité des " +"téléphones mobiles, il est recommandé de ne pas stocker de larges sommes sur" +" ces portefeuilles." #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." -msgstr "" -"**Portefeuille en ligne, dans le nuage, sur le web** (:ref:`Exodus " -"`, :ref:`MyDashWallet `) : il s'agit de" -" tierces parties qui stockent vos dashs pour vous sur leurs serveurs, ou " -"bien qui vous fournissent une interface pour accéder à vos dashs quand " -"vous leur fournissez vos clés, de telle manière que vous pouvez accéder à" -" vos fonds depuis n'importe quel appareil connecté à Internet. Si leur " -"site web est piraté ou leurs serveurs endommagés, vous courez le risque " -"de perdre vos dashs. Tout portefeuille en ligne devrait être sécurisé par" -" des phrases de passe fortes et une double authentification (2FA). Vous " -"ne pouvez pas faire de sauvegardes de votre portefeuille en ligne, car " -"vous n'avez pas accès à ses clés privées. Nous vous recommandons " -"fortement de ne JAMAIS stocker de sommes importantes en Dash sur un " -"portefeuille en ligne ou une plateforme de change cryptomonétaire." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." +msgstr "" +"**Portefeuille en ligne, dans le nuage, sur le web** (:ref:`Exodus `, :ref:`MyDashWallet `) : il s'agit de tierces " +"parties qui stockent vos dashs pour vous sur leurs serveurs, ou bien qui " +"vous fournissent une interface pour accéder à vos dashs quand vous leur " +"fournissez vos clés, de telle manière que vous pouvez accéder à vos fonds " +"depuis n'importe quel appareil connecté à Internet. Si leur site web est " +"piraté ou leurs serveurs endommagés, vous courez le risque de perdre vos " +"dashs. Tout portefeuille en ligne devrait être sécurisé par des phrases de " +"passe fortes et une double authentification (2FA). Vous ne pouvez pas faire " +"de sauvegardes de votre portefeuille en ligne, car vous n'avez pas accès à " +"ses clés privées. Nous vous recommandons fortement de ne JAMAIS stocker de " +"sommes importantes en Dash sur un portefeuille en ligne ou une plateforme de" +" change cryptomonétaire." #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" "**Portefeuilles matériels** (:ref:`Trezor `, KeepKey, " -"Ledger, Nano) : un portefeuille matériel est un appareil spécialisé, " -"protégé contre les intrusions, qui stocke vos clés privées. L'appareil " -"est capable de signer des transactions avec votre clé privée, sans être " -"connecté à Internet. Cependant, vous devez disposer d'une connexion " -"Internet pour envoyer la transaction au réseau Dash. Cet appareil permet " -"d'accéder facilement à vos clés privées en les gardant sous une " -"excellente protection. Cela est généralement considéré comme la meilleure" -" forme de stockage pour vos fonds Dash." +"Ledger, Nano) : un portefeuille matériel est un appareil spécialisé, protégé" +" contre les intrusions, qui stocke vos clés privées. L'appareil est capable " +"de signer des transactions avec votre clé privée, sans être connecté à " +"Internet. Cependant, vous devez disposer d'une connexion Internet pour " +"envoyer la transaction au réseau Dash. Cet appareil permet d'accéder " +"facilement à vos clés privées en les gardant sous une excellente protection." +" Cela est généralement considéré comme la meilleure forme de stockage pour " +"vos fonds Dash." #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" "**Chambre froide, stockage hors ligne** (:ref:`Portefeuille papier `) : un portefeuille spécial qui est créé hors ligne et " -"n'est jamais en contact avec Internet. Cela est possible en utilisant un " -"logiciel qui génère hors ligne une clé privée et sa clé publique puis les" -" enregistre. Ces clés peuvent être imprimées sur papier, voire gravées " -"sur métal. Des copies peuvent en être faites et stockées dans un coffre " -"personnel ou dans une banque. C'est un moyen très sûr de stocker vos " -"dashs. Il ne présente pas les risques d'utilisation des fichiers de " -"portefeuille logiciel, qui peuvent se corrompre, ou des portefeuilles en " -"ligne, qui peuvent être piratés. À NOTER : les clés USB ne sont pas sûres" -" pour un stockage de long terme (plusieurs années) car elles se dégradent" -" avec le temps." +"paper-wallet>`) : un portefeuille spécial qui est créé hors ligne et n'est " +"jamais en contact avec Internet. Cela est possible en utilisant un logiciel " +"qui génère hors ligne une clé privée et sa clé publique puis les enregistre." +" Ces clés peuvent être imprimées sur papier, voire gravées sur métal. Des " +"copies peuvent en être faites et stockées dans un coffre personnel ou dans " +"une banque. C'est un moyen très sûr de stocker vos dashs. Il ne présente pas" +" les risques d'utilisation des fichiers de portefeuille logiciel, qui " +"peuvent se corrompre, ou des portefeuilles en ligne, qui peuvent être " +"piratés. À NOTER : les clés USB ne sont pas sûres pour un stockage de long " +"terme (plusieurs années) car elles se dégradent avec le temps." #: ../../docs/user/introduction/information.rst:618 msgid "DKG" @@ -1618,23 +1601,23 @@ msgstr "DKG" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" "Définie par la `DIP6 " -"`__, la " -"génération de clé distribuée (Distributed Key Generation, `DKG " -"`__) est une méthode de génération d'une paire de clés " -"BLS pour utilisation dans un LLMQ, afin d'opérer une signature par seuil " -"des messages réseau. Cette méthode se base sur la méthode de signature " -"BLS M-sur-N et sur la génération de clé distribuée, qui est une " -"implémentation du secret partagé de Shamir (Shamir's Secret Sharing)." +"`__, la génération " +"de clé distribuée (Distributed Key Generation, `DKG " +"`__) est une méthode de génération d'une paire de clés BLS pour " +"utilisation dans un LLMQ, afin d'opérer une signature par seuil des messages" +" réseau. Cette méthode se base sur la méthode de signature BLS M-sur-N et " +"sur la génération de clé distribuée, qui est une implémentation du secret " +"partagé de Shamir (Shamir's Secret Sharing)." #: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" @@ -1642,22 +1625,21 @@ msgstr "Signature numérique" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." -msgstr "" -"Une signature numérique est un procédé mathématique permettant à " -"quelqu'un de prouver son identité ou sa propriété d'un actif numérique. " -"Quand votre portefeuille numérique signe une transaction avec la clé " -"privée appropriée, le réseau entier peut vérifier que la signature " -"correspond à l'adresse des dashs dépensés, sans besoin que la clé privée " -"soit révélée au réseau. Vous pouvez aussi signer numériquement avec votre" -" clé privée, par exemple pour prouver que vous êtes le propriétaire d'une" -" adresse Dash donnée." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." +msgstr "" +"Une signature numérique est un procédé mathématique permettant à quelqu'un " +"de prouver son identité ou sa propriété d'un actif numérique. Quand votre " +"portefeuille numérique signe une transaction avec la clé privée appropriée, " +"le réseau entier peut vérifier que la signature correspond à l'adresse des " +"dashs dépensés, sans besoin que la clé privée soit révélée au réseau. Vous " +"pouvez aussi signer numériquement avec votre clé privée, par exemple pour " +"prouver que vous êtes le propriétaire d'une adresse Dash donnée." #: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" @@ -1665,10 +1647,10 @@ msgstr "Portefeuille Electrum" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1677,31 +1659,31 @@ msgstr "Chiffrage" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" -msgstr "" -"En cryptographie, le `chiffrage " -"`_ est le processus consistant " -"à coder des messages ou des informations de telle manière que seules des " -"personnes autorisées puissent les lire. Les messages chiffrés interceptés" -" par des tierces parties sont du charabia indéchiffrable sans la clé " -"privée. Dans un processus de chiffrage, le message *en clair* est chiffré" -" par un algorithme de chiffrage, ce qui génère un *message chiffré* qui " -"ne peut être lu qu'après déchiffrage par le destinataire souhaité. Pour " -"des raisons techniques, un processus de chiffrage utilise en général une " -"clé de chiffrage pseudo-aléatoire générée par un algorithme. Les progrès " -"dans la puissance de calcul ont permis de \"casser\" de nombreux " -"algorithmes de chiffrage passés, mais un système moderne et bien conçu " -"tel que AES-256 est considéré à peu près \"incassable\"." +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" +msgstr "" +"En cryptographie, le `chiffrage `_" +" est le processus consistant à coder des messages ou des informations de " +"telle manière que seules des personnes autorisées puissent les lire. Les " +"messages chiffrés interceptés par des tierces parties sont du charabia " +"indéchiffrable sans la clé privée. Dans un processus de chiffrage, le " +"message *en clair* est chiffré par un algorithme de chiffrage, ce qui génère" +" un *message chiffré* qui ne peut être lu qu'après déchiffrage par le " +"destinataire souhaité. Pour des raisons techniques, un processus de " +"chiffrage utilise en général une clé de chiffrage pseudo-aléatoire générée " +"par un algorithme. Les progrès dans la puissance de calcul ont permis de " +"\"casser\" de nombreux algorithmes de chiffrage passés, mais un système " +"moderne et bien conçu tel que AES-256 est considéré à peu près " +"\"incassable\"." #: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" @@ -1711,19 +1693,19 @@ msgstr "Services de dépôt fiduciaire" msgid "An `escrow `_ is:" msgstr "" "Un service de `dépôt fiduciaire " -"`_ ou de " -"séquestre est :" +"`_ ou de séquestre" +" est :" #: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" -"un arrangement contractuel dans lequel une tierce partie reçoit et " -"délivre des fonds ou des documents pour deux autres parties, la " -"délivrance dépendant de conditions agréées par les deux parties ; ou" +"un arrangement contractuel dans lequel une tierce partie reçoit et délivre " +"des fonds ou des documents pour deux autres parties, la délivrance dépendant" +" de conditions agréées par les deux parties ; ou" #: ../../docs/user/introduction/information.rst:667 msgid "" @@ -1731,36 +1713,34 @@ msgid "" "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -"un compte établi par un courtier pour retenir des fonds au nom du " -"courtier ou d'une autre personne, jusqu'à exécution ou fin d'une " -"transaction ; ou" +"un compte établi par un courtier pour retenir des fonds au nom du courtier " +"ou d'une autre personne, jusqu'à exécution ou fin d'une transaction ; ou" #: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -"un compte de confiance tenu au nom d'un emprunteur pour régler un dû, tel" -" que des taxes immobilières ou des primes d'assurance." +"un compte de confiance tenu au nom d'un emprunteur pour régler un dû, tel " +"que des taxes immobilières ou des primes d'assurance." #: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" "Un service de dépôt fiduciaire de confiance est souvent utilisé lors de " "l'achat de cryptomonnaie ou d'autres biens et services sur Internet. " "L'acheteur et le vendeur choisissent une tierce partie de confiance, le " "vendeur lui envoie l'article ou les fonds, et l'acheteur lui envoie son " -"paiement. Dès que l'agent de dépôt fiduciaire considère que les deux " -"autres parties ont rempli leurs obligations dans l'accord, il ou elle " -"transmet le paiement au vendeur, et l'article ou les fonds à l'acheteur." +"paiement. Dès que l'agent de dépôt fiduciaire considère que les deux autres " +"parties ont rempli leurs obligations dans l'accord, il ou elle transmet le " +"paiement au vendeur, et l'article ou les fonds à l'acheteur." #: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" @@ -1768,9 +1748,9 @@ msgstr "Evan Duffield" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" "Fondateur et premier programmeur en chef de Dash. Inventeur de X11, " "InstantSend et PrivateSend. Avant de créer Dash, Evan Duffield était " @@ -1783,25 +1763,24 @@ msgstr "Plateforme de change" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." -msgstr "" -"Le cours actuel d'1 dash par rapport à celui d'autres monnaies, telles " -"que le dollar, le yen, l'euro ou le bitcoin. Le plus grand volume de " -"change ayant lieu sur les marchés Bitcoin/Dash, le cours est souvent " -"mentionné en fractions de bitcoin. Par exemple, le cours d'1 dash à la " -"fin mars 2017 était de 0,08 (bitcoin par dash). Un excellent site pour " -"suivre le cours de Dash est `CoinMarketCap " -"`_. Les entreprises qui veulent réduire le " -"risque de volatilité d'une monnaie numérique peuvent l'éviter entièrement" -" en recourant aux services d'un processeur de paiement, qui fait une " -"conversion instantanée au moment de chaque transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." +msgstr "" +"Le cours actuel d'1 dash par rapport à celui d'autres monnaies, telles que " +"le dollar, le yen, l'euro ou le bitcoin. Le plus grand volume de change " +"ayant lieu sur les marchés Bitcoin/Dash, le cours est souvent mentionné en " +"fractions de bitcoin. Par exemple, le cours d'1 dash à la fin mars 2017 " +"était de 0,08 (bitcoin par dash). Un excellent site pour suivre le cours de " +"Dash est `CoinMarketCap `_. Les entreprises qui " +"veulent réduire le risque de volatilité d'une monnaie numérique peuvent " +"l'éviter entièrement en recourant aux services d'un processeur de paiement, " +"qui fait une conversion instantanée au moment de chaque transaction." #: ../../docs/user/introduction/information.rst:699 msgid "Faucet" @@ -1809,15 +1788,15 @@ msgstr "Robinet" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" -"Les robinets sont un système de récompense, sous la forme d'un site web " -"ou d'une application qui distribue des microdashs (dits aussi duffs), " -"soit un centième de millionième de dash, pour les visiteurs qui acceptent" -" d'accomplir une tâche proposée par le site." +"Les robinets sont un système de récompense, sous la forme d'un site web ou " +"d'une application qui distribue des microdashs (dits aussi duffs), soit un " +"centième de millionième de dash, pour les visiteurs qui acceptent " +"d'accomplir une tâche proposée par le site." #: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" @@ -1825,12 +1804,11 @@ msgstr "Passerelle fiduciaire" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" -"La `monnaie fiduciaire " -"`_ a été définie de " -"différentes façons, telles que :" +"La `monnaie fiduciaire `_ " +"a été définie de différentes façons, telles que :" #: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." @@ -1838,15 +1816,16 @@ msgstr "Toute monnaie dont un gouvernement déclare qu'elle a cours légal." #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" -"Monnaie émise par l'Etat qui n'est ni légalement convertible en quoi que " -"ce soit d'autre, ni d'une valeur fixe par rapport à quelque standard " -"objectif que ce soit." +"Monnaie émise par l'Etat qui n'est ni légalement convertible en quoi que ce " +"soit d'autre, ni d'une valeur fixe par rapport à quelque standard objectif " +"que ce soit." #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" "Monnaie sans valeur intrinsèque, utilisée comme monnaie parce que le " "gouvernement le décrète." @@ -1863,22 +1842,22 @@ msgstr "Fintech" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" "La `technologie financière " "`_, également " "connue sous le nom de FinTech, est un secteur de l'économie composé " -"d'entreprises utilisant la technologie pour rendre les services " -"financiers plus efficaces. Les entreprises de technologie financière sont" -" en général des startups qui essaient de rendre les opérations " -"financières plus efficaces ou d'éliminer les intermédiaires. Ces derniers" -" temps, beaucoup d'entreprises fintech se sont mises à utiliser la " -"technologie blockchain, celle sous-jacente à Dash et Bitcoin." +"d'entreprises utilisant la technologie pour rendre les services financiers " +"plus efficaces. Les entreprises de technologie financière sont en général " +"des startups qui essaient de rendre les opérations financières plus " +"efficaces ou d'éliminer les intermédiaires. Ces derniers temps, beaucoup " +"d'entreprises fintech se sont mises à utiliser la technologie blockchain, " +"celle sous-jacente à Dash et Bitcoin." #: ../../docs/user/introduction/information.rst:725 msgid "Fork" @@ -1886,34 +1865,33 @@ msgstr "Fork" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" "Désigne le fait qu'une blockchain diverge et se sépare en deux, avec " -"certains clients reconnaissant comme valide une version de la blockchain," -" et d'autres clients croyant qu'une version différente de la blockchain " -"est valide. La plupart des forks (\"embranchements\") se résolvent d'eux-" -"mêmes sans susciter de problèmes, car la blockchain la plus longue est " -"toujours celle qui est considérée valide. Le temps passant, une seule " -"version de la blockchain \"gagnera\" en général, et deviendra " -"universellement reconnue comme étant valide. Les forks peuvent, " -"cependant, être extrêmement dangereux, et devraient être évités autant " -"que possible." +"certains clients reconnaissant comme valide une version de la blockchain, et" +" d'autres clients croyant qu'une version différente de la blockchain est " +"valide. La plupart des forks (\"embranchements\") se résolvent d'eux-mêmes " +"sans susciter de problèmes, car la blockchain la plus longue est toujours " +"celle qui est considérée valide. Le temps passant, une seule version de la " +"blockchain \"gagnera\" en général, et deviendra universellement reconnue " +"comme étant valide. Les forks peuvent, cependant, être extrêmement " +"dangereux, et devraient être évités autant que possible." #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" "Un fork est plus susceptible de se produire lors des mises à jour " -"logicielles du réseau. Dash utilise un système de fork à phases multiples" -" (“:ref:`Spork `”) pour plus de souplesse et de sécurité." +"logicielles du réseau. Dash utilise un système de fork à phases multiples " +"(“:ref:`Spork `”) pour plus de souplesse et de sécurité." #: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" @@ -1921,18 +1899,18 @@ msgstr "Nœuds complets" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" -"Désigne tout client Dash qui rend disponible aux pairs une version " -"complète de la blockchain. Cela peut être un utilisateur faisant tourner " -"un portefeuille Dash Core sur son ordinateur personnel, ou bien cela peut" -" être un :ref:`masternode `. Les nœuds complets améliorent " -"la décentralisation en permettant à n'importe quel utilisateur de " -"vérifier et revérifier la validité de la blockchain." +"Désigne tout client Dash qui rend disponible aux pairs une version complète " +"de la blockchain. Cela peut être un utilisateur faisant tourner un " +"portefeuille Dash Core sur son ordinateur personnel, ou bien cela peut être " +"un :ref:`masternode `. Les nœuds complets améliorent la " +"décentralisation en permettant à n'importe quel utilisateur de vérifier et " +"revérifier la validité de la blockchain." #: ../../docs/user/introduction/information.rst:746 msgid "Fungible" @@ -1960,33 +1938,33 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" "Un `processeur graphique (GPU) " -"`_, parfois appelé " -"une unité processeur vidéo (VPU), est un circuit électronique spécialisé," -" conçu pour manipuler et modifier rapidement la mémoire afin d'accélérer " -"la création d'images dans un tampon mémoire destiné à être affiché sur un" -" écran. Les GPU sont utilisés dans les systèmes embarqués, les téléphones" -" mobiles, les ordinateurs personnels, les stations de travail et les " -"consoles de jeu. Les GPU modernes sont très efficaces dans la gestion des" -" graphiques informatiques et dans le calcul d'images, et leur structure " -"hautement parallèle les rend plus efficaces que les processeurs (CPU) à " -"visée générale, grâce à des algorithmes où la manipulation de grandes " -"quantités de données est exécutée en parallèle. Dans un ordinateur " -"personnel, un GPU peut se trouver sur une carte vidéo, ou il peut être " -"embarqué sur la carte-mère, voire, pour certains processeurs, sur ceux-" -"ci. Certaines cryptomonnaies utilisent des algorithmes de minage qui " -"tournent plus efficacement sur des GPU." +"`_, parfois appelé une " +"unité processeur vidéo (VPU), est un circuit électronique spécialisé, conçu " +"pour manipuler et modifier rapidement la mémoire afin d'accélérer la " +"création d'images dans un tampon mémoire destiné à être affiché sur un " +"écran. Les GPU sont utilisés dans les systèmes embarqués, les téléphones " +"mobiles, les ordinateurs personnels, les stations de travail et les consoles" +" de jeu. Les GPU modernes sont très efficaces dans la gestion des graphiques" +" informatiques et dans le calcul d'images, et leur structure hautement " +"parallèle les rend plus efficaces que les processeurs (CPU) à visée " +"générale, grâce à des algorithmes où la manipulation de grandes quantités de" +" données est exécutée en parallèle. Dans un ordinateur personnel, un GPU " +"peut se trouver sur une carte vidéo, ou il peut être embarqué sur la carte-" +"mère, voire, pour certains processeurs, sur ceux-ci. Certaines " +"cryptomonnaies utilisent des algorithmes de minage qui tournent plus " +"efficacement sur des GPU." #: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" @@ -1995,14 +1973,14 @@ msgstr "Portefeuille matériel" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" "Les :ref:`portefeuilles matériels ` sont parmi les " "portefeuilles les plus sûrs pour stocker vos dashs. Votre clé privée est " -"protégée par un composant matériel, et n'est jamais exposée à l'Internet." -" Il vous est toujours possible de signer des transactions, ce qui rend " +"protégée par un composant matériel, et n'est jamais exposée à l'Internet. Il" +" vous est toujours possible de signer des transactions, ce qui rend " "l'ensemble à la fois sûr et pratique." #: ../../docs/user/introduction/information.rst:775 @@ -2011,19 +1989,18 @@ msgstr "Fonction de hachage" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" "Désigne un procédé mathématique qui, à partir d'une quantité variable de " -"données, génère une sortie plus courte, d'une longueur définie. Une " -"fonction de hachage a deux caractéristiques importantes. Tout d'abord, il" -" est mathématiquement difficile de déterminer ce qu'étaient les données " -"de départ simplement en regardant les données de sortie. Ensuite, " -"modifier même un élément négligeable de l'entrée produira une sortie " -"entièrement différente." +"données, génère une sortie plus courte, d'une longueur définie. Une fonction" +" de hachage a deux caractéristiques importantes. Tout d'abord, il est " +"mathématiquement difficile de déterminer ce qu'étaient les données de départ" +" simplement en regardant les données de sortie. Ensuite, modifier même un " +"élément négligeable de l'entrée produira une sortie entièrement différente." #: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" @@ -2031,11 +2008,11 @@ msgstr "Taux de hachage" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" -"Le nombre de hashs (empreintes numériques) que peut produire un mineur " -"Dash dans une période de temps donnée (en général une seconde)." +"Le nombre de hashs (empreintes numériques) que peut produire un mineur Dash " +"dans une période de temps donnée (en général une seconde)." #: ../../docs/user/introduction/information.rst:787 msgid "Insight" @@ -2043,8 +2020,8 @@ msgstr "Insight" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" "Serveur d'information sur la blockchain, utilisé pour faire tourner les " "explorateurs de bloc et répondre aux requêtes de transaction." @@ -2063,18 +2040,18 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" "La technologie :ref:`InstantSend ` utilise le réseau des " -"masternodes pour \"verrouiller\" des entrées de transaction, empêchant " -"les dashs d'être dépensés deux fois. Au contraire de Bitcoin, où il faut " -"une heure ou plus pour que les transactions soient entièrement " -"confirmées, les transactions utilisant InstantSend sont \"verrouillées\" " -"et irréversibles après seulement quelques secondes." +"masternodes pour \"verrouiller\" des entrées de transaction, empêchant les " +"dashs d'être dépensés deux fois. Au contraire de Bitcoin, où il faut une " +"heure ou plus pour que les transactions soient entièrement confirmées, les " +"transactions utilisant InstantSend sont \"verrouillées\" et irréversibles " +"après seulement quelques secondes." #: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" @@ -2082,18 +2059,17 @@ msgstr "Liquidité" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" "Désigne la possibilité de vendre ou d'acheter facilement un actif, à un " -"cours qui reste à peu près identique entre deux opérations. Une " -"communauté suffisamment large d'acheteurs et de vendeurs est importante " -"pour assurer une bonne liquidité. Les conséquences d'un marché illiquide " -"sont la volatilité du cours et l'impossibilité de déterminer facilement " -"la valeur d'un actif." +"cours qui reste à peu près identique entre deux opérations. Une communauté " +"suffisamment large d'acheteurs et de vendeurs est importante pour assurer " +"une bonne liquidité. Les conséquences d'un marché illiquide sont la " +"volatilité du cours et l'impossibilité de déterminer facilement la valeur " +"d'un actif." #: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" @@ -2102,24 +2078,24 @@ msgstr "LLMQ" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" "Défini par la `DIP6 " -"`__, un quorum " -"de masternode à longue durée (Long- Living Masternode Quorum, LLMQ) est " -"un sous-ensemble déterministe de la liste déterministe complète des " -"masternodes. Un tel quorum est déterminé par un protocole de génération " -"de clé distribuée (DKG) et il est conçu pour être actif un certain temps " -"(par ex. plusieurs jours). Plusieurs quorums sont maintenus en vie en " -"même temps, ce qui permet de répartir la charge entre eux. La tâche " -"principale d'un LLMQ est d'exécuter des signatures par seuil des messages" -" relatifs au consensus." +"`__, un quorum de " +"masternode à longue durée (Long- Living Masternode Quorum, LLMQ) est un " +"sous-ensemble déterministe de la liste déterministe complète des " +"masternodes. Un tel quorum est déterminé par un protocole de génération de " +"clé distribuée (DKG) et il est conçu pour être actif un certain temps (par " +"ex. plusieurs jours). Plusieurs quorums sont maintenus en vie en même temps," +" ce qui permet de répartir la charge entre eux. La tâche principale d'un " +"LLMQ est d'exécuter des signatures par seuil des messages relatifs au " +"consensus." #: ../../docs/user/introduction/information.rst:819 msgid "Masternode" @@ -2127,14 +2103,14 @@ msgstr "Masternode" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" -"Un :ref:`masternode ` (nœud-maître) est un type " -"spécial de nœud complet qui exécute des services pour le réseau, et qui " -"est rétribué par une part de la récompense de bloc. Les masternodes " -"requièrent la preuve de la propriété de 1000 dashs." +"Un :ref:`masternode ` (nœud-maître) est un type spécial " +"de nœud complet qui exécute des services pour le réseau, et qui est rétribué" +" par une part de la récompense de bloc. Les masternodes requièrent la preuve" +" de la propriété de 1000 dashs." #: ../../docs/user/introduction/information.rst:825 msgid "" @@ -2150,10 +2126,10 @@ msgstr "Minage" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -2172,24 +2148,23 @@ msgstr "MultiSig" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." -msgstr "" -"Les adresses à multisignature représentent une sécurité supplémentaire " -"car elles requièrent que plusieurs personnes signent une transaction avec" -" leur clé privée pour que la transaction puisse être envoyée. Par " -"exemple, :ref:`une multisignature 2 sur 3 ` implique " -"que deux signataires sur trois possibles doivent signer une transaction " -"pour qu'elle soit effectuée. Les adresses à multisignature sont " -"couramment utilisées par les plateformes de change et d'autres " -"organisations en possession d'importantes sommes de cryptomonnaie, car " -"cela rend le vol beaucoup plus difficile." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." +msgstr "" +"Les adresses à multisignature représentent une sécurité supplémentaire car " +"elles requièrent que plusieurs personnes signent une transaction avec leur " +"clé privée pour que la transaction puisse être envoyée. Par exemple, " +":ref:`une multisignature 2 sur 3 ` implique que deux " +"signataires sur trois possibles doivent signer une transaction pour qu'elle " +"soit effectuée. Les adresses à multisignature sont couramment utilisées par " +"les plateformes de change et d'autres organisations en possession " +"d'importantes sommes de cryptomonnaie, car cela rend le vol beaucoup plus " +"difficile." #: ../../docs/user/introduction/information.rst:846 msgid "Node" @@ -2197,14 +2172,14 @@ msgstr "Nœud" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" -"On appelle nœud n'importe quel appareil sur lequel tourne le portefeuille" -" logiciel Dash. Les nœuds complets sont des clients logiciels qui ont " -"téléchargé la blockchain entière et la diffusent aux autres clients sur " -"le réseau pair à pair Dash." +"On appelle nœud n'importe quel appareil sur lequel tourne le portefeuille " +"logiciel Dash. Les nœuds complets sont des clients logiciels qui ont " +"téléchargé la blockchain entière et la diffusent aux autres clients sur le " +"réseau pair à pair Dash." #: ../../docs/user/introduction/information.rst:851 msgid "OTC" @@ -2212,19 +2187,19 @@ msgstr "Gré à gré (Over the Counter, OTC)" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" -"Les changes de gré à gré (Over the Counter, OTC) sont des changes qui ont" -" lieu en-dehors des plateformes de change. Dans un change de gré à gré, " -"un acheteur et un vendeur changent directement de l'un à l'autre, ou à " -"travers un intermédiaire. Le change de gré à gré est utile quand une " -"personne veut vendre ou acheter une large quantité de cryptomonnaie, et " -"craint que son opération importante ne fasse bouger le cours (ce qu'on " -"appelle le \"glissement\")." +"Les changes de gré à gré (Over the Counter, OTC) sont des changes qui ont " +"lieu en-dehors des plateformes de change. Dans un change de gré à gré, un " +"acheteur et un vendeur changent directement de l'un à l'autre, ou à travers " +"un intermédiaire. Le change de gré à gré est utile quand une personne veut " +"vendre ou acheter une large quantité de cryptomonnaie, et craint que son " +"opération importante ne fasse bouger le cours (ce qu'on appelle le " +"\"glissement\")." #: ../../docs/user/introduction/information.rst:858 msgid "P2P" @@ -2232,16 +2207,16 @@ msgstr "Pair à pair (P2P)" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" -"On appelle interactions pair à pair les interactions décentralisées qui " -"se produisent au moins entre deux parties dans un réseau hautement " -"interconnecté. Un système alternatif peut être appelé \"hub and spoke\" :" -" dans ce cas, tous les participants dans une transaction s'arrangent " -"entre eux à travaux un seul intermédiaire central." +"On appelle interactions pair à pair les interactions décentralisées qui se " +"produisent au moins entre deux parties dans un réseau hautement " +"interconnecté. Un système alternatif peut être appelé \"hub and spoke\" : " +"dans ce cas, tous les participants dans une transaction s'arrangent entre " +"eux à travaux un seul intermédiaire central." #: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" @@ -2253,10 +2228,10 @@ msgid "" "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -"Les :ref:`portefeuilles papier ` sont des " -"portefeuilles hors ligne, imprimés sur papier pour des raisons de " -"sécurité. S'ils sont faits et stockés correctement, ils sont considérés " -"comme le moyen le plus sûr de stocker de la cryptomonnaie." +"Les :ref:`portefeuilles papier ` sont des portefeuilles " +"hors ligne, imprimés sur papier pour des raisons de sécurité. S'ils sont " +"faits et stockés correctement, ils sont considérés comme le moyen le plus " +"sûr de stocker de la cryptomonnaie." #: ../../docs/user/introduction/information.rst:869 msgid "Privacy" @@ -2265,29 +2240,27 @@ msgstr "Confidentialité" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" "La `confidentialité ou vie privée " "`_ est la possibilité pour un " "individu ou un groupe de s'isoler, ou d'occulter l'information les " -"concernant, et donc de se révéler de manière choisie. Les frontières et " -"le contenu de ce qui est considéré comme relevant de la vie privée " -"changent selon les cultures et les individus, mais partagent certains " -"aspects. Quand quelque chose relève du privé pour quelqu'un, cela " -"signifie en général que cette chose est particulièrement spéciale ou " -"sensible pour lui. Le domaine de la vie privée recouvre pour partie la " -"sécurité (la confidentialité), qui peuvent inclure les notions d'usage " -"approprié ou de protection de l'information. Dash offre la fonctionnalité" -" CoinJoin, qui permet aux utilisateurs de conserver une confidentialité " -"financière." +"concernant, et donc de se révéler de manière choisie. Les frontières et le " +"contenu de ce qui est considéré comme relevant de la vie privée changent " +"selon les cultures et les individus, mais partagent certains aspects. Quand " +"quelque chose relève du privé pour quelqu'un, cela signifie en général que " +"cette chose est particulièrement spéciale ou sensible pour lui. Le domaine " +"de la vie privée recouvre pour partie la sécurité (la confidentialité), qui " +"peuvent inclure les notions d'usage approprié ou de protection de " +"l'information. Dash offre la fonctionnalité CoinJoin, qui permet aux " +"utilisateurs de conserver une confidentialité financière." #: ../../docs/user/introduction/information.rst:881 msgid "Private Key" @@ -2295,22 +2268,22 @@ msgstr "Clé privée" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" "Une `clé privée " -"`_ est un " -"long code alphanumérique qui permet de dépenser des dashs. Chaque " -"portefeuille Dash contient une ou plusieurs clés privées, enregistrées " -"dans le fichier portefeuille. Les clés privées sont liées " -"mathématiquement à toutes les adresses Dash générées par le portefeuille." -" Puisque la clé privée permet à n'importe qui de dépenser les dashs " -"associés, il est important qu'elle soit gardée secrète et en sécurité." +"`_ est un long" +" code alphanumérique qui permet de dépenser des dashs. Chaque portefeuille " +"Dash contient une ou plusieurs clés privées, enregistrées dans le fichier " +"portefeuille. Les clés privées sont liées mathématiquement à toutes les " +"adresses Dash générées par le portefeuille. Puisque la clé privée permet à " +"n'importe qui de dépenser les dashs associés, il est important qu'elle soit " +"gardée secrète et en sécurité." #: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" @@ -2319,12 +2292,12 @@ msgstr "PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" -":ref:`CoinJoin ` occulte la source des fonds afin de garantir " -"la confidentialité financière entre les utilisateurs. Cette fonction peut" -" être activée ou désactivée librement par les utilisateurs." +":ref:`CoinJoin ` occulte la source des fonds afin de garantir la " +"confidentialité financière entre les utilisateurs. Cette fonction peut être " +"activée ou désactivée librement par les utilisateurs." #: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" @@ -2332,17 +2305,16 @@ msgstr "Preuve de service (proof of service, PoSe)" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" "Mécanisme de consensus utilisé par Dash pour vérifier qu'un masternode a " -"fourni un service ininterrompu qui réponde à un certain niveau minimal de" -" qualité pour le réseau. Assurer ce service permet à un masternode d'être" -" inséré puis de monter dans la liste globale pour, finalement, atteindre " -"le groupe de sélection et recevoir un paiement." +"fourni un service ininterrompu qui réponde à un certain niveau minimal de " +"qualité pour le réseau. Assurer ce service permet à un masternode d'être " +"inséré puis de monter dans la liste globale pour, finalement, atteindre le " +"groupe de sélection et recevoir un paiement." #: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" @@ -2350,16 +2322,16 @@ msgstr "Preuve d'enjeu (proof of stake, PoS)" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" "Il s'agit du mécanisme de consensus qui fait de la possession d'une " "cryptomonnaie la condition pour gérer la blockchain. Dans les systèmes à " @@ -2368,11 +2340,11 @@ msgstr "" "choisis pour créer le prochain bloc et l'ajouter à la chaîne. De cette " "façon, le consensus est maintenu entre tous les nœuds. La preuve d'enjeu " "permet d'économiser de l'électricité et ne demande pas de matériel " -"informatique spécialisé. Elle souffre cependant de plusieurs défauts, " -"dont le problème dit \"rien comme enjeu\". Puisqu'il n'y a pas " -"d'électricité consommée, dans l'hypothèse d'une attaque il est profitable" -" pour les nœuds à preuve d'enjeu de \"voter\" pour accepter à la fois la " -"chaîne légitime et la chaîne de l'attaquant." +"informatique spécialisé. Elle souffre cependant de plusieurs défauts, dont " +"le problème dit \"rien comme enjeu\". Puisqu'il n'y a pas d'électricité " +"consommée, dans l'hypothèse d'une attaque il est profitable pour les nœuds à" +" preuve d'enjeu de \"voter\" pour accepter à la fois la chaîne légitime et " +"la chaîne de l'attaquant." #: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" @@ -2380,20 +2352,19 @@ msgstr "Preuve de travail (proof of work, PoW)" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" -"Il s'agit du mécanisme de consensus qui garantit l'honnêteté des nœuds en" -" leur demandant de dépenser une certaine puissance de calcul pour créer " -"de nouveaux blocs. Les mineurs doivent utiliser du matériel coûteux et " +"Il s'agit du mécanisme de consensus qui garantit l'honnêteté des nœuds en " +"leur demandant de dépenser une certaine puissance de calcul pour créer de " +"nouveaux blocs. Les mineurs doivent utiliser du matériel coûteux et " "consommer de l'électricité pour ajouter des blocs à la blockchain. Sans " -"mécanisme de consensus, n'importe quel nœud pourrait ajouter des blocs à " -"la chaîne, et les nœuds du réseau ne pourraient jamais s'accorder pour " -"choisir la seule chaîne valide." +"mécanisme de consensus, n'importe quel nœud pourrait ajouter des blocs à la " +"chaîne, et les nœuds du réseau ne pourraient jamais s'accorder pour choisir " +"la seule chaîne valide." #: ../../docs/user/introduction/information.rst:924 msgid "Public Key" @@ -2401,15 +2372,15 @@ msgstr "Clé publique" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" "La `clé publique " "`_ est " -"calculée à partir de la clé privée mais n'est pas secrète, elle peut être" -" révélée à quiconque. Quand une clé privée est utilisée pour signer un " +"calculée à partir de la clé privée mais n'est pas secrète, elle peut être " +"révélée à quiconque. Quand une clé privée est utilisée pour signer un " "message, la clé publique est utilisée pour vérifier que la signature est " "valide." @@ -2419,22 +2390,21 @@ msgstr "Gonflage et largage (pump and dump)" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." -msgstr "" -"Désigne le fait de faire gonfler la valeur d'un actif financier qui a été" -" produit ou acquis à faible coût, souvent par l'utilisation d'une " -"publicité agressive et de déclarations trompeuses. La publicité incite " -"les autres à acquérir l'actif, entraînant la montée de son cours. Quand " -"le cours est suffisamment haut, le manipulateur vend ses actifs, encaisse" -" le bénéfice et inonde le marché, ce qui cause l'effondrement du cours. " -"Cela est particulièrement courant dans les marchés à faible liquidité, " -"comme ceux de certaines altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." +msgstr "" +"Désigne le fait de faire gonfler la valeur d'un actif financier qui a été " +"produit ou acquis à faible coût, souvent par l'utilisation d'une publicité " +"agressive et de déclarations trompeuses. La publicité incite les autres à " +"acquérir l'actif, entraînant la montée de son cours. Quand le cours est " +"suffisamment haut, le manipulateur vend ses actifs, encaisse le bénéfice et " +"inonde le marché, ce qui cause l'effondrement du cours. Cela est " +"particulièrement courant dans les marchés à faible liquidité, comme ceux de " +"certaines altcoins." #: ../../docs/user/introduction/information.rst:940 msgid "Quorum" @@ -2442,12 +2412,11 @@ msgstr "Quorum" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" -"Groupe de masternodes signant ou votant sur une action donnée, la " -"formation du groupe étant déterminée par un algorithme donné de " -"détermination." +"Groupe de masternodes signant ou votant sur une action donnée, la formation " +"du groupe étant déterminée par un algorithme donné de détermination." #: ../../docs/user/introduction/information.rst:944 msgid "QR Code" @@ -2457,13 +2426,13 @@ msgstr "Code QR" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" "Un bloc graphique bidimensionnel, contenant une trame monochrome qui " -"représente une série de données. Les codes QR sont conçus pour être " -"scannés par des caméras, dont celles qui équipent les téléphones mobiles." -" Ils sont fréquemment utilisés pour encoder des adresses Dash." +"représente une série de données. Les codes QR sont conçus pour être scannés " +"par des caméras, dont celles qui équipent les téléphones mobiles. Ils sont " +"fréquemment utilisés pour encoder des adresses Dash." #: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" @@ -2471,13 +2440,13 @@ msgstr "Satoshi Nakamoto" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" -"`Satoshi Nakamoto `_ est " -"le nom utilisé par la personne ou le groupe de personnes qui a conçu " -"Bitcoin et créé son implémentation de référence originelle." +"`Satoshi Nakamoto `_ est le " +"nom utilisé par la personne ou le groupe de personnes qui a conçu Bitcoin et" +" créé son implémentation de référence originelle." #: ../../docs/user/introduction/information.rst:955 msgid "SDK" @@ -2489,9 +2458,9 @@ msgid "" "developers to create apps targeting a specific hardware or software " "platform." msgstr "" -"Ensemble d'outils, de code et de documentations utilisé par les " -"programmeurs pour créer des applications propres à un matériel donné ou à" -" une plateforme logicielle donnée." +"Ensemble d'outils, de code et de documentations utilisé par les programmeurs" +" pour créer des applications propres à un matériel donné ou à une plateforme" +" logicielle donnée." #: ../../docs/user/introduction/information.rst:960 msgid "Signaling" @@ -2499,20 +2468,18 @@ msgstr "Signalement" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" "Une indication, un drapeau, ou un signal de compatibilité avec une " -"fonctionnalité ou un \"fork\". Le terme de signalement est le plus " -"souvent employé dans le contexte du minage, lorsque les mineurs expriment" -" leur compatibilité ou leur accord. Cette expression se fait en général " -"par leur adoption d'une mise à jour logicielle et d'un protocole " -"particulier, et/ou en définissant un bit de version spécifique dans les " -"blocs découverts." +"fonctionnalité ou un \"fork\". Le terme de signalement est le plus souvent " +"employé dans le contexte du minage, lorsque les mineurs expriment leur " +"compatibilité ou leur accord. Cette expression se fait en général par leur " +"adoption d'une mise à jour logicielle et d'un protocole particulier, et/ou " +"en définissant un bit de version spécifique dans les blocs découverts." #: ../../docs/user/introduction/information.rst:967 msgid "State View" @@ -2521,13 +2488,13 @@ msgstr "Vue d'état" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" "État actuel de tous les objets de données, une fois que toutes les " -"modifications issues des transitions d'état ont été appliquées. Utilisé " -"par Evolution, par exemple pour déterminer ce qui doit être affiché dans " -"un portefeuille social donné." +"modifications issues des transitions d'état ont été appliquées. Utilisé par " +"Evolution, par exemple pour déterminer ce qui doit être affiché dans un " +"portefeuille social donné." #: ../../docs/user/introduction/information.rst:972 msgid "Spork" @@ -2537,33 +2504,33 @@ msgstr "Spork" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." -msgstr "" -"L'équipe de développement de Dash a créé un mécanisme nommé \":ref:`spork" -" `\" par lequel le code mis à jour est diffusé au réseau, mais " -"pas immédiatement activé (ou \"imposé\"). Une communication est faite " -"auprès des utilisateurs pour les informer du changement et de la " -"nécessité qu'ils mettent à jour leurs clients. Ceux qui mettent à jour " -"leurs clients font tourner le nouveau code, mais dans le cas d'erreurs se" -" manifestant dans le nouveau code, les blocs des clients ne sont pas " -"rejetés par le réseau, et ainsi des “forks\" non souhaités sont évités. " -"Les données sur les erreurs peuvent alors être récupérées et transmises à" -" l'équipe de développement. Une fois que l'équipe est satisfaite de la " -"stabilité du nouveau code dans le réseau principal — et que le consensus " -"acceptable est atteint dans le réseau —, l'activation du code mis à jour " -"se fait à distance. Si des problèmes apparaissent, le code peut être " -"désactivé de la même façon, sans nécessité d'un retour en arrière de " -"l'ensemble du réseau, ni d'une mise à jour du client. " +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." +msgstr "" +"L'équipe de développement de Dash a créé un mécanisme nommé \":ref:`spork " +"`\" par lequel le code mis à jour est diffusé au réseau, mais pas " +"immédiatement activé (ou \"imposé\"). Une communication est faite auprès des" +" utilisateurs pour les informer du changement et de la nécessité qu'ils " +"mettent à jour leurs clients. Ceux qui mettent à jour leurs clients font " +"tourner le nouveau code, mais dans le cas d'erreurs se manifestant dans le " +"nouveau code, les blocs des clients ne sont pas rejetés par le réseau, et " +"ainsi des “forks\" non souhaités sont évités. Les données sur les erreurs " +"peuvent alors être récupérées et transmises à l'équipe de développement. Une" +" fois que l'équipe est satisfaite de la stabilité du nouveau code dans le " +"réseau principal — et que le consensus acceptable est atteint dans le réseau" +" —, l'activation du code mis à jour se fait à distance. Si des problèmes " +"apparaissent, le code peut être désactivé de la même façon, sans nécessité " +"d'un retour en arrière de l'ensemble du réseau, ni d'une mise à jour du " +"client. " #: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" @@ -2571,12 +2538,12 @@ msgstr "Pièces marquées" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" "Le marquage est une mesure de corrélation entre deux adresses de " -"portefeuille. Il est d'une certaine importance si l'utilisateur essaie de" -" demeurer anonyme." +"portefeuille. Il est d'une certaine importance si l'utilisateur essaie de " +"demeurer anonyme." #: ../../docs/user/introduction/information.rst:992 msgid "tDash" @@ -2584,7 +2551,8 @@ msgstr "tDash" #: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." -msgstr "Dash de test, utilisé uniquement sur le :ref:`réseau de test `." +msgstr "" +"Dash de test, utilisé uniquement sur le :ref:`réseau de test `." #: ../../docs/user/introduction/information.rst:995 msgid "Testnet" @@ -2593,16 +2561,16 @@ msgstr "Réseau de test" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" -"Le :ref:`réseau de test (testnet) ` est un réseau dédié aux " -"tests (parallèle au réseau principal), aux portefeuilles de test, aux " -"pièces de test, aux masternodes de test, aux mineurs de test et aux " -"utilisateurs de test, qui simulent tous leurs contreparties du réseau " -"principal mais dans un environnement sûr où les erreurs et les forks ne " -"peuvent pas faire de dégâts." +"Le :ref:`réseau de test (testnet) ` est un réseau dédié aux tests " +"(parallèle au réseau principal), aux portefeuilles de test, aux pièces de " +"test, aux masternodes de test, aux mineurs de test et aux utilisateurs de " +"test, qui simulent tous leurs contreparties du réseau principal mais dans un" +" environnement sûr où les erreurs et les forks ne peuvent pas faire de " +"dégâts." #: ../../docs/user/introduction/information.rst:1001 msgid "Tor" @@ -2610,11 +2578,11 @@ msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" -"Protocole de routage anonyme utilisé par les personnes souhaitant masquer" -" leur identité en ligne." +"Protocole de routage anonyme utilisé par les personnes souhaitant masquer " +"leur identité en ligne." #: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" @@ -2622,22 +2590,20 @@ msgstr "Transaction" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" "Déplacement quelconque de données sur le registre distribué de la " "blockchain. On distingue les transactions classiques des transactions " "spéciales. Comme dans Bitcoin, les transactions classiques déplacent des " "soldes entre adresses de la blockchain. Les transactions spéciales " -"comportent des données supplémentaires selon le format défini par la " -"`DIP2 `_ et " -"elles peuvent être utilisées, par exemple, pour gérer les utilisateurs " -"sur la blockchain." +"comportent des données supplémentaires selon le format défini par la `DIP2 " +"`_ et elles peuvent" +" être utilisées, par exemple, pour gérer les utilisateurs sur la blockchain." #: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" @@ -2645,11 +2611,11 @@ msgstr "Bloc de transactions" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" -"Série de transactions sur le réseau Dash, rassemblées en un bloc qui peut" -" alors être \"haché\" et ajouté à la blockchain." +"Série de transactions sur le réseau Dash, rassemblées en un bloc qui peut " +"alors être \"haché\" et ajouté à la blockchain." #: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" @@ -2657,9 +2623,9 @@ msgstr "Frais de transaction" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" "De :ref:`faibles frais ` sont nécessaires à certaines transactions " "envoyées sur le réseau Dash. Les frais de transaction sont reversés au " @@ -2671,14 +2637,14 @@ msgstr "Transactions non confirmées" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" -"Les transactions qui ne sont pas encore traitées par les mineurs ou qui " -"sont retenues par InstantSend sont dites \"non confirmées sur la " -"blockchain\". Les transactions non confirmées peuvent être inversées et " -"ne doivent pas être considérées comme définitives." +"Les transactions qui ne sont pas encore traitées par les mineurs ou qui sont" +" retenues par InstantSend sont dites \"non confirmées sur la blockchain\". " +"Les transactions non confirmées peuvent être inversées et ne doivent pas " +"être considérées comme définitives." #: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" @@ -2686,7 +2652,8 @@ msgstr "Adresse vanity" #: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." -msgstr "Adresse Dash avec une forme particulière, contenant par exemple un nom." +msgstr "" +"Adresse Dash avec une forme particulière, contenant par exemple un nom." #: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" @@ -2694,12 +2661,11 @@ msgstr "Dash vierge" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" -"Désigne les dashs reçus comme récompense de minage de bloc ou de gestion " -"de masternode. Ils n'ont été dépensés encore nulle part et sont " -"\"vierges\"." +"Désigne les dashs reçus comme récompense de minage de bloc ou de gestion de " +"masternode. Ils n'ont été dépensés encore nulle part et sont \"vierges\"." #: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" @@ -2707,8 +2673,8 @@ msgstr "Volatilité" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" "Mesure des mouvements du cours sur une période de temps pour un actif " "financier (dont Dash)." @@ -2723,10 +2689,10 @@ msgid "" "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -"Moyen de stocker des dashs pour une utilisation ultérieure. Un " -"portefeuille détient les clés privées associées aux adresses Dash " -"correspondantes. La blockchain est le registre de tous les soldes Dash " -"(et des transactions) associés à ces adresses." +"Moyen de stocker des dashs pour une utilisation ultérieure. Un portefeuille " +"détient les clés privées associées aux adresses Dash correspondantes. La " +"blockchain est le registre de tous les soldes Dash (et des transactions) " +"associés à ces adresses." #: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" @@ -2735,16 +2701,15 @@ msgstr "Livre blanc" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" -"Un `livre blanc `_ est un " -"rapport ou guide de référence, qui informe de manière concise les " -"lecteurs sur un problème complexe, et qui expose les conceptions de " -"l'auteur à ce sujet. Il est destiné à aider les lecteurs à comprendre un " -"problème, à le résoudre, et à prendre des décisions." +"Un `livre blanc `_ est un rapport" +" ou guide de référence, qui informe de manière concise les lecteurs sur un " +"problème complexe, et qui expose les conceptions de l'auteur à ce sujet. Il " +"est destiné à aider les lecteurs à comprendre un problème, à le résoudre, et" +" à prendre des décisions." #: ../../docs/user/introduction/information.rst:1051 msgid "X11" @@ -2752,11 +2717,11 @@ msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" -":ref:`X11 ` est un algorithme de hachage créé par " -"Evan Duffield, développeur Dash Core." +":ref:`X11 ` est un algorithme de hachage créé par Evan " +"Duffield, développeur Dash Core." #: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" @@ -2764,8 +2729,8 @@ msgstr "Zéro confirmation" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" "Il s'agit d'une transaction sans aucune confirmation sur la blockchain. " "Techniquement, elle est réversible (sauf en cas d'utilisation " @@ -2777,15 +2742,15 @@ msgstr "vin" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" "Une transaction (\"tx\") consiste en une ou plusieurs entrées et une ou " -"plusieurs sorties. Le \"vin\" est la liste des entrées de la transaction," -" et le \"vout\" est la liste de ses sorties. Les masternodes requièrent " -"un \"vin\" de 1000 dashs (exactement) pour pouvoir fonctionner." +"plusieurs sorties. Le \"vin\" est la liste des entrées de la transaction, et" +" le \"vout\" est la liste de ses sorties. Les masternodes requièrent un " +"\"vin\" de 1000 dashs (exactement) pour pouvoir fonctionner." #: ../../docs/user/introduction/information.rst:1065 msgid "VMN" @@ -2800,149 +2765,3 @@ msgstr "" "Émulateur autonome de masternode, écrit en JavaScript, qui simule les " "fonctions de couches 1 à 3 d'Evolution pour faciliter la conception, la " "programmation et les tests." - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "**Documentation Dash Core :** https://dashcore.readme.io" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "**Documentation Dash Platform :** https://dashplatform.readme.io" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**Fondation :** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "https://app.dashnexus.org" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "https://dashthailand.org" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "https://dashnigeria.com/" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "https://www.dashnation.com" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "http://www.dashspain.org" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "https://www.dashhaiti.com" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" -#~ "**Cryptocurrencytalk.com :** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "**链节点 (forum ChainNode) :** https://www.chainnode.com/forum/115" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba) :** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "**Vénézuela :** https://www.facebook.com/groups/DarkcoinVenezuela" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "**Dash Force News :** https://twitter.com/DashForceNews" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" -#~ "**Mark Mason, directeur de la " -#~ "communication, Dash Force News :** " -#~ "https://twitter.com/StayDashy" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" -#~ "**Amanda B. Johnson, superfan Dash et" -#~ " partenaire financé par la DAO :**" -#~ " https://twitter.com/AmandaB_Johnson" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" -#~ "**Tao of Satoshi, fondateur de Dash " -#~ "Nation et contractant financé par la " -#~ "D.A.O. :** `https://twitter.com/Dash_Nation " -#~ "`__" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "**Dash Vietnam :** https://twitter.com/dashvietnam" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "**Actualités Dash en espagnol :** https://dashnewsespanol.com" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "**Dash Embassy D-A-CH :** https://www.dash-embassy.org/" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "**Actualités Dash en Allemagne :** https://dash-news.de" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "**Dash Vietnam :** https://dashvn.blogspot.com" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "**Dash France :** https://dashfrance.com/" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "https://www.coinexplorer.net/dash" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "https://www.cryptonator.com/widget" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "**Bitnovo :** https://apps.apple.com/app/id1220883632" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "**BitUniverse :** https://apps.apple.com/app/id1329338902" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" -#~ "**Jaxx :** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" -#~ "**Cryptonator :** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" -#~ "**Bitnovo :** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" -#~ "**Blockfolio :** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po b/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po index da6132c7c..9a7e9e832 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/legal.po b/locale/fr/LC_MESSAGES/docs/user/legal.po index 73721139c..6e853c657 100644 --- a/locale/fr/LC_MESSAGES/docs/user/legal.po +++ b/locale/fr/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/marketing.po b/locale/fr/LC_MESSAGES/docs/user/marketing.po index 0ae9a0ab8..5d1f19d15 100644 --- a/locale/fr/LC_MESSAGES/docs/user/marketing.po +++ b/locale/fr/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po index 5f6dc5d55..b41595ffe 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -"Les services d'hébergement de masternode peuvent vous aider à configurer " -"et à administrer un masternode Dash" +"Les services d'hébergement de masternode peuvent vous aider à configurer et " +"à administrer un masternode Dash" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" "dash, cryptomonnaie, hébergement, serveur, linux, masternode, contact, " "trezor, installation, opérateur, propriétaire, dip3, récompense" @@ -45,20 +44,19 @@ msgstr "Services d'hébergement" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" -"Plusieurs membres de la communauté Dash proposent des services " -"d'hébergement de masternode. Ce service peut être accompli de manière " -"sûre, sans que le client n'ait à abandonner le contrôle des 1000 dashs " -"représentant la caution. Pour des raisons de sécurité, il est chaudement " -"recommandé de conserver la caution sur un portefeuille matériel lorsqu'on" -" souhaite bénéficier d'un service d'hébergement. Une liste des services " -"d'hébergement de masternode actuellement disponibles est consultable ci-" -"dessous." +"Plusieurs membres de la communauté Dash proposent des services d'hébergement" +" de masternode. Ce service peut être accompli de manière sûre, sans que le " +"client n'ait à abandonner le contrôle des 1000 dashs représentant la " +"caution. Pour des raisons de sécurité, il est chaudement recommandé de " +"conserver la caution sur un portefeuille matériel lorsqu'on souhaite " +"bénéficier d'un service d'hébergement. Une liste des services d'hébergement " +"de masternode actuellement disponibles est consultable ci-dessous." #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" @@ -66,11 +64,11 @@ msgstr "Liste de services d'hébergement" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" -"**Avertissement** : Dash Core peut éventuellement être affilié à certains" -" des membres de la communauté ci-dessous, mais n'est impliqué dans la " +"**Avertissement** : Dash Core peut éventuellement être affilié à certains " +"des membres de la communauté ci-dessous, mais n'est impliqué dans la " "fourniture d'aucun des services suivants." #: ../../docs/user/masternodes/hosting.rst:26 @@ -92,7 +90,6 @@ msgid "Services: Hosting, Shares" msgstr "Services : Hébergement, Parts" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "Coût : 15% des paiements de masternode" @@ -222,7 +219,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "Opéré par : Pool of Stake OÜ" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "15% des paiements de masternode (5% avec des jetons)" @@ -259,7 +255,6 @@ msgid "Services: Hosting, Reporting" msgstr "Services : hébergement, suivi" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "Coût : 10% des récompenses" @@ -381,12 +376,13 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:190 msgid ":ref:`Full masternode setup guide `" -msgstr ":ref:`Guide complet de mise en place d'un masternode `" +msgstr "" +":ref:`Guide complet de mise en place d'un masternode `" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" ":ref:`Informations pour les utilisateurs de masternodes hébergés ` (vous êtes ici)" @@ -401,12 +397,13 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:194 msgid "Registering a hosted masternode is done in several steps:" -msgstr "L'enregistrement d'un masternode hébergé se fait en plusieurs étapes :" +msgstr "" +"L'enregistrement d'un masternode hébergé se fait en plusieurs étapes :" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" "Envoyez 1000 dashs à une adresse que vous contrôlez, en une seule " "transaction, puis attendez 15 confirmations" @@ -415,135 +412,72 @@ msgstr "" msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" -"Correspondez avec votre hébergeur pour déterminer qui générera les clés " -"BLS d'opérateur, si les frais de l'hébergeur seront payés par un " -"pourcentage de la récompense ou selon un contrat séparé, et si le " -"masternode sera mis en place avant ou après la transaction " -"d'enregistrement" +"Correspondez avec votre hébergeur pour déterminer qui générera les clés BLS " +"d'opérateur, si les frais de l'hébergeur seront payés par un pourcentage de " +"la récompense ou selon un contrat séparé, et si le masternode sera mis en " +"place avant ou après la transaction d'enregistrement" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" -"Préparez, signez et émettez la transaction d'enregistrement en utilisant " -"le portefeuille logiciel Dash Core ou l'utilitaire DashMasternodeTool" +"Préparez, signez et émettez la transaction d'enregistrement en utilisant le " +"portefeuille logiciel Dash Core ou l'utilitaire DashMasternodeTool" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" "Il est **hautement recommandé** de stocker les clés de votre caution de " -"masternode sur un :ref:`portefeuille matériel ` " -"pour une meilleure sécurité contre les pirates. Comme le portefeuille " -"matériel n'est utilisé que pour signer une transaction, il n'y a aucun " -"besoin de connecter ce portefeuille à Internet. Cependant, un " -"portefeuille logiciel Dash Core comportant des fonds (pour les frais de " -"transaction) est obligatoire pour soumettre la transaction " -"d'enregistrement. Le processus d'enregistrement de masternode suit pas à " -"pas le :ref:`guide d'installation ` à partir de " -":ref:`l'étape d'enregistrement `." +"masternode sur un :ref:`portefeuille matériel ` pour " +"une meilleure sécurité contre les pirates. Comme le portefeuille matériel " +"n'est utilisé que pour signer une transaction, il n'y a aucun besoin de " +"connecter ce portefeuille à Internet. Cependant, un portefeuille logiciel " +"Dash Core comportant des fonds (pour les frais de transaction) est " +"obligatoire pour soumettre la transaction d'enregistrement. Le processus " +"d'enregistrement de masternode suit pas à pas le :ref:`guide d'installation " +"` à partir de :ref:`l'étape d'enregistrement `." #: ../../docs/user/masternodes/hosting.rst:220 msgid "Operator transactions" msgstr "Transactions d'opérateur" #: ../../docs/user/masternodes/hosting.rst:222 -#, fuzzy msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" -"La présente section s'adresse aux opérateurs gérant des nœuds pour le " -"compte de propriétaires. Si vous fournissez au propriétaire du masternode" -" l'adresse IP et le port d'un nœud complet synchronisé dont le fichier " -"``dash.conf`` comprend votre ``masternodeblsprivkey`` tel que décrit " -":ref:`ici `, le masternode apparaîtra dans le groupe des " -"masternodes DIP003 valides immédiatement après que le propriétaire a " -"soumis la commande ``protx register_submit`` telle que décrite ci-dessus." -" Si le nœud complet ne tourne pas, ou si le propriétaire indique ``0`` " -"pour ``ipAndPort``, alors le nœud sera enregistré dans un état de " -"bannissement PoSe. Dans ce cas, l'opérateur doit émettre une " -":ref:`transaction ProUpServTx ` pour mettre à jour " -"les caractéristiques du service et enregistrer le masternode." #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." msgstr "" "La transaction ProRegTx soumise par le propriétaire indique également le " -"pourcentage de récompense alloué à l'opérateur. Elle n'indique pas " -"l'adresse où doit être versé ce pourcentage, donc une transaction " -"ProUpServTx est également obligatoire pour réclamer cette récompense en " -"indiquant une adresse Dash. Si la récompense n'est pas réclamée, elle " -"sera payée intégralement au propriétaire." - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 met en œuvre la " -#~ "DIP003, qui introduit certains changements " -#~ "dans la façon d'installer et de " -#~ "gérer un masternode. Veuillez trouver " -#~ "ci-dessous une liste de la " -#~ "documentation disponible :" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Listes de masternodes déterministes" -#~ " `__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ ":ref:`Procédure de mise à jour Dash " -#~ "0.13 pour les masternodes (documentation " -#~ "archivée) `" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" -#~ "Il est hautement recommandé, avant de" -#~ " continuer, de lire d'abord la liste" -#~ " des changements, afin de se " -#~ "familiariser avec les nouveaux concepts " -#~ "de la DIP003." - +"pourcentage de récompense alloué à l'opérateur. Elle n'indique pas l'adresse" +" où doit être versé ce pourcentage, donc une transaction ProUpServTx est " +"également obligatoire pour réclamer cette récompense en indiquant une " +"adresse Dash. Si la récompense n'est pas réclamée, elle sera payée " +"intégralement au propriétaire." diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po index db89fadfe..1cf2fbc1b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" @@ -21,7 +21,7 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." @@ -29,7 +29,7 @@ msgstr "" "Introduction à la documentation sur la mise en place et la gestion d'un " "masternode pour la cryptomonnaie Dash." -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "dash, masternodes, hébergement, linux, paiement, mise en place" diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/maintenance.po index ebab0d70a..4c56b9091 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,43 +1,42 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" "Gérer un masternode Dash implique de le mettre à jour avec la version la " "plus récente, de voter et de gérer les paiements" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" msgstr "" -"dash, cryptomonnaie, masternode, gestion, gérer, paiements, retrait, " -"vote, surveillance, dip3, mise à jour, déterministe" +"dash, cryptomonnaie, masternode, gestion, gérer, paiements, retrait, vote, " +"surveillance, dip3, mise à jour, déterministe" #: ../../docs/user/masternodes/maintenance.rst:9 msgid "Maintenance" @@ -45,19 +44,18 @@ msgstr "Gestion" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" -"Les masternodes impliquent une gestion régulière, pour être certain " -"qu'ils ne soient pas éjectés de la file d'attente des paiements. Cela " -"comprend l'installation sans attendre des mises à jour de Dash, mais " -"aussi certaines opérations de sécurité et de performance sur le serveur. " -"De plus, les masternodes doivent voter sur les propositions et accomplir " -"d'autres tâches dans l'intérêt du réseau et de la valeur en dashs qu'ils " -"représentent." +"Les masternodes impliquent une gestion régulière, pour être certain qu'ils " +"ne soient pas éjectés de la file d'attente des paiements. Cela comprend " +"l'installation sans attendre des mises à jour de Dash, mais aussi certaines " +"opérations de sécurité et de performance sur le serveur. De plus, les " +"masternodes doivent voter sur les propositions et accomplir d'autres tâches " +"dans l'intérêt du réseau et de la valeur en dashs qu'ils représentent." #: ../../docs/user/masternodes/maintenance.rst:21 msgid "Masternode Software Update" @@ -67,16 +65,16 @@ msgstr "Mise à jour du logiciel du masternode" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" "Le logiciel Dash Core doit être mis à jour régulièrement, afin de rester " "cohérent avec l'état le plus récent du réseau. Suivez la procédure ci-" -"dessous pour mettre à jour manuellement votre masternode. Si vous " -"utilisez encore l'installeur obsolète Dashman, veuillez vous référer à la" -" documentation obsolète `ici " +"dessous pour mettre à jour manuellement votre masternode. Si vous utilisez " +"encore l'installeur obsolète Dashman, veuillez vous référer à la " +"documentation obsolète `ici " "`__." @@ -86,17 +84,16 @@ msgstr "Mise à jour manuelle" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" "Pour mettre à jour manuellement le logiciel Dash sur votre masternode, " -"veuillez vous connecter à votre server avec `ssh` ou PuTTY. Si votre " -"fichier crontab comporte une entrée pour redémarrer automatiquement " -"`dashd`, saisissez la commande ``crontab -e`` et commentez la ligne " -"appropriée en ajoutant le caractère ``#`` à son début. Cela doit " -"ressembler à ceci :" +"veuillez vous connecter à votre server avec `ssh` ou PuTTY. Si votre fichier" +" crontab comporte une entrée pour redémarrer automatiquement `dashd`, " +"saisissez la commande ``crontab -e`` et commentez la ligne appropriée en " +"ajoutant le caractère ``#`` à son début. Cela doit ressembler à ceci :" #: ../../docs/user/masternodes/maintenance.rst:39 msgid "Then stop Dash running::" @@ -104,32 +101,30 @@ msgstr "Puis interrompez l'exécution de Dash :" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" -"Vérifiez l'authenticité de votre téléchargement en comparant sa signature" -" séparée à la clé publique diffusée par l'équipe de développement Dash " -"Core. Toutes les versions de Dash sont signées avec GPG avec une des clés" -" suivantes :" +"Vérifiez l'authenticité de votre téléchargement en comparant sa signature " +"séparée à la clé publique diffusée par l'équipe de développement Dash Core. " +"Toutes les versions de Dash sont signées avec GPG avec une des clés " +"suivantes :" #: ../../docs/user/masternodes/maintenance.rst:57 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, " -"`vérifiable ici sur Keybase `__" +"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, `vérifiable" +" ici sur Keybase `__" #: ../../docs/user/masternodes/maintenance.rst:59 msgid "" @@ -140,10 +135,10 @@ msgstr "" "Keybase `__" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" -"Décompressez l'archive et copiez les nouveaux fichiers dans le répertoire" -" :" +"Décompressez l'archive et copiez les nouveaux fichiers dans le répertoire :" #: ../../docs/user/masternodes/maintenance.rst:75 msgid "Restart Dash::" @@ -151,20 +146,20 @@ msgstr "Redémarrez Dash :" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" "Vous verrez un message disant \"Démarrage du serveur Dash Core\". Nous " "allons maintenant mettre à jour Sentinel :" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" "Enfin, dans votre fichier crontab, décommentez la ligne permettant de " -"redémarrer automatiquement Dash. Faites à nouveau la commande ``crontab " -"-e`` et effacez le caractère ``#``." +"redémarrer automatiquement Dash. Faites à nouveau la commande ``crontab -e``" +" et effacez le caractère ``#``." #: ../../docs/user/masternodes/maintenance.rst:91 msgid "The Dash software on the masternode is now updated." @@ -176,35 +171,34 @@ msgstr "Mise à jour des informations du masternode" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." -msgstr "" -"De temps en temps, il peut être nécessaire de mettre à jour les " -"informations du masternode si toute information relative au propriétaire " -"ou à l'opérateur vient à changer. Il peut s'agir par exemple d'un " -"changement d'adresse IP, ou de l'adresse de paiement du propriétaire ou " -"de l'opérateur, ou des clés de vote ou d'opérateur. Il est également " -"possible de révoquer l'état enregistré d'un masternode (dans le cas d'une" -" faille de sécurité, par exemple) pour forcer à la fois le propriétaire " -"et l'opérateur à mettre à jour leurs informations." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." +msgstr "" +"De temps en temps, il peut être nécessaire de mettre à jour les informations" +" du masternode si toute information relative au propriétaire ou à " +"l'opérateur vient à changer. Il peut s'agir par exemple d'un changement " +"d'adresse IP, ou de l'adresse de paiement du propriétaire ou de l'opérateur," +" ou des clés de vote ou d'opérateur. Il est également possible de révoquer " +"l'état enregistré d'un masternode (dans le cas d'une faille de sécurité, par" +" exemple) pour forcer à la fois le propriétaire et l'opérateur à mettre à " +"jour leurs informations." #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" "Modifier la clé d'opérateur BLS ou créer une nouvelle transaction ProTx " -"basée sur la même transaction de caution remettra à zéro votre position " -"dans la file d'attente de paiement. Modifier votre adresse IP ou vos " -"adresses diverses de vote ou de paiement ne changera pas votre position " -"dans la file d'attente de paiement." +"basée sur la même transaction de caution remettra à zéro votre position dans" +" la file d'attente de paiement. Modifier votre adresse IP ou vos adresses " +"diverses de vote ou de paiement ne changera pas votre position dans la file " +"d'attente de paiement." #: ../../docs/user/masternodes/maintenance.rst:115 msgid "ProUpServTx" @@ -213,28 +207,28 @@ msgstr "ProUpServTx" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" -msgstr "" -"Une transaction de service de mise à jour du fournisseur (Provider Update" -" Service Transaction, ProUpServTx) est utilisée pour mettre à jour les " -"informations relatives à l'opérateur. Un opérateur peut mettre à jour les" -" champs d'adresse IP et de port d'un masternode. Si une récompense " +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" +msgstr "" +"Une transaction de service de mise à jour du fournisseur (Provider Update " +"Service Transaction, ProUpServTx) est utilisée pour mettre à jour les " +"informations relatives à l'opérateur. Un opérateur peut mettre à jour les " +"champs d'adresse IP et de port d'un masternode. Si une récompense " "d'opérateur (operatorReward) différente de zéro a été définie dans la " "transaction ProRegTx initiale, l'opérateur peut aussi définir le champ " "``operatorPayoutAddress`` dans la transaction ProUpServTx. Si la valeur " "``operatorPayoutAddress`` n'est pas définie et que la valeur " "``operatorReward`` n'est pas égale à zéro, le propriétaire perçoit " -"l'intégralité de la récompense de masternode. Une transaction ProUpServTx" -" peut être créée avec DashMasternodeTool en cliquant sur le bouton " -"**Update service**, ou avec le portefeuille logiciel Dash Core en " -"utilisant la syntaxe suivante :" +"l'intégralité de la récompense de masternode. Une transaction ProUpServTx " +"peut être créée avec DashMasternodeTool en cliquant sur le bouton **Update " +"service**, ou avec le portefeuille logiciel Dash Core en utilisant la " +"syntaxe suivante :" #: ../../docs/user/masternodes/maintenance.rst:129 #: ../../docs/user/masternodes/maintenance.rst:171 @@ -257,26 +251,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" "``operatorKey`` : la clé privée BLS de l'opérateur associée à la clé " "publique enregistrée de l'opérateur" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" -"``operatorPayoutAddress`` (facultatif) : l'adresse utilisée pour recevoir" -" les paiements de la récompense d'opérateur. Autorisée uniquement si la " +"``operatorPayoutAddress`` (facultatif) : l'adresse utilisée pour recevoir " +"les paiements de la récompense d'opérateur. Autorisée uniquement si la " "transaction ProRegTx a une valeur ``operatorReward`` différente de zéro. " "Tapez ``\"\"`` pour utiliser la dernière adresse de paiement d'opérateur " -"présente sur chaîne, ou en tant qu'espace réservé lorsque vous indiquez " -"une ``feeSourceAddress``." +"présente sur chaîne, ou en tant qu'espace réservé lorsque vous indiquez une " +"``feeSourceAddress``." #: ../../docs/user/masternodes/maintenance.rst:140 #: ../../docs/user/masternodes/maintenance.rst:209 @@ -284,9 +277,8 @@ msgid "" "``feeSourceAddress`` (optional): An address used to fund ProTx fee. " "``operatorPayoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress`` (facultatif) : une adresse où seront prélevés les " -"frais de la transaction ProTx. À défaut, ``operatorPayoutAddress`` sera " -"utilisée." +"``feeSourceAddress`` (facultatif) : une adresse où seront prélevés les frais" +" de la transaction ProTx. À défaut, ``operatorPayoutAddress`` sera utilisée." #: ../../docs/user/masternodes/maintenance.rst:143 #: ../../docs/user/masternodes/maintenance.rst:212 @@ -295,12 +287,12 @@ msgstr "Exemple :" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" "Le masternode est à présent retiré de la liste de bannissement PoSe, et " -"l'adresse IP, le port et l'adresse de récompense de l'opérateur ont été " -"mis à jour." +"l'adresse IP, le port et l'adresse de récompense de l'opérateur ont été mis " +"à jour." #: ../../docs/user/masternodes/maintenance.rst:155 msgid "ProUpRegTx" @@ -309,33 +301,33 @@ msgstr "ProUpRegTx" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" "Une transaction d'enregistrement de mise à jour du fournisseur (Provider " -"Update Registrar Transaction, ProUpRegTx) est utilisée pour mettre à jour" -" les informations relatives au propriétaire. Un propriétaire peut mettre " -"à jour la clé publique BLS d'un opérateur (par exemple pour désigner un " -"nouvel opérateur), l'adresse de vote et sa propre adresse de paiement. " -"Une transaction ProUpRegTx peut être créée avec DashMasternodeTool en " -"cliquant sur le bouton **Update operator key**, **Update voting key** ou " -"**Update payout addr.**, ou avec le portefeuille logiciel Dash Core en " -"utilisant la syntaxe suivante :" +"Update Registrar Transaction, ProUpRegTx) est utilisée pour mettre à jour " +"les informations relatives au propriétaire. Un propriétaire peut mettre à " +"jour la clé publique BLS d'un opérateur (par exemple pour désigner un nouvel" +" opérateur), l'adresse de vote et sa propre adresse de paiement. Une " +"transaction ProUpRegTx peut être créée avec DashMasternodeTool en cliquant " +"sur le bouton **Update operator key**, **Update voting key** ou **Update " +"payout addr.**, ou avec le portefeuille logiciel Dash Core en utilisant la " +"syntaxe suivante :" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" "``operatorKeyAddr`` : une clé publique BLS mise à jour, ou bien ``\"\"`` " "pour utiliser la dernière clé d'opérateur sur chaîne" @@ -345,25 +337,25 @@ msgid "" "``votingKeyAddr``: An updated voting key address, or ``\"\"`` to use the " "last on-chain voting key" msgstr "" -"``votingKeyAddr`` : une adresse de clé de vote mise à jour, ou bien " -"``\"\"`` pour utiliser la dernière clé de vote sur chaîne" +"``votingKeyAddr`` : une adresse de clé de vote mise à jour, ou bien ``\"\"``" +" pour utiliser la dernière clé de vote sur chaîne" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" -"``payoutAddress`` : une adresse Dash pour les paiements du propriétaire " -"mise à jour, ou bien ``\"\"`` pour utiliser la dernière clé d'opérateur " -"sur chaîne" +"``payoutAddress`` : une adresse Dash pour les paiements du propriétaire mise" +" à jour, ou bien ``\"\"`` pour utiliser la dernière clé d'opérateur sur " +"chaîne" #: ../../docs/user/masternodes/maintenance.rst:180 msgid "" "``feeSourceAddress`` (optional): An address used to fund ProTx fee. " "``PayoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress`` (facultatif) : une adresse où seront prélevés les " -"frais de la transaction ProTx. À défaut, ``PayoutAddress`` sera utilisée." +"``feeSourceAddress`` (facultatif) : une adresse où seront prélevés les frais" +" de la transaction ProTx. À défaut, ``PayoutAddress`` sera utilisée." #: ../../docs/user/masternodes/maintenance.rst:183 msgid "Example to update payout address::" @@ -377,37 +369,36 @@ msgstr "ProUpRevTx" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" -msgstr "" -"Une transaction de révocation de mise à jour de fournisseur (Provider " -"Update Revocation Transaction, ProUpRevTx) est utilisée par l'opérateur " -"pour interrompre le service ou pour signaler au propriétaire qu'une " -"nouvelle clé BLS est requise. Cette transaction mettra immédiatement le " -"masternode dans l'état de bannissement PoSe. Le propriétaire doit alors " -"émettre une transaction ProUpRegTx pour définir une nouvelle clé " -"d'opérateur. Après que la transaction ProUpRegTx est minée dans un bloc, " -"le nouvel opérateur doit émettre une transaction ProUpServTx pour mettre " -"à jour les métadonnées relatives au service et pour lever le bannissement" -" PoSe (c'est-à-dire ressusciter le masternode). Une transaction " -"ProUpRevTx peut être créée avec DashMasternodeTool en cliquant sur le " -"bouton **Revoke operator**, ou avec le portefeuille logiciel Dash Core en" -" utilisant la syntaxe suivante :" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" +msgstr "" +"Une transaction de révocation de mise à jour de fournisseur (Provider Update" +" Revocation Transaction, ProUpRevTx) est utilisée par l'opérateur pour " +"interrompre le service ou pour signaler au propriétaire qu'une nouvelle clé " +"BLS est requise. Cette transaction mettra immédiatement le masternode dans " +"l'état de bannissement PoSe. Le propriétaire doit alors émettre une " +"transaction ProUpRegTx pour définir une nouvelle clé d'opérateur. Après que " +"la transaction ProUpRegTx est minée dans un bloc, le nouvel opérateur doit " +"émettre une transaction ProUpServTx pour mettre à jour les métadonnées " +"relatives au service et pour lever le bannissement PoSe (c'est-à-dire " +"ressusciter le masternode). Une transaction ProUpRevTx peut être créée avec " +"DashMasternodeTool en cliquant sur le bouton **Revoke operator**, ou avec le" +" portefeuille logiciel Dash Core en utilisant la syntaxe suivante :" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" "``reason`` : un nombre entier indiquant la `raison de la révocation " -"`__" +"`__" #: ../../docs/user/masternodes/maintenance.rst:218 msgid "Proof of Service Bans" @@ -416,21 +407,19 @@ msgstr "Bannissements liés à la preuve de service" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" -"Si votre masternode échoue à fournir des services au réseau conformément " -"aux règles de consensus en vigueur, il fera l'objet d'un " -":ref:`bannissement lié à la preuve de service `. Si " -"votre masternode est dans l'état ``POSE_BANNED``, il vous est conseillé " -"de vérifier que les paramètres suivants soient correctement configurés :" +"Si votre masternode échoue à fournir des services au réseau conformément aux" +" règles de consensus en vigueur, il fera l'objet d'un :ref:`bannissement lié" +" à la preuve de service `. Si votre masternode est dans " +"l'état ``POSE_BANNED``, il vous est conseillé de vérifier que les paramètres" +" suivants soient correctement configurés :" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" "Assurez-vous d'utiliser la :ref:`dernière version de Dash `" @@ -440,8 +429,8 @@ msgid "" "Ensure your masternode has sufficient memory, swap, processing power and " "hard drive space" msgstr "" -"Vérifiez que votre masternode dispose de suffisamment de mémoire, de " -"swap, de puissance processeur et d'espace de stockage." +"Vérifiez que votre masternode dispose de suffisamment de mémoire, de swap, " +"de puissance processeur et d'espace de stockage." #: ../../docs/user/masternodes/maintenance.rst:228 msgid "" @@ -449,9 +438,9 @@ msgid "" "`__, and that you are on the correct " "chain and not forked off" msgstr "" -"Assurez-vous qu'il soit entièrement synchronisé jusqu'à la `bonne hauteur" -" de bloc `__, et qu'il soit sur la " -"bonne chaîne non forkée." +"Assurez-vous qu'il soit entièrement synchronisé jusqu'à la `bonne hauteur de" +" bloc `__, et qu'il soit sur la bonne " +"chaîne non forkée." #: ../../docs/user/masternodes/maintenance.rst:230 msgid "" @@ -463,11 +452,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" -"Assurez-vous que la clé privée BLS du masternode soit unique sur le " -"réseau, et qu'elle ne soit pas partagée avec d'autres masternodes." +"Assurez-vous que la clé privée BLS du masternode soit unique sur le réseau, " +"et qu'elle ne soit pas partagée avec d'autres masternodes." #: ../../docs/user/masternodes/maintenance.rst:234 msgid "" @@ -476,23 +465,22 @@ msgid "" "``ProUpRegTx``" msgstr "" "Assurez-vous que la clé privée BLS du masternode corresponde à la clé " -"publique BLS enregistrée sur la blockchain avec une transaction " -"``ProRegTx`` ou ``ProUpRegTx``." +"publique BLS enregistrée sur la blockchain avec une transaction ``ProRegTx``" +" ou ``ProUpRegTx``." #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" -"Vérifiez que les paramètres ``externalip`` (et ``port`` si vous utilisez " -"le réseau de test) soient indiqués correctement, et qu'ils ne sont pas " -"bloqués par un pare-feu ou un service de redirection de ports." +"Vérifiez que les paramètres ``externalip`` (et ``port`` si vous utilisez le " +"réseau de test) soient indiqués correctement, et qu'ils ne sont pas bloqués " +"par un pare-feu ou un service de redirection de ports." #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" "Assurez-vous que Sentinel soit installé et mis à jour, qu'il tourne sans " "message d'erreur, et qu'il soit inclus à votre fichier crontab pour être " @@ -500,24 +488,23 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." -msgstr "" -"Une fois que vous êtes certain que tous ces paramètres sont corrects, " -"vous pouvez mettre à jour l'état de votre service sur le réseau et " -"rejoindre le groupe des masternodes valides en créant une transaction " -":ref:`ProUpServTx `. Surveillez de près votre " -"masternode en utilisant la commande ``masternode status`` et/ou le " -"fichier ``debug.log`` après que les services aient été rétablis. Ces " -"informations peuvent vous aider à identifier l'élément mal configuré qui " -"entraîne le bannissement du masternode. Le masternode sera à nouveau " -"banni s'il persiste à ne pas fournir de services." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." +msgstr "" +"Une fois que vous êtes certain que tous ces paramètres sont corrects, vous " +"pouvez mettre à jour l'état de votre service sur le réseau et rejoindre le " +"groupe des masternodes valides en créant une transaction :ref:`ProUpServTx " +"`. Surveillez de près votre masternode en utilisant la " +"commande ``masternode status`` et/ou le fichier ``debug.log`` après que les " +"services aient été rétablis. Ces informations peuvent vous aider à " +"identifier l'élément mal configuré qui entraîne le bannissement du " +"masternode. Le masternode sera à nouveau banni s'il persiste à ne pas " +"fournir de services." #: ../../docs/user/masternodes/maintenance.rst:254 msgid "DashCentral voting, verification and monitoring" @@ -526,15 +513,14 @@ msgstr "Vote, vérification et suivi avec DashCentral" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" "DashCentral est un site web communautaire géré par Rango, membre de la " "communauté. Il est devenu le site *de facto* pour les débats sur les " "propositions budgétaires et pour accomplir le vote avec une interface " -"graphique, mais il propose aussi diverses fonctions de suivi de " -"masternodes." +"graphique, mais il propose aussi diverses fonctions de suivi de masternodes." #: ../../docs/user/masternodes/maintenance.rst:262 msgid "Adding your masternode to DashCentral" @@ -543,19 +529,19 @@ msgstr "Ajouter votre masternode à DashCentral" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" "`Dashcentral `_ vous permet de voter " "confortablement sur les propositions budgétaires, avec votre navigateur " -"Internet. Après vous être `inscrit " -"`_, allez à la page des " -"`masternodes `_ et cliquez sur " -"le bouton **Ajouter maintenant un masternode**. Saisissez votre adresse " -"de caution sur l'écran suivant :" +"Internet. Après vous être `inscrit `_," +" allez à la page des `masternodes " +"`_ et cliquez sur le bouton " +"**Ajouter maintenant un masternode**. Saisissez votre adresse de caution sur" +" l'écran suivant :" #: ../../docs/user/masternodes/maintenance.rst:274 msgid "Adding a masternode to DashCentral" @@ -563,11 +549,10 @@ msgstr "Ajout d'un masternode dans DashCentral" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" -"Cliquez sur **Ajouter un masternode**. Votre masternode est désormais " -"ajouté à DashCentral." +"Cliquez sur **Ajouter un masternode**. Votre masternode est désormais ajouté" +" à DashCentral." #: ../../docs/user/masternodes/maintenance.rst:280 msgid "Enabling voting from DashCentral" @@ -575,18 +560,18 @@ msgstr "Activer le vote depuis DashCentral" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" -"Cliquez sur **Modifier**, sous **Clés privées de vote**, pour saisir la " -"clé privée de votre masternode et rendre possible le vote par l'interface" -" web DashCentral. Saisissez une phrase de passe de vote (pas la même que " -"votre mot de passe de connexion, mais dont il faut aussi bien se souvenir" -" !) et saisissez la clé privée (celle que vous avez utilisée dans le " -"fichier \"dash.conf\" de votre masternode) sur l'écran suivant :" +"Cliquez sur **Modifier**, sous **Clés privées de vote**, pour saisir la clé " +"privée de votre masternode et rendre possible le vote par l'interface web " +"DashCentral. Saisissez une phrase de passe de vote (pas la même que votre " +"mot de passe de connexion, mais dont il faut aussi bien se souvenir !) et " +"saisissez la clé privée (celle que vous avez utilisée dans le fichier " +"\"dash.conf\" de votre masternode) sur l'écran suivant :" #: ../../docs/user/masternodes/maintenance.rst:292 msgid "Adding voting privkeys to DashCentral" @@ -595,24 +580,23 @@ msgstr "Ajout de clés privées de vote dans DashCentral" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." -msgstr "" -"Il est important de noter que la clé privée de démarrage de votre " -"masternode est sans rapport avec les clés privées de l'adresse de caution" -" détenant vos 1000 dashs. Cette clé peut être utilisée pour émettre des " -"commandes au nom du masternode, telles que le vote, mais ne peuvent pas " -"servir à accéder à la caution. Les clés sont chiffrées sur votre " -"ordinateur et ne sont jamais stockées en clair sur les serveurs de " -"DashCentral. Une fois que vous avez saisi la clé, cliquez sur **Stocker " -"sur le serveur les clés privées de vote chiffrées**. Vous pouvez à " -"présent voter sur les propositions budgétaires depuis l'interface web " -"DashCentral." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." +msgstr "" +"Il est important de noter que la clé privée de démarrage de votre masternode" +" est sans rapport avec les clés privées de l'adresse de caution détenant vos" +" 1000 dashs. Cette clé peut être utilisée pour émettre des commandes au nom " +"du masternode, telles que le vote, mais ne peuvent pas servir à accéder à la" +" caution. Les clés sont chiffrées sur votre ordinateur et ne sont jamais " +"stockées en clair sur les serveurs de DashCentral. Une fois que vous avez " +"saisi la clé, cliquez sur **Stocker sur le serveur les clés privées de vote " +"chiffrées**. Vous pouvez à présent voter sur les propositions budgétaires " +"depuis l'interface web DashCentral." #: ../../docs/user/masternodes/maintenance.rst:304 msgid "Verifying ownership" @@ -620,14 +604,13 @@ msgstr "Certification de propriété" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" -"Vous pouvez également émettre un message depuis votre adresse pour " -"certifier à DashCentral que vous êtes propriétaire de votre masternode. " -"Cliquez sur **Non vérifié** sous **Propriété** et l'écran suivant " -"s'affichera ::" +"Vous pouvez également émettre un message depuis votre adresse pour certifier" +" à DashCentral que vous êtes propriétaire de votre masternode. Cliquez sur " +"**Non vérifié** sous **Propriété** et l'écran suivant s'affichera ::" #: ../../docs/user/masternodes/maintenance.rst:313 msgid "Verifying ownership of your masternode to DashCentral" @@ -635,23 +618,22 @@ msgstr "Certification à DashCentral de la propriété de votre masternode" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" -msgstr "" -"Des instructions sur la manière de signer votre adresse de caution avec " -"un portefeuille logiciel sont affichées. Si vous utilisez un portefeuille" -" matériel qui n'est pas un Trezor, vous devrez utiliser l'application " +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" +msgstr "" +"Des instructions sur la manière de signer votre adresse de caution avec un " +"portefeuille logiciel sont affichées. Si vous utilisez un portefeuille " +"matériel qui n'est pas un Trezor, vous devrez utiliser l'application " "DashMasternodeTool (DMT) pour signer l'adresse. Si vous utilisez le " "portefeuille matériel Trezor, allez à l'adresse du `portefeuille Trezor " -"`_, copiez l'adresse de caution et cliquez sur" -" **Signer & vérifier**. L'écran suivant s'affiche, où vous pouvez saisir " -"le message fourni par DashCentral et l'adresse que vous souhaitez signer " -"::" +"`_, copiez l'adresse de caution et cliquez sur " +"**Signer & vérifier**. L'écran suivant s'affiche, où vous pouvez saisir le " +"message fourni par DashCentral et l'adresse que vous souhaitez signer ::" #: ../../docs/user/masternodes/maintenance.rst:326 msgid "Signing a message from the Trezor Wallet" @@ -659,16 +641,16 @@ msgstr "Signature d'un message depuis le portefeuille Trezor" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" "Cliquez sur **Signer**, confirmez sur votre appareil Trezor et saisissez " -"votre code PIN pour signer le message. Une signature de message " -"apparaîtra dans le champ **Signature**. Copiez cette signature et collez-" -"la dans le champ sur DashCentral, puis cliquez sur **Vérifier la " -"propriété**. La certification est maintenant terminée." +"votre code PIN pour signer le message. Une signature de message apparaîtra " +"dans le champ **Signature**. Copiez cette signature et collez-la dans le " +"champ sur DashCentral, puis cliquez sur **Vérifier la propriété**. La " +"certification est maintenant terminée." #: ../../docs/user/masternodes/maintenance.rst:336 msgid "Masternode ownership has been successfully verified" @@ -689,10 +671,10 @@ msgid "" msgstr "" "DashCentral propose un service de suivi de masternode, qui redémarrera " "automatiquement dashd dans le cas d'un crash, et enverra un message par " -"e-mail dans le cas d'une erreur. Allez sur la page des `réglages de " -"compte `_ et générez une " -"nouvelle clé d'API, en ajoutant si nécessaire un code PIN à votre compte." -" Défilez jusqu'à l'écran suivant :" +"e-mail dans le cas d'une erreur. Allez sur la page des `réglages de compte " +"`_ et générez une nouvelle clé " +"d'API, en ajoutant si nécessaire un code PIN à votre compte. Défilez jusqu'à" +" l'écran suivant :" #: ../../docs/user/masternodes/maintenance.rst:351 msgid "Setting up the DashCentral monitoring script" @@ -701,26 +683,26 @@ msgstr "Configuration du script de suivi de DashCentral" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" "Copiez le lien de la version la plus récente du script DashCentral en " -"faisant un clic-droit dessus et en choisissant **Copier l'adresse du " -"lien**. Ouvrez votre terminal ou PuTTY et connectez-vous à votre " -"masternode, puis tapez :" +"faisant un clic-droit dessus et en choisissant **Copier l'adresse du lien**." +" Ouvrez votre terminal ou PuTTY et connectez-vous à votre masternode, puis " +"tapez :" #: ../../docs/user/masternodes/maintenance.rst:359 msgid "" "Replace the link with the current version of dashcentral-updater as " "necessary. Decompress the archive using the following command::" msgstr "" -"Remplacez le lien avec celui de la version la plus récente de " -"dashcentral-updater, si nécessaire. Décompressez l'archive avec la " -"commande suivante :" +"Remplacez le lien avec celui de la version la plus récente de dashcentral-" +"updater, si nécessaire. Décompressez l'archive avec la commande suivante :" #: ../../docs/user/masternodes/maintenance.rst:364 msgid "View your masternode configuration details by typing::" -msgstr "Consultez les détails de configuration de votre masternode en tapant :" +msgstr "" +"Consultez les détails de configuration de votre masternode en tapant :" #: ../../docs/user/masternodes/maintenance.rst:368 msgid "" @@ -734,14 +716,13 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" "Remplacez les valeurs de ``api_key``, de l'adresse de caution de votre " -"masternode, de ``rpc_user``, de ``rpc_password``, de ``daemon_binary`` et" -" ``daemon_datadir`` en fonction de votre système. Une configuration " -"courante, où ``lwhite`` est le nom de l'utilisateur Linux, ressemble à ça" -" :" +"masternode, de ``rpc_user``, de ``rpc_password``, de ``daemon_binary`` et " +"``daemon_datadir`` en fonction de votre système. Une configuration courante," +" où ``lwhite`` est le nom de l'utilisateur Linux, ressemble à ça :" #: ../../docs/user/masternodes/maintenance.rst:381 msgid "DashCentral updater configuration file" @@ -750,14 +731,14 @@ msgstr "Fichier de configuration de dashcentral-updater" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" -"Appuyez sur **Ctrl-X** pour sortir, confirmez l'enregistrement avec **Y**" -" ou **O** et tapez sur **Entrée**. Testez votre configuration en lançant " -"le script DashCentral, puis allez voir le site web. Si tout s'est bien " -"passé, vous constaterez qu'une mise à jour a été transmise :" +"Appuyez sur **Ctrl-X** pour sortir, confirmez l'enregistrement avec **Y** ou" +" **O** et tapez sur **Entrée**. Testez votre configuration en lançant le " +"script DashCentral, puis allez voir le site web. Si tout s'est bien passé, " +"vous constaterez qu'une mise à jour a été transmise :" #: ../../docs/user/masternodes/maintenance.rst:416 msgid "Manually testing the DashCentral updater" @@ -771,18 +752,18 @@ msgstr "dashcentral-updater a bien envoyé des données au site DashCentral" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" "Une fois que vous avez vérifié que votre configuration fonctionne, vous " "pouvez modifier le fichier crontab sur votre système pour demander " -"l'exécution du script dcupdater toutes les 2 minutes. Cela permet au " -"système de vous envoyer rapidement une alerte en cas de problème, et ça " -"redémarrera même le daemon dashd s'il est gelé ou s'il plante. C'est un " -"moyen efficace de vous assurer de ne pas être éjecté de la file d'attente" -" des paiements. Tapez la commande suivante :" +"l'exécution du script dcupdater toutes les 2 minutes. Cela permet au système" +" de vous envoyer rapidement une alerte en cas de problème, et ça redémarrera" +" même le daemon dashd s'il est gelé ou s'il plante. C'est un moyen efficace " +"de vous assurer de ne pas être éjecté de la file d'attente des paiements. " +"Tapez la commande suivante :" #: ../../docs/user/masternodes/maintenance.rst:433 msgid "" @@ -790,15 +771,15 @@ msgid "" "after the line for sentinel, replacing lwhite with your username on your " "system::" msgstr "" -"Choisissez un éditeur de texte si nécessaire, puis ajoutez la ligne " -"suivante à votre fichier crontab après la ligne concernant Sentinel, en " -"remplaçant \"lwhite\" par votre nom d'utilisateur sur l'ordinateur :" +"Choisissez un éditeur de texte si nécessaire, puis ajoutez la ligne suivante" +" à votre fichier crontab après la ligne concernant Sentinel, en remplaçant " +"\"lwhite\" par votre nom d'utilisateur sur l'ordinateur :" #: ../../docs/user/masternodes/maintenance.rst:442 msgid "Editing crontab to run the DashCentral updater automatically" msgstr "" -"Modification du fichier crontab pour exécuter automatiquement " -"dashcentral-updater" +"Modification du fichier crontab pour exécuter automatiquement dashcentral-" +"updater" #: ../../docs/user/masternodes/maintenance.rst:444 msgid "" @@ -806,10 +787,10 @@ msgid "" "**Enter**. The dcupdater script will now run every two minutes, restart " "dashd whenever necessary and email you in the event of an error." msgstr "" -"Tapez **Ctrl-X** pour sortir, confirmez l'enregistrement avec **Y** ou " -"**O** puis appuyez sur **Entrée**. Le script dcupdater se lancera " -"désormais toutes les deux minutes, redémarrera dashd si nécessaire et " -"vous enverra des messages par e-mail en cas d'erreur." +"Tapez **Ctrl-X** pour sortir, confirmez l'enregistrement avec **Y** ou **O**" +" puis appuyez sur **Entrée**. Le script dcupdater se lancera désormais " +"toutes les deux minutes, redémarrera dashd si nécessaire et vous enverra des" +" messages par e-mail en cas d'erreur." #: ../../docs/user/masternodes/maintenance.rst:449 msgid "Masternode monitoring tools" @@ -820,9 +801,9 @@ msgid "" "Several sites operated by community members are available to monitor key " "information and statistics relating to the masternode network." msgstr "" -"Plusieurs sites gérés par des membres de la communauté sont disponibles " -"pour surveiller les informations clés et suivre les statistiques du " -"réseau des masternodes." +"Plusieurs sites gérés par des membres de la communauté sont disponibles pour" +" surveiller les informations clés et suivre les statistiques du réseau des " +"masternodes." #: ../../docs/user/masternodes/maintenance.rst:455 msgid "Block Explorers" @@ -830,59 +811,58 @@ msgstr "Explorateurs de blocs" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" "Puisque Dash est une blockchain publique, il est possible d'utiliser des " -"explorateurs de blocs pour consulter les soldes de n'importe quelle " -"adresse publique Dash, ou bien examiner les transactions insérées dans un" -" bloc donné. Chaque transaction unique peut également être trouvée par " -"son identifiant de transaction. Un certain nombre d'explorateurs de blocs" -" sont disponibles pour le réseau Dash." +"explorateurs de blocs pour consulter les soldes de n'importe quelle adresse " +"publique Dash, ou bien examiner les transactions insérées dans un bloc " +"donné. Chaque transaction unique peut également être trouvée par son " +"identifiant de transaction. Un certain nombre d'explorateurs de blocs sont " +"disponibles pour le réseau Dash." #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" -"`Blockchair `__ propose un explorateur de " -"blocs comportant des graphiques détaillés pour l'analyse de la blockchain" -" Dash." +"`Blockchair `__ propose un explorateur de blocs" +" comportant des graphiques détaillés pour l'analyse de la blockchain Dash." #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" -"`CryptoID `__ propose un `explorateur de " -"la blockchain Dash `__ et une " -"`fonction `__ de " -"visualisation et de cartographie des masternodes Dash." +"`CryptoID `__ propose un `explorateur de la " +"blockchain Dash `__ et une `fonction " +"`__ de visualisation et " +"de cartographie des masternodes Dash." #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" "`BitInfoCharts `_ propose une `page " -"`_ d'information et de statistiques sur " -"le cours, ainsi qu'un `explorateur de blocs " +"`_ d'information et de statistiques sur le " +"cours, ainsi qu'un `explorateur de blocs " "`__." #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" -"`CoinCheckup `__ propose toute" -" une gamme de statistiques et de données sur la plupart des blockchains, " -"dont Dash." +"`CoinCheckup `__ propose toute " +"une gamme de statistiques et de données sur la plupart des blockchains, dont" +" Dash." #: ../../docs/user/masternodes/maintenance.rst:475 msgid "" @@ -890,22 +870,17 @@ msgid "" "`explorer.dash.org `__ and " "`insight.dash.org `__." msgstr "" -"`Dash.org `__ propose deux explorateurs de blocs " -"aux adresses `explorer.dash.org `__ " -"et `insight.dash.org `__." +"`Dash.org `__ propose deux explorateurs de blocs aux " +"adresses `explorer.dash.org `__ et " +"`insight.dash.org `__." #: ../../docs/user/masternodes/maintenance.rst:478 -#, fuzzy msgid "" "`Trezor `__ operates a `blockchain explorer `__ powered by a `Dash fork " "`__ of `insight " "`__, an advanced blockchain API tool" msgstr "" -"`Trezor `__ gère un `explorateur de blocs `__ fonctionnant grâce à un `fork Dash " -"`__ d' `Insight " -"`__, un outil sophistiqué d'API blockchain." #: ../../docs/user/masternodes/maintenance.rst:484 msgid "Dash Masternode Tool" @@ -917,18 +892,17 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" -"Écrit et géré par Bertrand256, membre de la communauté, " -"DashMasternodeTool (DMT) vous permet de démarrer un masternode depuis " -"tous les principaux portefeuilles matériels, tels que Trezor, Ledger et " -"KeepKey. Il permet également de voter sur les propositions budgétaires et" -" de retirer des paiements de masternode sans affecter la transaction de " -"caution." +"Écrit et géré par Bertrand256, membre de la communauté, DashMasternodeTool " +"(DMT) vous permet de démarrer un masternode depuis tous les principaux " +"portefeuilles matériels, tels que Trezor, Ledger et KeepKey. Il permet " +"également de voter sur les propositions budgétaires et de retirer des " +"paiements de masternode sans affecter la transaction de caution." #: ../../docs/user/masternodes/maintenance.rst:495 msgid "DASH Ninja" @@ -941,18 +915,17 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" "Dash Ninja, géré par Elbereth, développeur Dash Core et membre du forum " -"Dash, propose des statistiques clés sur l'adoption de différentes " -"versions de Dash dans le réseau des masternodes. Plusieurs fonctions sont" -" également disponibles pour suivre la gouvernance de Dash, le calendrier " -"des paiements de masternode et leur distribution géographique, ainsi " -"qu'un explorateur de blocs simple." +"Dash, propose des statistiques clés sur l'adoption de différentes versions " +"de Dash dans le réseau des masternodes. Plusieurs fonctions sont également " +"disponibles pour suivre la gouvernance de Dash, le calendrier des paiements " +"de masternode et leur distribution géographique, ainsi qu'un explorateur de " +"blocs simple." #: ../../docs/user/masternodes/maintenance.rst:507 msgid "DashCentral" @@ -963,16 +936,11 @@ msgid "https://www.dashcentral.org" msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 -#, fuzzy msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" -"DashCentral, géré par Rango, membre du forum, propose un service avancé " -"de suivi des masternodes et de vote sur les propositions budgétaires au " -"moyen d'une interface web. Une `interface de suivi pour mobile " -"`_ est également disponible." #: ../../docs/user/masternodes/maintenance.rst:516 msgid "Masternode.me" @@ -985,12 +953,12 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" "Masternode.me, géré par Moocowmoo, membre de la communauté, génère des " -"rapports récurrents sur le cours, le taux de génération, des informations" -" sur la blockchain et sur les masternodes." +"rapports récurrents sur le cours, le taux de génération, des informations " +"sur la blockchain et sur les masternodes." #: ../../docs/user/masternodes/maintenance.rst:525 msgid "Dash Masternode Information" @@ -1002,14 +970,13 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." msgstr "" "Ce site, géré par Crowning, développeur Dash Core et membre du forum, " "propose une représentation visuelle de beaucoup de statistiques clés du " "réseau des masternodes Dash, dont des graphiques du nombre total de " "masternodes à travers le temps, des informations sur le cours et sur la " "distribution du réseau." - diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po index ea0d74f17..ebb16eb7e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: fr\n" -"Language-Team: fr \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Daf Daf, 2023\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,154 +36,189 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"Mettre en place un masternode demande une compréhension de base de Linux et " +"de la technologie blockchain, ainsi qu'une capacité à suivre des " +"instructions de près. Cela demande également une régularité de gestion et " +"une sécurité pointilleuse, en particulier si vous ne stockez pas vos dashs " +"sur un portefeuille matériel. Il y aura quelques choix à faire lors de la " +"procédure, et quelques étapes supplémentaires facultatives à suivre pour une" +" meilleure sécurité." #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 msgid "Set up your VPS" -msgstr "" +msgstr "Configuration de votre VPS" #: ../../docs/user/masternodes/server-config.rst:28 msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 msgid "Vultr server location selection screen" -msgstr "" +msgstr "Page Vultr de choix d'emplacement de serveur" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" +"Choisissez Ubuntu 20.04 x64 comme type de serveur. Nous utilisons cette " +"version LTS d'Ubuntu plutôt que la version la plus récente, car les versions" +" LTS d'Ubuntu se voient fournir des mises à jour de sécurité pendant 5 ans, " +"plutôt que pendant les 9 mois habituels." #: ../../docs/user/masternodes/server-config.rst:65 msgid "Vultr server type selection screen" -msgstr "" +msgstr "Page Vultr de choix du type de serveur" #: ../../docs/user/masternodes/server-config.rst:67 msgid "Select a server size offering at least 2GB of memory." -msgstr "" +msgstr "Choisissez une taille de serveur avec au moins 2 Go de mémoire vive." #: ../../docs/user/masternodes/server-config.rst:72 msgid "Vultr server size selection screen" -msgstr "" +msgstr "Page Vultr de choix de taille de serveur" #: ../../docs/user/masternodes/server-config.rst:74 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" +"Tapez un nom d'hôte et une étiquette pour votre serveur. Dans cet exemple, " +"nous utiliserons \"dashmn1\" comme nom d'hôte." #: ../../docs/user/masternodes/server-config.rst:80 msgid "Vultr server hostname & label selection screen" -msgstr "" +msgstr "Page Vultr de choix du nom d'hôte et de l'étiquette du serveur" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" +"Vultr installe à présent votre serveur. Cette étape peut prendre quelques " +"minutes." #: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server installation screen" -msgstr "" +msgstr "Page Vultr d'installation du serveur" #: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" +"Cliquez sur **Gérer** quand l'installation est terminée et prenez note de " +"l'adresse IP, du nom d'utilisateur et du mot de passe." #: ../../docs/user/masternodes/server-config.rst:95 msgid "Vultr server management screen" -msgstr "" +msgstr "Page Vultr de gestion du serveur" #: ../../docs/user/masternodes/server-config.rst:100 msgid "Set up your operating system" -msgstr "" +msgstr "Configuration de votre système d'exploitation" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." -msgstr "" +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." +msgstr "" +"Nous commencerons par nous connecter à votre serveur fraîchement créé. Sous " +"Windows, vous devrez d'abord télécharger une application appelée PuTTY pour " +"vous connecter au serveur. Allez sur la `page de téléchargement de PuTTY " +"`_ et " +"choisissez l'installeur MSI approprié à votre ordinateur. Sur Mac ou Linux, " +"vous pouvez vous connecter directement par ssh depuis le Terminal — tapez " +"simplement ``ssh root@`` puis votre mot de passe quand il vous " +"est demandé." #: ../../docs/user/masternodes/server-config.rst:113 msgid "PuTTY download page" -msgstr "" +msgstr "Page de téléchargement de PuTTY" #: ../../docs/user/masternodes/server-config.rst:115 msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" +"Double-cliquez sur le fichier téléchargé pour installer PuTTY, puis lancez " +"l'application depuis votre menu Démarrer. Tapez l'adresse IP du serveur dans" +" le champ **Nom d'hôte** puis cliquez sur **Ouvrir**. Il est possible qu'un " +"avertissement sur le certificat vous soit affiché, puisque c'est votre " +"première connexion à ce serveur. Vous pouvez sans risque cliquer sur **Oui**" +" pour faire confiance à ce serveur à l'avenir." #: ../../docs/user/masternodes/server-config.rst:124 msgid "PuTTY security alert when connecting to a new server" -msgstr "" +msgstr "Alerte de sécurité de PuTTY à la connexion à un nouveau serveur" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" +"Vous êtes maintenant connecté à votre serveur et vous devriez voir une " +"fenêtre de terminal. Commencez par vous identifier sur votre serveur avec " +"l'utilisateur \"root\" et le mot de passe fourni par votre hébergeur." #: ../../docs/user/masternodes/server-config.rst:133 msgid "Password challenge when connecting to your VPS for the first time" -msgstr "" +msgstr "Demande de mot de passe à la première connexion à votre VPS" #: ../../docs/user/masternodes/server-config.rst:137 msgid "Set up users" @@ -189,28 +226,44 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" -msgstr "" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" +msgstr "" +"Il vous est fortement conseillé de modifier sans attendre le mot de passe de" +" \"root\" et de le garder dans un endroit sûr. Vous pouvez copier et coller " +"chacune des commandes suivantes en les sélectionnant dans votre navigateur, " +"en faisant la combinaison de touches **Ctrl-C** puis en revenant sur le " +"fenêtre PuTTY pour y faire un clic-droit. Le texte se collera à la position " +"actuelle du curseur ::" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" +"Tapez et confirmez un nouveau mot de passe (de préférence long et généré " +"aléatoirement). Ensuite, nous allons créer un nouvel utilisateur avec la " +"commande suivante, en remplaçant ```` par le nom d'utilisateur de " +"votre choix ::" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" -msgstr "" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" +msgstr "" +"Un mot de passe vous sera demandé. Tapez un nouveau mot de passe (différent " +"de votre mot de passe \"root\") puis confirmez-le. Conservez-le ensuite dans" +" un endroit sûr. Il vous sera aussi demandé différentes informations sur " +"l'utilisateur, mais vous pouvez les laisser vides. Une fois l'utilisateur " +"créé, nous allons l'ajouter au groupe \"sudo\" de manière à ce qu'il puisse " +"passer des commandes en tant que \"root\" ::" #: ../../docs/user/masternodes/server-config.rst:163 msgid "Update the system" @@ -218,9 +271,11 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" +"Maintenant, toujours en tant que \"root\", nous allons mettre à jour le " +"système directement depuis le dépôt logiciel Ubuntu ::" #: ../../docs/user/masternodes/server-config.rst:171 msgid "" @@ -234,19 +289,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 #: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" -msgstr "" +msgstr "(appuyez sur **O** et **Entrée** pour confirmer)" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,16 +317,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"Ajoutez la ligne suivante à la fin du fichier (appuyez sur Tabulation pour " +"séparer chaque mot ou nombre), puis faites la combinaison de touches " +"**Ctrl-X** pour fermer l'éditeur de texte, puis appuyez sur **O** et " +"**Entrée** pour enregistrer le fichier." #: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" @@ -280,14 +338,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" +"Enfin, pour empêcher les attaques par force brute sur les mots de passe, " +"nous allons installer fail2ban et désactiver le login root par SSH. Ces " +"étapes sont facultatives, mais hautement recommandées. Commencez par " +"fail2ban :" #: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" -msgstr "" +msgstr "Créez un nouveau fichier de configuration :" #: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" @@ -295,27 +357,34 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" +"Ensuite, ouvrez le fichier de configuration SSH pour désactiver le login " +"root par SSH ::" #: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"Repérez la ligne ``PermitRootLogin yes`` et changez-la en ``PermitRootLogin " +"no``. Juste en-dessous, ajoutez une ligne ``AllowUsers ``, en " +"remplaçant ```` avec le nom d'utilisateur que vous avez choisi " +"plus haut. Puis faites la combinaison de touches **Ctrl-X** pour fermer " +"l'éditeur de texte, puis **Y** et **Entrée** pour enregistrer le fichier." #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +402,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 3ed4dc54e..d3eee70f9 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Leon White , 2023 +# Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: fr\n" -"Language-Team: fr \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Daf Daf, 2023\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,34 +38,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" -msgstr "" +msgstr "Avant de commencer" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -74,10 +77,13 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"un portefeuille pour stocker vos dashs, de préférence un portefeuille " +"matériel, bien que le portefeuille logiciel Dash Core soit aussi " +"envisageable" #: ../../docs/user/masternodes/setup-evonode.rst:36 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "un serveur Linux, de préférence un serveur privé virtuel (VPS)" #: ../../docs/user/masternodes/setup-evonode.rst:38 msgid "" @@ -88,19 +94,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:40 msgid ":ref:`Information for users of hosted masternodes `" msgstr "" +":ref:`Information pour les utilisateurs de masternodes hébergés `" #: ../../docs/user/masternodes/setup-evonode.rst:41 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" +":ref:`Information pour les opérateurs de masternodes hébergés `" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,58 +119,58 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "" +msgstr "Envoi de la caution" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 msgid "Option 1: Holding collateral in a hardware wallet" -msgstr "" +msgstr "Option 1 : Détenir la caution dans un portefeuille matériel" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,54 +181,66 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"Une fois la transaction apparue, cliquez sur le QR-code à droite pour " +"afficher la transaction dans la blockchain. Gardez cette fenêtre ouverte le " +"temps des étapes suivantes, car nous aurons bientôt à vérifier que les 15 " +"confirmations ont bien eu lieu, comme dans la capture d'écran suivante." #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" +"Explorateur de blocs de Trezor montrant 15 confirmations pour le transfert " +"de la caution" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "Écran de démarrage de DashMasternodeTool" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" +"Cliquez sur le troisième bouton depuis la gauche, **Vérifier la connexion au" +" réseau Dash**, dans le coin supérieur gauche de la fenêtre principale, pour" +" vérifier que la connexion fonctionne. Puis connectez votre appareil Trezor " +"et cliquez sur **Tester la connexion au portefeuille matériel** pour " +"vérifier que la connexion au Trezor fonctionne." #: ../../docs/user/masternodes/setup-evonode.rst:136 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "Confirmations de connexion réussie dans DashMasternodeTool" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" +"Tapez un nom pour votre masternode. Le nom d'hôte que vous avez indiqué " +"précédemment pour votre VPS est un bon choix." #: ../../docs/user/masternodes/setup-evonode.rst:145 msgid "Select which masternode type you are setting up." @@ -226,92 +248,103 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "DashMasternodeTool avec une configuration de masternode" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 msgid "Option 2: Holding collateral in Dash Core wallet" -msgstr "" +msgstr "Option 2 : Détenir la caution dans un portefeuille logiciel Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"Lancez le portefeuille logiciel Dash Core et attendez qu'il se synchronise " +"avec le réseau. Il devrait ressembler à ça, une fois prêt :" #: ../../docs/user/masternodes/setup-evonode.rst:172 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "Portefeuille logiciel Dash Core entièrement synchronisé" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." -msgstr "" +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." +msgstr "" +"Prenez bonne note de l'adresse de la caution, car vous en aurez besoin plus " +"tard. La prochaine étape est de sécuriser votre portefeuille (si vous ne " +"l'avez pas déjà fait). Tout d'abord, chiffrez votre portefeuille en allant " +"sur le menu **Réglages > Chiffrer le portefeuille**. Il vous est conseillé " +"d'utiliser un mot de passe fort, nouveau, que vous n'avez jamais utilisé " +"ailleurs. Prenez note de votre mot de passe et conservez-le dans un endroit " +"sûr, sinon votre portefeuille vous sera inaccessible de manière définitive " +"et vous perdrez tout accès à vos fonds. Ensuite, sauvegardez le fichier de " +"votre portefeuille en allant dans le menu **Fichier > Sauvegarder le " +"portefeuille**. Enregistrez le fichier dans un endroit sûr et physiquement " +"séparé de votre ordinateur, car il sera le seul moyen d'accéder à vos fonds " +"si quoi que ce soit arrive à votre ordinateur. Pour en savoir plus sur ces " +"étapes, voir :ref:`ici `." #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 msgid "Masternode Installation" -msgstr "" +msgstr "Installation de masternode" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +357,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,74 +377,83 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" -msgstr "" +msgstr "Installation manuelle" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Vérifiez l'authenticité de votre téléchargement en comparant sa signature " +"séparée à la clé publique diffusée par l'équipe de développement Dash Core. " +"Toutes les versions de Dash sont signées avec GPG avec une des clés " +"suivantes :" #: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, `vérifiable" +" ici sur Keybase `__" #: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta (pasta) avec la clé ``5252 7BED ABE8 7984``, `vérifiable ici sur " +"Keybase `__" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" +"Créez un répertoire de travail pour Dash, décompressez l'archive et copiez " +"les fichiers nécessaires dans le répertoire :" #: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "Créez un fichier de configuration avec la commande suivante ::" #: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" @@ -421,36 +462,48 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" +"Une fenêtre d'éditeur de texte apparaîtra. Nous devons à présent créer un " +"fichier de configuration définissant plusieurs variables. Copiez et collez " +"le texte suivant pour démarrer, puis remplacez les variables propres à votre" +" configuration, comme suit ::" #: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Remplacez les champs marqués ``XXXXXXX`` comme suit :" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" +"``rpcuser``: saisissez une chaîne alphanumérique aléatoire, sans caractères " +"spéciaux" #: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword`` : saisissez une chaîne alphanumérique aléatoire, sans " +"caractères spéciaux" #: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip`` : il s'agit de l'adresse IP de votre VPS" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" +"Laissez le champ ``masternodeblsprivkey`` commenté pour l'instant. Le " +"résultat devrait ressembler à ça :" #: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" msgstr "" +"Saisie de données clés dans le fichier \"dash.conf\" sur le VPS du " +"masternode" #: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" @@ -458,6 +511,10 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"Faites la combinaison de touches **Ctrl-X** pour fermer l'éditeur de texte, " +"puis **O** et **Entrée** pour enregistrer le fichier. Vous pouvez à présent " +"lancer Dash sur le masternode pour commencer la synchronisation avec la " +"blockchain ::" #: ../../docs/user/masternodes/setup-evonode.rst:345 msgid "You will see a message reading **Dash Core server starting**." @@ -465,74 +522,88 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"Un message vous sera affiché, disant **dashd non synchronisé avec le réseau " +"! En attente de la synchronisation complète avant de lancer Sentinel**. " +"Ajoutez dashd et Sentinel au fichier crontab pour vous assurer qu'il soit " +"lancé chaque minute pour surveiller votre masternode ::" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" +"Choisissez Nano comme éditeur de texte puis saisissez les lignes suivantes à" +" la fin du fichier ::" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" +"Appuyez sur Entrée pour vous assurer qu'il y ait une ligne vide à la fin du " +"fichier, puis faites la combinaison de touches **Ctrl-X** pour fermer " +"l'éditeur de texte et **O** et **Entrée** pour enregistrer le fichier. Nous " +"devons maintenant attendre les 15 confirmations de la transaction de " +"caution, ainsi que la fin de la synchronisation du masternode avec la " +"blockchain. Vous pouvez vous servir des commandes suivantes pour suivre la " +"progression ::" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" +"Quand la synchronisation est terminée, vous devriez voir le message suivant " +"::" #: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" -msgstr "" +msgstr "Enregistrer votre masternode" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 msgid "Option 1: Registering from a hardware wallet" -msgstr "" +msgstr "Option 1 : Enregistrement depuis un portefeuille matériel" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 msgid "Owner private key" -msgstr "" +msgstr "Clé privée du propriétaire" #: ../../docs/user/masternodes/setup-evonode.rst:418 msgid "Operator private key" -msgstr "" +msgstr "Clé privée de l'opérateur" #: ../../docs/user/masternodes/setup-evonode.rst:419 msgid "Voting private key" -msgstr "" +msgstr "Clé privée de vote" #: ../../docs/user/masternodes/setup-evonode.rst:420 msgid "Platform Node private key (evonodes only)" @@ -550,22 +621,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:430 msgid "Dash Masternode Tool ready to register a new masternode" -msgstr "" +msgstr "DashMasternodeTool prêt à enregistrer un nouveau masternode" #: ../../docs/user/masternodes/setup-evonode.rst:432 msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" +"Dialogues de confirmation de DashMasternodeTool pour enregistrer un " +"masternode" #: ../../docs/user/masternodes/setup-evonode.rst:449 msgid "Complete server configuration" @@ -573,11 +646,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +666,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +701,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,42 +711,54 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" +"L'éditeur s'affiche avec la configuration existante du masternode. Ajoutez " +"ou décommentez cette ligne dans le fichier, en remplaçant la clé avec votre " +"clé privée BLS générée plus tôt :" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" +msgstr "" +"Appuyez sur **Entrée** pour vous assurer qu'il y ait une ligne vide à la fin" +" du fichier, puis faites la combinaison de touches **Ctrl-X** pour fermer " +"l'éditeur de texte et **O** et **Entrée** pour enregistrer le fichier. " +"Veuillez noter qu'indiquer une ``masternodeblsprivkey`` active le mode " +"masternode, ce qui forcera automatiquement les variables ``txindex=1``, " +"``peerbloomfilters=1`` et ``prune=0`` nécessaires pour fournir le service de" +" masternode. Nous devons maintenant redémarrer le masternode pour que ce " +"changement prenne effet. Saisissez les commandes suivantes en laissant " +"passer quelques secondes après chacune, pour laisser à Dash Core le temps de" +" se fermer :" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" -msgstr "" +"dash-cli masternode status output showing successfully registered masternode" +msgstr "Message d'état de dash-cli pour un masternode enregistré avec succès" #: ../../docs/user/masternodes/setup-evonode.rst:525 #: ../../docs/user/masternodes/setup-evonode.rst:909 @@ -683,6 +766,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"À cette étape, vous pouvez vous déconnecter de votre serveur en tapant " +"``exit``. Félicitations ! Votre masternode est désormais fonctionnel." #: ../../docs/user/masternodes/setup-evonode.rst:533 msgid "Option 2: Registering from dashmate" @@ -692,8 +777,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +798,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +810,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +835,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,51 +855,58 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" -msgstr "" +msgstr "Identifier la transaction de financement" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" +"Cela devrait vous renvoyer une chaîne de caractères analogue à celle-ci ::" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" +"La première chaîne, longue, est votre ``collateralHash``, et le nombre à la " +"fin est le ``collateralIndex``." #: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" -msgstr "" +msgstr "Générer une paire de clés BLS" #: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" +"Une paire de clés BLS publique/privée est obligatoire pour opérer un " +"masternode. La clé privée est spécifiée sur le masternode lui-même, et lui " +"permet d'être inclus dans la liste déterministe des masternodes une fois " +"qu'une transaction d'enregistrement avec la clé publique correspondante a " +"été créée." #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -826,24 +918,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" -msgstr "" +msgstr "Ajouter la clé privée à la configuration de votre masternode" #: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" -msgstr "" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" +msgstr "" +"La clé publique sera utilisée lors des étapes suivantes. La clé privée doit " +"être saisie dans le fichier ``dash.conf`` sur le masternode. Cela permet au " +"masternode de surveiller sur la blockchain les transactions Pro*Tx " +"correspondantes, et cela le démarrera en tant que masternode quand la " +"transaction signée ProRegTx sera diffusée par le propriétaire (dernière " +"étape ci-dessous). Connectez-vous à votre masternode avec ``ssh`` ou PuTTY, " +"puis modifiez le fichier de configuration sur votre masternode, comme suit :" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" +"L'éditeur s'affiche avec la configuration existante du masternode. Ajoutez " +"ou décommentez cette ligne dans le fichier, en remplaçant la clé avec votre " +"clé privée BLS générée plus tôt :" #: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" @@ -851,8 +953,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +965,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +985,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,10 +997,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" +"Cette adresse peut aussi être utilisée comme **adresse de clé de vote** " +"(``votingKeyAddr``). Alternativement, vous pouvez indiquer une adresse " +"fournie par votre délégataire de vote, ou bien simplement générer une " +"nouvelle adresse de clé de vote, comme suit :" #: ../../docs/user/masternodes/setup-evonode.rst:753 msgid "Payout address" @@ -907,10 +1012,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" +"Ensuite, générez une seconde adresse ou choisissez une adresse déjà " +"existante, qui servira au propriétaire pour recevoir les **paiements du " +"propriétaire du masternode** (``payoutAddress``). Il est également possible " +"d'utiliser une adresse externe au portefeuille :" #: ../../docs/user/masternodes/setup-evonode.rst:764 msgid "Fee source address" @@ -922,12 +1031,16 @@ msgid "" "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" +"Vous pouvez aussi, facultativement, générer et alimenter une troisième " +"adresse comme **source des frais de transaction** (``feeSourceAddress``). Si" +" vous avez choisi une adresse de paiement externe, vous devez indiquer une " +"adresse source pour les frais." #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,13 +1051,18 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" +"Les clés privées des adresses du propriétaire et des frais doivent être " +"accessibles par le portefeuille qui soumettra la transaction au réseau. Si " +"votre portefeuille est protégé par mot de passe, il doit à présent être " +"déverrouillé pour exécuter les commandes suivantes. Déverrouillez votre " +"portefeuille pendant 5 minutes :" #: ../../docs/user/masternodes/setup-evonode.rst:788 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Préparer une transaction ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" @@ -958,15 +1076,17 @@ msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" +"Ouvrez un éditeur de texte, tel que Notepad, pour préparer cette commande. " +"Remplacez chaque argument de la commande comme suit :" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -974,36 +1094,46 @@ msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" +"``ipAndPort`` : l'adresse IP et le port du masternode, suivant le format " +"``x.x.x.x:yyyy``" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" +"``ownerKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, pour " +"l'adresse du propriétaire et de vote" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" +"``votingKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, ou bien " +"l'adresse d'un délégué, utilisée pour le vote des propositions budgétaires" #: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" +"``operatorReward`` : le pourcentage de la récompense de bloc à allouer à " +"l'opérateur en tant que paiement" #: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" +"``payoutAddress`` : une adresse Dash nouvelle ou déjà existante, où le " +"propriétaire recevra les paiements de masternode" #: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" @@ -1013,14 +1143,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1028,24 +1158,32 @@ msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress`` : une adresse (facultative) d'où seront prélevés les " +"frais de la transaction ProTx. Si elle n'est pas spécifiée, c'est l'adresse " +"``payoutAddress`` qui sera utilisée." #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" +"Veuillez noter qu'il revient à l'opérateur de :ref:`spécifier sa propre " +"adresse de paiement ` avec une transaction " +"``update_service`` distincte, dans le cas où vous définissez une " +"``operatorReward`` différente de zéro. Le propriétaire de la caution du " +"masternode ne spécifie pas lui-même l'adresse de paiement de l'opérateur." #: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" -msgstr "" +msgstr "Exemple (effacez les sauts de ligne si vous le copiez) :" #: ../../docs/user/masternodes/setup-evonode.rst:842 #: ../../docs/user/masternodes/setup-evonode.rst:869 #: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" -msgstr "" +msgstr "Sortie :" #: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" @@ -1053,213 +1191,86 @@ msgid "" "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" +"Ensuite, nous allons utiliser les champs ``collateralAddress`` et " +"``signMessage`` pour signer la transaction, et la sortie du champ ``tx`` " +"pour soumettre la transaction au réseau." #: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Signer la transaction ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Nous allons maintenant signer le contenu du champ ``signMessage`` au moyen " +"de la clé privée de l'adresse de la caution telle que spécifiée dans " +"``collateralAddress``. Veuillez noter qu'aucune connexion à Internet n'est " +"obligatoire pour cette étape, ce qui signifie que le portefeuille peut être " +"déconnecté de l'Internet (en \"chambre froide\") pour signer le message. " +"Dans cet exemple nous allons à nouveau utiliser le portefeuille logiciel " +"Dash Core, mais il est également possible d'utiliser la fonction de " +"signature d'un portefeuille matériel. La commande a la syntaxe suivante :" #: ../../docs/user/masternodes/setup-evonode.rst:865 #: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" -msgstr "" +msgstr "Exemple :" #: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" -msgstr "" +msgstr "Soumettre le message signé" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" +"Nous allons maintenant créer la transaction spéciale ProRegTx pour " +"enregistrer le masternode sur la blockchain. Cette commande doit être " +"envoyée depuis un portefeuille Dash Core contenant des fonds à l'adresse " +"``feeSourceAddress`` ou à l'adresse ``payoutAddress``, car des frais de " +"transaction standard seront prélevés. La commande a la syntaxe suivante :" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" -msgstr "" +msgstr "Où :" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" +"``sig`` : le message signé avec la clé de la caution par la commande " +"``signmessage``" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 3f346e576..865e94630 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Daf Daf, 2022 +# Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Last-Translator: Daf Daf, 2023\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" "Ce guide explique comment mettre en place un masternode Dash avec des " "services Evo." -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, guide, masternodes, trezor, dip3, installation, bls" @@ -39,39 +39,38 @@ msgstr "Mise en place d'un réseau de test" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." msgstr "" "Mettre en place un masternode avec support des services Evo demande une " -"compréhension de base de Linux et de la technologie blockchain, ainsi " -"qu'une capacité à suivre des instructions de près. Cela demande également" -" une régularité de gestion et une sécurité pointilleuse, en particulier " -"si vous ne stockez pas vos dashs sur un portefeuille matériel. Il y aura " -"quelques choix à faire lors de la procédure, et quelques étapes " -"supplémentaires facultatives à suivre pour une meilleure sécurité." +"compréhension de base de Linux et de la technologie blockchain, ainsi qu'une" +" capacité à suivre des instructions de près. Cela demande également une " +"régularité de gestion et une sécurité pointilleuse, en particulier si vous " +"ne stockez pas vos dashs sur un portefeuille matériel. Il y aura quelques " +"choix à faire lors de la procédure, et quelques étapes supplémentaires " +"facultatives à suivre pour une meilleure sécurité." #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" "Des :ref:`services commerciaux d'hébergement de masternode ` sont disponibles si vous préférez déléguer la gestion au jour " -"le jour de votre masternode à un opérateur professionnel. En utilisant " -"ces services d'hébergement, vous conservez un contrôle total sur la " -"caution de 1000 dashs et vous payez un pourcentage convenu d'avance à " -"l'opérateur, à titre de rétribution. Il est également possible de " -"déléguer vos clés de vote à un représentant, veuillez consulter la " -":ref:`documentation sur la gouvernance ` pour en savoir" -" plus." +"hosting>` sont disponibles si vous préférez déléguer la gestion au jour le " +"jour de votre masternode à un opérateur professionnel. En utilisant ces " +"services d'hébergement, vous conservez un contrôle total sur la caution de " +"1000 dashs et vous payez un pourcentage convenu d'avance à l'opérateur, à " +"titre de rétribution. Il est également possible de déléguer vos clés de vote" +" à un représentant, veuillez consulter la :ref:`documentation sur la " +"gouvernance ` pour en savoir plus." #: ../../docs/user/masternodes/setup-testnet.rst:29 msgid "Before you begin" @@ -79,14 +78,14 @@ msgstr "Avant de commencer" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" -"Ce guide présuppose que vous mettez en place un seul masternode sur " -"réseau de test, pour la première fois. Pour mettre à jour un masternode " -"existant, voyez plutôt :ref:`ici `. Voici ce dont vous" -" aurez besoin :" +"Ce guide présuppose que vous mettez en place un seul masternode sur réseau " +"de test, pour la première fois. Pour mettre à jour un masternode existant, " +"voyez plutôt :ref:`ici `. Voici ce dont vous aurez besoin" +" :" #: ../../docs/user/masternodes/setup-testnet.rst:35 msgid "1000 Dash" @@ -128,22 +127,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Créez un nouveau fichier de configuration :" +msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -152,30 +150,28 @@ msgstr "Envoi de la caution" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." -msgstr "" -"Une adresse Dash avec une unique transaction de sortie non dépensée " -"(UTXO) d'un montant exact de 1000 dashs est obligatoire pour mettre en " -"place un masternode. Une fois cette transaction exécutée, différentes " -"clés qui lui sont relatives doivent être collectées pour être, plus tard," -" saisies dans un fichier de configuration et dans une transaction " -"d'enregistrement, en tant que preuve permettant d'enregistrer la " -"configuration sur la blockchain et d'inclure le masternode dans la liste " -"déterministe. Un masternode peut être démarré depuis un portefeuille " -"matériel ou depuis le portefeuille logiciel officiel Dash Core, bien " -"qu'un portefeuille matériel soit hautement recommandé pour améliorer la " -"sécurité et vous protéger du piratage. Ce guide décrit toutes les étapes " -"aussi bien pour les portefeuilles matériels que pour le portefeuille " -"logiciel Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." +msgstr "" +"Une adresse Dash avec une unique transaction de sortie non dépensée (UTXO) " +"d'un montant exact de 1000 dashs est obligatoire pour mettre en place un " +"masternode. Une fois cette transaction exécutée, différentes clés qui lui " +"sont relatives doivent être collectées pour être, plus tard, saisies dans un" +" fichier de configuration et dans une transaction d'enregistrement, en tant " +"que preuve permettant d'enregistrer la configuration sur la blockchain et " +"d'inclure le masternode dans la liste déterministe. Un masternode peut être " +"démarré depuis un portefeuille matériel ou depuis le portefeuille logiciel " +"officiel Dash Core, bien qu'un portefeuille matériel soit hautement " +"recommandé pour améliorer la sécurité et vous protéger du piratage. Ce guide" +" décrit toutes les étapes aussi bien pour les portefeuilles matériels que " +"pour le portefeuille logiciel Dash Core." #: ../../docs/user/masternodes/setup-testnet.rst:73 msgid "Option 1: Holding collateral in a hardware wallet" @@ -183,71 +179,68 @@ msgstr "Option 1 : Détenir la caution dans un portefeuille matériel" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" "Configurez votre Trezor en utilisant le portefeuille Trezor à l'adresse " "https://wallet.trezor.io/ et envoyez-lui une transaction d'essai pour " -"vérifier que tout fonctionne bien. Pour obtenir de l'aide sur cette " -"étape, voir :ref:`ce guide `. Vous pouvez aussi (avec " -"prudence !) `ajouter une phrase de passe `_ à " -"votre Trezor pour protéger encore mieux votre caution. Créez un nouveau " -"compte dans votre portefeuille Trezor en cliquant sur **Ajouter un " -"compte**. Puis cliquez sur l'onglet **Recevoir** et envoyez exactement " -"1000 dashs à l'adresse affichée. Si vous mettez en place plusieurs " -"masternodes, envoyez 1000 dashs aux adresses consécutives du même compte." -" Vous devriez voir la transaction arriver dès les premières " -"confirmations, en général sous quelques minutes." +"vérifier que tout fonctionne bien. Pour obtenir de l'aide sur cette étape, " +"voir :ref:`ce guide `. Vous pouvez aussi (avec prudence !) " +"`ajouter une phrase de passe `_ à votre Trezor pour " +"protéger encore mieux votre caution. Créez un nouveau compte dans votre " +"portefeuille Trezor en cliquant sur **Ajouter un compte**. Puis cliquez sur " +"l'onglet **Recevoir** et envoyez exactement 1000 dashs à l'adresse affichée." +" Si vous mettez en place plusieurs masternodes, envoyez 1000 dashs aux " +"adresses consécutives du même compte. Vous devriez voir la transaction " +"arriver dès les premières confirmations, en général sous quelques minutes." #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" -"Onglet Recevoir du portefeuille Trezor, montrant une caution de 1000 " -"dashs bien reçue" +"Onglet Recevoir du portefeuille Trezor, montrant une caution de 1000 dashs " +"bien reçue" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" "Une fois la transaction apparue, cliquez sur le QR-code à droite pour " -"afficher la transaction dans la blockchain. Gardez cette fenêtre ouverte " -"le temps des étapes suivantes, car nous aurons bientôt à vérifier que les" -" 15 confirmations ont bien eu lieu, comme dans la capture d'écran " -"suivante." +"afficher la transaction dans la blockchain. Gardez cette fenêtre ouverte le " +"temps des étapes suivantes, car nous aurons bientôt à vérifier que les 15 " +"confirmations ont bien eu lieu, comme dans la capture d'écran suivante." #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" -"Explorateur de blocs de Trezor montrant 15 confirmations pour le " -"transfert de la caution" +"Explorateur de blocs de Trezor montrant 15 confirmations pour le transfert " +"de la caution" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"Pendant que nous attendons les 15 confirmations, téléchargez la plus " -"récente version de DashMasternodeTool (DMT) depuis la page GitHub `ici " +"Pendant que nous attendons les 15 confirmations, téléchargez la plus récente" +" version de DashMasternodeTool (DMT) depuis la page GitHub `ici " "`_. " "Décompressez le fichier et lancez l'exécutable. La fenêtre suivante " "s'affiche." @@ -258,17 +251,16 @@ msgstr "Écran de démarrage de DashMasternodeTool" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" -"Cliquez sur le troisième bouton depuis la gauche, **Vérifier la connexion" -" au réseau Dash**, dans le coin supérieur gauche de la fenêtre " -"principale, pour vérifier que la connexion fonctionne. Puis connectez " -"votre appareil Trezor et cliquez sur **Tester la connexion au " -"portefeuille matériel** pour vérifier que la connexion au Trezor " -"fonctionne." +"Cliquez sur le troisième bouton depuis la gauche, **Vérifier la connexion au" +" réseau Dash**, dans le coin supérieur gauche de la fenêtre principale, pour" +" vérifier que la connexion fonctionne. Puis connectez votre appareil Trezor " +"et cliquez sur **Tester la connexion au portefeuille matériel** pour " +"vérifier que la connexion au Trezor fonctionne." #: ../../docs/user/masternodes/setup-testnet.rst:125 msgid "Dash Masternode Tool successful connection confirmations" @@ -276,14 +268,13 @@ msgstr "Confirmations de connexion réussie dans DashMasternodeTool" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" -"Nous allons maintenant nous servir de DMT pour saisir quelques " -"informations de base sur le masternode, et extraire l'identifiant de " -"transaction. Suivez les étapes ci-dessous, telles que montrées dans cette" -" capture d'écran :" +"Nous allons maintenant nous servir de DMT pour saisir quelques informations " +"de base sur le masternode, et extraire l'identifiant de transaction. Suivez " +"les étapes ci-dessous, telles que montrées dans cette capture d'écran :" #: ../../docs/user/masternodes/setup-testnet.rst:134 msgid "Dash Masternode Tool configuration steps" @@ -295,17 +286,17 @@ msgstr "Cliquez sur le bouton **Nouveau**." #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" "Tapez un nom pour votre masternode. Le nom d'hôte que vous avez indiqué " "précédemment pour votre VPS est un bon choix." #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" "Tapez l'adresse IP de votre masternode. Elle vous a été donnée par " "l'hébergeur de VPS, à la mise en place de votre serveur. Puis entrez le " @@ -313,19 +304,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" "Cliquez sur **Locate collateral** (Trouver la caution) pour afficher les " -"transactions de caution inutilisées qui sont disponibles sur le " -"portefeuille matériel. Choisissez l'adresse à laquelle vous avez envoyé " -"les 1000 dashs puis cliquer sur **Apply** (Appliquer). Les champs " -"**Collateral address** (Adresse de caution), **index** et **Collateral TX" -" hash** (Empreinte de la transaction de caution) devraient être remplis " -"automatiquement." +"transactions de caution inutilisées qui sont disponibles sur le portefeuille" +" matériel. Choisissez l'adresse à laquelle vous avez envoyé les 1000 dashs " +"puis cliquer sur **Apply** (Appliquer). Les champs **Collateral address** " +"(Adresse de caution), **index** et **Collateral TX hash** (Empreinte de la " +"transaction de caution) devraient être remplis automatiquement." #: ../../docs/user/masternodes/setup-testnet.rst:151 msgid "Dash Masternode Tool with masternode configuration" @@ -333,8 +322,8 @@ msgstr "DashMasternodeTool avec une configuration de masternode" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" "Laissez DMT ouvert puis passez à l'étape suivante : :ref:`installer Dash " "Core sur votre VPS `." @@ -345,11 +334,11 @@ msgstr "Option 2 : Détenir la caution dans un portefeuille logiciel Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Lancez le portefeuille logiciel Dash Core et attendez qu'il se " -"synchronise avec le réseau. Il devrait ressembler à ça, une fois prêt :" +"Lancez le portefeuille logiciel Dash Core et attendez qu'il se synchronise " +"avec le réseau. Il devrait ressembler à ça, une fois prêt :" #: ../../docs/user/masternodes/setup-testnet.rst:165 msgid "Fully synchronized Dash Core wallet" @@ -357,50 +346,47 @@ msgstr "Portefeuille logiciel Dash Core entièrement synchronisé" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." -msgstr "" -"Prenez bonne note de l'adresse de la caution, car vous en aurez besoin " -"plus tard. La prochaine étape est de sécuriser votre portefeuille (si " -"vous ne l'avez pas déjà fait). Tout d'abord, chiffrez votre portefeuille " -"en allant sur le menu **Réglages > Chiffrer le portefeuille**. Il vous " -"est conseillé d'utiliser un mot de passe fort, nouveau, que vous n'avez " -"jamais utilisé ailleurs. Prenez note de votre mot de passe et conservez-" -"le dans un endroit sûr, sinon votre portefeuille vous sera inaccessible " -"de manière définitive et vous perdrez tout accès à vos fonds. Ensuite, " -"sauvegardez le fichier de votre portefeuille en allant dans le menu " -"**Fichier > Sauvegarder le portefeuille**. Enregistrez le fichier dans un" -" endroit sûr et physiquement séparé de votre ordinateur, car il sera le " -"seul moyen d'accéder à vos fonds si quoi que ce soit arrive à votre " -"ordinateur. Pour en savoir plus sur ces étapes, voir :ref:`ici " -"`." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." +msgstr "" +"Prenez bonne note de l'adresse de la caution, car vous en aurez besoin plus " +"tard. La prochaine étape est de sécuriser votre portefeuille (si vous ne " +"l'avez pas déjà fait). Tout d'abord, chiffrez votre portefeuille en allant " +"sur le menu **Réglages > Chiffrer le portefeuille**. Il vous est conseillé " +"d'utiliser un mot de passe fort, nouveau, que vous n'avez jamais utilisé " +"ailleurs. Prenez note de votre mot de passe et conservez-le dans un endroit " +"sûr, sinon votre portefeuille vous sera inaccessible de manière définitive " +"et vous perdrez tout accès à vos fonds. Ensuite, sauvegardez le fichier de " +"votre portefeuille en allant dans le menu **Fichier > Sauvegarder le " +"portefeuille**. Enregistrez le fichier dans un endroit sûr et physiquement " +"séparé de votre ordinateur, car il sera le seul moyen d'accéder à vos fonds " +"si quoi que ce soit arrive à votre ordinateur. Pour en savoir plus sur ces " +"étapes, voir :ref:`ici `." #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -409,20 +395,24 @@ msgstr "Installation de masternode" #: ../../docs/user/masternodes/setup-testnet.rst:207 msgid "The following tools are available for installing a Dash masternode:" -msgstr "Les outils suivants sont disponibles pour installer un masternode Dash :" +msgstr "" +"Les outils suivants sont disponibles pour installer un masternode Dash :" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" -msgstr ":ref:`installation Dashmate `" +msgid "" +":ref:`dashmate installation `" +msgstr "" +":ref:`installation Dashmate `" #: ../../docs/user/masternodes/setup-testnet.rst:210 msgid ":ref:`Manual installation `" -msgstr ":ref:`installation manuelle `" +msgstr "" +":ref:`installation manuelle `" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" "`Dash Masternode Zeus `__ (ne " "supporte pas encore les services de plateforme)" @@ -436,8 +426,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -449,14 +439,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" -"Lancez une nouvelle fois PuTTY ou une console de terminal, et connectez-" -"vous avec le nom d'utilisateur et le mot de passe que vous venez de créer" -" pour votre nouvel utilisateur non-root. Commencez par installer les " -"dépendances Dashmate :" +"Lancez une nouvelle fois PuTTY ou une console de terminal, et connectez-vous" +" avec le nom d'utilisateur et le mot de passe que vous venez de créer pour " +"votre nouvel utilisateur non-root. Commencez par installer les dépendances " +"Dashmate :" #: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" @@ -472,23 +462,17 @@ msgid "" "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" -"Il vous sera demandé de choisir un réseau, un type de nœud, une adresse " -"IP et une clé privée BLS. Saisissez ces informations ou acceptez les " -"valeurs par défaut détectées ou générées. Démarrez votre nœud comme suit " -":" +"Il vous sera demandé de choisir un réseau, un type de nœud, une adresse IP " +"et une clé privée BLS. Saisissez ces informations ou acceptez les valeurs " +"par défaut détectées ou générées. Démarrez votre nœud comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:256 -#, fuzzy msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. See the documentation `here " "`__" " or use the built-in help system to learn more:" msgstr "" -"Vous pouvez gérer l'état de votre masternode, sa configuration, et le " -"lancer entièrement depuis Dashmate. Consultez la documentation `ici " -"`__ ou utilisez l'aide " -"intégrée pour en savoir plus :" #: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" @@ -512,13 +496,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" -"Continuez avec :ref:`l'étape d'enregistrement ` pour mettre en place la caution et les clés, et construire " -"la transaction ProTx indispensable pour activer votre masternode." +"Continuez avec :ref:`l'étape d'enregistrement `" +" pour mettre en place la caution et les clés, et construire la transaction " +"ProTx indispensable pour activer votre masternode." #: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" @@ -526,21 +510,20 @@ msgstr "Mise à jour de masternode" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -548,31 +531,21 @@ msgid "Masternode registration" msgstr "Enregistrement de masternode" #: ../../docs/user/masternodes/setup-testnet.rst:318 -#, fuzzy msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -"La DIP003 a inauguré plusieurs changements sur la façon de mettre en " -"place et d'opérer un masternode. Ces changements et les trois clés " -"requises pour les différents rôles de masternode sont décrits brièvement " -"dans la section :ref:`dip3-changes` de la présente documentation." #: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" msgstr "Option 1 : Enregistrement depuis un portefeuille matériel" #: ../../docs/user/masternodes/setup-testnet.rst:324 -#, fuzzy msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" -"Revenez à DashMasternodeTool et assurez-vous que tous les champs de " -"l'étape précédente sont encore remplis correctement. Cliquez sur " -"**Generate new** (Générer nouveau) pour les trois clés privées requises " -"pour un masternode déterministe DIP003 :" #: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" @@ -580,11 +553,10 @@ msgstr "Clé privée du propriétaire" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" -"Clé privée d'opérateur (générez-en une neuve, ou bien utilisez la clé " -"privée générée par Dashmate)" +"Clé privée d'opérateur (générez-en une neuve, ou bien utilisez la clé privée" +" générée par Dashmate)" #: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" @@ -596,22 +568,22 @@ msgstr "DashMasternodeTool prêt à enregistrer un nouveau masternode" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" -msgstr "" -"Puis cliquez sur **Register masternode** (Enregistrer le masternode). " -"Vous pouvez, facultativement, indiquer une **Payout address** (Adresse de" -" paiement) différente et/ou une **Operator reward** (Récompense " -"d'opérateur) différente, puis cliquez sur **Continue**. Choisissez " -"**Remote Dash RPC Node (automatic method)** (Nœud Dash RPC distant " -"(méthode automatique)). (Voir `ici `__ une " -"documentation sur l'utilisation de votre propre nœud RPC local.) " -"Confirmez les deux messages suivants :" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" +msgstr "" +"Puis cliquez sur **Register masternode** (Enregistrer le masternode). Vous " +"pouvez, facultativement, indiquer une **Payout address** (Adresse de " +"paiement) différente et/ou une **Operator reward** (Récompense d'opérateur) " +"différente, puis cliquez sur **Continue**. Choisissez **Remote Dash RPC Node" +" (automatic method)** (Nœud Dash RPC distant (méthode automatique)). (Voir " +"`ici `__ une documentation sur " +"l'utilisation de votre propre nœud RPC local.) Confirmez les deux messages " +"suivants :" #: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" @@ -622,23 +594,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" -msgstr "" -"La clé publique sera utilisée lors des étapes suivantes. La clé privée " -"doit être saisie dans la configuration sur le masternode. Cela permet au " +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" +msgstr "" +"La clé publique sera utilisée lors des étapes suivantes. La clé privée doit " +"être saisie dans la configuration sur le masternode. Cela permet au " "masternode de surveiller sur la blockchain les transactions Pro*Tx " "correspondantes, et cela le démarrera en tant que masternode quand la " "transaction signée ProRegTx sera diffusée par le propriétaire (dernière " "étape ci-dessous). Si vous utilisez la clé BLS générée par ``dashmate " "setup``, cette information est déjà configurée pour votre masternode. Si " -"vous avez généré votre propre paire de clé BLS, modifiez la configuration" -" Dashmate comme suit :" +"vous avez généré votre propre paire de clé BLS, modifiez la configuration " +"Dashmate comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:363 #: ../../docs/user/masternodes/setup-testnet.rst:613 @@ -648,8 +620,8 @@ msgid "" "function in DMT." msgstr "" "Arrivé à cette étape, vous pouvez revenir à votre fenêtre de terminal et " -"surveiller votre masternode avec la commande ``dashmate status``, ou bien" -" en utilisant la fonction **Get status** (Voir l'état) dans DMT." +"surveiller votre masternode avec la commande ``dashmate status``, ou bien en" +" utilisant la fonction **Get status** (Voir l'état) dans DMT." #: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" @@ -669,22 +641,23 @@ msgstr "Identifier la transaction de financement" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" -msgstr "Cela devrait vous renvoyer une chaîne de caractères analogue à celle-ci ::" +msgstr "" +"Cela devrait vous renvoyer une chaîne de caractères analogue à celle-ci ::" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" -"La première chaîne, longue, est votre ``collateralHash``, et le nombre à " -"la fin est le ``collateralIndex``." +"La première chaîne, longue, est votre ``collateralHash``, et le nombre à la " +"fin est le ``collateralIndex``." #: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" @@ -694,24 +667,23 @@ msgstr "Générer une paire de clés BLS" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" "Une paire de clés BLS publique/privée est obligatoire pour opérer un " -"masternode. La clé privée est spécifiée sur le masternode lui-même, et " -"lui permet d'être inclus dans la liste déterministe des masternodes une " -"fois qu'une transaction d'enregistrement avec la clé publique " -"correspondante a été créée." +"masternode. La clé privée est spécifiée sur le masternode lui-même, et lui " +"permet d'être inclus dans la liste déterministe des masternodes une fois " +"qu'une transaction d'enregistrement avec la clé publique correspondante a " +"été créée." #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -721,8 +693,8 @@ msgid "" "genkey`` **command.**" msgstr "" "**Ces clés ne sont PAS stockées par le portefeuille ni par Dashmate, et " -"elles doivent être conservées dans un lieu sûr**, à l'image de la valeur " -"que retournait, par le passé, la commande ``masternode genkey``." +"elles doivent être conservées dans un lieu sûr**, à l'image de la valeur que" +" retournait, par le passé, la commande ``masternode genkey``." #: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" @@ -733,26 +705,26 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" -msgstr "" -"La clé publique sera utilisée lors des étapes suivantes. La clé privée " -"doit être saisie dans le fichier ``dash.conf`` sur le masternode. Cela " -"permet au masternode de surveiller sur la blockchain les transactions " -"Pro*Tx correspondantes, et cela le démarrera en tant que masternode quand" -" la transaction signée ProRegTx sera diffusée par le propriétaire " -"(dernière étape ci-dessous). Si vous utilisez la clé BLS générée par " -"``dashmate setup``, cette information est déjà configurée pour votre " -"masternode. Si vous avez généré votre propre paire de clé BLS, modifiez " -"la configuration Dashmate comme suit :" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" +msgstr "" +"La clé publique sera utilisée lors des étapes suivantes. La clé privée doit " +"être saisie dans le fichier ``dash.conf`` sur le masternode. Cela permet au " +"masternode de surveiller sur la blockchain les transactions Pro*Tx " +"correspondantes, et cela le démarrera en tant que masternode quand la " +"transaction signée ProRegTx sera diffusée par le propriétaire (dernière " +"étape ci-dessous). Si vous utilisez la clé BLS générée par ``dashmate " +"setup``, cette information est déjà configurée pour votre masternode. Si " +"vous avez généré votre propre paire de clé BLS, modifiez la configuration " +"Dashmate comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" "Nous allons maintenant préparer la transaction qui sera utilisée pour " "enregistrer le masternode sur le réseau." @@ -763,32 +735,31 @@ msgstr "Préparer une transaction ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" -"Une paire de clés BLS pour l'opérateur a déjà été générée ci-dessus, et " -"la clé privée a été entrée sur le masternode. La clé publique est " -"utilisée dans cette transaction en tant que ``operatorPubKey``." +"Une paire de clés BLS pour l'opérateur a déjà été générée ci-dessus, et la " +"clé privée a été entrée sur le masternode. La clé publique est utilisée dans" +" cette transaction en tant que ``operatorPubKey``." #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" "D'abord, nous devons obtenir du portefeuille une adresse neuve et " "inutilisée, qui servira comme **adresse de clé du propriétaire** " -"(``ownerKeyAddr``). Elle est différente de l'adresse de la caution de " -"1000 dashs. Générez une nouvelle adresse comme suit :" +"(``ownerKeyAddr``). Elle est différente de l'adresse de la caution de 1000 " +"dashs. Générez une nouvelle adresse comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" "Cette adresse peut aussi être utilisée comme **adresse de clé de vote** " "(``votingKeyAddr``). Alternativement, vous pouvez indiquer une adresse " @@ -797,14 +768,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" "Ensuite, générez une seconde adresse ou choisissez une adresse déjà " "existante, qui servira au propriétaire pour recevoir les **paiements du " -"propriétaire du masternode** (``payoutAddress``). Il est également " -"possible d'utiliser une adresse externe au portefeuille :" +"propriétaire du masternode** (``payoutAddress``). Il est également possible " +"d'utiliser une adresse externe au portefeuille :" #: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" @@ -813,50 +784,48 @@ msgid "" "external payout address, you must specify a fee source address." msgstr "" "Vous pouvez aussi, facultativement, générer et alimenter une troisième " -"adresse comme **source des frais de transaction** (``feeSourceAddress``)." -" Si vous avez choisi une adresse de paiement externe, vous devez indiquer" -" une adresse source pour les frais." +"adresse comme **source des frais de transaction** (``feeSourceAddress``). Si" +" vous avez choisi une adresse de paiement externe, vous devez indiquer une " +"adresse source pour les frais." #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" "L'une de ces deux adresses, de paiement ou de frais, doit avoir un solde " -"suffisant pour régler les frais de transaction, faute de quoi la " -"transaction ``register_prepare`` échouera." +"suffisant pour régler les frais de transaction, faute de quoi la transaction" +" ``register_prepare`` échouera." #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" "Les clés privées des adresses du propriétaire et des frais doivent être " -"accessibles par le portefeuille qui soumettra la transaction au réseau. " -"Si votre portefeuille est protégé par mot de passe, il doit à présent " -"être déverrouillé pour exécuter les commandes suivantes. Déverrouillez " -"votre portefeuille pendant 5 minutes :" +"accessibles par le portefeuille qui soumettra la transaction au réseau. Si " +"votre portefeuille est protégé par mot de passe, il doit à présent être " +"déverrouillé pour exécuter les commandes suivantes. Déverrouillez votre " +"portefeuille pendant 5 minutes :" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" "Nous allons maintenant préparer une transaction spéciale ProRegTx non " -"signée, en utilisant la commande ``protx register_prepare``. Cette " -"commande a la syntaxe suivante :" +"signée, en utilisant la commande ``protx register_prepare``. Cette commande " +"a la syntaxe suivante :" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -864,22 +833,22 @@ msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -"Ouvrez un éditeur de texte, tel que Notepad, pour préparer cette " -"commande. Remplacez chaque argument de la commande comme suit :" +"Ouvrez un éditeur de texte, tel que Notepad, pour préparer cette commande. " +"Remplacez chaque argument de la commande comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" -"``collateralHash`` : l'identifiant de la transaction (txid) de la caution" -" de 1000 dashs" +"``collateralHash`` : l'identifiant de la transaction (txid) de la caution de" +" 1000 dashs" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -"``collateralIndex`` : l'index de sortie de la transaction de la caution " -"de 1000 dashs" +"``collateralIndex`` : l'index de sortie de la transaction de la caution de " +"1000 dashs" #: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" @@ -891,28 +860,27 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" "``ownerKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, pour " "l'adresse du propriétaire et de vote" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" -"``operatorPubKey`` : la clé publique BLS générée ci-dessus (ou fournie " -"par votre service d'hébergement de masternode)" +"``operatorPubKey`` : la clé publique BLS générée ci-dessus (ou fournie par " +"votre service d'hébergement de masternode)" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" -"``votingKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, ou " -"bien l'adresse d'un délégué, utilisée pour le vote des propositions " -"budgétaires" +"``votingKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, ou bien " +"l'adresse d'un délégué, utilisée pour le vote des propositions budgétaires" #: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" @@ -935,16 +903,16 @@ msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress`` : une adresse (facultative) d'où seront prélevés les" -" frais de la transaction ProTx. Si elle n'est pas spécifiée, c'est " -"l'adresse ``payoutAddress`` qui sera utilisée." +"``feeSourceAddress`` : une adresse (facultative) d'où seront prélevés les " +"frais de la transaction ProTx. Si elle n'est pas spécifiée, c'est l'adresse " +"``payoutAddress`` qui sera utilisée." #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" "Veuillez noter qu'il revient à l'opérateur de :ref:`spécifier sa propre " "adresse de paiement ` avec une transaction " @@ -978,23 +946,22 @@ msgstr "Signer la transaction ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" -"Nous allons maintenant signer le contenu du champ ``signMessage`` au " -"moyen de la clé privée de l'adresse de la caution telle que spécifiée " -"dans ``collateralAddress``. Veuillez noter qu'aucune connexion à Internet" -" n'est obligatoire pour cette étape, ce qui signifie que le portefeuille " -"peut être déconnecté de l'Internet (en \"chambre froide\") pour signer le" -" message. Dans cet exemple nous allons à nouveau utiliser le portefeuille" -" logiciel Dash Core, mais il est également possible d'utiliser la " -"fonction de signature d'un portefeuille matériel. La commande a la " -"syntaxe suivante :" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Nous allons maintenant signer le contenu du champ ``signMessage`` au moyen " +"de la clé privée de l'adresse de la caution telle que spécifiée dans " +"``collateralAddress``. Veuillez noter qu'aucune connexion à Internet n'est " +"obligatoire pour cette étape, ce qui signifie que le portefeuille peut être " +"déconnecté de l'Internet (en \"chambre froide\") pour signer le message. " +"Dans cet exemple nous allons à nouveau utiliser le portefeuille logiciel " +"Dash Core, mais il est également possible d'utiliser la fonction de " +"signature d'un portefeuille matériel. La commande a la syntaxe suivante :" #: ../../docs/user/masternodes/setup-testnet.rst:571 #: ../../docs/user/masternodes/setup-testnet.rst:598 @@ -1008,10 +975,10 @@ msgstr "Soumettre le message signé" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" "Nous allons maintenant créer la transaction spéciale ProRegTx pour " "enregistrer le masternode sur la blockchain. Cette commande doit être " @@ -1025,16 +992,16 @@ msgstr "Où :" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" -"``tx`` : la transaction sérialisée précédemment renvoyée dans le champ de" -" sortie ``tx`` par la commande ``protx register_prepare``" +"``tx`` : la transaction sérialisée précédemment renvoyée dans le champ de " +"sortie ``tx`` par la commande ``protx register_prepare``" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" "``sig`` : le message signé avec la clé de la caution par la commande " "``signmessage``" @@ -1042,19 +1009,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." -msgstr "" -"Votre masternode est à présent enregistré et il apparaîtra dans la liste " -"des masternodes déterministes dès que la transaction sera minée dans un " -"bloc. Vous pouvez afficher cette liste dans l'onglet **Masternodes > " -"Masternodes DIP3** du portefeuille logiciel Dash Core, ou dans la console" -" en utilisant la commande ``protx list valid``, où l'identifiant (txid) " -"de la transaction finale ``protx register_submit`` identifie votre " +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " "masternode." +msgstr "" +"Votre masternode est à présent enregistré et il apparaîtra dans la liste des" +" masternodes déterministes dès que la transaction sera minée dans un bloc. " +"Vous pouvez afficher cette liste dans l'onglet **Masternodes > Masternodes " +"DIP3** du portefeuille logiciel Dash Core, ou dans la console en utilisant " +"la commande ``protx list valid``, où l'identifiant (txid) de la transaction " +"finale ``protx register_submit`` identifie votre masternode." #: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" @@ -1063,15 +1029,14 @@ msgstr "Installation manuelle" #: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" -"**Ce guide d'installation manuelle est actuellement un travail non " -"achevé.**" +"**Ce guide d'installation manuelle est actuellement un travail non achevé.**" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -1098,8 +1063,8 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" "Dash Core est un fork de Bitcoin Core et il est responsable de tout le " @@ -1107,16 +1072,11 @@ msgstr "" "Téléchargez Dash Core comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:660 -#, fuzzy msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" -"Vérifiez l'authenticité de votre téléchargement en comparant sa signature" -" séparée à la clé publique diffusée par l'équipe de développement Dash " -"Core. Toutes les versions de Dash sont signées avec GPG avec une des clés" -" suivantes :" #: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" @@ -1131,8 +1091,7 @@ msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" -"Décompressez l'archive et copiez les nouveaux fichiers dans le répertoire" -" :" +"Décompressez l'archive et copiez les nouveaux fichiers dans le répertoire :" #: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" @@ -1144,9 +1103,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -1172,32 +1131,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 msgid "Use the following command to monitor sync status::" msgstr "" +"Utilisez la commande suivante pour surveiller l'état de synchronisation :" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" -"Quand la synchronisation est terminée, vous devriez voir le message " -"suivant ::" +"Quand la synchronisation est terminée, vous devriez voir le message suivant " +"::" #: ../../docs/user/masternodes/setup-testnet.rst:794 msgid "Platform services" msgstr "Services Platform" #: ../../docs/user/masternodes/setup-testnet.rst:796 -#, fuzzy msgid "" "Next, we will install the Dash Platform services. Start with installing " "JavaScript dependencies::" msgstr "" -"Ensuite, nous allons installer les services Dash Platform. Commençons par" -" quelques dépendances courantes :" #: ../../docs/user/masternodes/setup-testnet.rst:805 msgid "Followed by Rust dependencies::" @@ -1216,8 +1174,8 @@ msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" -"Drive est une machine d'état répliqué pour Dash Platform. Téléchargez " -"Drive comme suit :" +"Drive est une machine d'état répliqué pour Dash Platform. Téléchargez Drive " +"comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" @@ -1228,7 +1186,8 @@ msgid "Start Drive::" msgstr "Démarrez Drive :" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" "Vérifiez que Drive fonctionne en inspectant une valeur temporelle sous " "``uptime`` :" @@ -1238,16 +1197,11 @@ msgid "Tenderdash" msgstr "Tenderdash" #: ../../docs/user/masternodes/setup-testnet.rst:865 -#, fuzzy msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" -"Tenderdash est un fork de Tendermint. Il s'agit de l'implémentation de " -"blockchain utilisée par Dash Platform. Comme les binaires ne sont pas " -"encore publiés, vous devrez les compiler depuis la source. Installez Go " -"comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" @@ -1255,8 +1209,8 @@ msgstr "Initialisez Tenderdash :" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -1302,31 +1256,30 @@ msgstr "Envoy" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1334,13 +1287,13 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 -#, fuzzy msgid "Install Envoy as follows::" -msgstr "Compilez et installez Tenderdash comme suit :" +msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" @@ -1386,595 +1339,66 @@ msgstr "Installation pour développeurs" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" "Les développeurs qui ont besoin d'un masternode local peuvent démarrer " -"rapidement en lançant Dashmate et en fournissant une clé privée contenant" -" directement la caution. Installez des dépendances si nécessaire (Docker," -" NodeJS, NPM, Github CLI). Windows, macOS et Linux sont compatibles. " -"L'exemple suivant montre comment installer des dépendances sous Ubuntu " -"20.04 LTS :" +"rapidement en lançant Dashmate et en fournissant une clé privée contenant " +"directement la caution. Installez des dépendances si nécessaire (Docker, " +"NodeJS, NPM, Github CLI). Windows, macOS et Linux sont compatibles. " +"L'exemple suivant montre comment installer des dépendances sous Ubuntu 20.04" +" LTS :" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" -msgstr "" -"Générez une nouvelle adresse Dash à usage temporaire en utilisant `ce " -"script `__ ou bien les " -"commandes RPC ``getnewaddress`` et ``dumpprivkey`` dans `Dash Core " -"`__ en mode testnet. Allez sur https" -"://testnet-faucet.dash.org/ et demandez plus de 1000 tDash à votre " -"nouvelle adresse, en utilisant le code promo 'masternode'. Puis " -"téléchargez et initialisez Dashmate comme suit :" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" +msgstr "" +"Générez une nouvelle adresse Dash à usage temporaire en utilisant `ce script" +" `__ ou bien les commandes " +"RPC ``getnewaddress`` et ``dumpprivkey`` dans `Dash Core " +"`__ en mode testnet. Allez sur " +"https://testnet-faucet.dash.org/ et demandez plus de 1000 tDash à votre " +"nouvelle adresse, en utilisant le code promo 'masternode'. Puis téléchargez " +"et initialisez Dashmate comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" -"Si vous utilisez Windows, vous devrez modifier le chemin de deux fichiers" -" journal. Modifiez l'exemple ci-dessous avec un chemin journal de votre " -"choix :" +"Si vous utilisez Windows, vous devrez modifier le chemin de deux fichiers " +"journal. Modifiez l'exemple ci-dessous avec un chemin journal de votre choix" +" :" #: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" msgstr "Enregistrez votre masternode sur le réseau, comme suit :" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" -"Attendez que la synchronisation et l'enregistrement soient terminés. Puis" -" démarrez le masternode :" +"Attendez que la synchronisation et l'enregistrement soient terminés. Puis " +"démarrez le masternode :" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" "Votre masternode fournit désormais ses services sur les ports locaux " "suivants :" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" -#~ "Dash version 0.13.0 et ultérieure met" -#~ " en œuvre la DIP003, qui introduit" -#~ " certains changements dans la façon " -#~ "d'installer et de gérer un masternode." -#~ " Bien que cette mise à jour du" -#~ " réseau ait été achevée début 2019," -#~ " veuillez trouver ci-dessous une " -#~ "liste de sa documentation disponible :" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Listes de masternodes déterministes" -#~ " `__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ ":ref:`Procédure de mise à jour Dash " -#~ "0.13 pour les masternodes (documentation " -#~ "archivée) `" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Guide complet de mise en place " -#~ "d'un masternode ` (you " -#~ "are here)" - -#~ msgid "Set up your VPS" -#~ msgstr "Configuration de votre VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" -#~ "Un VPS, plus connu sous le nom " -#~ "de \"serveur dans le nuage\", est " -#~ "une installation entièrement fonctionnelle " -#~ "d'un système d'exploitation (Linux, en " -#~ "général) exécutée dans une machine " -#~ "virtuelle. La machine virtuelle permet " -#~ "au fournisseur de VPS de faire " -#~ "tourner de nombreux systèmes sur un " -#~ "seul serveur physique, rendant l'ensemble " -#~ "plus efficace et beaucoup moins cher " -#~ "que de faire tourner un unique " -#~ "système d'exploitation sur le \"métal " -#~ "nu\" de chaque serveur. Un VPS est" -#~ " idéal pour héberger un masternode " -#~ "Dash car les VPS proposent en " -#~ "général une garantie sur la " -#~ "disponibilité, une redondance dans le " -#~ "cas de problèmes matériels et une " -#~ "adresse IP statique qui est " -#~ "indispensable pour que votre masternode " -#~ "ne soit pas éjecté de la file " -#~ "d'attente des paiements. Bien que faire" -#~ " tourner un masternode depuis son " -#~ "domicile, sur un ordinateur de bureau," -#~ " soit techniquement possible, cela ne " -#~ "marchera certainement pas de manière " -#~ "fiable car la plupart des fournisseurs" -#~ " d'accès allouent des adresses IP " -#~ "dynamiques aux utilisateurs domestiques." - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" -#~ "Nous utiliserons l'hébergeur `Vultr " -#~ "`_ comme VPS pour " -#~ "notre exemple, bien que `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ ou encore `OVH " -#~ "`_ soient également des " -#~ "choix reconnus. Tout d'abord, créez un" -#~ " compte et créditez-le. Puis allez" -#~ " sur le menu Serveurs sur la " -#~ "gauche et cliquez sur **+** pour " -#~ "ajouter un nouveau serveur. Choisissez " -#~ "un endroit pour votre nouveau serveur," -#~ " sur l'écran suivant :" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Page Vultr de choix d'emplacement de serveur" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Page Vultr de choix du type de serveur" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Choisissez une taille de serveur avec au moins 2 Go de mémoire vive." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Page Vultr de choix de taille de serveur" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Tapez un nom d'hôte et une " -#~ "étiquette pour votre serveur. Dans cet" -#~ " exemple, nous utiliserons \"dashmn1\" " -#~ "comme nom d'hôte." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Page Vultr de choix du nom d'hôte et de l'étiquette du serveur" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" -#~ "Vultr installe à présent votre serveur." -#~ " Cette étape peut prendre quelques " -#~ "minutes." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Page Vultr d'installation du serveur" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Cliquez sur **Gérer** quand l'installation " -#~ "est terminée et prenez note de " -#~ "l'adresse IP, du nom d'utilisateur et" -#~ " du mot de passe." - -#~ msgid "Vultr server management screen" -#~ msgstr "Page Vultr de gestion du serveur" - -#~ msgid "Set up your operating system" -#~ msgstr "Configuration de votre système d'exploitation" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "Nous commencerons par nous connecter à" -#~ " votre serveur fraîchement créé. Sous " -#~ "Windows, vous devrez d'abord télécharger " -#~ "une application appelée PuTTY pour vous" -#~ " connecter au serveur. Allez sur la" -#~ " `page de téléchargement de PuTTY " -#~ "`_ " -#~ "et choisissez l'installeur MSI approprié " -#~ "à votre ordinateur. Sur Mac ou " -#~ "Linux, vous pouvez vous connecter " -#~ "directement par ssh depuis le Terminal" -#~ " — tapez simplement ``ssh " -#~ "root@`` puis votre mot de " -#~ "passe quand il vous est demandé." - -#~ msgid "PuTTY download page" -#~ msgstr "Page de téléchargement de PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "Double-cliquez sur le fichier téléchargé" -#~ " pour installer PuTTY, puis lancez " -#~ "l'application depuis votre menu Démarrer. " -#~ "Tapez l'adresse IP du serveur dans " -#~ "le champ **Nom d'hôte** puis cliquez " -#~ "sur **Ouvrir**. Il est possible qu'un" -#~ " avertissement sur le certificat vous " -#~ "soit affiché, puisque c'est votre " -#~ "première connexion à ce serveur. Vous" -#~ " pouvez sans risque cliquer sur " -#~ "**Oui** pour faire confiance à ce " -#~ "serveur à l'avenir." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Alerte de sécurité de PuTTY à la connexion à un nouveau serveur" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "Demande de mot de passe à la première connexion à votre VPS" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "Il vous est fortement conseillé de " -#~ "modifier sans attendre le mot de " -#~ "passe de \"root\" et de le garder" -#~ " dans un endroit sûr. Vous pouvez " -#~ "copier et coller chacune des commandes" -#~ " suivantes en les sélectionnant dans " -#~ "votre navigateur, en faisant la " -#~ "combinaison de touches **Ctrl-C** puis " -#~ "en revenant sur le fenêtre PuTTY " -#~ "pour y faire un clic-droit. Le " -#~ "texte se collera à la position " -#~ "actuelle du curseur ::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Tapez et confirmez un nouveau mot " -#~ "de passe (de préférence long et " -#~ "généré aléatoirement). Ensuite, nous allons" -#~ " créer un nouvel utilisateur avec la" -#~ " commande suivante, en remplaçant " -#~ "```` par le nom d'utilisateur " -#~ "de votre choix ::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "Un mot de passe vous sera demandé." -#~ " Tapez un nouveau mot de passe " -#~ "(différent de votre mot de passe " -#~ "\"root\") puis confirmez-le. Conservez-" -#~ "le ensuite dans un endroit sûr. Il" -#~ " vous sera aussi demandé différentes " -#~ "informations sur l'utilisateur, mais vous " -#~ "pouvez les laisser vides. Une fois " -#~ "l'utilisateur créé, nous allons l'ajouter " -#~ "au groupe \"sudo\" de manière à ce" -#~ " qu'il puisse passer des commandes en" -#~ " tant que \"root\" ::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Maintenant, toujours en tant que " -#~ "\"root\", nous allons mettre à jour " -#~ "le système directement depuis le dépôt" -#~ " logiciel Ubuntu ::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" -#~ "Le système affiche une liste de " -#~ "paquets prêts à être mis à jour." -#~ " Appuyez sur **O** et **Entrée** pour" -#~ " installer les paquets. Nous allons " -#~ "maintenant installer un pare-feu, " -#~ "ajouter de la mémoire virtuelle et " -#~ "redémarrer le serveur pour que soit " -#~ "appliquée toute mise à jour nécessaire" -#~ " du noyau. Puis nous nous " -#~ "connecterons en tant que nouvel " -#~ "utilisateur à notre environnement fraîchement" -#~ " sécurisé ::" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(appuyez sur **O** et **Entrée** pour confirmer)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "Ajoutez la ligne suivante à la fin" -#~ " du fichier (appuyez sur Tabulation " -#~ "pour séparer chaque mot ou nombre), " -#~ "puis faites la combinaison de touches" -#~ " **Ctrl-X** pour fermer l'éditeur de " -#~ "texte, puis appuyez sur **O** et " -#~ "**Entrée** pour enregistrer le fichier." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" -#~ "Enfin, pour empêcher les attaques par" -#~ " force brute sur les mots de " -#~ "passe, nous allons installer fail2ban et" -#~ " désactiver le login root par SSH." -#~ " Ces étapes sont facultatives, mais " -#~ "hautement recommandées. Commencez par fail2ban" -#~ " :" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "Collez-y la configuration suivante :" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" -#~ "Puis faites la combinaison de touches" -#~ " **Ctrl-X** pour fermer l'éditeur de " -#~ "texte, puis **O** et **Entrée** pour " -#~ "enregistrer le fichier. Redémarrez et " -#~ "activez le service fail2ban :" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Ensuite, ouvrez le fichier de " -#~ "configuration SSH pour désactiver le " -#~ "login root par SSH ::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" -#~ "Repérez la ligne ``PermitRootLogin yes`` " -#~ "et changez-la en ``PermitRootLogin no``." -#~ " Juste en-dessous, ajoutez une ligne" -#~ " ``AllowUsers ``, en remplaçant " -#~ "```` avec le nom d'utilisateur " -#~ "que vous avez choisi plus haut. " -#~ "Puis faites la combinaison de touches" -#~ " **Ctrl-X** pour fermer l'éditeur de " -#~ "texte, puis **Y** et **Entrée** pour " -#~ "enregistrer le fichier." - -#~ msgid "Then reboot the server::" -#~ msgstr "Puis redémarrez le serveur :" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "PuTTY se déconnectera au redémarrage du serveur." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" -#~ "Ce guide comprend les étapes de " -#~ "base pour protéger votre serveur des " -#~ "attaques, mais on peut faire beaucoup" -#~ " plus. En particulier, on peut " -#~ "`s'authentifier avec une clé publique " -#~ "`_ plutôt" -#~ " qu'avec une combinaison nom " -#~ "d'utilisateur/mot de passe et `activer " -#~ "les mises à jour automatiques de " -#~ "sécurité " -#~ "`_. " -#~ "Plus d'astuces sont disponibles `ici " -#~ "`__." -#~ " Cependant, puisque le masternode ne " -#~ "stocke pas les clés de fonds Dash," -#~ " ces étapes sont considérées comme en" -#~ " dehors de la portée de ce " -#~ "guide." - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" -#~ "Alexander Block (codablock) avec la clé" -#~ " ``63A9 6B40 6102 E091``, `vérifiable " -#~ "ici sur Keybase `__" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" -#~ "Envoy est un proxy de service gRPC" -#~ " pour les applications cloud natives. " -#~ "Installez Envoy comme suit :" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup.po index f641f2ba3..d55ce1e1e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -"Ce guide décrit comment configurer un masternode Dash. Il détaille " -"également diverses options d'hébergement et différents portefeuilles" +"Ce guide décrit comment configurer un masternode Dash. Il détaille également" +" diverses options d'hébergement et différents portefeuilles" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, guide, masternodes, trezor, dip3, installation, bls" @@ -42,39 +41,38 @@ msgstr "Configuration" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" -"Mettre en place un masternode demande une compréhension de base de Linux " -"et de la technologie blockchain, ainsi qu'une capacité à suivre des " -"instructions de près. Cela demande également une régularité de gestion et" -" une sécurité pointilleuse, en particulier si vous ne stockez pas vos " -"dashs sur un portefeuille matériel. Il y aura quelques choix à faire lors" -" de la procédure, et quelques étapes supplémentaires facultatives à " -"suivre pour une meilleure sécurité." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"Mettre en place un masternode demande une compréhension de base de Linux et " +"de la technologie blockchain, ainsi qu'une capacité à suivre des " +"instructions de près. Cela demande également une régularité de gestion et " +"une sécurité pointilleuse, en particulier si vous ne stockez pas vos dashs " +"sur un portefeuille matériel. Il y aura quelques choix à faire lors de la " +"procédure, et quelques étapes supplémentaires facultatives à suivre pour une" +" meilleure sécurité." #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" "Des :ref:`services commerciaux d'hébergement de masternode ` sont disponibles si vous préférez déléguer la gestion au jour " -"le jour de votre masternode à un opérateur professionnel. En utilisant " -"ces services d'hébergement, vous conservez un contrôle total sur la " -"caution de 1000 dashs et vous payez un pourcentage convenu d'avance à " -"l'opérateur, à titre de rétribution. Il est également possible de " -"déléguer vos clés de vote à un représentant, veuillez consulter la " -":ref:`documentation sur la gouvernance ` pour en savoir" -" plus." +"hosting>` sont disponibles si vous préférez déléguer la gestion au jour le " +"jour de votre masternode à un opérateur professionnel. En utilisant ces " +"services d'hébergement, vous conservez un contrôle total sur la caution de " +"1000 dashs et vous payez un pourcentage convenu d'avance à l'opérateur, à " +"titre de rétribution. Il est également possible de déléguer vos clés de vote" +" à un représentant, veuillez consulter la :ref:`documentation sur la " +"gouvernance ` pour en savoir plus." #: ../../docs/user/masternodes/setup.rst:29 msgid "Before you begin" @@ -82,14 +80,14 @@ msgstr "Avant de commencer" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" "Ce guide présuppose que vous mettez en place un seul masternode, pour la " "première fois, sur le réseau Dash principal. Pour mettre à jour un " -"masternode existant, voyez plutôt :ref:`ici `. Voici " -"ce dont vous aurez besoin :" +"masternode existant, voyez plutôt :ref:`ici `. Voici ce " +"dont vous aurez besoin :" #: ../../docs/user/masternodes/setup.rst:35 msgid "1000 Dash" @@ -131,22 +129,21 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Créez un nouveau fichier de configuration :" +msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -155,43 +152,42 @@ msgstr "Envoi de la caution" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" "Une adresse Dash avec une unique transaction non dépensée (UTXO) " -"d'exactement 1000 dashs est obligatoire pour faire tourner un masternode." -" Une fois que cette transaction a été effectuée, différentes clés doivent" -" en être extraites. Elles seront utilisées plus tard dans un fichier de " -"configuration et dans la transaction d'enregistrement servant de preuve " -"pour écrire la configuration sur la blockchain, et pour que le masternode" -" soit inclus dans la liste déterministe." +"d'exactement 1000 dashs est obligatoire pour faire tourner un masternode. " +"Une fois que cette transaction a été effectuée, différentes clés doivent en " +"être extraites. Elles seront utilisées plus tard dans un fichier de " +"configuration et dans la transaction d'enregistrement servant de preuve pour" +" écrire la configuration sur la blockchain, et pour que le masternode soit " +"inclus dans la liste déterministe." #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." -msgstr "" -"Un masternode peut être enregistré depuis un portefeuille matériel, ou " -"bien depuis le portefeuille logiciel officiel Dash Core, ou bien depuis " -"un portefeuille logiciel Dash Electrum — mais un portefeuille matériel " -"est hautement recommandé pour améliorer la sécurité et vous protéger " -"contre le piratage. Ce guide va décrire les étapes pour les portefeuilles" -" matériels tout comme pour le logiciel Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." +msgstr "" +"Un masternode peut être enregistré depuis un portefeuille matériel, ou bien " +"depuis le portefeuille logiciel officiel Dash Core, ou bien depuis un " +"portefeuille logiciel Dash Electrum — mais un portefeuille matériel est " +"hautement recommandé pour améliorer la sécurité et vous protéger contre le " +"piratage. Ce guide va décrire les étapes pour les portefeuilles matériels " +"tout comme pour le logiciel Dash Core." #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" -"Les détails pour enregistrer un masternode avec le logiciel Dash Electrum" -" peuvent être trouvés dans la :ref:`page des fonctions avancées de Dash " +"Les détails pour enregistrer un masternode avec le logiciel Dash Electrum " +"peuvent être trouvés dans la :ref:`page des fonctions avancées de Dash " "Electrum `." #: ../../docs/user/masternodes/setup.rst:78 @@ -200,71 +196,68 @@ msgstr "Option 1 : Envoi depuis un portefeuille matériel" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" "Configurez votre Trezor en utilisant le portefeuille Trezor à l'adresse " "https://wallet.trezor.io/ et envoyez-lui une transaction d'essai pour " -"vérifier que tout fonctionne bien. Pour obtenir de l'aide sur cette " -"étape, voir :ref:`ce guide `. Vous pouvez aussi (avec " -"prudence !) `ajouter une phrase de passe `_ à " -"votre Trezor pour protéger encore mieux votre caution. Créez un nouveau " -"compte dans votre portefeuille Trezor en cliquant sur **Ajouter un " -"compte**. Puis cliquez sur l'onglet **Recevoir** et envoyez exactement " -"1000 dashs à l'adresse affichée. Si vous mettez en place plusieurs " -"masternodes, envoyez 1000 dashs aux adresses consécutives du même compte." -" Vous devriez voir la transaction arriver dès les premières " -"confirmations, en général sous quelques minutes." +"vérifier que tout fonctionne bien. Pour obtenir de l'aide sur cette étape, " +"voir :ref:`ce guide `. Vous pouvez aussi (avec prudence !) " +"`ajouter une phrase de passe `_ à votre Trezor pour " +"protéger encore mieux votre caution. Créez un nouveau compte dans votre " +"portefeuille Trezor en cliquant sur **Ajouter un compte**. Puis cliquez sur " +"l'onglet **Recevoir** et envoyez exactement 1000 dashs à l'adresse affichée." +" Si vous mettez en place plusieurs masternodes, envoyez 1000 dashs aux " +"adresses consécutives du même compte. Vous devriez voir la transaction " +"arriver dès les premières confirmations, en général sous quelques minutes." #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" -"Onglet Recevoir du portefeuille Trezor, montrant une caution de 1000 " -"dashs bien reçue" +"Onglet Recevoir du portefeuille Trezor, montrant une caution de 1000 dashs " +"bien reçue" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" "Une fois la transaction apparue, cliquez sur le QR-code à droite pour " -"afficher la transaction dans la blockchain. Gardez cette fenêtre ouverte " -"le temps des étapes suivantes, car nous aurons bientôt à vérifier que les" -" 15 confirmations ont bien eu lieu, comme dans la capture d'écran " -"suivante." +"afficher la transaction dans la blockchain. Gardez cette fenêtre ouverte le " +"temps des étapes suivantes, car nous aurons bientôt à vérifier que les 15 " +"confirmations ont bien eu lieu, comme dans la capture d'écran suivante." #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" -"Explorateur de blocs de Trezor montrant 15 confirmations pour le " -"transfert de la caution" +"Explorateur de blocs de Trezor montrant 15 confirmations pour le transfert " +"de la caution" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"Pendant que nous attendons les 15 confirmations, téléchargez la plus " -"récente version de DashMasternodeTool (DMT) depuis la page GitHub `ici " +"Pendant que nous attendons les 15 confirmations, téléchargez la plus récente" +" version de DashMasternodeTool (DMT) depuis la page GitHub `ici " "`_. " "Décompressez le fichier et lancez l'exécutable. La fenêtre suivante " "s'affiche." @@ -275,17 +268,16 @@ msgstr "Écran de démarrage de DashMasternodeTool" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" -"Cliquez sur le troisième bouton depuis la gauche, **Vérifier la connexion" -" au réseau Dash**, dans le coin supérieur gauche de la fenêtre " -"principale, pour vérifier que la connexion fonctionne. Puis connectez " -"votre appareil Trezor et cliquez sur **Tester la connexion au " -"portefeuille matériel** pour vérifier que la connexion au Trezor " -"fonctionne." +"Cliquez sur le troisième bouton depuis la gauche, **Vérifier la connexion au" +" réseau Dash**, dans le coin supérieur gauche de la fenêtre principale, pour" +" vérifier que la connexion fonctionne. Puis connectez votre appareil Trezor " +"et cliquez sur **Tester la connexion au portefeuille matériel** pour " +"vérifier que la connexion au Trezor fonctionne." #: ../../docs/user/masternodes/setup.rst:130 msgid "Dash Masternode Tool successful connection confirmations" @@ -293,14 +285,13 @@ msgstr "Confirmations de connexion réussie dans DashMasternodeTool" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" -"Nous allons maintenant nous servir de DMT pour saisir quelques " -"informations de base sur le masternode, et extraire l'identifiant de " -"transaction. Suivez les étapes ci-dessous, telles que montrées dans cette" -" capture d'écran :" +"Nous allons maintenant nous servir de DMT pour saisir quelques informations " +"de base sur le masternode, et extraire l'identifiant de transaction. Suivez " +"les étapes ci-dessous, telles que montrées dans cette capture d'écran :" #: ../../docs/user/masternodes/setup.rst:139 msgid "Dash Masternode Tool configuration steps" @@ -312,17 +303,17 @@ msgstr "Cliquez sur le bouton **Nouveau**." #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" "Tapez un nom pour votre masternode. Le nom d'hôte que vous avez indiqué " "précédemment pour votre VPS est un bon choix." #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" "Tapez l'adresse IP de votre masternode. Elle vous a été donnée par " "l'hébergeur de VPS, à la mise en place de votre serveur. Puis entrez le " @@ -330,19 +321,17 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" "Cliquez sur **Locate collateral** (Trouver la caution) pour afficher les " -"transactions de caution inutilisées qui sont disponibles sur le " -"portefeuille matériel. Choisissez l'adresse à laquelle vous avez envoyé " -"les 1000 dashs puis cliquer sur **Apply** (Appliquer). Les champs " -"**Collateral address** (Adresse de caution), **index** et **Collateral TX" -" hash** (Empreinte de la transaction de caution) devraient être remplis " -"automatiquement." +"transactions de caution inutilisées qui sont disponibles sur le portefeuille" +" matériel. Choisissez l'adresse à laquelle vous avez envoyé les 1000 dashs " +"puis cliquer sur **Apply** (Appliquer). Les champs **Collateral address** " +"(Adresse de caution), **index** et **Collateral TX hash** (Empreinte de la " +"transaction de caution) devraient être remplis automatiquement." #: ../../docs/user/masternodes/setup.rst:156 msgid "Dash Masternode Tool with masternode configuration" @@ -350,8 +339,8 @@ msgstr "DashMasternodeTool avec une configuration de masternode" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" "Laissez DMT ouvert puis passez à l'étape suivante : :ref:`installer Dash " "Core sur votre VPS `." @@ -362,11 +351,11 @@ msgstr "Option 2 : Envoi depuis le portefeuille logiciel Dash Core" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Lancez le portefeuille logiciel Dash Core et attendez qu'il se " -"synchronise avec le réseau. Il devrait ressembler à ça, une fois prêt :" +"Lancez le portefeuille logiciel Dash Core et attendez qu'il se synchronise " +"avec le réseau. Il devrait ressembler à ça, une fois prêt :" #: ../../docs/user/masternodes/setup.rst:170 msgid "Fully synchronized Dash Core wallet" @@ -374,60 +363,57 @@ msgstr "Portefeuille logiciel Dash Core entièrement synchronisé" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." -msgstr "" -"Prenez bonne note de l'adresse de la caution, car vous en aurez besoin " -"plus tard. La prochaine étape est de sécuriser votre portefeuille (si " -"vous ne l'avez pas déjà fait). Tout d'abord, chiffrez votre portefeuille " -"en allant sur le menu **Réglages > Chiffrer le portefeuille**. Il vous " -"est conseillé d'utiliser un mot de passe fort, nouveau, que vous n'avez " -"jamais utilisé ailleurs. Prenez note de votre mot de passe et conservez-" -"le dans un endroit sûr, sinon votre portefeuille vous sera inaccessible " -"de manière définitive et vous perdrez tout accès à vos fonds. Ensuite, " -"sauvegardez le fichier de votre portefeuille en allant dans le menu " -"**Fichier > Sauvegarder le portefeuille**. Enregistrez le fichier dans un" -" endroit sûr et physiquement séparé de votre ordinateur, car il sera le " -"seul moyen d'accéder à vos fonds si quoi que ce soit arrive à votre " -"ordinateur. Pour en savoir plus sur ces étapes, voir :ref:`ici " -"`." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." +msgstr "" +"Prenez bonne note de l'adresse de la caution, car vous en aurez besoin plus " +"tard. La prochaine étape est de sécuriser votre portefeuille (si vous ne " +"l'avez pas déjà fait). Tout d'abord, chiffrez votre portefeuille en allant " +"sur le menu **Réglages > Chiffrer le portefeuille**. Il vous est conseillé " +"d'utiliser un mot de passe fort, nouveau, que vous n'avez jamais utilisé " +"ailleurs. Prenez note de votre mot de passe et conservez-le dans un endroit " +"sûr, sinon votre portefeuille vous sera inaccessible de manière définitive " +"et vous perdrez tout accès à vos fonds. Ensuite, sauvegardez le fichier de " +"votre portefeuille en allant dans le menu **Fichier > Sauvegarder le " +"portefeuille**. Enregistrez le fichier dans un endroit sûr et physiquement " +"séparé de votre ordinateur, car il sera le seul moyen d'accéder à vos fonds " +"si quoi que ce soit arrive à votre ordinateur. Pour en savoir plus sur ces " +"étapes, voir :ref:`ici `." #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" "À présent, envoyez exactement 1000 dashs, en une seule transaction, à " -"l'adresse que vous avez générée à l'étape précédente. Cette somme peut " -"être envoyée depuis un autre portefeuille, ou depuis des fonds déjà " -"présents dans ce portefeuille-ci. Une fois la transaction achevée, " -"affichez la transaction dans un `explorateur de blocs " -"`_ en recherchant l'adresse. Vous " -"aurez besoin de 15 confirmations avant de pouvoir enregistrer le " -"masternode, mais vous pouvez passer sans attendre à l'étape suivante : " -"générer la clé d'opérateur de votre masternode." +"l'adresse que vous avez générée à l'étape précédente. Cette somme peut être " +"envoyée depuis un autre portefeuille, ou depuis des fonds déjà présents dans" +" ce portefeuille-ci. Une fois la transaction achevée, affichez la " +"transaction dans un `explorateur de blocs " +"`_ en recherchant l'adresse. Vous aurez " +"besoin de 15 confirmations avant de pouvoir enregistrer le masternode, mais " +"vous pouvez passer sans attendre à l'étape suivante : générer la clé " +"d'opérateur de votre masternode." #: ../../docs/user/masternodes/setup.rst:210 msgid "Install Dash Core" @@ -440,21 +426,20 @@ msgid "" "(dashd), controlled by a simple command interface (dash-cli)." msgstr "" "Dash Core est le logiciel formant le socle, à la fois, du portefeuille " -"logiciel Dash Core à interface graphique et des masternodes Dash. " -"Lorsqu'il tourne sans interface graphique, il fonctionne en tant que " -"daemon sur votre VPS (dashd) et il peut être contrôlé par une ligne de " -"commande (dash-cli)." +"logiciel Dash Core à interface graphique et des masternodes Dash. Lorsqu'il " +"tourne sans interface graphique, il fonctionne en tant que daemon sur votre " +"VPS (dashd) et il peut être contrôlé par une ligne de commande (dash-cli)." #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" -"Lancez une nouvelle fois PuTTY ou une console de terminal, et connectez-" -"vous à votre VPS avec le nom d'utilisateur et le mot de passe que vous " -"venez de créer pour votre nouvel utilisateur non-root. Les méthodes " -"suivantes sont disponibles pour installer un masternode Dash :" +"Lancez une nouvelle fois PuTTY ou une console de terminal, et connectez-vous" +" à votre VPS avec le nom d'utilisateur et le mot de passe que vous venez de " +"créer pour votre nouvel utilisateur non-root. Les méthodes suivantes sont " +"disponibles pour installer un masternode Dash :" #: ../../docs/user/masternodes/setup.rst:220 msgid "Manual installation (this guide)" @@ -462,8 +447,8 @@ msgstr "Guide d'installation manuelle (ce guide)" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" "`Guide d'installation de Xkcd `__" @@ -471,12 +456,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" "`Installation par Dashman " -"`__ (obsolète)" +"`__ (obsolète)" #: ../../docs/user/masternodes/setup.rst:223 msgid "" @@ -495,39 +480,38 @@ msgstr "Installation manuelle" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" "Pour télécharger et installer manuellement les composants de votre " "masternode Dash, allez sur la `page GitHub des publications " "`_ et copiez le lien vers la " "version ``x86_64-linux-gnu`` la plus récente. Revenez à votre fenêtre de " "terminal et saisissez la commande suivante, en y collant l'adresse de la " -"plus récente version de Dash Core par un clic-droit, ou par la " -"combinaison de touches **Ctrl-V** :" +"plus récente version de Dash Core par un clic-droit, ou par la combinaison " +"de touches **Ctrl-V** :" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" -"Vérifiez l'authenticité de votre téléchargement en comparant sa signature" -" séparée à la clé publique diffusée par l'équipe de développement Dash " -"Core. Toutes les versions de Dash sont signées avec GPG avec une des clés" -" suivantes :" +"Vérifiez l'authenticité de votre téléchargement en comparant sa signature " +"séparée à la clé publique diffusée par l'équipe de développement Dash Core. " +"Toutes les versions de Dash sont signées avec GPG avec une des clés " +"suivantes :" #: ../../docs/user/masternodes/setup.rst:243 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, " -"`vérifiable ici sur Keybase `__" +"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, `vérifiable" +" ici sur Keybase `__" #: ../../docs/user/masternodes/setup.rst:245 msgid "" @@ -539,11 +523,11 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" -"Créez un répertoire de travail pour Dash, décompressez l'archive et " -"copiez les fichiers nécessaires dans le répertoire :" +"Créez un répertoire de travail pour Dash, décompressez l'archive et copiez " +"les fichiers nécessaires dans le répertoire :" #: ../../docs/user/masternodes/setup.rst:263 msgid "Create a configuration file using the following command::" @@ -556,10 +540,10 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" -"Une fenêtre d'éditeur de texte apparaîtra. Nous devons à présent créer un" -" fichier de configuration définissant plusieurs variables. Copiez et " -"collez le texte suivant pour démarrer, puis remplacez les variables " -"propres à votre configuration, comme suit ::" +"Une fenêtre d'éditeur de texte apparaîtra. Nous devons à présent créer un " +"fichier de configuration définissant plusieurs variables. Copiez et collez " +"le texte suivant pour démarrer, puis remplacez les variables propres à votre" +" configuration, comme suit ::" #: ../../docs/user/masternodes/setup.rst:285 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" @@ -567,11 +551,11 @@ msgstr "Remplacez les champs marqués ``XXXXXXX`` comme suit :" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" -"``rpcuser``: saisissez une chaîne alphanumérique aléatoire, sans " -"caractères spéciaux" +"``rpcuser``: saisissez une chaîne alphanumérique aléatoire, sans caractères " +"spéciaux" #: ../../docs/user/masternodes/setup.rst:289 msgid "" @@ -587,8 +571,8 @@ msgstr "``externalip`` : il s'agit de l'adresse IP de votre VPS" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" "Laissez le champ ``masternodeblsprivkey`` commenté pour l'instant. Le " "résultat devrait ressembler à ça :" @@ -605,102 +589,91 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -"Faites la combinaison de touches **Ctrl-X** pour fermer l'éditeur de " -"texte, puis **O** et **Entrée** pour enregistrer le fichier. Vous pouvez " -"à présent lancer Dash sur le masternode pour commencer la synchronisation" -" avec la blockchain ::" +"Faites la combinaison de touches **Ctrl-X** pour fermer l'éditeur de texte, " +"puis **O** et **Entrée** pour enregistrer le fichier. Vous pouvez à présent " +"lancer Dash sur le masternode pour commencer la synchronisation avec la " +"blockchain ::" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" -"Un message **Démarrage du serveur Dash Core** vous sera affiché. Nous " -"allons maintenant installer Sentinel, un logiciel de surveillance qui " -"renseigne le réseau sur le bon fonctionnement de votre nœud ::" +"Un message **Démarrage du serveur Dash Core** vous sera affiché. Nous allons" +" maintenant installer Sentinel, un logiciel de surveillance qui renseigne le" +" réseau sur le bon fonctionnement de votre nœud ::" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" -"Un message vous sera affiché, disant **dashd non synchronisé avec le " -"réseau ! En attente de la synchronisation complète avant de lancer " -"Sentinel**. Ajoutez dashd et Sentinel au fichier crontab pour vous " -"assurer qu'il soit lancé chaque minute pour surveiller votre masternode " -"::" +"Un message vous sera affiché, disant **dashd non synchronisé avec le réseau " +"! En attente de la synchronisation complète avant de lancer Sentinel**. " +"Ajoutez dashd et Sentinel au fichier crontab pour vous assurer qu'il soit " +"lancé chaque minute pour surveiller votre masternode ::" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" -"Choisissez Nano comme éditeur de texte puis saisissez les lignes " -"suivantes à la fin du fichier ::" +"Choisissez Nano comme éditeur de texte puis saisissez les lignes suivantes à" +" la fin du fichier ::" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" -"Appuyez sur Entrée pour vous assurer qu'il y ait une ligne vide à la fin " -"du fichier, puis faites la combinaison de touches **Ctrl-X** pour fermer " -"l'éditeur de texte et **O** et **Entrée** pour enregistrer le fichier. " -"Nous devons maintenant attendre les 15 confirmations de la transaction de" -" caution, ainsi que la fin de la synchronisation du masternode avec la " -"blockchain. Vous pouvez vous servir des commandes suivantes pour suivre " -"la progression ::" +"Appuyez sur Entrée pour vous assurer qu'il y ait une ligne vide à la fin du " +"fichier, puis faites la combinaison de touches **Ctrl-X** pour fermer " +"l'éditeur de texte et **O** et **Entrée** pour enregistrer le fichier. Nous " +"devons maintenant attendre les 15 confirmations de la transaction de " +"caution, ainsi que la fin de la synchronisation du masternode avec la " +"blockchain. Vous pouvez vous servir des commandes suivantes pour suivre la " +"progression ::" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" -"Quand la synchronisation est terminée, vous devriez voir le message " -"suivant ::" +"Quand la synchronisation est terminée, vous devriez voir le message suivant " +"::" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" -"Passez à l'étape suivante pour composer la transaction ProTx requise pour" -" activer votre masternode." +"Passez à l'étape suivante pour composer la transaction ProTx requise pour " +"activer votre masternode." #: ../../docs/user/masternodes/setup.rst:359 msgid "Register your masternode" msgstr "Enregistrer votre masternode" #: ../../docs/user/masternodes/setup.rst:361 -#, fuzzy msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" -"La DIP003 a inauguré plusieurs changements sur la façon de mettre en " -"place et d'opérer un masternode. Ces changements et les trois clés " -"requises pour les différents rôles de masternode sont décrits brièvement " -"dans la section :ref:`dip3-changes` de la présente documentation." #: ../../docs/user/masternodes/setup.rst:366 msgid "Option 1: Registering from a hardware wallet" msgstr "Option 1 : Enregistrement depuis un portefeuille matériel" #: ../../docs/user/masternodes/setup.rst:368 -#, fuzzy msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" -"Revenez à DashMasternodeTool et assurez-vous que tous les champs de " -"l'étape précédente sont encore remplis correctement. Cliquez sur " -"**Generate new** (Générer nouveau) pour les trois clés privées requises " -"pour un masternode déterministe DIP003 :" #: ../../docs/user/masternodes/setup.rst:372 msgid "Owner private key" @@ -720,22 +693,22 @@ msgstr "DashMasternodeTool prêt à enregistrer un nouveau masternode" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" -msgstr "" -"Puis cliquez sur **Register masternode** (Enregistrer le masternode). " -"Vous pouvez, facultativement, indiquer une **Payout address** (Adresse de" -" paiement) différente et/ou une **Operator reward** (Récompense " -"d'opérateur) différente, puis cliquez sur **Continue**. Choisissez " -"**Remote Dash RPC Node (automatic method)** (Nœud Dash RPC distant " -"(méthode automatique)). (Voir `ici `__ une " -"documentation sur l'utilisation de votre propre nœud RPC local.) " -"Confirmez les deux messages suivants :" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" +msgstr "" +"Puis cliquez sur **Register masternode** (Enregistrer le masternode). Vous " +"pouvez, facultativement, indiquer une **Payout address** (Adresse de " +"paiement) différente et/ou une **Operator reward** (Récompense d'opérateur) " +"différente, puis cliquez sur **Continue**. Choisissez **Remote Dash RPC Node" +" (automatic method)** (Nœud Dash RPC distant (méthode automatique)). (Voir " +"`ici `__ une documentation sur " +"l'utilisation de votre propre nœud RPC local.) Confirmez les deux messages " +"suivants :" #: ../../docs/user/masternodes/setup.rst:393 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" @@ -746,15 +719,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" "La clé privée BLS doit être saisie dans le fichier ``dash.conf`` sur le " -"masternode. Cela permet au masternode de surveiller sur la blockchain les" -" transactions Pro*Tx correspondantes, et cela le démarrera en tant que " +"masternode. Cela permet au masternode de surveiller sur la blockchain les " +"transactions Pro*Tx correspondantes, et cela le démarrera en tant que " "masternode quand la transaction signée ProRegTx sera diffusée par le " "propriétaire, comme nous venons de le faire ci-dessus. Connectez-vous à " "votre masternode avec ``ssh`` ou PuTTY, puis modifiez le fichier de " @@ -763,51 +736,50 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" -"L'éditeur s'affiche avec la configuration existante du masternode. " -"Ajoutez ou décommentez cette ligne dans le fichier, en remplaçant la clé " -"avec votre clé privée BLS générée plus tôt :" +"L'éditeur s'affiche avec la configuration existante du masternode. Ajoutez " +"ou décommentez cette ligne dans le fichier, en remplaçant la clé avec votre " +"clé privée BLS générée plus tôt :" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" -"Appuyez sur **Entrée** pour vous assurer qu'il y ait une ligne vide à la " -"fin du fichier, puis faites la combinaison de touches **Ctrl-X** pour " -"fermer l'éditeur de texte et **O** et **Entrée** pour enregistrer le " -"fichier. Veuillez noter qu'indiquer une ``masternodeblsprivkey`` active " -"le mode masternode, ce qui forcera automatiquement les variables " -"``txindex=1``, ``peerbloomfilters=1`` et ``prune=0`` nécessaires pour " -"fournir le service de masternode. Nous devons maintenant redémarrer le " -"masternode pour que ce changement prenne effet. Saisissez les commandes " -"suivantes en laissant passer quelques secondes après chacune, pour " -"laisser à Dash Core le temps de se fermer :" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" +msgstr "" +"Appuyez sur **Entrée** pour vous assurer qu'il y ait une ligne vide à la fin" +" du fichier, puis faites la combinaison de touches **Ctrl-X** pour fermer " +"l'éditeur de texte et **O** et **Entrée** pour enregistrer le fichier. " +"Veuillez noter qu'indiquer une ``masternodeblsprivkey`` active le mode " +"masternode, ce qui forcera automatiquement les variables ``txindex=1``, " +"``peerbloomfilters=1`` et ``prune=0`` nécessaires pour fournir le service de" +" masternode. Nous devons maintenant redémarrer le masternode pour que ce " +"changement prenne effet. Saisissez les commandes suivantes en laissant " +"passer quelques secondes après chacune, pour laisser à Dash Core le temps de" +" se fermer :" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" "Arrivé à cette étape, vous pouvez surveiller votre masternode avec la " -"commande ``~/.dashcore/dash-cli masternode status``, ou bien en utilisant" -" la fonction **Get status** (Voir l'état) dans DMT. Le résultat final " -"devrait ressembler à ceci :" +"commande ``~/.dashcore/dash-cli masternode status``, ou bien en utilisant la" +" fonction **Get status** (Voir l'état) dans DMT. Le résultat final devrait " +"ressembler à ceci :" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "Message d'état de dash-cli pour un masternode enregistré avec succès" #: ../../docs/user/masternodes/setup.rst:432 @@ -829,22 +801,23 @@ msgstr "Identifier la transaction de financement" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 msgid "This should return a string of characters similar to the following::" -msgstr "Cela devrait vous renvoyer une chaîne de caractères analogue à celle-ci ::" +msgstr "" +"Cela devrait vous renvoyer une chaîne de caractères analogue à celle-ci ::" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" -"La première chaîne, longue, est votre ``collateralHash``, et le nombre à " -"la fin est le ``collateralIndex``." +"La première chaîne, longue, est votre ``collateralHash``, et le nombre à la " +"fin est le ``collateralIndex``." #: ../../docs/user/masternodes/setup.rst:463 msgid "Generate a BLS key pair" @@ -854,34 +827,33 @@ msgstr "Générer une paire de clés BLS" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" "Une paire de clés BLS publique/privée est obligatoire pour opérer un " -"masternode. La clé privée est spécifiée sur le masternode lui-même, et " -"lui permet d'être inclus dans la liste déterministe des masternodes une " -"fois qu'une transaction d'enregistrement avec la clé publique " -"correspondante a été créée." +"masternode. La clé privée est spécifiée sur le masternode lui-même, et lui " +"permet d'être inclus dans la liste déterministe des masternodes une fois " +"qu'une transaction d'enregistrement avec la clé publique correspondante a " +"été créée." #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" "**Ces clés ne sont PAS stockées par le portefeuille et doivent être " -"conservées dans un lieu sûr**, à l'image de la valeur que retournait, par" -" le passé, la commande ``masternode genkey``." +"conservées dans un lieu sûr**, à l'image de la valeur que retournait, par le" +" passé, la commande ``masternode genkey``." #: ../../docs/user/masternodes/setup.rst:490 msgid "Add the private key to your masternode configuration" @@ -892,33 +864,32 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" -msgstr "" -"La clé publique sera utilisée lors des étapes suivantes. La clé privée " -"doit être saisie dans le fichier ``dash.conf`` sur le masternode. Cela " -"permet au masternode de surveiller sur la blockchain les transactions " -"Pro*Tx correspondantes, et cela le démarrera en tant que masternode quand" -" la transaction signée ProRegTx sera diffusée par le propriétaire " -"(dernière étape ci-dessous). Connectez-vous à votre masternode avec " -"``ssh`` ou PuTTY, puis modifiez le fichier de configuration sur votre " -"masternode, comme suit :" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" +msgstr "" +"La clé publique sera utilisée lors des étapes suivantes. La clé privée doit " +"être saisie dans le fichier ``dash.conf`` sur le masternode. Cela permet au " +"masternode de surveiller sur la blockchain les transactions Pro*Tx " +"correspondantes, et cela le démarrera en tant que masternode quand la " +"transaction signée ProRegTx sera diffusée par le propriétaire (dernière " +"étape ci-dessous). Connectez-vous à votre masternode avec ``ssh`` ou PuTTY, " +"puis modifiez le fichier de configuration sur votre masternode, comme suit :" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" -"L'éditeur s'affiche avec la configuration existante du masternode. " -"Ajoutez ou décommentez cette ligne dans le fichier, en remplaçant la clé " -"avec votre clé privée BLS générée plus tôt :" +"L'éditeur s'affiche avec la configuration existante du masternode. Ajoutez " +"ou décommentez cette ligne dans le fichier, en remplaçant la clé avec votre " +"clé privée BLS générée plus tôt :" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" "Nous allons maintenant préparer la transaction qui sera utilisée pour " "enregistrer le masternode sur le réseau." @@ -929,32 +900,31 @@ msgstr "Préparer une transaction ProRegTx" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" -"Une paire de clés BLS pour l'opérateur a déjà été générée ci-dessus, et " -"la clé privée a été entrée sur le masternode. La clé publique est " -"utilisée dans cette transaction en tant que ``operatorPubKey``." +"Une paire de clés BLS pour l'opérateur a déjà été générée ci-dessus, et la " +"clé privée a été entrée sur le masternode. La clé publique est utilisée dans" +" cette transaction en tant que ``operatorPubKey``." #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" "D'abord, nous devons obtenir du portefeuille une adresse neuve et " "inutilisée, qui servira comme **adresse de clé du propriétaire** " -"(``ownerKeyAddr``). Elle est différente de l'adresse de la caution de " -"1000 dashs. Générez une nouvelle adresse comme suit :" +"(``ownerKeyAddr``). Elle est différente de l'adresse de la caution de 1000 " +"dashs. Générez une nouvelle adresse comme suit :" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" "Cette adresse peut aussi être utilisée comme **adresse de clé de vote** " "(``votingKeyAddr``). Alternativement, vous pouvez indiquer une adresse " @@ -963,14 +933,14 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" "Ensuite, générez une seconde adresse ou choisissez une adresse déjà " "existante, qui servira au propriétaire pour recevoir les **paiements du " -"propriétaire du masternode** (``payoutAddress``). Il est également " -"possible d'utiliser une adresse externe au portefeuille :" +"propriétaire du masternode** (``payoutAddress``). Il est également possible " +"d'utiliser une adresse externe au portefeuille :" #: ../../docs/user/masternodes/setup.rst:556 msgid "" @@ -979,50 +949,48 @@ msgid "" "external payout address, you must specify a fee source address." msgstr "" "Vous pouvez aussi, facultativement, générer et alimenter une troisième " -"adresse comme **source des frais de transaction** (``feeSourceAddress``)." -" Si vous avez choisi une adresse de paiement externe, vous devez indiquer" -" une adresse source pour les frais." +"adresse comme **source des frais de transaction** (``feeSourceAddress``). Si" +" vous avez choisi une adresse de paiement externe, vous devez indiquer une " +"adresse source pour les frais." #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" "L'une de ces deux adresses, de paiement ou de frais, doit avoir un solde " -"suffisant pour régler les frais de transaction, faute de quoi la " -"transaction ``register_prepare`` échouera." +"suffisant pour régler les frais de transaction, faute de quoi la transaction" +" ``register_prepare`` échouera." #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" "Les clés privées des adresses du propriétaire et des frais doivent être " -"accessibles par le portefeuille qui soumettra la transaction au réseau. " -"Si votre portefeuille est protégé par mot de passe, il doit à présent " -"être déverrouillé pour exécuter les commandes suivantes. Déverrouillez " -"votre portefeuille pendant 5 minutes :" +"accessibles par le portefeuille qui soumettra la transaction au réseau. Si " +"votre portefeuille est protégé par mot de passe, il doit à présent être " +"déverrouillé pour exécuter les commandes suivantes. Déverrouillez votre " +"portefeuille pendant 5 minutes :" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" "Nous allons maintenant préparer une transaction spéciale ProRegTx non " -"signée, en utilisant la commande ``protx register_prepare``. Cette " -"commande a la syntaxe suivante :" +"signée, en utilisant la commande ``protx register_prepare``. Cette commande " +"a la syntaxe suivante :" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -1030,22 +998,22 @@ msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" -"Ouvrez un éditeur de texte, tel que Notepad, pour préparer cette " -"commande. Remplacez chaque argument de la commande comme suit :" +"Ouvrez un éditeur de texte, tel que Notepad, pour préparer cette commande. " +"Remplacez chaque argument de la commande comme suit :" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" -"``collateralHash`` : l'identifiant de la transaction (txid) de la caution" -" de 1000 dashs" +"``collateralHash`` : l'identifiant de la transaction (txid) de la caution de" +" 1000 dashs" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" -"``collateralIndex`` : l'index de sortie de la transaction de la caution " -"de 1000 dashs" +"``collateralIndex`` : l'index de sortie de la transaction de la caution de " +"1000 dashs" #: ../../docs/user/masternodes/setup.rst:592 msgid "" @@ -1057,28 +1025,27 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" "``ownerKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, pour " "l'adresse du propriétaire et de vote" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" -"``operatorPubKey`` : la clé publique BLS générée ci-dessus (ou fournie " -"par votre service d'hébergement de masternode)" +"``operatorPubKey`` : la clé publique BLS générée ci-dessus (ou fournie par " +"votre service d'hébergement de masternode)" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" -"``votingKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, ou " -"bien l'adresse d'un délégué, utilisée pour le vote des propositions " -"budgétaires" +"``votingKeyAddr`` : l'adresse Dash nouvellement générée ci-dessus, ou bien " +"l'adresse d'un délégué, utilisée pour le vote des propositions budgétaires" #: ../../docs/user/masternodes/setup.rst:600 msgid "" @@ -1101,16 +1068,16 @@ msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress`` : une adresse (facultative) d'où seront prélevés les" -" frais de la transaction ProTx. Si elle n'est pas spécifiée, c'est " -"l'adresse ``payoutAddress`` qui sera utilisée." +"``feeSourceAddress`` : une adresse (facultative) d'où seront prélevés les " +"frais de la transaction ProTx. Si elle n'est pas spécifiée, c'est l'adresse " +"``payoutAddress`` qui sera utilisée." #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" "Veuillez noter qu'il revient à l'opérateur de :ref:`spécifier sa propre " "adresse de paiement ` avec une transaction " @@ -1144,23 +1111,22 @@ msgstr "Signer la transaction ProRegTx" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" -"Nous allons maintenant signer le contenu du champ ``signMessage`` au " -"moyen de la clé privée de l'adresse de la caution telle que spécifiée " -"dans ``collateralAddress``. Veuillez noter qu'aucune connexion à Internet" -" n'est obligatoire pour cette étape, ce qui signifie que le portefeuille " -"peut être déconnecté de l'Internet (en \"chambre froide\") pour signer le" -" message. Dans cet exemple nous allons à nouveau utiliser le portefeuille" -" logiciel Dash Core, mais il est également possible d'utiliser la " -"fonction de signature d'un portefeuille matériel. La commande a la " -"syntaxe suivante :" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Nous allons maintenant signer le contenu du champ ``signMessage`` au moyen " +"de la clé privée de l'adresse de la caution telle que spécifiée dans " +"``collateralAddress``. Veuillez noter qu'aucune connexion à Internet n'est " +"obligatoire pour cette étape, ce qui signifie que le portefeuille peut être " +"déconnecté de l'Internet (en \"chambre froide\") pour signer le message. " +"Dans cet exemple nous allons à nouveau utiliser le portefeuille logiciel " +"Dash Core, mais il est également possible d'utiliser la fonction de " +"signature d'un portefeuille matériel. La commande a la syntaxe suivante :" #: ../../docs/user/masternodes/setup.rst:651 #: ../../docs/user/masternodes/setup.rst:678 @@ -1174,10 +1140,10 @@ msgstr "Soumettre le message signé" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" "Nous allons maintenant créer la transaction spéciale ProRegTx pour " "enregistrer le masternode sur la blockchain. Cette commande doit être " @@ -1191,16 +1157,16 @@ msgstr "Où :" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" -"``tx`` : la transaction sérialisée précédemment renvoyée dans le champ de" -" sortie ``tx`` par la commande ``protx register_prepare``" +"``tx`` : la transaction sérialisée précédemment renvoyée dans le champ de " +"sortie ``tx`` par la commande ``protx register_prepare``" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" "``sig`` : le message signé avec la clé de la caution par la commande " "``signmessage``" @@ -1208,540 +1174,55 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." -msgstr "" -"Votre masternode est à présent enregistré et il apparaîtra dans la liste " -"des masternodes déterministes dès que la transaction sera minée dans un " -"bloc. Vous pouvez afficher cette liste dans l'onglet **Masternodes > " -"Masternodes DIP3** du portefeuille logiciel Dash Core, ou dans la console" -" en utilisant la commande ``protx list valid``, où l'identifiant (txid) " -"de la transaction finale ``protx register_submit`` identifie votre " +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " "masternode." +msgstr "" +"Votre masternode est à présent enregistré et il apparaîtra dans la liste des" +" masternodes déterministes dès que la transaction sera minée dans un bloc. " +"Vous pouvez afficher cette liste dans l'onglet **Masternodes > Masternodes " +"DIP3** du portefeuille logiciel Dash Core, ou dans la console en utilisant " +"la commande ``protx list valid``, où l'identifiant (txid) de la transaction " +"finale ``protx register_submit`` identifie votre masternode." #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" "Arrivé à cette étape, vous pouvez revenir à votre fenêtre de terminal et " "surveiller votre masternode avec la commande ``~/.dashcore/dash-cli " -"masternode status``, ou bien en utilisant la fonction **Get status** " -"(Voir l'état) dans DMT." +"masternode status``, ou bien en utilisant la fonction **Get status** (Voir " +"l'état) dans DMT." #: ../../docs/user/masternodes/setup.rst:703 msgid "Option 3: Registering from Dash Electrum wallet" -msgstr "Option 3 : Enregistrement depuis le portefeuille logiciel Dash Electrum" +msgstr "" +"Option 3 : Enregistrement depuis le portefeuille logiciel Dash Electrum" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" "Dash Electrum est compatible avec l'enregistrement et la gestion de " "masternodes. Des détails peuvent être trouvés sur la :ref:`page des " "fonctionnalités avancées de Dash Electrum `. Si " -"combinée avec les :ref:`fonctionnalités multisignature ` de Dash Electrum, la caution de masternode peut être stockée " -"dans un portefeuille multisignature pour une sécurité encore plus grande." +"combinée avec les :ref:`fonctionnalités multisignature ` " +"de Dash Electrum, la caution de masternode peut être stockée dans un " +"portefeuille multisignature pour une sécurité encore plus grande." #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" -#~ "Dash version 0.13.0 et ultérieure met" -#~ " en œuvre la DIP003, qui introduit" -#~ " certains changements dans la façon " -#~ "d'installer et de gérer un masternode." -#~ " Bien que cette mise à jour du" -#~ " réseau ait été achevée début 2019," -#~ " veuillez trouver ci-dessous une " -#~ "liste de sa documentation disponible :" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Listes de masternodes déterministes" -#~ " `__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ ":ref:`Procédure de mise à jour Dash " -#~ "0.13 pour les masternodes (documentation " -#~ "archivée) `" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Guide complet de mise en place " -#~ "d'un masternode ` (you " -#~ "are here)" - -#~ msgid "Set up your VPS" -#~ msgstr "Configuration de votre VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" -#~ "Un VPS, plus connu sous le nom " -#~ "de \"serveur dans le nuage\", est " -#~ "une installation entièrement fonctionnelle " -#~ "d'un système d'exploitation (Linux, en " -#~ "général) exécutée dans une machine " -#~ "virtuelle. La machine virtuelle permet " -#~ "au fournisseur de VPS de faire " -#~ "tourner de nombreux systèmes sur un " -#~ "seul serveur physique, rendant l'ensemble " -#~ "plus efficace et beaucoup moins cher " -#~ "que de faire tourner un unique " -#~ "système d'exploitation sur le \"métal " -#~ "nu\" de chaque serveur. Un VPS est" -#~ " idéal pour héberger un masternode " -#~ "Dash car les VPS proposent en " -#~ "général une garantie sur la " -#~ "disponibilité, une redondance dans le " -#~ "cas de problèmes matériels et une " -#~ "adresse IP statique qui est " -#~ "indispensable pour que votre masternode " -#~ "ne soit pas éjecté de la file " -#~ "d'attente des paiements. Bien que faire" -#~ " tourner un masternode depuis son " -#~ "domicile, sur un ordinateur de bureau," -#~ " soit techniquement possible, cela ne " -#~ "marchera certainement pas de manière " -#~ "fiable car la plupart des fournisseurs" -#~ " d'accès allouent des adresses IP " -#~ "dynamiques aux utilisateurs domestiques." - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" -#~ "Nous utiliserons l'hébergeur `Vultr " -#~ "`_ comme VPS pour " -#~ "notre exemple, bien que `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ ou encore `OVH " -#~ "`_ soient également des " -#~ "choix reconnus. Tout d'abord, créez un" -#~ " compte et créditez-le. Puis allez" -#~ " sur le menu Serveurs sur la " -#~ "gauche et cliquez sur **+** pour " -#~ "ajouter un nouveau serveur. Choisissez " -#~ "un endroit pour votre nouveau serveur," -#~ " sur l'écran suivant :" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Page Vultr de choix d'emplacement de serveur" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" -#~ "Choisissez Ubuntu 20.04 x64 comme type" -#~ " de serveur. Nous utilisons cette " -#~ "version LTS d'Ubuntu plutôt que la " -#~ "version la plus récente, car les " -#~ "versions LTS d'Ubuntu se voient fournir" -#~ " des mises à jour de sécurité " -#~ "pendant 5 ans, plutôt que pendant " -#~ "les 9 mois habituels." - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Page Vultr de choix du type de serveur" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Choisissez une taille de serveur avec au moins 2 Go de mémoire vive." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Page Vultr de choix de taille de serveur" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Tapez un nom d'hôte et une " -#~ "étiquette pour votre serveur. Dans cet" -#~ " exemple, nous utiliserons \"dashmn1\" " -#~ "comme nom d'hôte." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Page Vultr de choix du nom d'hôte et de l'étiquette du serveur" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" -#~ "Vultr installe à présent votre serveur." -#~ " Cette étape peut prendre quelques " -#~ "minutes." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Page Vultr d'installation du serveur" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Cliquez sur **Gérer** quand l'installation " -#~ "est terminée et prenez note de " -#~ "l'adresse IP, du nom d'utilisateur et" -#~ " du mot de passe." - -#~ msgid "Vultr server management screen" -#~ msgstr "Page Vultr de gestion du serveur" - -#~ msgid "Set up your operating system" -#~ msgstr "Configuration de votre système d'exploitation" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "Nous commencerons par nous connecter à" -#~ " votre serveur fraîchement créé. Sous " -#~ "Windows, vous devrez d'abord télécharger " -#~ "une application appelée PuTTY pour vous" -#~ " connecter au serveur. Allez sur la" -#~ " `page de téléchargement de PuTTY " -#~ "`_ " -#~ "et choisissez l'installeur MSI approprié " -#~ "à votre ordinateur. Sur Mac ou " -#~ "Linux, vous pouvez vous connecter " -#~ "directement par ssh depuis le Terminal" -#~ " — tapez simplement ``ssh " -#~ "root@`` puis votre mot de " -#~ "passe quand il vous est demandé." - -#~ msgid "PuTTY download page" -#~ msgstr "Page de téléchargement de PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "Double-cliquez sur le fichier téléchargé" -#~ " pour installer PuTTY, puis lancez " -#~ "l'application depuis votre menu Démarrer. " -#~ "Tapez l'adresse IP du serveur dans " -#~ "le champ **Nom d'hôte** puis cliquez " -#~ "sur **Ouvrir**. Il est possible qu'un" -#~ " avertissement sur le certificat vous " -#~ "soit affiché, puisque c'est votre " -#~ "première connexion à ce serveur. Vous" -#~ " pouvez sans risque cliquer sur " -#~ "**Oui** pour faire confiance à ce " -#~ "serveur à l'avenir." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Alerte de sécurité de PuTTY à la connexion à un nouveau serveur" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" -#~ "Vous êtes maintenant connecté à votre" -#~ " serveur et vous devriez voir une " -#~ "fenêtre de terminal. Commencez par vous" -#~ " identifier sur votre serveur avec " -#~ "l'utilisateur \"root\" et le mot de " -#~ "passe fourni par votre hébergeur." - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "Demande de mot de passe à la première connexion à votre VPS" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "Il vous est fortement conseillé de " -#~ "modifier sans attendre le mot de " -#~ "passe de \"root\" et de le garder" -#~ " dans un endroit sûr. Vous pouvez " -#~ "copier et coller chacune des commandes" -#~ " suivantes en les sélectionnant dans " -#~ "votre navigateur, en faisant la " -#~ "combinaison de touches **Ctrl-C** puis " -#~ "en revenant sur le fenêtre PuTTY " -#~ "pour y faire un clic-droit. Le " -#~ "texte se collera à la position " -#~ "actuelle du curseur ::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Tapez et confirmez un nouveau mot " -#~ "de passe (de préférence long et " -#~ "généré aléatoirement). Ensuite, nous allons" -#~ " créer un nouvel utilisateur avec la" -#~ " commande suivante, en remplaçant " -#~ "```` par le nom d'utilisateur " -#~ "de votre choix ::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "Un mot de passe vous sera demandé." -#~ " Tapez un nouveau mot de passe " -#~ "(différent de votre mot de passe " -#~ "\"root\") puis confirmez-le. Conservez-" -#~ "le ensuite dans un endroit sûr. Il" -#~ " vous sera aussi demandé différentes " -#~ "informations sur l'utilisateur, mais vous " -#~ "pouvez les laisser vides. Une fois " -#~ "l'utilisateur créé, nous allons l'ajouter " -#~ "au groupe \"sudo\" de manière à ce" -#~ " qu'il puisse passer des commandes en" -#~ " tant que \"root\" ::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Maintenant, toujours en tant que " -#~ "\"root\", nous allons mettre à jour " -#~ "le système directement depuis le dépôt" -#~ " logiciel Ubuntu ::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" -#~ "Le système affiche une liste de " -#~ "paquets prêts à être mis à jour." -#~ " Appuyez sur **O** et **Entrée** pour" -#~ " installer les paquets. Nous allons " -#~ "maintenant installer un pare-feu (et " -#~ "quelques autres paquets qui nous seront" -#~ " utiles plus tard), ajouter de la " -#~ "mémoire virtuelle et redémarrer le " -#~ "serveur pour que soit appliquée toute" -#~ " mise à jour nécessaire du noyau. " -#~ "Puis nous nous connecterons en tant " -#~ "que nouvel utilisateur à notre " -#~ "environnement fraîchement sécurisé ::" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(appuyez sur **O** et **Entrée** pour confirmer)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "Ajoutez la ligne suivante à la fin" -#~ " du fichier (appuyez sur Tabulation " -#~ "pour séparer chaque mot ou nombre), " -#~ "puis faites la combinaison de touches" -#~ " **Ctrl-X** pour fermer l'éditeur de " -#~ "texte, puis appuyez sur **O** et " -#~ "**Entrée** pour enregistrer le fichier." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" -#~ "Enfin, pour empêcher les attaques par" -#~ " force brute sur les mots de " -#~ "passe, nous allons installer fail2ban et" -#~ " désactiver le login root par SSH." -#~ " Ces étapes sont facultatives, mais " -#~ "hautement recommandées. Commencez par fail2ban" -#~ " :" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "Collez-y la configuration suivante :" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" -#~ "Puis faites la combinaison de touches" -#~ " **Ctrl-X** pour fermer l'éditeur de " -#~ "texte, puis **O** et **Entrée** pour " -#~ "enregistrer le fichier. Redémarrez et " -#~ "activez le service fail2ban :" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Ensuite, ouvrez le fichier de " -#~ "configuration SSH pour désactiver le " -#~ "login root par SSH ::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" -#~ "Repérez la ligne ``PermitRootLogin yes`` " -#~ "et changez-la en ``PermitRootLogin no``." -#~ " Juste en-dessous, ajoutez une ligne" -#~ " ``AllowUsers ``, en remplaçant " -#~ "```` avec le nom d'utilisateur " -#~ "que vous avez choisi plus haut. " -#~ "Puis faites la combinaison de touches" -#~ " **Ctrl-X** pour fermer l'éditeur de " -#~ "texte, puis **Y** et **Entrée** pour " -#~ "enregistrer le fichier." - -#~ msgid "Then reboot the server::" -#~ msgstr "Puis redémarrez le serveur :" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "PuTTY se déconnectera au redémarrage du serveur." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po index 2f9d1593a..cd41424a0 100644 --- a/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/fr/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,37 +1,35 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Daf Daf, 2022 +# Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Last-Translator: Daf Daf, 2023\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" "Explication du fonctionnement des masternodes Dash en théorie et en " -"pratique, pour mise en œuvre d'InstantSend, de CoinJoin et de la " -"gouvernance" +"pratique, pour mise en œuvre d'InstantSend, de CoinJoin et de la gouvernance" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -49,29 +47,29 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" "Les masternodes, à l'origine uniques au réseau Dash, sont en train de " -"devenir populaires, au fur et à mesure que la technologie est reprise par" -" d'autres blockchains. Cette section de la documentation décrit les " -"principes et mécanismes des masternodes, ainsi que les services qu'ils " -"fournissent spécifiquement au réseau Dash." +"devenir populaires, au fur et à mesure que la technologie est reprise par " +"d'autres blockchains. Cette section de la documentation décrit les principes" +" et mécanismes des masternodes, ainsi que les services qu'ils fournissent " +"spécifiquement au réseau Dash." #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" "En quelques mots, un masternode est un serveur comportant un exemplaire " "complet de la blockchain Dash, serveur qui s'engage à un certain niveau " @@ -79,117 +77,84 @@ msgstr "" "tâches relatives à la validation de bloc mais aussi pour opérer les " "fonctionnalités CoinJoin et InstantSend, noms donnés aux fonctions de " "confidentialité et de transactions instantanées propres à Dash. Les " -"masternodes sont rémunérés pour ce service, selon un concept connu sous " -"le nom de preuve de service. Cela vient en complément à la preuve de " -"travail assurée par les mineurs pour sécuriser la blockchain. Les " -"masternodes ont aussi un droit de vote sur les :ref:`les propositions de " -"gouvernance et de financement `, chaque masternode recevant " -"un droit de vote (oui/non/abstention) sur chaque proposition soumise au " -"système." +"masternodes sont rémunérés pour ce service, selon un concept connu sous le " +"nom de preuve de service. Cela vient en complément à la preuve de travail " +"assurée par les mineurs pour sécuriser la blockchain. Les masternodes ont " +"aussi un droit de vote sur les :ref:`les propositions de gouvernance et de " +"financement `, chaque masternode recevant un droit de vote " +"(oui/non/abstention) sur chaque proposition soumise au système." #: ../../docs/user/masternodes/understanding.rst:36 -#, fuzzy msgid "" "Anyone can run a masternode. The objective is to have enough " "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "" -"N'importe qui peut opérer un masternode. L'objectif est d'avoir un niveau" -" de décentralisation suffisant pour garantir qu'aucune personne unique ne" -" contrôle une part significative des masternodes. Cependant, pour éviter " -"de surcharger le réseau avec des masternodes non nécessaires et pour " -"décourager les opérateurs malveillants, il y a une condition qui doit " -"impérativement être remplie : la preuve de possession de 1000 dashs. Ces " -"fonds n'ont pas besoin d'être stockés sur le masternode, mais ils doivent" -" être conservés de façon qu'ils soient visibles par le réseau entier. Si " -"leur propriétaire les déplace ou les dépense, le masternode cesse de " -"fonctionner et d'être rémunéré." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" "Disposer de tant de serveurs comportant un exemplaire complet de la " -"blockchain et opérant pour le réseau peut être extrêmement utile. Grâce " -"au système de récompense, il n'y a aucun risque de ne pas avoir assez de " +"blockchain et opérant pour le réseau peut être extrêmement utile. Grâce au " +"système de récompense, il n'y a aucun risque de ne pas avoir assez de " "masternodes, et les programmeurs peuvent compter sur eux pour rendre " "disponible toute nouvelle fonction décentralisée qu'ils souhaitent " -"implémenter. C'est là que siège véritablement toute la puissance de Dash " -": un système motivé de milliers de serveurs distribués, disponibles 24 " -"heures sur 24 et 7 jours par semaine, signifie que Dash peut changer " -"d'échelle plus efficacement et fournir de nouveaux services plus " -"rapidement qu'une blockchain entièrement opérée par des volontaires non " -"rétribués. Plus il y a de masternodes, plus le réseau Dash est performant" -" et sûr." +"implémenter. C'est là que siège véritablement toute la puissance de Dash : " +"un système motivé de milliers de serveurs distribués, disponibles 24 heures " +"sur 24 et 7 jours par semaine, signifie que Dash peut changer d'échelle plus" +" efficacement et fournir de nouveaux services plus rapidement qu'une " +"blockchain entièrement opérée par des volontaires non rétribués. Plus il y a" +" de masternodes, plus le réseau Dash est performant et sûr." #: ../../docs/user/masternodes/understanding.rst:71 -#, fuzzy, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." -msgstr "" -"Au mois de novembre 2018, le réseau Dash dispose de `plus de 5000 " -"masternodes `_ dans plus" -" de `45 pays `_ et " -"hébergés par `plus de 140 hébergeurs " -"`_. La récompense " -"de bloc est d'environ 3,34 dashs, donc le masternode choisi reçoit 1,67 " -"dash par paiement, ou environ 6 dashs par mois. La récompense de bloc " -"décroît d'environ 7,14% une fois par an, donc le retour sur " -"investissement annuel d'un opérateur de masternode est d'environ 7% de la" -" caution, et il diminuera avec le temps, `tel que calculé ici " -"`_. " -"Utilisez `cet outil `_ pour " -"calculer en temps réel les taux de retour, et `ce site " -"`_ pour différentes " -"statistiques en temps réel sur le réseau des masternodes." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 msgid "Evolution Masternodes (evonodes)" @@ -197,15 +162,14 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -#, fuzzy msgid "Masternode" -msgstr "Comparaison des masternodes et du minage" +msgstr "Masternode" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" @@ -213,7 +177,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 msgid "Collateral" -msgstr "" +msgstr "Caution" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" @@ -232,14 +196,12 @@ msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -#, fuzzy msgid "Higher than normal masternodes" -msgstr "Comprendre les masternodes" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 -#, fuzzy msgid "Service" -msgstr "Preuve de service" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Only Dash Core" @@ -262,9 +224,8 @@ msgid "Has 4 times the voting power of a normal masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:109 -#, fuzzy msgid "Masternode Concepts" -msgstr "Nouveautés des masternodes DIP003" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" @@ -280,7 +241,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:114 msgid ":ref:`Full masternode setup guide `" -msgstr ":ref:`Guide complet de mise en place d'un masternode `" +msgstr "" +":ref:`Guide complet de mise en place d'un masternode `" #: ../../docs/user/masternodes/understanding.rst:115 msgid ":ref:`Information for users of hosted masternodes `" @@ -297,129 +259,104 @@ msgstr "" "transactions>`" #: ../../docs/user/masternodes/understanding.rst:118 -#, fuzzy msgid "Important concepts:" -msgstr "Concepts et nouveautés importantes :" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 -#, fuzzy msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" -"Auparavant, un masternode était \"démarré\" au moyen de la commande " -"``masternode start-alias``, qui se basait sur un fichier " -"``masternode.conf``. Avec la DIP003, ce fichier n'est plus utilisé, et " -"les masternodes sont \"enregistrés\" au lieu d'être \"démarrés\". Les " -"masternodes commencent à offrir leurs services lorsqu'une `transaction " -"spéciale `_ " -"`ProRegTx " -"`_, contenant une clé particulière, est écrite sur " -"la blockchain." #: ../../docs/user/masternodes/understanding.rst:125 -#, fuzzy msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" -"Comme c'était le cas avec ``masternode.conf``, la transaction ProRegTx " -"contient une référence à l'identifiant de la transaction (txid) de la " -"caution, et à son index. L'adresse IP et le port du masternode sont " -"également spécifiés dans cette transaction." #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" -"La transaction ProRegTx spécifie 2 adresses Dash (également appelées clés" -" publiques) et 1 clé publique BLS, qui représentent 3 rôles différents " -"dans le masternode et définissent les droits de mise à jour et de vote. " -"Ces clés sont :" +"La transaction ProRegTx spécifie 2 adresses Dash (également appelées clés " +"publiques) et 1 clé publique BLS, qui représentent 3 rôles différents dans " +"le masternode et définissent les droits de mise à jour et de vote. Ces clés " +"sont :" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." -msgstr "" -"``ownerKeyAddr`` : il s'agit d'une adresse Dash (clé publique) contrôlée " -"par le propriétaire du masternode. Elle est distincte de l'adresse où est" -" stockée la caution. Le propriétaire utilise la clé privée associée à " -"cette adresse pour émettre des transactions :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." +msgstr "" +"``ownerKeyAddr`` : il s'agit d'une adresse Dash (clé publique) contrôlée par" +" le propriétaire du masternode. Elle est distincte de l'adresse où est " +"stockée la caution. Le propriétaire utilise la clé privée associée à cette " +"adresse pour émettre des transactions :ref:`ProUpRegTx `, elle doit donc être unique et propre à chaque masternode." #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" "``operatorPubKey`` : il s'agit de la clé publique BLS de l'opérateur du " "masternode. Seul l'opérateur est autorisé à émettre des transactions " -":ref:`ProUpServTx `. La clé de l'opérateur est " -"utilisée au cours des opérations sur le masternode pour signer des " -"messages pair-à-pair relatifs au masternode, des messages relatifs au " -"quorum et aux votes de gouvernance. C'est pourquoi la clé BLS doit être " -"unique et propre à chaque masternode." +":ref:`ProUpServTx `. La clé de l'opérateur est utilisée " +"au cours des opérations sur le masternode pour signer des messages pair-à-" +"pair relatifs au masternode, des messages relatifs au quorum et aux votes de" +" gouvernance. C'est pourquoi la clé BLS doit être unique et propre à chaque " +"masternode." #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" "``votingKeyAddr`` : il s'agit d'une adresse Dash (clé publique) utilisée " -"pour voter sur les propositions budgétaires. Les votes sont signés avec " -"la clé privée correspondante et sont valides tant que le masternode est " -"inclus dans la liste des masternodes enregistrés." +"pour voter sur les propositions budgétaires. Les votes sont signés avec la " +"clé privée correspondante et sont valides tant que le masternode est inclus " +"dans la liste des masternodes enregistrés." #: ../../docs/user/masternodes/understanding.rst:147 -#, fuzzy msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" -"Les paiements de masternode étaient auparavant envoyés à l'adresse " -"détenant la caution. Avec la DIP003, le propriétaire peut définir dans la" -" transaction ProRegTx une adresse différente de réception des paiements. " -"Le propriétaire peut aussi, facultativement, définir un pourcentage non " -"nul qui sera alloué comme paiement à un opérateur tiers de masternode, si" -" besoin est." #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." -msgstr "" -"La configuration de masternode peut être mise à jour ultérieurement au " -"moyen de transactions ProUpServTx, ProUpRegTx et ProUpRevTx. Pour en " -"savoir plus, voir `Mise à jour de la configuration de masternode " +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." +msgstr "" +"La configuration de masternode peut être mise à jour ultérieurement au moyen" +" de transactions ProUpServTx, ProUpRegTx et ProUpRevTx. Pour en savoir plus," +" voir `Mise à jour de la configuration de masternode " "`_ dans la DIP003 et :ref:`update-dip3-config` " -"dans la présente documentation." +"masternode-information>`_ dans la DIP003 et :ref:`update-dip3-config` dans " +"la présente documentation." #: ../../docs/user/masternodes/understanding.rst:156 msgid "The process of setting up or upgrading a masternode is as follows:" -msgstr "Le processus pour mettre en place ou à jour un masternode est le suivant :" +msgstr "" +"Le processus pour mettre en place ou à jour un masternode est le suivant :" #: ../../docs/user/masternodes/understanding.rst:158 msgid "Set up your server and operating system" @@ -431,7 +368,8 @@ msgstr "Installez le logiciel Dash et synchronisez-le avec la blockchain" #: ../../docs/user/masternodes/understanding.rst:160 msgid "Generate a BLS key pair and enter the private key on the masternode" -msgstr "Générez une paire de clés BLS et indiquez la clé privée à votre masternode" +msgstr "" +"Générez une paire de clés BLS et indiquez la clé privée à votre masternode" #: ../../docs/user/masternodes/understanding.rst:161 msgid "Prepare a ProRegTx transaction" @@ -447,18 +385,17 @@ msgstr "Soumettez la transaction ProRegTx signée" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" -"L'étape 1 peut être omise si vous avez déjà un serveur existant. Les " -"étapes 2 et 3 impliquent un accès direct au masternode. Les étapes 3 et 4" -" impliquent l'accès à un portefeuille Dash (ou à DashMasternodeTool). " -"L'étape 5 implique l'accès au portefeuille qui détient effectivement la " -"caution. L'étape 6 implique d'avoir un solde Dash positif afin de régler " -"les frais de transaction." +"L'étape 1 peut être omise si vous avez déjà un serveur existant. Les étapes " +"2 et 3 impliquent un accès direct au masternode. Les étapes 3 et 4 " +"impliquent l'accès à un portefeuille Dash (ou à DashMasternodeTool). L'étape" +" 5 implique l'accès au portefeuille qui détient effectivement la caution. " +"L'étape 6 implique d'avoir un solde Dash positif afin de régler les frais de" +" transaction." #: ../../docs/user/masternodes/understanding.rst:172 msgid "Masternodes vs. mining" @@ -470,167 +407,137 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." -msgstr "" -"Dash, comme Bitcoin et la plupart des autres cryptomonnaies, est basé sur" -" un registre décentralisé de toutes les transactions, connu sous le nom " -"de blockchain. Cette blockchain est sécurisée par un mécanisme de " -"consensus ; dans le cas de Dash comme de Bitcoin, le mécanisme de " -"consensus est la preuve de travail (PoW). Les :ref:`mineurs ` " -"travaillent à résoudre des problèmes complexes avec des ordinateurs " -"spécialisés, et, une fois les problèmes résolus, ils reçoivent le droit " -"d'ajouter un nouveau bloc à la blockchain. Si toutes les autres personnes" -" faisant tourner le logiciel s'accordent sur le fait que le problème a " -"été résolu correctement, le bloc est ajouté à la blockchain et le mineur " -"est récompensé." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." +msgstr "" +"Dash, comme Bitcoin et la plupart des autres cryptomonnaies, est basé sur un" +" registre décentralisé de toutes les transactions, connu sous le nom de " +"blockchain. Cette blockchain est sécurisée par un mécanisme de consensus ; " +"dans le cas de Dash comme de Bitcoin, le mécanisme de consensus est la " +"preuve de travail (PoW). Les :ref:`mineurs ` travaillent à résoudre " +"des problèmes complexes avec des ordinateurs spécialisés, et, une fois les " +"problèmes résolus, ils reçoivent le droit d'ajouter un nouveau bloc à la " +"blockchain. Si toutes les autres personnes faisant tourner le logiciel " +"s'accordent sur le fait que le problème a été résolu correctement, le bloc " +"est ajouté à la blockchain et le mineur est récompensé." #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"On parle de preuve de service (PoSe) dans le cas des masternodes, car ils" -" fournissent des services très importants au réseau. De fait, le réseau " -"entier est surveillé par les masternodes, qui ont le pouvoir de rejeter " -"des blocs mal formés par les mineurs. Si un mineur essayait de conserver " -"pour lui la récompense de bloc entière, ou encore de faire tourner une " -"vieille version du logiciel Dash, le réseau des masternodes isolerait ce " -"bloc, et il ne serait pas ajouté à la blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"On parle de preuve de service (PoSe) dans le cas des masternodes, car ils " +"fournissent des services très importants au réseau. De fait, le réseau " +"entier est surveillé par les masternodes, qui ont le pouvoir de rejeter des " +"blocs mal formés par les mineurs. Si un mineur essayait de conserver pour " +"lui la récompense de bloc entière, ou encore de faire tourner une vieille " +"version du logiciel Dash, le réseau des masternodes isolerait ce bloc, et il" +" ne serait pas ajouté à la blockchain." #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Pour résumer, les mineurs constituent le premier niveau, qui permet " -"l'envoi et la réception basiques des fonds et empêche la double dépense. " -"Les masternodes constituent le second niveau, qui fournit les " -"fonctionnalités supplémentaires distinguant Dash des autres " -"cryptomonnaies. Les masternodes ne font pas de minage, et les ordinateurs" -" de minage ne peuvent pas faire office de masternodes. De plus, chaque " -"masternode est \"sécurisé\" par une somme de 1000 dashs. Ces dashs " -"restent sous le contrôle exclusif de leur propriétaire, à tout moment, et" -" peuvent toujours être librement dépensés par lui. Les fonds ne sont " -"verrouillés en aucune manière. Cependant, si les fonds sont déplacés ou " -"dépensés, le masternode associé passera hors ligne et arrêtera de " -"recevoir des récompenses." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" msgstr "Processus de paiement" #: ../../docs/user/masternodes/understanding.rst:220 -#, fuzzy msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." -msgstr "" -"Les paiements de masternode dans Dash 0.13.0 sont entièrement " -"déterministes et se basent sur un simple algorithme de tri de liste. Pour" -" en savoir plus sur la logique de paiement de la version précédente " -"(0.12.0), voir `l'ancienne documentation sur la logique de paiement " -"`_. Dash 0.13.0 implémente la `DIP003 " -"`_ et définit " -"deux groupes de masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" -"Le groupe complet, qui contient tous les masternodes enregistrés qui " -"n'ont pas dépensé leur caution." +"Le groupe complet, qui contient tous les masternodes enregistrés qui n'ont " +"pas dépensé leur caution." #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" -"Le groupe valide, qui est un sous-groupe du groupe complet, et qui " -"contient tous les masternodes qui ne sont pas marqués comme étant bannis " -"de la preuve de service (PoSe)." +"Le groupe valide, qui est un sous-groupe du groupe complet, et qui contient " +"tous les masternodes qui ne sont pas marqués comme étant bannis de la preuve" +" de service (PoSe)." #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" "Chaque masternode du groupe de masternodes valides, identifié par son " "identifiant de transaction d'enregistrement, est associé au bloc où il a " -"reçu son plus récent paiement. S'il n'a jamais été payé ou s'il a été " -"banni pour ne pas avoir rempli les conditions de la preuve de service " -"(PoSe), il est identifié à la place par le bloc où il a été enregistré " -"pour la première fois, ou par celui où le service a été rétabli. La liste" -" est classée par ordre ascendant de hauteur de bloc et d'empreinte de " -"hachage ProRegTx (pour départager deux masternodes dans le cas où ils ont" -" été enregistrés dans un même bloc), et son premier élément est " -"sélectionné pour le paiement." +"reçu son plus récent paiement. S'il n'a jamais été payé ou s'il a été banni " +"pour ne pas avoir rempli les conditions de la preuve de service (PoSe), il " +"est identifié à la place par le bloc où il a été enregistré pour la première" +" fois, ou par celui où le service a été rétabli. La liste est classée par " +"ordre ascendant de hauteur de bloc et d'empreinte de hachage ProRegTx (pour " +"départager deux masternodes dans le cas où ils ont été enregistrés dans un " +"même bloc), et son premier élément est sélectionné pour le paiement." #: ../../docs/user/masternodes/understanding.rst:240 -#, fuzzy msgid "Evonode Payment Logic" -msgstr "Processus de paiement" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -640,42 +547,41 @@ msgstr "Preuve de service" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" -msgstr "" -"La preuve de service (PoSe) est un système de note utilisé pour " -"déterminer si un masternode fournit des services au réseau de manière " -"honnête. Un certain nombre de paramètres sont utilisés pour son calcul, " -"et il n'est donc pas possible de tromper le système en faisant en sorte " -"que des masternodes soient bannis de la preuve de service parce qu'ils ne" -" répondraient pas aux requêtes de ping, par exemple par une attaque DDoS " -"juste avant un paiement. Chaque échec à fournir un service entraîne une " -"augmentation de la note PoSe, relative à la note maximale qui est égale " -"au nombre de masternodes enregistrés. Si la note atteint le nombre de " -"masternodes enregistrés, un bannissement PoSe est instauré, et le " -"masternode doit être reconfiguré pour s'assurer qu'il fournisse un " -"service fiable, puis enregistré à nouveau dans la liste au moyen d'une " -"transaction :ref:`ProUpServTx `. Les règles " -"actuelles de notation, en vigueur avec Dash 0.14, sont :" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" +msgstr "" +"La preuve de service (PoSe) est un système de note utilisé pour déterminer " +"si un masternode fournit des services au réseau de manière honnête. Un " +"certain nombre de paramètres sont utilisés pour son calcul, et il n'est donc" +" pas possible de tromper le système en faisant en sorte que des masternodes " +"soient bannis de la preuve de service parce qu'ils ne répondraient pas aux " +"requêtes de ping, par exemple par une attaque DDoS juste avant un paiement. " +"Chaque échec à fournir un service entraîne une augmentation de la note PoSe," +" relative à la note maximale qui est égale au nombre de masternodes " +"enregistrés. Si la note atteint le nombre de masternodes enregistrés, un " +"bannissement PoSe est instauré, et le masternode doit être reconfiguré pour " +"s'assurer qu'il fournisse un service fiable, puis enregistré à nouveau dans " +"la liste au moyen d'une transaction :ref:`ProUpServTx `. Les règles actuelles de notation, en vigueur avec Dash 0.14, " +"sont :" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" "Absence de participation à `DKG " -"`__\\ = sanction de 66%" +"`__\\ = sanction de 66%" #: ../../docs/user/masternodes/understanding.rst:272 msgid "Each subsequent block reduces PoSe score by 1" @@ -688,82 +594,71 @@ msgstr "Sélection par quorum" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" "Dans des versions antérieures de Dash, des quorums de 10 masternodes se " -"formaient spontanément pour verrouiller les transactions InstantSend. " -"Depuis Dash v. 0.14, les quorums sont formés de manière déterministe, " -"contiennent davantage de masternodes et demeurent actifs pendant un temps" -" plus long. Ils restent responsables des transactions InstantSend, mais " -"le mécanisme de verrouillage a évolué et essaie automatiquement de " -"verrouiller la plupart des transactions du réseau, selon les conditions " -"décrites :ref:`ici `. Les masternodes sont également " -"chargés de davantage de fonctions de consensus réseau, telles que " -":ref:`ChainLocks `. Les quorums de masternodes sont formés " -"par un processus de `génération de clé distribuée (DKG) " +"formaient spontanément pour verrouiller les transactions InstantSend. Depuis" +" Dash v. 0.14, les quorums sont formés de manière déterministe, contiennent " +"davantage de masternodes et demeurent actifs pendant un temps plus long. Ils" +" restent responsables des transactions InstantSend, mais le mécanisme de " +"verrouillage a évolué et essaie automatiquement de verrouiller la plupart " +"des transactions du réseau, selon les conditions décrites :ref:`ici `. Les masternodes sont également chargés de davantage de " +"fonctions de consensus réseau, telles que :ref:`ChainLocks `. " +"Les quorums de masternodes sont formés par un processus de `génération de " +"clé distribuée (DKG) " "`__. L'échec de " -"participation à une DKG entraîne un bannissement au titre de la preuve de" -" service (PoSe), tel que décrit ci-dessus." +"participation à une DKG entraîne un bannissement au titre de la preuve de " +"service (PoSe), tel que décrit ci-dessus." #: ../../docs/user/masternodes/understanding.rst:294 msgid "Masternode requirements" msgstr "Caractéristiques minimales d'un masternode" #: ../../docs/user/masternodes/understanding.rst:296 -#, fuzzy msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" -"1000 dashs : sans doute la condition la plus difficile. Les dashs peuvent" -" être obtenus sur des plateformes de change telles que Poloniex, Bittrex," -" Kraken ou LiveCoin. Les services de ShapeShift sont aussi un excellent " -"moyen." #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" "Un serveur ou un VPS tournant sous Linux : la plupart des guides récents " "recommandent Ubuntu 20.04 LTS. Nous recommandons des fournisseurs de VPS " "tels que Vultr ou DigitalOcean, même si tout fournisseur correct fera " "l'affaire. En général, un serveur avec des caractéristiques modestes à " -"moyennes devrait faire l'affaire, bien qu'il soit prévu, selon la feuille" -" de route, que les exigences de performance augmentent à terme." +"moyennes devrait faire l'affaire, bien qu'il soit prévu, selon la feuille de" +" route, que les exigences de performance augmentent à terme." #: ../../docs/user/masternodes/understanding.rst:305 msgid "A dedicated IP address: These usually come with the VPS/server." msgstr "" -"Une adresse IP dédiée : elle est en général fournie avec le serveur ou " -"VPS." +"Une adresse IP dédiée : elle est en général fournie avec le serveur ou VPS." #: ../../docs/user/masternodes/understanding.rst:307 -#, fuzzy msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" -"En plus de la caution de 1000 dashs, les masternodes ont aussi des " -"caractéristiques matérielles minimales. Pour la version 0.12.4 et " -"ultérieure de Dash, ces caractéristiques minimales sont les suivantes :" #: ../../docs/user/masternodes/understanding.rst:314 msgid "Minimum" @@ -782,9 +677,8 @@ msgid "1x 2 GHz" msgstr "1x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:316 -#, fuzzy msgid "2x 2 GHz" -msgstr "1x 2 GHz" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" @@ -795,9 +689,8 @@ msgid "4 GB + 2 GB swap" msgstr "4 Go + swap de 2 Go" #: ../../docs/user/masternodes/understanding.rst:318 -#, fuzzy msgid "8 GB + 4 GB swap" -msgstr "4 Go + swap de 2 Go" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:320 msgid "Disk" @@ -808,9 +701,8 @@ msgid "60 GB" msgstr "60 Go" #: ../../docs/user/masternodes/understanding.rst:320 -#, fuzzy msgid "80 GB" -msgstr "60 Go" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:322 msgid "Network" @@ -826,8 +718,8 @@ msgstr "1 To/mois" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" "La bande passante d'un masternode est entre 300 et 500 Go mensuels, et " "augmentera avec l'utilisation du réseau." @@ -838,155 +730,19 @@ msgstr "Dash Evolution" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." msgstr "" "Les caractéristiques matérielles minimales pour les masternodes Dash " "Evolution restent à déterminer, même si certains indices peuvent être " "trouvés dans la `feuille de route `_ et dans ce `billet de blog `_. Il devrait être " -"possible de faire tourner des masternodes Dash sur des serveurs VPS " -"normaux jusqu'à ce que la taille de blocs atteigne environ 20 Mo, après " -"quoi du matériel spécialisé sera nécessaire, tel que des GPU voire des " -"ASIC." - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 met en œuvre la " -#~ "DIP003, qui introduit certains changements " -#~ "dans la façon d'installer et de " -#~ "gérer un masternode. Veuillez trouver " -#~ "ci-dessous une liste de la " -#~ "documentation disponible :" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr ":ref:`dip3-changes` (vous êtes ici)" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ ":ref:`Procédure de mise à jour Dash " -#~ "0.13 pour les masternodes (documentation " -#~ "archivée) `" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" -#~ "Il est possible de mettre à jour" -#~ " un masternode déjà existant, directement" -#~ " sur son serveur, sans avoir à " -#~ "mettre en place un nouveau serveur " -#~ "ou à déplacer votre caution de " -#~ "1000 dashs." - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" -#~ "Toutes les fonctions relatives à la " -#~ "DIP003 prendront effet seulement lorsque " -#~ "le Spork 15 sera activé sur le " -#~ "réseau. Avant cette date, il faut " -#~ "mettre en place le masternode en " -#~ "suivant `l'ancienne procédure " -#~ "`_ puis" -#~ " en suivant :ref:`la procédure de " -#~ "mise à jour " -#~ "`. " -#~ "Pendant cette période de transition, le" -#~ " masternode continuera de fonctionner en" -#~ " mode de compatibilité, et toutes les" -#~ " fonctions relatives à la DIP003, " -#~ "telles que les paiements à une " -#~ "adresse distincte ou le pourcentage des" -#~ " paiements alloué aux opérateurs, ne " -#~ "seront pas encore fonctionnelles. Les " -#~ "clés ``ownerKeyAddr`` et ``votingKeyAddr`` " -#~ "doivent également être identiques d'ici " -#~ "à ce que le Spork 15 soit " -#~ "activé." - -#~ msgid "1x 1 GHz" -#~ msgstr "1x 1 GHz" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "2 Go + swap de 2 Go" - -#~ msgid "40 GB" -#~ msgstr "40 Go" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"route/>`_ et dans ce `billet de blog `_. Il devrait être possible de " +"faire tourner des masternodes Dash sur des serveurs VPS normaux jusqu'à ce " +"que la taille de blocs atteigne environ 20 Mo, après quoi du matériel " +"spécialisé sera nécessaire, tel que des GPU voire des ASIC." diff --git a/locale/fr/LC_MESSAGES/docs/user/mining/index.po b/locale/fr/LC_MESSAGES/docs/user/mining/index.po index 62ec768bc..074be6727 100644 --- a/locale/fr/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/mining/index.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "Information et guides sur le minage de la cryptomonnaie Dash" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" msgstr "" -"dash, minage, X11, masternode, CPU, GPU, ASIC, logiciel, matériel, " -"équipe, équipes de minage" +"dash, minage, X11, masternode, CPU, GPU, ASIC, logiciel, matériel, équipe, " +"équipes de minage" #: ../../docs/user/mining/index.rst:9 msgid "Mining" @@ -40,40 +39,38 @@ msgstr "Minage" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" -"Le minage, dans le contexte d'une cryptomonnaie telle que Dash, désigne " -"la procédure de recherche de solutions à des problèmes " -"cryptographiquement complexes, en tant que méthode de sécurisation de " -"blocs sur la blockchain. La procédure de minage crée de nouvelles unités " -"de monnaie données en récompense au mineur. Le minage est possible sur un" -" certain type de matériel. Dash se sert d'un algorithme connu sous le nom" -" de :ref:`X11 `, que le mineur doit résoudre pour " -"gagner des récompenses." +"Le minage, dans le contexte d'une cryptomonnaie telle que Dash, désigne la " +"procédure de recherche de solutions à des problèmes cryptographiquement " +"complexes, en tant que méthode de sécurisation de blocs sur la blockchain. " +"La procédure de minage crée de nouvelles unités de monnaie données en " +"récompense au mineur. Le minage est possible sur un certain type de " +"matériel. Dash se sert d'un algorithme connu sous le nom de :ref:`X11 " +"`, que le mineur doit résoudre pour gagner des " +"récompenses." #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" "Le matériel le plus simple et le plus commun pour miner est le " "microprocesseur (CPU) présent dans chaque ordinateur. Un processeur est " @@ -82,33 +79,31 @@ msgstr "" "rapidement des millions de vecteurs. Alors que des instructions " "cryptographiques spécifiques telles que AES ou AVX apportent une " "amélioration notable à la performance des processeurs, les processeurs " -"graphiques offre une augmentation significative des performances en " -"raison de leur pipelines multiples pour des calculs prévisibles et " -"répétitifs, tels que ceux qui ont lieu dans le minage. Enfin, il existe " -"des ASIC réalisant une seule et unique tâche mais à une vitesse encore " -"plus grande que les CPU et GPU moins spécialisés. Différents ASIC pour " -"X11 sont désormais disponibles sur le marché, remettant rapidement en " -"cause la rentabilité du minage par CPU et GPU à cause de la montée de la " -"difficulté de hachage et l'augmentation rapide du taux de hachage. Cela " -"permet, pour la blockchain Dash, une monnaie plus résistante aux attaques" -" de force brute." +"graphiques offre une augmentation significative des performances en raison " +"de leur pipelines multiples pour des calculs prévisibles et répétitifs, tels" +" que ceux qui ont lieu dans le minage. Enfin, il existe des ASIC réalisant " +"une seule et unique tâche mais à une vitesse encore plus grande que les CPU " +"et GPU moins spécialisés. Différents ASIC pour X11 sont désormais " +"disponibles sur le marché, remettant rapidement en cause la rentabilité du " +"minage par CPU et GPU à cause de la montée de la difficulté de hachage et " +"l'augmentation rapide du taux de hachage. Cela permet, pour la blockchain " +"Dash, une monnaie plus résistante aux attaques de force brute." #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" "La rentabilité du minage dépend du taux de hachage de votre matériel de " "minage, de la difficulté actuelle du réseau et du coût de votre matériel " -"comme de votre électricité. Les liens suivants fournissent une " -"information actualisée :" +"comme de votre électricité. Les liens suivants fournissent une information " +"actualisée :" #: ../../docs/user/mining/index.rst:39 msgid "`Hashrate `_" msgstr "" -"`Taux de hachage `_" +"`Taux de hachage `_" #: ../../docs/user/mining/index.rst:40 msgid "" @@ -139,79 +134,74 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" -"Dash, comme Bitcoin et la plupart des autres cryptomonnaies, est basé sur" -" un registre décentralisé de toutes les transactions, connu sous le nom " -"de blockchain. Cette blockchain est sécurisée par un mécanisme de " -"consensus ; dans le cas de Dash comme de Bitcoin, le mécanisme de " -"consensus est la preuve de travail (PoW). Les mineurs travaillent à " -"résoudre des problèmes complexes avec des ordinateurs spécialisés, et, " -"une fois les problèmes résolus, ils reçoivent le droit d'ajouter un " -"nouveau bloc à la blockchain. Si toutes les autres personnes faisant " -"tourner le logiciel s'accordent sur le fait que le problème a été résolu " -"correctement, le bloc est ajouté à la blockchain et le mineur est " -"récompensé." +"Dash, comme Bitcoin et la plupart des autres cryptomonnaies, est basé sur un" +" registre décentralisé de toutes les transactions, connu sous le nom de " +"blockchain. Cette blockchain est sécurisée par un mécanisme de consensus ; " +"dans le cas de Dash comme de Bitcoin, le mécanisme de consensus est la " +"preuve de travail (PoW). Les mineurs travaillent à résoudre des problèmes " +"complexes avec des ordinateurs spécialisés, et, une fois les problèmes " +"résolus, ils reçoivent le droit d'ajouter un nouveau bloc à la blockchain. " +"Si toutes les autres personnes faisant tourner le logiciel s'accordent sur " +"le fait que le problème a été résolu correctement, le bloc est ajouté à la " +"blockchain et le mineur est récompensé." #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" -"On parle de preuve de service (PoSe) dans le cas des masternodes, car ils" -" fournissent des services très importants au réseau. De fait, le réseau " -"entier est surveillé par les masternodes, qui ont le pouvoir de rejeter " -"des blocs mal formés par les mineurs. Si un mineur essayait de conserver " -"pour lui la récompense de bloc entière, ou encore de faire tourner une " -"vieille version du logiciel Dash, le réseau des masternodes isolerait ce " -"bloc, et il ne serait pas ajouté à la blockchain." +"On parle de preuve de service (PoSe) dans le cas des masternodes, car ils " +"fournissent des services très importants au réseau. De fait, le réseau " +"entier est surveillé par les masternodes, qui ont le pouvoir de rejeter des " +"blocs mal formés par les mineurs. Si un mineur essayait de conserver pour " +"lui la récompense de bloc entière, ou encore de faire tourner une vieille " +"version du logiciel Dash, le réseau des masternodes isolerait ce bloc, et il" +" ne serait pas ajouté à la blockchain." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." msgstr "" -"Pour résumer, les mineurs constituent le premier niveau, qui permet " -"l'envoi et la réception basiques des fonds et empêche la double dépense. " -"Les masternodes constituent le second niveau, qui fournit les " -"fonctionnalités supplémentaires distinguant Dash des autres " -"cryptomonnaies. Les masternodes ne font pas de minage, et les ordinateurs" -" de minage ne peuvent pas faire office de masternodes. De plus, chaque " -"masternode est \"sécurisé\" par une somme de 1000 dashs. Ces dashs " -"restent sous le contrôle exclusif de leur propriétaire, à tout moment, et" -" peuvent toujours être librement dépensés par lui. Les fonds ne sont " -"verrouillés en aucune manière. Cependant, si les fonds sont déplacés ou " -"dépensés, le masternode associé passera hors ligne et arrêtera de " -"recevoir des récompenses." +"Pour résumer, les mineurs constituent le premier niveau, qui permet l'envoi " +"et la réception basiques des fonds et empêche la double dépense. Les " +"masternodes constituent le second niveau, qui fournit les fonctionnalités " +"supplémentaires distinguant Dash des autres cryptomonnaies. Les masternodes " +"ne font pas de minage, et les ordinateurs de minage ne peuvent pas faire " +"office de masternodes. De plus, chaque masternode est \"sécurisé\" par une " +"somme de 1000 dashs. Ces dashs restent sous le contrôle exclusif de leur " +"propriétaire, à tout moment, et peuvent toujours être librement dépensés par" +" lui. Les fonds ne sont verrouillés en aucune manière. Cependant, si les " +"fonds sont déplacés ou dépensés, le masternode associé passera hors ligne et" +" arrêtera de recevoir des récompenses." #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" @@ -220,20 +210,20 @@ msgstr "Équipes de minage" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" -"Le minage Dash au sein d'équipes augmente la probabilité de percevoir des" -" récompenses, plutôt que le minage direct sur la blockchain. Le minage " -"Dash avec P2Pool est fortement encouragé car cela redistribue la " -"puissance de calcul au lieu de la centraliser. Le site suivant répertorie" -" les équipes de minage Dash P2Pool près de chez vous, il suffit de " -"choisir une équipe avec un temps de ping et des frais intéressants, " -"d'entrer votre adresse de paiement Dash comme nom d'utilisateur, ainsi " -"qu'un mot de passe de votre choix." +"Le minage Dash au sein d'équipes augmente la probabilité de percevoir des " +"récompenses, plutôt que le minage direct sur la blockchain. Le minage Dash " +"avec P2Pool est fortement encouragé car cela redistribue la puissance de " +"calcul au lieu de la centraliser. Le site suivant répertorie les équipes de " +"minage Dash P2Pool près de chez vous, il suffit de choisir une équipe avec " +"un temps de ping et des frais intéressants, d'entrer votre adresse de " +"paiement Dash comme nom d'utilisateur, ainsi qu'un mot de passe de votre " +"choix." #: ../../docs/user/mining/index.rst:97 msgid "http://www.p2poolmining.us/p2poolnodes/" @@ -241,20 +231,20 @@ msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" -"Si vous souhaitez monter votre propre P2Pool, la procédure est disponible" -" :ref:`ici ` et le code pour p2pool-dash est disponible sur " -"`GitHub `_. D'autres équipes de " -"minage sont répertoriées ci-dessous et peuvent être avantageuses pour " -"diverses raisons, par exemple la latence du ping, la disponibilité, les " -"frais, les utilisateurs, etc. Un guide d'utilisation d'une équipe de " -"minage typique peut être consulté :ref:`ici `." +"Si vous souhaitez monter votre propre P2Pool, la procédure est disponible " +":ref:`ici ` et le code pour p2pool-dash est disponible sur `GitHub " +"`_. D'autres équipes de minage sont " +"répertoriées ci-dessous et peuvent être avantageuses pour diverses raisons, " +"par exemple la latence du ping, la disponibilité, les frais, les " +"utilisateurs, etc. Un guide d'utilisation d'une équipe de minage typique " +"peut être consulté :ref:`ici `." #: ../../docs/user/mining/index.rst:107 msgid "https://coinfoundry.org" @@ -314,29 +304,28 @@ msgstr "https://zpool.ca" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" "AVERTISSEMENT : cette liste n'est fournie qu'à titre informatif. Les " "services qu'elle répertorie n'ont pas été testés ni approuvés par les " -"développeurs Dash, aucune garantie n'est fournie quant à l'exactitude de " -"ces informations. Veuillez exercer votre jugement lorsque vous utilisez " -"des services de tierce partie. Si vous souhaitez être ajouté à cette " -"liste, veuillez écrire à leon.white@dash.org" +"développeurs Dash, aucune garantie n'est fournie quant à l'exactitude de ces" +" informations. Veuillez exercer votre jugement lorsque vous utilisez des " +"services de tierce partie. Si vous souhaitez être ajouté à cette liste, " +"veuillez écrire à leon.white@dash.org" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" -"Si vous rejoignez une équipe de minage, vous devrez aussi créer une " -"adresse Dash pour recevoir les paiements. Pour en créer une dans le " -"portefeuille logiciel Dash Core, voir :ref:`ici `." +"Si vous rejoignez une équipe de minage, vous devrez aussi créer une adresse " +"Dash pour recevoir les paiements. Pour en créer une dans le portefeuille " +"logiciel Dash Core, voir :ref:`ici `." #: ../../docs/user/mining/index.rst:143 msgid "CPU Mining" @@ -344,35 +333,34 @@ msgstr "Minage par microprocesseur (CPU)" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" "Cette documentation détaille comment miner Dash sous le système " -"d'exploitation Windows, en utilisant simplement le microprocesseur de " -"votre ordinateur. Veuillez noter que le grand nombre de mineurs sur GPU " -"et ASIC signifie que, à moins que vous ne disposiez d'électricité " -"gratuite, l'opération sera presque certainement non rentable pour vous ! " -"De fait, le logiciel décrit dans ce guide n'a plus été mis à jour depuis " -"des années, et n'a plus qu'un rôle expérimental et pour tests." +"d'exploitation Windows, en utilisant simplement le microprocesseur de votre " +"ordinateur. Veuillez noter que le grand nombre de mineurs sur GPU et ASIC " +"signifie que, à moins que vous ne disposiez d'électricité gratuite, " +"l'opération sera presque certainement non rentable pour vous ! De fait, le " +"logiciel décrit dans ce guide n'a plus été mis à jour depuis des années, et " +"n'a plus qu'un rôle expérimental et pour tests." #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" "La procédure est assez simple, et des exemples seront donnés afin " -"d'atteindre le taux de hachage le plus élevé possible avec votre " -"processeur. Souvenez-vous cependant que des mineurs mieux optimisés " -"existent, il est donc conseillé de garder un œil sur les sites de minage " -"(ci-dessous) afin d'être au courant des dernières actualités et mises à " -"jour." +"d'atteindre le taux de hachage le plus élevé possible avec votre processeur." +" Souvenez-vous cependant que des mineurs mieux optimisés existent, il est " +"donc conseillé de garder un œil sur les sites de minage (ci-dessous) afin " +"d'être au courant des dernières actualités et mises à jour." #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 msgid "`Crypto Mining Blog `_" @@ -403,9 +391,8 @@ msgid "" "The first step is to download appropriate mining software. A good basic " "miner for modern CPUs can be found here:" msgstr "" -"La première étape est de télécharger un logiciel de minage approprié. Un " -"bon mineur basique pour les microprocesseurs modernes peut être trouvé " -"ici :" +"La première étape est de télécharger un logiciel de minage approprié. Un bon" +" mineur basique pour les microprocesseurs modernes peut être trouvé ici :" #: ../../docs/user/mining/index.rst:168 msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" @@ -413,15 +400,14 @@ msgstr "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" "Ce logiciel fonctionnera si votre processeur est compatible avec les " "configurations AES-NI et AVX. Consultez `CPU-Z " -"`_ pour vérifier si c'est le " -"cas pour votre processeur :" +"`_ pour vérifier si c'est le cas" +" pour votre processeur :" #: ../../docs/user/mining/index.rst:178 msgid "CPU-Z showing details for an Intel i7 Haswell CPU" @@ -430,8 +416,8 @@ msgstr "CPU-Z affichant les caractéristiques du processeur Intel i7 Haswell" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" "Si votre processeur n'est pas compatible avec AES-NI et AVX, essayez un " "logiciel plus générique qui ne nécessite pas de jeu de configuration " @@ -448,19 +434,18 @@ msgstr "https://github.com/tpruvot/cpuminer-multi" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" -"Notre objectif est de choisir un logiciel de minage compatible avec le " -"plus grand nombre possible de jeux d'instruction pour le processeur, afin" -" d'essayer d’augmenter la vitesse de hachage. Une fois votre choix " -"effectué, cliquez sur **Releases**, téléchargez et décompressez le " -"fichier ZIP. Les différents fichiers .exe indiquent le processeur " -"spécifique auquel ils sont dédiés. Le dossier ressemblera à quelque chose" -" de ce genre :" +"Notre objectif est de choisir un logiciel de minage compatible avec le plus " +"grand nombre possible de jeux d'instruction pour le processeur, afin " +"d'essayer d’augmenter la vitesse de hachage. Une fois votre choix effectué, " +"cliquez sur **Releases**, téléchargez et décompressez le fichier ZIP. Les " +"différents fichiers .exe indiquent le processeur spécifique auquel ils sont " +"dédiés. Le dossier ressemblera à quelque chose de ce genre :" #: ../../docs/user/mining/index.rst:198 msgid "Executable CPU miners for Dash" @@ -472,28 +457,27 @@ msgstr "Configuration" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" -"Commencez par choisir une équipe de minage et générez une adresse Dash, " -"tel que décrit dans la section :ref:`Équipes de minage ` " -"ci-dessus. Conservez tous vos fichiers de minages dans un même " -"répertoire. Dans cet exemple, nous travaillerons sur le Bureau. Le nœud " -"choisi dans cet exemple provient de la liste p2poolming.us et est situé " -"en Chine :" +"Commencez par choisir une équipe de minage et générez une adresse Dash, tel " +"que décrit dans la section :ref:`Équipes de minage ` ci-" +"dessus. Conservez tous vos fichiers de minages dans un même répertoire. Dans" +" cet exemple, nous travaillerons sur le Bureau. Le nœud choisi dans cet " +"exemple provient de la liste p2poolming.us et est situé en Chine :" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" -"Puis ouvrez le **Calepin** et saisissez, sur une seule ligne, la commande" -" de démarrage du mineur, suivie par \"pause\" sur la deuxième ligne. Le " -"format général est comme suit :" +"Puis ouvrez le **Calepin** et saisissez, sur une seule ligne, la commande de" +" démarrage du mineur, suivie par \"pause\" sur la deuxième ligne. Le format " +"général est comme suit :" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 msgid "Where:" @@ -512,7 +496,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "o = URL de votre équipe de minage, dont le protocole et le port" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" "u = nom d'utilisateur, en général l'adresse Dash de réception de votre " "portefeuille ou worker" @@ -535,18 +520,19 @@ msgstr "Pour le processeur pris en exemple, la commande sera peut-être :" #: ../../docs/user/mining/index.rst:236 msgid "Notepad file showing an example command to start a CPU miner" -msgstr "Fichier Calepin avec un exemple de commande de démarrage d'un mineur CPU" +msgstr "" +"Fichier Calepin avec un exemple de commande de démarrage d'un mineur CPU" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" -"Cliquez sur **Fichier** puis sur **Enregistrer sous**. Pour **Enregistrer" -" en tant que**, indiquez **Tous types** puis saisissez le nom " -"*startminer.bat* et enregistrez-le dans le même dossier que les fichiers " -"décompressés *minerd*." +"Cliquez sur **Fichier** puis sur **Enregistrer sous**. Pour **Enregistrer en" +" tant que**, indiquez **Tous types** puis saisissez le nom *startminer.bat* " +"et enregistrez-le dans le même dossier que les fichiers décompressés " +"*minerd*." #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 msgid "Testing" @@ -555,31 +541,31 @@ msgstr "Tests" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" -"Vous êtes maintenant prêt à commencer ! Gardez un œil sur l'utilisation " -"de votre microprocesseur dans le **Gestionnaire de tâches** (faites un " -"clic-droit sur la barre des tâche pour l'ouvrir) et assurez-vous que la " +"Vous êtes maintenant prêt à commencer ! Gardez un œil sur l'utilisation de " +"votre microprocesseur dans le **Gestionnaire de tâches** (faites un clic-" +"droit sur la barre des tâche pour l'ouvrir) et assurez-vous que la " "température de votre microprocesseur ne dépasse pas son maximum (environ " -"64°C). Si vous avez des problèmes de température ou de stabilité de votre" -" Bureau, essayez d'abord de réduire ``t`` à environ 2 files. Si la valeur" -" ``t`` n'est pas indiquée, l'ordinateur le réglera par défaut au nombre " +"64°C). Si vous avez des problèmes de température ou de stabilité de votre " +"Bureau, essayez d'abord de réduire ``t`` à environ 2 files. Si la valeur " +"``t`` n'est pas indiquée, l'ordinateur le réglera par défaut au nombre " "maximum de files. Après que le mineur a tourné pendant un certain temps, " -"vérifiez la vitesse de hachage et les paiements de votre équipe de " -"minage. Vous pouvez reconnaître votre mineur par l'adresse du " -"portefeuille sur la page." +"vérifiez la vitesse de hachage et les paiements de votre équipe de minage. " +"Vous pouvez reconnaître votre mineur par l'adresse du portefeuille sur la " +"page." #: ../../docs/user/mining/index.rst:257 msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" msgstr "" -"Exemple de minage microprocesseur avec DarkCoin CPUMiner 1.3 sur un Intel" -" Core i7" +"Exemple de minage microprocesseur avec DarkCoin CPUMiner 1.3 sur un Intel " +"Core i7" #: ../../docs/user/mining/index.rst:260 msgid "Tips" @@ -587,13 +573,13 @@ msgstr "Astuces" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" "Réduisez le nombre de files pour rendre l'ordinateur plus utilisable et " "réduire la température. Si la température du processeur est trop élevée, " @@ -601,20 +587,20 @@ msgstr "" "thermodynamique du processeur soit suffisante. Ajustez la fréquence " "d'horloge du processeur pour augmenter ses performances, en utilisant un " "contrôleur de carte mère comme `AI Suite " -"`_ pour les cartes-mères Asus." -" La diminution de la tension du microprocesseur réduira la température " -"mais augmentera l’instabilité." +"`_ pour les cartes-mères Asus. La" +" diminution de la tension du microprocesseur réduira la température mais " +"augmentera l’instabilité." #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" -"Choisissez une équipe qui soit proche de vous, afin de diminuer la " -"latence du réseau. Si un nœud vous semble lent, basculez vers un autre " -"emplacement. Veuillez répartir la puissance de hachage de manière globale" -" sur différentes équipes afin de diminuer le risque de fork." +"Choisissez une équipe qui soit proche de vous, afin de diminuer la latence " +"du réseau. Si un nœud vous semble lent, basculez vers un autre emplacement. " +"Veuillez répartir la puissance de hachage de manière globale sur différentes" +" équipes afin de diminuer le risque de fork." #: ../../docs/user/mining/index.rst:277 msgid "GPU Mining" @@ -624,49 +610,45 @@ msgstr "Minage avec un processeur graphique" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" -"Ce tutoriel constitue la synthèse de nombreux autres tutoriels expliquant" -" comment utiliser sous Windows le processeur de votre carte graphique " -"(GPU) pour miner des dashs avec l'algorithme X11 . Veuillez noter qu'il " -"est peu probable que cela soit rentable, étant donné la présence de plus " -"en plus forte des mineurs ASIC ! De plus, les logiciels ou exécutables de" -" ce tutoriel n'ont pas été actualisés depuis plusieurs années, le " -"tutoriel est donc proposé ci-dessous uniquement à des fins " -"expérimentales." +"Ce tutoriel constitue la synthèse de nombreux autres tutoriels expliquant " +"comment utiliser sous Windows le processeur de votre carte graphique (GPU) " +"pour miner des dashs avec l'algorithme X11 . Veuillez noter qu'il est peu " +"probable que cela soit rentable, étant donné la présence de plus en plus " +"forte des mineurs ASIC ! De plus, les logiciels ou exécutables de ce " +"tutoriel n'ont pas été actualisés depuis plusieurs années, le tutoriel est " +"donc proposé ci-dessous uniquement à des fins expérimentales." #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" -"Ce tutoriel explique la procédure de téléchargement et de configuration " -"du logiciel de minage, et suggère des optimisations. La technologie " -"évoluant rapidement, il est conseillé de garder un œil sur les sites de " -"minage ci-dessous afin de rester au courant des actualités et mises à " -"jour." +"Ce tutoriel explique la procédure de téléchargement et de configuration du " +"logiciel de minage, et suggère des optimisations. La technologie évoluant " +"rapidement, il est conseillé de garder un œil sur les sites de minage ci-" +"dessous afin de rester au courant des actualités et mises à jour." #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" "Comme pour le minage avec un microprocesseur, différents logiciels sont " -"disponibles pour le minage avec processeur graphique. La plupart sont " -"basés sur sgminer, compilé avec différentes optimisations en fonction du " -"matériel. Une bonne approche est d'identifier votre carte graphique puis " -"de choisir une version appropriée de sgminer. Vous pouvez utiliser `GPU-Z" -" `_ pour identifier votre processeur " +"disponibles pour le minage avec processeur graphique. La plupart sont basés " +"sur sgminer, compilé avec différentes optimisations en fonction du matériel." +" Une bonne approche est d'identifier votre carte graphique puis de choisir " +"une version appropriée de sgminer. Vous pouvez utiliser `GPU-Z " +"`_ pour identifier votre processeur " "graphique :" #: ../../docs/user/mining/index.rst:309 @@ -674,23 +656,23 @@ msgid "" "GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " "GPUs" msgstr "" -"GPU-Z affichant les caractéristiques des processeurs graphiques AMD " -"Radeon Turks et NVIDIA Quadro GK104" +"GPU-Z affichant les caractéristiques des processeurs graphiques AMD Radeon " +"Turks et NVIDIA Quadro GK104" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" "Puis téléchargez le logiciel de minage. La plupart sont basés sur le " -"`sgminer `_, d'origine, qui " -"n'est cependant pas approprié pour l'algorithme X11, ne propose pas " -"d'exécutables précompilés et n'a pas été mis à jour depuis des années. Le" -" tutoriel décrira uniquement des logiciels avec exécutables précompilés " -"et tenus à jour par de nouveaux développeurs." +"`sgminer `_, d'origine, qui n'est " +"cependant pas approprié pour l'algorithme X11, ne propose pas d'exécutables " +"précompilés et n'a pas été mis à jour depuis des années. Le tutoriel décrira" +" uniquement des logiciels avec exécutables précompilés et tenus à jour par " +"de nouveaux développeurs." #: ../../docs/user/mining/index.rst:318 msgid "**AMD**" @@ -705,23 +687,24 @@ msgid "**NVIDIA**" msgstr "**NVIDIA**" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" "https://github.com/tpruvot/ccminer/releases (dédié à l'application " "principale)" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" "https://github.com/sp-hash/ccminer/releases (sp-mod, optimisé pour les " "kernels CUDA, pour Windows)" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" "Téléchargez et décompressez le fichier choisi. Le dossier ressemblera à " "quelque chose de ce genre :" @@ -732,20 +715,19 @@ msgstr "Mineurs GPU exécutables pour Dash" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" "Le fichier sgminer est le fichier exécutable, tandis que les différents " "fichiers avec des extensions .cl indiquent les différents algorithmes " -"compatibles avec sgminer. Dans notre cas, les fichiers qui nous " -"intéressent pour X11 sont les fichiers darkcoin.cl et darkcoin-mod.cl. " -"Veuillez noter que le nom du fichier exécutable peut être différent en " -"fonction des différentes optimisations du mineur, par exemple ccminer " -"pour les cartes NVIDIA." +"compatibles avec sgminer. Dans notre cas, les fichiers qui nous intéressent " +"pour X11 sont les fichiers darkcoin.cl et darkcoin-mod.cl. Veuillez noter " +"que le nom du fichier exécutable peut être différent en fonction des " +"différentes optimisations du mineur, par exemple ccminer pour les cartes " +"NVIDIA." #: ../../docs/user/mining/index.rst:355 msgid "" @@ -757,11 +739,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" -"pools = détermine une liste d'équipes (dans le cas présent, seulement " -"une) auxquelles est allouée la puissance de calcul" +"pools = détermine une liste d'équipes (dans le cas présent, seulement une) " +"auxquelles est allouée la puissance de calcul" #: ../../docs/user/mining/index.rst:373 msgid "url = URL of your mining pool, including the protocol and port" @@ -769,8 +751,7 @@ msgstr "url = URL de votre équipe de minage, dont le protocole et le port" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" "u = nom d'utilisateur, en général l'adresse Dash de réception de votre " "portefeuille ou worker" @@ -781,11 +762,11 @@ msgstr "p = mot de passe, peut être mis en général sur x" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" -"algorithm = algorithme de hachage à utiliser, dans ce cas \"darkcoin\" " -"(pour des raisons historiques) ou \"darkcoin-mod\"" +"algorithm = algorithme de hachage à utiliser, dans ce cas \"darkcoin\" (pour" +" des raisons historiques) ou \"darkcoin-mod\"" #: ../../docs/user/mining/index.rst:380 msgid "For the pool above, the configuration may be:" @@ -797,36 +778,36 @@ msgstr "Fichier de configuration pour un mineur GPU Dash" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" -"Cliquez sur **Fichier** puis sur **Enregistrer sous**. Pour **Enregistrer" -" en tant que**, indiquez **Tous types** puis saisissez le nom " -"*sgminer.conf* et enregistrez-le dans le même dossier que les fichiers " -"décompressés *sgminer*." +"Cliquez sur **Fichier** puis sur **Enregistrer sous**. Pour **Enregistrer en" +" tant que**, indiquez **Tous types** puis saisissez le nom *sgminer.conf* et" +" enregistrez-le dans le même dossier que les fichiers décompressés " +"*sgminer*." #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" -"Double-cliquez sur *sgminer.exe* et une **invite de commande** apparaîtra" -" immédiatement. Si elle disparaît trop vite, vérifiez votre configuration" -" (virgule ou crochet manquants, nom de fichier incorrect). Le logiciel " -"compilera un exécutable propre à votre processeur graphique et le " -"stockera dans le dossier, puis démarrera le hachage." +"Double-cliquez sur *sgminer.exe* et une **invite de commande** apparaîtra " +"immédiatement. Si elle disparaît trop vite, vérifiez votre configuration " +"(virgule ou crochet manquants, nom de fichier incorrect). Le logiciel " +"compilera un exécutable propre à votre processeur graphique et le stockera " +"dans le dossier, puis démarrera le hachage." #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" -"Exemple de minage par processeur graphique avec sgminer 5.6.1-nicehash-51" -" sur une Intel HD Graphics 4600" +"Exemple de minage par processeur graphique avec sgminer 5.6.1-nicehash-51 " +"sur une Intel HD Graphics 4600" #: ../../docs/user/mining/index.rst:410 msgid "ASIC Mining" @@ -834,43 +815,43 @@ msgstr "Minage ASIC" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" "Un ASIC (« circuit intégré dédié à une application ») est un type de " -"processeur conçu pour remplir une unique fonctionnalité. Les ASICs sont " -"très populaires dans le minage des cryptomonnaies car ils sont plus " -"efficaces que les processeurs classiques (CPU) ou graphiques (GPU) et " -"offrent donc un meilleur rendement." +"processeur conçu pour remplir une unique fonctionnalité. Les ASICs sont très" +" populaires dans le minage des cryptomonnaies car ils sont plus efficaces " +"que les processeurs classiques (CPU) ou graphiques (GPU) et offrent donc un " +"meilleur rendement." #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" "Veuillez noter que les informations sur cette page peuvent rapidement " "devenir obsolètes, en raison de l'évolution rapide du marché et de la " -"difficulté de minage de Dash. Il est de votre responsabilité de faire vos" -" propres recherches. Les informations sur cette page ne constituent en " -"aucun cas une recommandation de ces produits. Pour démarrer vos " -"recherches, n'hésitez pas à consulter la `section sur le minage du forum " -"Dash `_." #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" -"Les mineurs X11 ASIC suivants sont disponibles sur le marché. Cliquez sur" -" le nom du produit pour vous rendre sur le site web du fabricant :" +"Les mineurs X11 ASIC suivants sont disponibles sur le marché. Cliquez sur le" +" nom du produit pour vous rendre sur le site web du fabricant :" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Name" @@ -926,7 +907,8 @@ msgstr "$1180" #: ../../docs/user/mining/index.rst:432 msgid "`Spondoolies SPx36 `_" -msgstr "`Spondoolies SPx36 `_" +msgstr "" +"`Spondoolies SPx36 `_" #: ../../docs/user/mining/index.rst:432 msgid "540 GH/s ±10%" @@ -950,11 +932,9 @@ msgstr "$7000" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" #: ../../docs/user/mining/index.rst:434 msgid "420 GH/s ±8%" @@ -986,8 +966,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" "Les mineurs ASIC suivants ne sont plus disponibles ou sont obsolètes, en " "raison de l'augmentation de la difficulté sur le réseau." @@ -1134,9 +1114,8 @@ msgid "490 x 350 x 180" msgstr "490 x 350 x 180" #: ../../docs/user/mining/index.rst:462 -#, fuzzy msgid "`iBelink DM11G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:462 msgid "11 GH/s ±5%" @@ -1151,9 +1130,8 @@ msgid "22 kg" msgstr "22 kg" #: ../../docs/user/mining/index.rst:464 -#, fuzzy msgid "`iBelink DM22G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:464 msgid "22 GH/s ±5%" @@ -1277,8 +1255,10 @@ msgid "490 x 390 x 180" msgstr "490 x 390 x 180" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" -msgstr "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" +msgstr "" +"`Innosilicon A5 `_" #: ../../docs/user/mining/index.rst:480 msgid "32 GH/s ±8%" @@ -1295,23 +1275,3 @@ msgstr "3,1 kg" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "400 x 135 x 158" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "https://aikapool.com/dash/" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" -#~ "https://github.com/KlausT/ccminer/releases (similaire à" -#~ " la version SP, plus propre)" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" -#~ "`iBelink DM22G `_" - diff --git a/locale/fr/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/fr/LC_MESSAGES/docs/user/mining/p2pool.po index dcb87cdfc..9ef3c636e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/fr/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "Guide de mise en place d'un nœud Dash P2Pool" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" "dash, minage, X11, p2pool, nœud, groupe, logiciel, ASIC, groupe de minage" diff --git a/locale/fr/LC_MESSAGES/docs/user/mining/pools.po b/locale/fr/LC_MESSAGES/docs/user/mining/pools.po index 9bda2e331..dc65a020c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/fr/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "Guide pour le minage en utilisant une équipe de minage" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" "dash, minage, X11, CPU, GPU, ASIC, matériel, équipe, équipes de minage, " diff --git a/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po index 6e4a5e609..2ee84d0a7 100644 --- a/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: fr\n" -"Language-Team: fr \n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Daf Daf, 2023\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Installation" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -92,21 +94,21 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" -msgstr "" +msgstr "Configuration de masternode" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,17 +304,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" @@ -347,6 +348,8 @@ msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" +"Vous pouvez consulter l'état de votre masternode en utilisant les " +"différentes commandes ``dashmate status`` comme suit :" #: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" @@ -358,8 +361,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +374,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/fr/LC_MESSAGES/docs/user/network/electrumx-server.po index 5d37bfd67..7da37aff4 100644 --- a/locale/fr/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/fr/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "Guide d'installation d'un serveur Dash ElectrumX" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "dash, electrum, guide, installation" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 2eae94d63..c1837769b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" "Configurer un carnet d'adresses, taux de conversion, récupérations de " "portefeuille papier et modification de réglages dans le portefeuille " "logiciel Dash pour Android." -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" "dash, mobile, portefeuille, android, carnet d'adresses, papier, taux de " @@ -47,29 +46,28 @@ msgstr "Carnet d'adresses" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" "Votre portefeuille Android vous permet de gérer les adresses souvent " "utilisées en leur attribuant une étiquette, utile pour identifier leur " "propriétaire. Vous pouvez aussi étiqueter vos propres adresses dans le " -"portefeuille, afin de garder trace des paiements entrants récurrents. " -"Vous pouvez accéder au carnet d'adresses en touchant le **bouton Menu** " -"puis **Carnet d'adresses**. Cela affichera un écran où vous pouvez " -"balayer à gauche ou à droite entre vos propres adresses et celles " -"auxquelles vous envoyez fréquemment des dashs, telles que par exemple " -"celles des membres de votre famille. Touchez le bouton **Plus d'options**" -" pour **Coller depuis le presse-papiers** ou pour **Scanner une adresse**" -" depuis un QR-code, ou bien touchez une adresse déjà existante pour " -"**Envoyer des dashs** ou **Modifier** l'étiquette." +"portefeuille, afin de garder trace des paiements entrants récurrents. Vous " +"pouvez accéder au carnet d'adresses en touchant le **bouton Menu** puis " +"**Carnet d'adresses**. Cela affichera un écran où vous pouvez balayer à " +"gauche ou à droite entre vos propres adresses et celles auxquelles vous " +"envoyez fréquemment des dashs, telles que par exemple celles des membres de " +"votre famille. Touchez le bouton **Plus d'options** pour **Coller depuis le " +"presse-papiers** ou pour **Scanner une adresse** depuis un QR-code, ou bien " +"touchez une adresse déjà existante pour **Envoyer des dashs** ou " +"**Modifier** l'étiquette." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -77,24 +75,23 @@ msgstr "*Accès au carnet d'adresses et ajout d'une adresse*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" "Vous pouvez également ajouter directement des étiquettes depuis l'écran " "principal de l'historique de transactions, en touchant le bouton **Plus " "d'options** de la transaction (trois points verticaux) et en choisissant " -"soit **Ajouter une étiquette à votre adresse**, **Modifier l'étiquette de" -" votre adresse**, **Ajouter une adresse d'envoi** ou **Modifier " -"l'étiquette de l'adresse d'envoi**." +"soit **Ajouter une étiquette à votre adresse**, **Modifier l'étiquette de " +"votre adresse**, **Ajouter une adresse d'envoi** ou **Modifier l'étiquette " +"de l'adresse d'envoi**." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" msgstr "" -"*Ajout et modification d'étiquettes d'adresse dans l'écran de " -"transactions*" +"*Ajout et modification d'étiquettes d'adresse dans l'écran de transactions*" #: ../../docs/user/wallets/android/advanced-functions.rst:53 msgid "Exchange rates" @@ -102,29 +99,29 @@ msgstr "Taux de conversion" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." -msgstr "" -"Le portefeuille logiciel Dash pour Android vous permet d'afficher la " -"valeur convertie de votre solde Dash et de vos transactions, en " -"choisissant une monnaie fiduciaire par défaut. Pour choisir une monnaie " -"par défaut, touchez le **bouton Menu** puis **Taux de conversion**. " -"Trouvez votre monnaie fiduciaire préférée, puis touchez le bouton **Plus " -"d'options** pour cette monnaie et choisissez **Choisir par défaut**. Le " -"taux de conversion de cette monnaie apparaîtra à l'envoi de dashs, et " -"vous pouvez également toucher le champ de la monnaie fiduciaire pour " -"saisir directement une valeur en monnaie fiduciaire plutôt qu'en dashs." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." +msgstr "" +"Le portefeuille logiciel Dash pour Android vous permet d'afficher la valeur " +"convertie de votre solde Dash et de vos transactions, en choisissant une " +"monnaie fiduciaire par défaut. Pour choisir une monnaie par défaut, touchez " +"le **bouton Menu** puis **Taux de conversion**. Trouvez votre monnaie " +"fiduciaire préférée, puis touchez le bouton **Plus d'options** pour cette " +"monnaie et choisissez **Choisir par défaut**. Le taux de conversion de cette" +" monnaie apparaîtra à l'envoi de dashs, et vous pouvez également toucher le " +"champ de la monnaie fiduciaire pour saisir directement une valeur en monnaie" +" fiduciaire plutôt qu'en dashs." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" "*Choix d'un taux de conversion fiduciaire et création d'une transaction " "libellée en dollars américains*" @@ -137,10 +134,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -153,45 +150,44 @@ msgstr "Récupération de portefeuille papier" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" "Récupérer un portefeuille papier consiste à transférer dans votre propre " "portefeuille les fonds stockés à une adresse donnée, que vous avez par " "exemple reçu sous forme de portefeuille papier ou d'un distributeur " -"automatique. Vous devez avoir accès à la clé privée de cette adresse pour" -" utiliser cette fonction. Dans cette procédure, tous les dashs stockés à " +"automatique. Vous devez avoir accès à la clé privée de cette adresse pour " +"utiliser cette fonction. Dans cette procédure, tous les dashs stockés à " "l'adresse en question seront envoyés à une nouvelle adresse qui a été " "générée de manière déterministe à partir de la \"graine\" de votre " -"portefeuille. Les clés privées que vous récupérez ne sont pas intégrées à" -" celles de votre portefeuille." +"portefeuille. Les clés privées que vous récupérez ne sont pas intégrées à " +"celles de votre portefeuille." #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" "Pour récupérer un portefeuille papier, touchez le **bouton Menu** et " -"choisissez **Récupérer portefeuille papier**. Touchez le bouton " -"**Scanner** et scannez le QR-code sur votre portefeuille papier. Une fois" -" que la clé privée a été reconnue, touchez **Récupérer** pour générer la " -"transaction déplaçant les dashs dans votre propre portefeuille. Une fois " -"cette transaction confirmée, le papier devient sans valeur et il est " -"conseillé de le détruire." +"choisissez **Récupérer portefeuille papier**. Touchez le bouton **Scanner** " +"et scannez le QR-code sur votre portefeuille papier. Une fois que la clé " +"privée a été reconnue, touchez **Récupérer** pour générer la transaction " +"déplaçant les dashs dans votre propre portefeuille. Une fois cette " +"transaction confirmée, le papier devient sans valeur et il est conseillé de " +"le détruire." #: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" msgstr "" -"*Récupération dans le portefeuille logiciel Android d'un portefeuille " -"papier contenant 0,10 dash*" +"*Récupération dans le portefeuille logiciel Android d'un portefeuille papier" +" contenant 0,10 dash*" #: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" @@ -199,22 +195,23 @@ msgstr "Surveillance réseau" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." -msgstr "" -"Le portefeuille logiciel Dash pour Android est un portefeuille dit " -"\"léger\" qui fonctionne en mode SPV, ce qui signifie qu'il ne télécharge" -" pas une copie intégrale de la blockchain. La surveillance réseau vous " -"permet d'accéder aux détails relatifs aux nœuds complets auxquels vous " -"êtes connecté. Vous pouvez aussi balayer à gauche pour afficher les blocs" -" au fur et à mesure de leur création sur la blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." +msgstr "" +"Le portefeuille logiciel Dash pour Android est un portefeuille dit \"léger\"" +" qui fonctionne en mode SPV, ce qui signifie qu'il ne télécharge pas une " +"copie intégrale de la blockchain. La surveillance réseau vous permet " +"d'accéder aux détails relatifs aux nœuds complets auxquels vous êtes " +"connecté. Vous pouvez aussi balayer à gauche pour afficher les blocs au fur " +"et à mesure de leur création sur la blockchain." #: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" -msgstr "*Affichage des paires et des blocs dans le suivi de l'activité réseau*" +msgstr "" +"*Affichage des paires et des blocs dans le suivi de l'activité réseau*" #: ../../docs/user/wallets/android/advanced-functions.rst:147 #: ../../docs/user/wallets/android/advanced-functions.rst:163 @@ -227,18 +224,18 @@ msgstr "*Menu Réglages dans le portefeuille logiciel Dash pour Android*" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." -msgstr "" -"Le menu des réglages contient une série d'options contrôlant le " -"comportement du portefeuille logiciel Dash pour Android. Pour accéder aux" -" réglages, touchez le **bouton Menu** puis **Réglages**. Vous pouvez " -"alors choisir entre **Réglages**, **Diagnostics** et **À propos** qui " -"affiche la version du portefeuille, le copyright, la licence et " -"l'information sur le code source." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." +msgstr "" +"Le menu des réglages contient une série d'options contrôlant le comportement" +" du portefeuille logiciel Dash pour Android. Pour accéder aux réglages, " +"touchez le **bouton Menu** puis **Réglages**. Vous pouvez alors choisir " +"entre **Réglages**, **Diagnostics** et **À propos** qui affiche la version " +"du portefeuille, le copyright, la licence et l'information sur le code " +"source." #: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" @@ -249,8 +246,8 @@ msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"Choisissez le nombre de décimales à afficher pour les montants libellés " -"en DASH, ou basculez vers des libellés en mDASH ou µDASH" +"Choisissez le nombre de décimales à afficher pour les montants libellés en " +"DASH, ou basculez vers des libellés en mDASH ou µDASH" #: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" @@ -258,14 +255,14 @@ msgstr "Votre nom" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" -"Saisissez un nom court qui sera inclus dans vos QR-codes tels qu'affichés" -" aux autres pour être scannés. Le nom court apparaîtra alors comme " -"étiquette dans leur portefeuille, afin de vérifier le destinataire et " -"simplifier la gestion des adresses." +"Saisissez un nom court qui sera inclus dans vos QR-codes tels qu'affichés " +"aux autres pour être scannés. Le nom court apparaîtra alors comme étiquette " +"dans leur portefeuille, afin de vérifier le destinataire et simplifier la " +"gestion des adresses." #: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" @@ -273,11 +270,10 @@ msgstr "Fermeture automatique du dialogue d'envoi de fonds" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" -"Choisissez si le dialogue d'envoi doit être fermé ou non lorsque le " -"paiement est terminé." +"Choisissez si le dialogue d'envoi doit être fermé ou non lorsque le paiement" +" est terminé." #: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" @@ -285,11 +281,11 @@ msgstr "Indicateur de connexion" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" -"Permet d'afficher un indicateur dans la zone de notification d'Android, " -"pour vérifier rapidement la connexion au réseau Dash." +"Permet d'afficher un indicateur dans la zone de notification d'Android, pour" +" vérifier rapidement la connexion au réseau Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" @@ -307,11 +303,11 @@ msgstr "Sauter la découverte normale de pairs" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" -"Activer cette option empêche la découverte automatique de pairs et force " -"la connexion au pair de confiance indiqué, et à lui seul." +"Activer cette option empêche la découverte automatique de pairs et force la " +"connexion au pair de confiance indiqué, et à lui seul." #: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" @@ -322,8 +318,8 @@ msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"Permet de choisir quel explorateur de blocs vous souhaitez utiliser pour " -"les fonctions renvoyant à un explorateur de blocs." +"Permet de choisir quel explorateur de blocs vous souhaitez utiliser pour les" +" fonctions renvoyant à un explorateur de blocs." #: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" @@ -331,11 +327,11 @@ msgstr "Utilisation de données" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" -"Renvoie à la fonction Android **Utilisation de données** pour consulter " -"ou restreindre l'utilisation de données de l'application." +"Renvoie à la fonction Android **Utilisation de données** pour consulter ou " +"restreindre l'utilisation de données de l'application." #: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" @@ -343,8 +339,8 @@ msgstr "Rappel de solde" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" "Active une notification système Android pour vous rappeler vos dashs non " "dépensés, en cas de non-ouverture de l'application." @@ -356,8 +352,7 @@ msgstr "Activer InstantSend" #: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" -"Active la fonctionnalité InstantSend pour l'envoi et la réception de " -"dashs." +"Active la fonctionnalité InstantSend pour l'envoi et la réception de dashs." #: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" @@ -372,8 +367,10 @@ msgid "Show disclaimer" msgstr "Afficher l'avertissement" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." -msgstr "Active ou désactive divers avertissements et messages dans l'application." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." +msgstr "" +"Active ou désactive divers avertissements et messages dans l'application." #: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" @@ -382,13 +379,13 @@ msgstr "BIP70 pour scanner-pour-payer" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" "Active l'utilisation du `protocole de paiement BIP70 " "`_ pour " -"ajouter des vérifications supplémentaires et des fonctions de sécurité " -"pour le scan de QR-codes." +"ajouter des vérifications supplémentaires et des fonctions de sécurité pour " +"le scan de QR-codes." #: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" @@ -397,12 +394,12 @@ msgstr "Consulter les noms de portefeuille" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" "Active l'utilisation de `DNSSEC " -"`_" -" pour tenter d'identifier un nom de portefeuille à la création de " +"`_ " +"pour tenter d'identifier un nom de portefeuille à la création de " "transactions." #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -415,12 +412,12 @@ msgstr "Signaler les problèmes" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" "Permet de réunir certaines informations techniques relatives à votre " -"portefeuille logiciel, afin d'envoyer un rapport de bugs aux développeurs" -" pour leur correction." +"portefeuille logiciel, afin d'envoyer un rapport de bugs aux développeurs " +"pour leur correction." #: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" @@ -428,14 +425,14 @@ msgstr "Afficher xpub" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" -"Affiche la clé publique étendue de la \"graine\" utilisée pour générer " -"les adresses de votre portefeuille. Fournir votre xpub à une tierce " -"personne lui permettra de visualiser votre historique entier de " -"transactions, mais pas de créer de nouvelles transactions." +"Affiche la clé publique étendue de la \"graine\" utilisée pour générer les " +"adresses de votre portefeuille. Fournir votre xpub à une tierce personne lui" +" permettra de visualiser votre historique entier de transactions, mais pas " +"de créer de nouvelles transactions." #: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" @@ -443,12 +440,11 @@ msgstr "Réinitialiser la blockchain" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" -"Réinitialise sur votre appareil les données relatives à la blockchain. " -"Ces données devront être récupérées à nouveau par connexion à des nœuds " +"Réinitialise sur votre appareil les données relatives à la blockchain. Ces " +"données devront être récupérées à nouveau par connexion à des nœuds " "complets, tout comme à l'installation d'un nouveau portefeuille. Ce " "processus peut prendre un certain temps." - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/getting-started.po index ea84222b8..d1718e266 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,22 +11,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" "Apprendre comment envoyer et recevoir des dashs sur votre appareil Android" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/index.po index 226130c2f..d1b3c174f 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/fr/LC_MESSAGES/docs/user/wallets/android/installation.po index 8d53d79a5..012edb4ac 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" -msgstr "Comment installer le portefeuille logiciel Dash sur votre appareil Android" +msgstr "" +"Comment installer le portefeuille logiciel Dash sur votre appareil Android" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "dash, mobile, portefeuille, android, installation, compilation" @@ -41,11 +41,11 @@ msgstr "Google Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" -"La façon la plus simple d'installer le portefeuille Dash Wallet pour " -"Android est d'utiliser le Play Store de Google." +"La façon la plus simple d'installer le portefeuille Dash Wallet pour Android" +" est d'utiliser le Play Store de Google." #: ../../docs/user/wallets/android/installation.rst:21 msgid "From APK" @@ -53,28 +53,28 @@ msgstr "Depuis un APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" -"Certains téléphones Android n'ont pas accès au Play Store de Google parce" -" que le logiciel du téléphone, le fournisseur d'accès ou le pays ne le " -"permettent pas. Vous pouvez installer manuellement l'application. Il vous" -" faut d'abord activer l'installation depuis des sources externes (si vous" -" ne l'avez pas déjà fait) puis télécharger et installer un fichier APK. " -"Veuillez suivre ces instructions :" +"Certains téléphones Android n'ont pas accès au Play Store de Google parce " +"que le logiciel du téléphone, le fournisseur d'accès ou le pays ne le " +"permettent pas. Vous pouvez installer manuellement l'application. Il vous " +"faut d'abord activer l'installation depuis des sources externes (si vous ne " +"l'avez pas déjà fait) puis télécharger et installer un fichier APK. Veuillez" +" suivre ces instructions :" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" "Assurez-vous que votre version d'Android soit au moins la 4.0.3, en " -"consultant **Réglages > À propos de ce téléphone** et en vérifiant le " -"numéro de version." +"consultant **Réglages > À propos de ce téléphone** et en vérifiant le numéro" +" de version." #: ../../docs/user/wallets/android/installation.rst:31 #: ../../docs/user/wallets/android/installation.rst:48 @@ -86,20 +86,16 @@ msgstr "" "inconnues**. Lisez l'avertissement et acceptez-le." #: ../../docs/user/wallets/android/installation.rst:33 -#, fuzzy msgid "" "Using your phone, download the latest version of the APK from `this link " "`_." msgstr "" -"En utilisant votre téléphone, téléchargez la plus récente version de " -"l'APK depuis `ce lien `_." #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" "Si votre téléphone ne peut pas aller sur Internet, téléchargez l'APK en " "utilisant plutôt votre PC et copiez-le sur votre téléphone par connexion " @@ -117,36 +113,31 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" -"Assurez-vous d'avoir une copie d'ADB sur votre PC. ADB est inclus dans " -"les `Android SDK Platform Tools " -"`_ " -"pour Mac, Windows ou Linux." +"Assurez-vous d'avoir une copie d'ADB sur votre PC. ADB est inclus dans les " +"`Android SDK Platform Tools " +"`_ pour " +"Mac, Windows ou Linux." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" "Activez le débogage USB en allant sur **Réglages > Options développeur > " "Débogage USB**. Si les **Options développeur** ne sont pas disponibles, " -"allez plutôt sur **À propos de ce téléphone**, descendez en bas et " -"touchez sept fois le **Numéro de build**." +"allez plutôt sur **À propos de ce téléphone**, descendez en bas et touchez " +"sept fois le **Numéro de build**." #: ../../docs/user/wallets/android/installation.rst:54 -#, fuzzy msgid "" "Using your PC, download the latest version of the APK from `this link " "`_." msgstr "" -"En utilisant votre ordinateur, téléchargez la plus récente version de " -"l'APK depuis `ce lien `_." #: ../../docs/user/wallets/android/installation.rst:56 msgid "" @@ -161,33 +152,26 @@ msgid "From source" msgstr "Depuis le code source" #: ../../docs/user/wallets/android/installation.rst:65 -#, fuzzy msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" -"Le code source pour le portefeuille Dash Wallet pour Android est " -"disponible sur `GitHub `__. Les " -"instructions suivantes expliquent comment compiler un APK depuis le code " -"source, dans une installation mise à jour d'Ubuntu 20.04 LTS, avec un " -"seul utilisateur non-root. Commencez par installer les dépendances et par" -" télécharger les plus récents Android SDK Tools :" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" -"Ensuite, téléchargez les dépendances et paquets nécessaires de la " -"plateforme SDK et acceptez les licences :" +"Ensuite, téléchargez les dépendances et paquets nécessaires de la plateforme" +" SDK et acceptez les licences :" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" "Maintenant que l'environnement de compilation est prêt, téléchargez et " "compilez la source de Dash Wallet pour Android :" @@ -197,6 +181,5 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" -"Les fichiers APK compilés et non-signés sont disponibles dans le " -"répertoire ``~/dash-wallet/wallet/build/outputs/apk/prod/release/``." - +"Les fichiers APK compilés et non-signés sont disponibles dans le répertoire " +"``~/dash-wallet/wallet/build/outputs/apk/prod/release/``." diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 02a50cf8b..4a40e0ec0 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -44,32 +43,30 @@ msgstr "Contrôle des pièces" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" -msgstr "" -"Le Contrôle des pièces permet aux utilisateurs du portefeuille logiciel " -"Dash Core de choisir quelles adresses et quelles sorties de transaction " -"non dépensées (UTXO) doivent être utilisées comme entrées de transaction." -" Cela vous permet de conserver un solde donné sur certaines adresses de " -"votre portefeuille, tout en dépensant les autres librement. Dans le " -"portefeuille logiciel Dash Core, cliquez sur **Réglages > Options > " -"Portefeuille > Activer les fonctionnalités de contrôle des pièces**. " -"Désormais, quand vous allez dans l'onglet Envoyer de votre portefeuille, " -"un nouveau bouton nommé **Entrées…** est affiché. Cliquez sur ce bouton " -"pour choisir les UTXO pouvant servir d'entrées pour les transactions que " -"vous créez. La fenêtre suivante s'affiche :" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" +msgstr "" +"Le Contrôle des pièces permet aux utilisateurs du portefeuille logiciel Dash" +" Core de choisir quelles adresses et quelles sorties de transaction non " +"dépensées (UTXO) doivent être utilisées comme entrées de transaction. Cela " +"vous permet de conserver un solde donné sur certaines adresses de votre " +"portefeuille, tout en dépensant les autres librement. Dans le portefeuille " +"logiciel Dash Core, cliquez sur **Réglages > Options > Portefeuille > " +"Activer les fonctionnalités de contrôle des pièces**. Désormais, quand vous " +"allez dans l'onglet Envoyer de votre portefeuille, un nouveau bouton nommé " +"**Entrées…** est affiché. Cliquez sur ce bouton pour choisir les UTXO " +"pouvant servir d'entrées pour les transactions que vous créez. La fenêtre " +"suivante s'affiche :" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" "Fenêtre de Contrôle des pièces dans le portefeuille logiciel Dash Core, " "affichant deux masternodes (du réseau de test)" @@ -77,26 +74,26 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." -msgstr "" -"Faites un clic-droit sur la ou les transaction(s) que vous ne souhaitez " -"pas dépenser, puis choisissez **Verrouiller les transactions non " -"dépensées**. Une petite icône en forme de cadenas sera affichée à côté de" -" la transaction. Vous pouvez cliquer sur **Inverser le verrouillage** " -"pour inverser l'état verrouillé/déverrouillé de toutes les UTXO. Quand " -"vous êtes prêt à continuer, cliquez sur **OK**. Vous pouvez désormais " -"créer des transactions en toute sécurité avec les fonds restants, sans " -"que cela n'affecte les UTXO verrouillées." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." +msgstr "" +"Faites un clic-droit sur la ou les transaction(s) que vous ne souhaitez pas " +"dépenser, puis choisissez **Verrouiller les transactions non dépensées**. " +"Une petite icône en forme de cadenas sera affichée à côté de la transaction." +" Vous pouvez cliquer sur **Inverser le verrouillage** pour inverser l'état " +"verrouillé/déverrouillé de toutes les UTXO. Quand vous êtes prêt à " +"continuer, cliquez sur **OK**. Vous pouvez désormais créer des transactions " +"en toute sécurité avec les fonds restants, sans que cela n'affecte les UTXO " +"verrouillées." #: ../../docs/user/wallets/dashcore/advanced.rst:45 msgid "Locking UTXOs in Dash Core wallet" msgstr "" -"Verrouillage de transactions de sortie (UTXO) dans le portefeuille " -"logiciel Dash Core" +"Verrouillage de transactions de sortie (UTXO) dans le portefeuille logiciel " +"Dash Core" #: ../../docs/user/wallets/dashcore/advanced.rst:51 msgid "Running Dash Testnet" @@ -104,8 +101,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -118,8 +115,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -146,10 +143,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -177,28 +174,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 -#, fuzzy msgid "Restore HD wallet" -msgstr "Portefeuilles HD" +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 -#, fuzzy msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" -"Dash Core affichera la graine HD au format hexadécimal et en tant que " -"mnémonique BIP39. Pour restaurer un portefeuille HD existant, ou définir " -"vos propres mnémonique et/ou phrase de passe générés séparément, veuillez" -" vous assurer qu'aucun fichier ``wallet.dat`` n'existe dans le répertoire" -" ``datadir`` et saisissez la commande suivante ::" #: ../../docs/user/wallets/dashcore/advanced.rst:126 msgid "Add the HD wallet details to the newly created wallet by running::" @@ -209,55 +199,35 @@ msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -"Le portefeuille HD sera restauré et votre solde apparaîtra une fois que " -"la synchronisation sera achevée." +"Le portefeuille HD sera restauré et votre solde apparaîtra une fois que la " +"synchronisation sera achevée." #: ../../docs/user/wallets/dashcore/advanced.rst:133 -#, fuzzy msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." -msgstr "" -"Depuis sa version 0.12.2.0, le portefeuille logiciel Dash Core comporte " -"une implémentation compatible BIP39/BIP44 de la génération hiérarchique " -"déterministe (HD) de clés. Cette fonctionnalité n'est disponible qu'en " -"ligne de commande, en indiquant l'option ``usehd`` au premier démarrage " -"de Dash Core. Veuillez utiliser cette fonction avec prudence, car la " -"graine mnémonique et les clés seront stockées en clair si vous ne " -"définissez pas de phrase de passe pour votre portefeuille. Veuillez noter" -" que la phrase de passe du portefeuille est différente de la phrase de " -"passe mnémonique, laquelle est souvent appelée \"25e mot\" ou \"mot " -"d'extension\". La phrase de passe du portefeuille chiffre le fichier " -"portefeuille lui-même, tandis que la phrase de passe mnémonique est " -"utilisée pour indiquer des branches de dérivation différentes depuis la " -"même graine mnémonique." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 msgid "Enable HD Wallet Creation By Default" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 -#, fuzzy msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" -"Nous nous servirons du portefeuille à interface graphique pour Windows " -"dans cet exemple, mais les commandes sont similaires si vous utilisez " -"``dash-qt`` ou ``dashd`` sur d'autres systèmes d'exploitation. Commencez " -"par taper la commande suivante pour générer une graine HD de portefeuille" -" aléatoire, sans phrase de passe mnémonique ::" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -266,22 +236,22 @@ msgstr "Multi-signature" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" "Cette section présente un exemple fonctionnel de multi-signature dans le " -"portefeuille logiciel Dash Core. Les transactions ne sont plus visibles " -"sur la blockchain de test actuelle, et quelques formats d'adresse ou " -"réponses RPC peuvent différer légèrement de l'exemple ci-dessous, mais le" -" principe et les commandes restent les mêmes. Cet exemple montre comment " -"configurer une adresse multi-signature \"2 sur 3\" et créer une " -"transaction. Les parties impliquées dans cet exemple sont un acheteur, un" -" vendeur et un arbitre. Cet exemple se base sur :" +"portefeuille logiciel Dash Core. Les transactions ne sont plus visibles sur " +"la blockchain de test actuelle, et quelques formats d'adresse ou réponses " +"RPC peuvent différer légèrement de l'exemple ci-dessous, mais le principe et" +" les commandes restent les mêmes. Cet exemple montre comment configurer une " +"adresse multi-signature \"2 sur 3\" et créer une transaction. Les parties " +"impliquées dans cet exemple sont un acheteur, un vendeur et un arbitre. Cet " +"exemple se base sur :" #: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" @@ -331,9 +301,9 @@ msgstr "Étape 2 : Création d'une adresse multi-signature" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" "La commande ``createmultisig`` accepte comme variables le nombre n de " "signature sur m clés requises (fournies comme tableau JSON). Dans cet " @@ -341,9 +311,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" "À noter : l'adresse peut être créée par n'importe qui, du moment que les " "clés publiques et leur séquence sont connues (l'adresse résultante et " @@ -362,8 +332,8 @@ msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -"Le vendeur ou l'arbitre peuvent suivre la transaction par son identifiant" -" dans l'explorateur de blocs, ou bien depuis la console comme suit." +"Le vendeur ou l'arbitre peuvent suivre la transaction par son identifiant " +"dans l'explorateur de blocs, ou bien depuis la console comme suit." #: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" @@ -371,58 +341,56 @@ msgstr "Étape 4 : Dépense de l'adresse multi-signature" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" -"Nous supposons que l'affaire s'est conclue, l'acheteur a reçu ses biens " -"et tout le monde est content. À présent, le vendeur veut obtenir ses " -"dashs. Comme une multi-signature \"2 sur 3\" a été utilisée, la " -"transaction doit être signée par 2 parties (vendeur + acheteur ou " -"arbitre). Le vendeur crée une transaction (nous réutiliserons son adresse" -" publique déjà vue ci-dessus)." +"Nous supposons que l'affaire s'est conclue, l'acheteur a reçu ses biens et " +"tout le monde est content. À présent, le vendeur veut obtenir ses dashs. " +"Comme une multi-signature \"2 sur 3\" a été utilisée, la transaction doit " +"être signée par 2 parties (vendeur + acheteur ou arbitre). Le vendeur crée " +"une transaction (nous réutiliserons son adresse publique déjà vue ci-" +"dessus)." #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" "Puis le vendeur la signe partiellement, en utilisant le redeemScript, la " "scriptPubKey et sa clé privée." #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." -msgstr "" -"Veuillez noter que la sortie hexadécimale augmente en taille, mais que le" -" signal complet reste sur \"faux\" tant que la transaction est en attente" -" d'une autre signature. Donc, à présent, soit l'acheteur soit l'arbitre " -"peut achever la signature de la transaction, en utilisant la sortie ci-" -"dessus et sa clé privée. Supposons que ce soit l'acheteur qui achève la " +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " "signature." +msgstr "" +"Veuillez noter que la sortie hexadécimale augmente en taille, mais que le " +"signal complet reste sur \"faux\" tant que la transaction est en attente " +"d'une autre signature. Donc, à présent, soit l'acheteur soit l'arbitre peut " +"achever la signature de la transaction, en utilisant la sortie ci-dessus et " +"sa clé privée. Supposons que ce soit l'acheteur qui achève la signature." #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" -"La signature est désormais terminée, et l'une ou l'autre des parties peut" -" transmettre la transaction au réseau." +"La signature est désormais terminée, et l'une ou l'autre des parties peut " +"transmettre la transaction au réseau." #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" -"Une fois de plus, cette transaction peut être suivie sur un explorateur " -"de blocs. Quant au vendeur, il est content de recevoir ses fonds à son " -"adresse publique, comme suit." +"Une fois de plus, cette transaction peut être suivie sur un explorateur de " +"blocs. Quant au vendeur, il est content de recevoir ses fonds à son adresse " +"publique, comme suit." #: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" @@ -430,16 +398,16 @@ msgstr "Daemon" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" "Dash peut tourner en tant que processus d'arrière-plan (daemon) sur les " -"systèmes Linux. C'est particulièrement utile si vous faites tourner Dash " -"en tant que serveur, plutôt qu'en tant que nœud avec interface " -"utilisateur. Ce guide présuppose que vous avez installé Dash Core pour " -"Linux tel que décrit par :ref:`dashcore-installation-linux`." +"systèmes Linux. C'est particulièrement utile si vous faites tourner Dash en " +"tant que serveur, plutôt qu'en tant que nœud avec interface utilisateur. Ce " +"guide présuppose que vous avez installé Dash Core pour Linux tel que décrit " +"par :ref:`dashcore-installation-linux`." #: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" @@ -454,25 +422,24 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" msgstr "" -"Créez un fichier de configuration dans le nouveau répertoire de données " -"Dash ::" +"Créez un fichier de configuration dans le nouveau répertoire de données Dash" +" ::" #: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" -"Copiez-collez cette configuration basique dans votre fichier " -"``dash.conf``, en remplaçant le mot de passe par un mot de passe long et " -"aléatoire ::" +"Copiez-collez cette configuration basique dans votre fichier ``dash.conf``, " +"en remplaçant le mot de passe par un mot de passe long et aléatoire ::" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" -"Enregistrez le daemon ``dashd`` en tant que service système, en créant le" -" fichier suivant ::" +"Enregistrez le daemon ``dashd`` en tant que service système, en créant le " +"fichier suivant ::" #: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" @@ -485,8 +452,8 @@ msgstr "Enregistrez et démarrez le daemon avec systemd ::" #: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" -"Dash est à présent installé en tant que daemon système. Vérifiez son état" -" comme suit ::" +"Dash est à présent installé en tant que daemon système. Vérifiez son état " +"comme suit ::" #: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" @@ -498,21 +465,20 @@ msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." -msgstr "" -"`Tor `__ est un logiciel libre et open-" -"source permettant des communications anonymes. Son nom est l'acronyme du " -"projet logiciel originel, \"The Onion Router\". Tor redirige le trafic " -"Internet à travers un réseau de second niveau, libre et mondial, " -"constitué de plus de sept mille relais permettant de masquer, à tous ceux" -" qui surveillent les réseaux ou font de l'analyse de trafic, la " -"localisation d'un utilisateur et les données transmises." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." +msgstr "" +"`Tor `__ est un logiciel libre et open-source " +"permettant des communications anonymes. Son nom est l'acronyme du projet " +"logiciel originel, \"The Onion Router\". Tor redirige le trafic Internet à " +"travers un réseau de second niveau, libre et mondial, constitué de plus de " +"sept mille relais permettant de masquer, à tous ceux qui surveillent les " +"réseaux ou font de l'analyse de trafic, la localisation d'un utilisateur et " +"les données transmises." #: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" @@ -532,52 +498,50 @@ msgstr "" "service Tor fonctionnel à utiliser comme serveur mandataire (proxy). " "Installez d'abord Tor en allant à l'adresse " "https://www.torproject.org/download/ et en y téléchargeant le paquet Tor " -"Browser approprié à votre système. Configurez le navigateur Tor en " -"suivant la documentation sur les pages `Installation `__ et `Utiliser Tor Browser la " -"première fois `__." +"Browser approprié à votre système. Configurez le navigateur Tor en suivant " +"la documentation sur les pages `Installation `__ et `Utiliser Tor Browser la première" +" fois `__." #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" -"Une fois que Tor Browser tourne, vous avez deux façons de configurer Dash" -" Core pour qu'il utilise Tor pour le trafic réseau." +"Une fois que Tor Browser tourne, vous avez deux façons de configurer Dash " +"Core pour qu'il utilise Tor pour le trafic réseau." #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" -"**En utilisant l'interface graphique :** démarrez Dash Core, allez au " -"menu **Réglages > Options > Réseau** et activez le réglage **Se connecter" -" à travers un proxy SOCKS5**. Indiquez ``127.0.0.1`` comme **IP du " -"proxy** et ``9150`` comme **port**. Cliquez sur **OK** et redémarrez Dash" -" Core." +"**En utilisant l'interface graphique :** démarrez Dash Core, allez au menu " +"**Réglages > Options > Réseau** et activez le réglage **Se connecter à " +"travers un proxy SOCKS5**. Indiquez ``127.0.0.1`` comme **IP du proxy** et " +"``9150`` comme **port**. Cliquez sur **OK** et redémarrez Dash Core." #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" -"**En utilisant dash.conf :** assurez-vous que Dash Core ne tourne pas, " -"puis modifiez le fichier de configuration ``dash.conf``. Ajoutez-y la " -"ligne ``proxy=127.0.0.1:9150``, enregistrez le fichier puis redémarrez " -"Dash Core." +"**En utilisant dash.conf :** assurez-vous que Dash Core ne tourne pas, puis " +"modifiez le fichier de configuration ``dash.conf``. Ajoutez-y la ligne " +"``proxy=127.0.0.1:9150``, enregistrez le fichier puis redémarrez Dash Core." #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" "Vous êtes à présent connecté à travers le réseau Tor. Vous devrez vous " -"souvenir de bien lancer le navigateur Tor chaque fois avant de lancer " -"Dash Core, sinon la synchronisation ne sera pas possible." +"souvenir de bien lancer le navigateur Tor chaque fois avant de lancer Dash " +"Core, sinon la synchronisation ne sera pas possible." #: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" @@ -585,15 +549,14 @@ msgstr "Service onion Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" -"Les services onion Tor permettent aux autres utilisateurs de se connecter" -" à votre nœud Dash en utilisant une adresse onion, ce qui améliore " -"l'anonymat en masquant votre adresse IP. Veuillez suivre ces étapes pour " -"installer un service onion sous Linux Ubuntu :" +"Les services onion Tor permettent aux autres utilisateurs de se connecter à " +"votre nœud Dash en utilisant une adresse onion, ce qui améliore l'anonymat " +"en masquant votre adresse IP. Veuillez suivre ces étapes pour installer un " +"service onion sous Linux Ubuntu :" #: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" @@ -612,16 +575,15 @@ msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" -"Déterminez sous quel groupe fonctionne Tor (en général la dernière entrée" -" de votre fichier de groupes) ::" +"Déterminez sous quel groupe fonctionne Tor (en général la dernière entrée de" +" votre fichier de groupes) ::" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" -"Le groupe est en général ``debian-tor`` pour les distributions Linux " -"basées sur Debian." +"Le groupe est en général ``debian-tor`` pour les distributions Linux basées " +"sur Debian." #: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" @@ -634,8 +596,7 @@ msgstr "Ajoutez les deux lignes suivantes au fichier ``dash.conf`` ::" #: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" -"Redémarrez Dash et surveillez le journal ``debug.log`` pour les infos Tor" -" ::" +"Redémarrez Dash et surveillez le journal ``debug.log`` pour les infos Tor ::" #: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" @@ -651,18 +612,17 @@ msgstr "Portefeuilles multiples" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -671,8 +631,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -685,9 +645,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -700,9 +660,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -711,8 +671,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -721,31 +681,31 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" "Pour commencer, installez le portefeuille logiciel Dash Core pour votre " "ordinateur, en suivant les :ref:`instructions d'installation `. Quand vous atteignez l'étape **Premier lancement du " -"portefeuille logiciel Dash Core**, vous pouvez décider si vous voulez " -"avoir des fichiers ``wallet.dat`` séparés dans l'emplacement par défaut " -"(ce qui est plus simple si vous n'avez pas besoin de lancer simultanément" -" les portefeuilles), ou si vous indiquez des répertoires de données " -"entièrement différents, tels que ``C:\\Dash1`` (ce qui est plus simple si" -" vous souhaitez lancer simultanément plusieurs portefeuilles)." +"portefeuille logiciel Dash Core**, vous pouvez décider si vous voulez avoir " +"des fichiers ``wallet.dat`` séparés dans l'emplacement par défaut (ce qui " +"est plus simple si vous n'avez pas besoin de lancer simultanément les " +"portefeuilles), ou si vous indiquez des répertoires de données entièrement " +"différents, tels que ``C:\\Dash1`` (ce qui est plus simple si vous souhaitez" +" lancer simultanément plusieurs portefeuilles)." #: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" @@ -753,18 +713,18 @@ msgstr "Fichiers \"wallet.dat\" distincts" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" -"Dans ce scénario, nous allons créer deux raccourcis sur le bureau, " -"utilisant chacun un fichier de portefeuille différent. Allez jusqu'au " -"fichier exécutable utilisé pour démarrer le portefeuille logiciel Dash " -"Core (en général ``C:\\Program Files\\DashCore\\dash-qt.exe`` ou " -"similaire) puis créez deux raccourcis sur le bureau. Ensuite, ouvrez la " -"fenêtre **Propriétés** pour chacun de ces raccourcis." +"Dans ce scénario, nous allons créer deux raccourcis sur le bureau, utilisant" +" chacun un fichier de portefeuille différent. Allez jusqu'au fichier " +"exécutable utilisé pour démarrer le portefeuille logiciel Dash Core (en " +"général ``C:\\Program Files\\DashCore\\dash-qt.exe`` ou similaire) puis " +"créez deux raccourcis sur le bureau. Ensuite, ouvrez la fenêtre " +"**Propriétés** pour chacun de ces raccourcis." #: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" @@ -773,19 +733,19 @@ msgstr "Création de raccourcis sur le bureau Windows 10" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" -msgstr "" -"Modifiez la propriété **Cible** de chaque raccourci pour le faire pointer" -" vers un fichier de portefeuille différent, en indiquant l'argument " -"``wallet`` au démarrage du portefeuille. Si vous n'indiquez pas " -"d'argument ``wallet``, le fichier ``wallet.dat`` sera utilisé par défaut." -" Le fichier de portefeuille indiqué sera créé s'il n'existe pas déjà. Les" -" exemples suivants montrent deux portefeuilles nommés ``workwallet.dat`` " -"et ``homewallet.dat`` :" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" +msgstr "" +"Modifiez la propriété **Cible** de chaque raccourci pour le faire pointer " +"vers un fichier de portefeuille différent, en indiquant l'argument " +"``wallet`` au démarrage du portefeuille. Si vous n'indiquez pas d'argument " +"``wallet``, le fichier ``wallet.dat`` sera utilisé par défaut. Le fichier de" +" portefeuille indiqué sera créé s'il n'existe pas déjà. Les exemples " +"suivants montrent deux portefeuilles nommés ``workwallet.dat`` et " +"``homewallet.dat`` :" #: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" @@ -809,16 +769,15 @@ msgstr "Indication de fichiers portefeuille distincts" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" "Vous pouvez à présent utiliser les deux icônes pour ouvrir facilement et " -"rapidement différents portefeuilles depuis votre Bureau. À noter que vous" -" ne pourrez pas ouvrir les deux portefeuilles simultanément. Pour faire " -"cela, vous aurez besoin de deux répertoires de données distincts, comme " -"décrit ci-dessous." +"rapidement différents portefeuilles depuis votre Bureau. À noter que vous ne" +" pourrez pas ouvrir les deux portefeuilles simultanément. Pour faire cela, " +"vous aurez besoin de deux répertoires de données distincts, comme décrit ci-" +"dessous." #: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" @@ -827,23 +786,22 @@ msgstr "Répertoire de données distincts" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" -msgstr "" -"Lancez le portefeuille logiciel Dash Core et laissez-le se synchroniser " -"au réseau, puis quittez-le. Vous pouvez à présent créer deux répertoires," -" par exemple aux emplacements ``C:\\Dash1`` et ``C:\\Dash2``, puis copier" -" les répertoires ``blocks`` and ``chainstate`` depuis le répertoire de " -"données synchronisé vers les nouveaux répertoires. Chacun d'eux servira " -"de répertoire de données distinct, vous permettant de lancer " -"simultanément deux instances du portefeuille logiciel Dash Core. Créez " -"deux raccourcis (ou plus) sur votre Bureau tel que décrit ci-dessus, puis" -" indiquez des arguments pour \"datadir\" tel que ci-dessous :" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" +msgstr "" +"Lancez le portefeuille logiciel Dash Core et laissez-le se synchroniser au " +"réseau, puis quittez-le. Vous pouvez à présent créer deux répertoires, par " +"exemple aux emplacements ``C:\\Dash1`` et ``C:\\Dash2``, puis copier les " +"répertoires ``blocks`` and ``chainstate`` depuis le répertoire de données " +"synchronisé vers les nouveaux répertoires. Chacun d'eux servira de " +"répertoire de données distinct, vous permettant de lancer simultanément deux" +" instances du portefeuille logiciel Dash Core. Créez deux raccourcis (ou " +"plus) sur votre Bureau tel que décrit ci-dessus, puis indiquez des arguments" +" pour \"datadir\" tel que ci-dessous :" #: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" @@ -867,25 +825,26 @@ msgstr "Configuration de répertoire de données distincts" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" "Vous pouvez à présent utiliser les deux icônes pour ouvrir rapidement et " "facilement deux portefeuilles différents depuis votre Bureau. Chacun des " -"deux portefeuilles a sa propre copie complète de la blockchain, ce qui " -"peut utiliser beaucoup de votre espace disque. Pour mieux employer cet " -"espace, vous pouvez envisager l'utilisation d'un portefeuille SPV ou " -"\"léger\", tel que :ref:`Dash Electrum `, pour " -"disposer de portefeuilles multiples sans devoir conserver une copie " -"intégrale de la blockchain." +"deux portefeuilles a sa propre copie complète de la blockchain, ce qui peut " +"utiliser beaucoup de votre espace disque. Pour mieux employer cet espace, " +"vous pouvez envisager l'utilisation d'un portefeuille SPV ou \"léger\", tel " +"que :ref:`Dash Electrum `, pour disposer de " +"portefeuilles multiples sans devoir conserver une copie intégrale de la " +"blockchain." #: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" -msgstr "Deux instances du portefeuille logiciel Dash Core tournant simultanément" +msgstr "" +"Deux instances du portefeuille logiciel Dash Core tournant simultanément" #: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" @@ -893,35 +852,7 @@ msgstr "KeePass" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index db9c2e482..1c99bc3ae 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" "Comment sauvegarder en sécurité ou restaurer le portefeuille logiciel Dash " "Core" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "dash, core, portefeuille, sauvegarde, restauration, wallet.dat" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index cd45c177a..935f1c15c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" "Guide de référence des arguments de démarrage et des commandes RPC du " "portefeuille logiciel Dash Core" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "dash, core, portefeuille logiciel, arguments, commandes, RPC" @@ -40,34 +39,33 @@ msgstr "Arguments et commandes" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" "Toutes les options de ligne de commande (sauf pour ``-datadir`` et " "``-conf``) peuvent être indiquées dans un fichier de configuration, et " -"toutes les options de fichier de configuration peuvent aussi être " -"indiquées en ligne de commande. Les options de ligne de commande " -"outrepassent les valeurs indiquées dans le fichier de configuration. Le " -"fichier de configuration est une liste de paires ``réglage=valeur``, une " -"par ligne, avec des commentaires facultatifs qui commencent par le " -"caractère ``#``." +"toutes les options de fichier de configuration peuvent aussi être indiquées " +"en ligne de commande. Les options de ligne de commande outrepassent les " +"valeurs indiquées dans le fichier de configuration. Le fichier de " +"configuration est une liste de paires ``réglage=valeur``, une par ligne, " +"avec des commentaires facultatifs qui commencent par le caractère ``#``." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" -"Ce fichier de configuration n'est pas créé automatiquement ; vous pouvez " -"le créer avec votre éditeur de texte préféré. Par défaut, dash-qt (ou " -"dashd) cherchera un fichier nommé ``dash.conf`` dans le répertoire de " -"données Dash, mais les chemins de ce répertoire ou du fichier peuvent " -"être modifiés avec les arguments -datadir et -conf command-line." +"Ce fichier de configuration n'est pas créé automatiquement ; vous pouvez le " +"créer avec votre éditeur de texte préféré. Par défaut, dash-qt (ou dashd) " +"cherchera un fichier nommé ``dash.conf`` dans le répertoire de données Dash," +" mais les chemins de ce répertoire ou du fichier peuvent être modifiés avec " +"les arguments -datadir et -conf command-line." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 msgid "Platform" @@ -114,12 +112,8 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" -msgstr "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgstr "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 msgid "" @@ -131,8 +125,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" "À noter : si Dash tourne en mode de réseau de test, le sous-répertoire " "``testnet3`` sera ajouté automatiquement au répertoire de données." @@ -142,44 +136,27 @@ msgid "Command line arguments" msgstr "Arguments de ligne de commande" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 -#, fuzzy msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" -"Des informations détaillés sur tous les arguments de ligne de commande " -"peuvent être trouvées dans les liens suivants vers le the `site de " -"documentation développeur Dash Core `_:" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 -#, fuzzy msgid ":ref:`dashd `" msgstr "" -"`dashd `_" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:46 -#, fuzzy msgid ":ref:`dash-qt `" msgstr "" -"`dash-qt `_" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:47 -#, fuzzy msgid ":ref:`dash-cli `" msgstr "" -"`dash-cli `_" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:48 -#, fuzzy msgid ":ref:`dash-tx `" msgstr "" -"`dash-tx `_" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:52 msgid "RPC commands" @@ -187,36 +164,18 @@ msgstr "Commandes RPC" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 8e29f6684..ffbd620a0 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "Utilisation d'InstantSend et de CoinJoin avec Dash" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "dash, core, mobile, portefeuille, coinjoin, privatesend, instantsend" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/index.po index c0b7729bc..93c1684c8 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index ef3a2fd52..c73d19a42 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 -# Daf Daf, 2022 +# Daf Daf, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Last-Translator: Daf Daf, 2023\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" "Comment télécharger, installer et chiffrer le portefeuille logiciel Dash " "Core sous Linux" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "dash, core, portefeuille, linux, ubuntu, installation" @@ -39,14 +38,14 @@ msgstr "Guide d'installation Linux" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" -"Ce guide explique comment télécharger, vérifier, installer et chiffrer le" -" portefeuille Dash Core pour Linux. Ce guide est écrit pour Ubuntu 20.04 " -"LTS, mais les étapes devraient être similaires pour d'autres " -"distributions Linux." +"Ce guide explique comment télécharger, vérifier, installer et chiffrer le " +"portefeuille Dash Core pour Linux. Ce guide est écrit pour Ubuntu 20.04 LTS," +" mais les étapes devraient être similaires pour d'autres distributions " +"Linux." #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 msgid "Downloading the Dash Core wallet" @@ -55,13 +54,13 @@ msgstr "Téléchargement du portefeuille Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" "Visitez https://www.dash.org/fr/telechargements pour télécharger le " -"portefeuille logiciel Dash Core le plus récent. Dans la plupart des cas, " -"le site détectera correctement la version dont vous avez besoin. Cliquez " -"sur le bouton Dash Core pour télécharger directement le paquet." +"portefeuille logiciel Dash Core le plus récent. Dans la plupart des cas, le " +"site détectera correctement la version dont vous avez besoin. Cliquez sur le" +" bouton Dash Core pour télécharger directement le paquet." #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 msgid "The website properly detects the wallet appropriate for your system" @@ -71,26 +70,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 -#, fuzzy msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" -"Si vous avez un système 32 bits, téléchargez **Dash Core x86**. Si vous " -"avez un système 64 bits, téléchargez **Dash Core x64**. Une fois que vous" -" savez de quelle version vous avez besoin, téléchargez le fichier TGZ " -"Dash Core depuis l'adresse https://www.dash.org/fr/telechargements et " -"enregistrez le fichier téléchargé dans votre dossier Téléchargements." #: ../../docs/user/wallets/dashcore/installation-linux.rst:40 msgid "" @@ -105,52 +98,46 @@ msgstr "Vérification de Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" "Cette étape est facultative, mais recommandée. Elle consiste à vérifier " "l'authenticité du fichier que vous avez téléchargé. Cela se fait en " "comparant sa signature de hachage avec celle publiée par l'équipe de " -"développement Dash Core. Pour télécharger la signature publiée, cliquez " -"sur le bouton **Fichier de hachage** sur la page de téléchargement du " +"développement Dash Core. Pour télécharger la signature publiée, cliquez sur " +"le bouton **Fichier de hachage** sur la page de téléchargement du " "portefeuille et enregistrez-la dans le même répertoire que le logiciel " "téléchargé." #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" "Toutes les versions de Dash sont signées avec GPG avec une des clés " "suivantes :" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 -#, fuzzy msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__ (releases 0.16.0+)" msgstr "" -"Pasta (pasta) avec la clé ``5252 7BED ABE8 7984``, `vérifiable ici sur " -"Keybase `__" #: ../../docs/user/wallets/dashcore/installation-linux.rst:56 -#, fuzzy msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__ (releases " "prior to 0.16.0)" msgstr "" -"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, " -"`vérifiable ici sur Keybase `__" #: ../../docs/user/wallets/dashcore/installation-linux.rst:59 msgid "" "Open a terminal, import the keys and verify the authenticity of your " "download as follows::" msgstr "" -"Ouvrez une fenêtre de terminal, importez les clés et vérifiez " -"l'authenticité de votre téléchargement comme suit ::" +"Ouvrez une fenêtre de terminal, importez les clés et vérifiez l'authenticité" +" de votre téléchargement comme suit ::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:69 msgid "Downloading the PGP key and verifying the signed binary" @@ -161,8 +148,8 @@ msgid "" "If you see the message ``Good signature from ...`` then you have an " "authentic copy of Dash Core for Linux." msgstr "" -"Si vous voyez le message ``Bonne signature de ...``, cela signifie que " -"vous avez une version authentique de Dash Core pour Linux." +"Si vous voyez le message ``Bonne signature de ...``, cela signifie que vous " +"avez une version authentique de Dash Core pour Linux." #: ../../docs/user/wallets/dashcore/installation-linux.rst:75 msgid "Extracting Dash Core" @@ -171,17 +158,17 @@ msgstr "Extraction de Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." -msgstr "" -"Dash Core pour Linux est distribué sous forme d'archive compressée, et " -"non sous forme d'installeur. Cela est dû au fait que la même archive " -"contient aussi les autres fichiers nécessaires, par exemple, pour faire " -"tourner un masternode sur un serveur. Dans ce guide, nous extrairons le " -"fichier exécutable avec une interface utilisateur graphique (GUI), conçu " -"pour l'utilisation en tant que portefeuille par l'utilisateur final." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." +msgstr "" +"Dash Core pour Linux est distribué sous forme d'archive compressée, et non " +"sous forme d'installeur. Cela est dû au fait que la même archive contient " +"aussi les autres fichiers nécessaires, par exemple, pour faire tourner un " +"masternode sur un serveur. Dans ce guide, nous extrairons le fichier " +"exécutable avec une interface utilisateur graphique (GUI), conçu pour " +"l'utilisation en tant que portefeuille par l'utilisateur final." #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 msgid "Extract Dash Core as follows::" @@ -189,9 +176,9 @@ msgstr "Extraction de Dash Core comme suit :" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -201,15 +188,15 @@ msgstr "Démarrez Dash Core depuis le terminal avec la commande suivante :" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"Au premier lancement, il vous sera demandé l'emplacement où vous " -"souhaitez stocker la blockchain et les données de portefeuille. " -"Choisissez un emplacement avec suffisamment d'espace libre, car la " -"blockchain peut atteindre une taille de 30+ Go. Il est recommandé " -"d'utiliser le dossier proposé par défaut, dans la mesure du possible." +"Au premier lancement, il vous sera demandé l'emplacement où vous souhaitez " +"stocker la blockchain et les données de portefeuille. Choisissez un " +"emplacement avec suffisamment d'espace libre, car la blockchain peut " +"atteindre une taille de 30+ Go. Il est recommandé d'utiliser le dossier " +"proposé par défaut, dans la mesure du possible." #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" @@ -217,13 +204,13 @@ msgstr "Sélection du dossier de données Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Dash Core démarrera alors. Le lancement prendra un peu plus de temps la " -"première fois, car Dash Core doit générer des données cryptographiques " -"pour sécuriser votre portefeuille." +"première fois, car Dash Core doit générer des données cryptographiques pour " +"sécuriser votre portefeuille." #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 msgid "Starting Dash Core" @@ -236,35 +223,27 @@ msgstr "Synchronisation de Dash Core avec le réseau Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"Une fois Dash Core installé et démarré avec succès, vous verrez " -"apparaître le tableau de bord du portefeuille. Veuillez noter que le " -"portefeuille n'est \"pas encore synchronisé\", et que la barre de " -"progression en bas de la fenêtre montre la progression de la " -"synchronisation." +"Une fois Dash Core installé et démarré avec succès, vous verrez apparaître " +"le tableau de bord du portefeuille. Veuillez noter que le portefeuille n'est" +" \"pas encore synchronisé\", et que la barre de progression en bas de la " +"fenêtre montre la progression de la synchronisation." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core démarre la synchronisation avec le réseau Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Durant cette étape, Dash Core télécharge sur votre ordinateur une copie " -"complète de la blockchain Dash auprès d'autres nœuds du réseau. En " -"fonction de votre connexion Internet, cela peut prendre du temps. Si vous" -" voyez le message \"Aucune source de blocs disponible\", veuillez " -"vérifier votre connexion Internet. Quand la synchronisation est achevée, " -"vous verrez une petite coche bleue dans le coin inférieur droit." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -273,8 +252,8 @@ msgstr "La synchronisation de Dash Core est achevée" #: ../../docs/user/wallets/dashcore/installation-linux.rst:140 msgid "You can now begin to use your wallet to send and receive funds." msgstr "" -"Vous pouvez à présent utiliser votre portefeuille pour envoyer et " -"recevoir des fonds." +"Vous pouvez à présent utiliser votre portefeuille pour envoyer et recevoir " +"des fonds." #: ../../docs/user/wallets/dashcore/installation-linux.rst:143 msgid "Setting up a desktop entry" @@ -284,10 +263,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -301,39 +279,36 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Chiffrage de votre portefeuille Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 -#, fuzzy msgid "Enter a password" -msgstr "Saisie d'un mot de passe" +msgstr "Saisissez un mot de passe" #: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." @@ -346,8 +321,8 @@ msgstr "Confirmez que vous souhaitez chiffrer votre portefeuille" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -373,107 +348,13 @@ msgid "Entering a password" msgstr "Saisie d'un mot de passe" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Quand le processus de chiffrage est terminé, vous verrez un avertissement" -" selon lequel les anciennes sauvegardes de votre portefeuille ne seront " -"plus utilisables, et il vous sera demandé de quitter l'application. Au " -"redémarrage de Dash Core, vous verrez un petit cadenas bleu dans le coin " -"inférieur droit." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Portefeuille Dash Core entièrement chiffré et synchronisé" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" -#~ "Si la détection ne fonctionne pas, " -#~ "vous devrez choisir manuellement votre " -#~ "système d'exploitation et si vous avez" -#~ " besoin d'une version 32 ou 64 " -#~ "bits. Si vous ne savez pas si " -#~ "votre version de Linux est 32 ou" -#~ " 64 bits, vous pouvez le vérifier " -#~ "dans Ubuntu dans **Réglages > À " -#~ "propos > Type de système " -#~ "d'exploitation**. Pour plus de détails " -#~ "sur les autres versions de Linux, " -#~ "voir `ici `__." - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "Aperçu d'un système Ubuntu. Il s'agit ici d'un système 64 bits." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Après la synchronisation de votre " -#~ "portefeuille avec le réseau Dash, il " -#~ "est fortement conseillé de chiffrer le" -#~ " portefeuille avec un mot de passe" -#~ " ou une phrase de passe, de " -#~ "manière à interdire les accès non " -#~ "autorisés. Vous devriez utiliser un mot" -#~ " de passe fort et neuf, que " -#~ "vous n'avez jamais utilisé ailleurs. " -#~ "Prenez note de votre mot de passe" -#~ " et conservez-le dans un endroit " -#~ "sûr, ou bien vous serez interdit " -#~ "d'accès à votre propre portefeuille, et" -#~ " vous perdrez tous vos fonds." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 2c271c46d..b2160fb9e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" "Comment télécharger, installer et chiffrer le portefeuille logiciel Dash " "Core sous macOS" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "dash, core, portefeuille, macos, installation" @@ -43,9 +42,9 @@ msgid "" "wallet for macOS. The guide is written for macOS Sierra, but the steps " "should be similar for other versions." msgstr "" -"Ce guide montre comment télécharger, installer et chiffrer le " -"portefeuille logiciel Dash Core pour macOS. Ce guide est écrit pour macOS" -" Sierra, mais les étapes devraient être analogues pour d'autres versions." +"Ce guide montre comment télécharger, installer et chiffrer le portefeuille " +"logiciel Dash Core pour macOS. Ce guide est écrit pour macOS Sierra, mais " +"les étapes devraient être analogues pour d'autres versions." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -54,14 +53,13 @@ msgstr "Téléchargement du portefeuille Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" "Visitez https://www.dash.org/fr/telechargements pour télécharger le " -"portefeuille logiciel Dash Core le plus récent. Dans la plupart des cas, " -"le site détectera correctement la version dont vous avez besoin. Cliquez " -"sur **Télécharger l'installeur** pour télécharger directement " -"l'installeur." +"portefeuille logiciel Dash Core le plus récent. Dans la plupart des cas, le " +"site détectera correctement la version dont vous avez besoin. Cliquez sur " +"**Télécharger l'installeur** pour télécharger directement l'installeur." #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 msgid "The website properly detects the wallet appropriate for your system" @@ -71,16 +69,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" -"Si la détection ne fonctionne pas, vous devrez choisir manuellement votre" -" système d'exploitation. Allez à l'adresse " -"https://www.dash.org/fr/telechargements et choisissez l'onglet **macOS**," -" puis cliquez **Télécharger l'installeur**. Enregistrez le fichier " -"téléchargé dans votre dossier Téléchargements." +"Si la détection ne fonctionne pas, vous devrez choisir manuellement votre " +"système d'exploitation. Allez à l'adresse " +"https://www.dash.org/fr/telechargements et choisissez l'onglet **macOS**, " +"puis cliquez **Télécharger l'installeur**. Enregistrez le fichier téléchargé" +" dans votre dossier Téléchargements." #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 msgid "Verifying Dash Core" @@ -89,16 +87,17 @@ msgstr "Vérification de Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" "Toutes les versions de Dash sont signées avec GPG avec une des clés " "suivantes :" @@ -108,8 +107,8 @@ msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" -"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, " -"`vérifiable ici sur Keybase `__" +"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, `vérifiable" +" ici sur Keybase `__" #: ../../docs/user/wallets/dashcore/installation-macos.rst:47 msgid "" @@ -124,8 +123,8 @@ msgid "" "Open a terminal, import the keys and verify the authenticity of your " "download as follows::" msgstr "" -"Ouvrez une fenêtre de terminal, importez les clés et vérifiez " -"l'authenticité de votre téléchargement comme suit ::" +"Ouvrez une fenêtre de terminal, importez les clés et vérifiez l'authenticité" +" de votre téléchargement comme suit ::" #: ../../docs/user/wallets/dashcore/installation-macos.rst:61 msgid "Downloading the PGP key and verifying the signed binary" @@ -136,8 +135,8 @@ msgid "" "If you see the message ``Good signature from ...`` then you have an " "authentic copy of Dash Core for macOS." msgstr "" -"Si vous voyez le message ``Bonne signature de ...``, cela signifie que " -"vous avez une version authentique de Dash Core pour macOS." +"Si vous voyez le message ``Bonne signature de ...``, cela signifie que vous " +"avez une version authentique de Dash Core pour macOS." #: ../../docs/user/wallets/dashcore/installation-macos.rst:67 #: ../../docs/user/wallets/dashcore/installation-macos.rst:84 @@ -146,8 +145,8 @@ msgstr "Installation de Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" "Allez sur le Finder et ouvrez votre dossier Téléchargement. Puis double-" @@ -160,11 +159,11 @@ msgstr "Ouverture du fichier .dmg Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" -"Pour installer Dash Core, faites glisser le fichier de l'application Dash" -" Core dans votre dossier Applications." +"Pour installer Dash Core, faites glisser le fichier de l'application Dash " +"Core dans votre dossier Applications." #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 msgid "Running Dash Core for the first time" @@ -172,26 +171,26 @@ msgstr "Premier lancement de Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" "Pour lancer Dash Core pour la première fois, ouvrez Launchpad, ou bien " -"ouvrez le dossier **Applications** dans le Finder. Double-cliquez sur " -"**Dash Core** ou **Dash-Qt** pour lancer l'application. Il vous sera " -"peut-être affiché un avertissement concernant l'ouverture d'une " -"application par un développeur inconnu. Pour résoudre ce problème, faites" -" simplement un “Ctrl-clic\" ou un “clic-droit\" sur l'icône de " -"l'application, puis choisissez **Ouvrir** dans le menu contextuel, puis " -"cliquez une nouvelle fois sur **Ouvrir** dans la boîte de dialogue. " -"L'application est alors répertoriée comme une exception dans vos réglages" -" de sécurité, et à l'avenir vous pourrez l'ouvrir en double-cliquant " -"simplement dessus, comme pour n'importe quelle application déjà connue." +"ouvrez le dossier **Applications** dans le Finder. Double-cliquez sur **Dash" +" Core** ou **Dash-Qt** pour lancer l'application. Il vous sera peut-être " +"affiché un avertissement concernant l'ouverture d'une application par un " +"développeur inconnu. Pour résoudre ce problème, faites simplement un “Ctrl-" +"clic\" ou un “clic-droit\" sur l'icône de l'application, puis choisissez " +"**Ouvrir** dans le menu contextuel, puis cliquez une nouvelle fois sur " +"**Ouvrir** dans la boîte de dialogue. L'application est alors répertoriée " +"comme une exception dans vos réglages de sécurité, et à l'avenir vous " +"pourrez l'ouvrir en double-cliquant simplement dessus, comme pour n'importe " +"quelle application déjà connue." #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 msgid "Unblocking macOS from running Dash Core" @@ -200,15 +199,15 @@ msgstr "Déverrouillage de macOS pour lancer Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"Au premier lancement, il vous sera demandé l'emplacement où vous " -"souhaitez stocker la blockchain et les données de portefeuille. " -"Choisissez un emplacement avec suffisamment d'espace libre, car la " -"blockchain peut atteindre une taille de 30+ Go. Il est recommandé " -"d'utiliser le dossier proposé par défaut, dans la mesure du possible." +"Au premier lancement, il vous sera demandé l'emplacement où vous souhaitez " +"stocker la blockchain et les données de portefeuille. Choisissez un " +"emplacement avec suffisamment d'espace libre, car la blockchain peut " +"atteindre une taille de 30+ Go. Il est recommandé d'utiliser le dossier " +"proposé par défaut, dans la mesure du possible." #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" @@ -216,13 +215,13 @@ msgstr "Sélection du dossier de données Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Dash Core démarrera alors. Le lancement prendra un peu plus de temps la " -"première fois, car Dash Core doit générer des données cryptographiques " -"pour sécuriser votre portefeuille." +"première fois, car Dash Core doit générer des données cryptographiques pour " +"sécuriser votre portefeuille." #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 msgid "Starting Dash Core" @@ -233,17 +232,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "Synchronisation de Dash Core avec le réseau Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"Une fois Dash Core installé et démarré avec succès, vous verrez " -"apparaître le tableau de bord du portefeuille. Veuillez noter que le " -"portefeuille n'est \"pas encore synchronisé\", et que la barre de " -"progression en bas de la fenêtre montre la progression de la " -"synchronisation." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -254,56 +247,51 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" "Durant cette étape, Dash Core télécharge sur votre ordinateur une copie " -"complète de la blockchain Dash auprès d'autres nœuds du réseau. En " -"fonction de votre connexion Internet, cela peut prendre du temps. Si vous" -" voyez le message \"Aucune source de blocs disponible\", veuillez " -"vérifier votre connexion Internet. Quand la synchronisation est achevée, " -"vous verrez une petite coche bleue dans le coin inférieur droit." +"complète de la blockchain Dash auprès d'autres nœuds du réseau. En fonction " +"de votre connexion Internet, cela peut prendre du temps. Si vous voyez le " +"message \"Aucune source de blocs disponible\", veuillez vérifier votre " +"connexion Internet. Quand la synchronisation est achevée, vous verrez une " +"petite coche bleue dans le coin inférieur droit." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "La synchronisation de Dash Core est achevée" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Vous pouvez à présent utiliser votre portefeuille pour envoyer et " -"recevoir des fonds." #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Chiffrage de votre portefeuille Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -321,8 +309,8 @@ msgstr "Confirmez que vous souhaitez chiffrer votre portefeuille" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -345,14 +333,14 @@ msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" -"Quand le processus de chiffrage est terminé, vous verrez un avertissement" -" selon lequel les anciennes sauvegardes de votre portefeuille ne seront " -"plus utilisables, et il vous sera demandé de quitter l'application. Au " +"Quand le processus de chiffrage est terminé, vous verrez un avertissement " +"selon lequel les anciennes sauvegardes de votre portefeuille ne seront plus " +"utilisables, et il vous sera demandé de quitter l'application. Au " "redémarrage de Dash Core, vous verrez un petit cadenas bleu dans le coin " "inférieur droit." @@ -365,42 +353,3 @@ msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Vous pouvez maintenant commencer à utiliser votre portefeuille en toute " "sécurité, et à envoyer et recevoir des fonds." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Après la synchronisation de votre " -#~ "portefeuille avec le réseau Dash, il " -#~ "est fortement conseillé de chiffrer le" -#~ " portefeuille avec un mot de passe" -#~ " ou une phrase de passe, de " -#~ "manière à interdire les accès non " -#~ "autorisés. Vous devriez utiliser un mot" -#~ " de passe fort et neuf, que " -#~ "vous n'avez jamais utilisé ailleurs. " -#~ "Prenez note de votre mot de passe" -#~ " et conservez-le dans un endroit " -#~ "sûr, ou bien vous serez interdit " -#~ "d'accès à votre propre portefeuille, et" -#~ " vous perdrez tous vos fonds." - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index f14899a36..046e6f721 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "" "Comment télécharger, installer et chiffrer le portefeuille logiciel Dash " "Core sous Windows" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "dash, core, portefeuille, windows, installation" @@ -43,10 +42,9 @@ msgid "" "wallet for Windows. The guide is written for Windows 10, but the steps " "should be similar for Windows XP, Vista, 7 and 8." msgstr "" -"Ce guide montre comment télécharger, installer et chiffrer le " -"portefeuille logiciel Dash Core pour Windows. Ce guide est écrit pour " -"Windows 10, mais les étapes devraient être analogues pour Windows XP, " -"Vista, 7 et 8." +"Ce guide montre comment télécharger, installer et chiffrer le portefeuille " +"logiciel Dash Core pour Windows. Ce guide est écrit pour Windows 10, mais " +"les étapes devraient être analogues pour Windows XP, Vista, 7 et 8." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 msgid "Downloading the Dash Core wallet" @@ -55,14 +53,13 @@ msgstr "Téléchargement du portefeuille Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" "Visitez https://www.dash.org/fr/telechargements pour télécharger le " -"portefeuille logiciel Dash Core le plus récent. Dans la plupart des cas, " -"le site détectera correctement la version dont vous avez besoin. Cliquez " -"sur **Télécharger l'installeur** pour télécharger directement " -"l'installeur." +"portefeuille logiciel Dash Core le plus récent. Dans la plupart des cas, le " +"site détectera correctement la version dont vous avez besoin. Cliquez sur " +"**Télécharger l'installeur** pour télécharger directement l'installeur." #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 msgid "The website properly detects the wallet appropriate for your system" @@ -71,40 +68,25 @@ msgstr "" "d'exploitation" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 -#, fuzzy msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" -"Une fois que vous savez de quelle version vous avez besoin, téléchargez " -"le portefeuille Dash Core depuis l'adresse " -"https://www.dash.org/fr/telechargements et enregistrez le fichier " -"téléchargé dans votre dossier Téléchargements." #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." -msgstr "" -"Si la détection ne fonctionne pas, vous devrez choisir manuellement votre" -" système d'exploitation et si vous avez besoin d'une version 32 ou 64 " -"bits. Si vous ne savez pas si votre version de Windows est 32 ou 64 bits," -" vous pouvez le vérifier dans Windows 10 dans **Démarrer > Réglages > " -"Système > À propos**. Pour plus de détails sur les autres versions de " -"Windows, voir `ici `__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -113,22 +95,22 @@ msgstr "Vérification de Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" "Cette étape est facultative, mais recommandée. Elle consiste à vérifier " "l'authenticité du fichier que vous avez téléchargé. Cela se fait en " "comparant sa signature de hachage avec celle publiée par l'équipe de " -"développement Dash Core. Pour télécharger la signature publiée, cliquez " -"sur le bouton **Fichier de hachage** sur la page de téléchargement du " +"développement Dash Core. Pour télécharger la signature publiée, cliquez sur " +"le bouton **Fichier de hachage** sur la page de téléchargement du " "portefeuille et enregistrez-la dans le même répertoire que le logiciel " "téléchargé." #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" "Toutes les versions de Dash sont signées avec GPG avec une des clés " "suivantes :" @@ -139,9 +121,9 @@ msgid "" "`verifiable here on Keybase `__ (`download " "`__)" msgstr "" -"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, " -"`vérifiable ici sur Keybase `__ " -"(`télécharger `__)" +"Alexander Block (codablock) avec la clé ``63A9 6B40 6102 E091``, `vérifiable" +" ici sur Keybase `__ (`télécharger " +"`__)" #: ../../docs/user/wallets/dashcore/installation-windows.rst:54 msgid "" @@ -155,15 +137,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" "Téléchargez les fichiers clé ci-dessus. Installez `Gpg4win " -"`__ s'il ne l'est pas déjà sur votre ordinateur. " -"Une fois installé, ouvrez le gestionnaire de certificats **Kleopatra** et" -" cliquez sur **Fichier -> Importer**. Importez les fichiers de clé et " +"`__ s'il ne l'est pas déjà sur votre ordinateur. Une " +"fois installé, ouvrez le gestionnaire de certificats **Kleopatra** et " +"cliquez sur **Fichier -> Importer**. Importez les fichiers de clé et " "vérifiez si le Key-ID correspond à la clé ci-dessus." #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -172,10 +154,10 @@ msgstr "Importation de la clé GPG publique de Codablock" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -185,9 +167,8 @@ msgstr "Sélection du fichier de signature pour vérification" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -200,7 +181,8 @@ msgstr "Lancement de l'installeur de Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:90 msgid "Double-click the file to start installing Dash Core." -msgstr "Double-cliquez sur le fichier pour commencer l'installation de Dash Core." +msgstr "" +"Double-cliquez sur le fichier pour commencer l'installation de Dash Core." #: ../../docs/user/wallets/dashcore/installation-windows.rst:95 msgid "The Dash Core installer in the Downloads folder" @@ -208,9 +190,9 @@ msgstr "L'installeur Dash Core dans le dossier Téléchargements" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" "À cette étape, vous verrez peut-être un avertissement de Windows " "SmartScreen, selon lequel l'application n'est pas reconnue. Vous pouvez " @@ -266,21 +248,20 @@ msgstr "Premier lancement de Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." -msgstr "" -"Une fois l'installation terminée, Dash Core démarrera aussitôt. Si ce " -"n'est pas le cas, cliquez sur **Démarrer > Dash Core > Dash Core** pour " -"lancer l'application. Au premier lancement, il vous sera demandé " -"l'emplacement où vous souhaitez stocker la blockchain et les données de " -"portefeuille. Choisissez un emplacement avec suffisamment d'espace libre," -" car la blockchain peut atteindre une taille de 30+ Go. Il est recommandé" -" d'utiliser le dossier proposé par défaut, dans la mesure du possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." +msgstr "" +"Une fois l'installation terminée, Dash Core démarrera aussitôt. Si ce n'est " +"pas le cas, cliquez sur **Démarrer > Dash Core > Dash Core** pour lancer " +"l'application. Au premier lancement, il vous sera demandé l'emplacement où " +"vous souhaitez stocker la blockchain et les données de portefeuille. " +"Choisissez un emplacement avec suffisamment d'espace libre, car la " +"blockchain peut atteindre une taille de 30+ Go. Il est recommandé d'utiliser" +" le dossier proposé par défaut, dans la mesure du possible." #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" @@ -288,13 +269,13 @@ msgstr "Sélection du dossier de données Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Dash Core démarrera alors. Le lancement prendra un peu plus de temps la " -"première fois, car Dash Core doit générer des données cryptographiques " -"pour sécuriser votre portefeuille." +"première fois, car Dash Core doit générer des données cryptographiques pour " +"sécuriser votre portefeuille." #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 msgid "Starting Dash Core" @@ -307,76 +288,63 @@ msgstr "Synchronisation de Dash Core avec le réseau Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"Une fois Dash Core installé et démarré avec succès, vous verrez " -"apparaître le tableau de bord du portefeuille. Veuillez noter que le " -"portefeuille n'est \"pas encore synchronisé\", et que la barre de " -"progression en bas de la fenêtre montre la progression de la " -"synchronisation." +"Une fois Dash Core installé et démarré avec succès, vous verrez apparaître " +"le tableau de bord du portefeuille. Veuillez noter que le portefeuille n'est" +" \"pas encore synchronisé\", et que la barre de progression en bas de la " +"fenêtre montre la progression de la synchronisation." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core démarre la synchronisation avec le réseau Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Durant cette étape, Dash Core télécharge sur votre ordinateur une copie " -"complète de la blockchain Dash auprès d'autres nœuds du réseau. En " -"fonction de votre connexion Internet, cela peut prendre du temps. Si vous" -" voyez le message \"Aucune source de blocs disponible\", veuillez " -"vérifier votre connexion Internet. Quand la synchronisation est achevée, " -"vous verrez une petite coche bleue dans le coin inférieur droit." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "La synchronisation de Dash Core est achevée" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Vous pouvez à présent utiliser votre portefeuille pour envoyer et " -"recevoir des fonds." #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Chiffrage de votre portefeuille Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -394,8 +362,8 @@ msgstr "Confirmez que vous souhaitez chiffrer votre portefeuille" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -417,18 +385,12 @@ msgid "You will be asked to enter and verify a password." msgstr "Il vous sera demandé de saisir et de vérifier votre mot de passe." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Quand le processus de chiffrage est terminé, vous verrez un avertissement" -" selon lequel les anciennes sauvegardes de votre portefeuille ne seront " -"plus utilisables, et il vous sera demandé de quitter l'application. Au " -"redémarrage de Dash Core, vous verrez un petit cadenas bleu dans le coin " -"inférieur droit." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -439,91 +401,3 @@ msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" "Vous pouvez maintenant commencer à utiliser votre portefeuille en toute " "sécurité, et à envoyer et recevoir des fonds." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "Dans les réglages Windows, cliquez sur Système" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" -#~ "Dans la section Système, cliquez sur " -#~ "À propos pour afficher le type de" -#~ " système. Ici, il s'agit d'un système" -#~ " 64 bits." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Après la synchronisation de votre " -#~ "portefeuille avec le réseau Dash, il " -#~ "est fortement conseillé de chiffrer le" -#~ " portefeuille avec un mot de passe" -#~ " ou une phrase de passe, de " -#~ "manière à interdire les accès non " -#~ "autorisés. Vous devriez utiliser un mot" -#~ " de passe fort et neuf, que " -#~ "vous n'avez jamais utilisé ailleurs. " -#~ "Prenez note de votre mot de passe" -#~ " et conservez-le dans un endroit " -#~ "sûr, ou bien vous serez interdit " -#~ "d'accès à votre propre portefeuille, et" -#~ " vous perdrez tous vos fonds." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 900ff1a5a..8429c7a93 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" @@ -29,7 +29,7 @@ msgstr "" "Comment télécharger et installer le portefeuille logiciel Dash Core. Guide " "de compilation également disponible" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "" "dash, core, portefeuille, linux, windows, macos, installation, compilation" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 49403ff21..f1605e036 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "" "Description de l'interface et des boîtes de dialogue du portefeuille " "logiciel Dash Core" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" -"dash, core, portefeuille, interface, boîtes de dialogue, synchronisation," -" options, outils" +"dash, core, portefeuille, interface, boîtes de dialogue, synchronisation, " +"options, outils" #: ../../docs/user/wallets/dashcore/interface.rst:9 msgid "Interface" @@ -40,18 +39,18 @@ msgstr "Interface" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" "Le portefeuille Dash Core est une application qui tourne sur votre " -"ordinateur et vous permet de faire des transactions sur le réseau Dash. " -"La plupart des transactions servent à recevoir ou envoyer des dashs, mais" -" il est également possible de signer des messages ou de contrôler un " -"masternode, par exemple. L'interface du portefeuille Dash Core est décrit" -" en détail dans les sections suivantes." +"ordinateur et vous permet de faire des transactions sur le réseau Dash. La " +"plupart des transactions servent à recevoir ou envoyer des dashs, mais il " +"est également possible de signer des messages ou de contrôler un masternode," +" par exemple. L'interface du portefeuille Dash Core est décrit en détail " +"dans les sections suivantes." #: ../../docs/user/wallets/dashcore/interface.rst:18 msgid "The Main Window" @@ -87,8 +86,8 @@ msgstr "Barre de menu" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" "La barre de menu donne accès à toutes les fonctions de Dash Core. Il y a " "quatre menus de disponibles :" @@ -107,11 +106,11 @@ msgstr "Réglages" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" -"Le menu Réglages donne accès aux options de chiffrage du portefeuille et " -"aux réglages logiciels généraux." +"Le menu Réglages donne accès aux options de chiffrage du portefeuille et aux" +" réglages logiciels généraux." #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "Window" @@ -119,8 +118,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -129,8 +128,8 @@ msgstr "Aide" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" "Le menu Aide propose des liens vers la documentation, les guides et les " "notices légales relatives à Dash Core." @@ -142,13 +141,12 @@ msgstr "Barre d'onglets" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" -"La barre d'onglets sert à basculer rapidement entre les zones principales" -" du portefeuille Dash Core. Le contenu de la zone principale Dash Core " -"change en fonction de l'onglet sélectionné. Les onglets suivants sont " -"disponibles :" +"La barre d'onglets sert à basculer rapidement entre les zones principales du" +" portefeuille Dash Core. Le contenu de la zone principale Dash Core change " +"en fonction de l'onglet sélectionné. Les onglets suivants sont disponibles :" #: ../../docs/user/wallets/dashcore/interface.rst:58 #: ../../docs/user/wallets/dashcore/interface.rst:65 @@ -169,8 +167,8 @@ msgid "" "shows your balances, which may be divided into **Spendable** and **Watch-" "only** balances if you have loaded watch addresses:" msgstr "" -"La partie gauche de la zone principale est divisée en deux zones. La zone" -" supérieure affiche vos soldes, qui peuvent être distingués en soldes " +"La partie gauche de la zone principale est divisée en deux zones. La zone " +"supérieure affiche vos soldes, qui peuvent être distingués en soldes " "**Dépensables** ou **En consultation seule** si vous avez chargé des " "adresses de consultation :" @@ -180,11 +178,11 @@ msgstr "Disponible" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" -"Cela montre votre solde liquide actuel. Il s'agit de la quantité de dashs" -" que vous pouvez dépenser immédiatement." +"Cela montre votre solde liquide actuel. Il s'agit de la quantité de dashs " +"que vous pouvez dépenser immédiatement." #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "Pending" @@ -221,21 +219,21 @@ msgid "" "The lower area shows the CoinJoin status and allows you to process your " "funds using CoinJoin on the Dash masternode network." msgstr "" -"La section inférieure montre l'état de CoinJoin et vous permet de générer" -" vos fonds CoinJoin en utilisant le réseau de masternodes Dash." +"La section inférieure montre l'état de CoinJoin et vous permet de générer " +"vos fonds CoinJoin en utilisant le réseau de masternodes Dash." #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" "La zone droite de l'écran affiche vos transactions récentes. Les " -"transactions entrantes récentes apparaissent en vert, préfixées du signe " -"+. Les transactions sortantes récentes apparaissent en rouge, préfixées " -"par le signe –. Pour en savoir plus sur votre historique de transactions," -" voir l'onglet **Transactions**." +"transactions entrantes récentes apparaissent en vert, préfixées du signe +. " +"Les transactions sortantes récentes apparaissent en rouge, préfixées par le " +"signe –. Pour en savoir plus sur votre historique de transactions, voir " +"l'onglet **Transactions**." #: ../../docs/user/wallets/dashcore/interface.rst:94 msgid "The Send Tab" @@ -244,17 +242,17 @@ msgstr "Onglet Envoyer" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." -msgstr "" -"L'onglet Envoyer vous permet d'envoyer des fonds à une autre adresse sur " -"le réseau Dash. Il comporte des champs permettant de saisir l'adresse du " -"destinataire, une étiquette pour cette adresse, et la quantité de dashs " -"que vous souhaitez envoyer. Des options relatives aux frais de " -"transactions sont aussi disponibles. Un aperçu de votre solde total est " -"également disponible dans le coin inférieur droit." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." +msgstr "" +"L'onglet Envoyer vous permet d'envoyer des fonds à une autre adresse sur le " +"réseau Dash. Il comporte des champs permettant de saisir l'adresse du " +"destinataire, une étiquette pour cette adresse, et la quantité de dashs que " +"vous souhaitez envoyer. Des options relatives aux frais de transactions sont" +" aussi disponibles. Un aperçu de votre solde total est également disponible " +"dans le coin inférieur droit." #: ../../docs/user/wallets/dashcore/interface.rst:104 msgid "The Send tab" @@ -270,10 +268,10 @@ msgid "" "create a request for a specific amount of Dash or include a specific " "message, and send it to another user as a link or QR code." msgstr "" -"L'onglet Recevoir vous permet de créer des adresses pour recevoir des " -"dashs. Vous pouvez créer une requête pour un montant particulier de dashs" -" ou inclure un message spécifique, puis l'envoyer à un autre utilisateur " -"en tant que lien ou que code QR." +"L'onglet Recevoir vous permet de créer des adresses pour recevoir des dashs." +" Vous pouvez créer une requête pour un montant particulier de dashs ou " +"inclure un message spécifique, puis l'envoyer à un autre utilisateur en tant" +" que lien ou que code QR." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" @@ -285,26 +283,25 @@ msgstr "Onglet Transactions" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" "L'onglet Transactions affiche l'historique complet des transactions pour " "toutes les adresses associées à votre portefeuille. Il a la forme d'un " -"tableau précisant la date, le type, l'étiquette et le montant de dashs " -"pour chaque transaction. Vous pouvez aussi exporter l'historique de " -"transaction en tant que fichier CSV en cliquant sur le bouton Exporter, " -"dans le coin inférieur droit de la fenêtre." +"tableau précisant la date, le type, l'étiquette et le montant de dashs pour " +"chaque transaction. Vous pouvez aussi exporter l'historique de transaction " +"en tant que fichier CSV en cliquant sur le bouton Exporter, dans le coin " +"inférieur droit de la fenêtre." #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -318,19 +315,18 @@ msgstr "L'onglet CoinJoin" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." -msgstr "" -"L'onglet CoinJoin vous permet d'envoyer des fonds à une autre adresse sur" -" le réseau Dash, avec une confidentialité améliorée. Il comporte des " -"champs permettant de saisir l'adresse du destinataire, une étiquette pour" -" cette adresse, et la quantité de dashs que vous souhaitez envoyer. Des " -"options relatives aux frais de transactions sont aussi disponibles. Un " -"aperçu de votre solde CoinJoin total est également disponible dans le " -"coin inférieur droit." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." +msgstr "" +"L'onglet CoinJoin vous permet d'envoyer des fonds à une autre adresse sur le" +" réseau Dash, avec une confidentialité améliorée. Il comporte des champs " +"permettant de saisir l'adresse du destinataire, une étiquette pour cette " +"adresse, et la quantité de dashs que vous souhaitez envoyer. Des options " +"relatives aux frais de transactions sont aussi disponibles. Un aperçu de " +"votre solde CoinJoin total est également disponible dans le coin inférieur " +"droit." #: ../../docs/user/wallets/dashcore/interface.rst:148 msgid "The CoinJoin tab" @@ -343,15 +339,15 @@ msgstr "L'onglet Masternodes" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" "L'onglet Masternodes propose un panorama des masternodes actuellement " "enregistrés sur le réseau Dash. Vous pouvez filtrer ces données en " -"saisissant une valeur dans le champ Filtrer la liste, ou afficher " -"seulement les masternodes correspondant aux clés de propriétaire stockées" -" dans le portefeuille chargé." +"saisissant une valeur dans le champ Filtrer la liste, ou afficher seulement " +"les masternodes correspondant aux clés de propriétaire stockées dans le " +"portefeuille chargé." #: ../../docs/user/wallets/dashcore/interface.rst:160 msgid "The Masternodes tab" @@ -363,9 +359,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -381,9 +377,9 @@ msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" -"La barre d'état affiche une barre de progression de synchronisation, et " -"une série d'icônes d'état qui indiquent l'état de votre connexion au " -"réseau Dash." +"La barre d'état affiche une barre de progression de synchronisation, et une " +"série d'icônes d'état qui indiquent l'état de votre connexion au réseau " +"Dash." #: ../../docs/user/wallets/dashcore/interface.rst:181 msgid "The Synchronization Bar" @@ -392,20 +388,19 @@ msgstr "Barre de synchronisation" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" -"Cette barre indique l'état de synchronisation de Dash Core avec le réseau" -" Dash. À chaque ouverture de Dash Core, le logiciel commencera à " -"télécharger les blocs qui ont été créés sur la blockchain depuis que vous" -" avez fermé l'application. Ces blocs sont téléchargés depuis les autres " -"utilisateurs Dash et les masternodes. Si vous n'avez jamais ouvert " -"l'application auparavant, cela entraîne le téléchargement des blocs de " -"plusieurs années. Les états suivants sont possibles :" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"Cette barre indique l'état de synchronisation de Dash Core avec le réseau " +"Dash. À chaque ouverture de Dash Core, le logiciel commencera à télécharger " +"les blocs qui ont été créés sur la blockchain depuis que vous avez fermé " +"l'application. Ces blocs sont téléchargés depuis les autres utilisateurs " +"Dash et les masternodes. Si vous n'avez jamais ouvert l'application " +"auparavant, cela entraîne le téléchargement des blocs de plusieurs années. " +"Les états suivants sont possibles :" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" @@ -413,12 +408,11 @@ msgstr "Aucune source de blocs disponible" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" -"Ce message s'affiche si votre connexion Internet est coupée, ou si les " -"ports qui doivent être ouverts pour Dash Core sont bloqués par un pare-" -"feu." +"Ce message s'affiche si votre connexion Internet est coupée, ou si les ports" +" qui doivent être ouverts pour Dash Core sont bloqués par un pare-feu." #: ../../docs/user/wallets/dashcore/interface.rst:194 msgid "Synchronizing with network" @@ -438,11 +432,11 @@ msgstr "Dash Core synchronise des données de gouvernance pair-à-pair." #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" -"Une fois la synchronisation terminée, la barre de progression disparaîtra" -" et une coche apparaîtra à droite de la barre d'état." +"Une fois la synchronisation terminée, la barre de progression disparaîtra et" +" une coche apparaîtra à droite de la barre d'état." #: ../../docs/user/wallets/dashcore/interface.rst:203 msgid "The Status Icons" @@ -450,45 +444,41 @@ msgstr "Icônes d'état" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" "Cette icône apparaît quand votre portefeuille fonctionne en mode " -"hiérarchique déterministe (HD). Voir :ref:`ici ` pour en " -"savoir plus sur le mode HD." +"hiérarchique déterministe (HD). Voir :ref:`ici ` pour en savoir" +" plus sur le mode HD." #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" "Les icônes de cadenas indiquent l'état de votre portefeuille : soit " -"verrouillé, soit déverrouillé. Vous devez déverrouiller votre " -"portefeuille pour envoyer des fonds ou accomplir certaines autres " -"actions." +"verrouillé, soit déverrouillé. Vous devez déverrouiller votre portefeuille " +"pour envoyer des fonds ou accomplir certaines autres actions." #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" -"Ces icônes indiquant la qualité de votre connexion au réseau Dash. Si " -"vous ne pouvez pas vous connecter en raison de problèmes de réseau, vous " -"verrez seulement des barres grises. Plus de barres indiquent plus de " -"connexions à vos pairs sur le réseau." +"Ces icônes indiquant la qualité de votre connexion au réseau Dash. Si vous " +"ne pouvez pas vous connecter en raison de problèmes de réseau, vous verrez " +"seulement des barres grises. Plus de barres indiquent plus de connexions à " +"vos pairs sur le réseau." #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" -"Ces icônes montrent l'état de synchronisation de Dash Core avec le " -"réseau. Une fois la synchronisation achevée, l'icône deviendra une coche " -"verte." +"Ces icônes montrent l'état de synchronisation de Dash Core avec le réseau. " +"Une fois la synchronisation achevée, l'icône deviendra une coche verte." #: ../../docs/user/wallets/dashcore/interface.rst:240 msgid "The Options Dialog" @@ -508,8 +498,8 @@ msgstr "Onglet Réglages principaux" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" "L'onglet Réglages principaux du dialogue Options contient des réglages " "relatifs au démarrage et à la performance de l'application Dash Core." @@ -524,17 +514,17 @@ msgstr "Démarrer Dash Core lors de l'ouverture d'une session" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" "Cette option fait démarrer automatiquement Dash Core quand l'utilisateur " -"actuel se connecte à son ordinateur. Sur la plupart des ordinateurs, il " -"n'y a qu'un seul utilisateur principal qui est connecté automatiquement " -"au démarrage de l'utilisateur ; cette option revient donc à démarrer Dash" -" Core en même temps que le système d'exploitation." +"actuel se connecte à son ordinateur. Sur la plupart des ordinateurs, il n'y " +"a qu'un seul utilisateur principal qui est connecté automatiquement au " +"démarrage de l'utilisateur ; cette option revient donc à démarrer Dash Core " +"en même temps que le système d'exploitation." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" @@ -543,12 +533,12 @@ msgstr "Masquer l'icône de la barre d'état" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" -"Quand cette option est activée, Dash Core n'affichera pas d'icône dans la" -" barre d'état système. Cette option ne peut être choisie en même temps " -"que **Minimiser dans la barre d'état au lieu de la barre de tâches**." +"Quand cette option est activée, Dash Core n'affichera pas d'icône dans la " +"barre d'état système. Cette option ne peut être choisie en même temps que " +"**Minimiser dans la barre d'état au lieu de la barre de tâches**." #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -556,18 +546,18 @@ msgstr "Minimiser dans la barre d'état au lieu de la barre de tâches" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" -"Quand cette option est activée et que la fenêtre Dash Core est minimisée," -" elle n'apparaîtra plus dans votre barre de tâches en tant que tâche en " -"cours. À la place, Dash Core continuera à tourner en arrière-plan et peut" -" être réouvert depuis l'icône Dash de la barre d'état système (la zone " -"près de votre horloge système). Cette option ne peut pas être choisie en " -"même temps que **Masquer l'icône de la barre d'état**." +"Quand cette option est activée et que la fenêtre Dash Core est minimisée, " +"elle n'apparaîtra plus dans votre barre de tâches en tant que tâche en " +"cours. À la place, Dash Core continuera à tourner en arrière-plan et peut " +"être réouvert depuis l'icône Dash de la barre d'état système (la zone près " +"de votre horloge système). Cette option ne peut pas être choisie en même " +"temps que **Masquer l'icône de la barre d'état**." #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" @@ -575,14 +565,14 @@ msgstr "Minimiser à la fermeture" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" "Quand cette option est sélectionnée, cliquer sur le bouton X au coin " -"supérieur droit de la fenêtre entraînera la minimisation de Dash Core " -"plutôt que sa fermeture. Pour quitter complètement l'application, " -"veuillez choisir **Fichier > Quitter**." +"supérieur droit de la fenêtre entraînera la minimisation de Dash Core plutôt" +" que sa fermeture. Pour quitter complètement l'application, veuillez choisir" +" **Fichier > Quitter**." #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" @@ -590,11 +580,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -605,14 +594,14 @@ msgstr "Taille du cache de la base de données" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" -"Cette option spécifie la taille mémoire de la cache de la base de " -"données. Une valeur plus haute est synonyme de meilleure performance à " -"l'ajout de nouveaux blocs, au prix d'une plus grande utilisation de la " -"mémoire. La valeur par défaut est de 300 Mo et ne devrait pas être " -"inférieure à ce nombre." +"Cette option spécifie la taille mémoire de la cache de la base de données. " +"Une valeur plus haute est synonyme de meilleure performance à l'ajout de " +"nouveaux blocs, au prix d'une plus grande utilisation de la mémoire. La " +"valeur par défaut est de 300 Mo et ne devrait pas être inférieure à ce " +"nombre." #: ../../docs/user/wallets/dashcore/interface.rst:300 msgid "Number of script verification threads" @@ -620,24 +609,23 @@ msgstr "Nombre de files de vérification de script" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." -msgstr "" -"Cette option détermine le nombre de files de vérification de script, " -"entre -4 et 16. La `vérification de script " -"`__ est le processus de suivi des " -"instructions enregistrées dans la blockchain, pour s'assurer que les " -"transactions soient valides. \"0\" signifie \"automatique\" et permet à " -"la vérification de script de s'adapter au nombre de cœurs disponibles sur" -" votre processeur. Un nombre positif indique à Dash Core d'utiliser ce " -"nombre-là de cœurs processeur, tandis qu'un nombre négatif laissera " -"libres autant de cœurs processeur." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." +msgstr "" +"Cette option détermine le nombre de files de vérification de script, entre " +"-4 et 16. La `vérification de script `__ " +"est le processus de suivi des instructions enregistrées dans la blockchain, " +"pour s'assurer que les transactions soient valides. \"0\" signifie " +"\"automatique\" et permet à la vérification de script de s'adapter au nombre" +" de cœurs disponibles sur votre processeur. Un nombre positif indique à Dash" +" Core d'utiliser ce nombre-là de cœurs processeur, tandis qu'un nombre " +"négatif laissera libres autant de cœurs processeur." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" @@ -647,16 +635,16 @@ msgstr "Onglet Portefeuille" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" "L'onglet Portefeuille du dialogue Options propose des réglages sur la " -"gestion des adresses dans l'application Dash Core. Au premier lancement " -"de Dash Core, le logiciel génère un nouveau portefeuille contenant 1000 " -"adresses Dash uniques. Cet onglet permet de configurer comment ces " -"adresses sont utilisées en tant qu'entrées avec les fonctionnalités " -"Contrôle des pièces, CoinJoin et Masternode." +"gestion des adresses dans l'application Dash Core. Au premier lancement de " +"Dash Core, le logiciel génère un nouveau portefeuille contenant 1000 " +"adresses Dash uniques. Cet onglet permet de configurer comment ces adresses " +"sont utilisées en tant qu'entrées avec les fonctionnalités Contrôle des " +"pièces, CoinJoin et Masternode." #: ../../docs/user/wallets/dashcore/interface.rst:314 msgid "The Wallet tab of the Dash Core Options dialog" @@ -669,26 +657,25 @@ msgstr "Activer les fonctions de contrôle des pièces" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" "Le solde de votre portefeuille Dash Core est en fait la somme totale de " "toutes les adresses détenant un solde et associées à votre portefeuille. " "Quand vous dépensez des dashs, Dash Core retirera autant d'entrées que " "nécessaire pour former le montant souhaité de dashs à transmettre. Ce " -"comportement peut n'être pas souhaité, si vous préférez garder un certain" -" solde sur une adresse donnée. Activer cette option ajoutera un bouton " +"comportement peut n'être pas souhaité, si vous préférez garder un certain " +"solde sur une adresse donnée. Activer cette option ajoutera un bouton " "libellé **Entrées** dans l'onglet **Envoyer**. Ce bouton donne accès au " -"dialogue **Sélection des pièces** qui peut être utilisé pour verrouiller," -" déverrouiller et prioritiser différentes adresses de votre portefeuille." -" Voir :ref:`ici ` pour une explication plus détaillée du " +"dialogue **Sélection des pièces** qui peut être utilisé pour verrouiller, " +"déverrouiller et prioritiser différentes adresses de votre portefeuille. " +"Voir :ref:`ici ` pour une explication plus détaillée du " "Contrôle des pièces." #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -697,16 +684,16 @@ msgstr "Afficher l'onglet Masternodes" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" "Activer cette option provoque l'affichage par Dash Core d'un onglet " "supplémentaire Masternodes, à la droite de l'onglet Transactions. Cette " "option demande le redémarrage de l'application Dash Core. L'onglet " -"Masternodes sert à voir des détails sur les masternodes enregistrés sur " -"la blockchain Dash." +"Masternodes sert à voir des détails sur les masternodes enregistrés sur la " +"blockchain Dash." #: ../../docs/user/wallets/dashcore/interface.rst:337 msgid "Show Governance tab" @@ -714,10 +701,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -726,22 +713,21 @@ msgstr "Dépenser l'argent non confirmé" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." -msgstr "" -"Avec cette option activée, le portefeuille Dash vous permet de dépenser " -"sans attendre la monnaie issue de transactions précédentes transmises de " -"manière interne entre des adresses associées au même portefeuille. Cela " -"est possible même si la transaction n'est pas encore confirmée, car le " -"portefeuille sait qu'elle finira par être confirmée puisqu'il l'a créée " -"lui-même en interne. Laisser cette option activée vous permet de créer de" -" nouvelles transactions même si les précédentes ne sont pas encore " +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." +msgstr "" +"Avec cette option activée, le portefeuille Dash vous permet de dépenser sans" +" attendre la monnaie issue de transactions précédentes transmises de manière" +" interne entre des adresses associées au même portefeuille. Cela est " +"possible même si la transaction n'est pas encore confirmée, car le " +"portefeuille sait qu'elle finira par être confirmée puisqu'il l'a créée lui-" +"même en interne. Laisser cette option activée vous permet de créer de " +"nouvelles transactions même si les précédentes ne sont pas encore " "confirmées." #: ../../docs/user/wallets/dashcore/interface.rst:352 @@ -750,13 +736,13 @@ msgstr "Activer les fonctions CoinJoin" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" -"Activer cette option affiche l'onglet CoinJoin dans la fenêtre principale" -" de Dash Core et dans le dialogue Option, et cela vous permet de traiter " -"et de dépenser votre solde avec CoinJoin." +"Activer cette option affiche l'onglet CoinJoin dans la fenêtre principale de" +" Dash Core et dans le dialogue Option, et cela vous permet de traiter et de " +"dépenser votre solde avec CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:355 msgid "CoinJoin tab" @@ -764,11 +750,11 @@ msgstr "L'onglet CoinJoin" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" -"L'onglet CoinJoin contient des options relatives à la façon dont " -"fonctionne CoinJoin dans Dash Core." +"L'onglet CoinJoin contient des options relatives à la façon dont fonctionne " +"CoinJoin dans Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:363 msgid "The CoinJoin tab of the Dash Core Options dialog" @@ -780,16 +766,16 @@ msgstr "Activer l'interface avancée" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" -"Activer cette option modifie l'interface de l'onglet Aperçu du " -"portefeuille Dash Core pour qu'il affiche plus d'informations, telles que" -" les clés qui restent, le pourcentage d'achèvement et l'opération " -"actuelle. Voir :ref:`ici ` pour une " -"explication complète sur l'utilisation de CoinJoin." +"Activer cette option modifie l'interface de l'onglet Aperçu du portefeuille " +"Dash Core pour qu'il affiche plus d'informations, telles que les clés qui " +"restent, le pourcentage d'achèvement et l'opération actuelle. Voir :ref:`ici" +" ` pour une explication complète sur " +"l'utilisation de CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:374 msgid "Show popups for mixing transactions" @@ -797,11 +783,11 @@ msgstr "Afficher des pop-ups pour les transactions de mélange" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" -"Activer cette option affichera des notifications lorsque les transactions" -" CoinJoin sont créées." +"Activer cette option affichera des notifications lorsque les transactions " +"CoinJoin sont créées." #: ../../docs/user/wallets/dashcore/interface.rst:382 msgid "Warn if the wallet is running out of keys" @@ -816,13 +802,13 @@ msgid "" "Consequently, users who have backups disabled will also have CoinJoin " "disabled." msgstr "" -"Activer cette option permettra à Dash Core d'afficher un avertissement " -"quand votre jeu initial de 1000 adresses sera proche de s'épuiser, ce qui" -" peut impacter la procédure CoinJoin. Une fois que 900 adresses seront " -"utilisées, votre portefeuille doit créer de nouvelles adresses. Il ne " -"peut cependant le faire que si vous avez activé l'option de sauvegardes " -"automatiques. En conséquence, les utilisateurs qui ont désactivé les " -"sauvegardes automatiques auront également l'option CoinJoin désactivée." +"Activer cette option permettra à Dash Core d'afficher un avertissement quand" +" votre jeu initial de 1000 adresses sera proche de s'épuiser, ce qui peut " +"impacter la procédure CoinJoin. Une fois que 900 adresses seront utilisées, " +"votre portefeuille doit créer de nouvelles adresses. Il ne peut cependant le" +" faire que si vous avez activé l'option de sauvegardes automatiques. En " +"conséquence, les utilisateurs qui ont désactivé les sauvegardes automatiques" +" auront également l'option CoinJoin désactivée." #: ../../docs/user/wallets/dashcore/interface.rst:390 msgid "Enable multi-session" @@ -831,18 +817,17 @@ msgstr "Activer le mode multi-session" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" "En général, la procédure CoinJoin est achevée en plusieurs cycles " "consécutifs, chacun utilisant un seul masternode. Activer cette option " -"permet le multi-session, ce qui signifie que vous pouvez utiliser " -"plusieurs serveurs masternode en même temps, ce qui augmente grandement " -"la vitesse du processus CoinJoin, au prix de la création de davantage " -"d'adresses, et donc de la nécessité plus fréquente de faire des " -"sauvegardes de portefeuille." +"permet le multi-session, ce qui signifie que vous pouvez utiliser plusieurs " +"serveurs masternode en même temps, ce qui augmente grandement la vitesse du " +"processus CoinJoin, au prix de la création de davantage d'adresses, et donc " +"de la nécessité plus fréquente de faire des sauvegardes de portefeuille." #: ../../docs/user/wallets/dashcore/interface.rst:398 msgid "Mixing rounds" @@ -850,18 +835,17 @@ msgstr "Cycles de mélange" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" -"Utilisez cette option pour contrôler le nombre de cycles CoinJoin à " -"opérer pour le solde choisi. Chaque cycle de mélange utilise un nouveau " -"masternode. Plus le nombre de cycles est grand, plus il est difficile de " -"retrouver l'adresse de départ des dashs. Cela se fait en contrepartie " -"d'un temps plus long consacré au mixage, et potentiellement de frais plus" -" élevés." +"Utilisez cette option pour contrôler le nombre de cycles CoinJoin à opérer " +"pour le solde choisi. Chaque cycle de mélange utilise un nouveau masternode." +" Plus le nombre de cycles est grand, plus il est difficile de retrouver " +"l'adresse de départ des dashs. Cela se fait en contrepartie d'un temps plus " +"long consacré au mixage, et potentiellement de frais plus élevés." #: ../../docs/user/wallets/dashcore/interface.rst:404 msgid "Target balance" @@ -869,15 +853,15 @@ msgstr "Solde cible" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" -"Cette option vous permet de choisir combien de dashs doivent être " -"conservés dans un état prêt à être dépensé, signifiant qu'ils sont déjà " -"passés par la procédure CoinJoin. Le montant disponible est affiché comme" -" solde dans l'onglet CoinJoin." +"Cette option vous permet de choisir combien de dashs doivent être conservés " +"dans un état prêt à être dépensé, signifiant qu'ils sont déjà passés par la " +"procédure CoinJoin. Le montant disponible est affiché comme solde dans " +"l'onglet CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:407 msgid "Network tab" @@ -886,8 +870,7 @@ msgstr "Onglet Réseau" #: ../../docs/user/wallets/dashcore/interface.rst:409 msgid "This tab includes options related to your Dash network connection." msgstr "" -"Cet onglet comprend des options relatives à votre connexion au réseau " -"Dash." +"Cet onglet comprend des options relatives à votre connexion au réseau Dash." #: ../../docs/user/wallets/dashcore/interface.rst:414 msgid "The Network tab of the Dash Core Options dialog" @@ -899,20 +882,19 @@ msgstr "Mapper le port avec l'UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" "Cette option permet à Dash Core d'essayer d'ouvrir automatiquement et de " "mapper le port client sur votre routeur en utilisant `UPnP " -"`__ (Universal " -"Plug and Play). Cette fonctionnalité est offerte par la plupart des " -"routeurs domestiques modernes et vous permettra de vous connecter au " -"réseau Dash sans devoir procéder à des réglages spéciaux sur votre " -"routeur." +"`__ (Universal Plug " +"and Play). Cette fonctionnalité est offerte par la plupart des routeurs " +"domestiques modernes et vous permettra de vous connecter au réseau Dash sans" +" devoir procéder à des réglages spéciaux sur votre routeur." #: ../../docs/user/wallets/dashcore/interface.rst:429 msgid "Allow incoming connections" @@ -920,17 +902,16 @@ msgstr "Autoriser les connexions entrantes" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" -"Cette option fait accepter à votre client les connexions entrantes " -"externes. Dash étant un réseau pair-à-pair, et Dash Core étant considéré " -"comme un client complet puisqu'il stocke un exemplaire de la blockchain " -"sur votre appareil, activer cette option aide les autres clients à se " -"synchroniser avec la blockchain et le réseau à travers votre nœud." +"Cette option fait accepter à votre client les connexions entrantes externes." +" Dash étant un réseau pair-à-pair, et Dash Core étant considéré comme un " +"client complet puisqu'il stocke un exemplaire de la blockchain sur votre " +"appareil, activer cette option aide les autres clients à se synchroniser " +"avec la blockchain et le réseau à travers votre nœud." #: ../../docs/user/wallets/dashcore/interface.rst:436 msgid "Connect through SOCKS5 proxy (default proxy)" @@ -940,36 +921,35 @@ msgstr "Connexions par SOCKS5 (proxy par défaut)" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" "Ces options permettent à des utilisateurs sur un Intranet, qui exige de " "passer par un serveur mandataire (proxy) pour sortir sur l'Internet, de " -"spécifier l'adresse du serveur mandataire qui retransmettra les requêtes " -"sur Internet. Contactez votre administrateur système ou vérifiez les " -"réglages réseau de votre navigateur Internet si vous ne parvenez pas à " -"vous connecter et suspectez qu'un serveur mandataire peut être la cause " -"du problème." +"spécifier l'adresse du serveur mandataire qui retransmettra les requêtes sur" +" Internet. Contactez votre administrateur système ou vérifiez les réglages " +"réseau de votre navigateur Internet si vous ne parvenez pas à vous connecter" +" et suspectez qu'un serveur mandataire peut être la cause du problème." #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" msgstr "" -"Utiliser un proxy SOCKS5 distinct pour atteindre les pairs par des " -"services cachés Tor" +"Utiliser un proxy SOCKS5 distinct pour atteindre les pairs par des services " +"cachés Tor" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" "Ces options vous permettent de spécifier un serveur mandataire " "supplémentaire pour vous aider à vous connecter à des pairs à travers le " "réseau Tor. Il s'agit d'une option avancée pour une confidentialité " -"améliorée, et elle suppose la présence d'un serveur mandataire Tor sur " -"votre réseau. Pour en savoir plus sur Tor, voir `here " +"améliorée, et elle suppose la présence d'un serveur mandataire Tor sur votre" +" réseau. Pour en savoir plus sur Tor, voir `here " "`__." #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -997,8 +977,8 @@ msgid "" "Select your preferred language from this drop-down menu. Changing the " "language requires you to restart the Dash Core app." msgstr "" -"Choisissez votre langue préférée dans ce menu déroulant. Un changement de" -" langue vous obligera à redémarrer l'application Dash Core." +"Choisissez votre langue préférée dans ce menu déroulant. Un changement de " +"langue vous obligera à redémarrer l'application Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:464 msgid "Unit to show amounts in" @@ -1007,15 +987,14 @@ msgstr "Unité des montants" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" "Cette option vous permet de changer l'unité monétaire par défaut de Dash " "Core, de DASH en mDASH, µDASH ou duffs. Chaque unité représente un " "déplacement de la virgule des décimales trois crans vers la droite. Les " -"duffs sont la plus petite unité dans quoi la monnaie Dash peut être " -"comptée." +"duffs sont la plus petite unité dans quoi la monnaie Dash peut être comptée." #: ../../docs/user/wallets/dashcore/interface.rst:469 msgid "Decimal digits" @@ -1023,35 +1002,34 @@ msgstr "Nombre de décimales" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" -"Cette option vous permet de choisir combien de décimales seront affichées" -" dans l'interface utilisateur. Elle n'affecte pas le décompte interne de " -"vos entrées ou de votre solde." +"Cette option vous permet de choisir combien de décimales seront affichées " +"dans l'interface utilisateur. Elle n'affecte pas le décompte interne de vos " +"entrées ou de votre solde." #: ../../docs/user/wallets/dashcore/interface.rst:477 msgid "Third party transaction URLs" msgstr "URLs de transaction tierces" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." -msgstr "" -"Cette option vous permet de spécifier un site web externe pour consulter " -"une adresse ou une transaction particulière sur la blockchain. Il existe " -"pour cela plusieurs explorateurs de blocs. Pour utiliser cette fonction, " -"saisissez l'URL de votre explorateur de blocs préféré, en remplaçant %s " -"avec l'identifiant de transaction. Vous pourrez ensuite accéder " -"directement à cet explorateur de blocs depuis Dash Core en utilisant le " -"menu contextuel de n'importe quelle transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." +msgstr "" +"Cette option vous permet de spécifier un site web externe pour consulter une" +" adresse ou une transaction particulière sur la blockchain. Il existe pour " +"cela plusieurs explorateurs de blocs. Pour utiliser cette fonction, " +"saisissez l'URL de votre explorateur de blocs préféré, en remplaçant %s avec" +" l'identifiant de transaction. Vous pourrez ensuite accéder directement à " +"cet explorateur de blocs depuis Dash Core en utilisant le menu contextuel de" +" n'importe quelle transaction." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" @@ -1059,8 +1037,8 @@ msgstr "L'onglet Apparence" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" "Cet onglet rassemble des options relatives à l'apparence de la fenêtre " "d'application Dash Core." @@ -1075,9 +1053,9 @@ msgstr "Thème" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" "Vous pouvez utiliser cette option pour choisir un thème différent de " "l'apparence générale de la fenêtre Dash Core. Toutes les fonctionnalités " @@ -1092,8 +1070,8 @@ msgid "" "This option allows you to select a different font to display text in the " "window." msgstr "" -"Cette option vous permet de choisir une police de caractères différente " -"pour afficher le texte dans la fenêtre." +"Cette option vous permet de choisir une police de caractères différente pour" +" afficher le texte dans la fenêtre." #: ../../docs/user/wallets/dashcore/interface.rst:500 msgid "Font Scale and Weight" @@ -1102,8 +1080,8 @@ msgstr "Taille et épaisseur de police" #: ../../docs/user/wallets/dashcore/interface.rst:500 msgid "These options control the size and weight of fonts in the window." msgstr "" -"Ces options contrôlent la taille et l'épaisseur des polices de caractères" -" dans la fenêtre." +"Ces options contrôlent la taille et l'épaisseur des polices de caractères " +"dans la fenêtre." #: ../../docs/user/wallets/dashcore/interface.rst:503 msgid "The Tools Dialog" @@ -1114,8 +1092,8 @@ msgid "" "This documentation describes the functionality of the Dash Core Tools " "dialog, available under the **Tools** menu in Dash Core." msgstr "" -"Cette section de la documentation décrit le fonctionnement de la boîte de" -" dialogue Outils, disponible dans le menu  **Outils** de Dash Core." +"Cette section de la documentation décrit le fonctionnement de la boîte de " +"dialogue Outils, disponible dans le menu  **Outils** de Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:509 msgid "Information tab" @@ -1131,12 +1109,12 @@ msgstr "Général" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" -"Cette section affiche des informations sur le nom et la version du " -"logiciel client et de la base de données, ainsi que sur l'emplacement " -"actuel du répertoire de données de l'application." +"Cette section affiche des informations sur le nom et la version du logiciel " +"client et de la base de données, ainsi que sur l'emplacement actuel du " +"répertoire de données de l'application." #: ../../docs/user/wallets/dashcore/interface.rst:523 msgid "Network" @@ -1144,8 +1122,8 @@ msgstr "Réseau" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" "Cette section affiche des informations et des statistiques sur le réseau " "auquel vous êtes connecté." @@ -1165,15 +1143,15 @@ msgstr "Zone mémoire" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" "Cette section affiche l'état de la zone mémoire, qui contient des " "transactions qui n'ont pas encore pu être inscrites dans un bloc. Cela " "inclut à la fois les transactions créées depuis le dernier bloc et les " -"transactions qui n'ont pas pu être insérées dans le dernier bloc parce " -"qu'il était plein." +"transactions qui n'ont pas pu être insérées dans le dernier bloc parce qu'il" +" était plein." #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" @@ -1181,8 +1159,8 @@ msgstr "Journal de débogage" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" "Ce bouton ouvre le fichier debug.log depuis le répertoire de données de " "l'application. Ce fichier contient des messages de Dash Core qui peuvent " @@ -1193,22 +1171,14 @@ msgid "Console tab" msgstr "Onglet Console" #: ../../docs/user/wallets/dashcore/interface.rst:541 -#, fuzzy msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" -"L'onglet Console fournit une interface avec la console RPC (Remote " -"Procedure Call) de Dash Core. Elle est équivalente à la commande \"dash-" -"cli\" sur les versions sans interface de Dash (telles que \"dashd\" sur " -"un masternode). Cliquez sur l'icône rouge \"–\" pour effacer la console. " -"Consultez la `documentation détaillée ` sur les commandes RPC pour en " -"savoir plus sur les commandes utilisables." #: ../../docs/user/wallets/dashcore/interface.rst:551 msgid "The Console tab of the Dash Core Tools dialog" @@ -1220,9 +1190,9 @@ msgstr "Onglet Trafic réseau" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" "L'onglet Trafic réseau affiche un graphique du trafic envoyé et reçu aux " "pairs sur le réseau, en fonction du temps. On peut ajuster la période " @@ -1238,14 +1208,13 @@ msgstr "Onglet Liste des pairs" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" "L'onglet Liste des pairs affiche une liste des autres nœuds complets " -"connectés à votre client Dash Core. L'adresse IP, la version et le temps " -"de réponse sont visibles. Cliquer sur un pair affiche des informations " +"connectés à votre client Dash Core. L'adresse IP, la version et le temps de " +"réponse sont visibles. Cliquer sur un pair affiche des informations " "supplémentaires sur les données échangées avec ce pair." #: ../../docs/user/wallets/dashcore/interface.rst:576 @@ -1258,18 +1227,19 @@ msgstr "Onglet Réparation de portefeuille" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" "L'onglet Réparation de portefeuille propose un choix de commandes de " -"démarrage pour restaurer un portefeuille dans un bon état de " -"fonctionnement. Cliquer sur l'une de ces commandes entraîne le " -"redémarrage de Dash Core avec la commande choisie en ligne de commande." +"démarrage pour restaurer un portefeuille dans un bon état de fonctionnement." +" Cliquer sur l'une de ces commandes entraîne le redémarrage de Dash Core " +"avec la commande choisie en ligne de commande." #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" -msgstr "Onglet Réparation de portefeuille dans le dialogue Outils de Dash Core" +msgstr "" +"Onglet Réparation de portefeuille dans le dialogue Outils de Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:595 msgid "Rescan blockchain files 1" @@ -1278,16 +1248,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" -"Réinspecte la blockchain déjà téléchargée et cherche les transactions " -"ayant rapport aux comptes du portefeuille. Cela peut être nécessaire si " -"vous remplacez votre fichier wallet.dat par un portefeuille différent ou " -"une sauvegarde — le portefeuille ne connaîtra pas ces transactions, donc " -"un rebalayage est nécessaire pour calculer les soldes." +"Réinspecte la blockchain déjà téléchargée et cherche les transactions ayant " +"rapport aux comptes du portefeuille. Cela peut être nécessaire si vous " +"remplacez votre fichier wallet.dat par un portefeuille différent ou une " +"sauvegarde — le portefeuille ne connaîtra pas ces transactions, donc un " +"rebalayage est nécessaire pour calculer les soldes." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1295,8 +1265,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1306,21 +1276,21 @@ msgstr "Récupérer les transactions" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." -msgstr "" -"Les commandes Récupérer les transactions peuvent être utilisées pour " -"enlever de la zone mémoire les transactions non confirmées. Votre " -"portefeuille redémarrera et rebalayera la blockchain, récupérant les " -"transactions existantes et enlevant les transactions non confirmées. Des " -"transactions peuvent rester bloquées dans un état non confirmé s'il " -"existe un conflit entre des versions de protocole sur le réseau, pendant " -"un mélange CoinJoin, par exemple, ou si une transaction est envoyée avec " -"des frais insuffisants lorsque les blocs sont pleins." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." +msgstr "" +"Les commandes Récupérer les transactions peuvent être utilisées pour enlever" +" de la zone mémoire les transactions non confirmées. Votre portefeuille " +"redémarrera et rebalayera la blockchain, récupérant les transactions " +"existantes et enlevant les transactions non confirmées. Des transactions " +"peuvent rester bloquées dans un état non confirmé s'il existe un conflit " +"entre des versions de protocole sur le réseau, pendant un mélange CoinJoin, " +"par exemple, ou si une transaction est envoyée avec des frais insuffisants " +"lorsque les blocs sont pleins." #: ../../docs/user/wallets/dashcore/interface.rst:614 msgid "Upgrade wallet format" @@ -1329,15 +1299,15 @@ msgstr "Mise à jour du format du portefeuille" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" -"Cette commande est disponible pour les très anciens portefeuilles, ceux " -"pour lesquels une mise à jour de la version du portefeuille est " -"obligatoire en plus d'une mise à jour du logiciel portefeuille. Vous " -"pouvez connaître la version actuelle de votre portefeuille avec la " -"commande \"getwalletinfo\" dans la console." +"Cette commande est disponible pour les très anciens portefeuilles, ceux pour" +" lesquels une mise à jour de la version du portefeuille est obligatoire en " +"plus d'une mise à jour du logiciel portefeuille. Vous pouvez connaître la " +"version actuelle de votre portefeuille avec la commande \"getwalletinfo\" " +"dans la console." #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" @@ -1346,25 +1316,24 @@ msgstr "Reconstruire l'index" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" "Efface les index actuels de blockchain et d'état de chaîne (la base de " -"données des sorties de transaction non dépensées) et les reconstruit " -"depuis les fichiers de blocs. Cela peut être utile pour recalculer des " -"soldes manquants ou bloqués." +"données des sorties de transaction non dépensées) et les reconstruit depuis " +"les fichiers de blocs. Cela peut être utile pour recalculer des soldes " +"manquants ou bloqués." #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index d62f551a3..fea717d8e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" "Guide d'envoi et de réception de dashs au moyen du portefeuille logiciel " "Dash Core" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "dash, core, portefeuille, envoyer, recevoir, transaction" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 481251485..b59df6c34 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." @@ -29,7 +29,7 @@ msgstr "" "Masternodes, multi-signatures, récupération de portefeuilles papier, chambre" " froide et ligne de commande dans le portefeuille logiciel Dash Electrum." -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 81471d737..d2f700c1b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "Foire aux questions sur le portefeuille logiciel Dash Electrum" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "dash, portefeuille, electrum, faq, graine" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/index.po index 7d30bf867..ac4602471 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/installation.po index f57768238..6ca32e47e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/security.po index 6f8e14ddb..8fa08ee63 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" "Sécurité et sauvegardes dans l'utilisation du portefeuille logiciel Dash " "Electrum" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" "dash, wallet, electrum, sécurité, mot de passe, sauvegarde, restauration" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index db6aaa8ac..e56e50956 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" "Guide d'envoi et de réception de dashs au moyen du portefeuille logiciel " "Dash Electrum" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "dash, portefeuille logiciel, electrum, envoyer, recevoir, transaction" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/fr/LC_MESSAGES/docs/user/wallets/hardware.po index 616cefbb0..2e010b66d 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,22 +11,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "" "Comment utiliser la cryptomonnaie Dash avec des portefeuilles matériels" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" "dash, matériel, portefeuille, ledger, keepkey, trezor, sécurité, clé privée" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-hardware.po index 99fbf7fe6..edf79b8c4 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-paper.po index 271258329..7a213f44e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-text.po index cc31aab4e..e16f3201d 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-third-party.po index 26334c6a9..a9dd20c56 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index-web.po index 810af6807..6b0c54538 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/index.po index 26e279e84..abcab877e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,17 +13,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" @@ -31,7 +31,7 @@ msgstr "" "Description des différents portefeuilles disponibles pour utiliser et " "dépenser la cryptomonnaie Dash" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 82ed91162..583a1124c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,28 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -30,7 +29,7 @@ msgstr "" "Schéma d'URL, clé publique maître et requête de paiement dans le " "portefeuille Dash sur votre appareil iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" "dash, mobile, portefeuille, ios, envoyer, recevoir, paiement, url, clé " @@ -41,18 +40,17 @@ msgid "Advanced functions" msgstr "Fonctions avancées" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -#, fuzzy msgid "Masternode keys" -msgstr "Clé publique maître" +msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -71,10 +69,10 @@ msgid "" "documents the methods available using the URL scheme." msgstr "" "iOS permet aux applications de communiquer entre elles en utilisant des " -"schémas d'URL. Le portefeuille logiciel Dash pour iOS implémente le " -"schéma dashwallet://, ce qui permet d'appeler le portefeuille pour " -"accomplir une transaction libellée en dashs. Cette page explique les " -"méthodes disponibles avec ce schéma d'URL." +"schémas d'URL. Le portefeuille logiciel Dash pour iOS implémente le schéma " +"dashwallet://, ce qui permet d'appeler le portefeuille pour accomplir une " +"transaction libellée en dashs. Cette page explique les méthodes disponibles " +"avec ce schéma d'URL." #: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" @@ -90,8 +88,8 @@ msgstr "Notes :" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" "``sender`` est à la fois votre URL de retour et le nom de l'application " "affiché à l'utilisateur. Cela sert à empêcher le hameçonnage depuis des " @@ -107,12 +105,12 @@ msgstr "Requête de paiement dans iOS" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" -"Si l'utilisateur saisit le bon mot de passe, la transaction est envoyée " -"et l'utilisateur est renvoyé vers l'application émettrice, selon l'URL de" -" retour." +"Si l'utilisateur saisit le bon mot de passe, la transaction est envoyée et " +"l'utilisateur est renvoyé vers l'application émettrice, selon l'URL de " +"retour." #: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" @@ -128,14 +126,14 @@ msgstr "Format de requête de clé publique maître ::" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" -"À noter : le compte est facultatif et correspond au compte BIP32/BIP44, " -"la plupart du temps il s'agit de 0. Si le compte n'est pas indiqué, on " -"utilise le compte 0. Cela renverra la clé publique étendue à la fois à " +"À noter : le compte est facultatif et correspond au compte BIP32/BIP44, la " +"plupart du temps il s'agit de 0. Si le compte n'est pas indiqué, on utilise " +"le compte 0. Cela renverra la clé publique étendue à la fois à " "``44’/5’/’`` et à ``’``" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -150,4 +148,3 @@ msgstr "Obtenir une adresse de paiement" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 7065e5077..dd6a82790 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,22 +12,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "" "Apprendre comment envoyer et recevoir des dashs sur votre appareil iOS" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "" "dash, mobile, portefeuille, iOS, envoyer, recevoir, adresses, apprendre" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/index.po index bcf79c48b..cf78f558f 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/installation.po index d7ed257cd..a3feb6064 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,22 +11,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "" "Comment installer le portefeuille logiciel Dash sur votre appareil iOS" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "dash, mobile, portefeuille, ios, installation, compilation" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/paper.po b/locale/fr/LC_MESSAGES/docs/user/wallets/paper.po index 76e63b9c0..b9772161b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "Guides pour des portefeuilles papier sûrs pour la cryptomonnaie Dash" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "dash, papier, portefeuille, chiffrage" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/fr/LC_MESSAGES/docs/user/wallets/recovery.po index aa1e44349..bbc318757 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" -"Récupération de portefeuilles Dash depuis des fichiers, des clés privées " -"ou des phrases de récupération" +"Récupération de portefeuilles Dash depuis des fichiers, des clés privées ou " +"des phrases de récupération" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" -"dash, portefeuille, récupération, mot de passe, perdu, mobile, core, " -"phrase, clé privée" +"dash, portefeuille, récupération, mot de passe, perdu, mobile, core, phrase," +" clé privée" #: ../../docs/user/wallets/recovery.rst:9 msgid "Wallet Recovery" @@ -41,20 +41,20 @@ msgstr "Récupération de portefeuille" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." -msgstr "" -"Ceux qui utilisent depuis longtemps les cryptomonnaies retrouvent parfois" -" de vieux fichiers portefeuille, qu'ils avaient oubliés, sur des clés USB" -" ou des espaces de stockage en ligne. D'autres peuvent avoir une " -"sauvegarde, mais avoir oublié le logiciel utilisé pour la créer, ou bien " -"avoir oublié le mot de passe. D'autres utilisateurs encore peuvent avoir " -"une ancienne version de Dash Core qui ne fonctionne plus car la réseau, " -"entre-temps, a évolué. Cette documentation est destinée à aider ces " -"utilisateurs à retrouver un accès à leurs fonds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." +msgstr "" +"Ceux qui utilisent depuis longtemps les cryptomonnaies retrouvent parfois de" +" vieux fichiers portefeuille, qu'ils avaient oubliés, sur des clés USB ou " +"des espaces de stockage en ligne. D'autres peuvent avoir une sauvegarde, " +"mais avoir oublié le logiciel utilisé pour la créer, ou bien avoir oublié le" +" mot de passe. D'autres utilisateurs encore peuvent avoir une ancienne " +"version de Dash Core qui ne fonctionne plus car la réseau, entre-temps, a " +"évolué. Cette documentation est destinée à aider ces utilisateurs à " +"retrouver un accès à leurs fonds." #: ../../docs/user/wallets/recovery.rst:20 msgid "Determining the backup format" @@ -64,22 +64,22 @@ msgstr "Détermination du format de sauvegarde" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" -"La première étape est de déterminer le format de votre sauvegarde. Dans " -"la plupart des cas, elle sera soit un fichier, sans doute nommé " -"*wallet.dat*, soit une série de mots. Dans certains cas, vous pourriez " -"avoir archivé directement une clé privée correspondant à une adresse " -"Dash. La liste suivante répertorie les cas de figure et les méthodes pour" -" restaurer votre portefeuille, dans l'ordre de leur probabilité." +"La première étape est de déterminer le format de votre sauvegarde. Dans la " +"plupart des cas, elle sera soit un fichier, sans doute nommé *wallet.dat*, " +"soit une série de mots. Dans certains cas, vous pourriez avoir archivé " +"directement une clé privée correspondant à une adresse Dash. La liste " +"suivante répertorie les cas de figure et les méthodes pour restaurer votre " +"portefeuille, dans l'ordre de leur probabilité." #: ../../docs/user/wallets/recovery.rst:28 msgid "Backup is stored in an older version of Dash Core that no longer works" msgstr "" -"La sauvegarde est stockée dans une ancienne version du logiciel Dash Core" -" qui ne fonctionne plus" +"La sauvegarde est stockée dans une ancienne version du logiciel Dash Core " +"qui ne fonctionne plus" #: ../../docs/user/wallets/recovery.rst:30 msgid "" @@ -95,21 +95,21 @@ msgstr "La sauvegarde est un fichier" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" -"Si le nom du fichier est proche de \"wallet.dat\", essayez de restaurer " -"en utilisant :ref:`Dash Core `" +"Si le nom du fichier est proche de \"wallet.dat\", essayez de restaurer en " +"utilisant :ref:`Dash Core `" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" "Si le nom de fichier est similaire à \"dash-wallet-backup\" ou bien s'il " -"comporte le mot \"mobile\", essayez de restaurer avec :ref:`Dash Wallet " -"pour Android `" +"comporte le mot \"mobile\", essayez de restaurer avec :ref:`Dash Wallet pour" +" Android `" #: ../../docs/user/wallets/recovery.rst:37 msgid "Backup is a phrase of words" @@ -119,14 +119,14 @@ msgstr "La sauvegarde est une phrase composée de plusieurs mots" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" "Si cette phrase a une longueur de 12 mots, essayez de restaurer votre " "portefeuille en utilisant :ref:`le portefeuille Dash Electrum ` ou Dash wallet pour :ref:`Android ` ou :ref:`iOS `, selon " -"ce que vous avez utilisé pour créer la sauvegarde" +"electrum-phrase-restore>` ou Dash wallet pour :ref:`Android ` ou :ref:`iOS `, selon ce que vous " +"avez utilisé pour créer la sauvegarde" #: ../../docs/user/wallets/recovery.rst:40 msgid "" @@ -141,50 +141,50 @@ msgid "" "If 12, 18 or 24 or 25 words long, try to restore with the :ref:`hardware " "wallet ` you used to create the recovery phrase" msgstr "" -"Si la phrase a une longueur de 12, 18, 24 ou 25 mots, essayez de " -"restaurer le portefeuille avec le :ref:`portefeuille matériel ` que vous avez utilisé pour créer la phrase de " -"récupération" +"Si la phrase a une longueur de 12, 18, 24 ou 25 mots, essayez de restaurer " +"le portefeuille avec le :ref:`portefeuille matériel ` que vous avez utilisé pour créer la phrase de récupération" #: ../../docs/user/wallets/recovery.rst:43 msgid "Backup is a long string of random characters or a QR code" -msgstr "La sauvegarde est une longue série de caractères aléatoires, ou un QR-code" +msgstr "" +"La sauvegarde est une longue série de caractères aléatoires, ou un QR-code" #: ../../docs/user/wallets/recovery.rst:45 msgid "" "If 34 characters long and starting with X, this is a public address and " "cannot be used to restore access to lost funds. You need the private key." msgstr "" -"Si elle a une longueur de 34 caractères et qu'elle commence par X, il " -"s'agit d'une adresse publique et elle ne peut pas être utilisée pour " -"retrouver l'accès aux fonds perdus. Vous avez besoin de la clé privée." +"Si elle a une longueur de 34 caractères et qu'elle commence par X, il s'agit" +" d'une adresse publique et elle ne peut pas être utilisée pour retrouver " +"l'accès aux fonds perdus. Vous avez besoin de la clé privée." #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" "Si elle a une longueur de 51 caractères et commence par le chiffre 7, il " -"s'agit d'une :ref:`clé privée au format WIF `, à " -"importer en utilisant Dash Core" +"s'agit d'une :ref:`clé privée au format WIF `, à importer " +"en utilisant Dash Core" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" -"Si elle a une longueur de 58 caractères et commence par 6P, il s'agit " -"d'une :ref:`clé privée chiffrée BIP38 `, à déchiffrer " -"avec votre portefeuille papier, puis à importer dans Dash Core" +"Si elle a une longueur de 58 caractères et commence par 6P, il s'agit d'une " +":ref:`clé privée chiffrée BIP38 `, à déchiffrer avec votre " +"portefeuille papier, puis à importer dans Dash Core" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" -"Une fois que vous avez déterminé le format de sauvegarde, suivez les " -"liens pour consulter le guide de restauration propre à ce format." +"Une fois que vous avez déterminé le format de sauvegarde, suivez les liens " +"pour consulter le guide de restauration propre à ce format." #: ../../docs/user/wallets/recovery.rst:55 msgid "File Backups" @@ -199,55 +199,53 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" "Un des formats les plus communs de fichier de sauvegarde est le fichier " -"*wallet.dat* du portefeuille logiciel Dash Core. Avant de commencer, " -"soyez absolument certain d'avoir une copie de ce fichier stockée dans un " -"endroit sûr, au cas où la procédure de sauvegarde corromprait " -"accidentellement votre fichier portefeuille ! Dans la plupart des cas, " -"les sauvegardes de *wallet.dat* seront aussi protégées par un mot de " -"passe dont vous aurez besoin pour retrouver l'accès à vos fonds Dash. Si " -"vous avez déjà le logiciel Dash Core installé, assurez-vous d'abord que " -"vous disposez de sa plus récente version en cliquant sur **Aide > À " -"propos de Dash Core**. Comparez cette version avec la version la plus " -"récente disponible sur `le site web Dash Core " -"`_ en procédant ainsi :" +"*wallet.dat* du portefeuille logiciel Dash Core. Avant de commencer, soyez " +"absolument certain d'avoir une copie de ce fichier stockée dans un endroit " +"sûr, au cas où la procédure de sauvegarde corromprait accidentellement votre" +" fichier portefeuille ! Dans la plupart des cas, les sauvegardes de " +"*wallet.dat* seront aussi protégées par un mot de passe dont vous aurez " +"besoin pour retrouver l'accès à vos fonds Dash. Si vous avez déjà le " +"logiciel Dash Core installé, assurez-vous d'abord que vous disposez de sa " +"plus récente version en cliquant sur **Aide > À propos de Dash Core**. " +"Comparez cette version avec la version la plus récente disponible sur `le " +"site web Dash Core `_ en procédant " +"ainsi :" #: ../../docs/user/wallets/recovery.rst:78 msgid "" "Comparing the installed version of Dash Core with the latest version " "available on the website" msgstr "" -"Comparaison de la version installée du logiciel Dash Core avec la version" -" la plus récente disponible sur le site web" +"Comparaison de la version installée du logiciel Dash Core avec la version la" +" plus récente disponible sur le site web" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" "Mettez à jour le logiciel Dash Core en suivant les :ref:`instructions " "d'installation `. Si vous disposez seulement d'un " -"fichier portefeuille mais pas d'un logiciel Dash Core déjà installé, il " -"vous suffit d'installer Dash Core en suivant les :ref:`instructions " +"fichier portefeuille mais pas d'un logiciel Dash Core déjà installé, il vous" +" suffit d'installer Dash Core en suivant les :ref:`instructions " "d'installation ` et de le démarrer une fois pour " -"qu'il vous crée un répertoire DashCore. Ensuite, quittez le logiciel Dash" -" Core et copiez le fichier *wallet.dat* que vous voulez restaurez dans le" -" répertoire DashCore à l'emplacement spécifié ci-dessous, en remplaçant " -"ou en renommant le fichier déjà existant." +"qu'il vous crée un répertoire DashCore. Ensuite, quittez le logiciel Dash " +"Core et copiez le fichier *wallet.dat* que vous voulez restaurez dans le " +"répertoire DashCore à l'emplacement spécifié ci-dessous, en remplaçant ou en" +" renommant le fichier déjà existant." #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" @@ -271,8 +269,8 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" "Allez dans votre dossier utilisateur et faites la combinaison de touches " "**Ctrl-H** pour afficher les fichiers cachés, puis ouvrez le répertoire " @@ -288,8 +286,8 @@ msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" "Faites la combinaison de touches **Shift + Command + G**, tapez " "``~/Library/Application Support``, puis ouvrez le dossier ``DashCore``" @@ -303,30 +301,31 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" -"Faites la combinaison de touches **Windows Key + R** et tapez " -"``%APPDATA%``, puis ouvrez le répertoire ``DashCore``" +"Faites la combinaison de touches **Windows Key + R** et tapez ``%APPDATA%``," +" puis ouvrez le répertoire ``DashCore``" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" -"Si votre version existante du logiciel Dash Core est plus ancienne que la" -" version 0.12.1.x, vous aurez peut-être besoin de renommer votre " -"répertoire de données \"Dash\" en \"DashCore\"." +"Si votre version existante du logiciel Dash Core est plus ancienne que la " +"version 0.12.1.x, vous aurez peut-être besoin de renommer votre répertoire " +"de données \"Dash\" en \"DashCore\"." #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" "Pour réparer une installation défectueuse, naviguez jusqu'au répertoire " "DashCore et effacer tous les fichiers *.log* et *.dat*, à l'exception du " -"fichier *wallet.dat*. Les fichiers suivants peuvent être effacés en toute" -" sécurité :" +"fichier *wallet.dat*. Les fichiers suivants peuvent être effacés en toute " +"sécurité :" #: ../../docs/user/wallets/recovery.rst:107 msgid "*banlist.dat*" @@ -371,25 +370,25 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" "Laissez intacts les fichiers \".conf\" et les répertoires (tels que " -"\"backups\", \"blocks\", \"chainstate\", etc.), car ils vous permettront " -"un démarrage plus rapide en vous fournissant une copie de la blockchain " -"et de vos réglages." +"\"backups\", \"blocks\", \"chainstate\", etc.), car ils vous permettront un " +"démarrage plus rapide en vous fournissant une copie de la blockchain et de " +"vos réglages." #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -398,21 +397,20 @@ msgstr "Forcer Dash Core à rebalayer la blockchain" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" "À cette étape, la restauration est terminée et vous devriez faire une " -"nouvelle sauvegarde en utilisant **Fichier > Sauvegarder le " -"portefeuille** ou en suivant les instructions :ref:`ici `. Si vous rencontrez d'autres problèmes, posez une question sur " -"le `forum `_, sur `Reddit `_ ou sur " -"le canal de discussion #help-desk du `Discord Dash Nation " -"`_." +"nouvelle sauvegarde en utilisant **Fichier > Sauvegarder le portefeuille** " +"ou en suivant les instructions :ref:`ici `. Si vous " +"rencontrez d'autres problèmes, posez une question sur le `forum " +"`_, sur " +"`Reddit `_ ou sur le canal de discussion " +"#help-desk du `Discord Dash Nation `_." #: ../../docs/user/wallets/recovery.rst:149 msgid "Dash Android" @@ -420,29 +418,28 @@ msgstr "Dash Android" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -460,8 +457,8 @@ msgstr "Phrases de récupération" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" "Si vous disposez d'une phrase de 12 mots et êtes certain que votre " "sauvegarde a été faite sur un appareil mobile iOS ou Android, veuillez " @@ -473,23 +470,23 @@ msgstr "Phrase de 12 mots sur Android" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -498,8 +495,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:213 msgid "*Restoring a 12-word recovery phrase using Dash wallet for Android*" msgstr "" -"*Restauration d'une phrase de récupération de 12 mots avec le " -"portefeuille Dash pour Android*" +"*Restauration d'une phrase de récupération de 12 mots avec le portefeuille " +"Dash pour Android*" #: ../../docs/user/wallets/recovery.rst:218 msgid "12-word phrase on iOS" @@ -507,35 +504,34 @@ msgstr "Phrase de 12 mots sur iOS" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" -msgstr "" -"Assurez-vous dans l'App Store que votre application Dash soit mise à " -"jour, puis ouvrez-la. Si c'est la première fois que vous ouvrez " -"l'application, vous pouvez saisir directement la phrase de récupération " -"en choisissant **Récupérer un portefeuille** sur l'écran de démarrage. Si" -" vous avez déjà un solde Dash, vous pouvez soit faire une autre " -"sauvegarde, soit transférer vos fonds à une adresse externe, car " -"restaurer un portefeuille entraînera le remplacement de votre " -"portefeuille existant !" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" +msgstr "" +"Assurez-vous dans l'App Store que votre application Dash soit mise à jour, " +"puis ouvrez-la. Si c'est la première fois que vous ouvrez l'application, " +"vous pouvez saisir directement la phrase de récupération en choisissant " +"**Récupérer un portefeuille** sur l'écran de démarrage. Si vous avez déjà un" +" solde Dash, vous pouvez soit faire une autre sauvegarde, soit transférer " +"vos fonds à une adresse externe, car restaurer un portefeuille entraînera le" +" remplacement de votre portefeuille existant !" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 msgid "*Restoring a 12-word recovery phrase using Dash wallet for iOS*" msgstr "" -"*Restauration d'une phrase de récupération de 12 mots sur le portefeuille" -" Dash pour iOS*" +"*Restauration d'une phrase de récupération de 12 mots sur le portefeuille " +"Dash pour iOS*" #: ../../docs/user/wallets/recovery.rst:250 msgid "12/13-word phrase on Dash Electrum" @@ -543,26 +539,25 @@ msgstr "Phrase de 12 ou 13 mots sur Dash Electrum" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" "Assurez-vous de disposer de la plus récente version de Dash Electrum en " -"suivant les instructions d'installation :ref:`ici `. Dash Electrum permet d'utiliser simultanément plusieurs " -"portefeuilles, vous pouvez donc restaurer en toute sécurité dans un " -"nouveau fichier portefeuille, sans perdre votre ancien portefeuille. " -"Cliquez sur **Fichier > Nouveau/Restaurer** et tapez un nom de fichier " -"dans lequel stocker votre nouveau portefeuille. Puis sélectionnez **Je " -"dispose déjà d'une graine** et saisissez votre phrase de récupération de " -"12 ou 13 mots. Saisissez un nouveau mot de passe pour votre portefeuille " -"puis cliquez **Suivant** pour récupérer vos adresses depuis la phrase de " -"récupération." +"suivant les instructions d'installation :ref:`ici `. " +"Dash Electrum permet d'utiliser simultanément plusieurs portefeuilles, vous " +"pouvez donc restaurer en toute sécurité dans un nouveau fichier " +"portefeuille, sans perdre votre ancien portefeuille. Cliquez sur **Fichier >" +" Nouveau/Restaurer** et tapez un nom de fichier dans lequel stocker votre " +"nouveau portefeuille. Puis sélectionnez **Je dispose déjà d'une graine** et " +"saisissez votre phrase de récupération de 12 ou 13 mots. Saisissez un " +"nouveau mot de passe pour votre portefeuille puis cliquez **Suivant** pour " +"récupérer vos adresses depuis la phrase de récupération." #: ../../docs/user/wallets/recovery.rst:274 msgid "*Restoring a 12-word recovery phrase using Dash Electrum*" @@ -577,26 +572,23 @@ msgid "" "If your 12, 18 or 24-word recovery phrase was generated by a hardware " "wallet, follow these instructions:" msgstr "" -"Si votre phrase de récupération de 12, 18 ou 24 mots a été générée par un" -" portefeuille matériel, veuillez suivre ces instructions :" +"Si votre phrase de récupération de 12, 18 ou 24 mots a été générée par un " +"portefeuille matériel, veuillez suivre ces instructions :" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" -"`KeepKey `_" +"`KeepKey `_" #: ../../docs/user/wallets/recovery.rst:285 -#, fuzzy msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" -"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" @@ -609,29 +601,28 @@ msgstr "Restauration d'un portefeuille iOS dans Dash Electrum" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." -msgstr "" -"Vous pouvez utiliser votre phrase de récupération Dash iOS pour retrouver" -" vos fonds dans Dash Electrum, si jamais vous perdez l'accès à votre " -"appareil iOS pour une raison ou une autre. Cependant, comme les chemins " -"de dérivation de portefeuille ne sont pas identiques, la procédure ne " -"marche que dans un sens, ce qui signifie qu'il n'est pas possible de " -"restaurer un portefeuille Dash Electrum sur un portefeuille Dash iOS. De " -"plus, le processus d'importation utilisant une clé xprv plutôt que la " -"phrase de récupération directement, il ne sera pas possible d'afficher la" -" phrase de récupération dans Dash Electrum. Il est donc recommandé de " -"déplacer les fonds (soit vers un portefeuille standard Dash Electrum, " -"soit vers un autre portefeuille) une fois que la récupération est " -"terminée, pour s'assurer que les procédures standard de sauvegarde " -"fonctionnent comme attendu." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." +msgstr "" +"Vous pouvez utiliser votre phrase de récupération Dash iOS pour retrouver " +"vos fonds dans Dash Electrum, si jamais vous perdez l'accès à votre appareil" +" iOS pour une raison ou une autre. Cependant, comme les chemins de " +"dérivation de portefeuille ne sont pas identiques, la procédure ne marche " +"que dans un sens, ce qui signifie qu'il n'est pas possible de restaurer un " +"portefeuille Dash Electrum sur un portefeuille Dash iOS. De plus, le " +"processus d'importation utilisant une clé xprv plutôt que la phrase de " +"récupération directement, il ne sera pas possible d'afficher la phrase de " +"récupération dans Dash Electrum. Il est donc recommandé de déplacer les " +"fonds (soit vers un portefeuille standard Dash Electrum, soit vers un autre " +"portefeuille) une fois que la récupération est terminée, pour s'assurer que " +"les procédures standard de sauvegarde fonctionnent comme attendu." #: ../../docs/user/wallets/recovery.rst:304 msgid "" @@ -639,9 +630,9 @@ msgid "" "recovery phrase into an xprv key. In the second step, we will import the " "xprv key into Dash Electrum." msgstr "" -"La récupération a lieu en deux temps. D'abord, nous convertirons la " -"phrase de récupération Dash iOS en une clé xprv. Ensuite, nous " -"importerons la clé xprv dans Dash Electrum." +"La récupération a lieu en deux temps. D'abord, nous convertirons la phrase " +"de récupération Dash iOS en une clé xprv. Ensuite, nous importerons la clé " +"xprv dans Dash Electrum." #: ../../docs/user/wallets/recovery.rst:309 msgid "Retrieving the correct Dash iOS xprv key" @@ -649,28 +640,26 @@ msgstr "Retrouver la bonne clé xprv de Dash iOS" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" "Allez sur la page du `convertisseur de code mnémotechnique BIP39 " -"`_. Il s'agit d'un outil très pratique pour" -" manipuler et afficher les données des graines BIP32/39. Si vous n'êtes " -"pas très à l'aise à l'idée d'opérer cette procédure en ligne, une version" -" hors ligne est disponible en téléchargeant le fichier décrit dans `ces " +"`_. Il s'agit d'un outil très pratique pour " +"manipuler et afficher les données des graines BIP32/39. Si vous n'êtes pas " +"très à l'aise à l'idée d'opérer cette procédure en ligne, une version hors " +"ligne est disponible en téléchargeant le fichier décrit dans `ces " "instructions `_. Une fois l'outil chargé dans votre navigateur, suivez les " -"étapes suivantes :" +"version>`_. Une fois l'outil chargé dans votre navigateur, suivez les étapes" +" suivantes :" #: ../../docs/user/wallets/recovery.rst:319 msgid "Enter your 12 word seed phrase in the **BIP39 Mnemonic** field." msgstr "" -"Saisissez votre graine (phrase de 12 mots) dans le champ **BIP39 " -"Mnemonic**." +"Saisissez votre graine (phrase de 12 mots) dans le champ **BIP39 Mnemonic**." #: ../../docs/user/wallets/recovery.rst:320 msgid "Leave **BIP39 Passphrase** blank." @@ -722,40 +711,39 @@ msgstr "Saisissez un mot de passe si vous le souhaitez." #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." -msgstr "" -"Dash Electrum devrait alors détecter votre solde Dash iOS, et vous " -"devriez avoir un accès complet à vos fonds. La phrase de graine ne sera " -"pas disponible dans Dash Electrum, vous aurez donc besoin de suivre à " -"nouveau les étapes ci-dessus si vous souhaitez restaurer à nouveau votre " +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." +msgstr "" +"Dash Electrum devrait alors détecter votre solde Dash iOS, et vous devriez " +"avoir un accès complet à vos fonds. La phrase de graine ne sera pas " +"disponible dans Dash Electrum, vous aurez donc besoin de suivre à nouveau " +"les étapes ci-dessus si vous souhaitez restaurer à nouveau votre " "portefeuille depuis sa phrase de récupération. Il est plutôt recommandé " -"d'envoyer les fonds à un nouveau portefeuille Dash Electrum en suivant la" -" :ref:`procédure standard de sauvegarde `." +"d'envoyer les fonds à un nouveau portefeuille Dash Electrum en suivant la " +":ref:`procédure standard de sauvegarde `." #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" "D'anciennes versions du portefeuille Dash iOS utilisaient des adresses " "**BIP32** avec le chemin de dérivation ``m/0``. Le portefeuille devrait " -"normalement migrer ces fonds vers des adresses BIP44, mais un solde " -"résiduel peut persister sous ce chemin de dérivation, ce qui signifie que" -" restaurer la **clé privée étendue BIP32** peut être utile dans certaines" -" situations. Veuillez consulter `ce fil de discussion sur le forum " -"`_ pour en savoir plus sur cette " +"normalement migrer ces fonds vers des adresses BIP44, mais un solde résiduel" +" peut persister sous ce chemin de dérivation, ce qui signifie que restaurer " +"la **clé privée étendue BIP32** peut être utile dans certaines situations. " +"Veuillez consulter `ce fil de discussion sur le forum " +"`_ pour en savoir plus sur cette " "procédure." #: ../../docs/user/wallets/recovery.rst:354 @@ -764,12 +752,12 @@ msgstr "Clés privées" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -779,11 +767,12 @@ msgstr "" "instructions spécifiques à votre portefeuille). Les clés privées peuvent " "être récupérées suivant de nombreuses méthodes. Dans cet exemple, nous " "montrerons comment récupérer la clé privée d'un portefeuille papier en " -"utilisant le logiciel Dash Core. Si vous ne disposez que d'un QR-code et " -"non de la clé, utilisez une application de lecture de code-barres " -"(`Android `_ ou `iOS `_) pour lire le code d'abord." +"utilisant le logiciel Dash Core. Si vous ne disposez que d'un QR-code et non" +" de la clé, utilisez une application de lecture de code-barres (`Android " +"`_ ou `iOS " +"`_) " +"pour lire le code d'abord." #: ../../docs/user/wallets/recovery.rst:365 msgid "" @@ -801,38 +790,38 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" -"Dash Core rebalayera la blockchain pour trouver les transactions " -"impliquant l'adresse publique de cette clé, identifier les transactions " -"et recalculer le solde de votre portefeuille." +"Dash Core rebalayera la blockchain pour trouver les transactions impliquant " +"l'adresse publique de cette clé, identifier les transactions et recalculer " +"le solde de votre portefeuille." #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." -msgstr "" -"La clé privée doit être au format d'importation de portefeuille (WIF). Si" -" votre clé est chiffrée en utilisant BIP38 (la clé commence par 6P au " -"lieu de 7), vous devez d'abord la déchiffrer pour l'afficher en WIF. Pour" -" ce faire, allez sur https://paper.dash.org/ et cliquez sur **Détails du " -"portefeuille**. Saisissez la clé privée chiffrée dans ce champ puis " -"cliquez sur **Afficher les détails**. Votre mot de passe vous sera " -"demandé, et vos clés seront déchiffrées. Trouvez la clé nommée **Clé " -"privée WIF** et importez-la dans votre portefeuille." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." +msgstr "" +"La clé privée doit être au format d'importation de portefeuille (WIF). Si " +"votre clé est chiffrée en utilisant BIP38 (la clé commence par 6P au lieu de" +" 7), vous devez d'abord la déchiffrer pour l'afficher en WIF. Pour ce faire," +" allez sur https://paper.dash.org/ et cliquez sur **Détails du " +"portefeuille**. Saisissez la clé privée chiffrée dans ce champ puis cliquez " +"sur **Afficher les détails**. Votre mot de passe vous sera demandé, et vos " +"clés seront déchiffrées. Trouvez la clé nommée **Clé privée WIF** et " +"importez-la dans votre portefeuille." #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" -"*Déchiffrage d'une clé chiffrée BIP38 vers le format WIF avant " -"importation dans le logiciel portefeuille Dash Core*" +"*Déchiffrage d'une clé chiffrée BIP38 vers le format WIF avant importation " +"dans le logiciel portefeuille Dash Core*" #: ../../docs/user/wallets/recovery.rst:399 msgid "Forgotten Passwords" @@ -840,29 +829,27 @@ msgstr "Mots de passe oubliés" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." -msgstr "" -"Dans la plupart des cas, si vous aviez choisi un mot de passe complexe " -"puis l'avez oublié ou perdu, il n'y a quasiment aucun espoir de le " -"retrouver. Le chiffrage employé par les portefeuilles Dash est de " -"conception extrêmement sécurisée, et un mot de passe bien choisi fera " -"échouer toutes les tentatives d'attaque par force brute. Si vous vous " -"souvenez de quelques détails du mot de passe, en particulier de sa " -"longueur ou d'une série de caractères qu'il peut comporter, alors les " -"techniques d'attaque par force brute méritent d'être tentées. Plusieurs " -"services existent pour cela, ou vous pouvez le faire vous-même. Comme " -"Dash Core est basé sur Bitcoin Core, la plupart des méthodes " -"d'application de la force brute sur un portefeuille Bitcoin marcheront " -"aussi sur un portefeuille Dash." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." +msgstr "" +"Dans la plupart des cas, si vous aviez choisi un mot de passe complexe puis " +"l'avez oublié ou perdu, il n'y a quasiment aucun espoir de le retrouver. Le " +"chiffrage employé par les portefeuilles Dash est de conception extrêmement " +"sécurisée, et un mot de passe bien choisi fera échouer toutes les tentatives" +" d'attaque par force brute. Si vous vous souvenez de quelques détails du mot" +" de passe, en particulier de sa longueur ou d'une série de caractères qu'il " +"peut comporter, alors les techniques d'attaque par force brute méritent " +"d'être tentées. Plusieurs services existent pour cela, ou vous pouvez le " +"faire vous-même. Comme Dash Core est basé sur Bitcoin Core, la plupart des " +"méthodes d'application de la force brute sur un portefeuille Bitcoin " +"marcheront aussi sur un portefeuille Dash." #: ../../docs/user/wallets/recovery.rst:412 msgid "`Wallet Recovery Services `_" @@ -871,4 +858,3 @@ msgstr "`Wallet Recovery Services `_" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "`BTCRecover `_" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/signing.po b/locale/fr/LC_MESSAGES/docs/user/wallets/signing.po index 013b4a1ba..16510a1ea 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" @@ -29,7 +29,7 @@ msgstr "" "Guides et copies d'écran sur la procédure de signature et de vérification de" " messages avec la cryptomonnaie Dash" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "dash, signer, vérifier, message, trezor, dash core" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/text.po b/locale/fr/LC_MESSAGES/docs/user/wallets/text.po index 7d77b90ca..7e7088bbc 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "Guides des portefeuilles SMS pour la cryptomonnaie Dash" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po index ef8f8f841..100413906 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" @@ -31,15 +30,11 @@ msgstr "" "Liste et information détaillée sur les portefeuilles de tierce partie " "compatibles avec la cryptomonnaie Dash" -#: ../../docs/user/wallets/third-party.rst:-1 -#, fuzzy +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" msgstr "" -"dash, portefeuille, mobile, edge, ethos, paytomat, mobi, guarda, exodus, " -"atomic, jaxx, coinomi, cobo, cryptonator, trust, kurepay, ownbit, abra, " -"vegawallet" #: ../../docs/user/wallets/third-party.rst:8 msgid "Introduction" @@ -47,24 +42,23 @@ msgstr "Introduction" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" -"Le protocole Dash et beaucoup des produits Dash, tels que le portefeuille" -" logiciel Dash Core et les portefeuilles mobiles, sont entièrement open " -"source, ce qui permet aux tierces parties d'intégrer facilement Dash à " -"leurs solutions existantes de portefeuilles cryptomonétaires. Cette " -"section détaille certains des portefeuilles de tierce partie disponibles," -" et les fonctions qu'ils offrent. Veuillez noter que Dash ne fournit " -"aucune assistance pour aucun de ces portefeuilles, et que leur présence " -"dans cette liste ne doit pas être considérée comme un soutien ou une " -"recommandation. Veuillez contacter l'éditeur du logiciel pour toute " -"assistance." +"Le protocole Dash et beaucoup des produits Dash, tels que le portefeuille " +"logiciel Dash Core et les portefeuilles mobiles, sont entièrement open " +"source, ce qui permet aux tierces parties d'intégrer facilement Dash à leurs" +" solutions existantes de portefeuilles cryptomonétaires. Cette section " +"détaille certains des portefeuilles de tierce partie disponibles, et les " +"fonctions qu'ils offrent. Veuillez noter que Dash ne fournit aucune " +"assistance pour aucun de ces portefeuilles, et que leur présence dans cette " +"liste ne doit pas être considérée comme un soutien ou une recommandation. " +"Veuillez contacter l'éditeur du logiciel pour toute assistance." #: ../../docs/user/wallets/third-party.rst:21 msgid "ADAMANT" @@ -77,15 +71,15 @@ msgstr "https://adamant.im" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" "ADAMANT est un portefeuille web et une application de messagerie " "instantanée, avec un engagement particulier pour la confidentialité. " "L'application permet aux utilisateurs d'envoyer des dashs au sein d'une " "application de discussion instantanée. Aucun enregistrement ou " -"identification KYC n'est obligatoire, et l'application est entièrement " -"open-source." +"identification KYC n'est obligatoire, et l'application est entièrement open-" +"source." #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 @@ -107,16 +101,16 @@ msgstr "Installation" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." msgstr "" "Les portefeuilles de bureau ADAMANT sont disponibles à l'adresse " -"https://adamant.im/#adm-apps pour Linux, macOS et Windows. ADAMANT est " -"aussi disponible sur le `Play Store de Google pour Android " +"https://adamant.im/#adm-apps pour Linux, macOS et Windows. ADAMANT est aussi" +" disponible sur le `Play Store de Google pour Android " "`__" " et `l'App Store d'Apple pour iOS " "`__." @@ -163,33 +157,31 @@ msgstr "https://exscudo.com/channels/" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" "Conçu par Exscudo, Channels est un système de messagerie sécurisée " -"permettant le transfert de beaucoup de cryptomonnaies, dont Dash. Le " -"jeton sous-jacent EON facilite l'identification sécurisée et permet de " -"réduire la fraude." +"permettant le transfert de beaucoup de cryptomonnaies, dont Dash. Le jeton " +"sous-jacent EON facilite l'identification sécurisée et permet de réduire la " +"fraude." #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" "Channels est disponible sur le `Play Store de Google pour Android " -"`__ " -"et `l'App Store d'Apple pour iOS " -"`__." +"`__ et " +"`l'App Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" -"Channels propose une FAQ à l'adresse https://exscudo.com/blog/exscudo" -"/frequently-asked-questions/" +"Channels propose une FAQ à l'adresse " +"https://exscudo.com/blog/exscudo/frequently-asked-questions/" #: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" @@ -207,22 +199,20 @@ msgstr "https://cobo.com" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" "Cobo est un portefeuille mobile multi-devises compatible avec Dash, " -"proposant soit d'ouvrir un portefeuille dans le nuage (les clés privées " -"sont sauvegardées dans le nuage), soit de générer votre propre \"graine\"" -" pour portefeuille déterministe (clés privées chiffrées sur votre " -"appareil), vous donnant ainsi un contrôle maximal sur votre manière de " -"gérer vos clés cryptographiques, pour tous les actifs dans votre " -"portefeuille. Le portefeuille propose une fonctionnalité unique de \"mise" -" en commun\", avec laquelle les utilisateurs peuvent mettre en commun " -"leurs dashs pour créer des masternodes et recevoir un revenu " -"hebdomadaire. " +"proposant soit d'ouvrir un portefeuille dans le nuage (les clés privées sont" +" sauvegardées dans le nuage), soit de générer votre propre \"graine\" pour " +"portefeuille déterministe (clés privées chiffrées sur votre appareil), vous " +"donnant ainsi un contrôle maximal sur votre manière de gérer vos clés " +"cryptographiques, pour tous les actifs dans votre portefeuille. Le " +"portefeuille propose une fonctionnalité unique de \"mise en commun\", avec " +"laquelle les utilisateurs peuvent mettre en commun leurs dashs pour créer " +"des masternodes et recevoir un revenu hebdomadaire. " #: ../../docs/user/wallets/third-party.rst:131 msgid "" @@ -231,17 +221,16 @@ msgid "" "`Apple App Store for iOS `__." msgstr "" "Cobo est disponible sur le `magasin Google Play pour Android " -"`__ et sur " -"`l'App Store d'Apple pour iOS " -"`__." +"`__ et sur `l'App" +" Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" -"Cobo propose une documentation détaillée de toutes ses fonctions à " -"l'adresse https://support.cobo.com" +"Cobo propose une documentation détaillée de toutes ses fonctions à l'adresse" +" https://support.cobo.com" #: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" @@ -249,44 +238,37 @@ msgstr "Portefeuille Cobo" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 -#, fuzzy msgid "Coin Wallet" -msgstr "Portefeuille Cobo" +msgstr "" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://evercoin.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" #: ../../docs/user/wallets/third-party.rst:181 -#, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -"Cobo propose une documentation détaillée de toutes ses fonctions à " -"l'adresse https://support.cobo.com" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" @@ -298,18 +280,18 @@ msgstr "https://www.coinomi.com" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" -"Coinomi est un portefeuille mobile multi-devises et open source, " -"disponible pour iOS et Android. Vos clés privées ne quittent jamais votre" -" appareil, et un chiffrage fort du portefeuille garantit que vos fonds " -"restent toujours sous votre seul contrôle. Des conversions instantanées " -"sont disponibles directement dans le portefeuille grâce à l'intégration " -"de ShapeShift et Changelly." +"Coinomi est un portefeuille mobile multi-devises et open source, disponible " +"pour iOS et Android. Vos clés privées ne quittent jamais votre appareil, et " +"un chiffrage fort du portefeuille garantit que vos fonds restent toujours " +"sous votre seul contrôle. Des conversions instantanées sont disponibles " +"directement dans le portefeuille grâce à l'intégration de ShapeShift et " +"Changelly." #: ../../docs/user/wallets/third-party.rst:206 msgid "Download" @@ -318,19 +300,16 @@ msgstr "Téléchargement" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" "Les portefeuilles Coinomi pour ordinateur de bureau sont disponibles à " -"l'adresse https://www.coinomi.com/downloads/ pour Linux, macOS et " -"Windows. Coinomi est aussi disponible sur le `Play Store de Google pour " -"Android " +"l'adresse https://www.coinomi.com/downloads/ pour Linux, macOS et Windows. " +"Coinomi est aussi disponible sur le `Play Store de Google pour Android " "`__ et " -"`l'App Store d'Apple pour iOS " -"`__." +"`l'App Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:224 msgid "" @@ -355,48 +334,45 @@ msgstr "https://edge.app" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." -msgstr "" -"Edge est un portefeuille multi-devises sûr pour iOS et Android. Il " -"propose un système à identifiant unique pour stocker dans le nuage votre " -"graine HD chiffrée, tout en exécutant sur votre appareil toutes les " -"opérations sensibles exigeant une clé privée. Edge est rapide et simple " -"d'emploi, et il vous permet de scanner des QR-codes ou de signer des " -"transaction avec votre empreinte digitale ou un simple code PIN. " -"ShapeShift est également intégré pour faciliter la conversion entre " -"différentes cryptomonnaies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." +msgstr "" +"Edge est un portefeuille multi-devises sûr pour iOS et Android. Il propose " +"un système à identifiant unique pour stocker dans le nuage votre graine HD " +"chiffrée, tout en exécutant sur votre appareil toutes les opérations " +"sensibles exigeant une clé privée. Edge est rapide et simple d'emploi, et il" +" vous permet de scanner des QR-codes ou de signer des transaction avec votre" +" empreinte digitale ou un simple code PIN. ShapeShift est également intégré " +"pour faciliter la conversion entre différentes cryptomonnaies." #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" "Edge est disponible sur le `Play Store de Google pour Android " "`__ et " -"`l'App Store d'Apple pour iOS " -"`__." +"`l'App Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" -"Edge propose une documentation détaillée de toutes ses fonctions à " -"l'adresse https://support.edge.app et vous pouvez aussi trouver quelques " -"liens rapides ci-dessous :" +"Edge propose une documentation détaillée de toutes ses fonctions à l'adresse" +" https://support.edge.app et vous pouvez aussi trouver quelques liens " +"rapides ci-dessous :" #: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" -msgstr "`Démarrage `__" +msgstr "" +"`Démarrage `__" #: ../../docs/user/wallets/third-party.rst:272 msgid "" @@ -439,28 +415,27 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" -"Le portefeuille universel Ethos vous permet de stocker des dashs et plus " -"de 100 autres cryptomonnaies. Il comporte une phrase de récupération " -"unique, connue sous le nom de SmartKey, qui permet de restaurer tous les " -"soldes sur un autre appareil. Ses fonctions incluent entre autres des " -"noms d'utilisateur lisibles par des humains, une conversion ShapeShift et" -" un suivi de portfolio." +"Le portefeuille universel Ethos vous permet de stocker des dashs et plus de " +"100 autres cryptomonnaies. Il comporte une phrase de récupération unique, " +"connue sous le nom de SmartKey, qui permet de restaurer tous les soldes sur " +"un autre appareil. Ses fonctions incluent entre autres des noms " +"d'utilisateur lisibles par des humains, une conversion ShapeShift et un " +"suivi de portfolio." #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" -"Le portefeuille universel Ethos est disponible sur le `magasin Google " -"Play pour Android " -"`__" -" et sur `l'App Store d'Apple pour iOS " +"Le portefeuille universel Ethos est disponible sur le `magasin Google Play " +"pour Android " +"`__ " +"et sur `l'App Store d'Apple pour iOS " "`__." #: ../../docs/user/wallets/third-party.rst:313 @@ -469,8 +444,8 @@ msgid "" "https://support.ethos.io and a few quick links are also collected here:" msgstr "" "Ethos propose une documentation détaillée de toutes ses fonctions à " -"l'adresse https://support.ethos.io et quelques liens rapides sont " -"également disponibles ci-dessous :" +"l'adresse https://support.ethos.io et quelques liens rapides sont également " +"disponibles ci-dessous :" #: ../../docs/user/wallets/third-party.rst:317 msgid "" @@ -495,12 +470,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" "`SmartWallet - guide de l'utilisateur " -"`_" +"`_" #: ../../docs/user/wallets/third-party.rst:320 msgid "" @@ -526,28 +501,27 @@ msgstr "https://www.exodus.io" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" "Le portefeuille Exodus propose un design attrayant et peut stocker " -"simultanément plusieurs monnaies. Il est disponible pour Windows, Mac, " -"Linux et iOS. Il est également entièrement intégré avec ShapeShift pour " -"permettre la conversion entre différentes monnaies." +"simultanément plusieurs monnaies. Il est disponible pour Windows, Mac, Linux" +" et iOS. Il est également entièrement intégré avec ShapeShift pour permettre" +" la conversion entre différentes monnaies." #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" "Toutes les versions d'Exodus sont disponibles à l'adresse " "https://www.exodus.io/download — téléchargez simplement et installez la " -"version correspondant à votre système. Exodus est également disponible " -"dans `l'App Store d'Apple pour iOS " -"`__." +"version correspondant à votre système. Exodus est également disponible dans " +"`l'App Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:353 msgid "" @@ -555,24 +529,24 @@ msgid "" "https://support.exodus.io and a few quick links are also collected here:" msgstr "" "Exodus propose une documentation détaillée de toutes ses fonctions à " -"l'adresse https://support.exodus.io et quelques liens rapides sont " -"également disponibles ci-dessous :" +"l'adresse https://support.exodus.io et quelques liens rapides sont également" +" disponibles ci-dessous :" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" -"`Comment installer Exodus ? `_" +"`Comment installer Exodus ? `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" -"`Comment démarrer avec Exodus ? `_" +"`Comment démarrer avec Exodus ? `_" #: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" @@ -588,44 +562,42 @@ msgstr "https://guarda.com" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" "Guarda propose un écosystème blockchain entier, composé de portefeuilles " -"web, mobiles ou pour ordinateurs de bureau, de ventes crypto de gré à gré" -" (OTC) et d'un service instantané de change crypto. Dash est compatible " -"avec tout cet écosystème, permettant aux nouveaux utilisateurs de " -"démarrer rapidement et simplement. Toutes les clés sont détenues par " -"l'utilisateur, pour garantir la sécurité de vos fonds." +"web, mobiles ou pour ordinateurs de bureau, de ventes crypto de gré à gré " +"(OTC) et d'un service instantané de change crypto. Dash est compatible avec " +"tout cet écosystème, permettant aux nouveaux utilisateurs de démarrer " +"rapidement et simplement. Toutes les clés sont détenues par l'utilisateur, " +"pour garantir la sécurité de vos fonds." #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" "Les portefeuilles Guarda pour ordinateurs de bureau sont disponibles à " -"l'adresse https://guarda.co/desktop pour Linux, macOS et Windows, ou vous" -" pouvez utiliser le portefeuille web à l'adresse https://guarda.co/app " -"pour créer de nouveaux portefeuilles ou restaurer des portefeuilles déjà " +"l'adresse https://guarda.co/desktop pour Linux, macOS et Windows, ou vous " +"pouvez utiliser le portefeuille web à l'adresse https://guarda.co/app pour " +"créer de nouveaux portefeuilles ou restaurer des portefeuilles déjà " "existants. Guarda est aussi disponible sur le `Play Store de Google pour " "Android " -"`__" -" et `l'App Store d'Apple pour iOS " -"`__." +"`__ et" +" `l'App Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" "Guarda propose une documentation détaillée de toutes ses fonctions à " "l'adresse https://guarda.freshdesk.com et quelques liens rapides sont " @@ -634,12 +606,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" "`Comment créer un portefeuille ? " -"`_" +"`_" #: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" @@ -661,10 +633,10 @@ msgid "" "multisig and a built-in one-click exchange." msgstr "" "Huobi Wallet est une solution professionnelle, pratique et sûre pour " -"sécuriser vos actifs cryptomonétaires. Les utilisateurs gardent le " -"contrôle total sur leurs fonds, car ils gèrent eux-mêmes leurs clés " -"privées. Le portefeuille est compatible avec les multisignatures et " -"propose une plateforme intégrée de change en un clic." +"sécuriser vos actifs cryptomonétaires. Les utilisateurs gardent le contrôle " +"total sur leurs fonds, car ils gèrent eux-mêmes leurs clés privées. Le " +"portefeuille est compatible avec les multisignatures et propose une " +"plateforme intégrée de change en un clic." #: ../../docs/user/wallets/third-party.rst:439 msgid "" @@ -716,44 +688,42 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" "Mobi est un portefeuille mobile multi-devises associé à votre numéro de " -"téléphone. En tant que portefeuille hébergé, Mobi détient les clés " -"privées de vos fonds à votre place, ce qui signifie que vous pouvez " -"restaurer vos fonds par simple réception d'un message texte et en " -"saisissant votre code PIN. Cependant, vous devez faire confiance à Mobi " -"pour qu'il agisse de manière responsable avec vos clés privées, et vous " -"perdrez l'accès à vos fonds si vous perdez l'accès à votre numéro de " -"téléphone. Une interface web est également disponible, et vous pouvez " -"acheter des cryptomonnaies dans l'application avec de la monnaie " -"fiduciaire." +"téléphone. En tant que portefeuille hébergé, Mobi détient les clés privées " +"de vos fonds à votre place, ce qui signifie que vous pouvez restaurer vos " +"fonds par simple réception d'un message texte et en saisissant votre code " +"PIN. Cependant, vous devez faire confiance à Mobi pour qu'il agisse de " +"manière responsable avec vos clés privées, et vous perdrez l'accès à vos " +"fonds si vous perdez l'accès à votre numéro de téléphone. Une interface web " +"est également disponible, et vous pouvez acheter des cryptomonnaies dans " +"l'application avec de la monnaie fiduciaire." #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" "Mobi est disponible sur le `magasin Google Play pour Android " -"`__ et" -" sur `l'App Store d'Apple pour iOS " +"`__ et " +"sur `l'App Store d'Apple pour iOS " "`__." #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" "Lisez la `FAQ `_, rejoignez le `groupe Telegram " -"Mobi `_ ou envoyez un message à support@mobi.me " -"pour toute assistance avec Mobi." +"Mobi `_ ou envoyez un message à support@mobi.me pour " +"toute assistance avec Mobi." #: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" @@ -769,33 +739,31 @@ msgstr "https://ownbit.io" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" "Ownbit est un portefeuille mobile multi-devises et multi-signatures, " -"compatible avec Dash. Il vous permet de gérer plusieurs portefeuilles et " -"des contacts pour faciliter vos transactions." +"compatible avec Dash. Il vous permet de gérer plusieurs portefeuilles et des" +" contacts pour faciliter vos transactions." #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" "Ownbit est disponible sur le `Play Store de Google pour Android " -"`__ et " -"`l'App Store d'Apple pour iOS " -"`__." +"`__ et `l'App" +" Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" -"Rejoignez le `groupe Telegram Ownbit `_ ou envoyez " -"un e-mail à hi@bitbill.com pour obtenir de l'aide sur Ownbit." +"Rejoignez le `groupe Telegram Ownbit `_ ou envoyez un " +"e-mail à hi@bitbill.com pour obtenir de l'aide sur Ownbit." #: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" @@ -811,14 +779,13 @@ msgstr "https://trustwallet.com" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" -"Soutenu par `Binance `__, le portefeuille Trust " -"est un portefeuille mobile multi-devises, sécurisé et intuitif, " -"compatible avec Dash, Bitcoin, Ethereum et une large gamme de jetons et " -"DApps." +"Soutenu par `Binance `__, le portefeuille Trust est" +" un portefeuille mobile multi-devises, sécurisé et intuitif, compatible avec" +" Dash, Bitcoin, Ethereum et une large gamme de jetons et DApps." #: ../../docs/user/wallets/third-party.rst:563 msgid "" @@ -834,13 +801,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" -"Veuillez consulter le `centre d'aide `__" -" ou rejoindre le `groupe Telegram Trust `_ pour" -" obtenir de l'aide." +"Veuillez consulter le `centre d'aide `__ ou" +" rejoindre le `groupe Telegram Trust `_ pour " +"obtenir de l'aide." #: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" @@ -856,15 +822,14 @@ msgstr "https://unstoppable.money" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" -"Unstoppable est un portefeuille multi-devises qui adhère aux standards et" -" propose les dernières avancées pour Bitcoin et Ethereum. Stockez et " -"faites croître des actifs crypto, depuis n'importe où. Gardez un contrôle" -" total sur vos actifs. Restez dans le domaine privé." +"Unstoppable est un portefeuille multi-devises qui adhère aux standards et " +"propose les dernières avancées pour Bitcoin et Ethereum. Stockez et faites " +"croître des actifs crypto, depuis n'importe où. Gardez un contrôle total sur" +" vos actifs. Restez dans le domaine privé." #: ../../docs/user/wallets/third-party.rst:604 msgid "" @@ -880,11 +845,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" -"Voir la `FAQ `__ ou `Unstoppable sur " -"GitHub `_ pour obtenir de l'aide." +"Voir la `FAQ `__ ou `Unstoppable sur GitHub " +"`_ pour obtenir de l'aide." #: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" @@ -900,45 +865,42 @@ msgstr "https://www.vegawallet.com" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" -"VegaWallet propose un portefeuille sécurisé multi-devises et multi-" -"actifs, compatible avec la fonction InstantSend de Dash et les " -"portefeuilles multi-signature. Le portefeuille communique avec plusieurs " -"plateformes de change et sources de cours, et propose également des " -"fonctionnalités NFC avancées pour les paiements." +"VegaWallet propose un portefeuille sécurisé multi-devises et multi-actifs, " +"compatible avec la fonction InstantSend de Dash et les portefeuilles multi-" +"signature. Le portefeuille communique avec plusieurs plateformes de change " +"et sources de cours, et propose également des fonctionnalités NFC avancées " +"pour les paiements." #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" -"Les portefeuilles VegaWallet pour ordinateur de bureau sont disponibles à" -" l'adresse https://vegawallet.com pour macOS et Windows. VegaWallet est " -"aussi disponible sur le `Play Store de Google pour Android " +"Les portefeuilles VegaWallet pour ordinateur de bureau sont disponibles à " +"l'adresse https://vegawallet.com pour macOS et Windows. VegaWallet est aussi" +" disponible sur le `Play Store de Google pour Android " "`__ et " -"`l'App Store d'Apple pour iOS " -"`__." +"`l'App Store d'Apple pour iOS `__." #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" "VegaWallet propose une `foire aux questions " "`__ et un `groupe Telegram " -"`_ pour l'assistance. L'équipe répond " -"aussi aux e-mails envoyés à l'adresse `support@vegawallet.com " +"`_ pour l'assistance. L'équipe répond aussi " +"aux e-mails envoyés à l'adresse `support@vegawallet.com " "`__" #: ../../docs/user/wallets/third-party.rst:662 @@ -955,493 +917,34 @@ msgstr "https://zel.network" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" -"ZelCore vous permet d'acheter, de stocker et d'échanger des " -"cryptomonnaies dans une seule application. Le portefeuille propose des " -"intégrations poussées avec des plateformes de change de tierce partie, " -"ainsi que des fonctionnalités 2FA décentralisées." +"ZelCore vous permet d'acheter, de stocker et d'échanger des cryptomonnaies " +"dans une seule application. Le portefeuille propose des intégrations " +"poussées avec des plateformes de change de tierce partie, ainsi que des " +"fonctionnalités 2FA décentralisées." #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" "ZelCore est disponible sur le `magasin Google Play pour Android " -"`__ et" -" sur `l'App Store d'Apple pour iOS " +"`__ et " +"sur `l'App Store d'Apple pour iOS " "`__." #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" -"Consulter le `wiki Zel `__ ou " -"rejoignez le `serveur Discord Zel `_ pour obtenir" -" de l'aide." +"Consulter le `wiki Zel `__ ou rejoignez " +"le `serveur Discord Zel `_ pour obtenir de l'aide." #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "Portefeuille ZelCore tournant sur Android" - -#~ msgid "Cryptonator" -#~ msgstr "Cryptonator" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" -#~ "Cryptonator propose un portefeuille web " -#~ "et mobile qui peut être accédé par" -#~ " une simple combinaison nom " -#~ "d'utilisateur/mot de passe. Il est " -#~ "compatible avec de nombreuses monnaies, " -#~ "dont Dash, et permet une conversion " -#~ "instantanée entre elles. Il permet aussi" -#~ " de faire des paiements en euros " -#~ "(SEPA) directement depuis le compte." - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" -#~ "Cryptonator est disponible sur le `Play" -#~ " Store de Google pour Android " -#~ "`__" -#~ " et en ligne à l'adresse " -#~ "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" -#~ "Cryptonator propose une documentation " -#~ "détaillée de toutes ses fonctions à " -#~ "l'adresse https://cryptonator.zendesk.com" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "Portefeuille Cryptonator sur Android" - -#~ msgid "Evercoin" -#~ msgstr "Evercoin" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" -#~ "Evercoin est un portefeuille mobile " -#~ "multi-devises combiné avec une puissante" -#~ " plateforme de change instantanée, le " -#~ "tout dans une seule application. Des " -#~ "fonctionnalités avancées, comme les ordres " -#~ "à limite, vous permettent d'exécuter des" -#~ " opérations avantageuses sans devoir copier" -#~ " des adresses ou utiliser des " -#~ "plateformes de change en ligne " -#~ "compliquées. Les clés privées sont " -#~ "stockées sur l'appareil et sauvegardées " -#~ "en utilisant une phrase de 12 mots" -#~ " typique. Un portefeuille matériel Evercoin" -#~ " doit également être lancé bientôt." - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" -#~ "Evercoin est disponible sur le `magasin" -#~ " Google Play pour Android " -#~ "`__ " -#~ "et sur `l'App Store d'Apple pour " -#~ "iOS `__." - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" -#~ "Lisez la `FAQ `__ " -#~ "ou consultez le `site Evercoin " -#~ "`_ pour converser en " -#~ "direct avec l'équipe d'assistance." - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "Portefeuille Evercoin tournant sur Android" - -#~ msgid "Jaxx" -#~ msgstr "Jaxx" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" -#~ "Le portefeuille Jaxx est compatible avec" -#~ " de nombreuses devises (dont Dash). " -#~ "Il est disponible pour presque toutes" -#~ " les plateformes, dont Android, iOS, " -#~ "macOS, Windows, Linux, et également en" -#~ " tant qu'extension Chrome. Jaxx est " -#~ "un logiciel open source." - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" -#~ "Tous les logiciels Jaxx sont disponibles" -#~ " à l'adresse https://jaxx.io/downloads.html — " -#~ "téléchargez et installez simplement le " -#~ "paquet approprié à votre système " -#~ "d'exploitation. Jaxx est aussi disponible " -#~ "sur le `Play Store de Google pour" -#~ " Android " -#~ "`__" -#~ " et `l'App Store d'Apple pour iOS " -#~ "`__." - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" -#~ "Jaxx propose une documentation détaillée " -#~ "de toutes les fonctions à l'adresse " -#~ "https://support.decentral.ca et le lien pour" -#~ " démarrer est ci-dessous :" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" -#~ "`Démarrage `__" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "Portefeuille Jaxx tournant sur différents appareils" - -#~ msgid "KurePay" -#~ msgstr "KurePay" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "https://wallet.kurepay.com" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" -#~ "KurePay propose un portefeuille web et" -#~ " mobile, avec la possibilité de " -#~ "l'alimenter par carte de crédit ou " -#~ "de débit ou par cryptomonnaies, ou " -#~ "de faire des retraits en nairas " -#~ "vers des comptes bancaires nigérians. Il" -#~ " est aussi possible de convertir les" -#~ " fonds et de payer des factures " -#~ "domestiques au Nigéria." - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" -#~ "KurePay est disponible sur le `Play " -#~ "Store de Google pour Android " -#~ "`__." - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" -#~ "Veuillez lire la `FAQ " -#~ "`__ ou envoyer un" -#~ " e-mail à info@kurepay.com pour obtenir " -#~ "de l'aide." - -#~ msgid "Magnum" -#~ msgstr "Magnum" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "https://magnumwallet.co" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" -#~ "Magnum est un portefeuille multi-devises" -#~ " web et mobile, compatible avec plus" -#~ " de 100 cryptomonnaies dont Dash. Le" -#~ " portefeuille intègre Changelly pour " -#~ "permettre des conversions dans l'application." -#~ " Il propose des fonctions d'intéressement," -#~ " de délégation et de distribution. " -#~ "Magnum s'efforce de fournir une " -#~ "interface simple et sûre pour stocker" -#~ " vos actifs numériques et interagir " -#~ "avec eux." - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" -#~ "Magnum est disponible sur le `Play " -#~ "Store de Google pour Android " -#~ "`__." - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" -#~ "Rejoignez le `groupe Telegram Magnum " -#~ "`_ pour l'assistance " -#~ "Magnum." - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "Portefeuille Magnum tournant sur Android" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" -#~ "Paytomat propose un portefeuille multi-" -#~ "devises pour Android et iOS qui " -#~ "intègre un programme de fidélité pour" -#~ " inciter les vendeurs et les " -#~ "acheteurs à faire des transactions en" -#~ " Dash." - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" -#~ "Paytomat est disponible sur le `Play " -#~ "Store de Google pour Android " -#~ "`__ " -#~ "et `l'App Store d'Apple pour iOS " -#~ "`__." - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" -#~ "Rejoignez le `groupe Telegram Paytomat " -#~ "Telegram `_ ou envoyez " -#~ "un message à support@paytomat.com pour " -#~ "l'assistance Paytomat." - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "Portefeuille Paytomat sur Android" - -#~ msgid "Spend" -#~ msgstr "Spend" - -#~ msgid "https://www.spend.com" -#~ msgstr "https://www.spend.com" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" -#~ "Spend propose un portefeuille multi-" -#~ "devises pour Android et iOS, qui " -#~ "sert aussi à gérer le solde de " -#~ "la carte Visa Spend et de son " -#~ "programme de fidélité." - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" -#~ "Spend est disponible sur le `Play " -#~ "Store de Google pour Android " -#~ "`__ " -#~ "et `l'App Store d'Apple pour iOS " -#~ "`__." - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "L'assistance de Spend est disponible à l'adresse https://help.spend.com" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "Portefeuille Spend sur iOS" - -#~ msgid "Atomic Wallet" -#~ msgstr "Atomic Wallet" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "https://atomicwallet.io" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" -#~ "Le portefeuille Atomic est un " -#~ "portefeuille multi-actifs intégrant le " -#~ "change de type \"atomic swap\" et " -#~ "des fonctionnalités de livre d'ordres " -#~ "décentralisé. Il fournit un service " -#~ "puissant et sûr permettant aux " -#~ "utilisateurs, de manière transparente et " -#~ "fiable, de réduire le temps passé " -#~ "à gérer et convertir des crypto-" -#~ "actifs." - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" -#~ "Toutes les sorties d'Atomic Wallet sont" -#~ " disponibles à l'adresse https://atomicwallet.io" -#~ " — téléchargez simplement et installez " -#~ "le paquet approprié pour votre système" -#~ " d'exploitation. Atomic Wallet est " -#~ "également disponible sur le `magasin " -#~ "Google Play pour Android " -#~ "`__ \n" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" -#~ "Atomic propose une documentation détaillée " -#~ "de toutes ses fonctions à l'adresse " -#~ "https://atomicwallet.freshdesk.com et quelques liens" -#~ " rapides sont également disponibles ci-" -#~ "dessous :" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" -#~ "`Démarrer avec Atomic Wallet, première " -#~ "partie " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" -#~ "`Démarrer avec Atomic Wallet, seconde " -#~ "partie " -#~ "`_" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" -#~ "`Comment créer un portefeuille " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" -#~ "`Comprendre les Atomic Swaps " -#~ "`_" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "Écran du portfolio du portefeuille Atomic" - diff --git a/locale/fr/LC_MESSAGES/docs/user/wallets/web.po b/locale/fr/LC_MESSAGES/docs/user/wallets/web.po index 114d86f36..e9c07e4b0 100644 --- a/locale/fr/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/fr/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,17 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" @@ -30,7 +30,7 @@ msgstr "" "MyDashWallet est un portefeuille web sûr pour Dash, compatible avec " "InstantSend et CoinJoin" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/fr/LC_MESSAGES/index.po b/locale/fr/LC_MESSAGES/index.po index 2cbacd4d3..6668351e9 100644 --- a/locale/fr/LC_MESSAGES/index.po +++ b/locale/fr/LC_MESSAGES/index.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Daf Daf, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Daf Daf, 2022\n" -"Language: fr\n" -"Language-Team: French (https://www.transifex.com/dash/teams/37570/fr/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -"La documentation Dash comprend des informations et des guides sur Dash, " -"la cryptomonnaie pair à pair et open source, particulièrement dédiée au " -"secteur des paiements." +"La documentation Dash comprend des informations et des guides sur Dash, la " +"cryptomonnaie pair à pair et open source, particulièrement dédiée au secteur" +" des paiements." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -47,45 +46,43 @@ msgstr "Dash : documentation" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" -"Dash a pour ambition d'être la cryptomonnaie la plus simple d'utilisation" -" au monde et la plus adaptée aux paiements. Le réseau Dash propose une " +"Dash a pour ambition d'être la cryptomonnaie la plus simple d'utilisation au" +" monde et la plus adaptée aux paiements. Le réseau Dash propose une " ":ref:`confirmation instantanée des transactions `, une " "protection contre les doubles dépenses, un :ref:`anonymat ` " "facultatif similaire à celui de l'argent liquide, un :ref:`système de " -"gouvernance autogéré et autofinancé ` " -"s'appuyant sur :ref:`des nœuds rétribués `, et une " -"`feuille de route claire `_ vers un " -"objectif de blocs de 400 Mo associé à du matériel informatique dédié et " -"open source. Tout en étant basé sur Bitcoin et compatible avec beaucoup " -"de composants clés de l'écosystème Bitcoin, Dash offre, grâce à son " -"réseau à deux niveaux, des améliorations significatives en matière de " -"vitesse de transaction, d'anonymat et de gouvernance. Cette section de la" -" documentation décrit ces avantages, mais aussi bien d'autres fonctions " -"clés qui distinguent profondément Dash du reste de l'économie blockchain." +"gouvernance autogéré et autofinancé ` s'appuyant " +"sur :ref:`des nœuds rétribués `, et une `feuille de " +"route claire `_ vers un objectif de blocs de " +"400 Mo associé à du matériel informatique dédié et open source. Tout en " +"étant basé sur Bitcoin et compatible avec beaucoup de composants clés de " +"l'écosystème Bitcoin, Dash offre, grâce à son réseau à deux niveaux, des " +"améliorations significatives en matière de vitesse de transaction, " +"d'anonymat et de gouvernance. Cette section de la documentation décrit ces " +"avantages, mais aussi bien d'autres fonctions clés qui distinguent " +"profondément Dash du reste de l'économie blockchain." #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -94,8 +91,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -108,8 +105,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -122,17 +119,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/it/LC_MESSAGES/docs/user/developers/compiling.po b/locale/it/LC_MESSAGES/docs/user/developers/compiling.po index 05b36e63f..5a7b55c5c 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/compiling.po @@ -5,15 +5,17 @@ # # Translators: # Gleb Golov , 2022 +# AL , 2023 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Gleb Golov , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -51,6 +53,17 @@ msgid "" "generic.md>`__ available on GitHub to compile or cross-compile Dash for any " "platform." msgstr "" +"Mentre Dash offre build binarie stabili sul `website " +"`_ e su `GitHub " +"`__, e lo sviluppo compila " +"utilizzando `GitLab CI `_, molti " +"utenti saranno anche interessati a creare binari Dash per se stessi. Questo " +"processo è stato notevolmente semplificato con il rilascio di Dash Core " +"0.13.0 e gli utenti che non richiedono build deterministiche possono in " +"genere seguire le \"note di build generiche " +"`__ " +"disponibile su GitHub per compilare o eseguire la compilazione incrociata di" +" Dash per qualsiasi piattaforma." #: ../../docs/user/developers/compiling.rst:21 msgid "" @@ -89,19 +102,23 @@ msgstr "" #: ../../docs/user/developers/compiling.rst:40 msgid "Build process" -msgstr "" +msgstr "Processo di Build" #: ../../docs/user/developers/compiling.rst:43 msgid "" "This setup has been tested using a clean install of Ubuntu 20.04. For " "maximum compatibility, please use that version." msgstr "" +"Questa configurazione è stata testata utilizzando un'installazione pulita di" +" Ubuntu 20.04. Per la massima compatibilità, utilizzare quella versione." #: ../../docs/user/developers/compiling.rst:46 msgid "" "Start by logging in as the \"root\" user. Create a new user with the " "following command, replacing ```` with a username of your choice::" msgstr "" +"Inizia accedendo come utente \"root\". Crea un nuovo utente con il seguente " +"comando, sostituendo ```` con un nome utente a tua scelta::" #: ../../docs/user/developers/compiling.rst:51 msgid "" @@ -111,6 +128,12 @@ msgid "" "Alternatively, an existing user can be used on systems that are already in " "use (e.g. your existing development system)." msgstr "" +"Ti verrà richiesta una password. Immettere e confermare utilizzando una " +"nuova password (diversa dalla password di root) e conservarla in un luogo " +"sicuro. Verranno visualizzate anche richieste di informazioni sull'utente, " +"ma questo può essere lasciato vuoto. In alternativa, un utente esistente può" +" essere utilizzato su sistemi già in uso (ad esempio il sistema di sviluppo " +"esistente)." #: ../../docs/user/developers/compiling.rst:57 msgid "" @@ -118,52 +141,65 @@ msgid "" "processes and also will enable non-root users to run the Docker commands " "used by the build process::" msgstr "" +"Crea un gruppo ``docker`` sul sistema. Questo gruppo verrà utilizzato dai " +"processi Docker e consentirà anche agli utenti non root di eseguire i " +"comandi Docker utilizzati dal processo di compilazione::" #: ../../docs/user/developers/compiling.rst:63 msgid "" "Add the user to the sudo and docker groups so they can perform commands as " "root and run docker commands::" msgstr "" +"Aggiungere l'utente ai gruppi sudo e docker in modo che possano eseguire " +"comandi come root ed eseguire comandi docker::" #: ../../docs/user/developers/compiling.rst:69 msgid "Install prerequisites" -msgstr "" +msgstr "Installa i prerequisiti" #: ../../docs/user/developers/compiling.rst:71 msgid "" "While still logged in as root, update the system from the Ubuntu package " "repository::" msgstr "" +"Mentre sei ancora connesso come root, aggiorna il sistema dal repository dei" +" pacchetti Ubuntu::" #: ../../docs/user/developers/compiling.rst:77 msgid "Install apt-cacher-ng::" -msgstr "" +msgstr "Installa apt-cacher-ng::" #: ../../docs/user/developers/compiling.rst:82 msgid "" "Select ``No`` when asked ``Allow HTTP tunnels through Apt-Cacher NG?`` " "during installation." msgstr "" +"Selezionare ``No`` quando viene chiesto \"Consentire tunnel HTTP tramite " +"Apt-Cacher NG?\" durante l'installazione." #: ../../docs/user/developers/compiling.rst:85 msgid "" "Note: you may also need to open port 3142 if you have a firewall enabled on " "your system (e.g. ``ufw allow 3142/tcp``)." msgstr "" +"Nota: potrebbe essere necessario aprire anche la porta 3142 se sul sistema è" +" abilitato un firewall (ad esempio ``ufw consenti 3142/tcp``)." #: ../../docs/user/developers/compiling.rst:88 msgid "" "After installing these updates, reboot the system, login as ````, " "and clone required repositories::" msgstr "" +"Dopo aver installato questi aggiornamenti, riavviare il sistema, accedere " +"come ````, e clonare i repository richiesti::" #: ../../docs/user/developers/compiling.rst:96 msgid "Download the Mac OSX SDK::" -msgstr "" +msgstr "Scarica l'SDK di Mac OSX::" #: ../../docs/user/developers/compiling.rst:102 msgid "Prepare gitian" -msgstr "" +msgstr "Prepara Gitian" #: ../../docs/user/developers/compiling.rst:104 msgid "" @@ -171,10 +207,15 @@ msgid "" "machine. Checkout the tag associated with the Dash Core version you plan to " "build::" msgstr "" +"È necessario eseguire questo passaggio solo durante la configurazione " +"iniziale della macchina. Controlla il tag associato alla versione Dash Core " +"che intendi creare::" #: ../../docs/user/developers/compiling.rst:113 msgid "Run the gitian-build setup routine to prepare your environment::" msgstr "" +"Esegui la routine di configurazione di gitian-build per preparare il tuo " +"ambiente::" #: ../../docs/user/developers/compiling.rst:121 msgid "" @@ -183,14 +224,19 @@ msgid "" "`_" " for details on how to generate a key if you don't already have one." msgstr "" +"Il parametro ``firmatario`` deve essere impostato sul valore fornito per " +"\"Nome reale\" quando si genera una chiave con GPG. Consulta il " +"`GnuPrivacyGuard Howto " +"`_" +" per i dettagli su come generare una chiave se non ne hai già una." #: ../../docs/user/developers/compiling.rst:127 msgid "Build Dash Core" -msgstr "" +msgstr "Costruisci Dash Core" #: ../../docs/user/developers/compiling.rst:129 msgid "Run gitian build to create binaries for Linux, Mac, and Windows::" -msgstr "" +msgstr "Esegui gitian build per creare file binari per Linux, Mac e Windows::" #: ../../docs/user/developers/compiling.rst:138 msgid "" @@ -198,6 +244,9 @@ msgid "" "system. If the expected key is not found, the script will fail at the " "signing step with a message including::" msgstr "" +"Queste istruzioni presuppongono che sul sistema di compilazione esista una " +"chiave PGP per. Se la chiave prevista non viene trovata, lo script " +"fallirà nella fase di firma con un messaggio che include::" #: ../../docs/user/developers/compiling.rst:145 msgid "" @@ -205,10 +254,13 @@ msgid "" "binaries`` folder. The ``.assert`` files and their signatures will be placed" " in ``gitian.sigs///...``." msgstr "" +"Una volta completata la compilazione, i file binari verranno inseriti in una" +" cartella \"dashcore-binaries\". I file ``.assert`` e le relative firme " +"verranno inseriti in ``gitian.sigs///...``." #: ../../docs/user/developers/compiling.rst:150 msgid "Create signatures for signed binaries" -msgstr "" +msgstr "Crea firme per i file binari firmati" #: ../../docs/user/developers/compiling.rst:152 msgid "" @@ -218,10 +270,16 @@ msgid "" "signatures will be placed in ``gitian.sigs///...`` along " "with the signatures for unsigned binaries created in the previous step." msgstr "" +"I file binari per Mac e Windows sono firmati da Dash Core Group utilizzando " +"i relativi processi Apple/Microsoft. In questo passaggio, tali informazioni " +"verranno convalidate e firmate dalla tua macchina. I file ``.assert`` " +"associati e le relative firme verranno inseriti in " +"``gitian.sigs///...`` insieme alle firme per i file binari " +"non firmati creati nel passaggio precedente." #: ../../docs/user/developers/compiling.rst:166 msgid "Verify signatures" -msgstr "" +msgstr "Verifica le firme" #: ../../docs/user/developers/compiling.rst:168 msgid "" @@ -230,6 +288,10 @@ msgid "" "each release. Run the following command to verify that your build matches " "the official release::" msgstr "" +"Il repository `gitian.sigs `_ " +"contiene risultati di build deterministici firmati da più sviluppatori Core " +"per ogni versione. Esegui il comando seguente per verificare che la tua " +"build corrisponda alla versione ufficiale::" #: ../../docs/user/developers/compiling.rst:176 msgid "" @@ -238,10 +300,14 @@ msgid "" "successfully, you will also see your own signatures with an ``OK`` status " "also." msgstr "" +"Dovresti ottenere un risultato simile al seguente per Linux, Windows, MacOS," +" Signed Windows e Signed MacOS. Supponendo che i passaggi precedenti siano " +"stati completati con successo, vedrai anche le tue firme con lo stato " +"\"OK\"." #: ../../docs/user/developers/compiling.rst:212 msgid "Upload signatures" -msgstr "" +msgstr "Carica firme" #: ../../docs/user/developers/compiling.rst:214 msgid "" @@ -250,16 +316,23 @@ msgid "" "repository `_ via a pull request on" " GitHub." msgstr "" +"Dopo aver creato con successo i file binari, averli firmati e verificato le " +"firme, puoi facoltativamente contribuire al repository `gitian.sigs " +"`_ tramite una richiesta pull su " +"GitHub ." #: ../../docs/user/developers/compiling.rst:219 msgid "Initial setup" -msgstr "" +msgstr "Configurazione iniziale" #: ../../docs/user/developers/compiling.rst:221 msgid "" "Since the official gitian.sigs repository has restricted write access, " "create a fork of it via GitHub and add your fork as a remote repository::" msgstr "" +"Poiché il repository ufficiale gitian.sigs ha un accesso in scrittura " +"limitato, creane un fork tramite GitHub e aggiungi il tuo fork come " +"repository remoto::" #: ../../docs/user/developers/compiling.rst:226 msgid "" @@ -268,24 +341,30 @@ msgid "" " your signature. Your public key can be exported to a file using the " "following command::" msgstr "" +"La prima volta che contribuisci con le tue firme, inserisci anche una copia " +"della tua chiave pubblica nella cartella ``gitian-keys`` del repository in " +"modo che altri possano verificare facilmente la tua firma. La tua chiave " +"pubblica può essere esportata in un file utilizzando il seguente comando::" #: ../../docs/user/developers/compiling.rst:236 msgid "Adding your signatures" -msgstr "" +msgstr "Aggiunta delle tue firme" #: ../../docs/user/developers/compiling.rst:238 msgid "Create a new branch for the version that was built::" -msgstr "" +msgstr "Crea un nuovo ramo per la versione che è stata creata::" #: ../../docs/user/developers/compiling.rst:243 msgid "" "Add and commit the ``*.assert`` and ``*.assert.sig`` files created by the " "build process. They will be located in the following folders::" msgstr "" +"Aggiungi e conferma i file ``*.assert`` e ``*.assert.sig`` creati dal " +"processo di compilazione. Si troveranno nelle seguenti cartelle::" #: ../../docs/user/developers/compiling.rst:252 msgid "Push to your fork of the gitian.sigs repository on GitHub::" -msgstr "" +msgstr "Invia al tuo fork del repository gitian.sigs su GitHub::" #: ../../docs/user/developers/compiling.rst:257 msgid "" @@ -294,3 +373,7 @@ msgid "" "request will be reviewed by Dash Core developers and merged if everything " "checks out. Thanks for contributing!" msgstr "" +"Vai su `GitHub `__ e apri una " +"richiesta pull al ramo ``master`` del repository upstream. La richiesta pull" +" verrà esaminata dagli sviluppatori Dash Core e unita se tutto va a buon " +"fine. Grazie per aver contribuito!" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/index.po b/locale/it/LC_MESSAGES/docs/user/developers/index.po index 3d3fd8c36..856b9eb26 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" @@ -12,23 +14,23 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" +"Guida per gli sviluppatori e informazioni sulla cronologia delle versioni di" +" Dash" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" -msgstr "" +msgstr "Dash, sviluppatori, cronologia delle versioni" #: ../../docs/user/developers/index.rst:9 msgid "Developers" @@ -40,38 +42,48 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" +"La `Documentazione per gli sviluppatori della Dash Platform " +"`_ contiene documentazione tecnica intesa " +"ad aiutare gli sviluppatori a iniziare a utilizzare Dash Platform in modo " +"rapido e semplice. La :ref:`Dash Core Developer Documentation ` fornisce una documentazione dettagliata sul codice base di Dash Core" +" e funge da riferimento per gli sviluppatori esperti. Questi portali di " +"documentazione possono aiutare gli sviluppatori a integrare in modo rapido " +"ed efficiente applicazioni esterne con l'ecosistema Dash. Chiunque può " +"contribuire alla documentazione suggerendo modifiche al sistema di " +"documentazione." #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" "Il Dash Core Team mantiene la `Dash Roadmap " -"`_, che definiscono i tempi di rilascio " -"per le versioni future di Dash e include dettagli tecnici specifici che " -"descrivono come il team di sviluppo intende realizzare ciascuna sfida. La" -" tabella di marcia di Dash è completata dalle `Proposte di miglioramento " -"di Dash `_, che contengono spiegazioni " +"`_, che definiscono i tempi di rilascio per " +"le versioni future di Dash e include dettagli tecnici specifici che " +"descrivono come il team di sviluppo intende realizzare ciascuna sfida. La " +"tabella di marcia di Dash è completata dalle `Proposte di miglioramento di " +"Dash `_, che contengono spiegazioni " "tecniche dettagliate delle modifiche proposte al protocollo Dash stesso." #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" -"La community di Dash organizza la discussione e lo sviluppo delle app " -"Dash utilizzando i seguenti siti:" +"La community di Dash organizza la discussione e lo sviluppo delle app Dash " +"utilizzando i seguenti siti:" #: ../../docs/user/developers/index.rst:32 msgid "`Awesome Dash Platform `__" @@ -84,20 +96,20 @@ msgstr "`Dash Dapp Devs Discord `__" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" "`Dash Bounty Board " -"`__" +"`__" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" -"Le restanti sezioni disponibili di seguito descrivono i passaggi pratici " -"per eseguire attività di sviluppo comune in Dash." +"Le restanti sezioni disponibili di seguito descrivono i passaggi pratici per" +" eseguire attività di sviluppo comune in Dash." #: ../../docs/user/developers/index.rst:53 msgid "Version History" @@ -112,22 +124,3 @@ msgstr "" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/it/LC_MESSAGES/docs/user/developers/insight.po b/locale/it/LC_MESSAGES/docs/user/developers/insight.po index 09d5629b5..d0d3fd83f 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/insight.po @@ -1,44 +1,44 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -"L'API REST di Dash Insight open source ti offre un modo comodo, potente e" -" semplice per leggere i dati dalla rete Dash e creare i tuoi servizi con " +"L'API REST di Dash Insight open source ti offre un modo comodo, potente e " +"semplice per leggere i dati dalla rete Dash e creare i tuoi servizi con " "essa." -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocchi, " -"indice, transazioni" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocchi, indice," +" transazioni" #: ../../docs/user/developers/insight.rst:9 msgid "Insight API Installation" @@ -47,23 +47,36 @@ msgstr "Installazione API Insight" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" +"L'API REST Dash Insight open source ti offre un modo comodo, potente e " +"semplice per leggere i dati dalla rete Dash e creare con essi i tuoi " +"servizi. Esistono semplici endpoint HTTP per tutte le operazioni comuni " +"sulla blockchain Dash familiari dall'API Bitcore Insight, nonché " +"funzionalità specifiche di Dash come transazioni InstantSend, proposte di " +"budget, spork e l'elenco masternode. Questa documentazione descrive come " +"configurare il server `Dash Insight API `__ e (facoltativo) l'interfaccia utente di `Dash Insight " +"`__ esploratore di blocchi." #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" +"Come ambiente per il server verrà utilizzata un'installazione standard di " +"Ubuntu Linux 20.04 LTS. Supponiamo che tu stia eseguendo come utente con " +"autorizzazioni sudo. Per prima cosa aggiorna tutti i pacchetti e installa " +"alcuni strumenti e dipendenze::" #: ../../docs/user/developers/insight.rst:32 msgid "Download and extract the latest version of Dash Core::" @@ -74,12 +87,14 @@ msgid "" "Install `Dashcore Node `_ and " "create your configuration::" msgstr "" +"Installa `Dashcore Node `_ e crea " +"la tua configurazione::" #: ../../docs/user/developers/insight.rst:47 msgid "Install the Insight API service and (optionally) Insight UI::" msgstr "" -"Installa il servizio API Insight e (facoltativamente) l'interfaccia " -"utente Insight:" +"Installa il servizio API Insight e (facoltativamente) l'interfaccia utente " +"Insight:" #: ../../docs/user/developers/insight.rst:53 msgid "Change paths in the configuration file as follows::" @@ -87,19 +102,19 @@ msgstr "Modifica i percorsi nel file di configurazione come qui di seguito:" #: ../../docs/user/developers/insight.rst:57 msgid "Change the value of ``datadir`` to ``../../.dashcore``" -msgstr "" +msgstr "Cambiare il valore di ``datadir`` in ``../../.dashcore``" #: ../../docs/user/developers/insight.rst:58 msgid "Change the value of ``exec`` to ``../../dashcore-19.3.0/bin/dashd``" -msgstr "" +msgstr "Cambia il valore di ``exec`` in ``../../dashcore-19.3.0/bin/dashd``" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" -"** Facoltativamente ** modifica il valore di `` network`` in `` testnet " -"'' se desideri eseguire Insight su testnet" +"** Facoltativamente ** modifica il valore di `` network`` in `` testnet '' " +"se desideri eseguire Insight su testnet" #: ../../docs/user/developers/insight.rst:62 msgid "Run it::" @@ -108,20 +123,18 @@ msgstr "Eseguilo:" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" +"Il tuo nodo API Insight si avvierà e inizierà a sincronizzarsi. " +"L'avanzamento verrà visualizzato su stdout. Una volta completata la " +"sincronizzazione, gli `endpoint API elencati nella documentazione " +"`_ saranno " +"disponibili all'indirizzo::" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" "Il block explorer dell'interfaccia utente di Insight sarà disponibile " "all'indirizzo:" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po index 7dcc6125d..d16e1bddb 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,40 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2023 # Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dash Italia, 2023\n" -"Language: it\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "Risorse API per l'utilizzo di Dash." -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" msgstr "" -"dash, commercianti, processore di pagamento, API, SDK, insight, " -"blockcypher, instantsend, python, .NET, java, javascript, nodejs, php, " -"objective-c" +"dash, commercianti, processore di pagamento, API, SDK, insight, blockcypher," +" instantsend, python, .NET, java, javascript, nodejs, php, objective-c" #: ../../docs/user/developers/integration-apis.rst:9 msgid "API Services" @@ -42,11 +40,11 @@ msgstr "Servizi API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" -"Esistono diversi servizi API per facilitare l'integrazione rapida e " -"semplice con la rete Dash per servizi tra cui:" +"Esistono diversi servizi API per facilitare l'integrazione rapida e semplice" +" con la rete Dash per servizi tra cui:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -71,8 +69,8 @@ msgid "" "includes mechanisms such as:" msgstr "" "I servizi API vengono in genere sfruttati per eliminare il requisito di " -"eseguire la propria infrastruttura per supportare le interazioni " -"blockchain. Ciò include meccanismi come:" +"eseguire la propria infrastruttura per supportare le interazioni blockchain." +" Ciò include meccanismi come:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -88,17 +86,16 @@ msgstr "Elaborazione dei pagamenti tramite WebHook." #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" -"Ci sono una varietà di opzioni per supportare questi metodi, con il " -"fattore chiave di differenziazione che è il modello di prezzo incluso e " -"le funzionalità supportate. Il seguente elenco di provider API tenta di " -"delineare queste caratteristiche / differenziatori chiave e include anche" -" un collegamento alla documentazione correlata." +"Ci sono una varietà di opzioni per supportare questi metodi, con il fattore " +"chiave di differenziazione che è il modello di prezzo incluso e le " +"funzionalità supportate. Il seguente elenco di provider API tenta di " +"delineare queste caratteristiche / differenziatori chiave e include anche un" +" collegamento alla documentazione correlata." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -110,16 +107,15 @@ msgstr "https://github.com/dashpay/insight-api" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" -"L'API REST Insight open source fornisce un modo comodo, potente e " -"semplice per leggere i dati dalla rete Dash e creare i propri servizi con" -" essa. È disponibile una guida pratica per iniziare con l'API Insight e " -"il block explorer dell'interfaccia utente di Insight: ref: `qui `." +"L'API REST Insight open source fornisce un modo comodo, potente e semplice " +"per leggere i dati dalla rete Dash e creare i propri servizi con essa. È " +"disponibile una guida pratica per iniziare con l'API Insight e il block " +"explorer dell'interfaccia utente di Insight: ref: `qui `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -147,19 +143,19 @@ msgid "" "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." msgstr "" -"BlockCypher è un'API JSON semplice, principalmente RESTful per " -"l'interazione con blockchain, accessibile tramite HTTP o HTTPS dal " -"dominio api.blockcypher.com" +"BlockCypher è un'API JSON semplice, principalmente RESTful per l'interazione" +" con blockchain, accessibile tramite HTTP o HTTPS dal dominio " +"api.blockcypher.com" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" -"Caratteristiche: trasmissione di transazioni, portafogli HD/ generazione " -"di indirizzi, callback WebSocket e WebHook e inoltro di pagamenti. " -"BlockCypher non gestisce le chiavi private." +"Caratteristiche: trasmissione di transazioni, portafogli HD/ generazione di " +"indirizzi, callback WebSocket e WebHook e inoltro di pagamenti. BlockCypher " +"non gestisce le chiavi private." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -171,7 +167,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:74 msgid "Documentation: https://www.blockcypher.com/dev/bitcoin/" -msgstr "" +msgstr "Documentazione: https://www.blockcypher.com/dev/bitcoin/" #: ../../docs/user/developers/integration-apis.rst:78 msgid "BitGo" @@ -183,9 +179,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" "BitGo fornisce un'API RESTful semplice e robusta e un SDK client per " "integrare i portafogli di valuta digitale con la tua applicazione. È " @@ -217,30 +213,28 @@ msgstr "https://blockmove.io" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" -"Portafoglio criptovaluta, commerciante & provider API. Blockmove è un " -"modo semplice e facile per iniziare ad accettare pagamenti in " -"criptovaluta." +"Portafoglio criptovaluta, commerciante & provider API. Blockmove è un modo " +"semplice e facile per iniziare ad accettare pagamenti in criptovaluta." #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" "Caratteristiche: portafoglio non custodito, portafoglio HD, elevato " -"anonimato, commissioni basse. Le chiavi private non vengono memorizzate e" -" sono disponibili solo per l'utente." +"anonimato, commissioni basse. Le chiavi private non vengono memorizzate e " +"sono disponibili solo per l'utente." #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" msgstr "" -"Modello di prezzo: API - 0,3% per le transazioni di prelievo. " -"Commerciante - 1 anno gratuito, poi $ 49 / mese" +"Modello di prezzo: API - 0,3% per le transazioni di prelievo. Commerciante -" +" 1 anno gratuito, poi $ 49 / mese" #: ../../docs/user/developers/integration-apis.rst:113 msgid "Documentation: https://docs.blockmove.io" @@ -257,14 +251,13 @@ msgstr "https://nownodes.io/" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" -"NOWNodes fornisce un accesso RPC semplice, veloce e sicuro ai nodi " -"completi di Dash. La bassa latenza e le alte prestazioni sono di grande " -"utilità per ricercatori e aziende come minatori di criptovalute o " -"fornitori di portafogli hardware." +"NOWNodes fornisce un accesso RPC semplice, veloce e sicuro ai nodi completi " +"di Dash. La bassa latenza e le alte prestazioni sono di grande utilità per " +"ricercatori e aziende come minatori di criptovalute o fornitori di " +"portafogli hardware." #: ../../docs/user/developers/integration-apis.rst:131 msgid "Features: All Dash RPC commands" @@ -280,36 +273,42 @@ msgstr "Documentazione: https://nownodes.io/documentation" #: ../../docs/user/developers/integration-apis.rst:136 msgid "Tokenview" -msgstr "" +msgstr "Tokenview" #: ../../docs/user/developers/integration-apis.rst:143 -#, fuzzy msgid "https://services.tokenview.io" -msgstr "https://blockmove.io" +msgstr "https://services.tokenview.io" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" +"Tokenview fornisce un'API Dash, consentendo agli sviluppatori di creare " +"facilmente applicazioni di pagamento in criptovaluta e sviluppare dApp Dash." +" Sono disponibili funzionalità di monitoraggio e avvisi per notificare alle " +"applicazioni le modifiche del saldo in tempo reale." #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" +"Caratteristiche: Accesso completo ai dati on-chain storici e in tempo reale " +"di Dash per wallet non custoditi e wallet HD. Alte prestazioni e alta " +"disponibilità." #: ../../docs/user/developers/integration-apis.rst:152 -#, fuzzy msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "Modello di prezzo: gratuito fino a 20k richieste, livelli di prezzo." +msgstr "" +"Modello di prezzo: gratuito fino a 1 milione di richieste, livelli di " +"prezzo." #: ../../docs/user/developers/integration-apis.rst:153 -#, fuzzy msgid "Documentation: https://services.tokenview.io/docs?type=api" -msgstr "Documentazione: https://nownodes.io/documentation" +msgstr "Documentazione: https://services.tokenview.io/docs?type=api" #: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" @@ -321,25 +320,25 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" -"CoinPayments è un gateway di pagamento integrato per criptovalute come " -"Dash. I plugin del carrello sono disponibili per tutti i webcart più " -"diffusi utilizzati oggi. CoinPayments può aiutarti a impostare un nuovo " -"checkout o integrarlo con il tuo checkout preesistente." +"CoinPayments è un gateway di pagamento integrato per criptovalute come Dash." +" I plugin del carrello sono disponibili per tutti i webcart più diffusi " +"utilizzati oggi. CoinPayments può aiutarti a impostare un nuovo checkout o " +"integrarlo con il tuo checkout preesistente." #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" "Caratteristiche: Fatturazione, tassi di cambio, WebHook Callbacks. " -"CoinPayments detiene le chiavi private sul proprio server, consentendo al" -" commerciante di prelevare fondi in criptovaluta o convertirli in moneta " +"CoinPayments detiene le chiavi private sul proprio server, consentendo al " +"commerciante di prelevare fondi in criptovaluta o convertirli in moneta " "fiat." #: ../../docs/user/developers/integration-apis.rst:174 @@ -354,8 +353,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" "Modello di prezzo: 0.5% tassa di elaborazione " "(https://www.coinpayments.net/help-fees)" @@ -370,8 +368,8 @@ msgstr "Ticker di prezzo" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" "Puoi aggiungere un semplice widget ticker di prezzo al tuo sito web " @@ -382,14 +380,14 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" "Widget simili con design diversi sono disponibili da `CoinLib " "`_ e `WorldCoinIndex " -"`_, mentre è disponibile un'API " -"che fornisce informazioni simili da `DashCentral " +"`_, mentre è disponibile un'API che " +"fornisce informazioni simili da `DashCentral " "`_." #: ../../docs/user/developers/integration-apis.rst:203 @@ -398,41 +396,39 @@ msgstr "QR Codes" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" -"Molti portafogli possono generare QR codes scansionabili per semplificare" -" l'inserimento dell'indirizzo Dash. La stampa di questi codici o la " -"pubblicazione sul tuo sito Web semplifica la ricezione di pagamenti e " -"mance in Dash, sia online che offline." +"Molti portafogli possono generare QR codes scansionabili per semplificare " +"l'inserimento dell'indirizzo Dash. La stampa di questi codici o la " +"pubblicazione sul tuo sito Web semplifica la ricezione di pagamenti e mance " +"in Dash, sia online che offline." #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" -"In Dash Core, vai alla scheda **Ricevi**, genera un indirizzo se " -"necessario e fai doppio clic su di esso per visualizzare un QR code. Fai" -" clic con il pulsante destro del mouse sul QR code e seleziona **Salva " -"immagine** per salvare un file PNG." +"In Dash Core, vai alla scheda **Ricevi**, genera un indirizzo se necessario " +"e fai doppio clic su di esso per visualizzare un QR code. Fai clic con il " +"pulsante destro del mouse sul QR code e seleziona **Salva immagine** per " +"salvare un file PNG." #: ../../docs/user/developers/integration-apis.rst:213 msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"In Dash per Android, tocca **Richiedi Coins**, quindi tocca il QR code " -"per visualizzare un'immagine più grande. Puoi fare uno screenshot per " -"salvare un'immagine." +"In Dash per Android, tocca **Richiedi Coins**, quindi tocca il QR code per " +"visualizzare un'immagine più grande. Puoi fare uno screenshot per salvare " +"un'immagine." #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" "In Dash per iOS, scorri verso sinistra per visualizzare la schermata " "**Ricevi Dash**. Appariranno un QR code e un indirizzo. Puoi fare uno " @@ -440,11 +436,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" "Per generare un QR code da qualsiasi indirizzo Dash, visita `CWA QR Code " "Generator `_ e incolla semplicemente il tuo " "indirizzo Dash per generare un'immagine." - diff --git a/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po index b5b691c6c..5782fcc15 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,11 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2023 # Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" @@ -14,23 +15,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dash Italia, 2023\n" -"Language: it\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "Risorse API per l'utilizzo di Dash." -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" "dash, commercianti, processore di pagamento, SDK, insight, instantsend, " "python, .NET, java, javascript, nodejs, php, objective-c" @@ -42,44 +41,42 @@ msgstr "Risorse SDK" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" "Gli SDK (Software Development Kit) vengono utilizzati per accelerare la " -"progettazione e lo sviluppo di un prodotto per Dash Network. Queste " -"risorse possono essere utilizzate per interfacciarsi con un provider API " -"o per la creazione di applicazioni autonome formando transazioni e/o " -"eseguendo varie funzioni di portafoglio." +"progettazione e lo sviluppo di un prodotto per Dash Network. Queste risorse " +"possono essere utilizzate per interfacciarsi con un provider API o per la " +"creazione di applicazioni autonome formando transazioni e/o eseguendo varie " +"funzioni di portafoglio." #: ../../docs/user/developers/integration-sdks.rst:18 msgid "Dash Developer Guide" msgstr "Guida per sviluppatori Dash" #: ../../docs/user/developers/integration-sdks.rst:25 -#, fuzzy msgid "https://docs.dash.org/core" -msgstr "https://dashcore.readme.io/" +msgstr "https://docs.dash.org/core" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" "Il Dash Developer Portal mira a fornire le informazioni necessarie per " "comprendere Dash e iniziare a creare applicazioni basate su Dash. Per " -"utilizzare al meglio questa documentazione, ti consigliamo di installare " -"la versione corrente di Dash Core e Dash Platform, dal sorgente, da un " +"utilizzare al meglio questa documentazione, ti consigliamo di installare la " +"versione corrente di Dash Core e Dash Platform, dal sorgente, da un " "eseguibile precompilato o da Docker Hub." #: ../../docs/user/developers/integration-sdks.rst:33 -#, fuzzy msgid "Dash Core: https://docs.dash.org/core" -msgstr "Dash Core: https://dashcore.readme.io/" +msgstr "Dash Core: https://docs.dash.org/core" #: ../../docs/user/developers/integration-sdks.rst:34 msgid "Dash Platform: https://dashplatform.readme.io/" @@ -95,16 +92,16 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" -"Dashcore è un fork di Bitcore e funziona come un full node Dash — le tue" -" app vengono eseguite direttamente sulla rete peer-to-peer. Per lo " -"sviluppo di applicazioni wallet, sono stati aggiunti indici aggiuntivi in" -" Dash per interrogare i saldi degli indirizzi, la cronologia delle " -"transazioni e gli output non spesi." +"Dashcore è un fork di Bitcore e funziona come un full node Dash — le tue " +"app vengono eseguite direttamente sulla rete peer-to-peer. Per lo sviluppo " +"di applicazioni wallet, sono stati aggiunti indici aggiuntivi in Dash per " +"interrogare i saldi degli indirizzi, la cronologia delle transazioni e gli " +"output non spesi." #: ../../docs/user/developers/integration-sdks.rst:51 #: ../../docs/user/developers/integration-sdks.rst:64 @@ -129,7 +126,8 @@ msgstr "Repository nodi: https://github.com/dashpay/dashcore-node" #: ../../docs/user/developers/integration-sdks.rst:55 msgid "See also: `Insight API `__" -msgstr "Guarda anche: `Insight API `__" +msgstr "" +"Guarda anche: `Insight API `__" #: ../../docs/user/developers/integration-sdks.rst:58 msgid "NodeJS/JavaScript: DashJS" @@ -137,13 +135,12 @@ msgstr "NodeJS/JavaScript: DashJS" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" -"DashJS ti consente di effettuare transazioni su L1 o " -"recuperare/registrare documenti su L2 all'interno di un'unica libreria, " -"inclusa la gestione e la firma dei tuoi documenti." +"DashJS ti consente di effettuare transazioni su L1 o recuperare/registrare " +"documenti su L2 all'interno di un'unica libreria, inclusa la gestione e la " +"firma dei tuoi documenti." #: ../../docs/user/developers/integration-sdks.rst:65 msgid "Documentation: https://dashpay.github.io/platform/SDK/" @@ -200,12 +197,12 @@ msgstr "https://github.com/richardkiss/pycoin" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" -"PyCoin è un'implementazione di una serie di routine di utilità che " -"possono essere utili quando si ha a che fare con Bitcoin e Dash. È stato " -"testato con Python 2.7, 3.6 e 3.7." +"PyCoin è un'implementazione di una serie di routine di utilità che possono " +"essere utili quando si ha a che fare con Bitcoin e Dash. È stato testato con" +" Python 2.7, 3.6 e 3.7." #: ../../docs/user/developers/integration-sdks.rst:89 msgid "Platform: Python" @@ -238,17 +235,16 @@ msgstr "https://github.com/dashpay/dashj" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" -"DashJ è una libreria per lavorare con il protocollo Dash. Può mantenere " -"un portafoglio, inviare/ricevere transazioni (incluso InstantSend) senza " +"DashJ è una libreria per lavorare con il protocollo Dash. Può mantenere un " +"portafoglio, inviare/ricevere transazioni (incluso InstantSend) senza " "bisogno di una copia locale di Dash Core e ha molte altre funzionalità " "avanzate. È implementato in Java ma può essere utilizzato da qualsiasi " -"linguaggio compatibile con JVM: sono inclusi esempi in Python e " -"JavaScript." +"linguaggio compatibile con JVM: sono inclusi esempi in Python e JavaScript." #: ../../docs/user/developers/integration-sdks.rst:110 msgid "Platform: Java" @@ -264,7 +260,8 @@ msgstr "Repository: https://github.com/dashpay/dashj" #: ../../docs/user/developers/integration-sdks.rst:113 msgid "Example application: https://github.com/tomasz-ludek/pocket-of-dash" -msgstr "Applicazione di esempio: https://github.com/tomasz-ludek/pocket-of-dash" +msgstr "" +"Applicazione di esempio: https://github.com/tomasz-ludek/pocket-of-dash" #: ../../docs/user/developers/integration-sdks.rst:116 msgid "Objective-C: Dash-Sync" @@ -276,9 +273,9 @@ msgstr "https://github.com/dashpay/dashsync-iOS" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" "Dash-Sync è un framework blockchain Objective-C Dash per iOS. Implementa " "tutte le proposte di miglioramento Bitcoin (BIPs) e le proposte di " @@ -302,18 +299,18 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" "NBitcoin è la libreria Bitcoin più completa per la piattaforma .NET ed è " "stata patchata per includere il supporto per Dash. Implementa tutte le " -"proposte di miglioramento Bitcoin (BIPs) e le proposte di miglioramento " -"Dash (DIPs) più rilevanti. Fornisce inoltre un accesso di basso livello " -"alle primitive Dash in modo da poter creare facilmente la tua " -"applicazione su di essa." +"proposte di miglioramento Bitcoin (BIPs) e le proposte di miglioramento Dash" +" (DIPs) più rilevanti. Fornisce inoltre un accesso di basso livello alle " +"primitive Dash in modo da poter creare facilmente la tua applicazione su di " +"essa." #: ../../docs/user/developers/integration-sdks.rst:148 msgid "Platform: .NET" @@ -332,7 +329,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "Repository: https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" "Guarda anche: `JSON-RPC Utilities " "`__" @@ -355,5 +353,4 @@ msgstr "Platform: Ruby, Python, Java, PHP, Go, NodeJS" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" -msgstr "" - +msgstr "Repository: https://www.blockcypher.com/dev/bitcoin/" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/integration.po b/locale/it/LC_MESSAGES/docs/user/developers/integration.po index 399ee9432..0dc55f165 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration.po @@ -1,36 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." -msgstr "" +msgstr "Guide tecniche per gli sviluppatori che integrano Dash." -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" msgstr "" +"dash, commercianti, API, SDK, instantsend, python, .NET, java, javascript, " +"nodejs, php, objective-c" #: ../../docs/user/developers/integration.rst:9 msgid "Integration Overview" @@ -41,114 +43,141 @@ msgid "" "This documentation is also available as a `PDF " "`__." msgstr "" +"Questa documentazione è disponibile anche come `PDF " +"`__." #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" +"`Dash Core `__ è un fork di " +"`Bitcoin Core `__ e condivide molte " +"funzionalità comuni. Le differenze principali si trovano nei comandi JSON-" +"RPC esistenti che sono stati personalizzati per supportare funzionalità " +"uniche come InstantSend." #: ../../docs/user/developers/integration.rst:19 msgid "The Basics" -msgstr "" +msgstr "Le basi" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" +"Dash è una rete Proof of Work e, simile a Bitcoin, Dash ha una rete di " +"mining ma utilizza un diverso algoritmo di hashing dei blocchi. Dash serve a" +" migliorare le carenze di Bitcoin offrendo una solida soluzione per " +"transazioni istantanee, migliorando la privacy degli utenti e offrendo un " +"modello di governance decentralizzata autosostenibile." #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." -msgstr "" +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." +msgstr "" +"In particolare, Dash InstantSend fornisce un meccanismo per accettare e " +"spendere nuovamente in modo sicuro le transazioni a conferma zero. " +"InstantSend fornisce inoltre una maggiore sicurezza rispetto alla pratica " +"convenzionale di attendere più conferme di blocco. Pertanto, " +":ref:`implementare InstantSend ` è la procedura " +"consigliata per tutte le integrazioni Dash." #: ../../docs/user/developers/integration.rst:34 msgid "Block time: ~2.6 minutes per block" -msgstr "" +msgstr "Tempo di blocco: ~2,6 minuti per blocco" #: ../../docs/user/developers/integration.rst:35 msgid "Github source: https://github.com/dashpay/dash" -msgstr "" +msgstr "Fonte Github: https://github.com/dashpay/dash" #: ../../docs/user/developers/integration.rst:36 msgid "Latest release: https://github.com/dashpay/dash/releases/latest" -msgstr "" +msgstr "Ultima versione: https://github.com/dashpay/dash/releases/latest" #: ../../docs/user/developers/integration.rst:39 msgid "JSON-RPC Interface" -msgstr "" +msgstr "Interfaccia JSON-RPC" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" +"La maggior parte dei comandi è rimasta invariata rispetto a Bitcoin, " +"rendendo l'integrazione nei sistemi esistenti relativamente semplice. Per un" +" elenco completo dei comandi RPC, fare riferimento alla :ref:`​Dash " +"Developer Guide `." #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" +"Tieni presente che i seguenti comandi sono stati modificati per supportare " +"InstantSend:" #: ../../docs/user/developers/integration.rst:48 #: ../../docs/user/developers/integration.rst:193 msgid ":ref:`getrawmempool `" -msgstr "" +msgstr ":ref:`getrawmempool `" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" +":ref:`getmempoolancestors `" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" +":ref:`getmempooldescendants `" #: ../../docs/user/developers/integration.rst:51 #: ../../docs/user/developers/integration.rst:196 msgid ":ref:`getmempoolentry `" -msgstr "" +msgstr ":ref:`getmempoolentry `" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" +":ref:`getrawtransaction `" #: ../../docs/user/developers/integration.rst:53 #: ../../docs/user/developers/integration.rst:198 #: ../../docs/user/developers/integration.rst:320 msgid ":ref:`gettransaction `" -msgstr "" +msgstr ":ref:`gettransaction `" #: ../../docs/user/developers/integration.rst:54 #: ../../docs/user/developers/integration.rst:199 #: ../../docs/user/developers/integration.rst:321 msgid ":ref:`listtransactions `" -msgstr "" +msgstr ":ref:`listtransactions `" #: ../../docs/user/developers/integration.rst:55 #: ../../docs/user/developers/integration.rst:200 #: ../../docs/user/developers/integration.rst:322 msgid ":ref:`listsinceblock `" -msgstr "" +msgstr ":ref:`listsinceblock `" #: ../../docs/user/developers/integration.rst:58 #: ../../docs/user/developers/integration.rst:79 @@ -161,44 +190,58 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." -msgstr "" +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." +msgstr "" +"Dash Core v0.13.0 ha introdotto il concetto di \"Transazioni speciali\" come" +" specificato in `DIP002 " +"`__. Le transazioni" +" speciali forniscono un modo più nativo per implementare funzionalità " +"aggiuntive che non rientrano nel concetto originale di transazioni. Per " +"ulteriori informazioni, consultare la sezione :ref:`Transazioni speciali " +"` di seguito." #: ../../docs/user/developers/integration.rst:68 msgid "Block Hashing Algorithm" -msgstr "" +msgstr "Algoritmo di hashing dei blocchi" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" +"Dash utilizza l'algoritmo X11 al posto di SHA256 utilizzato in Bitcoin. È " +"importante notare, tuttavia, che ciò influisce solo sull’hashing del blocco " +"stesso. Tutti gli altri componenti interni utilizzano hash SHA256 " +"(transazioni, merkle root, ecc.), che consentono alla maggior parte delle " +"librerie esistenti di funzionare nell'ecosistema Dash." #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" +"Questa documentazione è disponibile anche come `PDF " +"`__." #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" -"Dash 0.13.0 e versioni successive implementano `DIP002 Special " -"Transactions ` " -"__, che costituiscono una base per i nuovi tipi di transazione che " -"forniscono on-chain metadati per assistere vari meccanismi di consenso. " -"Esistono i seguenti tipi di transazioni speciali:" +"Dash 0.13.0 e versioni successive implementano `DIP002 Special Transactions " +"` __, che " +"costituiscono una base per i nuovi tipi di transazione che forniscono on-" +"chain metadati per assistere vari meccanismi di consenso. Esistono i " +"seguenti tipi di transazioni speciali:" #: ../../docs/user/developers/integration.rst:89 msgid "Version" @@ -214,7 +257,7 @@ msgstr "Payload Size" #: ../../docs/user/developers/integration.rst:89 msgid "Transaction Purpose / Example" -msgstr "" +msgstr "Scopo/Esempio della transazione" #: ../../docs/user/developers/integration.rst:91 #: ../../docs/user/developers/integration.rst:93 @@ -249,11 +292,11 @@ msgstr "1" #: ../../docs/user/developers/integration.rst:101 #: ../../docs/user/developers/integration.rst:103 msgid "variable" -msgstr "" +msgstr "variabile" #: ../../docs/user/developers/integration.rst:93 msgid ":ref:`Masternode Registration `" -msgstr "" +msgstr ":ref:`Masternode Registration `" #: ../../docs/user/developers/integration.rst:95 msgid "2" @@ -261,11 +304,11 @@ msgstr "2" #: ../../docs/user/developers/integration.rst:95 msgid ":ref:`Update Masternode Service `" -msgstr "" +msgstr ":ref:`Update Masternode Service `" #: ../../docs/user/developers/integration.rst:97 msgid ":ref:`Update Masternode Operator `" -msgstr "" +msgstr ":ref:`Update Masternode Operator `" #: ../../docs/user/developers/integration.rst:99 msgid "4" @@ -273,7 +316,7 @@ msgstr "4" #: ../../docs/user/developers/integration.rst:99 msgid ":ref:`Masternode Revocation `" -msgstr "" +msgstr ":ref:`Masternode Revocation `" #: ../../docs/user/developers/integration.rst:101 msgid "5" @@ -281,7 +324,7 @@ msgstr "5" #: ../../docs/user/developers/integration.rst:101 msgid ":ref:`Masternode List Merkle Proof `" -msgstr "" +msgstr ":ref:`Masternode List Merkle Proof `" #: ../../docs/user/developers/integration.rst:103 msgid "6" @@ -289,7 +332,7 @@ msgstr "6" #: ../../docs/user/developers/integration.rst:103 msgid ":ref:`Quorum Commitment `" -msgstr "" +msgstr ":ref:`Quorum Commitment `" #: ../../docs/user/developers/integration.rst:106 msgid "Integration notes:" @@ -298,49 +341,71 @@ msgstr "Note di integrazione:" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" +"`DIP002 Special Transactions " +"`__ ha introdotto " +"una nuova versione della transazione e il relativo \"Payload\" nella rete." #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" +"I sistemi integrati devono essere in grado di `serializzare e deserializzare" +" `__ questi nuovi tipi di transazione per codificare " +"accuratamente e decodificare i dati grezzi delle transazioni." #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" +"Dal punto di vista della \"compatibilità con le versioni precedenti " +"\"__," +" il campo \"versione\" da 4 byte (32 bit) incluso in Classical Transactions " +"è stato suddiviso in due campi: \"versione\" e \"tipo\" (ciascuno composto " +"da 2 byte)." #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" +"Fare riferimento alla sezione :ref:`Transazioni speciali ` del riferimento per sviluppatori Dash per ulteriori dettagli " +"su questi tipi di dati, ad es. ." #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" +":ref:`InstantSend ` e Payload JSON (ad esempio " +"``proRegTx``) sono inclusi nella risposta JSON-RPC, tieni presente che " +"questi dati non fanno parte dell'hash calcolato e vengono forniti per " +"comodità." #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" +"Consulta la `documentazione sull'integrazione dei tipi di transazione (PDF) " +"`__ per esempi pratici di ciascun tipo di " +"transazione ." #: ../../docs/user/developers/integration.rst:136 msgid "InstantSend" @@ -356,37 +421,58 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." -msgstr "" +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." +msgstr "" +"InstantSend è una funzionalità fornita dalla rete Dash che consente di " +"accettare e spendere nuovamente in modo sicuro le transazioni senza " +"conferma. La rete tenta di bloccare gli input di ogni transazione valida " +"quando viene trasmessa alla rete. Ogni transazione protetta è inclusa in un " +"blocco successivo in conformità con i principi standard della blockchain. Le" +" transazioni vengono generalmente bloccate da InstantSend entro 3 secondi " +"dalla propagazione alla rete." #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" +"InstantSend è abilitato dalla rete Masternode che comprende diverse migliaia" +" di server masternode. Questi nodi si differenziano dai nodi standard per " +"aver dimostrato di possedere 1.000 Dash, rendendo la rete `altamente " +"resistente agli attacchi Sybil " +"`__. I Masternode formano `Long-" +"Living Masternode Quorums (LLMQ) " +"`__, che hanno il " +"compito di fornire certezza quasi istantanea ai partecipanti alla " +"transazione che gli input della transazione non possono essere spesi " +"nuovamente e che la transazione verrà inclusa in un blocco successivo invece" +" che in una transazione in conflitto." #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" +"Questo concetto funziona come un'estensione del Consenso Nakamoto per " +"fornire ulteriore sicurezza. InstantSend consente al destinatario di " +"rispendere immediatamente e in modo sicuro i fondi negoziati, anche prima " +"che la transazione venga inclusa in un blocco." #: ../../docs/user/developers/integration.rst:164 msgid "Receiving InstantSend Transactions" @@ -395,17 +481,23 @@ msgstr "Ricezione di transazioni InstantSend" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" +"Una \"Transazione InstantSend\" è semplicemente una transazione standard a " +"cui sono state fornite ulteriori garanzie dalla rete masternode. Di " +"conseguenza, e dal punto di vista dell'integrazione, l'unica differenza " +"tecnica è lo stato InstantSend." #: ../../docs/user/developers/integration.rst:173 msgid "Receiving an InstantSend Transaction introduces two requirements:" -msgstr "La ricezione di una transazione InstantSend introduce a due requisiti:" +msgstr "" +"La ricezione di una transazione InstantSend introduce a due requisiti:" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" "Capacità di determinare lo \"Status di InstantSend\" di una data " "transazione." @@ -416,55 +508,64 @@ msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." msgstr "" -"Possibilità di regolare lo \"Status di conferma\" indipendentemente dalla" -" conferma del blocco." +"Possibilità di regolare lo \"Status di conferma\" indipendentemente dalla " +"conferma del blocco." #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" -"Lo status di InstantSend viene in genere determinato tramite la " -"connessione diretta con il demone dash, `notifica ZMQ " -"`__, " -"o tramite l'uso di uno script di notifica del portafoglio esterno." +"Lo status di InstantSend viene in genere determinato tramite la connessione " +"diretta con il demone dash, `notifica ZMQ " +"`__, o " +"tramite l'uso di uno script di notifica del portafoglio esterno." #: ../../docs/user/developers/integration.rst:186 #: ../../docs/user/developers/integration.rst:309 msgid "Direct Connection" -msgstr "" +msgstr "Connessione diretta" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" +"Lo stato di InstantSend può essere identificato tramite la connessione " +"diretta con il demone Dash utilizzando il protocollo JSON-RPC. L'attributo " +"``instantlock`` della risposta JSON riflette lo stato della transazione ed è" +" incluso nei seguenti comandi:" #: ../../docs/user/developers/integration.rst:203 #: ../../docs/user/developers/integration.rst:325 msgid "ZMQ Notification" -msgstr "" +msgstr "Notifica ZMQ" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" +"Ogni volta che una transazione entra nella mempool e ogni volta che una " +"transazione è bloccata nel mempool, le notifiche ZMQ possono essere " +"trasmesse dal nodo. Fare riferimento all'elenco delle possibili notifiche " +"ZMQ `__ per " +"maggiori dettagli." #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" -"Le seguenti notifiche sono rilevanti per il riconoscimento delle " -"transazioni e dei relativi blocchi istantanei:" +"Le seguenti notifiche sono rilevanti per il riconoscimento delle transazioni" +" e dei relativi blocchi istantanei:" #: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" @@ -484,7 +585,7 @@ msgstr "zmqpubrawtxlock" #: ../../docs/user/developers/integration.rst:220 msgid "Wallet Notification" -msgstr "" +msgstr "Notifica del portafoglio" #: ../../docs/user/developers/integration.rst:222 msgid "" @@ -492,18 +593,22 @@ msgid "" "whenever an InstantSend transaction relating to that wallet is observed. " "This is configured by adding the following line to the dash.conf file::" msgstr "" +"Il Dash Core Daemon può essere configurato per eseguire uno script esterno " +"ogni volta che viene osservata una transazione InstantSend relativa a quel " +"portafoglio. Questo viene configurato aggiungendo la seguente riga al file " +"dash.conf::" #: ../../docs/user/developers/integration.rst:228 -#, fuzzy msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" -"Questo è tipicamente usato con un portafoglio che è stato popolato con " -"indirizzi `watch-only ` __." +"Questo viene in genere utilizzato con un portafoglio che è stato popolato " +"con \"watch-only " +"\" __ indirizzi." #: ../../docs/user/developers/integration.rst:235 msgid "Broadcasting InstantSend Transactions" @@ -511,40 +616,41 @@ msgstr "Trasmissione di transazioni InstantSend" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" +"Poiché tutte le transazioni sulla rete Dash vengono automaticamente inviate " +"a InstantSend, non sono necessarie modifiche procedurali per trasmettere le " +"transazioni come InstantSend." #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" -"Poiché Dash v0.14.0 ha stabilito LLMQs sulla rete Dash, i quorum " -"tenteranno ora di bloccare ogni transazione valida per impostazione " -"predefinita senza alcuna commissione o azione aggiuntiva da parte del " -"portafoglio o dell'utente che invia. Una transazione è idonea per " -"InstantSend quando ciascuno dei suoi input è confermato. Questo è il caso" -" in cui si verifica almeno una delle seguenti circostanze:" +"Poiché Dash v0.14.0 ha stabilito LLMQs sulla rete Dash, i quorum tenteranno " +"ora di bloccare ogni transazione valida per impostazione predefinita senza " +"alcuna commissione o azione aggiuntiva da parte del portafoglio o " +"dell'utente che invia. Una transazione è idonea per InstantSend quando " +"ciascuno dei suoi input è confermato. Questo è il caso in cui si verifica " +"almeno una delle seguenti circostanze:" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" -"la transazione precedente a cui fa riferimento l'entrata viene confermata" -" con 6 blocchi" +"la transazione precedente a cui fa riferimento l'entrata viene confermata " +"con 6 blocchi" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" -"la transazione precedente viene confermata tramite un blocco InstantSend " -"più vecchio" +"la transazione precedente viene confermata tramite un blocco InstantSend più" +" vecchio" #: ../../docs/user/developers/integration.rst:253 msgid "" @@ -560,6 +666,9 @@ msgid "" "important to do this on mempool (non-mined) transactions. This allows " "chained InstantSend locking." msgstr "" +"Quando si controlla la transazione precedente per un blocco InstantSend, è " +"importante farlo sulle transazioni mempool (non estratte). Ciò consente il " +"blocco InstantSend concatenato." #: ../../docs/user/developers/integration.rst:260 #: ../../docs/user/developers/integration.rst:368 @@ -569,12 +678,12 @@ msgstr "Risorse addizionali" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" -"Le seguenti risorse forniscono ulteriori informazioni su InstantSend e " -"hanno lo scopo di fornire una comprensione più completa delle tecnologie " +"Le seguenti risorse forniscono ulteriori informazioni su InstantSend e hanno" +" lo scopo di fornire una comprensione più completa delle tecnologie " "sottostanti." #: ../../docs/user/developers/integration.rst:266 @@ -586,13 +695,11 @@ msgstr "" "`__" #: ../../docs/user/developers/integration.rst:267 -#, fuzzy msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" -"`Documentazione per sviluppatori InstantSend " -"`__" +":ref:`Documentazione per sviluppatori di InstantSend `" #: ../../docs/user/developers/integration.rst:268 #: ../../docs/user/developers/integration.rst:375 @@ -600,6 +707,7 @@ msgid "" ":ref:`Receiving ZMQ notifications `" msgstr "" +":ref:`Ricezione notifiche ZMQ `" #: ../../docs/user/developers/integration.rst:269 msgid "" @@ -621,127 +729,140 @@ msgstr "" #: ../../docs/user/developers/integration.rst:275 msgid "ChainLocks" -msgstr "" +msgstr "ChainLocks" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" +"I ChainLocks sono una funzionalità fornita da Dash Network che fornisce " +"certezza nell'accettazione dei pagamenti. Questa tecnologia, in particolare " +"se utilizzata in parallelo con :ref:`InstantSend `, crea un " +"ambiente in cui i pagamenti possono essere accettati immediatamente e senza " +"il rischio di “Eventi di riorganizzazione Blockchain”." #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" +"Il rischio di riorganizzazione della blockchain viene in genere risolto " +"richiedendo più :term:`conferme` prima che una transazione possa essere " +"accettata in modo sicuro come pagamento. Questo tipo di sicurezza indiretta " +"è efficace, ma comporta un costo in termini di tempo e di esperienza " +"dell'utente. I ChainLocks sono una soluzione a questo problema." #: ../../docs/user/developers/integration.rst:289 msgid "Receiving ChainLocks" -msgstr "" +msgstr "Ricevere ChainLocks" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" +"Una volta osservato un ChainLock per un blocco, ogni transazione in quel " +"blocco e in tutti i blocchi precedenti può essere considerata " +"irreversibilmente e completamente confermata." #: ../../docs/user/developers/integration.rst:296 -#, fuzzy msgid "Receiving a ChainLock introduces two requirements:" -msgstr "La ricezione di una transazione InstantSend introduce a due requisiti:" +msgstr "Ricevere un ChainLock introduce due requisiti:" #: ../../docs/user/developers/integration.rst:298 -#, fuzzy msgid "" "The ability to determine the “ChainLock Status” of a given block or " "transaction." msgstr "" -"Capacità di determinare lo \"Status di InstantSend\" di una data " +"La capacità di determinare lo “Stato ChainLock” di un determinato blocco o " "transazione." #: ../../docs/user/developers/integration.rst:304 -#, fuzzy msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" -"Lo status di InstantSend viene in genere determinato tramite la " -"connessione diretta con il demone dash, `notifica ZMQ " -"`__, " -"o tramite l'uso di uno script di notifica del portafoglio esterno." +"Lo stato di ChainLock viene generalmente determinato tramite la connessione " +"diretta con il demone Dash o tramite una `notifica ZMQ " +"`__." #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" +"Lo stato di ChainLock può essere identificato tramite la connessione diretta" +" con il demone Dash utilizzando il protocollo JSON-RPC. L'attributo booleano" +" ``chainlock`` della risposta JSON riflette lo stato ChainLock del blocco o " +"della transazione ed è incluso nei seguenti comandi:" #: ../../docs/user/developers/integration.rst:316 msgid ":ref:`getblock `" -msgstr "" +msgstr ":ref:`getblock `" #: ../../docs/user/developers/integration.rst:317 msgid ":ref:`getblockheader `" -msgstr "" +msgstr ":ref:`getblockheader `" #: ../../docs/user/developers/integration.rst:318 msgid ":ref:`getblockheaders `" -msgstr "" +msgstr ":ref:`getblockheaders `" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." -msgstr "" +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." +msgstr "" +"Le firme ChainLock vengono create poco dopo che il blocco correlato è stato " +"estratto. Di conseguenza si consiglia ai client integrati di utilizzare " +":ref:`notifiche ZMQ (ZeroMQ) ` " +"per garantire che queste informazioni vengano ricevute il più " +"tempestivamente possibile. Fare riferimento all'elenco delle possibili " +"notifiche ZMQ " +"`__ per " +"maggiori dettagli." #: ../../docs/user/developers/integration.rst:335 -#, fuzzy msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" -"Le seguenti notifiche sono rilevanti per il riconoscimento delle " -"transazioni e dei relativi blocchi istantanei:" +"Le seguenti notifiche sono rilevanti per il riconoscimento dei blocchi e dei" +" relativi ChainLock:" #: ../../docs/user/developers/integration.rst:338 -#, fuzzy msgid "zmqpubhashblock" -msgstr "zmqpubhashtxlock" +msgstr "zmqpubhashblock" #: ../../docs/user/developers/integration.rst:339 -#, fuzzy msgid "zmqpubhashchainlock" -msgstr "zmqpubhashtxlock" +msgstr "zmqpubhashchainlock" #: ../../docs/user/developers/integration.rst:340 -#, fuzzy msgid "zmqpubrawblock" -msgstr "zmqpubrawtxlock" +msgstr "zmqpubrawblock" #: ../../docs/user/developers/integration.rst:341 -#, fuzzy msgid "zmqpubrawchainlock" -msgstr "zmqpubrawtxlock" +msgstr "zmqpubrawchainlock" #: ../../docs/user/developers/integration.rst:342 -#, fuzzy msgid "zmqpubrawchainlocksig" -msgstr "zmqpubrawtxlock" +msgstr "zmqpubrawchainlocksig" #: ../../docs/user/developers/integration.rst:344 msgid "" @@ -749,159 +870,25 @@ msgid "" "`__ to listen for ChainLock ZMQ " "notifications and return the hash of blocks that receive a ChainLock." msgstr "" +"Questo codice di esempio utilizza la libreria `js-dashd-zmq " +"`__ per ascoltare le notifiche " +"ChainLock ZMQ e restituire l'hash dei blocchi che ricevono un ChainLock." #: ../../docs/user/developers/integration.rst:348 msgid "Subscribe to ChainLock hash ZMQ notifications" -msgstr "" +msgstr "Iscriviti alle notifiche ZMQ dell'hash ChainLock" #: ../../docs/user/developers/integration.rst:374 -#, fuzzy -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" -"`Documentazione per sviluppatori InstantSend " -"`__" +":ref:`Documentazione per gli sviluppatori di ChainLock `" #: ../../docs/user/developers/integration.rst:376 -#, fuzzy msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" -"`DIP0010: LLMQ InstantSend " -"`__" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" -#~ "`Registrazione Masternode `__" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" -#~ "`Aggiornamento Servizio Masternode " -#~ "`__" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" -#~ "`Aggiornamento Operatore Masternode " -#~ "`__" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" -#~ "`Revoca Masternode `__" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" -#~ "`Elenco Masternode Merkle Proof " -#~ "`__" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" -#~ "`Impegno del Quorum `__" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - +"`DIP0008: ChainLocks " +"`__" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/sporks.po b/locale/it/LC_MESSAGES/docs/user/developers/sporks.po index 617a38db6..2b7afba3e 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/testnet.po b/locale/it/LC_MESSAGES/docs/user/developers/testnet.po index 8e476eb34..5c850364b 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,11 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William Lotta , 2022 # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" @@ -13,25 +15,22 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -"Dash testnet e devnet vengono utilizzati dagli sviluppatori Dash per " -"testare utilizzando tDASH" +"Dash testnet e devnet vengono utilizzati dagli sviluppatori Dash per testare" +" utilizzando tDASH" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -45,20 +44,20 @@ msgstr "Testnet e devnet" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" "Testnet è una blockchain Dash completamente funzionante con l'unica " "eccezione fondamentale che, poiché il Dash sulla rete può essere creato " -"liberamente, esso non ha valore. Questa valuta, nota come tDASH, può " -"essere richiesta da un faucet per aiutare gli sviluppatori a testare le " -"nuove versioni di Dash, nonché a testare le operazioni di rete " -"utilizzando versioni identiche del software prima che vengano eseguite " -"sulla mainnet. Ci sono diverse altre differenze fondamentali:" +"liberamente, esso non ha valore. Questa valuta, nota come tDASH, può essere " +"richiesta da un faucet per aiutare gli sviluppatori a testare le nuove " +"versioni di Dash, nonché a testare le operazioni di rete utilizzando " +"versioni identiche del software prima che vengano eseguite sulla mainnet. Ci" +" sono diverse altre differenze fondamentali:" #: ../../docs/user/developers/testnet.rst:18 msgid "Testnet operates on port 19999 (instead of 9999)" @@ -66,11 +65,11 @@ msgstr "Testnet opera sulla porta 19999 (invece di 9999)" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" -"Gli indirizzi di testnet iniziano con \"y\" invece di \"X\", " -"ADDRESSVERSION è 140 (invece di 76)" +"Gli indirizzi di testnet iniziano con \"y\" invece di \"X\", ADDRESSVERSION " +"è 140 (invece di 76)" #: ../../docs/user/developers/testnet.rst:21 msgid "Testnet balances are denominated in tDASH (instead of DASH)" @@ -79,14 +78,16 @@ msgstr "I saldi Testnet sono denominati in tDASH (invece di DASH)" #: ../../docs/user/developers/testnet.rst:22 msgid "Protocol message header bytes are 0xcee2caff (instead of 0xbf0c6bbd)" msgstr "" +"I byte dell'intestazione del messaggio del protocollo sono 0xcee2caff " +"(invece di 0xbf0c6bbd)" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" -"Il bootstrap utilizza diversi seed DNS: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Il bootstrap utilizza diversi seed DNS: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" #: ../../docs/user/developers/testnet.rst:25 msgid "Launching Dash Core in testnet mode shows an orange splash screen" @@ -96,35 +97,34 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" "Per avviare Dash Core in modalità testnet, trova il tuo file dash.conf e " "inserisci la seguente riga::" #: ../../docs/user/developers/testnet.rst:32 -#, fuzzy msgid "" "With the release of Dash Core 12.3, Dash added support for a great new " "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" "Con il rilascio di Dash Core 12.3, Dash ha aggiunto il supporto per una " -"nuova fantastica funzionalità, ** denominata devnets **. Le devnet sono " -"reti di sviluppatori che combinano alcuni aspetti di testnet (la rete di " -"test globale e pubblica) e alcuni aspetti di regtest (la modalità di test" -" di regressione solo locale che fornisce la generazione di blocchi " -"controllata). A differenza di testnet, è possibile creare più devnet " -"indipendenti e coesistere senza interferenze. Per la documentazione " -"pratica su come usare devnet, vedere la `documentazione per sviluppatori " -"`__ " -"or this `blog post `__." +"nuova fantastica funzionalità — **denominata devnet**. Le Devnet sono reti " +"di sviluppatori che combinano alcuni aspetti di testnet (la rete di test " +"globale e pubblica) e alcuni aspetti di regtest (la modalità di test di " +"regressione solo locale che fornisce la generazione di blocchi controllata)." +" A differenza di testnet, è possibile creare più devnet indipendenti e " +"coesistere senza interferenze. Per la documentazione pratica su come " +"utilizzare le devnet, consulta la :ref:`documentazione per gli sviluppatori " +"` o questo `post sul blog " +"`__." #: ../../docs/user/developers/testnet.rst:43 msgid "Tools and links" @@ -132,12 +132,17 @@ msgstr "Strumenti e collegamenti" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" +"I collegamenti seguenti sono stati raccolti da varie fonti della comunità e " +"potrebbero non essere necessariamente online o funzionanti in un dato " +"momento. Iscriviti a `Dash Discord `_ o al `Dash " +"Forum `_ se hai una domanda relativa a un " +"servizio specifico." #: ../../docs/user/developers/testnet.rst:51 msgid "**Test builds:** https://gitlab.com/dashpay/dash/pipelines" @@ -160,6 +165,8 @@ msgid "" "**Android wallet:** https://github.com/dashpay/dash-" "wallet/releases/tag/v7.0.2" msgstr "" +"**Android wallet:** https://github.com/dashpay/dash-" +"wallet/releases/tag/v7.0.2" #: ../../docs/user/developers/testnet.rst:56 msgid "**Testnet for Bitcoin:** https://en.bitcoin.it/wiki/Testnet" @@ -171,11 +178,11 @@ msgstr "Faucet" #: ../../docs/user/developers/testnet.rst:61 msgid "https://faucet.testnet.networks.dash.org - by Dash Core Group" -msgstr "" +msgstr "https://faucet.testnet.networks.dash.org - by Dash Core Group" #: ../../docs/user/developers/testnet.rst:62 msgid "http://faucet.test.dash.crowdnode.io - by CrowdNode" -msgstr "" +msgstr "http://faucet.test.dash.crowdnode.io - by CrowdNode" #: ../../docs/user/developers/testnet.rst:65 msgid "Explorers" @@ -187,11 +194,11 @@ msgstr "https://testnet-insight.dashevo.org/insight" #: ../../docs/user/developers/testnet.rst:68 msgid "https://insight.testnet.networks.dash.org:3002/insight" -msgstr "" +msgstr "https://insight.testnet.networks.dash.org:3002/insight" #: ../../docs/user/developers/testnet.rst:69 msgid "http://insight.testnet.networks.dash.org:3001/insight" -msgstr "" +msgstr "http://insight.testnet.networks.dash.org:3001/insight" #: ../../docs/user/developers/testnet.rst:72 msgid "Pools" @@ -199,11 +206,9 @@ msgstr "Pool" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" #: ../../docs/user/developers/testnet.rst:75 msgid "" @@ -227,40 +232,38 @@ msgstr "Masternodes" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" -"L'installazione di un masternode sotto testnet generalmente segue gli " -"stessi passaggi della: ref: `guida all'installazione del mainnet " -"masternode `, ma con alcune differenze chiave:" +"L'installazione di un masternode sotto testnet generalmente segue gli stessi" +" passaggi della: ref: `guida all'installazione del mainnet masternode " +"`, ma con alcune differenze chiave:" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" "Probabilmente eseguirai una versione di sviluppo di Dash invece della " -"versione stabile. Vedi `qui " -"`__ per un elenco di build , " -"quindi scegli l'ultima build ``develop`` build e fai clic su ** Artifacts" -" ** per visualizzare un elenco di programmi binari." +"versione stabile. Vedi `qui `__ " +"per un elenco di build , quindi scegli l'ultima build ``develop`` build e " +"fai clic su ** Artifacts ** per visualizzare un elenco di programmi binari." #: ../../docs/user/developers/testnet.rst:90 msgid "" "When opening the firewall, port 19999 must be opened instead of (or in " "addition to) 9999. Use this command: ``ufw allow 19999/tcp``" msgstr "" -"Quando si apre il firewall, è necessario aprire la porta 19999 invece di " -"(o in aggiunta a) 9999. Utilizza questo comando: ``ufw allow 19999 / " -"tcp``" +"Quando si apre il firewall, è necessario aprire la porta 19999 invece di (o " +"in aggiunta a) 9999. Utilizza questo comando: ``ufw allow 19999 / tcp``" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" "Il tuo desktop wallet deve essere in esecuzione in modalità testnet. " "Aggiungi la seguente riga a *dash.conf*: ``testnet = 1``" @@ -275,13 +278,13 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" -"Il tuo file di configurazione masternode deve anche specificare la " -"modalità testnet. Aggiungi la seguente riga quando imposti *dash.conf* " -"sul masternode: ``testnet = 1``" +"Il tuo file di configurazione masternode deve anche specificare la modalità " +"testnet. Aggiungi la seguente riga quando imposti *dash.conf* sul " +"masternode: ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:99 msgid "" @@ -293,65 +296,77 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" "Durante la clonazione di sentinel, potrebbe essere necessario clonare il " -"ramo di sviluppo utilizzando l'opzione ``-b``, ad esempio: ``git clone -b" -" develop https://github.com/dashpay/sentinel.git``" +"ramo di sviluppo utilizzando l'opzione ``-b``, ad esempio: ``git clone -b " +"develop https://github.com/dashpay/sentinel.git``" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" +"Una volta installato sentinel, modificare " +"``~/.dashcore/sentinel/sentinel.conf``, commentare la riga mainnet e " +"rimuovere il commento: ``network=testnet``" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" +"Il portafoglio che contiene il collaterale masternode si aspetterà di " +"trovare il file ``masternode.conf`` in " +"``~/.dashcore/testnet3/masternode.conf`` invece di " +"``~/.dashcore/masternode.conf``." #: ../../docs/user/developers/testnet.rst:113 msgid "Testnet 0.16.0" -msgstr "" +msgstr "Testnet 0.16.0" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" +"Nel giugno 2020, il team Dash ha annunciato l'inizio dei test della prossima" +" versione Dash 0.16.0. Sono già stati effettuati test interni approfonditi " +"sul codice 0.16.0, ma ci sono numerosi bug che possono essere rivelati solo " +"con l'uso effettivo da parte di persone reali. Il team Dash invita chiunque " +"sia interessato a scaricare il software e diventare attivo su testnet. " +"Questa versione include:" #: ../../docs/user/developers/testnet.rst:122 msgid "Block reward reallocation" -msgstr "" +msgstr "Riallocazione Block reward" #: ../../docs/user/developers/testnet.rst:123 msgid "Core Wallet UI/UX Improvements" -msgstr "" +msgstr "Miglioramenti all'interfaccia utente/UX del Core Wallet" #: ../../docs/user/developers/testnet.rst:124 msgid "Quorum Signing Optimizations" -msgstr "" +msgstr "Ottimizzazioni della firma del quorum" #: ../../docs/user/developers/testnet.rst:125 msgid "Network Threading Improvement" -msgstr "" +msgstr "Miglioramento del Network Threading" #: ../../docs/user/developers/testnet.rst:126 msgid "Minimum Protocol Check" -msgstr "" +msgstr "Controllo minimo del protocollo" #: ../../docs/user/developers/testnet.rst:127 msgid "Bitcoin 0.16 and 0.17 Backports" -msgstr "" +msgstr "Bitcoin 0.16 e 0.17 Backports" #: ../../docs/user/developers/testnet.rst:129 #: ../../docs/user/developers/testnet.rst:153 @@ -360,19 +375,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:237 #: ../../docs/user/developers/testnet.rst:264 msgid "Discussion:" -msgstr "" +msgstr "Discussione:" #: ../../docs/user/developers/testnet.rst:131 msgid "" "Testnet announcement: " "https://www.dash.org/forum/threads/v0-16-testing.50294/" msgstr "" +"Annuncio Testnet: https://www.dash.org/forum/threads/v0-16-testing.50294/" #: ../../docs/user/developers/testnet.rst:132 msgid "" "Product brief: https://blog.dash.org/updated-product-brief-dash-core-" "release-v0-16-0-d3debdb6242e" msgstr "" +"Descrizione del prodotto: https://blog.dash.org/updated-product-brief-dash-" +"core-release-v0-16-0-d3debdb6242e" #: ../../docs/user/developers/testnet.rst:133 #: ../../docs/user/developers/testnet.rst:157 @@ -381,6 +399,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:240 msgid "Testnet tools: https://docs.dash.org/en/stable/developers/testnet.html" msgstr "" +"Strumenti per Testnet: " +"https://docs.dash.org/en/stable/developers/testnet.html" #: ../../docs/user/developers/testnet.rst:134 #: ../../docs/user/developers/testnet.rst:158 @@ -389,7 +409,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:241 #: ../../docs/user/developers/testnet.rst:268 msgid "Issue tracking: https://github.com/dashpay/dash/issues/new" -msgstr "" +msgstr "Monitoraggio dei problemi: https://github.com/dashpay/dash/issues/new" #: ../../docs/user/developers/testnet.rst:136 #: ../../docs/user/developers/testnet.rst:160 @@ -397,11 +417,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:214 #: ../../docs/user/developers/testnet.rst:243 msgid "Latest test binaries:" -msgstr "" +msgstr "Ultimi file binari di test:" #: ../../docs/user/developers/testnet.rst:138 msgid "https://github.com/dashpay/dash/releases/tag/v0.16.0.0-rc3" -msgstr "" +msgstr "https://github.com/dashpay/dash/releases/tag/v0.16.0.0-rc3" #: ../../docs/user/developers/testnet.rst:141 msgid "Testnet 0.15.0" @@ -410,104 +430,130 @@ msgstr "Testnet 0.15.0" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" -msgstr "" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" +msgstr "" +"A dicembre 2019, il team Dash ha annunciato l'inizio dei test della prossima" +" versione Dash 0.15.0. Sono già stati effettuati test interni approfonditi " +"sul codice 0.15.0, ma ci sono numerosi bug che possono essere rivelati solo " +"con l'uso effettivo da parte di persone reali. Il team Dash invita chiunque " +"sia interessato a scaricare il software e diventare attivo su testnet. " +"Questa versione include:" #: ../../docs/user/developers/testnet.rst:150 msgid "Bitcoin 0.15 backports" -msgstr "" +msgstr "Bitcoin 0.15 backports" #: ../../docs/user/developers/testnet.rst:151 msgid "Removal of legacy code" -msgstr "" +msgstr "Rimozione del codice legacy" #: ../../docs/user/developers/testnet.rst:155 msgid "" "Testnet announcement: " "https://www.dash.org/forum/threads/v15-0-testing.49140/" msgstr "" +"Annuncio della Testnet: " +"https://www.dash.org/forum/threads/v15-0-testing.49140/" #: ../../docs/user/developers/testnet.rst:156 msgid "" "Product brief: https://blog.dash.org/product-brief-dash-core-" "release-v0-15-0-acd7633a91ab" msgstr "" +"Descrizione del prodotto: https://blog.dash.org/product-brief-dash-core-" +"release-v0-15-0-acd7633a91ab" #: ../../docs/user/developers/testnet.rst:162 msgid "https://github.com/dashpay/dash/releases/tag/v0.15.0.0-rc4" -msgstr "" +msgstr "https://github.com/dashpay/dash/releases/tag/v0.15.0.0-rc4" #: ../../docs/user/developers/testnet.rst:166 msgid "Testnet 0.14.0" -msgstr "" +msgstr "Testnet 0.14.0" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" +"Nel marzo 2019, il team Dash ha annunciato l'inizio dei test della prossima " +"versione Dash 0.14.0. Sono già stati effettuati test interni approfonditi " +"sul codice 0.14.0, ma ci sono numerosi bug che possono essere rivelati solo " +"con l'effettivo utilizzo da parte di persone reali. Il team Dash invita " +"chiunque sia interessato a scaricare il software e diventare attivo su " +"testnet. Questa versione include:" #: ../../docs/user/developers/testnet.rst:175 msgid "LLMQ DKGs" -msgstr "" +msgstr "LLMQ DKGs" #: ../../docs/user/developers/testnet.rst:176 msgid "LLMQ based ChainLocks" -msgstr "" +msgstr "LLMQ based ChainLocks" #: ../../docs/user/developers/testnet.rst:177 msgid "LLMQ based InstantSend" -msgstr "" +msgstr "LLMQ based InstantSend" #: ../../docs/user/developers/testnet.rst:181 msgid "" "Testnet announcement: " "https://www.dash.org/forum/threads/v14-0-testing.44047/" msgstr "" +"Annuncio della Testnet: " +"https://www.dash.org/forum/threads/v14-0-testing.44047/" #: ../../docs/user/developers/testnet.rst:182 msgid "" "Product brief: https://blog.dash.org/product-brief-dash-core-" "release-v0-14-0-now-on-testnet-8f5f4ad45c96" msgstr "" +"Descrizione del prodotto: https://blog.dash.org/product-brief-dash-core-" +"release-v0-14-0-now-on-testnet-8f5f4ad45c96" #: ../../docs/user/developers/testnet.rst:188 msgid "https://github.com/dashpay/dash/releases/tag/v0.14.0.0-rc6" -msgstr "" +msgstr "https://github.com/dashpay/dash/releases/tag/v0.14.0.0-rc6" #: ../../docs/user/developers/testnet.rst:192 msgid "Testnet 0.13.0" -msgstr "" +msgstr "Testnet 0.13.0" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" -msgstr "" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" +msgstr "" +"Nel novembre 2018, il team Dash ha annunciato l'inizio dei test della " +"prossima versione Dash 0.13.0. Sono già stati effettuati test interni " +"approfonditi sul codice 0.13.0, ma ci sono numerosi bug che possono essere " +"rivelati solo con l'uso effettivo da parte di persone reali. Il team Dash " +"invita chiunque sia interessato a scaricare il software e diventare attivo " +"su testnet. Questa versione include:" #: ../../docs/user/developers/testnet.rst:201 msgid "Automatic InstantSend for Simple Transactions" -msgstr "" +msgstr "Invio istantaneo automatico per transazioni semplici" #: ../../docs/user/developers/testnet.rst:202 msgid "Deterministic Masternode List" -msgstr "" +msgstr "Lista dei Masternode Deterministici" #: ../../docs/user/developers/testnet.rst:203 msgid "3 Masternode Keys: Owner, Operator and Voting" -msgstr "" +msgstr "3 Chiavi Masternode: Proprietario, Operatore e Votazione" #: ../../docs/user/developers/testnet.rst:204 msgid "Special Transactions" @@ -515,135 +561,164 @@ msgstr "Transazioni Speciali" #: ../../docs/user/developers/testnet.rst:205 msgid "PrivateSend Improvements" -msgstr "" +msgstr "Miglioramenti di PrivateSend" #: ../../docs/user/developers/testnet.rst:209 msgid "" "Testnet announcement: " "https://www.dash.org/forum/threads/v13-0-testing.41945/" msgstr "" +"Annuncio della Testnet: " +"https://www.dash.org/forum/threads/v13-0-testing.41945/" #: ../../docs/user/developers/testnet.rst:210 msgid "" "Product brief: https://blog.dash.org/product-brief-dash-core-" "release-v0-13-0-5d7fddffb7ef" msgstr "" +"Descrizione del prodotto: https://blog.dash.org/product-brief-dash-core-" +"release-v0-13-0-5d7fddffb7ef" #: ../../docs/user/developers/testnet.rst:216 msgid "https://github.com/dashpay/dash/releases/tag/v0.13.0.0-rc11" -msgstr "" +msgstr "https://github.com/dashpay/dash/releases/tag/v0.13.0.0-rc11" #: ../../docs/user/developers/testnet.rst:219 msgid "Testnet 0.12.3" -msgstr "" +msgstr "Testnet 0.12.3" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" +"Nel giugno 2018, il team Dash ha annunciato l'inizio dei test della prossima" +" versione Dash 0.12.3. Sono già stati effettuati test interni approfonditi " +"sul codice 0.12.2, ma ci sono numerosi bug che possono essere rivelati solo " +"con l'effettivo utilizzo da parte di persone reali. Il team Dash invita " +"chiunque sia interessato a scaricare il software e diventare attivo su " +"testnet. Questa versione include:" #: ../../docs/user/developers/testnet.rst:228 msgid "" "Named Devnets, to help developers quickly create multiple independent " "devnets" msgstr "" +"Devnet denominati, per aiutare gli sviluppatori a creare rapidamente più " +"devnet indipendenti" #: ../../docs/user/developers/testnet.rst:230 msgid "New format of network message signatures" -msgstr "" +msgstr "Nuovo formato delle firme dei messaggi di rete" #: ../../docs/user/developers/testnet.rst:231 msgid "Governance system improvements" -msgstr "" +msgstr "Miglioramenti del sistema di governance" #: ../../docs/user/developers/testnet.rst:232 msgid "PrivateSend improvements" -msgstr "" +msgstr "Miglioramenti di PrivateSend" #: ../../docs/user/developers/testnet.rst:233 msgid "Additional indexes cover P2PK now" -msgstr "" +msgstr "Gli indici aggiuntivi ora coprono P2PK" #: ../../docs/user/developers/testnet.rst:234 msgid "Support for pruned nodes in Lite Mode" -msgstr "" +msgstr "Supporto per nodi potati in modalità Lite" #: ../../docs/user/developers/testnet.rst:235 msgid "New Masternode Information Dialog" -msgstr "" +msgstr "Nuova finestra di dialogo delle informazioni sul Masternode" #: ../../docs/user/developers/testnet.rst:239 msgid "https://www.dash.org/forum/threads/v12-3-testing.38475/" -msgstr "" +msgstr "https://www.dash.org/forum/threads/v12-3-testing.38475/" #: ../../docs/user/developers/testnet.rst:245 msgid "https://github.com/dashpay/dash/releases/tag/v0.12.3.0-rc3" -msgstr "" +msgstr "https://github.com/dashpay/dash/releases/tag/v0.12.3.0-rc3" #: ../../docs/user/developers/testnet.rst:249 msgid "Testnet 0.12.2" -msgstr "" +msgstr "Testnet 0.12.2" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" -msgstr "" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" +msgstr "" +"Nell'ottobre 2017, il team Dash ha annunciato il lancio di un testnet per " +"testare pubblicamente la prossima versione 0.12.2 del software Dash. Sono " +"già stati effettuati test interni approfonditi sul codice 0.12.2, ma ci sono" +" numerosi bug che possono essere rivelati solo con l'effettivo utilizzo da " +"parte di persone reali. Il team Dash invita chiunque sia interessato a " +"scaricare il software e diventare attivo su testnet. Questa versione " +"include:" #: ../../docs/user/developers/testnet.rst:258 msgid "" "DIP0001 implementation " "https://github.com/dashpay/dips/blob/master/dip-0001.md" msgstr "" +"Implementazione DIP0001 " +"https://github.com/dashpay/dips/blob/master/dip-0001.md" #: ../../docs/user/developers/testnet.rst:259 msgid "10x transaction fee reduction (including InstantSend fee)" msgstr "" +"Riduzione di 10x delle commissioni di transazione (inclusa la commissione " +"InstantSend)" #: ../../docs/user/developers/testnet.rst:260 msgid "InstantSend vulnerability fix" -msgstr "" +msgstr "Correzione della vulnerabilità InstantSend" #: ../../docs/user/developers/testnet.rst:261 msgid "Lots of other bug fixes and performance improvements" -msgstr "" +msgstr "Molte altre correzioni di bug e miglioramenti delle prestazioni" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" +"Wallet HD sperimentale con reclamo BIP39/BIP44 (disabilitato per " +"impostazione predefinita, dovrebbe essere completamente funzionante ma non è" +" ancora disponibile la GUI)" #: ../../docs/user/developers/testnet.rst:266 msgid "" "Testnet 12.2 discussion: " "https://www.dash.org/forum/threads/v12-2-testing.17412/" msgstr "" +"Discussione Testnet 12.2: " +"https://www.dash.org/forum/threads/v12-2-testing.17412/" #: ../../docs/user/developers/testnet.rst:267 msgid "" "Testnet tools: https://www.dash.org/forum/threads/testnet-tools-" "resources.1768/" msgstr "" +"Strumenti di testnet: https://www.dash.org/forum/threads/testnet-tools-" +"resources.1768/" #: ../../docs/user/developers/testnet.rst:270 msgid "Latest successfully built develop branch binaries:" -msgstr "" +msgstr "Gli ultimi binari di branch sviluppati con successo:" #: ../../docs/user/developers/testnet.rst:272 msgid "Dash Core: https://gitlab.com/dashpay/dash/pipelines" -msgstr "" +msgstr "Dash Core: https://gitlab.com/dashpay/dash/pipelines" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" -msgstr "" - +msgstr "Sentinel: https://github.com/dashpay/sentinel/tree/develop" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/translating.po b/locale/it/LC_MESSAGES/docs/user/developers/translating.po index b60375b80..7d0c3a2cb 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/translating.po @@ -5,15 +5,16 @@ # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -72,11 +73,11 @@ msgstr "`Documentazione Transifex `_" #: ../../docs/user/developers/translating.rst:23 msgid "`Dash translation projects `_" -msgstr "" +msgstr "`Progetti di traduzione Dash `_" #: ../../docs/user/developers/translating.rst:24 msgid "`Dash translators team `_" -msgstr "" +msgstr "`Team di traduttori Dash `_" #: ../../docs/user/developers/translating.rst:26 msgid "" @@ -225,7 +226,7 @@ msgstr "Dash Docs" #: ../../docs/user/developers/translating.rst:99 msgid "https://www.transifex.com/dash/dash-docs/" -msgstr "" +msgstr "https://www.transifex.com/dash/dash-docs/" #: ../../docs/user/developers/translating.rst:101 msgid "" @@ -240,6 +241,18 @@ msgid "" " at all, but hyperlinks and certain formatting must be reproduced in the " "target language as follows:" msgstr "" +"Questo progetto contiene tutta la documentazione Dash ospitata su " +"https://docs.dash.org (probabilmente il sito che stai leggendo ora). Ogni " +"pagina ``.html`` nella documentazione appare come un file nella sezione " +"risorse, denominata in base ai passaggi di navigazione richiesti per aprire " +"la pagina. La documentazione Dash è scritta in un linguaggio di " +"documentazione chiamato `reStructuredText " +"`_ e creata utilizzando il " +"generatore di documentazione open source `Sphinx Documentation Generator " +"`_. Per semplificare il layout, la maggior " +"parte del testo non presenta alcun markup o codice, ma i collegamenti " +"ipertestuali e alcune formattazioni devono essere riprodotti nella lingua di" +" destinazione come segue:" #: ../../docs/user/developers/translating.rst:119 msgid "Inline literals" @@ -371,7 +384,7 @@ msgstr "Dash Graphics" #: ../../docs/user/developers/translating.rst:161 msgid "https://www.transifex.com/dash/dash-graphics/" -msgstr "" +msgstr "https://www.transifex.com/dash/dash-graphics/" #: ../../docs/user/developers/translating.rst:163 msgid "" @@ -415,7 +428,7 @@ msgstr "Portafoglio Dash iOS" #: ../../docs/user/developers/translating.rst:182 #: ../../docs/user/developers/translating.rst:194 msgid "https://www.transifex.com/dash/dash-mobile-wallets/" -msgstr "" +msgstr "https://www.transifex.com/dash/dash-mobile-wallets/" #: ../../docs/user/developers/translating.rst:184 msgid "" @@ -461,7 +474,7 @@ msgstr "Video Dash" #: ../../docs/user/developers/translating.rst:207 msgid "https://www.transifex.com/dash/dash-videos/" -msgstr "" +msgstr "https://www.transifex.com/dash/dash-videos/" #: ../../docs/user/developers/translating.rst:209 msgid "" @@ -488,7 +501,7 @@ msgstr "Sito Dash" #: ../../docs/user/developers/translating.rst:221 msgid "https://www.transifex.com/dash/dash-website/" -msgstr "" +msgstr "https://www.transifex.com/dash/dash-website/" #: ../../docs/user/developers/translating.rst:223 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/earning-spending.po b/locale/it/LC_MESSAGES/docs/user/earning-spending.po index 2ed96d244..5b0d54f73 100644 --- a/locale/it/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/it/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -78,7 +78,7 @@ msgstr "" #: ../../docs/user/earning-spending.rst:29 msgid "**Bitwage:** https://blog.bitwage.com/get-dash/" -msgstr "" +msgstr "**Bitwage:** https://blog.bitwage.com/get-dash/" #: ../../docs/user/earning-spending.rst:30 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po index 92a0f25cd..ff5c845d5 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -5,15 +5,16 @@ # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -89,6 +90,17 @@ msgid "" "proposal goes live to show you are including community feedback in your " "work." msgstr "" +"Ottieni feedback dalla community prima di pubblicare la tua proposta sulla " +"blockchain. Un periodo di discussione di circa due settimane ti aiuterà a " +"scoprire se qualcuno ha proposto qualcosa di simile in passato e se ha avuto" +" successo o meno. Ci sono `canali pre-proposal sul forum " +"`__ e" +" `Dash Discord `__ e `Reddit " +"`__ attirano molte visualizzazioni: " +"considera la discussione su questi canali come la fase di ricerca della tua " +"proposta. Successivamente, puoi pubblicare un collegamento alla discussione " +"del forum quando la tua proposta viene pubblicata per dimostrare che stai " +"includendo il feedback della community nel tuo lavoro." #: ../../docs/user/governance/eight-steps.rst:48 msgid "Manage your identity and reputation" @@ -133,6 +145,16 @@ msgid "" " your involvement with Dash - but don't be annoying and spam many channels " "asking for votes." msgstr "" +"Le proposte con un video o un sito web hanno molte più possibilità di " +"successo! Caricare un video dà alla tua proposta un tocco umano e la " +"possibilità di trasmettere il tuo entusiasmo in un modo che non è sempre " +"possibile nel testo. Pubblica il tuo video sul `forum " +"`_ e " +"su `DashCentral `_, diventa un utente " +"abituale di Discord o organizza un webinar per spiegare la proposta e " +"rispondere alle domande. Impegnati un po' prima di chiedere finanziamenti " +"per dimostrare il tuo coinvolgimento con Dash, ma non essere fastidioso e " +"non spammare molti canali chiedendo voti." #: ../../docs/user/governance/eight-steps.rst:71 msgid "Demonstrate your commitment to the network" @@ -222,6 +244,16 @@ msgid "" "proposals out of the budget. Consider breaking your proposal into smaller " "monthly payments instead." msgstr "" +"Se stai richiedendo una quantità significativa di finanziamenti, è " +"comprensibile la preoccupazione che tu non mantenga le promesse fatte alla " +"rete. Rivolgiti in anticipo alla `Dash Investment Foundation " +"`_ per consigli sul deposito a garanzia o " +"sulla fornitura di capitale e rendi pubbliche le condizioni come parte della" +" proposta. Se la tua proposta è così grande da utilizzare una percentuale " +"significativa del budget, c'è il rischio che l'approvazione della tua " +"proposta faccia uscire dal budget le proposte più piccole. Considera invece " +"la possibilità di suddividere la tua proposta in pagamenti mensili più " +"piccoli." #: ../../docs/user/governance/eight-steps.rst:103 msgid "" @@ -250,6 +282,8 @@ msgid "" "It is currently not possible to change the payment address after the " "proposal is posted to the blockchain." msgstr "" +"Al momento non è possibile modificare l'indirizzo di pagamento dopo che la " +"proposta è stata pubblicata sulla blockchain." #: ../../docs/user/governance/eight-steps.rst:121 msgid "" @@ -282,6 +316,12 @@ msgid "" "`_ in advance for advice on escrow, price " "maintenance, converting currencies and hedging against volatility." msgstr "" +"Sei responsabile della tua pianificazione per proteggerti dalla volatilità " +"dei prezzi. Se la tua proposta prevede pagamenti significativi a terzi in " +"valuta fiat, contatta in anticipo la `Dash Investment Foundation " +"`_ per consigli su deposito a garanzia, " +"mantenimento dei prezzi, conversione di valute e copertura contro " +"volatilità." #: ../../docs/user/governance/eight-steps.rst:137 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/governance/index.po b/locale/it/LC_MESSAGES/docs/user/governance/index.po index aaf375421..a2e725fe7 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/index.po @@ -6,15 +6,16 @@ # Translators: # UBS, 2022 # G. S. , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: G. S. , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -55,6 +56,19 @@ msgid "" "serious splits within the community and even forks to the Bitcoin " "blockchain." msgstr "" +"La governance in un progetto decentralizzato è difficile, perché per " +"definizione non ci sono autorità centrali che prendano decisioni per il " +"progetto. In Dash, tali decisioni vengono prese da un'Organizzazione " +"Autonoma Decentralizzata (o DAO) composta dai masternode. Il DAO consente a " +"ciascun masternode di votare una volta (sì/no/astenersi) per ciascuna " +"proposta. Se una proposta passa, può essere implementata (o meno) dagli " +"sviluppatori di Dash. Un esempio chiave si ha all'inizio del 2016, quando il" +" Core Team di Dash ha presentato una proposta alla rete chiedendo se la " +"dimensione del blocco dovesse essere aumentata a 2 MB. Nel giro di 24 ore è " +"stato raggiunto il consenso per approvare questa modifica. Confronta questo " +"con Bitcoin, dove il dibattito sulla dimensione dei blocchi infuria da quasi" +" tre anni e ha provocato gravi divisioni all’interno della comunità e " +"persino biforcazioni nella blockchain di Bitcoin." #: ../../docs/user/governance/index.rst:24 msgid "" @@ -71,6 +85,19 @@ msgid "" " be used to fund approved proposals. The network thus funds itself by " "reserving 10% of the block reward for budget projects." msgstr "" +"La DAO fornisce inoltre a Dash un mezzo per finanziare il proprio sviluppo. " +"Mentre altri progetti devono dipendere da donazioni o dotazioni predefinite," +" Dash utilizza il 10% della ricompensa del blocco per finanziare il proprio " +"sviluppo. Ogni volta che viene estratto un blocco, il 90% della ricompensa " +"viene divisa tra il miner e il masternode secondo la distribuzione trovata " +":ref:`qui `, mentre il restante 10% non viene " +"creato fino alla fine del mese. Durante il mese chiunque può fare una " +"proposta di budget alla rete. Se la proposta ottiene l'approvazione netta di" +" almeno il 10% della rete masternode, alla fine del mese l'importo richiesto" +" verrà versato in un \"superblocco\". A quel punto, i premi per blocco che " +"non sono stati pagati (10% di ciascun blocco) verranno utilizzati per " +"finanziare le proposte approvate. La rete si finanzia quindi riservando il " +"10% della ricompensa del blocco ai progetti a budget." #: ../../docs/user/governance/index.rst:45 msgid "You can learn more about Dash Governance in the following sections:" diff --git a/locale/it/LC_MESSAGES/docs/user/governance/understanding.po b/locale/it/LC_MESSAGES/docs/user/governance/understanding.po index 8efae6dd3..6122bf120 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/understanding.po @@ -7,15 +7,16 @@ # William Lotta , 2022 # AL , 2022 # G. S. , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: G. S. , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,6 +37,8 @@ msgid "" "dash, dao, governance, funding, voting, blockchain, development, block " "reward, treasury, budget" msgstr "" +"dash, dao, governance, finanziamenti, votazione, blockchain, sviluppi, block" +" reward, tesoreria, budget" #: ../../docs/user/governance/understanding.rst:9 msgid "Understanding Dash Governance" @@ -269,11 +272,11 @@ msgstr "" #: ../../docs/user/governance/understanding.rst:119 msgid "90%" -msgstr "" +msgstr "90%" #: ../../docs/user/governance/understanding.rst:119 msgid "Mining and Masternode Reward" -msgstr "" +msgstr "Mining e Masternode Reward" #: ../../docs/user/governance/understanding.rst:121 msgid "10%" @@ -281,7 +284,7 @@ msgstr "10%" #: ../../docs/user/governance/understanding.rst:121 msgid "Decentralized Governance Budget" -msgstr "" +msgstr "Budget della governance decentralizzata" #: ../../docs/user/governance/understanding.rst:124 msgid "" @@ -296,6 +299,17 @@ msgid "" "network rewards to furthering the ecosystem. This has a ripple effect that " "benefits all parties involved - especially the end users." msgstr "" +"Masternode e miner si dividono il 90% della ricompensa mineraria in base " +"alla distribuzione trovata :ref:`qui `, nel " +"momento in cui viene creata. Il restante 10% viene erogato mensilmente dagli" +" operatori masternode una volta conteggiati i risultati dei loro voti, " +"creando la prima piattaforma di criptovaluta decentralizzata autosufficiente" +" organizzata come Organizzazione Autonoma Decentralizzata (DAO). Gli " +"operatori masternode stabiliscono un contratto sociale con la rete di cui " +"beneficiano e sono tenuti a fungere da custodi, dedicando il loro tempo, il " +"lavoro di due diligence e una parte dei premi della rete alla promozione " +"dell'ecosistema. Ciò ha un effetto a catena che va a vantaggio di tutte le " +"parti coinvolte, in particolare degli utenti finali." #: ../../docs/user/governance/understanding.rst:136 msgid "" @@ -359,6 +373,26 @@ msgid "" "month, and the total amount of Dash available for proposals decreases by " "approximately 7.14% per year, together with the overall block reward." msgstr "" +"I contraenti della blockchain possono essere sviluppatori, professionisti di" +" sensibilizzazione, team leader, avvocati o anche persone incaricate di " +"svolgere compiti specifici. Le proposal generalmente iniziano la loro vita " +"come semplici `post del forum pre-proposta " +"`_ sul" +" forum Dash, dove feedback e suggerimenti sono sollecitato dalla comunità " +"generale. Una volta che il proprietario della proposal decide di avere una " +"ragionevole possibilità di approvare la propria proposal, questa viene " +"creata come oggetto di governance sulla blockchain. A questa azione è " +"associata una commissione di 1 DASH per prevenire lo spam e garantire che " +"solo proposte serie arrivino a questa fase. Esistono diversi strumenti per " +"consentire agli operatori masternode di rivedere e votare comodamente le " +"proposal. Per poter passare, il totale netto dei voti sì deve superare il " +"10% del conteggio totale del masternode al momento del conteggio dei voti. " +"Se ci sono più proposte approvate di quelle che la ricompensa del blocco " +"disponibile può prevedere, le proposte con il maggior numero di voti sì " +"passeranno per prime, creando un punto limite per le proposte meno popolari." +" Lo stesso processo viene poi ripetuto ogni mese e la quantità totale di " +"Dash disponibile per le proposte diminuisce di circa il 7,14% all'anno, " +"insieme alla ricompensa complessiva del blocco." #: ../../docs/user/governance/understanding.rst:175 msgid "" @@ -385,6 +419,14 @@ msgid "" "allows for voting without the need to share masternode private keys with a " "third party service." msgstr "" +"La comunità si è riunita attorno a `DashCentral " +"`__ come sito web per facilitare la discussione" +" e il voto sulle proposal formalmente inserite nella blockchain di Dash. " +"Altri siti web come `Dash Ninja `__ sono " +"disponibili per monitorare i progressi nel tempo e raccogliere statistiche " +"più dettagliate. `Dash Masternode Tool `__ consente inoltre di votare senza la necessità " +"di condividere le chiavi private masternode con un servizio di terze parti." #: ../../docs/user/governance/understanding.rst:200 msgid "A typical view of proposal discussion and voting on Dash Central" @@ -441,6 +483,17 @@ msgid "" " time results in a close bond between the network and those working for the " "network in supporting roles." msgstr "" +"Una volta approvate, le proposal possono essere riportate alla rete sul " +"`Dash Forum `__ o tramite canali pubblici pubblicati e social media. Poiché è " +"possibile creare proposal che fruttano in più mesi, è anche possibile " +"revocare il finanziamento ad un progetto modificando la votazione se lo " +"sviluppo o la spesa dei fondi già stanziati risulta insoddisfacente. Ciò " +"incoraggia i proprietari delle proposal a lavorare onestamente e " +"diligentemente per conquistare la fiducia e l'approvazione della rete. Il " +"confronto continuo e il miglioramento graduale nel tempo si traducono in uno" +" stretto legame tra la rete e coloro che lavorano per la rete in ruoli di " +"supporto." #: ../../docs/user/governance/understanding.rst:233 msgid "" @@ -450,10 +503,16 @@ msgid "" "Central `__ is a popular site used for " "to view progress on proposal voting." msgstr "" +"La votazione delle proposal viene aggiornata in tempo reale tramite messaggi" +" P2P e archiviata da Dash nei file di cache, quindi le attuali proposte " +"vincitrici e l'allocazione totale del budget disponibile sono sempre aperte " +"e visibili a tutti. `Dash Central `__ è" +" un sito popolare utilizzato per visualizzare i progressi nella votazione " +"delle proposte." #: ../../docs/user/governance/understanding.rst:242 msgid "Monitoring budget allocation on Dash Central" -msgstr "" +msgstr "Monitoraggio dell'allocazione del budget su Dash Central" #: ../../docs/user/governance/understanding.rst:244 msgid "" @@ -469,6 +528,18 @@ msgid "" "be contacted at team@dashwatch.org email address or through their `website " "`__." msgstr "" +"Infine, `Dash Watch `__ (a sua volta finanziato " +"tramite una proposta di budget) esiste per monitorare la capacità degli " +"appaltatori blockchain di mantenere le loro promesse rispetto alle date di " +"consegna e agli importi totali del budget ripartiti su più periodi di " +"votazione. Un team di personale dedicato interagisce regolarmente con i " +"proprietari delle proposal per monitorare i progressi dei vari progetti e " +"fornire report ai masternode votanti in un'unica posizione. Sebbene fornire " +"dati sulla performance della tua proposal a Dash Watch sia facoltativo, " +"molti proprietari di masternode sfruttano i dati che mettono a disposizione " +"per prendere le loro decisioni di voto. Il team di Dash Watch può essere " +"contattato all'indirizzo email team@dashwatch.org o tramite il loro `sito " +"web `__." #: ../../docs/user/governance/understanding.rst:260 msgid "Proposal monitoring on Dash Watch" @@ -491,6 +562,16 @@ msgid "" "more passing proposals exist. This allows for completely trustless and " "decentralized allocation of the budget." msgstr "" +"Il budget totale della rete può essere calcolato prelevando il 10% della " +"ricompensa nel periodo di tempo tra due superblocchi, che si verificano ogni" +" 16616 blocchi o circa 30,29 giorni. Un limite di votazione avviene 1662 " +"blocchi prima del superblocco e i voti finali vengono conteggiati a questo " +"punto. Una proposal deve soddisfare la condizione ``(voti SI - voti NO) > " +"(Numero totale di Masternode / 10)`` per essere considerata superata. " +"Quindi, nel superblocco, le proposal vincitrici vengono assegnate in base al" +" margine con cui passano finché non viene assegnato l'intero budget o non " +"esistono più proposal passanti. Ciò consente un’allocazione del budget " +"completamente senza fiducia e decentralizzata." #: ../../docs/user/governance/understanding.rst:277 msgid "" @@ -505,6 +586,17 @@ msgid "" "unallocated budget is simply never created in the superblock, reducing " "unnecessary inflation." msgstr "" +"Se una proposal ha superato la soglia di voto ma rimangono fondi " +"insufficienti per pagare l'intero importo richiesto, non riceverà un " +"finanziamento parziale. Verranno invece finanziate tutte le proposal più " +"piccole che avranno superato la soglia che rientrerà nel budget, anche se " +"avranno un consenso netto inferiore rispetto alla proposal più grande. Le " +"proposal che richiedono il pagamento su più periodi di bilancio rimarranno " +"nel sistema di tesoreria per tutta la durata della loro validità, anche se " +"non superano la soglia di voto, e anche se il budget disponibile per il " +"finanziamento come sopra descritto non è sufficiente. Qualsiasi budget non " +"assegnato semplicemente non viene mai creato nel superblocco, riducendo così" +" un’inflazione non necessaria." #: ../../docs/user/governance/understanding.rst:288 msgid "" @@ -525,10 +617,27 @@ msgid "" "regular monthly proposal cycle. The result is a kind of self-policing " "system." msgstr "" +"A causa della natura decentralizzata del sistema masternode, a volte è " +"necessario formare organizzazioni finanziate, come comitati o aziende, che " +"siano responsabili di alcuni progetti o compiti. Questi vengono presentati " +"allo stesso modo, ma il comitato stesso riceve i fondi. Un’altra alternativa" +" è quella di collocare servizi di deposito fiduciario tra l’evento di " +"allocazione del budget e l’effettivo presentatore della proposal per " +"garantire che il lavoro venga pagato in più fasi, man mano che viene " +"consegnato. A volte è necessaria una certa supervisione sugli appaltatori " +"blockchain. Ciascuna voce di bilancio richiede un team manager o un comitato" +" responsabile dell'attuazione del lavoro. Periodicamente, questo manager " +"dovrebbe riferire sulle spese di bilancio e sul lavoro completato per " +"mostrare il valore creato dai fondi stanziati. Ciò consente a chi presenta " +"ripetutamente proposal di costruirsi una reputazione e ottenere la fiducia " +"della comunità. Le proposal che non forniscono rapporti regolari e non " +"possono rispondere a domande sulla loro allocazione del budget verranno " +"presto definanziate se fanno parte di un normale ciclo di proposal mensili. " +"Il risultato è una sorta di sistema di autocontrollo." #: ../../docs/user/governance/understanding.rst:306 msgid "Scaling and future uses" -msgstr "" +msgstr "Scalabilità e usi futuri" #: ../../docs/user/governance/understanding.rst:308 msgid "" @@ -539,6 +648,13 @@ msgid "" "projects, according to current needs. Dash Core Group, Inc. is one example " "of such an organization." msgstr "" +"Con l’aumento del numero di contraenti blockchain, si raggiunge un punto in " +"cui non ci si può realisticamente aspettare che gli operatori masternode " +"valutino il volume delle proposte. A questo punto si possono creare " +"organizzazioni di finanziamento che agiscano come appaltatori per la " +"distribuzione dei fondi a molti progetti decentralizzati più piccoli, in " +"base alle esigenze attuali. Dash Core Group, Inc. è un esempio di tale " +"organizzazione." #: ../../docs/user/governance/understanding.rst:315 msgid "" @@ -552,10 +668,20 @@ msgid "" "sustainable decentralized cryptocurrency network that can still operate " "cohesively and bring added value services to end users in a consistent way." msgstr "" +"L’esistenza del sistema di budget decentralizzato mette il potere di " +"determinare dove andrà Dash in futuro nelle mani della stessa rete " +"masternode. Tutto lo sviluppo principale e diversi sviluppatori periferici " +"sono già finanziati dal budget, ed è probabile che in futuro nasceranno " +"altri progetti nemmeno concepibili in questo momento. Ciò disaccoppia la " +"sopravvivenza e il valore della blockchain dall'attuale base di utenti e " +"sviluppatori, rendendo Dash la prima blockchain progettata per sopravvivere " +"ai suoi utenti originali, una rete di criptovaluta decentralizzata " +"autosostenibile che può ancora operare in modo coeso e portare servizi a " +"valore aggiunto agli utenti finali in modo coerente. modo." #: ../../docs/user/governance/understanding.rst:327 msgid "Conclusion" -msgstr "" +msgstr "Conclusione" #: ../../docs/user/governance/understanding.rst:329 msgid "" @@ -572,6 +698,18 @@ msgid "" " the need to forfeit their right to decide to others, every few years, like " "with traditional governments or cooperative corporations." msgstr "" +"Ogni operatore masternode instaura con la rete un legame di fiducia e un " +"contratto sociale in cui è tenuto a contribuire allo sviluppo e al " +"mantenimento dell’ecosistema di cui beneficia. Secondo questo modello, una " +"parte dei fondi che l’operatore è tenuto a ricevere sono in un certo senso " +"allocati in custodia, non in proprietà, e sono tenuti in deposito a garanzia" +" dalla rete per essere eseguiti dagli operatori a beneficio dell’ecosistema." +" Tutti contribuiscono in modo equo e proporzionale ai benefici che ricevono " +"e ai rischi che corrono, non ci sono privilegi né scappatoie. A ciò si " +"aggiunge il meccanismo di voto a nodo completo che consente a un gruppo " +"distribuito di votare su base continuativa su questioni pratiche senza la " +"necessità di rinunciare al proprio diritto di decidere a favore di altri, " +"ogni pochi anni, come con i governi tradizionali o le società cooperative." #: ../../docs/user/governance/understanding.rst:343 msgid "" @@ -583,3 +721,11 @@ msgid "" "cooperative corporations, unions, DAOs, cryptocurrencies, etc. We call this " "model decentralized governance by blockchain." msgstr "" +"Immaginiamo un futuro in cui questo modello di contributo trasparente, " +"indistruttibile e verificabile al bene comune, in combinazione con la " +"partecipazione continua della folla attraverso il voto attivo, venga " +"utilizzato per gestire organizzazioni possedute o gestite congiuntamente dai" +" suoi membri, che condividono gli stessi benefici e responsabilità di questi" +" collettivi, come governi, società cooperative, sindacati, DAO, " +"criptovalute, ecc. Chiamiamo questo modello governance decentralizzata " +"tramite blockchain." diff --git a/locale/it/LC_MESSAGES/docs/user/governance/using.po b/locale/it/LC_MESSAGES/docs/user/governance/using.po index f68b67d27..1498717f4 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/using.po @@ -1,11 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 # William Lotta , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" @@ -13,23 +15,22 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: William Lotta , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" +"Guida pratica all'utilizzo del sistema di governance e tesoreria Dash DAO" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" -msgstr "" +msgstr "dash, dao, governance, fondi, voti, proposal, masternodes" #: ../../docs/user/governance/using.rst:9 msgid "Using Dash Governance" @@ -38,9 +39,12 @@ msgstr "Utilizzo di Dash Governance" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" +"L'Organizzazione Autonoma Decentralizzata (DAO) di Dash è una nuova " +"piattaforma di voto e finanziamento. Questa documentazione introduce e " +"descrive in dettaglio la teoria e la pratica per utilizzare il sistema." #: ../../docs/user/governance/using.rst:16 msgid "Understanding the process" @@ -52,7 +56,7 @@ msgstr "Introduzione" #: ../../docs/user/governance/using.rst:21 msgid "DAO consists of three components: Proposals, Votes, and Budgets" -msgstr "" +msgstr "La DAO è costituita da tre componenti: proposal, voti e budget" #: ../../docs/user/governance/using.rst:22 msgid "Anyone can submit a proposal for a small fee" @@ -71,8 +75,8 @@ msgstr "Le proposte approvate divengono budget" #: ../../docs/user/governance/using.rst:25 msgid "Budgets are paid directly from the blockchain to the proposal owner" msgstr "" -"I budget vengono versati dalla blockchain direttamente al proprietario " -"della proposta" +"I budget vengono versati dalla blockchain direttamente al proprietario della" +" proposta" #: ../../docs/user/governance/using.rst:28 msgid "Proposals" @@ -84,9 +88,12 @@ msgstr "Le proposte sono un richiesta per ricevere finanziamenti" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" +"Le proposal possono essere presentate da chiunque per una commissione di 1 " +"Dash. La tariffa della proposal viene distrutta irreversibilmente al momento" +" della presentazione." #: ../../docs/user/governance/using.rst:33 msgid "Proposals cannot be altered once submitted" @@ -117,43 +124,42 @@ msgid "Budgets" msgstr "Budget" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" -"I budget sono proposte che ricevono un totale netto di voti favorevoli " -"pari o superiore al 10% del totale dei voti possibili (ad esempio oltre " -"448 su 4480)" +"I budget sono proposte che ricevono un totale netto di voti favorevoli pari " +"o superiore al 10% del totale dei voti possibili (ad esempio oltre 448 su " +"4480)" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" -"I budget possono essere annullati in qualsiasi momento se i totali dei " -"voti (espressi o ripetuti) scendono al di sotto della soglia di " -"approvazione" +"I budget possono essere annullati in qualsiasi momento se i totali dei voti " +"(espressi o ripetuti) scendono al di sotto della soglia di approvazione" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" -"I budget vengono elaborati (pagati) in ordine di voti sì meno no. I " -"budget più popolari ottengono la priorità di pagamento." +"I budget vengono elaborati (pagati) in ordine di voti sì meno no. I budget " +"più popolari ottengono la priorità di pagamento." #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." msgstr "" +"Per ogni ciclo di budget sono disponibili circa 6176 dash (nel 2018), con " +"una diminuzione del 7,14% ogni 210240 blocchi (circa 383,25 giorni)." #: ../../docs/user/governance/using.rst:57 msgid "Object structure" -msgstr "" +msgstr "Struttura dell'oggetto" #: ../../docs/user/governance/using.rst:59 msgid "The following information is required to create a proposal:" @@ -165,8 +171,8 @@ msgstr "nome-proposta: un'etichetta univoca, 20 caratteri o meno" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" "url: una pagina web creata dal proponente o un post del forum contenente " "informazioni dettagliate sulla proposta" @@ -177,351 +183,441 @@ msgstr "payment-count: in quanti cicli la proposta richiede il pagamento" #: ../../docs/user/governance/using.rst:65 msgid "block-start: the requested start of proposal payments" -msgstr "" +msgstr "block-start: l'inizio richiesto dei pagamenti della proposal" #: ../../docs/user/governance/using.rst:66 msgid "dash-address: the address to receive proposal payments" msgstr "" +"dash-address: l'indirizzo al quale ricevere i pagamenti della proposal" #: ../../docs/user/governance/using.rst:67 msgid "monthly-payment-dash: the requested payment amount" -msgstr "" +msgstr "dash-pagamento-mensile: l'importo del pagamento richiesto" #: ../../docs/user/governance/using.rst:70 msgid "Persistence" -msgstr "" +msgstr "Persistenza" #: ../../docs/user/governance/using.rst:72 msgid "Proposals become active one day after submission" -msgstr "" +msgstr "Le proposal diventano attive un giorno dopo l'invio" #: ../../docs/user/governance/using.rst:73 msgid "" "Proposals will remain visible on the network until they are either " "disapproved or the proposal's last payment-cycle is reached" msgstr "" +"Le proposal rimarranno visibili sulla rete finché non verranno disapprovate " +"o finché non verrà raggiunto l'ultimo ciclo di pagamento della proposal" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" +"L'approvazione avviene quando i voti sì meno i voti no equivalgono al 10% o " +"più del totale dei voti disponibili." #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" +"La disapprovazione si verifica quando i voti negativi meno i voti positivi " +"equivalgono al 10% o più del totale dei voti disponibili." #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" +"Il totale dei voti disponibili corrisponde al conteggio dei masternode " +"online e di risposta e può essere visualizzato eseguendo il comando " +"\"masternode count\" nella finestra di debug del portafoglio Dash Core. Un " +"grafico del conteggio totale dei masternode può essere trovato `qui " +"`__" #: ../../docs/user/governance/using.rst:86 msgid "Templates" -msgstr "" +msgstr "Modelli" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" +"I due modelli Microsoft Word seguenti sono disponibili presso Dash Core " +"Group per facilitare l'invio e gli aggiornamenti di proposal standardizzate." +" L'utilizzo è consigliato, ma non obbligatorio." #: ../../docs/user/governance/using.rst:92 msgid "" "`Project Proposal Template " "`_" msgstr "" +"`Modello di proposal di un progetto " +"`_" #: ../../docs/user/governance/using.rst:93 msgid "" "`Project Status Update Template " "`_" msgstr "" +"`Modello di aggiornamento dello stato del progetto " +"`_" #: ../../docs/user/governance/using.rst:98 msgid "Budget cycles" -msgstr "" +msgstr "Budget del ciclo" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" +"Quando prepari una proposal, tieni presente quando si verificherà il ciclo " +"successivo e pianifica di conseguenza. Si consiglia di scegliere di bloccare" +" l'inizio del pagamento della proposal almeno un ciclo nel futuro per " +"concedere tempo alla discussione e raccogliere supporto e voti. Tieni " +"presente che i voti non verranno più conteggiati 1662 blocchi (circa 3 " +"giorni) prima del superblocco." #: ../../docs/user/governance/using.rst:108 msgid "Block height" -msgstr "" +msgstr "Altezza del blocco" #: ../../docs/user/governance/using.rst:108 msgid "Approximate date" -msgstr "" +msgstr "Data approssimativa" #: ../../docs/user/governance/using.rst:110 msgid "1212968" -msgstr "" +msgstr "1212968" #: ../../docs/user/governance/using.rst:110 msgid "Thu Jan 30 02:38:52 UTC 2020" -msgstr "" +msgstr "Gio 30 gennaio 02:38:52 UTC 2020" #: ../../docs/user/governance/using.rst:112 msgid "1229584" -msgstr "" +msgstr "1229584" #: ../../docs/user/governance/using.rst:112 msgid "Sat Feb 29 09:43:54 UTC 2020" -msgstr "" +msgstr "Sab 29 febbraio 09:43:54 UTC 2020" #: ../../docs/user/governance/using.rst:114 msgid "1246200" -msgstr "" +msgstr "1246200" #: ../../docs/user/governance/using.rst:114 msgid "Mon Mar 30 16:48:56 UTC 2020" -msgstr "" +msgstr "Lun 30 marzo 16:48:56 UTC 2020" #: ../../docs/user/governance/using.rst:116 msgid "1262816" -msgstr "" +msgstr "1262816" #: ../../docs/user/governance/using.rst:116 msgid "Wed Apr 29 23:53:58 UTC 2020" -msgstr "" +msgstr "Mer 29 aprile 23:53:58 UTC 2020" #: ../../docs/user/governance/using.rst:118 msgid "1279432" -msgstr "" +msgstr "1279432" #: ../../docs/user/governance/using.rst:118 msgid "Sat May 30 06:59:00 UTC 2020" -msgstr "" +msgstr "Sab 30 maggio 06:59:00 UTC 2020" #: ../../docs/user/governance/using.rst:120 msgid "1296048" -msgstr "" +msgstr "1296048" #: ../../docs/user/governance/using.rst:120 msgid "Mon Jun 29 14:04:02 UTC 2020" -msgstr "" +msgstr "Lun 29 giugno 14:04:02 UTC 2020" #: ../../docs/user/governance/using.rst:122 msgid "1312664" -msgstr "" +msgstr "1312664" #: ../../docs/user/governance/using.rst:122 msgid "Wed Jul 29 21:09:04 UTC 2020" -msgstr "" +msgstr "Mer 29 luglio 21:09:04 UTC 2020" #: ../../docs/user/governance/using.rst:124 msgid "1329280" -msgstr "" +msgstr "1329280" #: ../../docs/user/governance/using.rst:124 msgid "Sat Aug 29 04:14:06 UTC 2020" -msgstr "" +msgstr "Sab 29 agosto 04:14:06 UTC 2020" #: ../../docs/user/governance/using.rst:126 msgid "1345896" -msgstr "" +msgstr "1345896" #: ../../docs/user/governance/using.rst:126 msgid "Mon Sep 28 11:19:08 UTC 2020" -msgstr "" +msgstr "Lun 28 settembre 11:19:08 UTC 2020" #: ../../docs/user/governance/using.rst:128 msgid "1362512" -msgstr "" +msgstr "1362512" #: ../../docs/user/governance/using.rst:128 msgid "Wed Oct 28 18:24:10 UTC 2020" -msgstr "" +msgstr "Mer 28 ottobre 18:24:10 UTC 2020" #: ../../docs/user/governance/using.rst:130 msgid "1379128" -msgstr "" +msgstr "1379128" #: ../../docs/user/governance/using.rst:130 msgid "Sat Nov 28 01:29:12 UTC 2020" -msgstr "" +msgstr "Sab 28 novembre 01:29:12 UTC 2020" #: ../../docs/user/governance/using.rst:132 msgid "1395744" -msgstr "" +msgstr "1395744" #: ../../docs/user/governance/using.rst:132 msgid "Mon Dec 28 08:34:14 UTC 2020" -msgstr "" +msgstr "Lun 28 dicembre 08:34:14 UTC 2020" #: ../../docs/user/governance/using.rst:135 msgid "" "You can view the source code for this calculation at this `GitHub gist " "`_" msgstr "" +"Puoi visualizzare il codice sorgente per questo calcolo in questo `GitHub " +"gist `_" #: ../../docs/user/governance/using.rst:141 msgid "Creating proposals" -msgstr "" +msgstr "Creazione di proposal" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." -msgstr "" +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." +msgstr "" +"Dopo aver preparato il testo della tua proposal e impostato un sito web o un" +" post sul forum, è il momento di inviarla alla blockchain per la votazione. " +"Sebbene tutte le attività coinvolte nella creazione di una proposal di " +"budget possano essere eseguite dalla console del wallet Dash Core, sono " +"stati sviluppati diversi strumenti che forniscono un'interfaccia utente per " +"semplificare questa procedura." #: ../../docs/user/governance/using.rst:150 msgid "Dash Budget Proposal Generator" -msgstr "" +msgstr "Dash Budget Proposal Generator" #: ../../docs/user/governance/using.rst:152 msgid "https://proposal.dash.org" -msgstr "" +msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." -msgstr "" +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." +msgstr "" +"Il `Dash Budget Proposal Generator `__ supporta " +"la creazione di proposal di budget sia su mainnet che su testnet. Nel primo " +"passaggio, devi inserire un nome breve, chiaro e univoco per la proposal " +"così come apparirà sulla blockchain. I nomi sono limitati a 40 caratteri. " +"Puoi quindi fornire un collegamento al forum o a DashCentral in cui la tua " +"proposal è descritta in modo più dettagliato (utilizza un `servizio di " +"abbreviazione URL `_ se necessario), nonché selezionare " +"l'importo del pagamento che stai richiedendo, la frequenza con cui dovrebbe " +"avvenire e la data del superblocco in cui richiedi il pagamento. Ciò ti " +"consente di controllare in quale periodo di budget apparirà la tua proposal " +"e ti dà tempo sufficiente per creare sostegno familiarizzando gli elettori " +"con il tuo progetto. Tieni presente che l'importo del pagamento è fisso e " +"non può essere modificato dopo essere stato inviato alla blockchain." #: ../../docs/user/governance/using.rst:175 msgid "Steps 1 & 2: Creating your proposal and preparing the command" -msgstr "" +msgstr "Passaggi 1 e 2: creazione della proposal e preparazione del comando" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." -msgstr "" +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." +msgstr "" +"Successivamente, il generatore di proposal ti fornirà un comando da eseguire" +" dalla console del tuo wallet Dash Core per preparare l'oggetto di " +"governance della proposal di budget. L'esecuzione di questo comando ti " +"costerà 1 DASH, che verrà \"bruciato\", rimosso definitivamente dalla " +"circolazione. Questa tariffa una tantum protegge il sistema di governance " +"dall'essere sopraffatto dallo spam, da proposal mal concepite o da utenti " +"che non agiscono in buona fede. Viene addebitata anche una piccola " +"commissione di transazione, quindi assicurati che nel tuo wallet siano " +"disponibili poco più di 5 DASH. Molte proposal di budget richiedono il " +"rimborso della tariffa 1 DASH." #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" +"Per prima cosa sblocca il tuo wallet facendo clic su **Impostazioni > " +"Sblocca wallet**, quindi apri la console facendo clic su **Finestra > " +"Console** e incolla il comando generato. Verrà visualizzato l'ID della " +"transazione. Copialo e incollalo nella finestra di risposta del generatore " +"di proposal. Non appena lo fai, il sistema mostrerà una barra di avanzamento" +" mentre attende 6 conferme come segue:" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" +"Passaggio 3: creazione della transazione di proposal e attesa di 6 conferme " +"dell'ID della transazione" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" +"Una volta che esistono 6 conferme di blocco, apparirà un altro comando per " +"inviare l'oggetto di governance preparato alla rete per la votazione. Copia " +"e incolla questo comando e l'ID dell'oggetto di governance verrà " +"visualizzato come segue:" #: ../../docs/user/governance/using.rst:213 msgid "Step 4: Submitting the governance object to the network" -msgstr "" +msgstr "Passaggio 4: invio dell'oggetto di governance alla rete" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" +"Puoi utilizzare questo ID per tenere traccia del voto sulla proposal fino " +"alla chiusura del budget e alla ricezione del pagamento. Puoi anche inviare " +"l'ID a DashCentral per rivendicarla e abilitare la votazione semplificata " +"per i masternode utilizzando i servizi di voto di DashCentral." #: ../../docs/user/governance/using.rst:221 msgid "DashCentral Proposal Generator" -msgstr "" +msgstr "DashCentral Proposal Generator" #: ../../docs/user/governance/using.rst:223 msgid "https://www.dashcentral.org/budget/create" -msgstr "" +msgstr "https://www.dashcentral.org/budget/create" #: ../../docs/user/governance/using.rst:225 msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" +"DashCentral include anche uno strumento per creare proposal di budget o " +"rivendicare proposal esistenti in modo da poter aggiungere una descrizione " +"su DashCentral e iniziare la discussione con la community. I passaggi da " +"eseguire sono quasi identici alla procedura sopra descritta e la " +"documentazione è disponibile `qui " +"`_." #: ../../docs/user/governance/using.rst:232 msgid "Dash Core Wallet Console" -msgstr "" +msgstr "Dash Core Wallet Console" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" +"La creazione di una proposal utilizzando la console del wallet segue lo " +"stesso processo dell'utilizzo del generatore di proposte di budget Dash, ma " +"richiede diversi passaggi aggiuntivi per costruire manualmente l'oggetto di " +"governance della proposal." #: ../../docs/user/governance/using.rst:239 msgid "Assemble the proposal data" -msgstr "" +msgstr "Raccogliere i dati della proposal" #: ../../docs/user/governance/using.rst:241 msgid "" "To prepare a proposal, put the proposal details such as name and payout " "address into a JSON object similar to the example shown below." msgstr "" +"Per preparare una proposal, inserisci i dettagli come nome e indirizzo di " +"pagamento in un oggetto JSON simile all'esempio mostrato di seguito." #: ../../docs/user/governance/using.rst:256 msgid "Set the ``type`` field to ``1`` for all proposals." -msgstr "" +msgstr "Imposta il campo ``tipo`` su ``1`` per tutte le proposal." #: ../../docs/user/governance/using.rst:258 msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." -msgstr "" +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." +msgstr "" +"I campi ``start_epoch`` e ``end_epoch`` sono timestamp dell'epoca Unix che " +"indicano l'intervallo di tempo in cui la proposal può ricevere i pagamenti. " +"Tipicamente si imposterà ``start_epoch`` approssimativamente a metà strada " +"tra il superblocco in cui si desidera effettuare il pagamento per primo e " +"quello precedente. Imposta ``end_epoch`` a circa 2 settimane dopo il " +"superblocco in cui si desidera il pagamento finale. Puoi utilizzare un sito " +"come https://www.epochconverter.com/ per convertire le date di inizio e fine" +" nei valori epoch per questi campi." #: ../../docs/user/governance/using.rst:267 msgid "Serialize the proposal data" -msgstr "" +msgstr "Serializzare i dati della proposal" #: ../../docs/user/governance/using.rst:269 msgid "" "The proposal information must be serialized to hex before it can be " "submitted to the network. Remove all spaces from the JSON object::" msgstr "" +"Le informazioni sulla proposal devono essere serializzate in formato " +"esadecimale prima di poter essere inviate alla rete. Rimuovi tutti gli spazi" +" dall'oggetto JSON::" #: ../../docs/user/governance/using.rst:274 msgid "" @@ -529,208 +625,289 @@ msgid "" "https://codebeautify.org/string-hex-converter provide an easy way to do " "this::" msgstr "" +"Converti il JSON risultante nel suo equivalente esadecimale. Siti come " +"https://codebeautify.org/string-hex-converter forniscono un modo semplice " +"per farlo::" #: ../../docs/user/governance/using.rst:280 msgid "Prepare the collateral transaction" -msgstr "" +msgstr "Preparare il collaterale per la transazione" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" +"Infine, apri la console del tuo wallet Dash Core e utilizza il comando " +"\"gobject prepare\" per completare la preparazione della proposal e inviare " +"la transazione del collaterale. Consulta la :ref:`Documentazione principale " +"per gli sviluppatori ` per ulteriori " +"dettagli." #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" +"L'esecuzione di questo comando creerà una transazione che spenderà 1 DASH " +"dal wallet come garanzia per la proposta creata. Esegui questo comando solo " +"dopo aver verificato tutte le informazioni sulla proposal. La transazione " +"non è reversibile una volta inviata." #: ../../docs/user/governance/using.rst:297 msgid "``parent-hash`` - set to ``0``" -msgstr "" +msgstr "``parent-hash`` - impostato su ``0``" #: ../../docs/user/governance/using.rst:298 msgid "``revision`` - set to ``1``" -msgstr "" +msgstr "``revision`` - impostato su ``1``" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" +"``time`` - imposta l'ora dell'epoca Unix corrente (non deve essere precisa)" #: ../../docs/user/governance/using.rst:300 msgid "``data-hex`` - set to the hex string from the previous step" msgstr "" +"``data-hex`` - impostato sulla stringa esadecimale del passaggio precedente" #: ../../docs/user/governance/using.rst:302 #: ../../docs/user/governance/using.rst:328 msgid "Example command::" -msgstr "" +msgstr "Comando di esempio::" #: ../../docs/user/governance/using.rst:306 msgid "" "The command will execute and respond with a transaction ID for the " "collateral payment::" msgstr "" +"Il comando verrà eseguito e risponderà con un ID transazione per il " +"pagamento collaterale::" #: ../../docs/user/governance/using.rst:311 msgid "Submit the proposal" -msgstr "" +msgstr "Invia la proposal" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" +"Una volta che la transazione ha ricevuto sei conferme, utilizzare il comando" +" \"gobject send\" per inviare l'oggetto di governance preparato alla rete " +"per la votazione. Consulta la :ref:`Documentazione principale per gli " +"sviluppatori ` per ulteriori dettagli." #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" +"``parent-hash`` - utilizza lo stesso valore del comando ``gobject prepare``" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" +"``revision`` - utilizza lo stesso valore del comando ``gobject prepare``" #: ../../docs/user/governance/using.rst:324 msgid "``time`` - use the same value as in the ``gobject prepare`` command" -msgstr "" +msgstr "``time`` - utilizza lo stesso valore del comando ``gobject prepare``" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" +"``data-hex`` - utilizza lo stesso valore del comando ``gobject prepare``" #: ../../docs/user/governance/using.rst:326 msgid "" "``fee-txid`` - the transaction ID returned by the ``gobject prepare`` " "command in the previous step" msgstr "" +"``fee-txid`` - l'ID della transazione restituito dal comando ``gobject " +"prepare`` nel passaggio precedente" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" +"Il comando verrà eseguito e risponderà con un ID transazione per la proposal" +" che può essere utilizzato per tenere traccia del voto sulla proposta::" #: ../../docs/user/governance/using.rst:338 msgid "Voting on proposals" -msgstr "" +msgstr "Votazione sulle proposal" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" +"**Devi votare almeno tre giorni prima della creazione del superblocco " +"altrimenti il tuo voto non verrà conteggiato. La scadenza esatta è 1662 " +"blocchi prima del superblocco.**" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" -msgstr "" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" +msgstr "" +"Votare le proposal nella DAO è una parte importante del funzionamento di un " +"masternode. Poiché i masternode investono pesantemente in Dash, ci si " +"aspetta che valutino criticamente le proposal ogni mese e votino in un modo " +"che ritengono coerente con i migliori interessi della rete. Ogni masternode " +"può votare una volta su ciascuna proposal e il voto può essere modificato in" +" qualsiasi momento prima della scadenza della votazione. Per visualizzare e " +"gestire proposal e votazioni sono disponibili i seguenti siti e strumenti:" #: ../../docs/user/governance/using.rst:352 msgid "`DashCentral `__" -msgstr "" +msgstr "`DashCentral `__" #: ../../docs/user/governance/using.rst:353 msgid "`Dash Ninja - Governance `__" msgstr "" +"`Dash Ninja - Governance `__" #: ../../docs/user/governance/using.rst:354 msgid "" "`Dash Masternode Tool - Proposals `__" msgstr "" +"`Dash Masternode Tool - Proposals `__" #: ../../docs/user/governance/using.rst:356 msgid "" "For information on how to create a proposal, see :ref:`here `." msgstr "" +"Per informazioni su come creare una proposal, vedere :ref:`qui `." #: ../../docs/user/governance/using.rst:360 msgid "DashCentral" -msgstr "" +msgstr "DashCentral" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." -msgstr "" +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." +msgstr "" +"Molti operatori masternode memorizzano la propria chiave privata masternode " +"protetta da password su `DashCentral `__ per " +"consentire una votazione semplice con un'interfaccia user-friendly. La " +"popolarità di questo sito lo ha reso un luogo comune per la discussione " +"delle proposal dopo che sono state sottoposte al sistema di governance. Per " +"votare dall'interfaccia web di DashCentral, aggiungi prima la chiave privata" +" masternode al tuo account seguendo le istruzioni qui. Tieni presente che la" +" chiave privata del masternode non è la stessa chiave privata che controlla " +"la garanzia 1000 DASH, quindi non c'è rischio di perdere la garanzia. È " +"necessaria una password separata per sbloccare la chiave privata masternode " +"per votare, quindi il rischio che l'operatore del sito voti a tuo nome è " +"minimo." #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" +"Quando sei pronto per votare, vai alla `pagina delle proposal di budget " +"`_. È sufficiente fare clic per " +"visualizzare le proposal, quindi fare clic su **Vota SÌ**, **Vota ASTENITI**" +" o **Vota NO**." #: ../../docs/user/governance/using.rst:382 msgid "Voting interface on DashCentral" -msgstr "" +msgstr "Interfaccia di voto su DashCentral" #: ../../docs/user/governance/using.rst:385 msgid "Dash Masternode Tool (DMT)" -msgstr "" +msgstr "Dash Masternode Tool (DMT)" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." -msgstr "" +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." +msgstr "" +"Se hai avviato il tuo masternode da un wallet hardware utilizzando `DMT " +"`_, puoi anche" +" utilizzare lo strumento per esprimere voti. Fai clic su **Strumenti > " +"Proposal** e attendi il caricamento dell'elenco delle proposal. Puoi vedere " +"facilmente lo stato della votazione di ciascuna proposal e selezionandone " +"una vengono visualizzati i dettagli nella scheda **Dettagli** nella metà " +"inferiore della finestra. Passa alla scheda **Vota** per **Votare Sì**, " +"**Vota No** o **Vota Astenersi** direttamente da DMT." #: ../../docs/user/governance/using.rst:398 msgid "Voting interface in DMT" -msgstr "" +msgstr "Interfaccia di voto in DMT" #: ../../docs/user/governance/using.rst:403 msgid "Dash Core wallet or masternode" -msgstr "" +msgstr "Dash Core wallet o masternode" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" -msgstr "" +"`__). The " +"voting code for Dash Core Wallet is as follows::" +msgstr "" +"Se hai avviato il tuo masternode utilizzando Dash Core Wallet (non " +"consigliato), puoi votare manualmente da **Finestra > Console** o " +"direttamente dal tuo masternode tramite SSH utilizzando ``dash-cli``. Per " +"prima cosa fai clic sulla proposal che desideri votare su `DashCentral " +"`__ o `Dash Ninja " +"`__ . Vedrai un comando per la " +"votazione manuale sotto la descrizione della proposal. Copia e incolla il " +"comando e modificalo se necessario. Ad esempio, prendi questa proposal da " +"`Dash Ninja " +"`__ (o " +"`DashCentral " +"`__). Il " +"codice di voto per Dash Core Wallet è il seguente::" #: ../../docs/user/governance/using.rst:424 msgid "" @@ -738,30 +915,41 @@ msgid "" "command with ``dash-cli``, which is usually found in the ``.dashcore`` " "folder. The command should be similar to the following::" msgstr "" +"Tieni presente che per votare direttamente dal tuo masternode, devi " +"anteporre al comando ``dash-cli``, che di solito si trova nella cartella " +"``.dashcore``. Il comando dovrebbe essere simile al seguente::" #: ../../docs/user/governance/using.rst:432 msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" +"Nota che questo comando attiverà un voto da tutti i masternode configurati " +"in ``dash.conf``. Se hai più masternode ciascuno con il proprio file .conf, " +"o se vuoi votare solo con alcuni dei tuoi masternode, devi cambiare il " +"comando da ``vote-many`` a ``vote``. Se il tuo voto ha avuto successo, " +"dovresti vedere un messaggio di conferma con la scritta **Votato con " +"successo**." #: ../../docs/user/governance/using.rst:442 msgid "Voting from the debug console in Dash Core Wallet" -msgstr "" +msgstr "Votazione dalla console di debug in Dash Core Wallet" #: ../../docs/user/governance/using.rst:444 msgid "" "You can also view a list of proposals in JSON format from the console to " "copy and paste the proposal hash for voting as follows::" msgstr "" +"Puoi anche visualizzare un elenco delle proposal in formato JSON dalla " +"console per copiare e incollare l'hash della proposal per votare come segue:" #: ../../docs/user/governance/using.rst:452 msgid "Delegating votes" -msgstr "" +msgstr "Delegare i voti" #: ../../docs/user/governance/using.rst:454 msgid "" @@ -769,32 +957,19 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - +"I Masternode sono dotati di una chiave destinata esclusivamente al voto, che" +" consente di delegare il proprio voto a un rappresentante. Inserisci " +"semplicemente un indirizzo Dash fornito dal delegato quando :ref:`registra " +"il tuo masternode `, o :ref:`aggiorna ` la registrazione del tuo masternode per delegare il voto di un " +"masternode in esecuzione. Il wallet che controlla la chiave privata di " +"questo indirizzo voterà quindi per conto del proprietario di questo " +"masternode semplicemente seguendo la :ref:`procedura di voto Dash Core` descritta sopra. Non è necessaria alcuna ulteriore " +"configurazione." diff --git a/locale/it/LC_MESSAGES/docs/user/index.po b/locale/it/LC_MESSAGES/docs/user/index.po index 0976e0e69..af1ff4e38 100644 --- a/locale/it/LC_MESSAGES/docs/user/index.po +++ b/locale/it/LC_MESSAGES/docs/user/index.po @@ -6,15 +6,16 @@ # Translators: # G. S. , 2022 # Gleb Golov , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" -"Last-Translator: Gleb Golov , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,10 +51,13 @@ msgid "" " wallets, merchants, governance, instantsend, coinjoin, privatesend, x11, " "instant, private, secure, digital cash" msgstr "" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, privatesend, x11, " +"instant, private, secure, digital cash" #: ../../docs/user/index.rst:9 msgid "User Docs" -msgstr "" +msgstr "Documenti utente" #: ../../docs/user/index.rst:15 msgid "" @@ -70,6 +74,18 @@ msgid "" " system ` makes it one of the first ever successful " "decentralized autonomous organizations (DAO)." msgstr "" +"Dash è una criptovaluta peer-to-peer open source con una forte attenzione al" +" settore dei pagamenti. Dash offre una forma di denaro portatile, economica," +" divisibile e veloce. Può essere speso in modo sicuro sia online che di " +"persona con commissioni di transazione minime. Basato sul progetto Bitcoin, " +"Dash mira a essere il sistema di pagamento più user-friendly e scalabile al " +"mondo. Oltre al set di funzionalità di Bitcoin, Dash attualmente offre anche" +" transazioni istantanee (:ref:`instantsend`), transazioni private " +"(:ref:`coinjoin`) e gestisce un modello di autogoverno e autofinanziamento " +"che consente alla rete Dash di pagare privati e imprese per un lavoro che " +"dia valore alla rete. Questa :ref:`governance decentralizzata e sistema di " +"budget` la rendono una delle prime organizzazioni autonome " +"decentralizzate (DAO) di successo." #: ../../docs/user/index.rst:29 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/about.po b/locale/it/LC_MESSAGES/docs/user/introduction/about.po index 059d60852..7eac03d70 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/about.po @@ -7,15 +7,16 @@ # AL , 2022 # UBS, 2022 # William Lotta , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: William Lotta , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -56,6 +57,20 @@ msgid "" " privacy and governance. This section of the documentation describes these " "and many more key features that set Dash apart in the blockchain economy." msgstr "" +"Dash mira a essere la criptovaluta focalizzata sui pagamenti più user-" +"friendly e scalabile al mondo. La rete Dash offre :ref:`conferma istantanea " +"della transazione`, protezione dalla doppia spesa, " +":ref:`privacy` opzionale uguale a quella del contante fisico, un " +":ref:`modello di autogoverno e autofinanziamento` " +"guidato da :ref: `nodi completi incentivati` e una " +"`roadmap chiara `_ per la scalabilità on-" +"chain fino a blocchi da 400 MB utilizzando hardware open source sviluppato " +"su misura. Sebbene Dash sia basato su Bitcoin e compatibile con molti " +"componenti chiave dell’ecosistema Bitcoin, la sua struttura di rete a due " +"livelli offre miglioramenti significativi in termini di velocità delle " +"transazioni, privacy e governance. Questa sezione della documentazione " +"descrive queste e molte altre caratteristiche chiave che distinguono Dash " +"nell'economia blockchain." #: ../../docs/user/introduction/about.rst:25 msgid "" @@ -89,6 +104,8 @@ msgid "" "Armenian Crypto School has produced an in-depth video describing Dash and " "its many distinguishing features." msgstr "" +"Armenian Crypto School ha prodotto un video approfondito che descrive Dash e" +" le sue numerose caratteristiche distintive." #: ../../docs/user/introduction/about.rst:53 msgid "Dash School" @@ -151,49 +168,69 @@ msgid "" "whitepapers. Features backported from Bitcoin are described in Bitcoin " "Improvement Proposals (BIPs)." msgstr "" +"Il Whitepaper di Dash descrive la proposta di valore unica e originale e le " +"innovazioni chiave di Dash da una prospettiva accademica e teorica. È un " +"documento storico disponibile come wiki GitHub e non riceve più " +"aggiornamenti man mano che vengono implementate nuove funzionalità o " +"modifiche all'architettura. Invece, queste funzionalità sono descritte nelle" +" successive Dash Improvement Proposals (DIP), mentre i cambiamenti " +"architetturali più ampi sono descritti in white paper separati. Le " +"funzionalità backport da Bitcoin sono descritte nelle Proposte di " +"miglioramento Bitcoin (BIP)." #: ../../docs/user/introduction/about.rst:99 msgid "" "`Whitepaper and translations " "`_" msgstr "" +"`Whitepaper e traduzioni `_" #: ../../docs/user/introduction/about.rst:100 msgid "" "`PDF whitepaper " "`_" msgstr "" +"`PDF whitepaper " +"`_" #: ../../docs/user/introduction/about.rst:101 msgid "`Dash Improvement Proposals (DIPs) `_" msgstr "" +"`Dash Improvement Proposals (DIPs) `_" #: ../../docs/user/introduction/about.rst:102 msgid "" "`Bitcoin Improvement Proposals (BIPs) `_" msgstr "" +"`Bitcoin Improvement Proposals (BIPs) `_" #: ../../docs/user/introduction/about.rst:103 msgid "" "`Evolution Initial Design Document `_" msgstr "" +"`Evolution Initial Design Document `_" #: ../../docs/user/introduction/about.rst:104 msgid "" "`Original Darkcoin whitepaper (PDF) " "`_" msgstr "" +"`Original Darkcoin whitepaper (PDF) " +"`_" #: ../../docs/user/introduction/about.rst:105 msgid "" "`InstantSend whitepaper (PDF) " "`_" msgstr "" +"`InstantSend whitepaper (PDF) " +"`_" #: ../../docs/user/introduction/about.rst:108 msgid "Roadmap" -msgstr "" +msgstr "Roadmap" #: ../../docs/user/introduction/about.rst:110 msgid "" @@ -201,7 +238,10 @@ msgid "" "and includes specific technical details describing how the development team " "plans to realise each challenge." msgstr "" +"La Roadmap di Dash definisce le tappe fondamentali di consegna per le " +"versioni future di Dash e include dettagli tecnici specifici che descrivono " +"come il team di sviluppo intende realizzare ogni sfida." #: ../../docs/user/introduction/about.rst:114 msgid "`Dash Roadmap `_" -msgstr "" +msgstr "`Dash Roadmap `_" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/features.po b/locale/it/LC_MESSAGES/docs/user/introduction/features.po index 89bceab5d..53bcc59a9 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/features.po @@ -1,39 +1,43 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William Lotta , 2022 # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" +"Dash presenta diverse proposte di valore uniche tra cui masternode, " +"CoinJoin, InstantSend e un sistema di governance decentralizzato" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" msgstr "" +"dash, criptovalute, caratteristiche, masternodes, coinjoin, privatesend, " +"instantsend, sporks, x11, dgw, governance, sentinel, evolution" #: ../../docs/user/introduction/features.rst:9 msgid "Features" @@ -77,7 +81,7 @@ msgstr "Rete masternode di secondo livello decentralizzata" #: ../../docs/user/introduction/features.rst:24 msgid "Superior privacy using CoinJoin" -msgstr "" +msgstr "Privacy superiore utilizzando CoinJoin" #: ../../docs/user/introduction/features.rst:25 msgid "Instant transactions using InstantSend" @@ -88,15 +92,17 @@ msgid "" "Protection against blockchain reorganization events (commonly called 51% " "attacks) using ChainLocks" msgstr "" +"Protezione contro gli eventi di riorganizzazione della blockchain " +"(comunemente chiamati attacchi del 51%) utilizzando ChainLocks" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" -"La governance decentralizzata della Blockchain consente ai proprietari " -"dei masternode di votare le proposte di budget e le decisioni che " -"influenzano Dash" +"La governance decentralizzata della Blockchain consente ai proprietari dei " +"masternode di votare le proposte di budget e le decisioni che influenzano " +"Dash" #: ../../docs/user/introduction/features.rst:35 msgid "Masternodes" @@ -105,16 +111,27 @@ msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." -msgstr "" +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." +msgstr "" +"Oltre ai tradizionali premi Proof of Work (PoW) per il mining di Dash, gli " +"utenti vengono ricompensati anche per la gestione e il mantenimento di " +"server speciali chiamati masternode. Grazie a questa innovativa rete a due " +"livelli, Dash può offrire funzionalità innovative in modo trustless e " +"decentralizzato. I Masternode vengono utilizzati per alimentare CoinJoin, " +"InstantSend e il sistema di governance e tesoreria. Gli utenti vengono " +"ricompensati per l'esecuzione di masternode; una percentuale del premio del " +"blocco viene destinata al pagamento della rete masternode. La percentuale " +"attuale può essere trovata in :ref:`questa tabella `. Puoi visualizzare guide pratiche su tutti gli argomenti " +"relativi ai masternodes :ref:`qui `." #: ../../docs/user/introduction/features.rst:48 msgid "Masternodes enable the following services:" @@ -130,29 +147,33 @@ msgstr "" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" +"**CoinJoin** garantisce la privacy finanziaria attraverso un'implementazione" +" decentralizzata di CoinJoin." #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" +"**ChainLocks**, che protegge la blockchain dagli attacchi di mining del 51% " +"firmando i blocchi mentre vengono estratti." #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" "** Governance and Treasury ** consente agli stakeholder in Dash di " -"determinare la direzione del progetto e dedica il 10% della ricompensa " -"del blocco allo sviluppo del progetto e dell'ecosistema." +"determinare la direzione del progetto e dedica il 10% della ricompensa del " +"blocco allo sviluppo del progetto e dell'ecosistema." #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" "** Dash Evolution ** renderà l'uso della criptovaluta facile come usare " "PayPal." @@ -161,8 +182,8 @@ msgstr "" msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." @@ -177,174 +198,223 @@ msgstr "" "Dash." #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." -msgstr "" +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." +msgstr "" +"I Masternode costano denaro e impegno per l'hosting, quindi ricevono una " +"percentuale della ricompensa del blocco come incentivo. Poiché in ogni " +"blocco viene pagato un solo masternode, la frequenza del pagamento può " +"variare, così come il valore del Dash pagato. Questo `strumento " +"`_ mostra un calcolo in tempo reale dei " +"guadagni di masternode. Questi premi diminuiscono del 7% ogni anno, insieme " +"al premio del blocco. C'è anche la possibilità per i masternode di " +"guadagnare denaro dalle commissioni in futuro." #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Masternodes" +msgstr "Evolution Masternode (evonodes)" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" +"I Masternode Evolution (evonode) sono un sottoinsieme di Masternode creati " +"per ospitare la Platform Dash. Un evonode è molto simile ai Masternode con " +"queste differenze:" #: ../../docs/user/introduction/features.rst:86 msgid "Masternode" -msgstr "" +msgstr "Masternode" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Masternodes" +msgstr "Evolution Masternode" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" -msgstr "" +msgstr "Collaterale" #: ../../docs/user/introduction/features.rst:88 msgid "1000 DASH" -msgstr "" +msgstr "1000 DASH" #: ../../docs/user/introduction/features.rst:88 msgid "4000 DASH (4X the collateral for normal masternodes)" -msgstr "" +msgstr "4000 DASH (4 volte la garanzia per i normali masternode)" #: ../../docs/user/introduction/features.rst:90 msgid "Specs" -msgstr "" +msgstr "Specifiche" #: ../../docs/user/introduction/features.rst:90 msgid "Lesser than evonodes" -msgstr "" +msgstr "Meno degli evonodi" #: ../../docs/user/introduction/features.rst:90 msgid "Higher than normal masternodes" -msgstr "" +msgstr "Masternode superiori al normale" #: ../../docs/user/introduction/features.rst:92 msgid "Service" -msgstr "" +msgstr "Servizi" #: ../../docs/user/introduction/features.rst:92 msgid "Only Dash Core" -msgstr "" +msgstr "Solo Dash Core" #: ../../docs/user/introduction/features.rst:92 msgid "Both Dash Core and Platform" -msgstr "" +msgstr "Sia Dash Core che Platform" #: ../../docs/user/introduction/features.rst:94 msgid "Voting Weight" -msgstr "" +msgstr "Peso del voto" #: ../../docs/user/introduction/features.rst:94 msgid "1 node gets 1 vote" -msgstr "" +msgstr "1 node ottiene 1 vote" #: ../../docs/user/introduction/features.rst:94 msgid "Has 4 times the voting power of a normal masternode" -msgstr "" +msgstr "Ha 4 volte il potere di voto di un normale masternode" #: ../../docs/user/introduction/features.rst:101 #: ../../docs/user/introduction/features.rst:614 msgid "CoinJoin" -msgstr "" +msgstr "CoinJoin" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." -msgstr "" +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." +msgstr "" +"CoinJoin ti offre privacy finanziaria di livello consumer mescolando il tuo " +"Dash con altri utenti. Tutti i Dash nel tuo wallet sono costituiti da " +"diversi input, che puoi considerare come monete separate e discrete. " +"Utilizza un processo innovativo per unire i tuoi input con quelli di almeno " +"altre due persone in un'unica transazione, quindi il valore in Dash non " +"lascia mai il tuo wallet. Mantieni il controllo dei tuoi soldi in ogni " +"momento." #: ../../docs/user/introduction/features.rst:111 msgid "" "You can view a practical guide to use CoinJoin :ref:`here `." msgstr "" +"Puoi visualizzare una guida pratica per utilizzare CoinJoin :ref:`qui " +"`." #: ../../docs/user/introduction/features.rst:114 msgid "The CoinJoin process works like this:" -msgstr "" +msgstr "Il processo CoinJoin funziona in questo modo:" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" +"CoinJoin inizia suddividendo gli input della transazione in denominazioni " +"standard. Questi valori sono 0,001, 0,01, 0,1, 1 e 10 Dash, proprio come la " +"carta moneta che usi ogni giorno." #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" +"Il tuo wallet invia quindi richieste a nodi software appositamente " +"configurati sulla rete chiamati masternodes. Questi masternode vengono " +"quindi informati che sei interessato a creare una determinata denominazione " +"utilizzando CoinJoin. Nessuna informazione identificabile viene inviata ai " +"masternode, quindi non sapranno mai chi sei." #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" +"Quando altre due persone inviano messaggi simili, indicando che desiderano " +"unire monete dello stesso valore, inizia una sessione. Il masternode ordina " +"ai wallet di tutti e tre gli utenti di pagare a se stessi gli input ora " +"trasformati. Il tuo wallet paga quella denominazione direttamente a se " +"stesso ma a un indirizzo diverso (chiamato cambio indirizzo)." #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" +"Il tuo wallet può ripetere questo processo più volte con ciascuna " +"denominazione. Ogni volta che il processo viene completato si chiama " +"\"round\". L'utente può scegliere tra 2-16 round di CoinJoin." #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" +"I tuoi fondi passeranno almeno attraverso il numero di round specificati. " +"Dash 0.16 include un aggiornamento noto come `Random Round CoinJoin " +"`__ che unirà una determinata " +"denominazione fino a tre round aggiuntivi per migliorare ulteriormente la " +"privacy." #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" +"Questo processo avviene in background senza alcun intervento da parte tua. " +"Quando desideri effettuare una transazione utilizzando i fondi da te " +"denominati, non sarà richiesta alcuna attesa aggiuntiva." #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" +"Tieni presente che le transazioni CoinJoin verranno arrotondate per eccesso " +"in modo che tutti gli input della transazione vengano spesi. Qualsiasi Dash " +"in eccesso verrà speso per la commissione di transazione." #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." -msgstr "" +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." +msgstr "" +"**IMPORTANTE:** Il tuo wallet contiene solo 1000 di questi indirizzi di " +"modifica. Ogni volta che viene creata una transazione CoinJoin, uno dei tuoi" +" indirizzi viene esaurito. Una volta utilizzati abbastanza, il tuo wallet " +"deve creare più indirizzi. Può farlo solo se hai abilitato i backup " +"automatici. Di conseguenza, gli utenti che hanno i backup disabilitati " +"avranno anche CoinJoin disabilitato." #: ../../docs/user/introduction/features.rst:157 msgid "InstantSend" @@ -352,121 +422,174 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." -msgstr "" +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." +msgstr "" +"Le criptovalute decentralizzate tradizionali devono attendere un certo " +"periodo di tempo affinché passino blocchi sufficienti per garantire che una " +"transazione sia irreversibile e non un tentativo di spendere due volte " +"denaro che è già stato speso altrove. Questo processo richiede molto tempo e" +" può richiedere da 15 minuti a un'ora per accumulare il numero ampiamente " +"accettato di sei blocchi. Altre criptovalute raggiungono tempi di conferma " +"delle transazioni più rapidi centralizzando l’autorità sulla rete a vari " +"livelli." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." -msgstr "" +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." +msgstr "" +"Dash non soffre di nessuna di queste limitazioni grazie alla sua rete di " +"masternode di secondo livello. I Masternode formano regolarmente quorum di " +"voto per verificare se una transazione inviata è valida o meno. Se è valido," +" i masternode \"bloccano\" gli input per la transazione e trasmettono queste" +" informazioni alla rete, promettendo di fatto che la transazione verrà " +"inclusa nei blocchi successivamente minati e non consentendo qualsiasi altra" +" spesa di questi input durante il periodo di conferma." #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "" +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"La tecnologia InstantSend consentirà alle criptovalute come Dash di " +"competere con sistemi di transazione quasi istantanei come le carte di " +"credito per situazioni di punti vendita senza fare affidamento su " +"un'autorità centralizzata. L’ampia accettazione da parte dei fornitori di " +"Dash e InstantSend potrebbe rivoluzionare la criptovaluta riducendo il " +"ritardo nella conferma delle transazioni da un’ora (con Bitcoin) a pochi " +"secondi." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." -msgstr "" +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." +msgstr "" +"Puoi visualizzare una guida pratica per utilizzare InstantSend :ref:`qui " +"`. InstantSend è stato introdotto in un " +"whitepaper intitolato \"Transaction Locking and Masternode Consensus: A " +"Mechanism for Mitigating Double Spending Attacks\" " +"`_ e ulteriormente migliorato attraverso l'introduzione di" +" `InstantSend `__ " +"basato su LLMQ in Dash 0.14." #: ../../docs/user/introduction/features.rst:194 msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" +"**Come Dash \"InstantSend\" protegge i commercianti dalla doppia spesa**, " +"Dash dettagliato da Amanda B. Johnson, 16 settembre 2016" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" -msgstr "" +msgstr "ChainLocks" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" +"I ChainLocks sono una funzionalità fornita da Dash Network che fornisce " +"certezza nell'accettazione dei pagamenti. Questa tecnologia, in particolare " +"se utilizzata in parallelo con :ref:`InstantSend `, crea un " +"ambiente in cui i pagamenti possono essere accettati immediatamente e senza " +"il rischio di “Eventi di riorganizzazione Blockchain”." #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" +"Il rischio di riorganizzazione della blockchain viene in genere affrontato " +"richiedendo più “conferme” prima che una transazione possa essere accettata " +"in modo sicuro come pagamento. Questo tipo di sicurezza indiretta è " +"efficace, ma comporta un costo in termini di tempo e di esperienza " +"dell'utente. I ChainLocks sono una soluzione a questo problema." #: ../../docs/user/introduction/features.rst:222 msgid "ChainLocks Process Overview" -msgstr "" +msgstr "Panoramica del processo ChainLocks" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" +"Ogni dodici ore viene formato un nuovo “LLMQ” (Long-Living Masternode " +"Quorum) utilizzando un processo “DKG” (Distributed Key Generation). Tutti i " +"membri di questo Quorum sono responsabili dell'osservazione, e " +"successivamente della conferma, dei blocchi appena estratti:" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" +"Ogni volta che viene estratto un blocco, i membri del Quorum trasmetteranno " +"un messaggio firmato contenente il blocco osservato al resto del Quorum." #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" +"Se il 60% o più del Quorum vede lo stesso nuovo blocco, formerà " +"collettivamente un messaggio “CLSIG” (ChainLock Signature) che verrà " +"trasmesso al resto della rete." #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" +"Quando un client sulla rete riceve una firma ChainLock valida, rifiuterà " +"tutti i blocchi alla stessa altezza che non corrispondono al blocco " +"specificato in quel messaggio." #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" +"Il risultato è una decisione rapida e inequivocabile sulla blockchain " +"“corretta” per client e wallet integrati. Dal punto di vista della " +"sicurezza, ciò rende impossibili anche le riorganizzazioni prima di questo " +"blocco. Vedi `DIP0008 ChainLocks " +"`__ per una " +"descrizione completa di come funzionano i ChainLocks." #: ../../docs/user/introduction/features.rst:250 msgid "Sporks" @@ -475,264 +598,406 @@ msgstr "Sporks" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." -msgstr "" +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." +msgstr "" +"In risposta a problemi imprevisti con il lancio dell'importante " +"aggiornamento \"RC3\" nel giugno 2014, il team di sviluppo di Dash ha creato" +" un meccanismo mediante il quale il codice aggiornato viene rilasciato sulla" +" rete, ma non reso immediatamente attivo (\"imposto\").  Questa innovazione " +"consente per transizioni molto più fluide rispetto al tradizionale paradigma" +" hard fork, nonché per la raccolta di dati di test nell'ambiente di rete " +"live. Questo processo di fork in più fasi doveva originariamente essere " +"chiamato \"soft fork\", ma la comunità lo soprannominò affettuosamente \"the" +" spork\" e il nome rimase." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." -msgstr "" +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." +msgstr "" +"Le nuove funzionalità o versioni di Dash vengono sottoposte a test " +"approfonditi su testnet prima di essere rilasciate sulla rete principale. " +"Quando una nuova funzionalità o versione di Dash viene rilasciata sulla rete" +" principale, viene inviata una comunicazione agli utenti informandoli della " +"modifica e della necessità di aggiornare i propri client. Coloro che " +"aggiornano i propri client eseguono il nuovo codice, ma questo non viene " +"attivato finché una percentuale sufficiente di partecipanti alla rete (di " +"solito l'80%) non raggiunge il consenso sull'esecuzione. In caso di errori " +"che si verificano con il nuovo codice, i blocchi del client non vengono " +"rifiutati dalla rete e si evitano fork involontari. I dati sull'errore " +"possono quindi essere raccolti e inoltrati al team di sviluppo. Una volta " +"che il team di sviluppo è soddisfatto della stabilità del nuovo codice " +"nell'ambiente mainnet – e una volta raggiunto un consenso di rete " +"accettabile – l'applicazione del codice aggiornato può essere attivata in " +"remoto da più membri del team di sviluppo principale che firmano un " +"messaggio di rete insieme ai rispettivi chiavi. In caso di problemi, il " +"codice può essere disattivato nello stesso modo, senza la necessità di un " +"rollback a livello di rete o di un aggiornamento del client. Per dettagli " +"tecnici sui singoli spork, vedere :ref:`qui `." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" -msgstr "" +msgstr "Algoritmo Hash X11" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." -msgstr "" +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." +msgstr "" +"X11 è un algoritmo di hashing ampiamente utilizzato creato dallo " +"sviluppatore principale di Dash Evan Duffield. L’algoritmo di hashing " +"concatenato di X11 utilizza una sequenza di undici algoritmi di hashing " +"scientifici per la prova del lavoro. In questo modo la distribuzione " +"dell'elaborazione è equa e le monete verranno distribuite più o meno allo " +"stesso modo in cui lo erano originariamente i Bitcoin. X11 aveva lo scopo di" +" rendere gli ASIC molto più difficili da creare, dando così alla valuta " +"tutto il tempo per svilupparsi prima che la centralizzazione del mining " +"diventasse una minaccia. Questo approccio ha avuto ampiamente successo; " +"dall'inizio del 2016, gli ASIC per X11 esistono ora e comprendono una parte " +"significativa dell'hashrate della rete, ma non hanno portato al livello di " +"centralizzazione presente in Bitcoin. Le informazioni sul mining con X11 " +"possono essere trovate nella sezione :ref:`Mining ` di questa " +"documentazione." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" +"X11 è il nome dell'algoritmo di prova di lavoro concatenato (**PoW**) " +"introdotto in Dash (lanciato a gennaio 2014 come \"Xcoin\"). È stato " +"parzialmente ispirato dall'approccio di hashing concatenato di Quark, " +"aggiungendo ulteriore \"profondità\" e complessità aumentando il numero di " +"hash, ma differisce da Quark in quanto i cicli di hash sono determinati *a " +"priori* invece di avere alcuni hash che vengono scelto casualmente." #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" +"L'algoritmo X11 utilizza più cicli di 11 hash diversi (blake, bmw, groestl, " +"jh, keccak, skein, luffa, cubehash, shavite, simd, echo), rendendolo così " +"uno degli hash crittografici più sicuri e sofisticati utilizzati dai moderni" +" criptovalute. Il nome X11 non è correlato al sistema a finestre X11 open " +"source comune sui sistemi operativi simili a UNIX." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" -msgstr "" +msgstr "Vantaggi dell'algoritmo X11" #: ../../docs/user/introduction/features.rst:316 msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." -msgstr "" +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." +msgstr "" +"La maggiore complessità e sofisticazione dell'algoritmo concatenato fornisce" +" livelli di sicurezza migliorati e meno incertezza per una valuta digitale, " +"rispetto alle soluzioni PoW a hash singolo che non sono protette dai rischi " +"per la sicurezza come SPOF (Single Point Of Failure). Ad esempio, una " +"possibile ma non probabile svolta informatica che \"rompe\" l'hash SHA256 " +"potrebbe mettere a repentaglio l'intera rete Bitcoin fino a quando la rete " +"non passa attraverso un hard fork a un altro hash crittografico." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" +"Nel caso di una svolta informatica simile, una valuta digitale che utilizza " +"X11 PoW continuerebbe a funzionare in modo sicuro a meno che tutti gli 11 " +"hash non vengano violati contemporaneamente. Anche se alcuni degli 11 hash " +"dovessero rivelarsi inaffidabili, ci sarebbe un adeguato avvertimento per " +"una valuta che utilizza X11 per adottare misure e sostituire gli hash " +"problematici con altri algoritmi di hashing più affidabili." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." -msgstr "" +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." +msgstr "" +"Data la natura speculativa delle valute digitali e le loro intrinseche " +"incertezze come nuovo campo, l’algoritmo X11 può fornire maggiore fiducia ai" +" suoi utenti e ai potenziali investitori che gli approcci a hash singolo non" +" possono. Le soluzioni di hashing concatenato, come X11, forniscono maggiore" +" sicurezza e longevità per scopi di deposito di ricchezza, diversificazione " +"degli investimenti e copertura contro i rischi associati alle valute a hash " +"singolo afflitte da SPOF (Single Point Of Failure)." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" +"Evan Duffield, il creatore di Dash e X11 chained-hash, ha scritto in diverse" +" occasioni che X11 è stato integrato in Dash non con l'intenzione di " +"impedire ai produttori di ASIC di creare ASIC per X11 in futuro, ma " +"piuttosto per fornire un percorso migratorio simile che Bitcoin aveva (CPU, " +"GPU, ASIC)." #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" -msgstr "" +msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." -msgstr "" +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." +msgstr "" +"**DGW**o*Dark Gravity Wave*  è un algoritmo open source di regolazione della" +" difficoltà per criptovalute basate su Bitcoin che è stato utilizzato per la" +" prima volta in  Dash e da allora è apparso in altre valute digitali. DGW  è" +" stato creato da Evan Duffield, lo sviluppatore e creatore di Dash, come " +"risposta a un exploit di distorsione temporale trovato in *Kimoto's Gravity " +"Well*.  Concettualmente,  DGW  è simile a  Kimoto Gravity Well, regolando i " +"livelli di difficoltà ogni blocco (invece di ogni Blocchi del 2016 come  " +"Bitcoin) sulla base dei dati statistici dei blocchi trovati di recente. Ciò " +"consente di emettere blocchi con tempi relativamente costanti, anche se " +"l’hashing power subisce elevate fluttuazioni, senza soffrire dell’exploit " +"time-warp." #: ../../docs/user/introduction/features.rst:363 msgid "" "Version 2.0 of DGW was implemented in Dash from block 45,000 onwards in " "order to completely alleviate the time-warp exploit." msgstr "" +"La versione 2.0 di  DGW  è stata implementata in  Dash  dal blocco 45.000 in" +" poi per alleviare completamente l'exploit time-warp." #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" +"La versione 3.0 è stata implementata il 14 maggio 2014 per migliorare " +"ulteriormente il re-targeting della difficoltà con transizioni più fluide. " +"Risolve inoltre problemi con varie architetture che avevano diversi livelli " +"di precisione in virgola mobile attraverso l'uso di numeri interi." #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" -msgstr "" +msgstr "Tasso di emissione" #: ../../docs/user/introduction/features.rst:377 msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." -msgstr "" +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." +msgstr "" +"Le criptovalute come Dash e Bitcoin vengono create attraverso un processo " +"crittograficamente difficile noto come mining. Il mining implica la " +"risoluzione ripetuta di :ref:`algoritmi hash ` finché " +"non viene scoperta una soluzione valida per l'attuale :ref:`difficoltà di " +"mining `. Una volta scoperto, al minatore è consentito " +"creare nuove unità della valuta. Questo è noto come ricompensa per il " +"blocco. Per garantire che la valuta non sia soggetta a un'inflazione " +"infinita, il premio in blocco viene ridotto a intervalli regolari, come " +"mostrato in questo calcolo " +"`_. Rappresentando graficamente questi dati si" +" ottiene una curva che mostra il totale delle monete in circolazione, noto " +"come tasso di emissione delle monete." #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." -msgstr "" +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." +msgstr "" +"Sebbene Dash sia basato su Bitcoin, modifica in modo significativo il tasso " +"di emissione delle monete per offrire una riduzione più graduale " +"dell'emissione di monete nel tempo. Mentre Bitcoin riduce il tasso di " +"emissione di monete del 50% ogni 4 anni, Dash riduce l'emissione di un " +"quattordicesimo (circa 7,14%) ogni 210240 blocchi (circa 383,25 giorni).  Si" +" può vedere che riducendo la ricompensa del blocco di un valore inferiore " +"importo ogni anno offre una transizione più agevole verso un’economia basata" +" sulle commissioni rispetto a Bitcoin." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" -msgstr "" +msgstr "Tasso di emissione Bitcoin vs. Dash" #: ../../docs/user/introduction/features.rst:405 msgid "Total coin emission" -msgstr "" +msgstr "Emissione totale di monete" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." -msgstr "" +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." +msgstr "" +"`L'emissione totale di monete di Bitcoin " +"`_ può" +" essere calcolata come la somma di una serie geometrica, con l'emissione " +"totale che si avvicina a ( ma senza mai raggiungere) 21.000.000 BTC. Ciò " +"continuerà fino al 2140, ma la ricompensa mineraria si ridurrà così " +"rapidamente che il 99% di tutti i bitcoin sarà in circolazione entro il 2036" +" e il 99,9% entro il 2048." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" +"`_ L'emissione totale di monete di Dash " +"`_ è anche la somma di una " +"serie geometrica, ma l'emissione totale finale di monete è incerta perché " +"non è possibile sapere quanta parte del premio in blocco del 10% riservato " +"alle proposte di bilancio verrà effettivamente assegnato, poiché ciò dipende" +" dal futuro comportamento di voto. Dash continuerà a emettere monete per " +"circa 192 anni prima che un anno intero di mining crei meno di 1 DASH. Dopo " +"il 2209 verranno creati solo altri 14 DASH. L'ultimo DASH richiederà 231 " +"anni per essere generato, a partire dal 2246 e terminando quando l'emissione" +" si interromperà completamente nel 2477. Sulla base di questi numeri, è " +"possibile calcolare la fornitura massima e minima di monete nell'anno 2254 " +"tra:" #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" -msgstr "" +msgstr "17,742,696 DASH" #: ../../docs/user/introduction/features.rst:428 msgid "Assuming zero treasury allocation" -msgstr "" +msgstr "Ipotizzando un'allocazione di tesoreria pari a zero" #: ../../docs/user/introduction/features.rst:430 msgid "18,921,005 DASH" -msgstr "" +msgstr "18,921,005 DASH" #: ../../docs/user/introduction/features.rst:430 msgid "Assuming full treasury allocation" -msgstr "" +msgstr "Supponendo  l'allocazione completa del tesoro" #: ../../docs/user/introduction/features.rst:434 msgid "Block reward allocation" -msgstr "" +msgstr "Allocazione dei premi del blocco" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" -msgstr "" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" +msgstr "" +"A differenza di Bitcoin, che assegna il 100% della ricompensa per blocco ai " +"miner, Dash trattiene il 10% della ricompensa per blocco da utilizzare nel " +":ref:`sistema di budget decentralizzato `. Il " +"resto del premio del blocco, così come eventuali commissioni di transazione," +" viene suddiviso tra il :ref:`miner ` e un :ref:`masternode " +"`, che viene selezionato deterministicamente secondo la " +":ref:`logica di pagamento `. Dash è dotato di superblocchi, " +"che compaiono ogni 16616 blocchi (circa 30,29 giorni) e possono rilasciare " +"fino al 10% del budget cumulativo trattenuto durante quel :ref:`periodo del " +"ciclo di budget ` alle proposte vincenti nel sistema di " +"budget. A seconda dell'utilizzo del budget, ciò si traduce in un'allocazione" +" approssimativa della ricompensa in monete nel corso di un ciclo di budget " +"come segue:" #: ../../docs/user/introduction/features.rst:450 msgid "90%" -msgstr "" +msgstr "90%" #: ../../docs/user/introduction/features.rst:450 msgid "Mining and Masternode Reward" -msgstr "" +msgstr "Mining e Masternode Reward" #: ../../docs/user/introduction/features.rst:452 msgid "10%" @@ -740,45 +1005,54 @@ msgstr "10%" #: ../../docs/user/introduction/features.rst:452 msgid "Decentralized Governance Budget" -msgstr "" +msgstr "Budget della governance decentralizzata" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" +"Il 13 agosto 2020, la rete Dash ha approvato una `proposal " +"`__ " +"per modificare l'allocazione della ricompensa per blocco da 50/50 tra miner " +"e masternodes a 40/60, rispettivamente. La riallocazione incrementale regola" +" la quota percentuale ogni tre cicli del superblocco." #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" +"La tabella seguente mostra il processo di riallocazione incrementale e " +"indica la data di riallocazione corrente. Le modifiche alla riallocazione " +"delle ricompense sono iniziate nel primo superblocco successivo " +"all'attivazione e ora si verificano ogni tre cicli del superblocco (circa " +"una volta al trimestre) fino al completamento della riallocazione." #: ../../docs/user/introduction/features.rst:469 msgid "Adjustment" -msgstr "" +msgstr "Aggiustamento" #: ../../docs/user/introduction/features.rst:469 msgid "Miner %" -msgstr "" +msgstr "Miner %" #: ../../docs/user/introduction/features.rst:469 msgid "Masternode %" -msgstr "" +msgstr "Masternode %" #: ../../docs/user/introduction/features.rst:469 msgid "Change (%)" -msgstr "" +msgstr "Modifica (%)" #: ../../docs/user/introduction/features.rst:469 msgid "Reallocation Dates" -msgstr "" +msgstr "Date di riallocazione" #: ../../docs/user/introduction/features.rst:471 msgid "0" @@ -786,15 +1060,15 @@ msgstr "0" #: ../../docs/user/introduction/features.rst:471 msgid "50.0" -msgstr "" +msgstr "50.0" #: ../../docs/user/introduction/features.rst:471 msgid "0.00%" -msgstr "" +msgstr "0.00%" #: ../../docs/user/introduction/features.rst:471 msgid "---" -msgstr "" +msgstr "---" #: ../../docs/user/introduction/features.rst:473 msgid "1" @@ -802,20 +1076,20 @@ msgstr "1" #: ../../docs/user/introduction/features.rst:473 msgid "48.7" -msgstr "" +msgstr "48.7" #: ../../docs/user/introduction/features.rst:473 msgid "51.3" -msgstr "" +msgstr "51.3" #: ../../docs/user/introduction/features.rst:473 #: ../../docs/user/introduction/features.rst:475 msgid "1.30%" -msgstr "" +msgstr "1.30%" #: ../../docs/user/introduction/features.rst:473 msgid "2020-11-28" -msgstr "" +msgstr "28-11-2020" #: ../../docs/user/introduction/features.rst:475 msgid "2" @@ -823,15 +1097,15 @@ msgstr "2" #: ../../docs/user/introduction/features.rst:475 msgid "47.4" -msgstr "" +msgstr "47.4" #: ../../docs/user/introduction/features.rst:475 msgid "52.6" -msgstr "" +msgstr "52.6" #: ../../docs/user/introduction/features.rst:475 msgid "2021-02-27" -msgstr "" +msgstr "27/02/2021" #: ../../docs/user/introduction/features.rst:477 msgid "3" @@ -839,20 +1113,20 @@ msgstr "3" #: ../../docs/user/introduction/features.rst:477 msgid "46.7" -msgstr "" +msgstr "46.7" #: ../../docs/user/introduction/features.rst:477 msgid "53.3" -msgstr "" +msgstr "53.3" #: ../../docs/user/introduction/features.rst:477 #: ../../docs/user/introduction/features.rst:479 msgid "0.70%" -msgstr "" +msgstr "0.70%" #: ../../docs/user/introduction/features.rst:477 msgid "2021-05-29" -msgstr "" +msgstr "29-05-2021" #: ../../docs/user/introduction/features.rst:479 msgid "4" @@ -860,15 +1134,15 @@ msgstr "4" #: ../../docs/user/introduction/features.rst:479 msgid "46.0" -msgstr "" +msgstr "46.0" #: ../../docs/user/introduction/features.rst:479 msgid "54.0" -msgstr "" +msgstr "54.0" #: ../../docs/user/introduction/features.rst:479 msgid "2021-08-28" -msgstr "" +msgstr "28-08-2021" #: ../../docs/user/introduction/features.rst:481 msgid "5" @@ -876,20 +1150,20 @@ msgstr "5" #: ../../docs/user/introduction/features.rst:481 msgid "45.4" -msgstr "" +msgstr "45.4" #: ../../docs/user/introduction/features.rst:481 msgid "54.6" -msgstr "" +msgstr "54.6" #: ../../docs/user/introduction/features.rst:481 #: ../../docs/user/introduction/features.rst:483 msgid "0.60%" -msgstr "" +msgstr "0.60%" #: ../../docs/user/introduction/features.rst:481 msgid "2021-11-27" -msgstr "" +msgstr "27-11-2021" #: ../../docs/user/introduction/features.rst:483 msgid "6" @@ -897,27 +1171,27 @@ msgstr "6" #: ../../docs/user/introduction/features.rst:483 msgid "44.8" -msgstr "" +msgstr "44.8" #: ../../docs/user/introduction/features.rst:483 msgid "55.2" -msgstr "" +msgstr "55.2" #: ../../docs/user/introduction/features.rst:483 msgid "2022-02-25" -msgstr "" +msgstr "25-02-2022" #: ../../docs/user/introduction/features.rst:485 msgid "7" -msgstr "" +msgstr "7" #: ../../docs/user/introduction/features.rst:485 msgid "44.3" -msgstr "" +msgstr "44.3" #: ../../docs/user/introduction/features.rst:485 msgid "55.7" -msgstr "" +msgstr "55.7" #: ../../docs/user/introduction/features.rst:485 #: ../../docs/user/introduction/features.rst:487 @@ -926,104 +1200,103 @@ msgstr "" #: ../../docs/user/introduction/features.rst:493 #: ../../docs/user/introduction/features.rst:495 msgid "0.50%" -msgstr "" +msgstr "0.50%" #: ../../docs/user/introduction/features.rst:485 msgid "2022-05-27" -msgstr "" +msgstr "27-05-2022" #: ../../docs/user/introduction/features.rst:487 msgid "8" -msgstr "" +msgstr "8" #: ../../docs/user/introduction/features.rst:487 msgid "43.8" -msgstr "" +msgstr "43.8" #: ../../docs/user/introduction/features.rst:487 msgid "56.2" -msgstr "" +msgstr "56.2" #: ../../docs/user/introduction/features.rst:487 msgid "2022-08-26" -msgstr "" +msgstr "26-08-2022" #: ../../docs/user/introduction/features.rst:489 msgid "9" -msgstr "" +msgstr "9" #: ../../docs/user/introduction/features.rst:489 msgid "43.3" -msgstr "" +msgstr "43.3" #: ../../docs/user/introduction/features.rst:489 msgid "56.7" -msgstr "" +msgstr "56.7" #: ../../docs/user/introduction/features.rst:489 msgid "2022-11-25" -msgstr "" +msgstr "25-11-2022" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" -msgstr "" +msgstr "42.8" #: ../../docs/user/introduction/features.rst:491 msgid "57.2" -msgstr "" +msgstr "57.2" #: ../../docs/user/introduction/features.rst:491 msgid "2023-02-24" -msgstr "" +msgstr "24-02-2023" #: ../../docs/user/introduction/features.rst:493 msgid "11" -msgstr "" +msgstr "11" #: ../../docs/user/introduction/features.rst:493 msgid "42.3" -msgstr "" +msgstr "42.3" #: ../../docs/user/introduction/features.rst:493 msgid "57.7" -msgstr "" +msgstr "57.7" #: ../../docs/user/introduction/features.rst:493 msgid "2023-05-26" -msgstr "" +msgstr "26-05-2023" #: ../../docs/user/introduction/features.rst:495 msgid "12 (Current)" -msgstr "" +msgstr "12 (corrente)" #: ../../docs/user/introduction/features.rst:495 msgid "41.8" -msgstr "" +msgstr "41.8" #: ../../docs/user/introduction/features.rst:495 msgid "58.2" -msgstr "" +msgstr "58.2" #: ../../docs/user/introduction/features.rst:495 msgid "2023-08-25" -msgstr "" +msgstr "25-08-2023" #: ../../docs/user/introduction/features.rst:497 msgid "13" -msgstr "" +msgstr "13" #: ../../docs/user/introduction/features.rst:497 msgid "41.5" -msgstr "" +msgstr "41.5" #: ../../docs/user/introduction/features.rst:497 msgid "58.5" -msgstr "" +msgstr "58.5" #: ../../docs/user/introduction/features.rst:497 #: ../../docs/user/introduction/features.rst:499 @@ -1031,439 +1304,548 @@ msgstr "" #: ../../docs/user/introduction/features.rst:503 #: ../../docs/user/introduction/features.rst:505 msgid "0.30%" -msgstr "" +msgstr "0.30%" #: ../../docs/user/introduction/features.rst:497 msgid "2023-11-24" -msgstr "" +msgstr "24-11-2023" #: ../../docs/user/introduction/features.rst:499 msgid "14" -msgstr "" +msgstr "14" #: ../../docs/user/introduction/features.rst:499 msgid "41.2" -msgstr "" +msgstr "41.2" #: ../../docs/user/introduction/features.rst:499 msgid "58.8" -msgstr "" +msgstr "58.8" #: ../../docs/user/introduction/features.rst:499 msgid "2024-02-23" -msgstr "" +msgstr "23-02-2024" #: ../../docs/user/introduction/features.rst:501 msgid "15" -msgstr "" +msgstr "15" #: ../../docs/user/introduction/features.rst:501 msgid "40.9" -msgstr "" +msgstr "40.9" #: ../../docs/user/introduction/features.rst:501 msgid "59.1" -msgstr "" +msgstr "59.1" #: ../../docs/user/introduction/features.rst:501 msgid "2024-05-24" -msgstr "" +msgstr "24-05-2024" #: ../../docs/user/introduction/features.rst:503 msgid "16" -msgstr "" +msgstr "16" #: ../../docs/user/introduction/features.rst:503 msgid "40.6" -msgstr "" +msgstr "40.6" #: ../../docs/user/introduction/features.rst:503 msgid "59.4" -msgstr "" +msgstr "59.4" #: ../../docs/user/introduction/features.rst:503 msgid "2024-08-22" -msgstr "" +msgstr "22-08-2024" #: ../../docs/user/introduction/features.rst:505 msgid "17" -msgstr "" +msgstr "17" #: ../../docs/user/introduction/features.rst:505 msgid "40.3" -msgstr "" +msgstr "40.3" #: ../../docs/user/introduction/features.rst:505 msgid "59.7" -msgstr "" +msgstr "59.7" #: ../../docs/user/introduction/features.rst:505 msgid "2024-11-21" -msgstr "" +msgstr "21-11-2024" #: ../../docs/user/introduction/features.rst:507 msgid "18" -msgstr "" +msgstr "18" #: ../../docs/user/introduction/features.rst:507 msgid "40.1" -msgstr "" +msgstr "40.1" #: ../../docs/user/introduction/features.rst:507 msgid "59.9" -msgstr "" +msgstr "59.9" #: ../../docs/user/introduction/features.rst:507 msgid "0.20%" -msgstr "" +msgstr "0.20%" #: ../../docs/user/introduction/features.rst:507 msgid "2025-02-20" -msgstr "" +msgstr "20-02-2025" #: ../../docs/user/introduction/features.rst:509 msgid "19" -msgstr "" +msgstr "19" #: ../../docs/user/introduction/features.rst:509 msgid "40.0" -msgstr "" +msgstr "40.0" #: ../../docs/user/introduction/features.rst:509 msgid "60.0" -msgstr "" +msgstr "60.0" #: ../../docs/user/introduction/features.rst:509 msgid "0.10%" -msgstr "" +msgstr "0.10%" #: ../../docs/user/introduction/features.rst:509 msgid "2025-05-22" -msgstr "" +msgstr "22-05-2025" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." -msgstr "" +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." +msgstr "" +"Questa documentazione si basa su calcoli e post di moocowmoo. Consulta " +"questo post su Reddit " +"`_" +" per maggiori dettagli, oppure esegui i tuoi `calcoli sulle emissioni " +"utilizzando questo strumento `_. Vedi `questo sito `_ per dati " +"in tempo reale sulle statistiche attuali della rete." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" -msgstr "" +msgstr "Governance Decentralizzata" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." -msgstr "" +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." +msgstr "" +"La governance decentralizzata by Blockchain, o DGBB, è il tentativo di Dash " +"di risolvere due importanti problemi della criptovaluta: governance e " +"finanziamento. La governance in un progetto decentralizzato è difficile, " +"perché per definizione non ci sono autorità centrali che prendano decisioni " +"per il progetto. In Dash, tali decisioni vengono prese dall’Organizzazione " +"Autonoma Decentralizzata (DAO). La DAO consente a ciascun masternode di " +"votare una volta (sì/no/astenersi) per ciascuna proposta. Se una proposta " +"passa, può essere implementata (o meno) dagli sviluppatori di Dash. Un " +"esempio chiave si ha all'inizio del 2016, quando il Core Team di Dash ha " +"presentato una proposta alla rete chiedendo se la dimensione del blocco " +"dovesse essere aumentata a 2 MB. Nel giro di 24 ore è stato raggiunto il " +"consenso per approvare questa modifica. Confronta questo con Bitcoin, dove " +"il dibattito sulla dimensione dei blocchi infuria da quasi tre anni." #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." -msgstr "" +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." +msgstr "" +"DAO fornisce inoltre a Dash un mezzo per finanziare il proprio sviluppo. " +"Mentre altri progetti devono dipendere da donazioni o dotazioni predefinite," +" Dash utilizza il 10% della ricompensa del blocco per finanziare il proprio " +"sviluppo. Ogni volta che viene estratto un blocco, il 90% della ricompensa " +"viene divisa tra il miner e un masternode secondo la distribuzione trovata " +":ref:`qui `, mentre il restante 10% non viene " +"creato fino alla fine del mese. Durante il mese chiunque può fare una " +"proposta di budget alla rete. Se quella proposta riceverà l'approvazione " +"netta di almeno il 10% della rete masternode, allora alla fine del mese " +"verranno creati una serie di \"superblocchi\". A quel punto, i premi per " +"blocco che non sono stati pagati (10% di ciascun blocco) verranno utilizzati" +" per finanziare le proposte approvate. La rete si finanzia quindi riservando" +" il 10% della ricompensa del blocco ai progetti a budget." #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" +"Puoi leggere ulteriori informazioni sulla governance di Dash nella sezione " +":ref:`governance` di questa documentazione." #: ../../docs/user/introduction/features.rst:559 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" +"Introdotto in Dash 0.12.1, Sentinel è un agente autonomo per la persistenza," +" l'elaborazione e l'automazione degli oggetti e delle attività di governance" +" di Dash. Sentinel è implementato come un'applicazione Python che si collega" +" a un'istanza dashd della versione locale su ciascun masternode Dash." #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" +"Un oggetto di governance (o \"govObject\") è una struttura generica " +"introdotta in Dash 0.12.1 per consentire la creazione di proposte di budget " +"e trigger. L'ereditarietà delle classi è stata utilizzata per estendere " +"questo oggetto generico in un oggetto \"Proposal\" per soppiantare l'attuale" +" sistema di budget Dash." #: ../../docs/user/introduction/features.rst:575 msgid "Diagram highlighting the relationship between Dash Sentinel and Core" -msgstr "" +msgstr "Diagramma che evidenzia la relazione tra Dash Sentinel e Core" #: ../../docs/user/introduction/features.rst:581 msgid "Fees" -msgstr "" +msgstr "Commissioni" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." -msgstr "" +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." +msgstr "" +"Le transazioni sulla rete Dash sono registrate in blocchi sulla blockchain. " +"La dimensione di ciascuna transazione è misurata in byte, ma non esiste " +"necessariamente una correlazione tra transazioni di valore elevato e il " +"numero di byte richiesti per elaborare la transazione. Invece, la dimensione" +" della transazione è influenzata dal numero di indirizzi di input e output " +"coinvolti, poiché è necessario scrivere più dati nel blocco per memorizzare " +"queste informazioni. Ogni nuovo blocco viene generato da un miner, che viene" +" pagato per completare il lavoro di generazione del blocco con una " +"ricompensa in blocco. Per evitare che la rete si riempia di transazioni " +"spam, la dimensione di ciascun blocco è limitata artificialmente. " +"All’aumentare del volume delle transazioni, lo spazio in ciascun blocco " +"diventa un bene scarso. Poiché i miner non sono obbligati a includere alcuna" +" transazione nei blocchi che producono, una volta che i blocchi sono pieni, " +"è possibile includere una commissione di transazione volontaria come " +"incentivo per il miner per elaborare la transazione. La maggior parte dei " +"portafogli include una piccola commissione per impostazione predefinita, " +"anche se alcuni miner elaboreranno le transazioni anche se non è inclusa " +"alcuna commissione." #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" -msgstr "" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" +msgstr "" +"Il rilascio di Dash 0.12.2.0 e l'attivazione di DIP0001 hanno visto una " +"riduzione simultanea delle commissioni di un fattore 10, mentre la " +"dimensione del blocco è stata aumentata da 1 MB a 2 MB per promuovere la " +"crescita continua delle transazioni a basso costo anche se il costo di Dash " +"aumenta. Dash 0.13.0.0 ha introdotto i blocchi automatici InstantSend, che " +"hanno fatto sì che i masternode tentassero automaticamente di bloccare " +"qualsiasi transazione con 4 o meno input — che vengono chiamate transazioni " +"“semplici” — e hanno rimosso la tariffa aggiuntiva per InstantSend. 0.14.0.0" +" ha poi rimosso la limitazione su 4 input, quindi la rete tenterà di " +"bloccare tutte le transazioni. L'attuale tariffario per Dash è il seguente:" #: ../../docs/user/introduction/features.rst:612 msgid "Transaction type" -msgstr "" +msgstr "Tipo di transazione" #: ../../docs/user/introduction/features.rst:612 msgid "Recommended fee" -msgstr "" +msgstr "Commissioni raccomandate" #: ../../docs/user/introduction/features.rst:612 msgid "Per unit" -msgstr "" +msgstr "Per unità" #: ../../docs/user/introduction/features.rst:614 msgid "0.001 DASH" -msgstr "" +msgstr "0.001 DASH" #: ../../docs/user/introduction/features.rst:614 msgid "Per 10 rounds of CoinJoin (average)" -msgstr "" +msgstr "Per 10 round di CoinJoin (media)" #: ../../docs/user/introduction/features.rst:616 msgid "All other transactions" -msgstr "" +msgstr "Tutte le altre transazioni" #: ../../docs/user/introduction/features.rst:616 msgid "0.00001 DASH" -msgstr "" +msgstr "0.00001 DASH" #: ../../docs/user/introduction/features.rst:616 msgid "Per kB of transaction data" -msgstr "" +msgstr "Per kB di dati di transazione" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." -msgstr "" +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." +msgstr "" +"Ad esempio, una transazione standard e relativamente semplice sulla rete " +"Dash con un input, un output e un possibile indirizzo di modifica rientra " +"generalmente nell'intervallo tra 200 e 400 byte. Supponendo un prezzo di US " +"$ 100 per DASH, la commissione è compresa tra $ 0,0002 -  $ 0,0004, ovvero " +"1/50 di centesimo. Verrà tentato il blocco di InstantSend su tutte le " +"transazioni senza alcun costo aggiuntivo." #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." -msgstr "" +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." +msgstr "" +":ref:`CoinJoin` funziona creando denominazioni da 10, 1, 0.1, 0.01 e 0.001 " +"DASH e quindi creando transazioni CoinJoin con altri utenti che utilizzano " +"queste denominazioni. La creazione dei tagli viene addebitata alla " +"commissione predefinita per una transazione standard. L'uso di CoinJoin è " +"gratuito, ma per prevenire attacchi di spam, in media a una transazione " +"CoinJoin su dieci viene addebitata una commissione di 0,0001 DASH. La spesa " +"di input denominati utilizzando CoinJoin comporta le consuete commissioni " +"standard, ma per evitare di creare un indirizzo di modifica potenzialmente " +"identificabile, la commissione viene sempre arrotondata al taglio più basso " +"possibile. Solitamente è 0,001 DASH, quindi è importante detrarre la " +"commissione dall'importo inviato, se possibile, per ridurre al minimo le " +"commissioni. La combinazione di InstantSend e CoinJoin può essere costosa a " +"causa di questo requisito e del fatto che una transazione CoinJoin può " +"richiedere diversi input, mentre InstantSend addebita una commissione di " +"0,0001 DASH per input. Controlla sempre le tue commissioni prima di inviare " +"una transazione." #: ../../docs/user/introduction/features.rst:645 msgid "Evolution" -msgstr "" +msgstr "Evolution" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." -msgstr "" +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." +msgstr "" +"`Dash Evolution `_ è il nome in codice di una" +" piattaforma decentralizzata costruita sulla tecnologia blockchain Dash. " +"L'obiettivo è fornire un accesso semplice alle funzionalità e ai vantaggi " +"unici di Dash per assistere nella creazione di tecnologia decentralizzata. " +"Dash introduce un design di rete a più livelli, che consente agli utenti di " +"svolgere vari lavori per la rete, insieme all'accesso API decentralizzato e " +"a un file system decentralizzato." #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." -msgstr "" +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." +msgstr "" +"Dash Evolution verrà rilasciato in più fasi. Le versioni di Dash Core dalla " +"0.12.1 alla 0.12.3 gettano le basi per le funzionalità decentralizzate " +"dietro le quinte. La versione 0.13 introduce le basi di Evolution, in " +"particolare `DIP2 Special Transactions " +"`__ e `DIP3 " +"Deterministic Masternode Lists `__. La versione 0.14 stabilisce i" +" `quorum Masternode di lunga durata DIP6 " +"`__. Previsto per " +"la fine del 2019, Dash Core 1.0 introdurrà funzionalità chiave di Evolution " +"come pagamenti basati su nome utente, la prima API decentralizzata (DAPI) al" +" mondo e un sistema di archiviazione dati decentralizzato (Drive) basato su " +"IPFS." #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" +"Di seguito è incluso il nostro attuale lavoro su Evolution, che aggiunge " +"molti componenti come:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" +"**Drive:** un file system condiviso decentralizzato per i dati degli utenti " +"che risiede sulla rete di secondo livello" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" +"**DAPI:** un'API decentralizzata che consente agli utenti di terzo livello " +"di accedere alla rete in modo sicuro" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" +"**Wallet decentralizzati DashPay:** Questi portafogli sono client leggeri " +"collegati alla rete tramite DAPI e funzionano su varie piattaforme" #: ../../docs/user/introduction/features.rst:675 msgid "" "**Second Tier:** The masternode network, which provides compensated " "infrastructure for the project" msgstr "" +"**Secondo livello:** la rete masternode, che fornisce l'infrastruttura " +"compensata per il progetto" #: ../../docs/user/introduction/features.rst:677 msgid "" "**Budgets:** The second tier is given voting power to allocate funds for " "specific projects on the network via the budget system" msgstr "" +"**Budget:** al secondo livello viene concesso il potere di voto per allocare" +" fondi per progetti specifici sulla rete tramite il sistema di budget" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" +"**Governance:** al secondo livello viene concesso il potere di voto per " +"governare la valuta e tracciare il corso della valuta" #: ../../docs/user/introduction/features.rst:681 msgid "" "**Deterministic Masternode Lists:** This feature introduces an on-chain " "masternode list, which can be used to calculate past and present quorums" msgstr "" +"**Elenchi masternode deterministici:** questa funzionalità introduce un " +"elenco masternode on-chain, che può essere utilizzato per calcolare i quorum" +" passati e presenti" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" +"**Wallet Social:** Introduciamo un wallet social, che consente elenchi di " +"amici, raggruppamento di utenti e account multisig condivisi" #: ../../docs/user/introduction/features.rst:688 msgid "Evolution Previews" -msgstr "" +msgstr "Anteprime Evolution" #: ../../docs/user/introduction/features.rst:690 msgid "" "**Dash Dapps - Demoing Community Development on environment**, 17 August " "2020" msgstr "" +"**Dash Dapps - Dimostrazione dello sviluppo comunitario sull'ambiente**, 17 " +"agosto 2020" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" +"I seguenti video con il fondatore di Dash Evan Duffield e il responsabile " +"dello sviluppo UI/UX Chuck Williams descrivono il processo di sviluppo e le " +"prossime funzionalità della piattaforma Dash Evolution." #: ../../docs/user/introduction/features.rst:704 msgid "**Evolution Demo #1 - The First Dash DAP**, 16 March 2018" -msgstr "" +msgstr "**Demo Evolution n. 1 - The First Dash DAP**, 16 Marzo 2018" #: ../../docs/user/introduction/features.rst:712 msgid "**Evolution Demo #2 - Mobile Evolution**, 25 April 2018" -msgstr "" +msgstr "**Demo Evolution n. 2 - Mobile Evolution**, 25 Aprile 2018" #: ../../docs/user/introduction/features.rst:720 msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" -msgstr "" +msgstr "**Demo Evolution n. 3 - Esperienza utente Dashpay**, 15 Maggio 2018" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" +"**Chuck Williams su Evolution**, Dash Conference Londra, 14 Settembre 2017" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "" - +"**Evan Duffield sulla tabella di marcia di Evolution**, Dash Force News, 28 " +"Giugno 2017" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po index afeb5841b..f22770916 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -6,15 +6,16 @@ # Translators: # William Lotta , 2022 # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -65,6 +66,21 @@ msgid "" "exchanges which deal in cryptocurrencies only. For safety, exchanges should " "not be used as wallets. Exchanges are for trading, not for savings." msgstr "" +"Gli Exchange sono uno dei modi più popolari per scambiare criptovaluta. " +"Esiste una vasta gamma di exchange, ognuno dei quali offre caratteristiche " +"leggermente diverse. Alcuni servono mercati diversi, altri sono in " +"concorrenza diretta, altri hanno tariffe più economiche e altri ancora sono " +"soggetti a requisiti normativi più o meno severi. La maggior parte degli " +"exchange sono centralizzati, nel senso che sono gestiti da un'unica società," +" che può essere obbligata dalle leggi della giurisdizione in cui opera a " +"raccogliere dati sui propri clienti. Altri sono decentralizzati, ma di " +"conseguenza hanno requisiti di deposito a garanzia più elevati poiché si " +"tratta in modalità peer-to-peer invece che con un’entità fidata. Gli " +"exchange possono essere sostanzialmente suddivisi in due categorie: exchange" +" che accettano valuta nazionale (denaro fiat) ed exchange che trattano solo " +"criptovalute. Per motivi di sicurezza, gli exchange non dovrebbero essere " +"usati come wallet. Gli exchange servono per fare trading, non per " +"risparmiare." #: ../../docs/user/introduction/how-to-buy.rst:31 msgid "" @@ -74,6 +90,11 @@ msgid "" "less advantageous rate. Others may even offer to sell cryptocurrency as a " "credit card purchase." msgstr "" +"Gli exchange istantanei svolgono una funzione simile agli exchange normali, " +"ma senza la necessità di accedere. Convertono effettivamente una valuta in " +"un'altra, con alcuni limiti sull'importo da scambiare e solitamente a un " +"tasso meno vantaggioso. Altri potrebbero addirittura offrirsi di vendere " +"criptovaluta come acquisto con carta di credito." #: ../../docs/user/introduction/how-to-buy.rst:37 msgid "" @@ -84,6 +105,13 @@ msgid "" "More advanced peer-to-peer sites offer escrow services for a fee to prevent " "cheating during the sale between two parties who have never met." msgstr "" +"Recentemente sono apparsi exchange da banco per facilitare la vendita di " +"Dash direttamente da un'azienda a un individuo a un prezzo specificato, o " +"peer-to-peer tra individui a un prezzo negoziato. Il volume può essere " +"limitato rispetto agli scambi, ma questi servizi sono generalmente molto più" +" facili da usare. I siti peer-to-peer più avanzati offrono servizi di " +"deposito a garanzia a pagamento per evitare imbrogli durante la vendita tra " +"due parti che non si sono mai incontrate." #: ../../docs/user/introduction/how-to-buy.rst:45 msgid "" @@ -103,6 +131,8 @@ msgid "" "A list of supported exchanges and brokers is maintained `here " "`__." msgstr "" +"Un elenco degli exchange e dei broker supportati viene mantenuto qui " +"`__." #: ../../docs/user/introduction/how-to-buy.rst:53 msgid "Marketplace comparison websites" @@ -142,14 +172,18 @@ msgid "" "review platform. The website compares dozens of Dash markets based on " "prices, fees, payment methods, reviews and more." msgstr "" +"Cryptoradar è una piattaforma di confronto e revisione dei prezzi del " +"mercato delle criptovalute in tempo reale. Il sito Web confronta dozzine di " +"mercati Dash in base a prezzi, commissioni, metodi di pagamento, recensioni " +"e altro ancora." #: ../../docs/user/introduction/how-to-buy.rst:92 msgid "CoinMarketCap" -msgstr "" +msgstr "CoinMarketCap" #: ../../docs/user/introduction/how-to-buy.rst:86 msgid "https://coinmarketcap.com" -msgstr "" +msgstr "https://coinmarketcap.com" #: ../../docs/user/introduction/how-to-buy.rst:88 msgid "" @@ -158,10 +192,14 @@ msgid "" "clicking Markets allows you to view the markets available and the trading " "pairs they offer." msgstr "" +"CoinMarketCap elenca tutte le criptovalute in base alla loro " +"capitalizzazione di mercato. Facendo clic su una di queste valute puoi " +"visualizzare i grafici dei prezzi, mentre facendo clic su Mercati puoi " +"visualizzare i mercati disponibili e le coppie di trading che offrono." #: ../../docs/user/introduction/how-to-buy.rst:97 msgid "ATMs" -msgstr "" +msgstr "ATM" #: ../../docs/user/introduction/how-to-buy.rst:99 msgid "" @@ -171,84 +209,102 @@ msgid "" " one near you. It is also possible to operate your own ATM to sell Dash on-" "site at your business - simply contact the companies listed on this page." msgstr "" +"Gli ATM sono un metodo popolare per acquistare criptovaluta presso le " +"aziende per incoraggiare l'adozione e la spesa in queste valute. Numerosi " +"bancomat supportano Dash e i servizi di mappatura elencati in questa pagina " +"possono aiutarti a trovarne uno vicino a te. È anche possibile gestire il " +"proprio ATM per vendere Dash in loco presso la tua attività: contatta " +"semplicemente le società elencate in questa pagina." #: ../../docs/user/introduction/how-to-buy.rst:115 msgid "General Bytes" -msgstr "" +msgstr "General Bytes" #: ../../docs/user/introduction/how-to-buy.rst:112 msgid "https://www.generalbytes.com" -msgstr "" +msgstr "https://www.generalbytes.com" #: ../../docs/user/introduction/how-to-buy.rst:114 msgid "" "General Bytes offers a range of two-way cash ATM and Point of Sale solutions" " integrating Dash." msgstr "" +"General Bytes offre una gamma di soluzioni ATM e punti vendita bidirezionali" +" che integrano Dash." #: ../../docs/user/introduction/how-to-buy.rst:126 msgid "Coin ATM Radar" -msgstr "" +msgstr "Coin ATM Radar" #: ../../docs/user/introduction/how-to-buy.rst:123 msgid "https://coinatmradar.com" -msgstr "" +msgstr "https://coinatmradar.com" #: ../../docs/user/introduction/how-to-buy.rst:125 msgid "" "Various coin ATMs are available around world. Coin ATM Radar helps you find " "one close to you." msgstr "" +"Vari ATM sono disponibili in tutto il mondo. Coin ATM Radar ti aiuta a " +"trovarne uno vicino a te." #: ../../docs/user/introduction/how-to-buy.rst:136 msgid "Lamassu" -msgstr "" +msgstr "Lamassu" #: ../../docs/user/introduction/how-to-buy.rst:134 msgid "https://lamassu.is" -msgstr "" +msgstr "https://lamassu.is" #: ../../docs/user/introduction/how-to-buy.rst:136 msgid "Lamassu offers modular one-way and two-way cash ATMs integrating Dash." msgstr "" +"Lamassu offre ATM modulari unidirezionali e bidirezionali che integrano " +"Dash." #: ../../docs/user/introduction/how-to-buy.rst:147 msgid "CoinFlip" -msgstr "" +msgstr "CoinFlip" #: ../../docs/user/introduction/how-to-buy.rst:144 msgid "https://www.coinflip.tech" -msgstr "" +msgstr "https://www.coinflip.tech" #: ../../docs/user/introduction/how-to-buy.rst:146 msgid "" "CoinFlip operates a network of ATMs across the USA and offers hosted ATMs " "for businesses." msgstr "" +"CoinFlip gestisce una rete di ATM negli Stati Uniti e offre ATM ospitati per" +" le aziende." #: ../../docs/user/introduction/how-to-buy.rst:158 msgid "Trovemat" -msgstr "" +msgstr "Trovemat" #: ../../docs/user/introduction/how-to-buy.rst:155 msgid "https://trovemat.com" -msgstr "" +msgstr "https://trovemat.com" #: ../../docs/user/introduction/how-to-buy.rst:157 msgid "" "Focusing on the European market, Trovemat provides a risk-free solution to " "sell cryptocurrency from a physical device." msgstr "" +"Concentrandosi sul mercato europeo, Trovemat fornisce una soluzione priva di" +" rischi per vendere criptovaluta da un dispositivo fisico." #: ../../docs/user/introduction/how-to-buy.rst:168 msgid "TigoCTM" -msgstr "" +msgstr "TigoCTM" #: ../../docs/user/introduction/how-to-buy.rst:166 msgid "https://tigoctm.com" -msgstr "" +msgstr "https://tigoctm.com" #: ../../docs/user/introduction/how-to-buy.rst:168 msgid "" "TigoCTM offers simple ATM solutions integrated with a management blockchain." msgstr "" +"TigoCTM offre semplici soluzioni ATM integrate con una blockchain " +"gestionale." diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/information.po b/locale/it/LC_MESSAGES/docs/user/introduction/information.po index c79445162..ec506d753 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/information.po @@ -1,555 +1,585 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William Lotta , 2022 # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" +"Glossario e raccolta di collegamenti ad altre parti dell'ecosistema e della " +"rete Dash" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" msgstr "" +"dash, cryptocurrency, glossario, link, dao, community, ufficiale, github, " +"roadmap, chat, discord, facebook, twitter, telegram, social media" #: ../../docs/user/introduction/information.rst:9 msgid "Links and Information" -msgstr "" +msgstr "Links and Informazioni" #: ../../docs/user/introduction/information.rst:14 msgid "Links" -msgstr "" +msgstr "Link" #: ../../docs/user/introduction/information.rst:17 msgid "Official sites" -msgstr "" +msgstr "Siti Ufficiali" #: ../../docs/user/introduction/information.rst:19 msgid "**Website:** https://www.dash.org" -msgstr "" +msgstr "**Sito:** https://www.dash.org" #: ../../docs/user/introduction/information.rst:20 msgid "**User documentation:** https://docs.dash.org" -msgstr "" +msgstr "**Documentazione per l'utente:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "" +msgstr "**Documentazione Dash Core:** https://docs.dash.org/core" #: ../../docs/user/introduction/information.rst:22 msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "" +msgstr "**Dash Platform Documentazione:** https://docs.dash.org/platform" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" -msgstr "" +msgstr "**GitHub:** https://github.com/dashpay" #: ../../docs/user/introduction/information.rst:24 msgid "**GitHub (Evolution):** https://github.com/dashevo" -msgstr "" +msgstr "**GitHub (Evolution):** https://github.com/dashevo" #: ../../docs/user/introduction/information.rst:25 msgid "**Roadmap:** https://www.dash.org/roadmap/" -msgstr "" +msgstr "**Roadmap:** https://www.dash.org/roadmap/" #: ../../docs/user/introduction/information.rst:26 msgid "**DIPs:** https://github.com/dashpay/dips" -msgstr "" +msgstr "**DIPs:** https://github.com/dashpay/dips" #: ../../docs/user/introduction/information.rst:29 msgid "Community sites" -msgstr "" +msgstr "Siti della Community" #: ../../docs/user/introduction/information.rst:31 msgid "https://dashdevs.org" -msgstr "" +msgstr "https://dashdevs.org" #: ../../docs/user/introduction/information.rst:32 #: ../../docs/user/introduction/information.rst:166 msgid "https://www.dashcentral.org" -msgstr "" +msgstr "https://www.dashcentral.org" #: ../../docs/user/introduction/information.rst:33 #: ../../docs/user/introduction/information.rst:176 msgid "https://www.dashninja.pl" -msgstr "" +msgstr "https://www.dashninja.pl" #: ../../docs/user/introduction/information.rst:34 msgid "https://dashnews.org" -msgstr "" +msgstr "https://dashnews.org" #: ../../docs/user/introduction/information.rst:35 #: ../../docs/user/introduction/information.rst:167 msgid "https://dashvotetracker.com" -msgstr "" +msgstr "https://dashvotetracker.com" #: ../../docs/user/introduction/information.rst:36 msgid "http://thedashbrain.com" -msgstr "" +msgstr "http://thedashbrain.com" #: ../../docs/user/introduction/information.rst:39 msgid "Forums" -msgstr "" +msgstr "Forum" #: ../../docs/user/introduction/information.rst:41 msgid "**Dash Forum**: https://www.dash.org/forum/" -msgstr "" +msgstr "**Dash Forum**: https://www.dash.org/forum/" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" #: ../../docs/user/introduction/information.rst:45 msgid "Chat" -msgstr "" +msgstr "Chat" #: ../../docs/user/introduction/information.rst:47 msgid "**Dash Discord:** https://discord.com/invite/PXbUxJB" -msgstr "" +msgstr "**Dash Discord:** https://discord.com/invite/PXbUxJB" #: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" -msgstr "" +msgstr "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" #: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" -msgstr "" +msgstr "**Dash English Telegram:** https://t.me/dash_chat" #: ../../docs/user/introduction/information.rst:50 msgid "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" -msgstr "" +msgstr "**Dash Brasil Telegram:** https://telegram.me/dashbrasil" #: ../../docs/user/introduction/information.rst:51 msgid "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" -msgstr "" +msgstr "**Dash Dinheiro Digital:** https://t.me/DashDinheiroDigital" #: ../../docs/user/introduction/information.rst:52 msgid "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" -msgstr "" +msgstr "**Dash Russia Telegram:** https://telegram.me/Dash_Ru" #: ../../docs/user/introduction/information.rst:53 msgid "**Dash en Español Telegram:** https://t.me/dashpayES" -msgstr "" +msgstr "**Dash in Spagnolo Telegram:** https://t.me/dashpayES" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" +"**Dash Embassy D-A-CH in Telegram tedesco:** https://t.me/dashembassydach" #: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" -msgstr "" +msgstr "**Dash Francia Telegram:** https://t.me/DashFrance" #: ../../docs/user/introduction/information.rst:56 msgid "**Dash Indonesia Telegram:** https://t.me/dashindonesia" -msgstr "" +msgstr "**Dash Indonesia Telegram:** https://t.me/dashindonesia" #: ../../docs/user/introduction/information.rst:57 msgid "**Dash Iran Telegram:** https://t.me/IranianDash" -msgstr "" +msgstr "**Dash Iran Telegram:** https://t.me/IranianDash" #: ../../docs/user/introduction/information.rst:58 msgid "**Dash Italy Telegram:** https://t.me/dash_chat_italia" -msgstr "" +msgstr "**Dash Italia Telegram:** https://t.me/dash_chat_italia" #: ../../docs/user/introduction/information.rst:59 msgid "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" -msgstr "" +msgstr "**Dash LatAm Telegram:** https://t.me/DashAmericaLatina" #: ../../docs/user/introduction/information.rst:60 msgid "**Dash Philippines Telegram:** https://t.me/dashphp" -msgstr "" +msgstr "**Dash Philippines Telegram:** https://t.me/dashphp" #: ../../docs/user/introduction/information.rst:61 msgid "**Dash Thailand Telegram:** https://t.me/dashthailand" -msgstr "" +msgstr "**Dash Thailand Telegram:** https://t.me/dashthailand" #: ../../docs/user/introduction/information.rst:62 msgid "**Dash Turkey Telegram:** https://t.me/dashturkey" -msgstr "" +msgstr "**Dash Turchia Telegram:** https://t.me/dashturkey" #: ../../docs/user/introduction/information.rst:63 msgid "**Dash Telegram News Bot:** https://telegram.me/dashnews" -msgstr "" +msgstr "**Dash Telegram News Bot:** https://telegram.me/dashnews" #: ../../docs/user/introduction/information.rst:64 msgid "**QQ 达世币官方群 DASH.China:** 419967021" -msgstr "" +msgstr "**QQ 达世币官方群 DASH.China:** 419967021" #: ../../docs/user/introduction/information.rst:65 msgid "**Freenode IRC:** #dashpay" -msgstr "" +msgstr "**Freenode IRC:** #dashpay" #: ../../docs/user/introduction/information.rst:69 msgid "Social media" -msgstr "" +msgstr "Social media" #: ../../docs/user/introduction/information.rst:71 msgid "**Reddit:** https://www.reddit.com/r/dashpay" -msgstr "" +msgstr "**Reddit:** https://www.reddit.com/r/dashpay" #: ../../docs/user/introduction/information.rst:72 msgid "**Twitter:** https://twitter.com/dashpay" -msgstr "" +msgstr "**Twitter:** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:73 msgid "**Steemit:** https://steemit.com/@dashpay" -msgstr "" +msgstr "**Steemit:** https://steemit.com/@dashpay" #: ../../docs/user/introduction/information.rst:74 msgid "" "**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" "cryptocurrency-/" msgstr "" +"**LinkedIn:** https://www.linkedin.com/company/dash---digitalcash-" +"cryptocurrency-/" #: ../../docs/user/introduction/information.rst:75 msgid "**YouTube:** https://www.youtube.com/c/DashOrg" -msgstr "" +msgstr "**YouTube:** https://www.youtube.com/c/DashOrg" #: ../../docs/user/introduction/information.rst:76 msgid "**Instagram:** https://www.instagram.com/dashpay/" -msgstr "" +msgstr "**Instagram:** https://www.instagram.com/dashpay/" #: ../../docs/user/introduction/information.rst:77 msgid "**Dailymotion:** https://www.dailymotion.com/dashworld" -msgstr "" +msgstr "**Dailymotion:** https://www.dailymotion.com/dashworld" #: ../../docs/user/introduction/information.rst:78 msgid "**Soundcloud:** https://soundcloud.com/dashpay" -msgstr "" +msgstr "**Soundcloud:** https://soundcloud.com/dashpay" #: ../../docs/user/introduction/information.rst:79 msgid "**Minds:** https://www.minds.com/Dashpay" -msgstr "" +msgstr "**Minds:** https://www.minds.com/Dashpay" #: ../../docs/user/introduction/information.rst:80 msgid "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" -msgstr "" +msgstr "**Pinterest:** https://www.pinterest.com/dashdigitalcash/" #: ../../docs/user/introduction/information.rst:84 msgid "Facebook" -msgstr "" +msgstr "Facebook" #: ../../docs/user/introduction/information.rst:86 msgid "**English (Official):** https://www.facebook.com/DashPay" -msgstr "" +msgstr "**Inglese (Ufficiale):** https://www.facebook.com/DashPay" #: ../../docs/user/introduction/information.rst:87 msgid "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" -msgstr "" +msgstr "**Dash News En Español:** https://www.facebook.com/DashNewsEspanol" #: ../../docs/user/introduction/information.rst:88 msgid "**Dash Thailand:** https://www.facebook.com/DashDigitalCashTh/" -msgstr "" +msgstr "**Dash Tailandia:** https://www.facebook.com/DashDigitalCashTh/" #: ../../docs/user/introduction/information.rst:89 msgid "**Brazil:** https://www.facebook.com/DashBrazil" -msgstr "" +msgstr "**Brasile:** https://www.facebook.com/DashBrazil" #: ../../docs/user/introduction/information.rst:90 msgid "**Denmark:** https://www.facebook.com/DashDenmark" -msgstr "" +msgstr "**Danimarca:** https://www.facebook.com/DashDenmark" #: ../../docs/user/introduction/information.rst:91 msgid "**Germany:** https://www.facebook.com/dashgermany" -msgstr "" +msgstr "**Germania:** https://www.facebook.com/dashgermany" #: ../../docs/user/introduction/information.rst:92 msgid "**Greece:** https://www.facebook.com/DashGreece" -msgstr "" +msgstr "**Grecia:** https://www.facebook.com/DashGreece" #: ../../docs/user/introduction/information.rst:93 msgid "**Poland:** https://www.facebook.com/Dash.Polska" -msgstr "" +msgstr "**Polonia:** https://www.facebook.com/Dash.Polska" #: ../../docs/user/introduction/information.rst:94 msgid "**Russia:** https://www.facebook.com/Dash.Russia" -msgstr "" +msgstr "**Russia:** https://www.facebook.com/Dash.Russia" #: ../../docs/user/introduction/information.rst:95 msgid "**Thailand:** https://www.facebook.com/groups/dashembassythailand" -msgstr "" +msgstr "**Tailandia:** https://www.facebook.com/groups/dashembassythailand" #: ../../docs/user/introduction/information.rst:96 msgid "**Vietnam:** https://www.facebook.com/dashvietnam" -msgstr "" +msgstr "**Vietnam:** https://www.facebook.com/dashvietnam" #: ../../docs/user/introduction/information.rst:100 msgid "Twitter" -msgstr "" +msgstr "Twitter" #: ../../docs/user/introduction/information.rst:102 msgid "**Dash Official Account:** https://twitter.com/dashpay" -msgstr "" +msgstr "**Dash Account Ufficiale:** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:103 msgid "" "**Samuel Westrich, CTO of Dash Core Group:** " "https://twitter.com/SamWestrich/" msgstr "" +"**Samuel Westrich, CTO di Dash Core Group:** " +"https://twitter.com/SamWestrich/" #: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" +"**Joël Valenzuela, Chief Editor, Dash Force News:** " +"https://twitter.com/TheDesertLynx" #: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" -msgstr "" +msgstr "**とみ三(Samurai33), Dash Giappone:** https://twitter.com/samurai3311" #: ../../docs/user/introduction/information.rst:109 msgid "News" -msgstr "" +msgstr "News" #: ../../docs/user/introduction/information.rst:111 msgid "" "**Digital Cash Network:** " "https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" msgstr "" +"**Digital Cash Network:** " +"https://www.youtube.com/channel/UCduLugW5-tkzxIde8Iz72mw" #: ../../docs/user/introduction/information.rst:112 msgid "" "**Cash Alternative TV:** " "https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" msgstr "" +"**Cash Alternative TV:** " +"https://www.youtube.com/channel/UCeFCPtS8sViGO_NpKnS2rpg" #: ../../docs/user/introduction/information.rst:113 msgid "**Dash News:** https://dashnews.org" -msgstr "" +msgstr "**Dash News:** https://dashnews.org" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" +"**Dash News In Spagnolo (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" #: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" -msgstr "" +msgstr "**Dash News Korea:** https://dashnewskorea.com" #: ../../docs/user/introduction/information.rst:116 msgid "**Cointelegraph:** https://cointelegraph.com/tags/dash" -msgstr "" +msgstr "**Cointelegraph:** https://cointelegraph.com/tags/dash" #: ../../docs/user/introduction/information.rst:117 msgid "**巴比特 (8BTC):** https://www.8btc.com/p/dash" -msgstr "" +msgstr "**巴比特 (8BTC):** https://www.8btc.com/p/dash" #: ../../docs/user/introduction/information.rst:118 msgid "**Dash News China (Wechat):** dashnews (or scan QR below)" -msgstr "" +msgstr "**Dash News China (Wechat):** dashnews (or scan QR below)" #: ../../docs/user/introduction/information.rst:126 msgid "Blogs" -msgstr "" +msgstr "Blog" #: ../../docs/user/introduction/information.rst:128 msgid "**Evan Duffield's blog:** https://medium.com/@eduffield222" -msgstr "" +msgstr "**Blog di Evan Duffield:** https://medium.com/@eduffield222" #: ../../docs/user/introduction/information.rst:129 msgid "**Dashdot:** https://dashdot.io/alpha/" -msgstr "" +msgstr "**Dashdot:** https://dashdot.io/alpha/" #: ../../docs/user/introduction/information.rst:133 msgid "Wikipedia" -msgstr "" +msgstr "Wikipedia" #: ../../docs/user/introduction/information.rst:135 msgid "" "`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " "`_" msgstr "" +"`https://en.wikipedia.org/wiki/Dash_(cryptocurrency) " +"`_" #: ../../docs/user/introduction/information.rst:139 msgid "Inactive" -msgstr "" +msgstr "Inattivi" #: ../../docs/user/introduction/information.rst:141 msgid "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" -msgstr "" +msgstr "**Bitcoin.com forum:** https://forum.bitcoin.com/dash-f67" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" #: ../../docs/user/introduction/information.rst:147 msgid "Tools" -msgstr "" +msgstr "Strumenti" #: ../../docs/user/introduction/information.rst:150 msgid "Block explorers, statistics and visualizations" -msgstr "" +msgstr "Block explorers, statistiche e visualizzazioni" #: ../../docs/user/introduction/information.rst:152 msgid "https://insight.dash.org/insight/" -msgstr "" +msgstr "https://insight.dash.org/insight/" #: ../../docs/user/introduction/information.rst:153 msgid "https://blockchair.com/dash" -msgstr "" +msgstr "https://blockchair.com/dash" #: ../../docs/user/introduction/information.rst:154 msgid "https://chainz.cryptoid.info/dash/" -msgstr "" +msgstr "https://chainz.cryptoid.info/dash/" #: ../../docs/user/introduction/information.rst:155 msgid "https://www.oklink.com/dash" -msgstr "" +msgstr "https://www.oklink.com/dash" #: ../../docs/user/introduction/information.rst:156 msgid "https://bitinfocharts.com/dash/explorer/" -msgstr "" +msgstr "https://bitinfocharts.com/dash/explorer/" #: ../../docs/user/introduction/information.rst:157 msgid "https://dashblockexplorer.com" -msgstr "" +msgstr "https://dashblockexplorer.com" #: ../../docs/user/introduction/information.rst:158 msgid "https://live.blockcypher.com/dash/" -msgstr "" +msgstr "https://live.blockcypher.com/dash/" #: ../../docs/user/introduction/information.rst:159 msgid "https://dash.tokenview.io" -msgstr "" +msgstr "https://dash.tokenview.io" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" -msgstr "" +msgstr "https://udjinm6.github.io/bitlisten/" #: ../../docs/user/introduction/information.rst:164 msgid "Treasury tools" -msgstr "" +msgstr "Treasury tools" #: ../../docs/user/introduction/information.rst:168 msgid "https://proposal.dash.org" -msgstr "" +msgstr "https://proposal.dash.org" #: ../../docs/user/introduction/information.rst:169 msgid "https://www.dashninja.pl/governance.html" -msgstr "" +msgstr "https://www.dashninja.pl/governance.html" #: ../../docs/user/introduction/information.rst:170 msgid "https://mnowatch.org/leaderboard/" -msgstr "" +msgstr "https://mnowatch.org/leaderboard/" #: ../../docs/user/introduction/information.rst:174 msgid "Masternode management" -msgstr "" +msgstr "Gestione masternode" #: ../../docs/user/introduction/information.rst:177 msgid "https://stats.masternode.me" -msgstr "" +msgstr "https://stats.masternode.me" #: ../../docs/user/introduction/information.rst:178 msgid "https://github.com/Bertrand256/dash-masternode-tool" -msgstr "" +msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/introduction/information.rst:179 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" -msgstr "" +msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/introduction/information.rst:180 msgid "https://dash-news.de/dashtv/" -msgstr "" +msgstr "https://dash-news.de/dashtv/" #: ../../docs/user/introduction/information.rst:181 msgid "https://mnowatch.org/dash-stats/" -msgstr "" +msgstr "https://mnowatch.org/dash-stats/" #: ../../docs/user/introduction/information.rst:185 msgid "Price monitoring and research" -msgstr "" +msgstr "Monitoraggio e ricerca dei prezzi" #: ../../docs/user/introduction/information.rst:187 msgid "https://messari.io/asset/dash" -msgstr "" +msgstr "https://messari.io/asset/dash" #: ../../docs/user/introduction/information.rst:188 msgid "https://namu.wiki/w/Dash" -msgstr "" +msgstr "https://namu.wiki/w/Dash" #: ../../docs/user/introduction/information.rst:189 msgid "https://xangle.io/project/DASH/profile" -msgstr "" +msgstr "https://xangle.io/project/DASH/profile" #: ../../docs/user/introduction/information.rst:190 msgid "https://coinmarketcap.com/currencies/dash/" -msgstr "" +msgstr "https://coinmarketcap.com/currencies/dash/" #: ../../docs/user/introduction/information.rst:191 msgid "https://bitinfocharts.com/dash/" -msgstr "" +msgstr "https://bitinfocharts.com/dash/" #: ../../docs/user/introduction/information.rst:192 msgid "https://www.coingecko.com/en/coins/dash" -msgstr "" +msgstr "https://www.coingecko.com/en/coins/dash" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" -msgstr "" +msgstr "Progetto Community Dash" #: ../../docs/user/introduction/information.rst:198 msgid "https://dashcommunity.github.io" -msgstr "" +msgstr "https://dashcommunity.github.io" #: ../../docs/user/introduction/information.rst:199 msgid "https://github.com/dashcommunity" -msgstr "" +msgstr "https://github.com/dashcommunity" #: ../../docs/user/introduction/information.rst:203 msgid "DarkNet pages" -msgstr "" +msgstr "DarkNet pagine" #: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" msgstr "" +"**Dash (Specchio della pagina principale):** http://dashorg64cjvj4s3.onion" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" +"**Il Wiki nascosto:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash" +" `_" #: ../../docs/user/introduction/information.rst:207 msgid "" "**MNOwatch.org:** " "http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" msgstr "" +"**MNOwatch.org:** " +"http://mnowatchr2h5d5nekj2ogfzigxpgyi75hx2o7xjon4twpwhbsylgefid.onion/" #: ../../docs/user/introduction/information.rst:211 msgid "Mobile Apps" -msgstr "" +msgstr "App Mobile" #: ../../docs/user/introduction/information.rst:214 msgid "iOS" @@ -557,27 +587,27 @@ msgstr "iOS" #: ../../docs/user/introduction/information.rst:216 msgid "**Dash Wallet:** https://apps.apple.com/app/id1206647026" -msgstr "" +msgstr "**Dash Wallet:** https://apps.apple.com/app/id1206647026" #: ../../docs/user/introduction/information.rst:217 msgid "**Edge:** https://apps.apple.com/app/id1344400091" -msgstr "" +msgstr "**Edge:** https://apps.apple.com/app/id1344400091" #: ../../docs/user/introduction/information.rst:218 msgid "**Coinomi:** https://apps.apple.com/app/id1333588809" -msgstr "" +msgstr "**Coinomi:** https://apps.apple.com/app/id1333588809" #: ../../docs/user/introduction/information.rst:219 msgid "**Exodus:** https://apps.apple.com/app/id1414384820" -msgstr "" +msgstr "**Exodus:** https://apps.apple.com/app/id1414384820" #: ../../docs/user/introduction/information.rst:220 msgid "**CoinCap:** https://apps.apple.com/app/id1074052280" -msgstr "" +msgstr "**CoinCap:** https://apps.apple.com/app/id1074052280" #: ../../docs/user/introduction/information.rst:221 msgid "**Abra:** https://apps.apple.com/app/id966301394" -msgstr "" +msgstr "**Abra:** https://apps.apple.com/app/id966301394" #: ../../docs/user/introduction/information.rst:225 msgid "Android" @@ -588,90 +618,121 @@ msgid "" "**Dash Wallet:** " "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" msgstr "" +"**Dash Wallet:** " +"https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" #: ../../docs/user/introduction/information.rst:229 msgid "" "**Coinomi:** " "https://play.google.com/store/apps/details?id=com.coinomi.wallet" msgstr "" +"**Coinomi:** " +"https://play.google.com/store/apps/details?id=com.coinomi.wallet" #: ../../docs/user/introduction/information.rst:230 msgid "" "**Exodus:** " "https://play.google.com/store/apps/details?id=exodusmovement.exodus" msgstr "" +"**Exodus:** " +"https://play.google.com/store/apps/details?id=exodusmovement.exodus" #: ../../docs/user/introduction/information.rst:231 msgid "" "**CoinCap:** " "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" msgstr "" +"**CoinCap:** " +"https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" "**Bitcoin Ticker Widget:** " "https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" msgstr "" +"**Bitcoin Ticker Widget:** " +"https://play.google.com/store/apps/details?id=st.brothas.mtgoxwidget" #: ../../docs/user/introduction/information.rst:234 msgid "" "**BitUniverse:** " "https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" msgstr "" +"**BitUniverse:** " +"https://play.google.com/store/apps/details?id=com.bituniverse.portfolio" #: ../../docs/user/introduction/information.rst:241 msgid "Glossary" -msgstr "" +msgstr "Glossario" #: ../../docs/user/introduction/information.rst:244 msgid "51% Attack" -msgstr "" +msgstr "Attacco 51%" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" +"Una condizione in cui più della metà della potenza di calcolo su una rete di" +" criptovaluta è controllata da un singolo miner o gruppo di miner. Quella " +"quantità di potere teoricamente li rende l’autorità sulla rete. Ciò " +"significa che ogni client della rete crede al blocco delle transazioni con " +"hash dell’aggressore." #: ../../docs/user/introduction/information.rst:251 msgid "Address" -msgstr "" +msgstr "Indirizzo" #: ../../docs/user/introduction/information.rst:253 msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" +"Un indirizzo Dash viene utilizzato per :ref:`Inviare/Ricevere un pagamento " +"` sulla rete Dash. Contiene una stringa di caratteri " +"alfanumerici, ma può anche essere rappresentato come un codice QR " +"scansionabile. Un indirizzo Dash è anche la chiave pubblica nella coppia di " +"chiavi utilizzate dai possessori di Dash per firmare digitalmente le " +"transazioni (vedi Chiave pubblica)." #: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" -msgstr "" +msgstr "Algoritmo" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" +"In matematica e informatica, un `algoritmo " +"`_ è un insieme autonomo di " +"operazioni passo passo da eseguire. Gli algoritmi eseguono calcoli, " +"elaborazione dati e/o attività di ragionamento automatizzato." #: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" -msgstr "" +msgstr "Altcoin" #: ../../docs/user/introduction/information.rst:266 msgid "" @@ -679,540 +740,758 @@ msgid "" "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" +"Poiché Bitcoin è stata la prima criptovaluta e ha la maggiore " +"capitalizzazione di mercato, è considerata il riferimento. Un altcoin, o " +"moneta alternativa, è qualsiasi criptovaluta diversa da Bitcoin." #: ../../docs/user/introduction/information.rst:269 msgid "AML" -msgstr "" +msgstr "AML" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" +"Le tecniche antiriciclaggio vengono utilizzate per impedire alle persone di " +"far apparire i fondi ottenuti illegalmente come se fossero stati guadagnati " +"legalmente. I meccanismi antiriciclaggio possono essere di natura legale o " +"tecnica. Le autorità di regolamentazione applicano spesso tecniche AML agli " +"scambi Dash." #: ../../docs/user/introduction/information.rst:275 msgid "API" -msgstr "" +msgstr "API" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" +"Nella programmazione informatica, un'interfaccia di programmazione " +"dell'applicazione (API) " +"`_ è un " +"insieme di routine, protocolli e strumenti per la creazione di software e " +"applicazioni." #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" +"Un'API esprime un componente software in termini di operazioni, input, " +"output e tipi sottostanti, definendo funzionalità indipendenti dalle " +"rispettive implementazioni, il che consente alle definizioni e alle " +"implementazioni di variare senza compromettere l'interfaccia. Una buona API " +"semplifica lo sviluppo di un programma fornendo tutti gli elementi " +"costitutivi, che vengono poi assemblati dal programmatore." #: ../../docs/user/introduction/information.rst:289 msgid "ASIC" -msgstr "" +msgstr "ASIC" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" +"Un circuito integrato specifico per l'applicazione (ASIC) è un circuito " +"integrato (IC) personalizzato per un uso particolare, piuttosto che " +"destinato a un uso generico. Ad esempio, un chip progettato per essere " +"eseguito in un registratore vocale digitale o per :ref:`Dash mining ad alta " +"efficienza ` è un ASIC." #: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" -msgstr "" +msgstr "ATM / BTM" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" +"Un Dash ATM è una macchina fisica che consente al cliente di acquistare Dash" +" in contanti. Esistono molti produttori, alcuni dei quali consentono agli " +"utenti di vendere Dash in contanti. A volte vengono anche chiamati \"BTM\" o" +" \"Dash AVMS\". Dash è supportato su diversi :ref:`ATM `." #: ../../docs/user/introduction/information.rst:302 msgid "Backlog" -msgstr "" +msgstr "Backlog" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" +"Il backlog si riferisce generalmente all'accumulo nel tempo del lavoro in " +"attesa di essere svolto o degli ordini da evadere." #: ../../docs/user/introduction/information.rst:306 msgid "Backup" -msgstr "" +msgstr "Backup" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." -msgstr "" +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." +msgstr "" +"Il processo di creazione di copie di un file informatico per garantirne " +"l'integrità in caso di smarrimento, furto o danneggiamento. Dash consente " +"agli utenti di :ref:`creare copie di backup ` dei loro " +"wallet digitali. Questo protegge dalla perdita del proprio denaro in caso di" +" guasto del computer o di perdita del dispositivo mobile. Ciò equivarrebbe a" +" poter fare un backup del denaro nel wallet, in modo che, se lo perdessi, " +"potresti ripristinare il denaro da un backup." #: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" -msgstr "" +msgstr "Bitcoin 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" +"Questo è un termine che spiega il prossimo nuovo livello di progetti Bitcoin" +" che sono iniziati come un fork di Bitcoin ma hanno esteso il loro codice al" +" livello successivo di progetti Blockchain (contratti intelligenti, voto " +"decentralizzato,....)" #: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" -msgstr "" +msgstr "Blockchain" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." -msgstr "" +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." +msgstr "" +"Una `blockchain `_ è " +"un database distribuito che mantiene un elenco in continua crescita di " +"record di dati protetti da manomissioni e revisioni. È costituito da blocchi" +" di struttura dati – che contengono esclusivamente dati nelle " +"implementazioni iniziali della blockchain, e sia dati che programmi in " +"alcune delle implementazioni più recenti – con ciascun blocco che contiene " +"batch di transazioni individuali e i risultati di eventuali eseguibili della" +" blockchain. Ogni blocco contiene un timestamp e informazioni che lo " +"collegano a un blocco precedente." #: ../../docs/user/introduction/information.rst:332 msgid "Blocks" -msgstr "" +msgstr "Blocchi" #: ../../docs/user/introduction/information.rst:334 msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" +"Le transazioni sulla Blockchain sono raccolte in \"`blocchi " +"`_\" che " +"registrano e confermano quando e in quale sequenza le transazioni entrano e " +"vengono registrate nel blocco catena. I blocchi vengono creati da utenti " +"noti come \"minatori\" che utilizzano software o apparecchiature " +"specializzate progettate appositamente per creare blocchi." #: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" -msgstr "" +msgstr "ChainLock" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." -msgstr "" +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." +msgstr "" +"Definito in `DIP8 " +"`__, i ChainLocks " +"sono un metodo per utilizzare un LLMQ per firmare la soglia di un blocco " +"immediatamente dopo che è stato propagato dal miner per far rispettare la " +"regola del primo visto. Questo è un metodo potente per mitigare gli attacchi" +" miner del 51%, associati alla doppia spesa." #: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" -msgstr "" +msgstr "Cloud Wallet" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." -msgstr "" +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." +msgstr "" +"Terze parti che memorizzeranno il tuo Dash sui loro server per te, in modo " +"che tu possa accedere ai tuoi fondi da qualsiasi dispositivo connesso a " +"Internet. Se il loro sito web viene violato o se i loro server vengono " +"danneggiati, corri il rischio di perdere il tuo Dash. Tutti i portafogli " +"online dovrebbero essere protetti con passphrase efficaci e 2FA. Non puoi " +"effettuare copie di backup del tuo wallet online, perché non hai accesso " +"alle chiavi private. Non consigliamo di conservare grandi quantità di fondi " +"nei portafogli online." #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" -msgstr "" +msgstr "Transazione Coinbase" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" +"La prima transazione in un blocco. Creato sempre da un miner, prevede un " +"unico input che costituisce il premio del blocco. Questo è diviso tra il " +"minatore e un masternode scelto in modo deterministico." #: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" -msgstr "" +msgstr "Cold Storage" #: ../../docs/user/introduction/information.rst:365 msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" +"Un metodo per generare e archiviare chiavi private completamente offline. Si" +" potrebbe utilizzare un computer desktop o portatile disconnesso da " +"Internet, un wallet hardware dedicato, una chiavetta USB o un :ref:`paper " +"wallet `." #: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" -msgstr "" +msgstr "Transazione conferma(ta)" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" +"Quando viene effettuata una transazione Dash, un miner deve verificare che " +"la transazione sia valida. Quando gli input e gli output vengono verificati," +" la transazione viene inclusa in un blocco nella blockchain. L'operazione " +"potrà allora ritenersi conclusa ed irreversibile. Il numero di conferma " +"aumenta man mano che vengono aggiunti più blocchi alla blockchain." #: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" -msgstr "" +msgstr "Numero di Conferma" #: ../../docs/user/introduction/information.rst:377 msgid "confirmations" -msgstr "" +msgstr "conferme" #: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." -msgstr "" +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." +msgstr "" +"Il numero di conferme per una transazione Dash specifica. Zero conferme " +"significa che la **transazione non è confermata**. Una conferma significa " +"che la transazione è inclusa nell'ultimo blocco della blockchain. Due " +"conferme significano che la transazione è inclusa in due blocchi, tre " +"conferme per tre blocchi e così via. La probabilità che una transazione " +"venga annullata (double spended) diminuisce esponenzialmente ad ogni blocco " +"e successiva conferma. Sei conferme sono generalmente considerate \"sicure\"" +" e irreversibili." #: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" -msgstr "" +msgstr "Transazioni Confermate" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" +"Transazioni elaborate dai miner e considerate irreversibili, solitamente " +"dopo sei conferme. Nel caso di InstantSend, i fondi possono essere " +"considerati irreversibili dopo pochi secondi, ma devono comunque essere " +"scritti sulla blockchain (e quindi \"confermati\")." #: ../../docs/user/introduction/information.rst:394 msgid "CPU" -msgstr "" +msgstr "CPU" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." -msgstr "" +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." +msgstr "" +"Una `unità di elaborazione centrale (CPU) " +"`_ è il circuito " +"elettronico all'interno di un computer che esegue le istruzioni di un " +"programma informatico eseguendo le operazioni aritmetiche, logiche e di " +"controllo di base e le operazioni di input/output (I/O) specificate dalle " +"istruzioni. Il termine è stato utilizzato nell'industria informatica almeno " +"dall'inizio degli anni '60. Tradizionalmente, il termine \"CPU\" si " +"riferisce a un processore, più specificamente alla sua unità di elaborazione" +" e unità di controllo (CU), distinguendo questi elementi fondamentali di un " +"computer da componenti esterni come la memoria principale e i circuiti I/O." #: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" -msgstr "" +msgstr "Criptovalute" #: ../../docs/user/introduction/information.rst:408 msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" +"Una `criptovaluta `_ (o " +"criptovaluta o criptovaluta) è un mezzo di scambio che utilizza la " +"crittografia per proteggere le transazioni e controllare la creazione di " +"nuove unità." #: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" -msgstr "" +msgstr "Crittografia" #: ../../docs/user/introduction/information.rst:414 msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." -msgstr "" +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." +msgstr "" +"La crittografia o crittologia (dal greco κρυπτός *kryptós*, \"nascosto, " +"segreto\"; e γράφειν *graphein*, \"scrittura\" o -λογία *-logia*, " +"\"studio\", rispettivamente) è la pratica e lo studio di tecniche per la " +"sicurezza comunicazione in presenza di terzi detti avversari. Più in " +"generale, la crittografia riguarda la costruzione e l'analisi di protocolli " +"che impediscono a terzi o al pubblico di leggere messaggi privati; vari " +"aspetti della sicurezza delle informazioni come la riservatezza dei dati, " +"l'integrità dei dati, l'autenticazione e il non ripudio sono centrali nella " +"crittografia moderna. La crittografia moderna esiste all’intersezione delle " +"discipline della matematica, dell’informatica e dell’ingegneria elettrica. " +"Le applicazioni della crittografia includono carte bancomat, password di " +"computer e commercio elettronico." #: ../../docs/user/introduction/information.rst:426 msgid "DAO" -msgstr "" +msgstr "DAO" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." -msgstr "" +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." +msgstr "" +"Lo sviluppo di Dash e dell'ecosistema Dash è autofinanziato dalla DAO o " +"Organizzazione Autonoma Decentralizzata. Ogni volta che viene scoperto un " +"blocco, il 90% della ricompensa del blocco viene divisa tra il minatore e un" +" masternodes in base alla distribuzione trovata :ref:`qui `. Il 10% viene " +"trattenuto dalla rete e utilizzato per finanziare progetti approvati dalla " +"rete masternode. Pagando una tariffa, chiunque può presentare una proposta " +"alla rete, e verrà pagato direttamente dalla blockchain se approvato dai " +"masternodes. Il sistema di bilancio è talvolta chiamato sistema di " +"tesoreria; i due termini sono intercambiabili." #: ../../docs/user/introduction/information.rst:436 msgid "DAP" -msgstr "" +msgstr "DAP" #: ../../docs/user/introduction/information.rst:438 msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" +"Protocollo di applicazione decentralizzata. Questo termine descrive " +"un'applicazione in esecuzione sulla Platform Dash DAPI." #: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" -msgstr "" +msgstr "DAP Client" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" +"Un client HTTP che si connette a DAPI e consente agli utenti della " +"blockchain Dash di leggere e scrivere dati nel proprio spazio DAP." #: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" -msgstr "" +msgstr "DAP Schema" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" +"Un documento Dash Schema che estende il Dash System Schema per definire i " +"dati e le regole di consenso all'interno di un contratto DAP." #: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" -msgstr "" +msgstr "Spazio DAP" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" +"La parte di uno stato DAP di proprietà di uno specifico utente blockchain. I" +" dati presenti in uno Spazio DAP possono essere modificati solo dal " +"proprietario." #: ../../docs/user/introduction/information.rst:452 msgid "DAP State" -msgstr "" +msgstr "Stato DAP" #: ../../docs/user/introduction/information.rst:454 msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" +"L'insieme totale di dati archiviati in un DAP. Questi dati sono costituiti " +"dagli spazi DAP dell'utente." #: ../../docs/user/introduction/information.rst:456 msgid "DAPI" -msgstr "" +msgstr "DAPI" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" +"Interfaccia di programmazione dell'applicazione decentralizzata. Vedi sopra " +"per una definizione di API. DAPI eseguirà le stesse funzioni di un'API, ma " +"con quorum di masternode che fungono da endpoint per la comunicazione API." #: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" -msgstr "" +msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" +"Concettualmente, :ref:`Dark Gravity Wave (DGW) ` è simile" +" a *Kimoto Gravity Well*, regolando i livelli di difficoltà per ogni blocco " +"(invece di ogni blocco del 2016 come Bitcoin) utilizzando i dati statistici " +"degli ultimi blocchi trovati. In questo modo i tempi di emissione dei " +"blocchi possono rimanere costanti nonostante le fluttuazioni dell’hashpower." +" Tuttavia non soffre dell'exploit time-warp." #: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" -msgstr "" +msgstr "Darkcoin" #: ../../docs/user/introduction/information.rst:472 msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" +"Dash è stato inizialmente lanciato come XCoin e poi rinominato Darkcoin e " +"infine Dash." #: ../../docs/user/introduction/information.rst:474 msgid "Dash" -msgstr "" +msgstr "Dash" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." -msgstr "" +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." +msgstr "" +"Lanciata originariamente come Xcoin e successivamente ribattezzata Darkcoin," +" la valuta è stata successivamente ribattezzata \"Dash\" per evitare " +"l'associazione con i mercati della darknet. Dash è una combinazione di " +"\"Digital Cash\". Dash è una criptovaluta peer-to-peer open source che " +"risolve molti dei problemi di Bitcoin. Le funzionalità di Dash includono " +"InstantSend, CoinJoin, un'organizzazione autonoma decentralizzata (DAO), una" +" rete di 2° livello (denominata rete masternode). Consulta la pagina " +":ref:`Caratteristiche ` per un elenco completo delle funzionalità di Dash." #: ../../docs/user/introduction/information.rst:484 msgid "DashDrive" -msgstr "" +msgstr "DashDrive" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" +"Servizio backend di archiviazione dati di rete Dash utilizzato dai " +"masternode per i dati fuori catena relativi a Evolution. DashDrive " +"implementa `IPFS `_, un tipo di sistema di archiviazione di" +" file distribuito." #: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" -msgstr "" +msgstr "Dash Client" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" +"I client Dash sono programmi software utilizzati per interfacciarsi con la " +"rete Dash. Memorizzano le chiavi private necessarie per condurre transazioni" +" Dash, nonché una copia dell'intera blockchain. Un client Dash si connette " +"alla rete Dash e diventa un nodo nella rete. Un nodo condivide e propaga " +"nuove transazioni con il resto della rete, creando una solida infrastruttura" +" decentralizzata." #: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" -msgstr "" +msgstr "Dash Core Wallet" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" +"Il :ref:`Dash Core Wallet ` (noto anche come wallet QT) è " +"il wallet Dash \"ufficiale\" compilato dal Dash Core Team e consente sia " +"InstantSend che CoinJoin. Il portafoglio DashCore scaricherà l'intera " +"blockchain e la servirà su Internet a tutti i peer che lo richiedono." #: ../../docs/user/introduction/information.rst:504 msgid "Dash Evolution" -msgstr "" +msgstr "Dash Evolution" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" +"Questa è una rete a 3 livelli che gli sviluppatori Dash stanno attualmente " +"costruendo. Renderà Dash facile da usare quanto PayPal, pur rimanendo " +"decentralizzato. Vedi la pagina :ref:`Evolution ` per maggiori " +"informazioni." #: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" -msgstr "" +msgstr "Dash Schema" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" +"Una specifica del linguaggio basata su JSON per definire e convalidare i " +"dati di consenso in Evolution." #: ../../docs/user/introduction/information.rst:514 msgid "DDoS" -msgstr "" +msgstr "DDoS" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." -msgstr "" +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." +msgstr "" +"Un attacco di tipo Denial of Service distribuito utilizza un gran numero di " +"computer sotto il controllo di un utente malintenzionato per drenare le " +"risorse di un obiettivo centrale. Spesso inviano piccole quantità di " +"traffico di rete attraverso Internet per vincolare le risorse di calcolo e " +"di larghezza di banda al bersaglio, impedendogli di fornire servizi agli " +"utenti legittimi. Talvolta gli scambi di Dash sono stati colpiti da attacchi" +" DDoS." #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" -msgstr "" +msgstr "Decentralizzato" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." -msgstr "" +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." +msgstr "" +"\"Calcolo decentralizzato " +"`_ è l'allocazione di" +" risorse, sia hardware che software, a ogni singola postazione di lavoro o " +"sede di ufficio. Al contrario, l'elaborazione centralizzata esiste quando la" +" maggior parte delle funzioni vengono eseguite o ottenute da una posizione " +"centralizzata remota. L’elaborazione decentralizzata è una tendenza negli " +"ambienti aziendali moderni. Questo è l’opposto dell’elaborazione " +"centralizzata, prevalente agli albori dei computer. Un sistema informatico " +"decentralizzato presenta molti vantaggi rispetto a una rete centralizzata " +"convenzionale. I computer desktop sono progrediti così rapidamente che le " +"loro prestazioni potenziali superano di gran lunga i requisiti della maggior" +" parte delle applicazioni aziendali. Ciò fa sì che la maggior parte dei " +"computer desktop rimanga quasi inattiva per la maggior parte del tempo. Un " +"sistema decentralizzato può sfruttare il potenziale di questi sistemi per " +"massimizzare l’efficienza. Tuttavia, è discutibile se queste reti aumentino " +"l’efficacia complessiva." #: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" -msgstr "" +msgstr "Desktop Wallet" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" +"Un wallet è un software che memorizza il tuo Dash. Esistono molte diverse " +"opzioni di portafoglio, ma è fondamentale sceglierne una sicura. Consigliamo" +" uno dei seguenti: :ref:`Dash Core Wallet ` / :ref:`Dash " +"Electrum Wallet ` / :ref:`Hardware Wallet `" #: ../../docs/user/introduction/information.rst:547 msgid "Difficulty" -msgstr "" +msgstr "Difficoltà" #: ../../docs/user/introduction/information.rst:549 msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." -msgstr "" +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." +msgstr "" +"Questo numero determina quanto è difficile eseguire l'hashing di un nuovo " +"blocco. È correlato al numero massimo consentito in una determinata porzione" +" numerica dell’hash di un blocco di transazione. Più basso è il numero, più " +"difficile sarà produrre un valore hash adatto ad esso. La difficoltà varia " +"in base alla quantità di potenza di calcolo utilizzata dai minatori sulla " +"rete Dash. Se un gran numero di minatori lasciassero una rete, la difficoltà" +" diminuirebbe. La crescente popolarità di Dash e la disponibilità di " +"minatori ASIC specializzati hanno fatto sì che la difficoltà aumentasse nel " +"tempo." #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" -msgstr "" +msgstr "Wallet Digitale" #: ../../docs/user/introduction/information.rst:560 msgid "See :ref:`this link ` for full documentation on wallets." msgstr "" +"Vedi :ref:`questo link ` per la documentazione completa sui wallet." #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" +"Un wallet digitale è simile a un wallet fisico, tranne per il fatto che " +"viene utilizzato per conservare la **valuta digitale**. Un wallet Dash " +"contiene le tue chiavi private, che ti consentono di spendere il tuo Dash. " +"Puoi anche eseguire backup del tuo portafoglio per assicurarti di non " +"perdere mai l'accesso al tuo Dash. I wallet digitali possono esistere in " +"molte forme diverse e su molti dispositivi:" #: ../../docs/user/introduction/information.rst:569 msgid "" @@ -1223,135 +1502,212 @@ msgid "" "copies of your wallet files to ensure that you don't lose access to your " "funds." msgstr "" +"**Wallet desktop** (:ref:`Dash Electrum Wallet `, :ref:`Dash Core Wallet `):" +" programmi di wallet che installi su un laptop o computer desktop. Sei " +"l'unico responsabile della protezione del file del wallet e delle chiavi " +"private in esso contenute. Crea copie di backup dei file del tuo wallet per " +"assicurarti di non perdere l'accesso ai tuoi fondi." #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." -msgstr "" +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." +msgstr "" +"**Wallet mobile** (:ref:`Android `, :ref:`iOS `): questi wallet possono " +"essere scaricati tramite Google Play o App Store di Apple (iTunes). I wallet" +" mobili ti consentono di utilizzare Dash mentre sei in movimento " +"scansionando un codice QR per inviare il pagamento. Crea copie di backup dei" +" file del tuo wallet mobile per assicurarti di non perdere l'accesso ai tuoi" +" fondi. A causa di problemi di sicurezza con i telefoni cellulari, si " +"consiglia di non archiviare grandi quantità di fondi su questi wallet." #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." -msgstr "" +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." +msgstr "" +"**Wallet online/cloud/web** (:ref:`Exodus `, " +":ref:`MyDashWallet `): terze parti che memorizzeranno il tuo " +"Dash sui loro server per te o forniranno un'interfaccia per accedere al tuo " +"Dash fornendoti il chiavi, in modo da poter accedere ai tuoi Dash da " +"qualsiasi dispositivo connesso a Internet. Se il loro sito web viene violato" +" o se i loro server vengono danneggiati, corri il rischio di perdere i tuoi " +"Dash. Tutti i wallet online dovrebbero essere protetti con passphrase " +"efficaci e 2FA. Non puoi effettuare copie di backup del tuo portafoglio " +"online, perché non hai accesso alle chiavi private. Ti consigliamo vivamente" +" di non archiviare MAI grandi quantità di Dash in alcun wallet online o " +"scambio di criptovaluta." #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." -msgstr "" +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." +msgstr "" +"**Wallet hardware** (:ref:`Trezor `, KeepKey, Ledger, " +"Nano): un wallet hardware è un dispositivo hardware specializzato, a prova " +"di manomissione, che memorizza le tue chiavi private. Questo dispositivo è " +"in grado di firmare transazioni con la tua chiave privata senza essere " +"connesso a Internet. Tuttavia, è necessario disporre di una connessione " +"Internet per inviare la transazione alla rete Dash. Ciò consente di accedere" +" facilmente alle tue chiavi private pur mantenendole protette in modo " +"sicuro. Questa è ampiamente considerata la forma di archiviazione più sicura" +" per il tuo Dash." #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." -msgstr "" +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." +msgstr "" +"**Offline/Cold Storage** (:ref:`Paper wallet `): un " +"wallet speciale creato offline e mai esposto a Internet. Realizzato " +"utilizzando un software per generare una chiave pubblica e privata offline e" +" quindi registrando le chiavi generate. Le chiavi possono essere stampate su" +" carta o addirittura incise al laser su metallo. È possibile effettuare " +"copie e conservarle in una cassetta di sicurezza personale o in una cassetta" +" di deposito bancario. Questo è un modo estremamente sicuro per archiviare " +"Dash. Non vi è alcun rischio di utilizzare file di wallet software, che " +"possono essere corrotti, o wallet web, che possono essere hackerati. NOTA: " +"le chiavette USB non sono sicure per l'archiviazione a lungo termine (più " +"anni) perché si degradano nel tempo." #: ../../docs/user/introduction/information.rst:618 msgid "DKG" -msgstr "" +msgstr "DKG" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." -msgstr "" +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." +msgstr "" +"Definito in `DIP6 " +"`__, generazione di" +" chiavi distribuite (`DKG `__) è un metodo per generare " +"una coppia di chiavi BLS da utilizzare in un LLMQ per eseguire la firma " +"della soglia sui messaggi di rete. Si basa sullo schema di soglia M-of-N BLS" +" e sulla generazione di chiavi distribuite, che è un'implementazione della " +"condivisione segreta di Shamir." #: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" -msgstr "" +msgstr "Firma Digitale" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." -msgstr "" +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." +msgstr "" +"Una firma digitale è un meccanismo matematico che consente a qualcuno di " +"dimostrare la propria identità o proprietà di una risorsa digitale. Quando " +"il tuo wallet digitale firma una transazione con la chiave privata " +"appropriata, l'intera rete può vedere che la firma corrisponde all'indirizzo" +" del Dash speso, senza la necessità di rivelare la chiave privata alla rete." +" Puoi anche firmare digitalmente i messaggi utilizzando la tua chiave " +"privata, per dimostrare ad esempio che sei il proprietario di un determinato" +" indirizzo Dash." #: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" -msgstr "" +msgstr "Electrum Wallet" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" +":ref:`Dash Electrum Wallet ` è un wallet leggero che " +"non richiede il download o la sincronizzazione dell'intera blockchain, " +"rendendo il wallet più leggero e veloce. Include il supporto per le " +"funzionalità avanzate InstantSend, CoinJoin e masternode." #: ../../docs/user/introduction/information.rst:644 msgid "Encryption" -msgstr "" +msgstr "Crittografia" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" -msgstr "" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" +msgstr "" +"In crittografia, la `crittografia " +"`_ è il processo di codifica di " +"messaggi o informazioni in modo tale che solo le parti autorizzate possano " +"leggerle. I messaggi crittografati intercettati da terzi sono indecifrabili " +"senza la chiave privata. In uno schema di crittografia, il messaggio *testo " +"in chiaro* viene crittografato utilizzando un algoritmo di crittografia, " +"generando un *testo cifrato* che può essere letto solo se decrittografato " +"dal destinatario previsto. Per ragioni tecniche, uno schema di crittografia " +"utilizza solitamente una chiave di crittografia pseudo-casuale generata da " +"un algoritmo. L'aumento della potenza di calcolo ha \"rotto\" molti " +"algoritmi di crittografia del passato, ma un sistema moderno ben progettato " +"come AES-256 è considerato essenzialmente \"inviolabile\"." #: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" -msgstr "" +msgstr "Servizi di deposito in garanzia" #: ../../docs/user/introduction/information.rst:660 msgid "An `escrow `_ is:" -msgstr "" +msgstr "Un `escrow `_ è:" #: ../../docs/user/introduction/information.rst:662 msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" +"un accordo contrattuale in cui un terzo riceve e distribuisce denaro o " +"documenti per le parti contraenti principali, con l'esborso dipendente dalle" +" condizioni concordate dalle parti contraenti; O" #: ../../docs/user/introduction/information.rst:667 msgid "" @@ -1359,163 +1715,223 @@ msgid "" "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" +"un conto aperto da un broker per detenere fondi per conto del mandante del " +"broker o di un'altra persona fino alla conclusione o alla conclusione di una" +" transazione; O" #: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" +"un conto fiduciario tenuto a nome del mutuatario per pagare obblighi quali " +"tasse sulla proprietà e premi assicurativi." #: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." -msgstr "" +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." +msgstr "" +"Un servizio di deposito a garanzia fidato viene spesso utilizzato quando si " +"acquista criptovaluta o altri beni/servizi su Internet. Sia l'acquirente che" +" il venditore sceglieranno una terza parte di fiducia, il venditore invierà " +"l'oggetto (o la valuta) all'agente di deposito a garanzia e anche " +"l'acquirente invierà i fondi di acquisto all'agente di deposito a garanzia. " +"Una volta che l'agente di deposito a garanzia è soddisfatto che entrambe le " +"parti hanno soddisfatto i termini dell'accordo, inoltrerà i fondi e il " +"prodotto (o la valuta) acquistati alla parte appropriata." #: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" -msgstr "" +msgstr "Evan Duffield" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" +"Fondatore e primo sviluppatore principale di Dash. Inventore di X11, " +"InstantSend e PrivateSend. Prima di creare Dash, Evan era un consulente " +"finanziario e possiede una licenza Series 65." #: ../../docs/user/introduction/information.rst:687 msgid "Exchange" -msgstr "" +msgstr "Exchange" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." -msgstr "" +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." +msgstr "" +"Il prezzo attuale di un Dash rispetto al prezzo di altre valute, come il " +"dollaro statunitense, lo yen, l'euro o il Bitcoin. Poiché la maggior parte " +"del volume degli scambi avviene sui mercati BTC/DASH, il prezzo è spesso " +"quotato in frazioni di bitcoin. Ad esempio, il prezzo di un Dash alla fine " +"di marzo 2017 era di 0,08 (bitcoin per Dash). Un ottimo sito per seguire il " +"tasso di cambio di Dash è `CoinMarketCap `_. Le " +"aziende che desiderano ridurre il rischio di detenere una valuta digitale " +"volatile possono evitare del tutto tale rischio facendo sì che un processore" +" di pagamento esegua uno scambio istantaneo al momento di ciascuna " +"transazione." #: ../../docs/user/introduction/information.rst:699 msgid "Faucet" -msgstr "" +msgstr "Faucet" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" +"I faucet sono un sistema di ricompensa, sotto forma di sito Web o app, che " +"distribuisce premi sotto forma di microdash o Duff, che è un centesimo di " +"milionesimo Dash, che i visitatori possono richiedere in cambio del " +"completamento di un captcha o di un'attività come descritto dal sito web." #: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" -msgstr "" +msgstr "Fiat Gateway" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" +"La `Fiat money `_ è stata " +"variamente definita come:" #: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." -msgstr "" +msgstr "Qualsiasi moneta dichiarata avente corso legale da un governo." #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" +"Moneta emessa dallo Stato che non è né convertibile per legge in " +"nessun'altra cosa, né fissata in valore in termini di standard oggettivi." #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" +"Denaro intrinsecamente privo di valore utilizzato come denaro a causa di un " +"decreto governativo." #: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." -msgstr "" +msgstr "Gli esempi includono il dollaro USA, l’euro, lo yen e così via." #: ../../docs/user/introduction/information.rst:715 msgid "Fintech" -msgstr "" +msgstr "Fintech" #: ../../docs/user/introduction/information.rst:717 msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." -msgstr "" +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." +msgstr "" +"La `tecnologia finanziaria " +"`_, nota anche come " +"FinTech, è un settore economico composto da aziende che utilizzano la " +"tecnologia per rendere i servizi finanziari più efficienti. Le società di " +"tecnologia finanziaria sono generalmente startup che cercano di rendere i " +"processi finanziari più efficienti o di eliminare gli intermediari. " +"Recentemente molte aziende fintech hanno iniziato a utilizzare la tecnologia" +" blockchain, che è la stessa tecnologia alla base di Dash e Bitcoin." #: ../../docs/user/introduction/information.rst:725 msgid "Fork" -msgstr "" +msgstr "Fork" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." -msgstr "" +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." +msgstr "" +"Quando la blockchain diverge o si divide, con alcuni clienti che riconoscono" +" una versione della blockchain come valida e altri clienti che credono che " +"una versione diversa della blockchain sia valida. La maggior parte dei fork " +"si risolve da sola senza causare problemi, perché la blockchain più lunga è " +"sempre considerata valida. Col tempo, una versione della blockchain di " +"solito “vincerà” e verrà universalmente riconosciuta come valida. Le forche," +" tuttavia, possono essere estremamente pericolose e dovrebbero essere " +"evitate se possibile." #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" +"È più probabile che si verifichi un fork durante gli aggiornamenti software " +"della rete. Dash utilizza un sistema Multi-Phased Fork (“:ref:`Spork " +"`”) per una maggiore flessibilità e sicurezza." #: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" -msgstr "" +msgstr "Full Nodes" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" +"Qualsiasi client Dash che fornisce una versione completa della blockchain ai" +" peer. Può trattarsi di un utente che esegue un wallet Dash Core sul proprio" +" desktop o di un :ref:`masternode `. I nodi completi promuovono" +" la decentralizzazione consentendo a qualsiasi utente di ricontrollare la " +"validità della blockchain." #: ../../docs/user/introduction/information.rst:746 msgid "Fungible" -msgstr "" +msgstr "Fungibile" #: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." -msgstr "" +msgstr "Ogni unità della valuta ha lo stesso valore di qualsiasi altra unità." #: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" -msgstr "" +msgstr "Blocco Genesi" #: ../../docs/user/introduction/information.rst:751 msgid "The very first block in the block chain." -msgstr "" +msgstr "Il primo blocco nella catena di blocchi." #: ../../docs/user/introduction/information.rst:752 msgid "GPU" -msgstr "" +msgstr "GPU" #: ../../docs/user/introduction/information.rst:754 msgid "" @@ -1523,52 +1939,80 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." -msgstr "" +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." +msgstr "" +"Una `unità di elaborazione grafica (GPU) " +"`_, occasionalmente " +"chiamata anche unità di elaborazione visiva (VPU), è un circuito elettronico" +" specializzato progettato per manipolare e alterare rapidamente la memoria " +"per accelerare la creazione di immagini in un frame buffer destinato " +"all'output su un display. Le GPU vengono utilizzate in sistemi embedded, " +"telefoni cellulari, personal computer, workstation e console di gioco. Le " +"moderne GPU sono molto efficienti nella manipolazione della grafica del " +"computer e nell'elaborazione delle immagini, e la loro struttura altamente " +"parallela le rende più efficienti delle CPU generiche per algoritmi in cui " +"l'elaborazione di grandi blocchi di dati viene eseguita in parallelo. In un " +"personal computer, una GPU può essere presente su una scheda video oppure " +"può essere incorporata nella scheda madre o, in alcune CPU, sul die della " +"CPU. Alcune criptovalute utilizzano algoritmi di mining che vengono eseguiti" +" in modo più efficiente sulle GPU." #: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" -msgstr "" +msgstr "Hardware Wallet" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" +":ref:`Wallet hardware ` sono tra i tipi di wallet più " +"sicuri per conservare il tuo Dash. La tua chiave privata è protetta " +"all'interno di un componente hardware e non viene mai esposta a Internet. " +"Puoi comunque firmare le transazioni normalmente, rendendolo sicuro e " +"conveniente." #: ../../docs/user/introduction/information.rst:775 msgid "Hash" -msgstr "" +msgstr "Hash" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" +"Un processo matematico che richiede una quantità variabile di dati e produce" +" un output più breve e di lunghezza fissa. Una funzione di hashing ha due " +"caratteristiche importanti. Innanzitutto, è matematicamente difficile capire" +" quale fosse l'input originale guardando l'output. In secondo luogo, " +"modificando anche la più piccola parte dell’input si produrrà un output " +"completamente diverso." #: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" -msgstr "" +msgstr "Hashrate" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" +"Il numero di hash che può essere eseguito da un Dash miner in un dato " +"periodo di tempo (solitamente un secondo)." #: ../../docs/user/introduction/information.rst:787 msgid "Insight" @@ -1576,17 +2020,19 @@ msgstr "Insight" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" +"Server di informazioni blockchain utilizzato per potenziare i block explorer" +" e rispondere alle query sulle transazioni." #: ../../docs/user/introduction/information.rst:791 msgid "InstantX" -msgstr "" +msgstr "InstantX" #: ../../docs/user/introduction/information.rst:793 msgid "See InstantSend" -msgstr "" +msgstr "See InstantSend" #: ../../docs/user/introduction/information.rst:794 msgid "InstantSend" @@ -1594,134 +2040,181 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" +":ref:`InstantSend ` utilizza la rete masternode per " +"\"bloccare\" gli input delle transazioni, impedendo che Dash venga speso due" +" volte. A differenza di Bitcoin, dove è necessaria un'ora o più per la " +"conferma completa delle transazioni, le transazioni che utilizzano " +"InstantSend sono \"bloccate\" e irreversibili dopo solo pochi secondi." #: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" -msgstr "" +msgstr "Liquidità" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" +"La capacità di acquistare e vendere facilmente un asset, con prezzi che " +"rimangono più o meno simili tra le operazioni. Una comunità sufficientemente" +" ampia di acquirenti e venditori è importante per la liquidità. Il risultato" +" di un mercato illiquido è la volatilità dei prezzi e l’incapacità di " +"determinare facilmente il valore di un asset." #: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" -msgstr "" +msgstr "LLMQ" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." -msgstr "" +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." +msgstr "" +"Definito in `DIP6 " +"`__, A Long-Living " +"Masternode Quorum (LLMQ) è un sottoinsieme deterministico dell'elenco " +"deterministico globale di masternode. Tale quorum viene formato con l'aiuto " +"di un protocollo di generazione di chiavi distribuite (DKG) e dovrebbe " +"essere attivo per un lungo periodo (ad esempio giorni). Più quorum vengono " +"mantenuti attivi contemporaneamente, consentendo il bilanciamento del carico" +" tra questi quorum. Il compito principale di un LLMQ è eseguire la firma " +"della soglia dei messaggi relativi al consenso." #: ../../docs/user/introduction/information.rst:819 msgid "Masternode" -msgstr "" +msgstr "Masternode" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" +"Un :ref:`masternode ` è un tipo speciale di nodo " +"completo che esegue servizi per la rete e riceve una parte della ricompensa " +"del blocco. I Masternode richiedono una prova di proprietà di 1000 DASH." #: ../../docs/user/introduction/information.rst:825 msgid "" "Masternodes serve as the second tier of the Dash network, and power " "InstantSend, CoinJoin, and the Budget System." msgstr "" +"I Masternode fungono da secondo livello della rete Dash e alimentano " +"InstantSend, CoinJoin e Budget System." #: ../../docs/user/introduction/information.rst:827 msgid "Mining" -msgstr "" +msgstr "Mining" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" +":ref:`Miners ` elaborano le transazioni sulla rete Dash e le " +"pubblicano sulla blockchain. Come ricompensa per aver fatto ciò, i minatori " +"ricevono una percentuale della ricompensa del blocco. La percentuale attuale" +" può essere trovata in :ref:`questa tabella `." #: ../../docs/user/introduction/information.rst:833 msgid "Mobile Wallet" -msgstr "" +msgstr "Mobile Wallet" #: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." msgstr "" +"Si tratta di wallet disponibili su dispositivi mobili (iOS + Android)." #: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" -msgstr "" +msgstr "MultiSig" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." -msgstr "" +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." +msgstr "" +"Gli indirizzi con firma multipla forniscono ulteriore sicurezza richiedendo " +"a più persone di firmare una transazione con la propria chiave privata prima" +" che la transazione possa essere inviata. Ad esempio, in :ref:`2 di 3 " +"multisig `, due su tre possibili firmatari devono firmare" +" una transazione affinché venga elaborata. Gli indirizzi multifirma sono " +"comunemente utilizzati dagli scambi e da altre organizzazioni che detengono " +"ingenti somme di criptovaluta, poiché rendono il furto molto più difficile." #: ../../docs/user/introduction/information.rst:846 msgid "Node" -msgstr "" +msgstr "Nodo" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" +"Un nodo è qualsiasi dispositivo che esegue il software Dash Wallet. I nodi " +"completi sono client software che hanno scaricato l'intera blockchain e la " +"servono ad altri client sulla rete peer-to-peer di Dash." #: ../../docs/user/introduction/information.rst:851 msgid "OTC" -msgstr "" +msgstr "OTC" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" +"Le operazioni over the counter (OTC) sono operazioni che avvengono fuori " +"borsa. In una negoziazione OTC, un acquirente e un venditore commerciano tra" +" loro direttamente o tramite un intermediario. Il trading OTC è utile quando" +" una persona desidera acquistare o vendere una grande quantità di " +"criptovaluta e ha paura che un grande ordine di acquisto o vendita possa " +"spostare il prezzo (chiamato \"slippage\")." #: ../../docs/user/introduction/information.rst:858 msgid "P2P" -msgstr "" +msgstr "P2P" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" +"Peer to peer. Interazioni decentralizzate che avvengono tra almeno due parti" +" in una rete altamente interconnessa. Un sistema alternativo all'accordo " +"\"hub-and-spoke\", in cui tutti i partecipanti a una transazione trattano " +"tra loro attraverso un unico punto di mediazione." #: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" -msgstr "" +msgstr "Paper Wallet" #: ../../docs/user/introduction/information.rst:866 msgid "" @@ -1729,39 +2222,58 @@ msgid "" "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" +":ref:`Paper Wallet ` sono wallet offline, stampati su " +"carta per sicurezza. Se adeguatamente protetti e archiviati sono considerati" +" il modo più sicuro per archiviare la criptovaluta." #: ../../docs/user/introduction/information.rst:869 msgid "Privacy" -msgstr "" +msgstr "Privacy" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." -msgstr "" +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." +msgstr "" +"La `Privacy `_ è la capacità di un " +"individuo o di un gruppo di isolare se stesso o informazioni su se stesso e " +"quindi esprimersi in modo selettivo. I confini e il contenuto di ciò che è " +"considerato privato differiscono tra culture e individui, ma condividono " +"temi comuni. Quando qualcosa è privato per una persona, di solito significa " +"che qualcosa è intrinsecamente speciale o sensibile per lei. L’ambito della " +"privacy si sovrappone parzialmente alla sicurezza (riservatezza), che può " +"includere i concetti di uso appropriato, nonché di protezione delle " +"informazioni. Dash include CoinJoin, che consente agli utenti di mantenere " +"la privacy finanziaria." #: ../../docs/user/introduction/information.rst:881 msgid "Private Key" -msgstr "" +msgstr "Chiave Privata" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." -msgstr "" +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." +msgstr "" +"Una `chiave privata `_" +" è un lungo passcode alfanumerico che consente di spendere Dash. Ogni wallet" +" Dash contiene una o più chiavi private che vengono salvate nel file del " +"wallet. Le chiavi private sono matematicamente correlate a tutti gli " +"indirizzi Dash generati per il wallet. Poiché la chiave privata è il " +"\"biglietto\" che permette a qualcuno di spendere Dash, è importante che " +"questi siano mantenuti sicuri e segreti." #: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" @@ -1770,118 +2282,160 @@ msgstr "PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" +":ref:`PrivateSend ` oscura la fonte dei fondi per mantenere la privacy " +"finanziaria tra gli utenti. Può essere attivato o disattivato a discrezione " +"dell'utente." #: ../../docs/user/introduction/information.rst:895 msgid "Proof of Service - PoSe" -msgstr "" +msgstr "Proof of Service - PoSe" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" +"Meccanismo di consenso utilizzato in Dash per verificare che un masternode " +"abbia fornito un servizio ininterrotto soddisfacendo un livello minimo di " +"qualità alla rete. Il mantenimento di questo servizio consente a un " +"masternode di entrare e spostarsi verso l'alto nell'elenco globale e infine " +"nel pool di selezione per ricevere il pagamento." #: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" -msgstr "" +msgstr "Proof of Stake - PoS" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." -msgstr "" +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." +msgstr "" +"Meccanismo di consenso che si basa sulla proprietà di una criptovaluta per " +"mantenere la blockchain. Nei sistemi Proof of Stake, ciascun proprietario " +"della valuta può utilizzare il proprio wallet per effettuare \"stake\" e c'è" +" una piccola possibilità che venga scelto per creare il blocco successivo e " +"aggiungerlo alla catena. In questo modo il consenso viene mantenuto su tutti" +" i nodi. La Proof of Stake consente di risparmiare elettricità e non " +"richiede hardware informatico specializzato. Tuttavia soffre di diverse " +"insidie, incluso il problema del “niente in gioco”. Poiché non viene " +"consumata elettricità, in caso di attacco è effettivamente vantaggioso per i" +" nodi Proof of Stake \"votare\" per accettare sia la catena legittima che " +"quella dell'attaccante." #: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" -msgstr "" +msgstr "Proof of Work - PoW" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" +"Meccanismo di consenso che mantiene tutti i nodi onesti richiedendo che la " +"potenza di calcolo venga spesa per creare nuovi blocchi. I minatori devono " +"utilizzare attrezzature costose e bruciare elettricità per aggiungere " +"blocchi alla blockchain. Senza un meccanismo di consenso di qualche tipo, " +"qualsiasi nodo potrebbe aggiungere blocchi alla catena e i nodi della rete " +"non sarebbero mai d'accordo su quale catena fosse valida." #: ../../docs/user/introduction/information.rst:924 msgid "Public Key" -msgstr "" +msgstr "Chiave Pubblica" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" +"La `chiave pubblica `_" +" deriva dalla chiave privata ma non è segreta e può essere rivelata a " +"chiunque. Quando viene utilizzata una chiave privata per firmare i messaggi," +" la chiave pubblica viene utilizzata per verificare che la firma sia valida." #: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" -msgstr "" +msgstr "Pump e dump" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." -msgstr "" +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." +msgstr "" +"Gonfiare il valore di un asset finanziario che è stato prodotto o acquisito " +"a buon mercato, spesso utilizzando pubblicità aggressiva e dichiarazioni " +"fuorvianti. La pubblicità fa sì che altri acquisiscano il bene, aumentandone" +" il valore. Quando il valore è sufficientemente alto, l’autore del reato " +"vende i propri beni, incassando e inondando il mercato, provocando il crollo" +" del valore. Ciò è particolarmente comune nei mercati con bassa liquidità, " +"come alcuni altcoin." #: ../../docs/user/introduction/information.rst:940 msgid "Quorum" -msgstr "" +msgstr "Quorum" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" +"Gruppo di masternode che firmano o votano su qualche azione, con la " +"formazione del gruppo determinata da qualche algoritmo di determinazione." #: ../../docs/user/introduction/information.rst:944 msgid "QR Code" -msgstr "" +msgstr "Codice QR" #: ../../docs/user/introduction/information.rst:946 msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" +"Un blocco grafico bidimensionale contenente un modello monocromatico che " +"rappresenta una sequenza di dati. I codici QR sono progettati per essere " +"scansionati dalle fotocamere, comprese quelle presenti nei telefoni " +"cellulari, e vengono spesso utilizzati per codificare gli indirizzi Dash." #: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" -msgstr "" +msgstr "Satoshi Nakamoto" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" +"`Satoshi Nakamoto `_ è il " +"nome utilizzato dalla persona o dalle persone che hanno progettato Bitcoin e" +" creato la sua implementazione di riferimento originale." #: ../../docs/user/introduction/information.rst:955 msgid "SDK" -msgstr "" +msgstr "SDK" #: ../../docs/user/introduction/information.rst:957 msgid "" @@ -1889,171 +2443,227 @@ msgid "" "developers to create apps targeting a specific hardware or software " "platform." msgstr "" +"Kit di sviluppo software. Un insieme di strumenti, codice e documentazione " +"utilizzati dagli sviluppatori per creare app destinate a una specifica " +"Platform hardware o software." #: ../../docs/user/introduction/information.rst:960 msgid "Signaling" -msgstr "" +msgstr "Segnalazione" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" +"Un'indicazione, una bandiera o un segnale di supporto per una funzione o un " +"fork. Il termine segnalazione viene spesso utilizzato nel contesto dei miner" +" che forniscono questa indicazione di supporto o accordo. Il messaggio viene" +" generalmente recapitato tramite l'adozione di software aggiornato a " +"supporto di un particolare protocollo e/o impostando un bit di versione " +"specifico all'interno dei blocchi rilevati." #: ../../docs/user/introduction/information.rst:967 msgid "State View" -msgstr "" +msgstr "Visualizza lo Stato" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" +"Lo stato corrente di tutti gli oggetti dati una volta applicate tutte le " +"modifiche derivanti dalle transizioni di stato. Utilizzato in Evolution per " +"determinare, ad esempio, cosa dovrebbe essere visualizzato in un determinato" +" portafoglio sociale." #: ../../docs/user/introduction/information.rst:972 msgid "Spork" -msgstr "" +msgstr "Spork" #: ../../docs/user/introduction/information.rst:974 msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." -msgstr "" +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." +msgstr "" +"Il team di sviluppo di Dash ha creato un meccanismo noto come \":ref:`spork " +"`\" mediante il quale il codice aggiornato viene rilasciato sulla rete, ma " +"non reso immediatamente attivo (o \"imposto\"). La comunicazione viene " +"inviata agli utenti informandoli del cambiamento e della necessità che " +"aggiornino i propri clienti. Coloro che aggiornano i propri client eseguono " +"il nuovo codice, ma in caso di errori che si verificano con quel nuovo " +"codice, i blocchi del client non vengono rifiutati dalla rete e vengono " +"evitate fork involontarie. I dati sull'errore possono quindi essere raccolti" +" e inoltrati al team di sviluppo. Una volta che il team di sviluppo sarà " +"soddisfatto della stabilità del nuovo codice nell’ambiente della rete " +"principale – e una volta ottenuto un consenso di rete accettabile – " +"l’applicazione del codice aggiornato potrà essere attivata da remoto. In " +"caso di problemi, il codice può essere disattivato nello stesso modo, senza " +"la necessità di un rollback a livello di rete o di un aggiornamento del " +"client." #: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" -msgstr "" +msgstr "Monete contaminate" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" +"il Taint è una misura della correlazione tra due indirizzi (wallet). È " +"importante solo se l'utente cerca di rimanere anonimo." #: ../../docs/user/introduction/information.rst:992 msgid "tDash" -msgstr "" +msgstr "tDash" #: ../../docs/user/introduction/information.rst:994 msgid "Test Dash, used on :ref:`testnet `." -msgstr "" +msgstr "Test Dash, utilizzato su :ref:`testnet `." #: ../../docs/user/introduction/information.rst:995 msgid "Testnet" -msgstr "" +msgstr "Testnet" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" +":ref:`Testnet ` è una rete solo per test (parallela alla mainnet), " +"test wallet, test coin, test masternodes, test miner e test user, tutti " +"simulano le loro controparti mainnet in un ambiente sicuro dove errori o " +"fork non sono dannosi ." #: ../../docs/user/introduction/information.rst:1001 msgid "Tor" -msgstr "" +msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" +"Un protocollo di routing anonimo utilizzato da persone che desiderano " +"nascondere la propria identità online." #: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" -msgstr "" +msgstr "Transazione" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" +"Alcuni movimenti di dati sul registro blockchain distribuito. Le operazioni " +"possono essere suddivise in operazioni classiche e operazioni speciali. " +"Similmente a Bitcoin, le transazioni classiche spostano gli equilibri tra " +"gli indirizzi sulla blockchain. Le transazioni speciali contengono un carico" +" utile aggiuntivo nel formato definito da `DIP2 " +"`_ e possono essere" +" utilizzate, ad esempio, per gestire gli utenti blockchain ." #: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" -msgstr "" +msgstr "Blocco delle transazioni" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" +"Una raccolta di transazioni sulla rete Dash, raccolte in un blocco che può " +"quindi essere sottoposto ad hashing e aggiunto alla blockchain." #: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" -msgstr "" +msgstr "Costo della transazione" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" +"Una :ref:`piccola commissione ` imposta su alcune transazioni inviate " +"attraverso la rete Dash. La commissione di transazione viene assegnata al " +"miner che ha eseguito con successo l'hashing del blocco contenente la " +"transazione in questione." #: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" -msgstr "" +msgstr "Transazioni non confermate" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" +"Le transazioni che non sono ancora state elaborate dai miner o conservate " +"tramite InstantSend sono \"non confermate sulla blockchain\". Le transazioni" +" non confermate possono essere annullate e non devono essere considerate " +"\"definitive\"." #: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" -msgstr "" +msgstr "Indirizzo Vanity" #: ../../docs/user/introduction/information.rst:1030 msgid "A Dash address with a desirable pattern, such as a name." -msgstr "" +msgstr "Un indirizzo Dash con uno schema desiderabile, ad esempio un nome." #: ../../docs/user/introduction/information.rst:1031 msgid "Virgin Dash" -msgstr "" +msgstr "Dash Vergini" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" +"Dash ricevuto come ricompensa per aver estratto un blocco o eseguito un " +"masternode. Questi non sono stati ancora spesi da nessuna parte e sono " +"\"vergini\"." #: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" -msgstr "" +msgstr "Volatilità" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" +"La misurazione dei movimenti di prezzo nel tempo per un'attività finanziaria" +" negoziata (incluso Dash)." #: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" -msgstr "" +msgstr "Wallet" #: ../../docs/user/introduction/information.rst:1041 msgid "" @@ -2061,6 +2671,10 @@ msgid "" "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" +"Un metodo per archiviare Dash per un uso successivo. Un wallet contiene le " +"chiavi private associate agli indirizzi Dash. La blockchain è la " +"registrazione dei saldi (e delle transazioni) Dash associati a tali " +"indirizzi." #: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" @@ -2069,47 +2683,59 @@ msgstr "Whitepaper" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" +"Un `white paper `_ è un rapporto " +"o una guida autorevole che informa i lettori in modo conciso su una " +"questione complessa e presenta la filosofia dell'organismo emittente " +"sull'argomento. Ha lo scopo di aiutare i lettori a comprendere un problema, " +"risolvere un problema o prendere una decisione." #: ../../docs/user/introduction/information.rst:1051 msgid "X11" -msgstr "" +msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" +":ref:`X11 ` è un algoritmo di hashing creato dallo sviluppatore Dash Core " +"Evan Duffield." #: ../../docs/user/introduction/information.rst:1055 msgid "Zero Confirmations" -msgstr "" +msgstr "Zero Conferme" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" +"Questa è una transazione senza alcuna conferma da parte della blockchain. È " +"tecnicamente reversibile (a meno che non sia stato utilizzato InstantSend)." #: ../../docs/user/introduction/information.rst:1059 msgid "vin" -msgstr "" +msgstr "vin" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" +"Una transazione (tx) è composta da uno o più input e uno o più output. Il " +"vin è l'elenco degli input della transazione e vout è l'elenco degli output." +" I Masternode richiedono 1000 DASH vin (esattamente quell'importo) per " +"funzionare." #: ../../docs/user/introduction/information.rst:1065 msgid "VMN" -msgstr "" +msgstr "VMN" #: ../../docs/user/introduction/information.rst:1067 msgid "" @@ -2117,129 +2743,6 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" - +"Virtual Masternode: un emulatore masternode autonomo in JavaScript che " +"simula le funzioni di evoluzione Layer 1-3 per la progettazione, lo sviluppo" +" e il test DAP." diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/safety.po b/locale/it/LC_MESSAGES/docs/user/introduction/safety.po index 32e1e6159..2ef7a9e52 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/safety.po @@ -5,15 +5,16 @@ # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -94,6 +95,10 @@ msgid "" "Wallet ` or the official :ref:`Dash Electrum Wallet `." msgstr "" +"Conserva il tuo Dash su un :ref:`hardware wallet `, se" +" possibile. In caso contrario, conserva le tue monete nel :ref:`Dash Core " +"Wallet ` ufficiale o nel :ref:`Dash Electrum Wallet ` ufficiale." #: ../../docs/user/introduction/safety.rst:36 msgid "" @@ -107,16 +112,21 @@ msgid "" "Mobile wallets should be used for day-to-day purchases, but do not keep " "large amounts of funds in them. Transfer funds as necessary." msgstr "" +"I wallet mobile dovrebbero essere utilizzati per gli acquisti quotidiani, ma" +" non conservare grandi quantità di fondi al loro interno. Trasferisci i " +"fondi secondo necessità." #: ../../docs/user/introduction/safety.rst:41 msgid "" "A list of known scams, fake wallets and Ponzi or pyramid schemes can be seen" " below. Do NOT trust them." msgstr "" +"Di seguito è riportato un elenco di truffe conosciute, wallet falsi e schemi" +" Ponzi o piramidali. NON fidarti di loro." #: ../../docs/user/introduction/safety.rst:46 msgid "Impersonation" -msgstr "" +msgstr "Impersonation" #: ../../docs/user/introduction/safety.rst:48 msgid "" @@ -132,46 +142,58 @@ msgid "" " will be able to verify their identity using signed PGP messages. Identities" " can also be verified on Keybase:" msgstr "" +"I truffatori potrebbero tentare di impersonare membri noti della comunità e " +"manipolarti per concedere loro l'accesso al tuo sistema o ai tuoi wallet. " +"Questo di solito viene fatto tramite messaggi privati sul forum, Discord o " +"e-mail. Gli attacchi sono spesso mirati contro i proprietari di masternode. " +"Se hai bisogno di assistenza tecnica, è meglio chiedere in un canale/forum " +"pubblico o andare su https://support.dash.org e aprire un ticket. Se " +"partecipi a una chat personale con un membro noto della comunità, verifica " +"la sua identità tramite la cronologia chat o tramite le chiavi " +"crittografiche disponibili pubblicamente. Tutti i membri della comunità e lo" +" staff del `Dash Core Group `__ potranno " +"verificare la propria identità utilizzando messaggi PGP firmati. Le identità" +" possono essere verificate anche su Keybase:" #: ../../docs/user/introduction/safety.rst:60 msgid "`moocowmoo `__" -msgstr "" +msgstr "`moocowmoo `__" #: ../../docs/user/introduction/safety.rst:61 msgid "`strophy `__" -msgstr "" +msgstr "`strophy `__" #: ../../docs/user/introduction/safety.rst:62 msgid "`tungfa `__" -msgstr "" +msgstr "`tungfa `__" #: ../../docs/user/introduction/safety.rst:63 msgid "`codablock `__" -msgstr "" +msgstr "`codablock `__" #: ../../docs/user/introduction/safety.rst:64 msgid "`UdjinM6 `__" -msgstr "" +msgstr "`UdjinM6 `__" #: ../../docs/user/introduction/safety.rst:65 msgid "`Ryan Taylor `__" -msgstr "" +msgstr "`Ryan Taylor `__" #: ../../docs/user/introduction/safety.rst:66 msgid "`splawik21 `_" -msgstr "" +msgstr "`splawik21 `_" #: ../../docs/user/introduction/safety.rst:67 msgid "`Bertrand256 `__" -msgstr "" +msgstr "`Bertrand256 `__" #: ../../docs/user/introduction/safety.rst:68 msgid "`akhavr `__" -msgstr "" +msgstr "`akhavr `__" #: ../../docs/user/introduction/safety.rst:72 msgid "Scams" -msgstr "" +msgstr "Scams" #: ../../docs/user/introduction/safety.rst:74 msgid "" @@ -181,70 +203,83 @@ msgid "" "altcoins with a similar name, and Ponzi schemes (see below). Please be " "careful and do NOT trust any third parties listed here!!" msgstr "" +"Ci sono molte pagine Dash/Darkcoin \"false\" su Internet che tentano di " +"indurre gli utenti a inviare Dash o altre criptovalute o ad \"aprire un " +"wallet\". Altre truffe includono la vendita di hardware di mining falso, " +"Dash falsi o altcoin con un nome simile e schemi Ponzi (vedi sotto). Si " +"prega di fare attenzione e NON fidarsi delle terze parti elencate qui!!" #: ../../docs/user/introduction/safety.rst:80 msgid "List of known Dash-related scams:" -msgstr "" +msgstr "Elenco delle truffe note relative a Dash:" #: ../../docs/user/introduction/safety.rst:82 msgid "**dash-wallet dot com** is a known scam!" -msgstr "" +msgstr "**dash-wallet dot com** è una truffa nota!" #: ../../docs/user/introduction/safety.rst:83 msgid "**electrumdash dot org** is a fake clone of the official site!" -msgstr "" +msgstr "**electrumdash dot org** è un clone falso del sito ufficiale!" #: ../../docs/user/introduction/safety.rst:84 msgid "**dashcoinmining dot com** is not affiliated with Dash!" -msgstr "" +msgstr "**dashcoinmining dot com** non è affiliato a Dash!" #: ../../docs/user/introduction/safety.rst:85 msgid "**dashcrypto dot info** is not affiliated with Dash!" -msgstr "" +msgstr "**dashcrypto dot info** non è affiliato con Dash!" #: ../../docs/user/introduction/safety.rst:86 msgid "**onclooud dot com** is not affiliated with Dash!" -msgstr "" +msgstr "**oncloud.com** non è affiliato con Dash!" #: ../../docs/user/introduction/safety.rst:87 msgid "**as-shop dot su** is selling fake Baikal miners!" -msgstr "" +msgstr "**as-shop dot su** vende falsi minatori del Baikal!" #: ../../docs/user/introduction/safety.rst:88 msgid "**minershop dot biz** is selling fake Baikal miners!" -msgstr "" +msgstr "**minershop dot biz** vende falsi minatori del Baikal!" #: ../../docs/user/introduction/safety.rst:89 msgid "**dashcoinclub dot com** is a Ponzi scheme not affiliated with Dash!" -msgstr "" +msgstr "**dashcoinclub dot com** è uno schema Ponzi non affiliato a Dash!" #: ../../docs/user/introduction/safety.rst:90 msgid "**dash-coin dot net** is a fake web wallet, do not send them money!" -msgstr "" +msgstr "**dash-coin dot net** è un wallet web falso, non inviare loro denaro!" #: ../../docs/user/introduction/safety.rst:91 msgid "**coinvert dot io** is a fake exchange!" -msgstr "" +msgstr "**coinvert dot io** è uno scambio falso!" #: ../../docs/user/introduction/safety.rst:92 msgid "" "**dashcash dot io** is not affiliated with Dash and may be distributing a " "compromised wallet!" msgstr "" +"**dashcash dot io** non è affiliato con Dash e potrebbe distribuire un " +"wallet compromesso!" #: ../../docs/user/introduction/safety.rst:94 msgid "**dashdaowallet dot com** is a mydashwallet clone and confirmed scam!" msgstr "" +"**dashdaowallet dot com** è un clone di mydashwallet e una truffa " +"confermata!" #: ../../docs/user/introduction/safety.rst:95 msgid "**mydashwallets dot com** is a mydashwallet clone and confirmed scam!" msgstr "" +"**mydashwallets dot com** è un clone di mydashwallet e una truffa " +"confermata!" #: ../../docs/user/introduction/safety.rst:97 msgid "" "Beware of fake Twitter accounts impersonating Dash! The official Twitter " "account is: https://twitter.com/Dashpay" msgstr "" +"Attenzione ai falsi account Twitter che impersonano Dash! L'account Twitter " +"ufficiale è: https://twitter.com/Dashpay" #: ../../docs/user/introduction/safety.rst:100 msgid "" @@ -253,36 +288,48 @@ msgid "" "`__." msgstr "" +"Attenzione alle comunicazioni false da parte dei fornitori di wallet " +"hardware! Ledger mantiene una `pagina di documentazione che descrive in " +"dettaglio una serie di truffe `__." #: ../../docs/user/introduction/safety.rst:103 msgid "Please report these and any others scams you encounter as follows:" msgstr "" +"Ti preghiamo di segnalare queste e tutte le altre truffe che incontri come " +"segue:" #: ../../docs/user/introduction/safety.rst:105 msgid "" "Report phishing and scams to Google: " "https://safebrowsing.google.com/safebrowsing/report_phish/" msgstr "" +"Segnala phishing e truffe a Google: " +"https://safebrowsing.google.com/safebrowsing/report_phish/" #: ../../docs/user/introduction/safety.rst:107 msgid "" "Look up the registrar of the domain and send a complaint: " "https://www.whois.com/whois" msgstr "" +"Cerca il registro del dominio e invia un reclamo: " +"https://www.whois.com/whois" #: ../../docs/user/introduction/safety.rst:109 msgid "Report phishing to Netcraft: https://www.netcraft.com" -msgstr "" +msgstr "Segnala phishing a Netcraft: https://www.netcraft.com" #: ../../docs/user/introduction/safety.rst:110 msgid "Report scams to the BadBitcoin Project: https://www.badbitcoin.org" -msgstr "" +msgstr "Segnala truffe al progetto BadBitcoin: https://www.badbitcoin.org" #: ../../docs/user/introduction/safety.rst:111 msgid "" "If in doubt, use Crypto Scam Checker to see if already report and report " "there as well: https://isthiscoinascam.com/" msgstr "" +"In caso di dubbi, utilizza Crypto Scam Checker per vedere se già segnala e " +"segnala anche lì: https://isthiscoinascam.com/" #: ../../docs/user/introduction/safety.rst:114 msgid "" @@ -290,10 +337,13 @@ msgid "" " thread: https://www.dash.org/forum/threads/www-dash-wallet-com-is-a-scam-" "website.8267/" msgstr "" +"Sentiti libero di segnalare eventuali nuove truffe che trovi sul forum nel " +"nostro thread \"swat team\": https://www.dash.org/forum/threads/www-dash-" +"wallet-com-is-a-scam-website. 8267/" #: ../../docs/user/introduction/safety.rst:119 msgid "Ponzi Schemes" -msgstr "" +msgstr "Schemi Ponzi" #: ../../docs/user/introduction/safety.rst:121 msgid "" @@ -306,6 +356,15 @@ msgid "" "for it to continue operation, with ever greater numbers of people losing " "money to the originators of the scheme." msgstr "" +"Uno `Schema Ponzi `_, `Schema " +"piramidale `_ o `Marketing " +"multilivello `_ sono " +"operazioni di investimento fraudolente in cui l'operatore fornisce rapporti " +"falsificati e genera rendimenti per gli investitori più anziani attraverso " +"le entrate pagate dai nuovi investitori. Sempre più utenti devono aderire " +"costantemente al sistema affinché possa continuare a funzionare, con un " +"numero sempre maggiore di persone che perdono denaro a causa dei creatori " +"del sistema." #: ../../docs/user/introduction/safety.rst:130 msgid "" @@ -313,153 +372,180 @@ msgid "" "`_" msgstr "" +"\"Cos'è uno schema piramidale?\" " +"`_" #: ../../docs/user/introduction/safety.rst:131 msgid "" "`How to spot a Ponzi Scheme `_" msgstr "" +"`Come individuare uno schema Ponzi `_" #: ../../docs/user/introduction/safety.rst:132 msgid "" "`BehindMLM - News and blog about Ponzi schemes `_" msgstr "" +"`BehindMLM - Notizie e blog sugli schemi Ponzi `_" #: ../../docs/user/introduction/safety.rst:140 msgid "" "If you encounter a Ponzi scheme, follow the same reporting steps as above " "for scam websites!" msgstr "" +"Se ti imbatti in uno schema Ponzi, segui gli stessi passaggi di segnalazione" +" di cui sopra per i siti Web truffa!" #: ../../docs/user/introduction/safety.rst:143 msgid "List of known Ponzi schemes (there are many more - stay vigilant!):" msgstr "" +"Elenco degli schemi Ponzi conosciuti (ce ne sono molti altri: resta " +"vigile!):" #: ../../docs/user/introduction/safety.rst:150 msgid "OneCoin" -msgstr "" +msgstr "OneCoin" #: ../../docs/user/introduction/safety.rst:146 msgid "" "https://themerkle.com/dr-ruja-flees-sinking-ship-as-regulators-crack-down-" "on-onecoin/" msgstr "" +"https://themerkle.com/dr-ruja-flees-sinking-ship-as-regulators-crack-down-" +"on-onecoin/" #: ../../docs/user/introduction/safety.rst:147 msgid "" "https://siliconangle.com/2016/09/29/dodgy-cryptocurrency-onecoin-under-" "police-investigation-accused-of-being-a-ponzi-scheme/" msgstr "" +"https://siliconangle.com/2016/09/29/dodgy-cryptocurrency-onecoin-under-" +"police-investigation-accused-of-being-a-ponzi-scheme/" #: ../../docs/user/introduction/safety.rst:148 msgid "" "https://cointelegraph.com/news/one-coin-much-scam-onecoin-exposed-as-global-" "mlm-ponzi-scheme" msgstr "" +"https://cointelegraph.com/news/one-coin-much-scam-onecoin-exposed-as-global-" +"mlm-ponzi-scheme" #: ../../docs/user/introduction/safety.rst:149 msgid "" "https://www.makemoneyexpert.com/online/network-marketing/reviews/onecoin/" msgstr "" +"https://www.makemoneyexpert.com/online/network-marketing/reviews/onecoin/" #: ../../docs/user/introduction/safety.rst:150 msgid "https://pageone.ng/2016/11/05/beware-onecoin-ponzi-scheme/" -msgstr "" +msgstr "https://pageone.ng/2016/11/05/beware-onecoin-ponzi-scheme/" #: ../../docs/user/introduction/safety.rst:154 msgid "SwissCoin" -msgstr "" +msgstr "SwissCoin" #: ../../docs/user/introduction/safety.rst:153 msgid "" "https://behindmlm.com/mlm-reviews/swisscoin-review-25-to-15000-eur-ponzi-" "points-investment/" msgstr "" +"https://behindmlm.com/mlm-reviews/swisscoin-review-25-to-15000-eur-ponzi-" +"points-investment/" #: ../../docs/user/introduction/safety.rst:154 msgid "" "https://news.bitcoin.com/dissecting-swisscoin-cryptocurrency-ponzi-horizon/" msgstr "" +"https://news.bitcoin.com/dissecting-swisscoin-cryptocurrency-ponzi-horizon/" #: ../../docs/user/introduction/safety.rst:159 msgid "The Billion Coin" -msgstr "" +msgstr "The Billion Coin" #: ../../docs/user/introduction/safety.rst:157 msgid "https://steemit.com/news/@rahmat/review-the-billion-coin-ponzi-scheme" -msgstr "" +msgstr "https://steemit.com/news/@rahmat/review-the-billion-coin-ponzi-scheme" #: ../../docs/user/introduction/safety.rst:158 msgid "" "https://coins.newbium.com/post/728-scam-alert-the-billion-coins-scam-ponzi-" "scheme" msgstr "" +"https://coins.newbium.com/post/728-scam-alert-the-billion-coins-scam-ponzi-" +"scheme" #: ../../docs/user/introduction/safety.rst:159 msgid "https://bitcointalk.org/index.php?topic=1592288.0" -msgstr "" +msgstr "https://bitcointalk.org/index.php?topic=1592288.0" #: ../../docs/user/introduction/safety.rst:164 msgid "E-Dinar" -msgstr "" +msgstr "E-Dinar" #: ../../docs/user/introduction/safety.rst:162 msgid "" "https://behindmlm.com/mlm-reviews/e-dinar-review-edr-unit-ponzi-points-" "cryptocurrency/" msgstr "" +"https://behindmlm.com/mlm-reviews/e-dinar-review-edr-unit-ponzi-points-" +"cryptocurrency/" #: ../../docs/user/introduction/safety.rst:163 msgid "https://www.scam.com/showthread.php?714218-E-dinar-coin" -msgstr "" +msgstr "https://www.scam.com/showthread.php?714218-E-dinar-coin" #: ../../docs/user/introduction/safety.rst:164 msgid "https://bitcointalk.org/index.php?topic=1569896.0" -msgstr "" +msgstr "https://bitcointalk.org/index.php?topic=1569896.0" #: ../../docs/user/introduction/safety.rst:168 msgid "DasCoin" -msgstr "" +msgstr "DasCoin" #: ../../docs/user/introduction/safety.rst:167 msgid "" "https://behindmlm.com/mlm-reviews/coin-leaders-review-dascoin-is-a-onecoin-" "ponzi-points-clone/" msgstr "" +"https://behindmlm.com/mlm-reviews/coin-leaders-review-dascoin-is-a-onecoin-" +"ponzi-points-clone/" #: ../../docs/user/introduction/safety.rst:168 msgid "https://bitcointalk.org/index.php?topic=1636850.0" -msgstr "" +msgstr "https://bitcointalk.org/index.php?topic=1636850.0" #: ../../docs/user/introduction/safety.rst:173 msgid "BitConnect" -msgstr "" +msgstr "BitConnect" #: ../../docs/user/introduction/safety.rst:171 msgid "" "https://www.reddit.com/r/Bitconnect/comments/76fa9k/bitconnect_investigated_as_a_ponzi_scheme/" msgstr "" +"https://www.reddit.com/r/Bitconnect/comments/76fa9k/bitconnect_investigated_as_a_ponzi_scheme/" #: ../../docs/user/introduction/safety.rst:172 msgid "https://www.youtube.com/watch?v=6fujWfmgRJU" -msgstr "" +msgstr "https://www.youtube.com/watch?v=6fujWfmgRJU" #: ../../docs/user/introduction/safety.rst:173 msgid "https://satoshiwatch.com/hall-of-shame/bitconnect-coin/" -msgstr "" +msgstr "https://satoshiwatch.com/hall-of-shame/bitconnect-coin/" #: ../../docs/user/introduction/safety.rst:176 msgid "HashOcean" -msgstr "" +msgstr "HashOcean" #: ../../docs/user/introduction/safety.rst:176 msgid "https://themerkle.com/bitcoin-scam-risk-warning-hashocean/" -msgstr "" +msgstr "https://themerkle.com/bitcoin-scam-risk-warning-hashocean/" #: ../../docs/user/introduction/safety.rst:178 msgid "CryptoDouble" -msgstr "" +msgstr "CryptoDouble" #: ../../docs/user/introduction/safety.rst:179 msgid "https://themerkle.com/bitcoin-hyip-ponzi-scheme-alert-coindouble/" -msgstr "" +msgstr "https://themerkle.com/bitcoin-hyip-ponzi-scheme-alert-coindouble/" diff --git a/locale/it/LC_MESSAGES/docs/user/legal.po b/locale/it/LC_MESSAGES/docs/user/legal.po index 42bf59b1d..eedd61370 100644 --- a/locale/it/LC_MESSAGES/docs/user/legal.po +++ b/locale/it/LC_MESSAGES/docs/user/legal.po @@ -5,15 +5,16 @@ # # Translators: # William Lotta , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" -"Last-Translator: William Lotta , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,18 +27,20 @@ msgid "" "Legal and tax information on the Dash cryptocurrency, block rewards, " "collateral and ATMs." msgstr "" +"Informazioni legali e fiscali sulla criptovaluta Dash, premi in blocco, " +"garanzie collaterali e bancomat." #: ../../docs/user/legal.rst-1 msgid "dash, marketing, designs, presentations, brochures, logo" -msgstr "" +msgstr "dash, marketing, designs, presentazioni, brochures, logo" #: ../../docs/user/legal.rst:9 msgid "Legal" -msgstr "" +msgstr "Legale" #: ../../docs/user/legal.rst:12 msgid "How the Law Applies to Dash" -msgstr "" +msgstr "Come si applica la legge a Dash" #: ../../docs/user/legal.rst:14 msgid "" @@ -50,20 +53,31 @@ msgid "" "state our position on the law, and how the law should be properly " "interpreted." msgstr "" +"Lo scopo della DAO di Dash è promuovere, proteggere e standardizzare Dash. " +"Nel corso della nostra missione, abbiamo ricevuto domande su come alcuni " +"aspetti di Dash vengono trattati dalla legge degli Stati Uniti. Lo scopo di " +"questo documento è rispondere alle domande più comuni e spiegare come " +"riteniamo che le leggi si applichino a Dash. Questo non è da intendersi come" +" un parere legale e dovresti consultare i tuoi avvocati prima di fare " +"affidamento su di esso. Tuttavia, ha lo scopo di affermare la nostra " +"posizione sulla legge e come la legge dovrebbe essere correttamente " +"interpretata." #: ../../docs/user/legal.rst:23 msgid "" "One of the most common questions we receive is *How are masternode operators" " treated under the US tax laws?*" msgstr "" +"Una delle domande più comuni che riceviamo è *Come vengono trattati gli " +"operatori masternode secondo le leggi fiscali statunitensi?*" #: ../../docs/user/legal.rst:27 msgid "Tax Treatment" -msgstr "" +msgstr "Trattamento fiscale" #: ../../docs/user/legal.rst:30 msgid "Block rewards" -msgstr "" +msgstr "Premi dei Blocchi" #: ../../docs/user/legal.rst:32 msgid "" @@ -77,10 +91,20 @@ msgid "" "analogy, a masternode operator should also treat as regular income the fair " "market value of the block reward." msgstr "" +"Come molti già sanno, i premi in blocco vengono pagati agli operatori " +"masternode in cambio della convalida delle transazioni sulla rete Dash. " +"L'IRS ha affermato inequivocabilmente che \"quando un contribuente 'estrae' " +"con successo valuta virtuale, il valore equo di mercato della valuta " +"virtuale alla data di ricezione è incluso nel reddito lordo\". A dire il " +"vero, i masternode non “estraggono”, ma l’IRS considera l’utilizzo delle " +"risorse informatiche per convalidare le transazioni Bitcoin e mantenere il " +"registro pubblico delle transazioni Bitcoin come un “mining”. Per analogia, " +"un operatore masternode dovrebbe considerare come reddito regolare anche il " +"giusto valore di mercato del premio del blocco." #: ../../docs/user/legal.rst:43 msgid "Dash Collateral" -msgstr "" +msgstr "Collaterale Dash" #: ../../docs/user/legal.rst:45 msgid "" @@ -101,10 +125,27 @@ msgid "" "cause a taxable event to occur because the user has not transferred any of " "the benefits and burdens of ownership." msgstr "" +"Un utente Dash può dimostrare alla rete il proprio controllo su 1.000 DASH " +"per eseguire un masternode. Questi token non lasciano mai il controllo " +"dell’utente. Se in qualsiasi momento durante il suo mandato come operatore " +"masternode, l’utente dispone di uno o tutti i 1.000 DASH, la rete priva " +"automaticamente l’utente del suo status di masternode. Secondo l'Internal " +"Revenue Code degli Stati Uniti, l'utile o la perdita si realizzano solo " +"sulla \"vendita o scambio\" di proprietà. Con il termine “vendita” si " +"intende generalmente il trasferimento di tutti i diritti, titoli e interessi" +" sulla proprietà trasferita. Solitamente vengono presi in considerazione " +"numerosi fattori per determinare se è avvenuta una vendita, il più " +"importante dei quali è se i benefici e gli oneri della proprietà della " +"proprietà trasferita sono passati dal cedente al cessionario. In Dash, " +"l'operatore masternode mantiene il controllo dei 1.000 DASH e dimostra " +"semplicemente tale controllo alla rete. Pertanto, il possesso di 1.000 DASH " +"ai fini della qualificazione come operatore masternode non dovrebbe causare " +"il verificarsi di un evento imponibile perché l’utente non ha trasferito " +"nessuno dei benefici e degli oneri della proprietà." #: ../../docs/user/legal.rst:64 msgid "Capital Gains" -msgstr "" +msgstr "Capital Gains" #: ../../docs/user/legal.rst:66 msgid "" @@ -118,10 +159,20 @@ msgid "" "in nature. Therefore, Dash held for a long enough period of time could be " "subject to the lower “long term capital gains” tax rate." msgstr "" +"Supponendo che i 1.000 DASH vengano venduti, se quel Dash sia un “capitale” " +"determinerà il trattamento fiscale della vendita. Azioni, obbligazioni e " +"altri investimenti immobiliari, ad esempio, sono generalmente trattati come " +"beni capitali. Le scorte, le proprietà ammortizzabili e le azioni in " +"commercio, tuttavia, non lo sono. Supponendo che l'operatore masternode " +"detenga 1.000 DASH a fini di investimento o allo scopo di qualificarsi come " +"operatore masternode, l'IRS probabilmente tratterebbe l'utile o la perdita " +"sulla vendita di tali token Dash come capitale in natura. Pertanto, Dash " +"detenuto per un periodo di tempo sufficientemente lungo potrebbe essere " +"soggetto all’aliquota fiscale più bassa sulle “plusvalenze a lungo termine”." #: ../../docs/user/legal.rst:79 msgid "Legal Liability" -msgstr "" +msgstr "Responsabilità legale" #: ../../docs/user/legal.rst:81 msgid "" @@ -131,10 +182,16 @@ msgid "" "transactions related to that activity. The fundamental legal requirement of " "*mens rea* makes criminal liability unlikely for masternode operators." msgstr "" +"Come con i contanti o qualsiasi altro sistema valutario, gli utenti possono " +"utilizzare Dash in relazione ad attività illegali. Una domanda comune che " +"riceviamo è se gli operatori masternode possano anche essere responsabili di" +" attività criminali, semplicemente ritrasmettendo transazioni relative a " +"tale attività. Il requisito giuridico fondamentale della *mens rea* rende " +"improbabile la responsabilità penale degli operatori masternode." #: ../../docs/user/legal.rst:89 msgid "Primary Liability" -msgstr "" +msgstr "Responsabilità primaria" #: ../../docs/user/legal.rst:91 msgid "" @@ -149,6 +206,17 @@ msgid "" "substantial and unjustifiable risk of a particular consequence of their " "actions, but were not." msgstr "" +"Quasi tutti i crimini richiedono che l'imputato abbia una *mens rea* " +"definita al momento del reato. *Mens rea* è uno stato mentale come la " +"determinazione, la conoscenza, l'incoscienza o la negligenza. Ad esempio, " +"agire con uno “scopo” è comunemente inteso come desiderare il proprio " +"“oggetto cosciente” come risultato di un crimine. La “conoscenza” è una " +"mentalità meno colpevole rispetto allo “scopo”: agire con “conoscenza” " +"richiede una consapevolezza generale che le proprie azioni comporteranno un " +"particolare crimine. L’“avventatezza” richiede l’inosservanza di un rischio " +"sostanziale. Infine, una persona agisce “con negligenza” se avrebbe dovuto " +"essere consapevole di un rischio sostanziale e ingiustificato di una " +"conseguenza particolare delle sue azioni, ma non lo era." #: ../../docs/user/legal.rst:103 msgid "" @@ -159,10 +227,17 @@ msgid "" "facilitated an illegal transaction merely by relaying the transaction would " "have a culpable *mens rea*." msgstr "" +"La maggior parte dei masternode non è a conoscenza, durante la trasmissione " +"delle transazioni Dash, dell'identità degli utenti coinvolti, della " +"destinazione finale dei fondi degli utenti o di qualsiasi altra circostanza " +"delle transazioni Dash. Pertanto, sarebbe difficile per un pubblico " +"ministero dimostrare che un operatore masternode che ha facilitato una " +"transazione illegale semplicemente ritrasmettendo la transazione avrebbe una" +" *mens rea* colpevole." #: ../../docs/user/legal.rst:111 msgid "Secondary Liability" -msgstr "" +msgstr "Responsabilità secondaria" #: ../../docs/user/legal.rst:113 msgid "" @@ -175,6 +250,14 @@ msgid "" "crime succeed and (ii) act with the same *mens rea* as required for the " "principal offense." msgstr "" +"Anche se qualcuno non è l'attore principale nella commissione di un reato, " +"quella persona può essere secondariamente responsabile del suo " +"coinvolgimento in esso. Pertanto, a volte ci viene chiesto se gli operatori " +"masternode, con il loro coinvolgimento nella trasmissione delle transazioni " +"Dash, potrebbero \"aiutare e favorire\" o \"cospirare\" per commettere un " +"crimine che potrebbe coinvolgere Dash. In generale, il favoreggiamento " +"richiede che l'imputato (i) cerchi con la sua azione la riuscita del reato e" +" (ii) agisca con la stessa *mens rea* richiesta per il reato principale." #: ../../docs/user/legal.rst:122 msgid "" @@ -192,6 +275,20 @@ msgid "" "*mens rea* (i.e. negligence) with respect to a user relaying or receiving " "Dash in furtherance of a particular crime." msgstr "" +"Indipendentemente dal requisito *mens rea* di un particolare reato " +"principale commesso da un utente Dash, è improbabile che un semplice " +"operatore masternode, senza altro, possa essere ritenuto \"aiutato e " +"incoraggiato\". A dire il vero, i masternode forniscono assistenza nel reato" +" principale – in quanto l’azione del masternode è necessaria per elaborare " +"tutte le transazioni Dash. Tuttavia, i masternode non avrebbero i requisiti " +"*mens rea* per soddisfare i requisiti di responsabilità di favoreggiamento. " +"Gli operatori di Masternode non hanno informazioni facilmente reperibili " +"sull’illecito lo scopo o le conseguenze delle transazioni Dash degli utenti," +" o anche l'identità originaria del mittente dei fondi. Pertanto, fintanto " +"che sulla rete Dash si verifica una sufficiente varietà di transazioni non " +"criminali, non darebbero rifugio nemmeno al meno colpevole *mens rea* " +"(ovvero negligenza) rispetto a un utente che trasmette o riceve Dash a " +"sostegno di un particolare crimine." #: ../../docs/user/legal.rst:137 msgid "" @@ -201,16 +298,24 @@ msgid "" "in furtherance of the conspiracy. None of these requirements are met by mere" " masternode operators." msgstr "" +"La responsabilità per “cospirazione” è ancora meno probabile. L'associazione" +" a delinquere generalmente richiede i) un accordo per commettere un reato, " +"ii) la conoscenza dello scopo illecito dell'accordo, iii) l'intento di " +"favorire lo scopo illecito e iv) un atto a sostegno dell'associazione a " +"delinquere. Nessuno di questi requisiti è soddisfatto dai semplici operatori" +" masternode." #: ../../docs/user/legal.rst:144 msgid "Exchange Liability" -msgstr "" +msgstr "Responsabilità degli Exchange" #: ../../docs/user/legal.rst:146 msgid "" "Exchanges have asked whether they can be held liable for criminal activity " "connected with Dash PrivateSend transactions." msgstr "" +"Gli scambi hanno chiesto se possono essere ritenuti responsabili per " +"attività criminali connesse alle transazioni Dash PrivateSend." #: ../../docs/user/legal.rst:149 msgid "" @@ -224,6 +329,16 @@ msgid "" "with other virtual currencies. One significant difference concerns " "PrivateSend transactions, and we focus on this difference below:" msgstr "" +"Il Bank Secrecy Act (BSA) è la legge che regola principalmente gli scambi " +"negli Stati Uniti. La BSA non contiene alcun divieto di supportare le " +"transazioni Dash. In effetti, la BSA adotta un approccio flessibile e basato" +" sul rischio alla regolamentazione e prevede che le istituzioni finanziarie " +"entrino in linee di business con nuovi rischi. Questo approccio basato sul " +"rischio richiede, inizialmente, una valutazione del rischio indipendente. In" +" generale, i rischi affrontati dagli scambi che iniziano a supportare Dash " +"saranno simili ai rischi associati ad altre valute virtuali. Una differenza " +"significativa riguarda le transazioni PrivateSend e ci concentreremo su " +"questa differenza di seguito:" #: ../../docs/user/legal.rst:160 msgid "" @@ -233,6 +348,12 @@ msgid "" "forensics tools for their information collection, reporting and reporting " "obligations under the BSA, they should consider alternative means." msgstr "" +"Le transazioni PrivateSend offuscano gli indirizzi di origine e di " +"destinazione dei fondi, pertanto le tecniche forensi della blockchain come " +"l'analisi del clustering potrebbero essere meno efficaci. Nella misura in " +"cui gli scambi si affidano a tali strumenti forensi blockchain per la " +"raccolta di informazioni, la segnalazione e gli obblighi di segnalazione ai " +"sensi della BSA, dovrebbero prendere in considerazione mezzi alternativi." #: ../../docs/user/legal.rst:167 msgid "" @@ -243,6 +364,12 @@ msgid "" "the exchange’s own risk assessment, may raise PrivateSend transactions to " "the level of suspicious activity." msgstr "" +"Le transazioni PrivateSend vengono utilizzate per scopi legittimi e spesso " +"sono necessarie per garantire la privacy personale o commerciale per " +"transazioni sensibili. L'uso delle transazioni PrivateSend non è " +"intrinsecamente sospetto. La combinazione con altri fattori, compresi quelli" +" identificati nella valutazione del rischio dello scambio, può portare le " +"transazioni PrivateSend al livello di attività sospetta." #: ../../docs/user/legal.rst:174 msgid "" @@ -252,6 +379,13 @@ msgid "" "descriptive and effective for investigations based on such addresses. " "Exchanges might consider adding additional context and explanation in SARs." msgstr "" +"Gli exchange dovrebbero prendere in considerazione la revisione delle " +"proprie valutazioni del rischio e delle politiche antiriciclaggio per tenere" +" conto delle caratteristiche uniche di Dash. Ad esempio, includere gli " +"indirizzi blockchain nelle segnalazioni di attività sospette (SAR) sarà meno" +" descrittivo ed efficace per le indagini basate su tali indirizzi. Gli " +"exchange potrebbero prendere in considerazione l'aggiunta di ulteriore " +"contesto e spiegazione nelle SAR." #: ../../docs/user/legal.rst:181 msgid "" @@ -262,10 +396,16 @@ msgid "" "identifying counterparties to transactions in other virtual currencies when " "relying on blockchain forensics." msgstr "" +"Quando si conduce una due diligence avanzata su clienti e transazioni, gli " +"exchange dovrebbero tenere conto della presenza di transazioni PrivateSend e" +" aggiornare di conseguenza le proprie politiche AML. Ad esempio, " +"identificare le controparti di una transazione PrivateSend può essere più " +"difficile che identificare le controparti di transazioni in altre valute " +"virtuali quando si fa affidamento sull'analisi forense della blockchain." #: ../../docs/user/legal.rst:189 msgid "PrivateSend Legal Position" -msgstr "" +msgstr "Posizione legale PrivateSend" #: ../../docs/user/legal.rst:191 msgid "" @@ -276,6 +416,12 @@ msgid "" "`__ are KYC/AML service providers that offer " "services covering the Dash blockchain." msgstr "" +"Le regole di transazione di Dash sono identiche a quelle di Bitcoin e " +"pertanto, ai fini normativi e di conformità, Dash può e deve essere trattato" +" in modo identico a Bitcoin. `BlockchainIntel " +"`__ e `Coinfirm " +"`__ sono fornitori di servizi KYC/AML che offrono" +" servizi che coprono la blockchain Dash." #: ../../docs/user/legal.rst:197 msgid "" @@ -283,10 +429,13 @@ msgid "" "Position `__." msgstr "" +"Questo documento PDF offre una panoramica completa della `Posizione legale " +"di Dash PrivateSend `__." #: ../../docs/user/legal.rst:200 msgid "ATM & Fiat Compliance" -msgstr "" +msgstr "Conformità ATM e Fiat" #: ../../docs/user/legal.rst:203 msgid "Introduction" @@ -299,6 +448,10 @@ msgid "" "running ATM kiosks or using other mechanisms to personally offer Dash to " "fiat exchange services." msgstr "" +"Un aspetto che ha richiesto una ricerca legale è quali siano i requisiti di " +"conformità per facilitare lo scambio Dash-fiat. Ciò può avvenire sotto forma" +" di gestione di chioschi ATM o utilizzo di altri meccanismi per offrire " +"personalmente servizi di cambio Dash to fiat." #: ../../docs/user/legal.rst:210 msgid "" @@ -307,6 +460,10 @@ msgid "" "compliance program that will be shared with anyone launching a Dash service " "if they require it. This includes:" msgstr "" +"A questo scopo abbiamo assunto **Cogent Law**, che ha molta esperienza nel " +"lavoro in materia di conformità per i servizi di moneta digitale. Hanno " +"messo insieme un programma di conformità che sarà condiviso con chiunque " +"lanci un servizio Dash se lo richiede. Ciò comprende:" #: ../../docs/user/legal.rst:215 msgid "" @@ -314,66 +471,78 @@ msgid "" "prevent the Principal MSB from being used to facilitate money laundering and" " the financing of terrorist activities" msgstr "" +"Un programma AML Principal MSB/KYC scritto conforme a finCEN BSA, progettato" +" per impedire che il Principal MSB venga utilizzato per facilitare il " +"riciclaggio di denaro e il finanziamento di attività terroristiche" #: ../../docs/user/legal.rst:218 msgid "" "A comprehensive risk based assessment by a third party compliance consultant" " expert" msgstr "" +"Una valutazione completa basata sul rischio da parte di un esperto " +"consulente di conformità di terze parti" #: ../../docs/user/legal.rst:221 msgid "" "Our lawyer for this project is **Adella Toulon-Foerster** who has extensive " "experience in this field including:" msgstr "" +"Il nostro avvocato per questo progetto è **Adella Toulon-Foerster** che ha " +"una vasta esperienza in questo campo, tra cui:" #: ../../docs/user/legal.rst:224 msgid "" "Banking Secrecy Act (BSA), Anti-Money Laundering (AML), and Know Your " "Customer (KYC) regulations" msgstr "" +"Normative Banking Secrecy Act (BSA), antiriciclaggio (AML) e Know Your " +"Customer (KYC)" #: ../../docs/user/legal.rst:226 msgid "FinCEN requirements and guidance" -msgstr "" +msgstr "Requisiti e orientamenti FinCEN" #: ../../docs/user/legal.rst:227 msgid "Written and on-going AML compliance programs" -msgstr "" +msgstr "Programmi di conformità antiriciclaggio scritti ed in realizzazione" #: ../../docs/user/legal.rst:228 msgid "State-by-state money transmitter laws and licensure requirements" msgstr "" +"Leggi e requisiti di licenza sui trasmettitori di denaro stato per stato" #: ../../docs/user/legal.rst:230 msgid "" "We now have full documentation of the program from Cogent Law, the package " "includes:" msgstr "" +"Ora disponiamo della documentazione completa del programma di Cogent Law, il" +" pacchetto include:" #: ../../docs/user/legal.rst:233 msgid "BSA AML Compliance training" -msgstr "" +msgstr "Formazione sulla conformità antiriciclaggio BSA" #: ../../docs/user/legal.rst:234 msgid "KYC CDD Policy" -msgstr "" +msgstr "Politica CDD KYC" #: ../../docs/user/legal.rst:235 msgid "AML Program" -msgstr "" +msgstr "Programma AML" #: ../../docs/user/legal.rst:236 msgid "Risk Assessment" -msgstr "" +msgstr "Valutazione del rischio" #: ../../docs/user/legal.rst:237 msgid "Surveillance and Monitoring Policy" -msgstr "" +msgstr "Politica di sorveglianza e monitoraggio" #: ../../docs/user/legal.rst:238 msgid "Different Reports to file in different situations" -msgstr "" +msgstr "Rapporti diversi da archiviare in situazioni diverse" #: ../../docs/user/legal.rst:240 msgid "" @@ -386,6 +555,15 @@ msgid "" "more at ease as it enlightens a typically obscure topic for most crypto " "enthusiasts." msgstr "" +"I documenti hanno un formato come se fossero stati creati per la società " +"fittizia “Initech” e quindi l’imprenditore Dash interessato dovesse " +"sostituirli con la loro vera società. Riteniamo che qualche consiglio " +"sarebbe comunque consigliabile per un investitore che lancia un servizio, ma" +" ciò aiuterà a fornire una solida comprensione dei requisiti e ad ottenerli " +"all'80% del percorso. Questo dovrebbe anche essere altamente educativo e " +"aiutare l'investitore Dash a sentirsi più a suo agio poiché illumina un " +"argomento tipicamente oscuro per la maggior parte degli appassionati di " +"criptovalute." #: ../../docs/user/legal.rst:249 msgid "" @@ -394,10 +572,14 @@ msgid "" " without a compliance program or don't need one, we completely respect that " "too." msgstr "" +"Questo programma è rivolto agli investitori Dash interessati a gestire un " +"servizio conforme nei mercati regolamentati. Se alcuni utenti preferiscono " +"eseguire servizi senza un programma di conformità o non ne hanno bisogno, " +"rispettiamo completamente anche questo." #: ../../docs/user/legal.rst:255 msgid "Dash ATM Compliance Program" -msgstr "" +msgstr "Programma di conformità ATM Dash" #: ../../docs/user/legal.rst:257 msgid "" @@ -407,55 +589,75 @@ msgid "" " will guide you through the initial steps of registering as an MSB. It is " "crucial you start here." msgstr "" +"Si prega di leggere prima la `Guida rapida al funzionamento di un chiosco di" +" valuta virtuale `_. Questa " +"guida ti guiderà attraverso i passaggi iniziali della registrazione come " +"MSB. È fondamentale iniziare da qui." #: ../../docs/user/legal.rst:263 msgid "" "Listen to the Audio Guides on BSA AML and read the BSA AML Training Manual" msgstr "" +"Ascolta le Audioguide su BSA AML e leggi il Manuale di formazione BSA AML" #: ../../docs/user/legal.rst:266 msgid "" "`BSA AML Compliance Training manual " "`_" msgstr "" +"`Manuale di formazione sulla conformità AML BSA " +"`_" #: ../../docs/user/legal.rst:267 msgid "`AML 101 `_" -msgstr "" +msgstr "`AML 101 `_" #: ../../docs/user/legal.rst:268 msgid "`AML In Depth `_" msgstr "" +"`AML in profondità `_" #: ../../docs/user/legal.rst:270 msgid "" "Get familiar with the documentation you will need by looking at the " "following templates" msgstr "" +"Acquisisci familiarità con la documentazione di cui avrai bisogno esaminando" +" i seguenti modelli" #: ../../docs/user/legal.rst:273 msgid "" "`Surveillance and Monitoring " "`_" msgstr "" +"`Sorveglianza e monitoraggio " +"`_" #: ../../docs/user/legal.rst:274 msgid "" "`KYC CDD Policy " "`_" msgstr "" +"`Politica KYC CDD " +"`_" #: ../../docs/user/legal.rst:275 msgid "" "`AML Program " "`_" msgstr "" +"`AML Programma " +"`_" #: ../../docs/user/legal.rst:276 msgid "" "`Risk Assessment " "`_" msgstr "" +"`Valutazione rischi " +"`_" #: ../../docs/user/legal.rst:278 msgid "" @@ -466,18 +668,29 @@ msgid "" "Dash operators should be familiar with these as they may need to file them " "as part of operations. Sample reports:" msgstr "" +"Acquisisci familiarità con alcuni dei report che potresti dover archiviare " +"come parte delle operazioni. Nella Guida Rapida al Passo 1, procediamo con " +"la registrazione sul sistema di archiviazione E - BSA. Questo passaggio " +"fornisce anche esempi di report CTR (Report sulle transazioni in valuta) e " +"SAR (Report di attività sospette). Gli operatori Dash dovrebbero avere " +"familiarità con questi dati poiché potrebbero aver bisogno di archiviarli " +"come parte delle operazioni. Rapporti di esempio:" #: ../../docs/user/legal.rst:285 msgid "" "`Currency Transaction Report " "`_" msgstr "" +"`Currency Transaction Report " +"`_" #: ../../docs/user/legal.rst:286 msgid "" "`Suspicious Activity Report " "`_" msgstr "" +"`Suspicious Activity Report " +"`_" #: ../../docs/user/legal.rst:288 msgid "" @@ -486,3 +699,7 @@ msgid "" "recommended legal counsel. Preferential rates are available for Dash users. " "Please email: atoulon@cogentlaw.co" msgstr "" +"Se ora desideri portare avanti il tuo progetto, ti consigliamo di metterti " +"in contatto con `Cogent Law `_, il nostro " +"consulente legale consigliato. Tariffe preferenziali sono disponibili per " +"gli utenti Dash. Si prega di inviare un'e-mail a: atoulon@cogentlaw.co" diff --git a/locale/it/LC_MESSAGES/docs/user/marketing.po b/locale/it/LC_MESSAGES/docs/user/marketing.po index 13f9265b8..ee08b747e 100644 --- a/locale/it/LC_MESSAGES/docs/user/marketing.po +++ b/locale/it/LC_MESSAGES/docs/user/marketing.po @@ -5,15 +5,16 @@ # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" -"Last-Translator: AL , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,14 +27,16 @@ msgid "" "Downloads of various templates and designs intended for use as office " "stationary and presentations." msgstr "" +"Download di vari modelli e design destinati all'uso come cancelleria per " +"ufficio e presentazioni." #: ../../docs/user/marketing.rst-1 msgid "dash, marketing, designs, presentations, brochures, logo" -msgstr "" +msgstr "dash, marketing, designs, presentazioni, brochures, logo" #: ../../docs/user/marketing.rst:9 msgid "Marketing" -msgstr "" +msgstr "Marketing" #: ../../docs/user/marketing.rst:11 msgid "" @@ -41,164 +44,170 @@ msgid "" "use as office stationary and presentations. For a visual overview of " "existing web and sticker designs, please see the following link." msgstr "" +"Questa pagina include download di vari modelli e design destinati all'uso " +"come cancelleria per ufficio e presentazioni. Per una panoramica visiva dei " +"design web e adesivi esistenti, consultare il seguente collegamento." #: ../../docs/user/marketing.rst:15 msgid "`Dash Brand Guidelines `_" msgstr "" +"`Linee guida per il brand Dash `_" #: ../../docs/user/marketing.rst:17 msgid "" "Dash uses the following color scheme to promote a consistent visual " "identity." msgstr "" +"Dash utilizza la seguente combinazione di colori per promuovere un'identità " +"visiva coerente." #: ../../docs/user/marketing.rst:21 msgid "Color" -msgstr "" +msgstr "Colore" #: ../../docs/user/marketing.rst:21 msgid "RGB" -msgstr "" +msgstr "RGB" #: ../../docs/user/marketing.rst:21 msgid "CMYK" -msgstr "" +msgstr "CMYK" #: ../../docs/user/marketing.rst:21 msgid "Hex" -msgstr "" +msgstr "Hex" #: ../../docs/user/marketing.rst:21 msgid "Pantone" -msgstr "" +msgstr "Pantone" #: ../../docs/user/marketing.rst:23 msgid "Dash Blue" -msgstr "" +msgstr "Dash Blu" #: ../../docs/user/marketing.rst:23 msgid "0,141,228" -msgstr "" +msgstr "0,141,228" #: ../../docs/user/marketing.rst:23 msgid "76,38,0,0" -msgstr "" +msgstr "76,38,0,0" #: ../../docs/user/marketing.rst:23 msgid "#008de4" -msgstr "" +msgstr "#008de4" #: ../../docs/user/marketing.rst:23 msgid "2925c" -msgstr "" +msgstr "2925c" #: ../../docs/user/marketing.rst:25 msgid "Deep Blue" -msgstr "" +msgstr "Blu Scuro" #: ../../docs/user/marketing.rst:25 msgid "1,32,96" -msgstr "" +msgstr "1,32,96" #: ../../docs/user/marketing.rst:25 msgid "100,94,31,29" -msgstr "" +msgstr "100,94,31,29" #: ../../docs/user/marketing.rst:25 msgid "#012060" -msgstr "" +msgstr "#012060" #: ../../docs/user/marketing.rst:25 msgid "534c" -msgstr "" +msgstr "534c" #: ../../docs/user/marketing.rst:27 msgid "Midnight Blue" -msgstr "" +msgstr "Blu notte" #: ../../docs/user/marketing.rst:27 msgid "11,15,59" -msgstr "" +msgstr "11,15,59" #: ../../docs/user/marketing.rst:27 msgid "100,96,41,53" -msgstr "" +msgstr "100,96,41,53" #: ../../docs/user/marketing.rst:27 msgid "#0b0f3b" -msgstr "" +msgstr "#0b0f3b" #: ../../docs/user/marketing.rst:27 msgid "5255c" -msgstr "" +msgstr "5255c" #: ../../docs/user/marketing.rst:29 msgid "White" -msgstr "" +msgstr "Bianco" #: ../../docs/user/marketing.rst:29 msgid "255,255,255" -msgstr "" +msgstr "255,255,255" #: ../../docs/user/marketing.rst:29 msgid "0,0,0,0" -msgstr "" +msgstr "0,0,0,0" #: ../../docs/user/marketing.rst:29 msgid "#ffffff" -msgstr "" +msgstr "#ffffff" #: ../../docs/user/marketing.rst:29 msgid "\\-" -msgstr "" +msgstr "\\-" #: ../../docs/user/marketing.rst:31 msgid "Grey" -msgstr "" +msgstr "Grigio" #: ../../docs/user/marketing.rst:31 msgid "120,120,120" -msgstr "" +msgstr "120,120,120" #: ../../docs/user/marketing.rst:31 msgid "54,46,45,11" -msgstr "" +msgstr "54,46,45,11" #: ../../docs/user/marketing.rst:31 msgid "#787878" -msgstr "" +msgstr "#787878" #: ../../docs/user/marketing.rst:31 msgid "Cool Gray 9 C" -msgstr "" +msgstr "Cool Gray 9 C" #: ../../docs/user/marketing.rst:33 msgid "Black" -msgstr "" +msgstr "Nero" #: ../../docs/user/marketing.rst:33 msgid "17,25,33" -msgstr "" +msgstr "17,25,33" #: ../../docs/user/marketing.rst:33 msgid "82,71,59,75" -msgstr "" +msgstr "82,71,59,75" #: ../../docs/user/marketing.rst:33 msgid "#111921" -msgstr "" +msgstr "#111921" #: ../../docs/user/marketing.rst:33 msgid "Black 6 C" -msgstr "" +msgstr "Nero 6 C" #: ../../docs/user/marketing.rst:38 msgid "Design Materials" -msgstr "" +msgstr "Materiali di progettazione" #: ../../docs/user/marketing.rst:41 msgid "Brochures" -msgstr "" +msgstr "Brochure" #: ../../docs/user/marketing.rst:43 msgid "" @@ -207,6 +216,10 @@ msgid "" "sponsorship for the German `Dash Embassy D-A-CH `__." msgstr "" +"Un'attraente brochure su Dash, pensata per essere distribuita in occasione " +"di convegni ed eventi. Preparata dal membro della comunità Essra nel 2018 in" +" seguito alla proposta di sponsorizzazione per la `Dash Embassy D-A-CH " +"`__ tedesca." #: ../../docs/user/marketing.rst:48 msgid "" @@ -216,13 +229,19 @@ msgid "" "`. Please contact leon.white@dash.org once translation is " "complete to request layout of the completed translation." msgstr "" +"Questo disegno può essere tradotto nella tua lingua su `Transifex qui " +"`__. Per " +"ulteriori informazioni sulla traduzione dei prodotti Dash su Transifex, " +"vedere :ref:`qui `. Si prega di contattare " +"leon.white@dash.org una volta completata la traduzione per richiedere il " +"layout della traduzione completata." #: ../../docs/user/marketing.rst:55 ../../docs/user/marketing.rst:88 #: ../../docs/user/marketing.rst:126 ../../docs/user/marketing.rst:187 #: ../../docs/user/marketing.rst:248 ../../docs/user/marketing.rst:309 #: ../../docs/user/marketing.rst:333 ../../docs/user/marketing.rst:365 msgid "Language" -msgstr "" +msgstr "Lingua" #: ../../docs/user/marketing.rst:55 ../../docs/user/marketing.rst:88 #: ../../docs/user/marketing.rst:126 ../../docs/user/marketing.rst:159 @@ -231,95 +250,109 @@ msgstr "" #: ../../docs/user/marketing.rst:365 ../../docs/user/marketing.rst:386 #: ../../docs/user/marketing.rst:404 msgid "Download" -msgstr "" +msgstr "Download" #: ../../docs/user/marketing.rst:57 ../../docs/user/marketing.rst:90 #: ../../docs/user/marketing.rst:128 ../../docs/user/marketing.rst:189 #: ../../docs/user/marketing.rst:250 ../../docs/user/marketing.rst:311 #: ../../docs/user/marketing.rst:335 ../../docs/user/marketing.rst:367 msgid "English" -msgstr "" +msgstr "Inglese" #: ../../docs/user/marketing.rst:57 msgid "" "`PDF `__" msgstr "" +"`PDF `__" #: ../../docs/user/marketing.rst:59 ../../docs/user/marketing.rst:96 #: ../../docs/user/marketing.rst:137 msgid "Dutch" -msgstr "" +msgstr "Olandese" #: ../../docs/user/marketing.rst:59 msgid "" "`PDF `__" msgstr "" +"`PDF `__" #: ../../docs/user/marketing.rst:61 ../../docs/user/marketing.rst:98 #: ../../docs/user/marketing.rst:207 ../../docs/user/marketing.rst:265 #: ../../docs/user/marketing.rst:369 msgid "French" -msgstr "" +msgstr "Francese" #: ../../docs/user/marketing.rst:61 msgid "" "`PDF `__" msgstr "" +"`PDF `__" #: ../../docs/user/marketing.rst:63 ../../docs/user/marketing.rst:100 #: ../../docs/user/marketing.rst:140 ../../docs/user/marketing.rst:210 #: ../../docs/user/marketing.rst:268 ../../docs/user/marketing.rst:314 #: ../../docs/user/marketing.rst:371 msgid "German" -msgstr "" +msgstr "Tedesco" #: ../../docs/user/marketing.rst:63 msgid "" "`PDF `__" msgstr "" +"`PDF `__" #: ../../docs/user/marketing.rst:65 ../../docs/user/marketing.rst:102 #: ../../docs/user/marketing.rst:228 ../../docs/user/marketing.rst:283 #: ../../docs/user/marketing.rst:351 ../../docs/user/marketing.rst:373 msgid "Spanish" -msgstr "" +msgstr "Spagnolo" #: ../../docs/user/marketing.rst:65 msgid "" "`PDF `__" msgstr "" +"`PDF `__" #: ../../docs/user/marketing.rst:67 ../../docs/user/marketing.rst:104 #: ../../docs/user/marketing.rst:149 ../../docs/user/marketing.rst:286 msgid "Thai" -msgstr "" +msgstr "Tailandese" #: ../../docs/user/marketing.rst:67 msgid "" "`PDF `__" msgstr "" +"`PDF `__" #: ../../docs/user/marketing.rst:69 ../../docs/user/marketing.rst:108 #: ../../docs/user/marketing.rst:152 ../../docs/user/marketing.rst:231 #: ../../docs/user/marketing.rst:289 msgid "Vietnamese" -msgstr "" +msgstr "Vietnamita" #: ../../docs/user/marketing.rst:69 msgid "" "`PDF `__" msgstr "" +"`PDF `__" #: ../../docs/user/marketing.rst:74 msgid "Flyers" -msgstr "" +msgstr "Volantini" #: ../../docs/user/marketing.rst:76 msgid "" @@ -328,6 +361,11 @@ msgid "" "in 2018 following proposal sponsorship for the German `Dash Embassy D-A-CH " "`__." msgstr "" +"Un attraente volantino su Dash, progettato per essere piegato a metà e " +"posizionato su superfici piane in occasione di conferenze ed eventi. " +"Preparato dal membro della comunità Essra nel 2018 in seguito alla proposta " +"di sponsorizzazione per la `Dash Embassy D-A-CH `__ tedesca." #: ../../docs/user/marketing.rst:81 msgid "" @@ -337,90 +375,119 @@ msgid "" "`. Please contact leon.white@dash.org once translation is " "complete to request layout of the completed translation." msgstr "" +"Questo disegno può essere tradotto nella tua lingua su `Transifex qui " +"`__. Per " +"ulteriori informazioni sulla traduzione dei prodotti Dash su Transifex, " +"vedere :ref:`qui `. Si prega di contattare " +"leon.white@dash.org una volta completata la traduzione per richiedere il " +"layout della traduzione completata." #: ../../docs/user/marketing.rst:90 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:92 ../../docs/user/marketing.rst:131 #: ../../docs/user/marketing.rst:192 ../../docs/user/marketing.rst:253 msgid "Arabic" -msgstr "" +msgstr "Arabo" #: ../../docs/user/marketing.rst:92 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:94 ../../docs/user/marketing.rst:201 #: ../../docs/user/marketing.rst:259 msgid "Chinese (Traditional)" -msgstr "" +msgstr "Cinese (Tradizionale)" #: ../../docs/user/marketing.rst:94 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:96 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:98 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:100 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:102 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:104 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:106 msgid "Turkish" -msgstr "" +msgstr "Turco" #: ../../docs/user/marketing.rst:106 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:108 msgid "" "`PDF " "`__" msgstr "" +"`PDF " +"`__" #: ../../docs/user/marketing.rst:113 msgid "Handouts" -msgstr "" +msgstr "Dispense" #: ../../docs/user/marketing.rst:115 msgid "" "This handout is ideal for dual-sided printing as a handout for conferences. " "The current version is **v3.1**; previous versions are available below." msgstr "" +"Questo volantino è ideale per la stampa fronte-retro come volantino per " +"conferenze. La versione attuale è **v3.1**; le versioni precedenti sono " +"disponibili di seguito." #: ../../docs/user/marketing.rst:119 msgid "" @@ -430,6 +497,12 @@ msgid "" "`. Please contact leon.white@dash.org once translation is " "complete to request layout of the completed translation." msgstr "" +"Questo disegno può essere tradotto nella tua lingua su `Transifex qui " +"`__. Per " +"ulteriori informazioni sulla traduzione dei prodotti Dash su Transifex, " +"vedere :ref:`qui `. Si prega di contattare " +"leon.white@dash.org una volta completata la traduzione per richiedere il " +"layout della traduzione completata." #: ../../docs/user/marketing.rst:128 msgid "" @@ -438,6 +511,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:131 msgid "" @@ -446,11 +523,15 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:134 ../../docs/user/marketing.rst:204 #: ../../docs/user/marketing.rst:262 msgid "Czech" -msgstr "" +msgstr "Ceco" #: ../../docs/user/marketing.rst:134 msgid "" @@ -459,6 +540,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:137 msgid "" @@ -467,6 +552,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:140 msgid "" @@ -475,11 +564,15 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:143 ../../docs/user/marketing.rst:222 #: ../../docs/user/marketing.rst:277 ../../docs/user/marketing.rst:347 msgid "Russian" -msgstr "" +msgstr "Russo" #: ../../docs/user/marketing.rst:143 msgid "" @@ -488,11 +581,15 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:146 ../../docs/user/marketing.rst:225 #: ../../docs/user/marketing.rst:280 msgid "Slovak" -msgstr "" +msgstr "Slovacco" #: ../../docs/user/marketing.rst:146 msgid "" @@ -501,6 +598,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:149 msgid "" @@ -509,6 +610,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:152 msgid "" @@ -517,10 +622,14 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:156 msgid "Previous versions (English only):" -msgstr "" +msgstr "Versioni precedenti (solo inglese):" #: ../../docs/user/marketing.rst:159 msgid "Version" @@ -528,7 +637,7 @@ msgstr "Versione" #: ../../docs/user/marketing.rst:161 msgid "2.0" -msgstr "" +msgstr "2.0" #: ../../docs/user/marketing.rst:161 msgid "" @@ -537,10 +646,14 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:164 msgid "1.0" -msgstr "" +msgstr "1.0" #: ../../docs/user/marketing.rst:164 msgid "" @@ -549,14 +662,18 @@ msgid "" "`__" msgstr "" +"`PDF `__ `DOCX " +"`__" #: ../../docs/user/marketing.rst:170 msgid "Infographics" -msgstr "" +msgstr "Infografiche" #: ../../docs/user/marketing.rst:173 msgid "The Dash Difference" -msgstr "" +msgstr "La Differenza di Dash" #: ../../docs/user/marketing.rst:175 msgid "" @@ -564,6 +681,9 @@ msgid "" "delivered by building on the Bitcoin code base. Based on an original design " "by community member J. Arroyo." msgstr "" +"Questa accattivante infografica descrive in dettaglio i miglioramenti " +"apportati dalla rete Dash basandosi sulla base di codice Bitcoin. Basato su " +"un design originale del membro della comunità J. Arroyo." #: ../../docs/user/marketing.rst:179 msgid "" @@ -573,6 +693,12 @@ msgid "" ":ref:`here `. Please contact leon.white@dash.org once " "translation is complete to request layout of the completed translation." msgstr "" +"Questo disegno può essere tradotto nella tua lingua su `Transifex qui " +"`__. " +"Per ulteriori informazioni sulla traduzione dei prodotti Dash su Transifex, " +"vedere :ref:`qui `. Si prega di contattare " +"leon.white@dash.org una volta completata la traduzione per richiedere il " +"layout della traduzione completata." #: ../../docs/user/marketing.rst:189 msgid "" @@ -581,6 +707,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:192 msgid "" @@ -589,10 +719,14 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:195 ../../docs/user/marketing.rst:256 msgid "Bulgarian" -msgstr "" +msgstr "Bulgaro" #: ../../docs/user/marketing.rst:195 msgid "" @@ -601,10 +735,14 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:198 ../../docs/user/marketing.rst:339 msgid "Chinese (Simplified)" -msgstr "" +msgstr "Cinese (Semplificato)" #: ../../docs/user/marketing.rst:198 msgid "" @@ -613,6 +751,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:201 msgid "" @@ -621,6 +763,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:204 msgid "" @@ -629,6 +775,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:207 msgid "" @@ -637,6 +787,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:210 msgid "" @@ -645,10 +799,14 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:213 ../../docs/user/marketing.rst:271 msgid "Greek" -msgstr "" +msgstr "Greco" #: ../../docs/user/marketing.rst:213 msgid "" @@ -657,10 +815,14 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:216 msgid "Italian" -msgstr "" +msgstr "Italiano" #: ../../docs/user/marketing.rst:216 msgid "" @@ -669,10 +831,14 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:219 ../../docs/user/marketing.rst:274 msgid "Polish" -msgstr "" +msgstr "Polacco" #: ../../docs/user/marketing.rst:219 msgid "" @@ -681,6 +847,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:222 msgid "" @@ -689,6 +859,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:225 msgid "" @@ -697,6 +871,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:228 msgid "" @@ -705,6 +883,10 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:231 msgid "" @@ -713,16 +895,23 @@ msgid "" "`__" msgstr "" +"`PDF `__ `PNG " +"`__" #: ../../docs/user/marketing.rst:236 msgid "Ten Misconceptions About Dash" -msgstr "" +msgstr "Dieci idee sbagliate su Dash" #: ../../docs/user/marketing.rst:238 msgid "" "This infographic refutes many common yet uninformed arguments made against " "Dash. Based on an original design by community member DashDude." msgstr "" +"Questa infografica confuta molte argomentazioni comuni ma non informate " +"avanzate contro Dash. Basato su un design originale del membro della " +"comunità DashDude." #: ../../docs/user/marketing.rst:241 msgid "" @@ -732,6 +921,12 @@ msgid "" "`. Please contact leon.white@dash.org once translation is " "complete to request layout of the completed translation." msgstr "" +"Questo disegno può essere tradotto nella tua lingua su `Transifex qui " +"`__. Per " +"ulteriori informazioni sulla traduzione dei prodotti Dash su Transifex, " +"vedere :ref:`qui `. Si prega di contattare " +"leon.white@dash.org una volta completata la traduzione per richiedere il " +"layout della traduzione completata." #: ../../docs/user/marketing.rst:250 msgid "" @@ -741,6 +936,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:253 msgid "" @@ -750,6 +950,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:256 msgid "" @@ -759,6 +964,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:259 msgid "" @@ -768,6 +978,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:262 msgid "" @@ -777,6 +992,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:265 msgid "" @@ -786,6 +1006,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:268 msgid "" @@ -795,6 +1020,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:271 msgid "" @@ -804,6 +1034,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:274 msgid "" @@ -813,6 +1048,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:277 msgid "" @@ -822,6 +1062,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:280 msgid "" @@ -831,6 +1076,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:283 msgid "" @@ -840,6 +1090,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:286 msgid "" @@ -849,6 +1104,11 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:289 msgid "" @@ -858,14 +1118,19 @@ msgid "" "`__" msgstr "" +"`PDF " +"`__ `PNG " +"`__" #: ../../docs/user/marketing.rst:295 msgid "Presentations" -msgstr "" +msgstr "Presentazioni" #: ../../docs/user/marketing.rst:298 msgid "Dash Meetup" -msgstr "" +msgstr "Dash Meetup" #: ../../docs/user/marketing.rst:303 msgid "" @@ -874,6 +1139,11 @@ msgid "" "community member Essra in 2018 following proposal sponsorship for the German" " `Dash Embassy D-A-CH `__." msgstr "" +"Una presentazione interessante su Dash, progettata per guidare il pubblico " +"attraverso le basi della criptovaluta e i vantaggi di Dash. Preparato dal " +"membro della comunità Essra nel 2018 in seguito alla proposta di " +"sponsorizzazione per la `Dash Embassy D-A-CH `__ tedesca." #: ../../docs/user/marketing.rst:311 msgid "" @@ -882,6 +1152,10 @@ msgid "" " `PDF " "`__" msgstr "" +"`PPTX " +"`__" +" `PDF " +"`__" #: ../../docs/user/marketing.rst:314 msgid "" @@ -890,10 +1164,14 @@ msgid "" " `PDF " "`__" msgstr "" +"`PPTX " +"`__" +" `PDF " +"`__" #: ../../docs/user/marketing.rst:320 msgid "Simple presentation" -msgstr "" +msgstr "Semplice presentazione" #: ../../docs/user/marketing.rst:325 msgid "" @@ -902,22 +1180,30 @@ msgid "" "UI `_ font must be installed if using the PowerPoint files." msgstr "" +"Una semplice presentazione su Dash, disponibile in 5 lingue, 3 proporzioni e" +" 2 formati. Basta fare clic sui collegamenti per scaricarlo. Tieni presente " +"che il carattere `Noto Sans UI " +"`_ deve essere installato se si utilizzano i file " +"PowerPoint." #: ../../docs/user/marketing.rst:330 msgid "" "`Browse all files on Dropbox " "`__" msgstr "" +"`Sfoglia tutti i file su Dropbox " +"`__" #: ../../docs/user/marketing.rst:333 msgid "Format" -msgstr "" +msgstr "Formato" #: ../../docs/user/marketing.rst:335 ../../docs/user/marketing.rst:339 #: ../../docs/user/marketing.rst:343 ../../docs/user/marketing.rst:347 #: ../../docs/user/marketing.rst:351 msgid "PDF" -msgstr "" +msgstr "PDF" #: ../../docs/user/marketing.rst:335 msgid "" @@ -926,12 +1212,16 @@ msgid "" " `__ `A4 " "`__" msgstr "" +"`16:9 " +"`__ `4:3" +" `__ `A4 " +"`__" #: ../../docs/user/marketing.rst:337 ../../docs/user/marketing.rst:341 #: ../../docs/user/marketing.rst:345 ../../docs/user/marketing.rst:349 #: ../../docs/user/marketing.rst:353 msgid "PPTX" -msgstr "" +msgstr "PPTX" #: ../../docs/user/marketing.rst:337 msgid "" @@ -940,6 +1230,10 @@ msgid "" "`__ `A4 " "`__" msgstr "" +"`16:9 " +"`__ `4:3 " +"`__ `A4 " +"`__" #: ../../docs/user/marketing.rst:339 msgid "" @@ -947,6 +1241,9 @@ msgid "" "`4:3 `__ `A4 " "`__" msgstr "" +"`16:9 `__ " +"`4:3 `__ `A4 " +"`__" #: ../../docs/user/marketing.rst:341 msgid "" @@ -954,10 +1251,13 @@ msgid "" "`4:3 `__ `A4 " "`__" msgstr "" +"`16:9 `__ " +"`4:3 `__ `A4 " +"`__" #: ../../docs/user/marketing.rst:343 msgid "Portuguese" -msgstr "" +msgstr "Portoghese" #: ../../docs/user/marketing.rst:343 msgid "" @@ -965,6 +1265,9 @@ msgid "" "`4:3 `__ `A4 " "`__" msgstr "" +"`16:9 `__ " +"`4:3 `__ `A4 " +"`__" #: ../../docs/user/marketing.rst:345 msgid "" @@ -972,6 +1275,9 @@ msgid "" "`4:3 `__ `A4 " "`__" msgstr "" +"`16:9 `__ " +"`4:3 `__ `A4 " +"`__" #: ../../docs/user/marketing.rst:347 msgid "" @@ -980,6 +1286,10 @@ msgid "" "`__ `A4 " "`__" msgstr "" +"`16:9 " +"`__ `4:3 " +"`__ `A4 " +"`__" #: ../../docs/user/marketing.rst:349 msgid "" @@ -987,6 +1297,9 @@ msgid "" "`4:3 `__ " "`A4 `__" msgstr "" +"`16:9 `__ " +"`4:3 `__ " +"`A4 `__" #: ../../docs/user/marketing.rst:351 msgid "" @@ -994,6 +1307,9 @@ msgid "" "`4:3 `__ `A4 " "`__" msgstr "" +"`16:9 `__ " +"`4:3 `__ `A4 " +"`__" #: ../../docs/user/marketing.rst:353 msgid "" @@ -1001,52 +1317,66 @@ msgid "" "`4:3 `__ `A4 " "`__" msgstr "" +"`16:9 `__ " +"`4:3 `__ `A4 " +"`__" #: ../../docs/user/marketing.rst:358 msgid "Dash 101 Presentation" -msgstr "" +msgstr "Presentazione Dash 101" #: ../../docs/user/marketing.rst:360 msgid "" "Prepared by community member Essra in 2017 following proposal sponsorship " "for the German `Dash Embassy D-A-CH `__." msgstr "" +"Preparato dal membro della comunità Essra nel 2017 in seguito alla proposta " +"di sponsorizzazione per la `Dash Embassy D-A-CH `__ tedesca." #: ../../docs/user/marketing.rst:367 msgid "" "`PPTX " "`__" msgstr "" +"`PPTX " +"`__" #: ../../docs/user/marketing.rst:369 msgid "" "`PPTX " "`__" msgstr "" +"`PPTX " +"`__" #: ../../docs/user/marketing.rst:371 msgid "" "`PPTX " "`__" msgstr "" +"`PPTX " +"`__" #: ../../docs/user/marketing.rst:373 msgid "" "`PPTX " "`__" msgstr "" +"`PPTX " +"`__" #: ../../docs/user/marketing.rst:378 msgid "Business Templates" -msgstr "" +msgstr "Modelli aziendali" #: ../../docs/user/marketing.rst:381 msgid "Document templates" -msgstr "" +msgstr "Modelli di documenti" #: ../../docs/user/marketing.rst:383 msgid "Official Dash document templates." -msgstr "" +msgstr "Modelli di documenti Dash ufficiali." #: ../../docs/user/marketing.rst:386 ../../docs/user/marketing.rst:404 #: ../../docs/user/marketing.rst:420 ../../docs/user/marketing.rst:445 @@ -1055,37 +1385,41 @@ msgstr "Nome" #: ../../docs/user/marketing.rst:388 msgid "Word document with cover page and paragraph styles" -msgstr "" +msgstr "Documento Word con stili di copertina e paragrafo" #: ../../docs/user/marketing.rst:388 msgid "" "`DOCX `__" msgstr "" +"`DOCX `__" #: ../../docs/user/marketing.rst:390 msgid "Word template with blue watermark" -msgstr "" +msgstr "Modello Word con filigrana blu" #: ../../docs/user/marketing.rst:390 msgid "" "`DOTX `__" msgstr "" +"`DOTX `__" #: ../../docs/user/marketing.rst:392 msgid "Word template with grey watermark" -msgstr "" +msgstr "Modello Word con filigrana grigia" #: ../../docs/user/marketing.rst:392 msgid "" "`DOTX `__" -msgstr "" +msgstr "Modello Word con filigrana grigia" #: ../../docs/user/marketing.rst:396 msgid "Presentation templates" -msgstr "" +msgstr "Modelli di presentazione" #: ../../docs/user/marketing.rst:398 msgid "" @@ -1094,66 +1428,82 @@ msgid "" "us/office/apply-a-slide-layout-158e6dba-e53e-479b-a6fc-caab72609689>`_ for " "instructions)." msgstr "" +"Modelli di presentazione Dash ufficiali. Consigliamo vivamente di utilizzare" +" layout di diapositive di presentazione predefiniti (controlla `qui " +"`_ per Istruzioni)." #: ../../docs/user/marketing.rst:406 msgid "PowerPoint template with simple blue and white slides" -msgstr "" +msgstr "Modello PowerPoint con semplici diapositive blu e bianche" #: ../../docs/user/marketing.rst:406 msgid "" "`POTX `__" msgstr "" +"`POTX `__" #: ../../docs/user/marketing.rst:408 msgid "PowerPoint template with sample layouts, styles and shapes" -msgstr "" +msgstr "Modello PowerPoint con layout, stili e forme di esempio" #: ../../docs/user/marketing.rst:408 msgid "" "`POTX `__" msgstr "" +"`POTX `__" #: ../../docs/user/marketing.rst:410 msgid "Presentation icons" -msgstr "" +msgstr "Icone di presentazione" #: ../../docs/user/marketing.rst:410 msgid "" "`PPTX `__" msgstr "" +"`PPTX `__" #: ../../docs/user/marketing.rst:414 msgid "Cards" -msgstr "" +msgstr "Carte" #: ../../docs/user/marketing.rst:416 msgid "" "High resolution cards for printing. Great for use as the back of business " "cards, or to hand out to explain and promote Dash." msgstr "" +"Carte ad alta risoluzione per la stampa. Ottimo da utilizzare sul retro dei " +"biglietti da visita o da distribuire per spiegare e promuovere Dash." #: ../../docs/user/marketing.rst:420 ../../docs/user/marketing.rst:445 msgid "Download version" -msgstr "" +msgstr "Scarica la versione" #: ../../docs/user/marketing.rst:422 msgid "Handout Card" -msgstr "" +msgstr "Scheda di distribuzione" #: ../../docs/user/marketing.rst:422 msgid "" "`English `_" msgstr "" +"`Inglese `_" #: ../../docs/user/marketing.rst:424 msgid "" "`Arabic `_" msgstr "" +"`Arabo `_" #: ../../docs/user/marketing.rst:426 msgid "" @@ -1161,24 +1511,33 @@ msgid "" "`_" msgstr "" +"`Cinese (Semplificato) " +"`_" #: ../../docs/user/marketing.rst:428 msgid "" "`Czech `_" msgstr "" +"`Ceco `_" #: ../../docs/user/marketing.rst:430 msgid "" "`French `_" msgstr "" +"`Francese `_" #: ../../docs/user/marketing.rst:432 msgid "" "`Polish `_" msgstr "" +"`Polacco `_" #: ../../docs/user/marketing.rst:434 msgid "" @@ -1186,43 +1545,50 @@ msgid "" "`_" msgstr "" +"`Portoghese " +"`_" #: ../../docs/user/marketing.rst:436 msgid "" "`Russian `_" msgstr "" +"`Russo `_" #: ../../docs/user/marketing.rst:438 msgid "" "`Spanish `_" msgstr "" +"`Spagnolo `_" #: ../../docs/user/marketing.rst:442 msgid "Fonts" -msgstr "" +msgstr "Font" #: ../../docs/user/marketing.rst:447 msgid "Montserrat" -msgstr "" +msgstr "Montserrat" #: ../../docs/user/marketing.rst:447 msgid "`7.20 `_" -msgstr "" +msgstr "`7.20 `_" #: ../../docs/user/marketing.rst:449 msgid "Open Sans" -msgstr "" +msgstr "Open Sans" #: ../../docs/user/marketing.rst:449 msgid "`1.10 `_" -msgstr "" +msgstr "`1.10 `_" #: ../../docs/user/marketing.rst:451 msgid "Roboto Condensed" -msgstr "" +msgstr "Roboto Condensed" #: ../../docs/user/marketing.rst:451 msgid "`2.137 `_" -msgstr "" +msgstr "`2.137 `_" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po index 04e63e3ae..8be06c4f1 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,372 +1,391 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" +"I servizi di hosting Masternode possono aiutarti a configurare e mantenere " +"un masternode Dash" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" +"dash, cryptocurrency, hosting, server, linux, masternode, contatto, trezor, " +"setup, operatore, proprietario, dip3, ricompensa" #: ../../docs/user/masternodes/hosting.rst:9 msgid "Hosting Services" -msgstr "" +msgstr "Servizi di Hosting" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." -msgstr "" +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." +msgstr "" +"Diversi membri della comunità Dash offrono servizi di hosting masternode. " +"Questo servizio può essere realizzato in modo sicuro senza che il cliente " +"rinunci mai al controllo dei 1000 DASH richiesti per la garanzia. Per motivi" +" di sicurezza, quando si usufruisce di un servizio di hosting, si consiglia " +"vivamente di conservare la garanzia su un wallet hardware. Di seguito è " +"disponibile un elenco dei servizi di hosting masternode attualmente " +"disponibili." #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" -msgstr "" +msgstr "Elenco dei servizi di hosting" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" +"**Disclaimer**: Dash Core può essere affiliato con questi membri della " +"comunità, ma non è coinvolto nella fornitura di nessuno di questi servizi." #: ../../docs/user/masternodes/hosting.rst:26 msgid "CrowdNode" -msgstr "" +msgstr "CrowdNode" #: ../../docs/user/masternodes/hosting.rst:33 msgid "https://crowdnode.io" -msgstr "" +msgstr "https://crowdnode.io" #: ../../docs/user/masternodes/hosting.rst:35 msgid "Operated by: CrowdNode ApS" -msgstr "" +msgstr "Gestito da: CrowdNode ApS" #: ../../docs/user/masternodes/hosting.rst:36 #: ../../docs/user/masternodes/hosting.rst:107 #: ../../docs/user/masternodes/hosting.rst:162 msgid "Services: Hosting, Shares" -msgstr "" +msgstr "Servizi: Hosting, Condivisioni" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" -msgstr "" +msgstr "Costo: 15% dei pagamenti masternode" #: ../../docs/user/masternodes/hosting.rst:38 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:39 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:43 msgid "Allnodes" -msgstr "" +msgstr "Allnodes" #: ../../docs/user/masternodes/hosting.rst:50 msgid "" "`https://www.allnodes.com " "`__" msgstr "" +"`https://www.allnodes.com " +"`__" #: ../../docs/user/masternodes/hosting.rst:52 msgid "Operated by: Sephiroth" -msgstr "" +msgstr "Gestito da: Sephiroth" #: ../../docs/user/masternodes/hosting.rst:53 msgid "Services: Monitoring, Hosting" -msgstr "" +msgstr "Servizi: Monitoraggio, Hosting" #: ../../docs/user/masternodes/hosting.rst:54 msgid "Cost: from $4.50/month" -msgstr "" +msgstr "Costo: da $ 4,50/mese" #: ../../docs/user/masternodes/hosting.rst:55 msgid "" "`Site `__" msgstr "" +"`Sito `__" #: ../../docs/user/masternodes/hosting.rst:56 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:57 msgid "`Twitter `__" -msgstr "" +msgstr "`Twitter `__" #: ../../docs/user/masternodes/hosting.rst:58 msgid "`Telegram `__" -msgstr "" +msgstr "`Telegram `__" #: ../../docs/user/masternodes/hosting.rst:59 msgid "`Discord `__" -msgstr "" +msgstr "`Discord `__" #: ../../docs/user/masternodes/hosting.rst:63 msgid "SID Hosting Service" -msgstr "" +msgstr "SID Servizio di Hosting " #: ../../docs/user/masternodes/hosting.rst:70 msgid "https://dashmasternode.io" -msgstr "" +msgstr "https://dashmasternode.io" #: ../../docs/user/masternodes/hosting.rst:72 msgid "Operated by: splawik21 (Dash Core team member)" -msgstr "" +msgstr "Gestito da: splawik21 (membro del Dash Core team)" #: ../../docs/user/masternodes/hosting.rst:73 #: ../../docs/user/masternodes/hosting.rst:176 msgid "Services: Hosting" -msgstr "" +msgstr "Servizi: Hosting" #: ../../docs/user/masternodes/hosting.rst:74 msgid "Cost: €25/month, paid in Dash" -msgstr "" +msgstr "Costo: 25€/mese, pagato in Dash" #: ../../docs/user/masternodes/hosting.rst:75 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:76 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:80 msgid "Zaimirai" -msgstr "" +msgstr "Zaimirai" #: ../../docs/user/masternodes/hosting.rst:87 msgid "https://www.zaimirai.com" -msgstr "" +msgstr "https://www.zaimirai.com" #: ../../docs/user/masternodes/hosting.rst:89 msgid "Operated by: Patrick Quinn" -msgstr "" +msgstr "Gestito da: Patrick Quinn" #: ../../docs/user/masternodes/hosting.rst:90 msgid "Services: Hosting, Voting" -msgstr "" +msgstr "Servizi: Hosting, Voting" #: ../../docs/user/masternodes/hosting.rst:91 msgid "0.6 Dash/month (variable, discounts available)" -msgstr "" +msgstr "0,6 Dash/mese (variabile, sconti disponibili)" #: ../../docs/user/masternodes/hosting.rst:92 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:93 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:97 msgid "Pool of Stake" -msgstr "" +msgstr "Pool of Stake" #: ../../docs/user/masternodes/hosting.rst:104 msgid "https://www.poolofstake.io" -msgstr "" +msgstr "https://www.poolofstake.io" #: ../../docs/user/masternodes/hosting.rst:106 msgid "Operated by: Pool of Stake OÜ" -msgstr "" +msgstr "Gestito da: Pool of Stake OÜ" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" -msgstr "" +msgstr "15% dei pagamenti masternode (5% con token)" #: ../../docs/user/masternodes/hosting.rst:109 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:110 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:111 msgid "`Twitter `__" -msgstr "" +msgstr "`Twitter `__" #: ../../docs/user/masternodes/hosting.rst:112 msgid "`Telegram `__" -msgstr "" +msgstr "`Telegram `__" #: ../../docs/user/masternodes/hosting.rst:116 msgid "Staked" -msgstr "" +msgstr "Staked" #: ../../docs/user/masternodes/hosting.rst:123 msgid "https://staked.us" -msgstr "" +msgstr "https://staked.us" #: ../../docs/user/masternodes/hosting.rst:125 msgid "Operated by: Staked" -msgstr "" +msgstr "Gestito da: Staked" #: ../../docs/user/masternodes/hosting.rst:126 msgid "Services: Hosting, Reporting" -msgstr "" +msgstr "Servizi: Hosting, Segnalazione" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" -msgstr "" +msgstr "Costo: 10% dei premi" #: ../../docs/user/masternodes/hosting.rst:128 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:129 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:133 msgid "NodeHub.io" -msgstr "" +msgstr "NodeHub.io" #: ../../docs/user/masternodes/hosting.rst:140 msgid "https://nodehub.io" -msgstr "" +msgstr "https://nodehub.io" #: ../../docs/user/masternodes/hosting.rst:142 msgid "Operated by: NodeHub.io Platform" -msgstr "" +msgstr "Gestito da: NodeHub.io Platform" #: ../../docs/user/masternodes/hosting.rst:143 msgid "Services: Hosting, Governance, Stats" -msgstr "" +msgstr "Servizi: Hosting, Governance, Statistiche" #: ../../docs/user/masternodes/hosting.rst:144 msgid "Cost: $9.90/month (charged daily at $0.33)" -msgstr "" +msgstr "Costo: $ 9,90 al mese (addebito giornaliero a $ 0,33)" #: ../../docs/user/masternodes/hosting.rst:145 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:146 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:147 msgid "`Twitter `__" -msgstr "" +msgstr "`Twitter `__" #: ../../docs/user/masternodes/hosting.rst:148 msgid "`Discord `__" -msgstr "" +msgstr "`Discord `__" #: ../../docs/user/masternodes/hosting.rst:152 msgid "Gentarium" -msgstr "" +msgstr "Gentarium" #: ../../docs/user/masternodes/hosting.rst:159 msgid "https://mn.gtmcoin.io" -msgstr "" +msgstr "https://mn.gtmcoin.io" #: ../../docs/user/masternodes/hosting.rst:161 msgid "Operated by: Gentarium International OÜ" -msgstr "" +msgstr "Gestito da: Gentarium International OÜ" #: ../../docs/user/masternodes/hosting.rst:163 msgid "Cost: $3.99/month (charged daily at $0.15)" -msgstr "" +msgstr "Costo: $ 3,99 al mese (addebito giornaliero a $ 0,15)" #: ../../docs/user/masternodes/hosting.rst:164 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:165 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:166 msgid "`Twitter `__" -msgstr "" +msgstr "`Twitter `__" #: ../../docs/user/masternodes/hosting.rst:167 msgid "`Discord `__" -msgstr "" +msgstr "`Discord `__" #: ../../docs/user/masternodes/hosting.rst:171 msgid "Masternodehosting" -msgstr "" +msgstr "Masternodehosting" #: ../../docs/user/masternodes/hosting.rst:173 msgid "https://masternodehosting.com" -msgstr "" +msgstr "https://masternodehosting.com" #: ../../docs/user/masternodes/hosting.rst:175 msgid "Operated by: flare (Dash Core team member)" -msgstr "" +msgstr "Gestito da: flare (membro Dash Core team)" #: ../../docs/user/masternodes/hosting.rst:177 msgid "Cost: €18/month" -msgstr "" +msgstr "Cost: €18/month" #: ../../docs/user/masternodes/hosting.rst:178 msgid "`Site `__" -msgstr "" +msgstr "`Sito `__" #: ../../docs/user/masternodes/hosting.rst:179 msgid "`Email `__" -msgstr "" +msgstr "`Email `__" #: ../../docs/user/masternodes/hosting.rst:180 msgid "" "`Forum `__" msgstr "" +"`Forum `__" #: ../../docs/user/masternodes/hosting.rst:186 msgid "Registering a hosted masternode" -msgstr "" +msgstr "Registrazione di un masternode hosted" #: ../../docs/user/masternodes/hosting.rst:188 msgid "A list of available documentation appears below:" -msgstr "" +msgstr "Di seguito è riportato l'elenco della documentazione disponibile:" #: ../../docs/user/masternodes/hosting.rst:190 msgid ":ref:`Full masternode setup guide `" -msgstr ":ref:`Guida completa alla configurazione di masternode `" +msgstr "" +":ref:`Guida completa alla configurazione di masternode `" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" +":ref:`Informazioni per gli utenti dei masternode ospitati ` " +"(sei qui)" #: ../../docs/user/masternodes/hosting.rst:192 msgid "" @@ -378,126 +397,96 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:194 msgid "Registering a hosted masternode is done in several steps:" -msgstr "" +msgstr "La registrazione di un masternode hosted avviene in diversi passaggi:" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" +"Invia 1000 DASH a un indirizzo che controlli in un'unica transazione e " +"attendi 15 conferme" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" +"Rispondi con il tuo fornitore di hosting per determinare chi genererà le " +"chiavi BLS dell'operatore, se la sua commissione sarà pagata in base a una " +"percentuale di ricompensa dell'operatore o secondo un contratto separato e " +"se il masternode verrà impostato prima o dopo la transazione di " +"registrazione" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" +"Prepara, firma e trasmetti la transazione di registrazione utilizzando Dash " +"Core o DMT" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." -msgstr "" +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." +msgstr "" +"È **altamente raccomandato** conservare le chiavi del tuo masternode su un " +":ref:`portafoglio hardware` per una maggiore sicurezza" +" contro gli hacker. Poiché il wallet hardware viene utilizzato solo per " +"firmare una transazione, non è necessario connettere questo portafoglio a " +"Internet. Tuttavia, per inviare la transazione di registrazione è necessario" +" un portafoglio Dash Core con saldo (per la commissione di transazione). Il " +"processo di registrazione del masternode segue da vicino la :ref:`guida " +"all'installazione `, a partire dal :ref:`passo di " +"registrazione `." #: ../../docs/user/masternodes/hosting.rst:220 msgid "Operator transactions" -msgstr "" +msgstr "Transazioni dell'operatore" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." -msgstr "" +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." +msgstr "" +"Questa documentazione è destinata agli operatori che gestiscono i nodi per " +"conto dei proprietari. Se fornisci un indirizzo IP e una porta di un nodo " +"completo sincronizzato con la tua ``masternodeblsprivkey`` inserita nel file" +" ``dash.conf`` come descritto :ref:`qui ` al proprietario " +"del masternode, apparirà nella cartella valida masternode impostato " +"immediatamente dopo aver inviato il comando ``protx Register_submit`` come " +"descritto sopra. Se l'intero nodo non è in esecuzione, o se il proprietario " +"invia ``0`` per ``ipAndPort``, il nodo verrà registrato in uno stato vietato" +" da PoSe. In questo caso, l'operatore dovrà emettere una :ref:`transazione " +"ProUpServTx ` per aggiornare le funzionalità del " +"servizio e registrare il masternode." #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 implementa DIP003, che " -#~ "introduce diverse modifiche alla " -#~ "configurazione e al funzionamento dei " -#~ "masternode di Dash. Di seguito viene " -#~ "visualizzato un elenco della documentazione" -#~ " disponibile:" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Elenchi masternode deterministici " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" +"Il ProRegTx inviato dal proprietario specifica anche la percentuale di " +"ricompensa per l'operatore. Non specifica l'indirizzo del premio " +"dell'operatore, quindi è necessario anche un ProUpServTx per richiedere " +"questo premio specificando un indirizzo Dash. Se il premio non viene " +"reclamato, verrà interamente pagato al proprietario." diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/index.po b/locale/it/LC_MESSAGES/docs/user/masternodes/index.po index 70bfb3433..874e6566d 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: AL , 2022\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -21,7 +21,7 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." @@ -29,7 +29,7 @@ msgstr "" "Introduzione alla documentazione su come configurare e utilizzare un " "masternode per la criptovaluta Dash." -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "dash, masternodes, hosting, linux, pagamento, configurazione" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po index 9422d2834..b837b03ca 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,204 +1,272 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: it\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" +"Mantenere un masternode Dash implica rimanere aggiornati con l'ultima " +"versione, votare e gestire i pagamenti" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" msgstr "" +"dash, criptovalute, masternode, manutenzione, mantenere, pagamenti, " +"prelievo, voto, monitoraggio, dip3, aggiornamento, deterministico" #: ../../docs/user/masternodes/maintenance.rst:9 msgid "Maintenance" -msgstr "" +msgstr "Manutenzione" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" +"I Masternode richiedono una manutenzione regolare per assicurarti di non " +"perdere la coda dei pagamenti. Ciò include l'installazione tempestiva degli " +"aggiornamenti su Dash, nonché il mantenimento della sicurezza e delle " +"prestazioni del server. Inoltre, i masternode dovrebbero votare le proposte " +"e svolgere altri compiti nell’interesse della rete e del valore del Dash che" +" detengono." #: ../../docs/user/masternodes/maintenance.rst:21 msgid "Masternode Software Update" -msgstr "" +msgstr "Aggiornamento del software Masternode" #: ../../docs/user/masternodes/maintenance.rst:23 msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." -msgstr "" +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." +msgstr "" +"Il software Dash Core richiede aggiornamenti regolari per rimanere coerente " +"con l'attuale consenso della rete. Segui la procedura descritta di seguito " +"per aggiornare manualmente il tuo masternode. Se stai ancora utilizzando il " +"programma di installazione legacy del dashman, consulta la documentazione " +"dell'aggiornamento legacy `qui " +"`__." #: ../../docs/user/masternodes/maintenance.rst:30 msgid "Manual update" -msgstr "" +msgstr "Aggiornamento manuale" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" +"Per aggiornare Dash manualmente, accedi al tuo server utilizzando ssh o " +"PuTTY. Se il tuo crontab contiene una voce per riavviare automaticamente " +"dashd, richiama ``crontab -e`` e commenta la riga appropriata aggiungendo il" +" carattere ``#``. Dovrebbe assomigliare a qualcosa di simile a questo::" #: ../../docs/user/masternodes/maintenance.rst:39 msgid "Then stop Dash running::" -msgstr "" +msgstr "Quindi interrompi l'esecuzione di Dash::" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" +"Visita la `pagina delle versioni di GitHub " +"`_ e copia il collegamento " +"all'ultima versione di `x86_64-linux-gnu`. Torna alla finestra del terminale" +" e inserisci il comando seguente, incollando l'indirizzo dell'ultima " +"versione di Dash Core facendo clic con il pulsante destro del mouse o " +"premendo **Ctrl + V**::" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Verifica l'autenticità del tuo download controllando la sua firma staccata " +"rispetto alla chiave pubblica pubblicata dal team di sviluppo di Dash Core. " +"Tutte le versioni di Dash sono firmate utilizzando GPG con una delle " +"seguenti chiavi:" #: ../../docs/user/masternodes/maintenance.rst:57 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " +"`verificabile qui su Keybase `__" #: ../../docs/user/masternodes/maintenance.rst:59 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" -msgstr "" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" +msgstr "Estrai l'archivio compresso e copia i nuovi file nella directory::" #: ../../docs/user/masternodes/maintenance.rst:75 msgid "Restart Dash::" -msgstr "" +msgstr "Riavvia Dash::" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" +"Verrà visualizzato il messaggio \"Avvio del server Dash Core\". Ora " +"aggiorneremo Sentinel::" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" +"Infine, rimuovi il commento dalla riga per riavviare automaticamente Dash " +"nel tuo crontab, invocando nuovamente ``crontab -e`` ed eliminando il " +"carattere ``#``." #: ../../docs/user/masternodes/maintenance.rst:91 msgid "The Dash software on the masternode is now updated." -msgstr "" +msgstr "Il software Dash sul masternode è ora aggiornato." #: ../../docs/user/masternodes/maintenance.rst:97 msgid "Updating Masternode Information" -msgstr "" +msgstr "Aggiornamento delle informazioni sul Masternode" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." -msgstr "" +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." +msgstr "" +"Periodicamente potrebbe essere necessario aggiornare le informazioni del " +"masternode nel caso in cui cambino informazioni relative al proprietario o " +"all'operatore. Gli esempi possono includere una modifica dell'indirizzo IP, " +"una modifica dell'indirizzo di pagamento del proprietario/operatore o " +"modifiche alle chiavi di voto/operatore nominate. È anche possibile revocare" +" lo stato di registrazione di un masternode (ad esempio in caso di " +"violazione della sicurezza) per costringere sia il proprietario che " +"l'operatore ad aggiornare i propri dati." #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" +"La modifica della chiave operatore BLS o la creazione di un nuovo ProTx " +"basato sulla stessa transazione collaterale ripristinerà la tua posizione " +"nella coda dei pagamenti. Cambiare il tuo indirizzo IP o apportare modifiche" +" agli indirizzi di voto o ai vari indirizzi di pagamento non ripristinerà la" +" tua posizione nella coda di pagamento." #: ../../docs/user/masternodes/maintenance.rst:115 msgid "ProUpServTx" -msgstr "" +msgstr "ProUpServTx" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" -msgstr "" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" +msgstr "" +"Una transazione del servizio di aggiornamento del fornitore (ProUpServTx) " +"viene utilizzata per aggiornare le informazioni relative all'operatore. Un " +"operatore può aggiornare l'indirizzo IP e i campi della porta di una voce " +"masternode. Se nel ProRegTx iniziale è stato impostato un valore " +"``operatorReward`` diverso da zero, l'operatore può anche impostare il campo" +" ``operatorPayoutAddress`` nel ProUpServTx. Se ``operatorPayoutAddress`` non" +" è impostato e ``operatorReward`` è diverso da zero, il proprietario riceve " +"l'intero premio masternode. È possibile creare un ProUpServTx da DMT facendo" +" clic sul pulsante **Aggiorna servizio** o da Dash Core utilizzando la " +"seguente sintassi::" #: ../../docs/user/masternodes/maintenance.rst:129 #: ../../docs/user/masternodes/maintenance.rst:171 #: ../../docs/user/masternodes/maintenance.rst:203 msgid "Where:" -msgstr "" +msgstr "Dove:" #: ../../docs/user/masternodes/maintenance.rst:131 #: ../../docs/user/masternodes/maintenance.rst:173 #: ../../docs/user/masternodes/maintenance.rst:205 msgid "``proTxHash``: The transaction id of the initial ProRegTx" -msgstr "" +msgstr "``proTxHash``: l'ID della transazione del ProRegTx iniziale" #: ../../docs/user/masternodes/maintenance.rst:132 msgid "``ipAndPort``: IP and port in the form \"ip:port\"" -msgstr "" +msgstr "``ipAndPort``: IP e porta nella forma \"ip:port\"" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" +"``operatorKey``: la chiave privata BLS dell'operatore associata alla chiave " +"pubblica dell'operatore registrato" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" +"``operatorPayoutAddress`` (facoltativo): l'indirizzo utilizzato per i " +"pagamenti dei premi dell'operatore. Consentito solo quando ProRegTx aveva un" +" valore \"operatorReward\" diverso da zero. Inserisci ``\"\"`` per " +"utilizzare l'ultimo indirizzo di pagamento dell'operatore on-chain o come " +"segnaposto quando specifichi un ``feeSourceAddress``." #: ../../docs/user/masternodes/maintenance.rst:140 #: ../../docs/user/masternodes/maintenance.rst:209 @@ -206,115 +274,159 @@ msgid "" "``feeSourceAddress`` (optional): An address used to fund ProTx fee. " "``operatorPayoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress`` (facoltativo): un indirizzo utilizzato per finanziare " +"la tariffa ProTx. Se non specificato verrà utilizzato " +"``operatorPayoutAddress``." #: ../../docs/user/masternodes/maintenance.rst:143 #: ../../docs/user/masternodes/maintenance.rst:212 msgid "Example::" -msgstr "" +msgstr "Esempio::" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" +"Il masternode è ora rimosso dall'elenco dei soggetti vietati da PoSe e gli " +"indirizzi IP:porta e premio operatore vengono aggiornati." #: ../../docs/user/masternodes/maintenance.rst:155 msgid "ProUpRegTx" -msgstr "" +msgstr "ProUpRegTx" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" -msgstr "" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" +msgstr "" +"Una transazione di aggiornamento del registrar del provider (ProUpRegTx) " +"viene utilizzata per aggiornare le informazioni relative al proprietario. Un" +" proprietario può aggiornare la chiave pubblica BLS dell'operatore (ad " +"esempio per nominare un nuovo operatore), l'indirizzo di voto e il proprio " +"indirizzo di pagamento. È possibile creare un ProUpRegTx da DMT facendo clic" +" sui pulsanti **Aggiorna chiave operatore**, **Aggiorna chiave di voto** o " +"**Aggiorna indirizzo pagamento**, oppure da Dash Core utilizzando la " +"seguente sintassi:" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" +"Dopo l'attivazione dell'hard fork v19, è necessario utilizzare ``protx " +"update_registrar_legacy`` se una chiave BLS con schema legacy viene " +"utilizzata per aggiornare un masternode da parte del registrar." #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" +"``operatorKeyAddr``: una chiave pubblica BLS aggiornata o ``\"\"`` per " +"utilizzare l'ultima chiave dell'operatore sulla catena" #: ../../docs/user/masternodes/maintenance.rst:176 msgid "" "``votingKeyAddr``: An updated voting key address, or ``\"\"`` to use the " "last on-chain voting key" msgstr "" +"``votingKeyAddr``: un indirizzo chiave di voto aggiornato o ``\"\"`` per " +"utilizzare l'ultima chiave di voto sulla catena" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" +"``payoutAddress``: un indirizzo Dash aggiornato per i pagamenti del " +"proprietario o ``\"\"`` per utilizzare l'ultima chiave dell'operatore on-" +"chain" #: ../../docs/user/masternodes/maintenance.rst:180 msgid "" "``feeSourceAddress`` (optional): An address used to fund ProTx fee. " "``PayoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress`` (facoltativo): un indirizzo utilizzato per finanziare " +"la tariffa ProTx. Se non specificato verrà utilizzato ``PayoutAddress``." #: ../../docs/user/masternodes/maintenance.rst:183 msgid "Example to update payout address::" -msgstr "" +msgstr "Esempio per aggiornare l'indirizzo di pagamento::" #: ../../docs/user/masternodes/maintenance.rst:189 msgid "ProUpRevTx" -msgstr "" +msgstr "ProUpRevTx" #: ../../docs/user/masternodes/maintenance.rst:191 msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" -msgstr "" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" +msgstr "" +"Una transazione di revoca dell'aggiornamento del provider (ProUpRevTx) viene" +" utilizzata dall'operatore per terminare il servizio o segnalare al " +"proprietario che è necessaria una nuova chiave BLS. Metterà immediatamente " +"il masternode nello stato vietato da PoSe. Il proprietario deve quindi " +"emettere un ProUpRegTx per impostare una nuova chiave operatore. Dopo che " +"ProUpRegTx è stato estratto in un blocco, il nuovo operatore deve emettere " +"un ProUpServTx per aggiornare i metadati relativi al servizio e cancellare " +"lo stato PoSe vietato (ripristinare il masternode). È possibile creare un " +"ProUpRevTx da DMT facendo clic sul pulsante **Revoca operatore** oppure da " +"Dash Core utilizzando la seguente sintassi:" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" +"``reason``: Valore intero che indica il motivo della revoca " +"`__" #: ../../docs/user/masternodes/maintenance.rst:218 msgid "Proof of Service Bans" -msgstr "" +msgstr "Proof of Service Bans" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" +"Se il tuo masternode non riesce a fornire il servizio alla rete in " +"conformità con le attuali regole di consenso, riceverà un :ref:`Proof of " +"Service Ban `. Se il tuo masternode è nello stato " +"``POSE_BANNED``, dovresti verificare che le seguenti impostazioni siano " +"configurate correttamente:" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" +"Assicurati di eseguire la :ref:`ultima versione di Dash `" #: ../../docs/user/masternodes/maintenance.rst:226 msgid "" "Ensure your masternode has sufficient memory, swap, processing power and " "hard drive space" msgstr "" +"Assicurati che il tuo masternode disponga di memoria, swap, potenza di " +"elaborazione e spazio sul disco rigido sufficienti" #: ../../docs/user/masternodes/maintenance.rst:228 msgid "" @@ -322,18 +434,25 @@ msgid "" "`__, and that you are on the correct " "chain and not forked off" msgstr "" +"Assicurati di essere completamente sincronizzato con la `corretta altezza " +"del blocco `__ e di essere sulla catena " +"corretta e non biforcato" #: ../../docs/user/masternodes/maintenance.rst:230 msgid "" "Ensure that a BLS private key is specified using the " "``masternodeblsprivkey`` option in the masternode's ``dash.conf`` file" msgstr "" +"Assicurati che sia specificata una chiave privata BLS utilizzando l'opzione " +"``masternodeblsprivkey`` nel file ``dash.conf`` del masternode" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" +"Assicurati che la chiave privata BLS sul masternode sia univoca sulla rete e" +" non condivisa con altri masternode" #: ../../docs/user/masternodes/maintenance.rst:234 msgid "" @@ -341,142 +460,197 @@ msgid "" "public key registered on the blockchain in the ``ProRegTx`` or " "``ProUpRegTx``" msgstr "" +"Assicurarsi che la chiave privata BLS sul masternode corrisponda alla chiave" +" pubblica BLS registrata sulla blockchain nel ``ProRegTx`` o ``ProUpRegTx``" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" +"Assicurarsi che ``externalip`` (e ``port`` se si utilizza testnet) siano " +"specificati correttamente e non bloccati da un firewall o da un servizio di " +"port forwarding" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" +"Assicurati che Sentinel sia installato, aggiornato, non si chiuda con un " +"errore e sia inserito nel tuo crontab per essere eseguito ogni 1-2 minuti" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." -msgstr "" +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." +msgstr "" +"Una volta che sei sicuro che queste impostazioni siano corrette, puoi " +"aggiornare lo stato del tuo servizio sulla rete e tornare al set valido di " +"masternode creando un :ref:`ProUpServTx `. Monitora " +"attentamente il tuo masternode utilizzando ``masternode status`` e/o il file" +" ``debug.log`` dopo aver ripristinato il servizio. Queste informazioni " +"possono aiutarti a individuare la specifica errata configurazione che sta " +"causando il ban del masternode. Il masternode verrà nuovamente bannato se " +"continua a non fornire il servizio." #: ../../docs/user/masternodes/maintenance.rst:254 msgid "DashCentral voting, verification and monitoring" -msgstr "" +msgstr "Votazione, verifica e monitoraggio di DashCentral" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" +"DashCentral è un sito Web supportato dalla comunità gestito dal membro della" +" comunità Rango. È diventato un sito *de facto* per la discussione di " +"proposte di budget e per facilitare il voto da un'interfaccia utente " +"grafica, ma offre anche funzioni per monitorare i masternode." #: ../../docs/user/masternodes/maintenance.rst:262 msgid "Adding your masternode to DashCentral" -msgstr "" +msgstr "Aggiunta del tuo masternode a DashCentral" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" +"`Dashcentral `_ ti consente di votare le " +"proposte comodamente dal tuo browser. Dopo aver completato la `registrazione" +" `_, vai alla pagina `masternodes " +"`_ e fai clic su **Aggiungi " +"masternode adesso* *pulsante. Inserisci l'indirizzo del tuo collaterale " +"nella schermata seguente:" #: ../../docs/user/masternodes/maintenance.rst:274 msgid "Adding a masternode to DashCentral" -msgstr "" +msgstr "Aggiunta di un masternode a DashCentral" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" +"Fai clic su **Aggiungi masternode**. Il tuo masternode è stato ora aggiunto " +"a DashCentral." #: ../../docs/user/masternodes/maintenance.rst:280 msgid "Enabling voting from DashCentral" -msgstr "" +msgstr "Abilitazione della votazione da DashCentral" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" +"Fai clic su **Modifica** in **Chiavi private di voto** per inserire la " +"chiave privata masternode per abilitare la votazione tramite l'interfaccia " +"web di DashCentral. Inserisci una passphrase di voto (non uguale alla " +"password di accesso, ma altrettanto importante da ricordare!) e inserisci la" +" chiave privata (la stessa chiave che hai utilizzato nel file dash.conf sul " +"tuo masternode) nella seguente schermata:" #: ../../docs/user/masternodes/maintenance.rst:292 msgid "Adding voting privkeys to DashCentral" -msgstr "" +msgstr "Aggiunta delle chiavi private di voto a DashCentral" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." -msgstr "" +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." +msgstr "" +"È importante notare che la chiave privata per avviare il tuo masternode non " +"è correlata alle chiavi private dell'indirizzo collaterale in cui è " +"memorizzato il tuo 1000 DASH. Queste chiavi possono essere utilizzate per " +"impartire comandi per conto del masternode, come il voto, ma non possono " +"essere utilizzate per accedere al collaterale. Le chiavi vengono " +"crittografate sul tuo dispositivo e non vengono mai archiviate come testo " +"normale sui server DashCentral. Una volta inserita la chiave, fare clic su " +"**Memorizza le chiavi private di voto crittografate sul server**. Ora puoi " +"votare le proposte dall'interfaccia web di DashCentral." #: ../../docs/user/masternodes/maintenance.rst:304 msgid "Verifying ownership" -msgstr "" +msgstr "Verifica della proprietà" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" +"Puoi anche inviare un messaggio dal tuo indirizzo per verificare la " +"proprietà del tuo masternode a DashCentral. Fai clic su **Non verificato** " +"in **Proprietà** e verrà visualizzata la seguente schermata:" #: ../../docs/user/masternodes/maintenance.rst:313 msgid "Verifying ownership of your masternode to DashCentral" -msgstr "" +msgstr "Verifica la proprietà del tuo masternode su DashCentral" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" -msgstr "" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" +msgstr "" +"Vengono visualizzate le istruzioni su come firmare il tuo indirizzo di " +"garanzia utilizzando un wallet software. Se utilizzi un wallet hardware " +"diverso da Trezor, dovrai utilizzare l'app DMT per firmare l'indirizzo. Se " +"stai utilizzando il wallet hardware Trezor, vai al tuo `wallet Trezor " +"`_, copia l'indirizzo del collaterale e fai clic " +"su **Firma e verifica**. Apparirà la seguente schermata, dove potrai " +"inserire il messaggio fornito da DashCentral e l'indirizzo che desideri " +"firmare:" #: ../../docs/user/masternodes/maintenance.rst:326 msgid "Signing a message from the Trezor Wallet" -msgstr "" +msgstr "Firma un messaggio dal Wallet Trezor" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" +"Fai clic su **Firma**, conferma sul tuo dispositivo Trezor e inserisci il " +"PIN per firmare il messaggio. Nella casella **Firma** verrà visualizzata la " +"firma del messaggio. Copia questa firma e incollala nella casella su " +"DashCentral e fai clic su **Verifica proprietà**. La verifica è ora " +"completa." #: ../../docs/user/masternodes/maintenance.rst:336 msgid "Masternode ownership has been successfully verified" -msgstr "" +msgstr "La proprietà del Masternode è stata verificata con successo" #: ../../docs/user/masternodes/maintenance.rst:339 msgid "Installing the DashCentral monitoring script" -msgstr "" +msgstr "Installazione dello script di monitoraggio DashCentral" #: ../../docs/user/masternodes/maintenance.rst:341 msgid "" @@ -487,71 +661,102 @@ msgid "" "key, adding a PIN to your account if necessary. Scroll to the following " "screen:" msgstr "" +"DashCentral offre un servizio per monitorare il tuo masternode, riavviare " +"automaticamente dashd in caso di arresto anomalo e inviare e-mail in caso di" +" errore. Vai alla pagina `Impostazioni account " +"`_ e genera una nuova chiave API, " +"aggiungendo un PIN al tuo account se necessario. Scorrere fino alla " +"schermata seguente:" #: ../../docs/user/masternodes/maintenance.rst:351 msgid "Setting up the DashCentral monitoring script" -msgstr "" +msgstr "Configurazione dello script di monitoraggio DashCentral" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" +"Copia il collegamento alla versione corrente dello script dashcentral " +"facendo clic con il pulsante destro del mouse e selezionando **Copia " +"indirizzo collegamento**. Apri PuTTY e connettiti al tuo masternode, quindi " +"digita::" #: ../../docs/user/masternodes/maintenance.rst:359 msgid "" "Replace the link with the current version of dashcentral-updater as " "necessary. Decompress the archive using the following command::" msgstr "" +"Sostituisci il collegamento con la versione corrente di dashcentral-updater," +" se necessario. Decomprimere l'archivio utilizzando il seguente comando::" #: ../../docs/user/masternodes/maintenance.rst:364 msgid "View your masternode configuration details by typing::" msgstr "" +"Visualizza i dettagli di configurazione del tuo masternode digitando::" #: ../../docs/user/masternodes/maintenance.rst:368 msgid "" "Copy the values for ``rpcuser`` and ``rpcpassword``. Then edit the " "dashcentral configuration by typing::" msgstr "" +"Copia i valori per ``rpcuser`` e ``rpcpassword``. Quindi modifica la " +"configurazione di dashcentral digitando::" #: ../../docs/user/masternodes/maintenance.rst:373 msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" +"Sostituisci i valori per ``api_key``, il tuo indirizzo collaterale " +"masternode, ``rpc_user``, ``rpc_password``, ``daemon_binary`` e " +"``daemon_datadir`` in base al tuo sistema. Una configurazione comune, dove " +"``lwhite`` è il nome dell'utente Linux, potrebbe assomigliare a questa:" #: ../../docs/user/masternodes/maintenance.rst:381 msgid "DashCentral updater configuration file" -msgstr "" +msgstr "File di configurazione dell'aggiornamento DashCentral" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" +"Premi **Ctrl + X** per uscire, conferma che vuoi salvare con **Y** e premi " +"**Invio**. Testa la tua configurazione eseguendo lo script dashcentral, " +"quindi controlla il sito web. Se ha avuto successo, vedrai che è stato " +"inviato un aggiornamento:" #: ../../docs/user/masternodes/maintenance.rst:416 msgid "Manually testing the DashCentral updater" -msgstr "" +msgstr "Testare manualmente il programma di aggiornamento DashCentral" #: ../../docs/user/masternodes/maintenance.rst:421 msgid "DashCentral updater has successfully sent data to the DashCentral site" msgstr "" +"Il programma di aggiornamento DashCentral ha inviato con successo i dati al " +"sito DashCentral" #: ../../docs/user/masternodes/maintenance.rst:424 msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" -msgstr "" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" +msgstr "" +"Dopo aver verificato che la configurazione funzioni, possiamo modificare il " +"crontab sul tuo sistema per programmare l'esecuzione dello script dcupdater " +"ogni 2 minuti. Ciò consente al sistema di avvisarti tempestivamente in caso " +"di guasto e di riavviare anche il demone dashd se si blocca o si blocca. " +"Questo è un modo efficace per assicurarti di non perdere la coda di " +"pagamento. Digitare il seguente comando::" #: ../../docs/user/masternodes/maintenance.rst:433 msgid "" @@ -559,10 +764,15 @@ msgid "" "after the line for sentinel, replacing lwhite with your username on your " "system::" msgstr "" +"Seleziona un editor se necessario e aggiungi la seguente riga al tuo crontab" +" dopo la riga per sentinel, sostituendo lwhite con il tuo nome utente sul " +"tuo sistema::" #: ../../docs/user/masternodes/maintenance.rst:442 msgid "Editing crontab to run the DashCentral updater automatically" msgstr "" +"Modifica crontab per eseguire automaticamente il programma di aggiornamento " +"DashCentral" #: ../../docs/user/masternodes/maintenance.rst:444 msgid "" @@ -570,56 +780,78 @@ msgid "" "**Enter**. The dcupdater script will now run every two minutes, restart " "dashd whenever necessary and email you in the event of an error." msgstr "" +"Premi **Ctrl + X** per uscire, conferma che vuoi salvare con **Y** e premi " +"**Invio**. Lo script dcupdater verrà ora eseguito ogni due minuti, riavvierà" +" dashd quando necessario e ti invierà un'e-mail in caso di errore." #: ../../docs/user/masternodes/maintenance.rst:449 msgid "Masternode monitoring tools" -msgstr "" +msgstr "Strumenti di monitoraggio di Masternode" #: ../../docs/user/masternodes/maintenance.rst:451 msgid "" "Several sites operated by community members are available to monitor key " "information and statistics relating to the masternode network." msgstr "" +"Sono disponibili diversi siti gestiti dai membri della comunità per " +"monitorare informazioni chiave e statistiche relative alla rete masternode." #: ../../docs/user/masternodes/maintenance.rst:455 msgid "Block Explorers" -msgstr "" +msgstr "Block Explorer" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" +"Poiché Dash è una blockchain pubblica, è possibile utilizzare i block " +"explorer per visualizzare i saldi di qualsiasi indirizzo pubblico Dash, " +"nonché esaminare le transazioni inserite in un dato blocco. Ogni transazione" +" unica è ricercabile anche in base al suo txid. Sono disponibili numerosi " +"block explorer per la rete Dash." #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" +"`Blockchair `__ offre un block explorer con " +"visualizzazioni dettagliate per analizzare la blockchain di Dash." #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" +"`CryptoID `__ offre un `Dash blockchain " +"explorer `__ e una `funzione " +"`__ per visualizzare e " +"mappare i masternode Dash." #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" +"`BitInfoCharts `_ offre una `pagina " +"`_ di statistiche e informazioni sui prezzi" +" e un `blockchain explorer `__." #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" +"`CoinCheckup `__ offre una gamma " +"di statistiche e dati sulla maggior parte delle blockchain, inclusa Dash." #: ../../docs/user/masternodes/maintenance.rst:475 msgid "" @@ -627,6 +859,9 @@ msgid "" "`explorer.dash.org `__ and " "`insight.dash.org `__." msgstr "" +"`Dash.org `__ include un blockchain explorer su " +"`explorer.dash.org `__ e " +"`insight.dash.org `__." #: ../../docs/user/masternodes/maintenance.rst:478 msgid "" @@ -635,104 +870,108 @@ msgid "" "`__ of `insight " "`__, an advanced blockchain API tool" msgstr "" +"`Trezor `__ gestisce un `blockchain explorer `__ alimentato da un `Dash fork " +"`__ di `insight " +"`__, uno strumento API blockchain avanzato" #: ../../docs/user/masternodes/maintenance.rst:484 msgid "Dash Masternode Tool" -msgstr "" +msgstr "Dash Masternode Tool" #: ../../docs/user/masternodes/maintenance.rst:486 msgid "https://github.com/Bertrand256/dash-masternode-tool" -msgstr "" +msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" +"Scritto e gestito dal membro della comunità Bertrand256, Dash Masternode " +"Tool (DMT) ti consente di avviare un masternode da tutti i principali " +"portafogli hardware come Trezor, Ledger e KeepKey. Supporta anche funzioni " +"per votare proposte e ritirare i pagamenti masternode senza influenzare la " +"transazione collaterale." #: ../../docs/user/masternodes/maintenance.rst:495 msgid "DASH Ninja" -msgstr "" +msgstr "DASH Ninja" #: ../../docs/user/masternodes/maintenance.rst:497 msgid "https://www.dashninja.pl" -msgstr "" +msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." -msgstr "" +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." +msgstr "" +"DASH Ninja, gestito dal membro del forum e sviluppatore Dash Core elbereth, " +"offre statistiche chiave sull'adozione di diverse versioni di Dash " +"attraverso la rete masternode. Sono inoltre disponibili diverse funzionalità" +" per monitorare la governance del Dash, il calendario dei pagamenti dei " +"masternode e la distribuzione geografica dei masternode, oltre ad un " +"semplice blockchain explorer." #: ../../docs/user/masternodes/maintenance.rst:507 msgid "DashCentral" -msgstr "" +msgstr "DashCentral" #: ../../docs/user/masternodes/maintenance.rst:509 msgid "https://www.dashcentral.org" -msgstr "" +msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" +"DashCentral, gestito dal membro del forum Rango, offre un servizio avanzato " +"per monitorare i masternode e votare le proposte di budget attraverso " +"un'interfaccia web avanzata." #: ../../docs/user/masternodes/maintenance.rst:516 msgid "Masternode.me" -msgstr "" +msgstr "Masternode.me" #: ../../docs/user/masternodes/maintenance.rst:518 msgid "https://stats.masternode.me" -msgstr "" +msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" +"Masternode.me, gestito dal membro della comunità Dash moocowmoo, offre " +"rapporti sequenziali su prezzo, tasso di generazione, informazioni sulla " +"blockchain e alcune informazioni sui masternode." #: ../../docs/user/masternodes/maintenance.rst:525 msgid "Dash Masternode Information" -msgstr "" +msgstr "Informazione sui Dash Masternode" #: ../../docs/user/masternodes/maintenance.rst:527 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" -msgstr "" +msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" +"Questo sito, gestito dal membro del forum e dallo sviluppatore Dash Core, " +"offre una rappresentazione visiva di molte statistiche chiave della rete " +"Dash masternode, inclusi grafici del conteggio totale dei masternode nel " +"tempo, informazioni sui prezzi e distribuzione della rete." diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po index 4f2f0943f..ee8381ec0 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,343 +1,462 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: it\n" -"Language-Team: it \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" +"Questa guida descrive come configurare un server per ospitare un masternode." -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" -msgstr "" +msgstr "dash, guida, masternode, configurazione, bls" #: ../../docs/user/masternodes/server-config.rst:9 msgid "Server configuration" -msgstr "" +msgstr "Configurazione del server" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"La configurazione di un masternode richiede una conoscenza di base di Linux " +"e della tecnologia blockchain, nonché la capacità di seguire attentamente le" +" istruzioni. Richiede inoltre una manutenzione regolare e un'attenta " +"sicurezza, in particolare se non conservi il tuo Dash su un wallet hardware." +" Ci sono alcune decisioni da prendere lungo il percorso e passaggi " +"aggiuntivi facoltativi da intraprendere per una maggiore sicurezza." #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" +"Commerciali :ref:`servizi di hosting masternode ` sono " +"disponibili se preferisci delegare la gestione quotidiana del tuo masternode" +" a un operatore professionale. Quando utilizzi questi servizi di hosting, " +"mantieni il pieno controllo della garanzia masternode e paghi all'operatore " +"una percentuale concordata del tuo premio." #: ../../docs/user/masternodes/server-config.rst:26 msgid "Set up your VPS" -msgstr "" +msgstr "Configura il tuo VPS" #: ../../docs/user/masternodes/server-config.rst:28 msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." -msgstr "" +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." +msgstr "" +"Un VPS, più comunemente noto come server cloud, è l'installazione " +"completamente funzionale di un sistema operativo (solitamente Linux) " +"operante all'interno di una macchina virtuale. La macchina virtuale consente" +" al provider VPS di eseguire più sistemi su un server fisico, rendendolo più" +" efficiente e molto più economico rispetto ad avere un singolo sistema " +"operativo in esecuzione sul \"bare metal\" di ciascun server." #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." -msgstr "" +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." +msgstr "" +"Un VPS è l'ideale per ospitare un masternode Dash perché in genere offre " +"uptime garantito, ridondanza in caso di guasto hardware e un indirizzo IP " +"statico necessario per garantire di rimanere nella coda di pagamento del " +"masternode. Sebbene eseguire un masternode da casa su un computer desktop " +"sia tecnicamente possibile, molto probabilmente non funzionerà in modo " +"affidabile perché la maggior parte degli ISP assegna indirizzi IP dinamici " +"agli utenti domestici." #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" -msgstr "" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" +msgstr "" +"Prima di iniziare, prenditi qualche minuto per rivedere i requisiti hardware" +" del masternode :hoverxref: ` che potrebbero " +"aiutarti a decidere quale provider VPS si adatta meglio alle tue esigenze. " +"Utilizzeremo l'hosting `Vultr `_ come esempio di " +"VPS, sebbene `DigitalOcean `_, `Amazon EC2 " +"`_, `Google Cloud " +"`_, `Choopa ` _ " +"e `OVH `_ sono scelte popolari. Per prima cosa crea" +" un account e aggiungi credito. Quindi vai alla voce di menu **Server** a " +"sinistra e fai clic su **++** per aggiungere un nuovo server. Seleziona una " +"posizione per il tuo nuovo server nella schermata seguente:" #: ../../docs/user/masternodes/server-config.rst:56 msgid "Vultr server location selection screen" -msgstr "" +msgstr "Schermata di selezione della posizione del server Vultr" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" +"Seleziona Ubuntu 20.04 x64 come tipo di server. Usiamo questa versione LTS " +"di Ubuntu invece della versione più recente perché le versioni LTS sono " +"supportate con aggiornamenti di sicurezza per 5 anni, invece dei soliti 9 " +"mesi." #: ../../docs/user/masternodes/server-config.rst:65 msgid "Vultr server type selection screen" -msgstr "" +msgstr "Schermata di selezione del tipo di server Vultr" #: ../../docs/user/masternodes/server-config.rst:67 msgid "Select a server size offering at least 2GB of memory." -msgstr "" +msgstr "Seleziona una dimensione del server che offra almeno 2 GB di memoria." #: ../../docs/user/masternodes/server-config.rst:72 msgid "Vultr server size selection screen" -msgstr "" +msgstr "Schermata di selezione delle dimensioni del server Vultr" #: ../../docs/user/masternodes/server-config.rst:74 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" +"Inserisci un nome host e un'etichetta per il tuo server. In questo esempio " +"utilizzeremo ``dashmn1`` come nome host." #: ../../docs/user/masternodes/server-config.rst:80 msgid "Vultr server hostname & label selection screen" msgstr "" +"Schermata di selezione del nome host e dell'etichetta del server Vultr" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" +"Vultr ora installerà il tuo server. Questo processo potrebbe richiedere " +"alcuni minuti." #: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server installation screen" -msgstr "" +msgstr "Schermata di installazione del server Vultr" #: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" +"Fai clic su **Gestisci** una volta completata l'installazione e prendi nota " +"dell'indirizzo IP, del nome utente e della password." #: ../../docs/user/masternodes/server-config.rst:95 msgid "Vultr server management screen" -msgstr "" +msgstr "Schermata di gestione del server Vultr" #: ../../docs/user/masternodes/server-config.rst:100 msgid "Set up your operating system" -msgstr "" +msgstr "Configura il tuo sistema operativo" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." -msgstr "" +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." +msgstr "" +"Inizieremo connettendoci al server appena fornito. Su Windows, scaricheremo " +"prima un'app chiamata PuTTY per connetterci al server. Vai alla `pagina di " +"download di PuTTY " +"`_ e " +"seleziona il programma di installazione MSI appropriato per il tuo sistema. " +"Su Mac o Linux puoi eseguire ssh direttamente dal terminale: digita " +"semplicemente ``ssh root@`` e inserisci la password quando " +"richiesto." #: ../../docs/user/masternodes/server-config.rst:113 msgid "PuTTY download page" -msgstr "" +msgstr "Pagina di download di PuTTY" #: ../../docs/user/masternodes/server-config.rst:115 msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" +"Fai doppio clic sul file scaricato per installare PuTTY, quindi esegui l'app" +" dal menu Start. Inserisci l'indirizzo IP del server nel campo **Nome host**" +" e fai clic su **Apri**. Potresti visualizzare un avviso relativo al " +"certificato, poiché questa è la prima volta che ti connetti a questo server." +" Puoi tranquillamente fare clic su **Sì** per considerare attendibile questo" +" server in futuro." #: ../../docs/user/masternodes/server-config.rst:124 msgid "PuTTY security alert when connecting to a new server" -msgstr "" +msgstr "Avviso di sicurezza PuTTY quando ci si connette a un nuovo server" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" +"Ora sei connesso al tuo server e dovresti vedere una finestra terminale. " +"Inizia accedendo al tuo server con l'utente \"root\" e la password fornita " +"dal tuo provider di hosting." #: ../../docs/user/masternodes/server-config.rst:133 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" +"Verifica della password quando ti connetti al tuo VPS per la prima volta" #: ../../docs/user/masternodes/server-config.rst:137 msgid "Set up users" -msgstr "" +msgstr "Configura gli utenti" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" -msgstr "" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" +msgstr "" +"Dovresti cambiare immediatamente la password di root e conservarla in un " +"luogo sicuro per sicurezza. Puoi copiare e incollare uno qualsiasi dei " +"seguenti comandi selezionandoli nel browser, premendo **Ctrl + C**, quindi " +"passando alla finestra PuTTY e facendo clic con il pulsante destro del mouse" +" nella finestra. Il testo verrà incollato nella posizione corrente del " +"cursore::" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" +"Inserisci e conferma una nuova password (preferibilmente lunga e generata " +"casualmente). Successivamente creeremo un nuovo utente con il seguente " +"comando, sostituendo ```` con un nome utente a tua scelta::" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" -msgstr "" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" +msgstr "" +"Ti verrà richiesta una password. Inserisci e conferma utilizzando una nuova " +"password (diversa dalla password di root) e conservala in un luogo sicuro. " +"Verranno inoltre visualizzate le richieste per le informazioni sull'utente, " +"ma è possibile lasciarlo vuoto. Una volta creato l'utente, lo aggiungeremo " +"al gruppo sudo in modo che possa eseguire comandi come root::" #: ../../docs/user/masternodes/server-config.rst:163 msgid "Update the system" -msgstr "" +msgstr "Aggiorna il sistema" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" +"Ora, sempre come root, aggiorneremo il sistema dal repository dei pacchetti " +"Ubuntu::" #: ../../docs/user/masternodes/server-config.rst:171 msgid "" "The system will show a list of upgradable packages. Press **Y** and " "**Enter** to install the packages." msgstr "" +"Il sistema mostrerà un elenco di pacchetti aggiornabili. Premi **Y** e " +"**Invio** per installare i pacchetti." #: ../../docs/user/masternodes/server-config.rst:176 msgid "Configure the firewall" -msgstr "" +msgstr "Configura il firewall" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" +"Ora installeremo un firewall (e alcuni altri pacchetti che utilizzeremo in " +"seguito)::" #: ../../docs/user/masternodes/server-config.rst:182 #: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" -msgstr "" +msgstr "(premi **Y** e **Invio** per confermare)" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" +"Scegli la configurazione firewall appropriata di seguito in base alla rete " +"supportata dal tuo masternode:" #: ../../docs/user/masternodes/server-config.rst:187 msgid "Mainnet configuration" -msgstr "" +msgstr "Configurazione della rete principale" #: ../../docs/user/masternodes/server-config.rst:196 msgid "Testnet configuration" -msgstr "" +msgstr "Configurazione della rete di prova" #: ../../docs/user/masternodes/server-config.rst:211 msgid "Enable swap" -msgstr "" +msgstr "Abilita lo scambio" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" +"Successivamente, aggiungeremo la memoria di swap, la abiliteremo e la " +"imposteremo per essere abilitata ai riavvii successivi::" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"Aggiungi la seguente riga alla fine del file (premi Tab per separare ogni " +"parola/numero), quindi premi **Ctrl + X** per chiudere l'editor, quindi " +"**Y** e **Invio** salva il file ." #: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" -msgstr "" +msgstr "Limitare l'accesso remoto" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" +"Infine, per prevenire attacchi di hacking di password con forza bruta, " +"installeremo fail2ban e disabiliteremo l'accesso root su ssh. Questi " +"passaggi sono facoltativi, ma altamente consigliati. Inizia con fail2ban::" #: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" -msgstr "" +msgstr "Crea un nuovo file di configurazione::" #: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" -msgstr "" +msgstr "E incolla la seguente configurazione:" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" +"Quindi premi **Ctrl + X** per chiudere l'editor, quindi **Y** e **Invio** " +"salvano il file. Riavvia e abilita il servizio fail2ban::" #: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" +"Successivamente, apri il file di configurazione SSH per disabilitare " +"l'accesso root su SSH::" #: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"Individua la riga che dice ``PermitRootLogin yes`` e impostala su " +"``PermitRootLogin no``. Direttamente sotto, aggiungi una riga che dice " +"``AllowUsers ``, sostituendo ```` con il nome utente " +"selezionato sopra. Quindi premi **Ctrl + X** per chiudere l'editor, quindi " +"**Y** e **Invio** salvano il file." #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" +"Facoltativamente, installa o aggiorna `AppArmor `_ " +"(prova questo passaggio se riscontri problemi relativi ad AppArmor)::" #: ../../docs/user/masternodes/server-config.rst:277 msgid "Reboot" -msgstr "" +msgstr "Riavviare" #: ../../docs/user/masternodes/server-config.rst:279 msgid "Now, reboot the server to apply any necessary kernel updates::" msgstr "" +"Ora riavvia il server per applicare eventuali aggiornamenti del kernel " +"necessari::" #: ../../docs/user/masternodes/server-config.rst:283 msgid "Your SSH client (e.g. PuTTY) will disconnect when the server reboots." msgstr "" +"Il tuo client SSH (ad esempio PuTTY) si disconnetterà al riavvio del server." #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." -msgstr "" - +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." +msgstr "" +"Sebbene questa configurazione includa passaggi di base per proteggere il tuo" +" server dagli attacchi, si può fare molto di più. In particolare, " +"l'autenticazione con una `chiave pubblica " +"`_ invece di una " +"combinazione nome utente/password. È consigliabile abilitare gli " +"`aggiornamenti automatici di sicurezza " +"`_. Ulteriori " +"suggerimenti sono disponibili `qui `__." diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 86ceee2e7..218c46c5f 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,418 +1,572 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# AL , 2023 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: it\n" -"Language-Team: it \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" +"Questa guida descrive come impostare un masternode Dash Evolution. Descrive " +"inoltre varie opzioni di hosting e diversi wallet" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" -msgstr "" +msgstr "dash, guide, masternode, trezor, dip3, configurazione, bls, evonode" #: ../../docs/user/masternodes/setup-evonode.rst:9 msgid "Evonode Setup" -msgstr "" +msgstr "Configurazione Evonode" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" +"La configurazione di un masternode Evolution richiede una conoscenza di base" +" di Linux e della tecnologia blockchain, nonché la capacità di seguire " +"attentamente le istruzioni. Richiede inoltre una manutenzione regolare e " +"un'attenta sicurezza, in particolare se non conservi il tuo Dash su un " +"wallet hardware. Ci sono alcune decisioni da prendere lungo il percorso e " +"passaggi aggiuntivi facoltativi da intraprendere per una maggiore sicurezza." #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." -msgstr "" +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." +msgstr "" +"I :ref:`servizi di hosting masternode ` sono disponibili" +" se preferisci delegare il funzionamento quotidiano del tuo evonode a un " +"operatore professionale. Quando utilizzi questi servizi di hosting, mantieni" +" il pieno controllo della garanzia DASH e paghi all'operatore una " +"percentuale concordata della tua ricompensa. È anche possibile delegare le " +"proprie chiavi di voto a un rappresentante, consultare la " +":ref:`documentazione sulla governance` per ulteriori " +"informazioni." #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" -msgstr "" +msgstr "Prima di iniziare" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" +"Questa guida presuppone che tu stia configurando per la prima volta un " +"singolo masternode Evolution della mainnet. Se stai aggiornando un " +"masternode, vedi invece :ref:`qui `. Avrai bisogno:" #: ../../docs/user/masternodes/setup-evonode.rst:33 msgid "4000 Dash" -msgstr "" +msgstr "4000 Dash" #: ../../docs/user/masternodes/setup-evonode.rst:34 msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"Un wallet per conservare il tuo Dash, preferibilmente un wallet hardware, " +"sebbene sia supportato anche il wallet Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:36 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "Un server Linux, preferibilmente un server privato virtuale (VPS)" #: ../../docs/user/masternodes/setup-evonode.rst:38 msgid "" "For information about hosted masternodes, see the documentation listed " "below:" msgstr "" +"Per informazioni sui masternode ospitati, consultare la documentazione " +"elencata di seguito:" #: ../../docs/user/masternodes/setup-evonode.rst:40 msgid ":ref:`Information for users of hosted masternodes `" msgstr "" +":ref:`Informazioni per gli utenti di masternodes ospitati `" #: ../../docs/user/masternodes/setup-evonode.rst:41 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" +":ref:`Informazioni per gli utenti di masternodes ospitati `" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" +"Questa documentazione descrive i comandi come se fossero stati immessi nella" +" GUI Dash Core aprendo la console da **Finestra > Console**, ma lo stesso " +"risultato può essere ottenuto su un masternode inserendo gli stessi comandi " +"e aggiungendo il prefisso ``~ /.dashcore/dash-cli`` a ciascun comando." #: ../../docs/user/masternodes/setup-evonode.rst:49 msgid "Server configuration" -msgstr "" +msgstr "Configurazione del server" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" +"La corretta configurazione del server è essenziale per il successo del " +"funzionamento del masternode sia per motivi di sicurezza che di prestazioni." +" Fai riferimento alla pagina :hoverxref:`Configurazione del server ` per i dettagli su come preparare il tuo server per ospitare un " +"masternode." #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" +"Una volta completata la configurazione del server, completa i passaggi " +"rimanenti nelle sezioni seguenti per completare la configurazione del tuo " +"evonode o segui questo tutorial passo passo." #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "" +msgstr "Invia il collaterale" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." -msgstr "" +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." +msgstr "" +"Per far funzionare un masternode Evolution è necessario un indirizzo Dash " +"con un singolo output di transazione non speso (UTXO) di esattamente 4000 " +"DASH. Una volta inviato, è necessario estrarre diverse chiavi relative alla " +"transazione per poi inserirle in un file di configurazione e registrare la " +"transazione come prova per scrivere la configurazione sulla blockchain in " +"modo che il masternode Evolution possa essere incluso nella lista " +"deterministica." #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" +"Un masternode può essere registrato da un wallet hardware o dal wallet " +"ufficiale Dash Core, sebbene un wallet hardware sia altamente raccomandato " +"per migliorare la sicurezza e proteggersi dagli attacchi hacker. Questa " +"guida descriverà i passaggi sia per i wallet hardware che per Dash Core." #: ../../docs/user/masternodes/setup-evonode.rst:86 msgid "Option 1: Holding collateral in a hardware wallet" -msgstr "" +msgstr "Opzione 1: conservare il collaterale in un wallet hardware" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." -msgstr "" +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." +msgstr "" +"Configura il tuo Trezor utilizzando il wallet Trezor su " +"https://wallet.trezor.io/ e invia una transazione di prova per verificare " +"che funzioni correttamente. Per assistenza in merito, consulta :ref:`questa " +"guida ` - puoi anche scegliere (con attenzione!) `aggiungere una " +"passphrase`_ al tuo Trezor per proteggere ulteriormente la " +"tua garanzia. Crea un nuovo account nel tuo wallet Trezor facendo clic su " +"**Aggiungi account**. Quindi fai clic sulla scheda **Ricevi** e invia " +"esattamente 4000 DASH all'indirizzo visualizzato. Se stai configurando più " +"masternode, invia a indirizzi consecutivi all'interno dello stesso nuovo " +"account. Dovresti vedere la transazione non appena arriva la prima conferma," +" solitamente entro pochi minuti." #: ../../docs/user/masternodes/setup-evonode.rst:103 msgid "Trezor Wallet Receive tab showing successfully received collateral" msgstr "" +"Scheda Ricevi di Trezor Wallet che mostra la garanzia ricevuta con successo" #: ../../docs/user/masternodes/setup-evonode.rst:105 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"Una volta visualizzata la transazione, fai clic sul codice QR a destra per " +"visualizzare la transazione sulla blockchain. Mantieni questa finestra " +"aperta mentre completiamo i passaggi successivi, poiché presto dovremo " +"confermare che esistono 15 conferme, come mostrato nello screenshot " +"seguente." #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" +"Trezor blockchain explorer che mostra 15 conferme per il trasferimento del " +"collaterale" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" +"Mentre aspettiamo 15 conferme, scarica l'ultima versione di Dash Masternode " +"Tool (DMT) dalla `pagina delle versioni di GitHub " +"`__. " +"Decomprimere ed eseguire il file. Viene visualizzata la seguente finestra." #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "Schermata di avvio di Dash Masternode Tool" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" +"Fai clic sul terzo pulsante da sinistra **Verifica connessione di rete " +"Dash** nell'angolo in alto a sinistra della finestra principale per " +"verificare che la connessione funzioni. Quindi collega il tuo dispositivo " +"Trezor e fai clic sul pulsante successivo **Test connessione hardware " +"Wallet** per verificare che la connessione Trezor funzioni." #: ../../docs/user/masternodes/setup-evonode.rst:136 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "Conferma di connessione riuscita col Dash Masternode Tool" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" +"Utilizzeremo ora DMT per inserire alcune informazioni di base sul masternode" +" ed estrarre l'ID della transazione. Innanzitutto, fai clic su **aggiungi " +"uno nuovo** o fai clic su **Azioni MN** e seleziona **Aggiungi nuova voce " +"Masternode...**. Eseguire la seguente sequenza di passaggi come mostrato " +"nello screenshot:" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" +"Inserisci un nome per il tuo masternode. Il nome host specificato sopra per " +"il tuo VPS è una buona scelta." #: ../../docs/user/masternodes/setup-evonode.rst:145 msgid "Select which masternode type you are setting up." -msgstr "" +msgstr "Seleziona il tipo di masternode che stai configurando." #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" +"Inserisci l'indirizzo IP del tuo masternode. Questo ti è stato fornito dal " +"provider VPS quando hai configurato il server. Quindi inserisci il numero " +"della porta TCP. Dovrebbe essere 9999 per mainnet." #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" +"Fai clic su **Trova garanzie** per visualizzare le transazioni di " +"finanziamento delle garanzie non utilizzate disponibili sul wallet hardware " +"connesso. Seleziona l'indirizzo a cui hai inviato la garanzia e fai clic su " +"**Applica**. I campi **Indirizzo collaterale**, **percorso**, **Hash TX " +"collaterale** e **indice** devono essere compilati automaticamente." #: ../../docs/user/masternodes/setup-evonode.rst:158 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "Dash Masternode Tool con configurazione Masternode" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" +"Lasciare DMT aperto e continuare con il passo successivo: " +":ref:`Installazione del software `." #: ../../docs/user/masternodes/setup-evonode.rst:164 msgid "Option 2: Holding collateral in Dash Core wallet" -msgstr "" +msgstr "Opzione 2: detenere il collaterale nel wallet Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"Apri il wallet Dash Core e attendi che si sincronizzi con la rete. Dovrebbe " +"assomigliare a questo quando è pronto:" #: ../../docs/user/masternodes/setup-evonode.rst:172 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "Wallet Dash Core completamente sincronizzato" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" +"Fai clic su **Finestra > Console** per aprire la console. Digita il seguente" +" comando nella console per generare un nuovo indirizzo Dash per il materiale" +" collaterale::" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." -msgstr "" +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." +msgstr "" +"Prendi nota dell'indirizzo collaterale, poiché ne avremo bisogno in seguito." +" Il prossimo passo è proteggere il tuo wallet (se non l'hai già fatto). " +"Innanzitutto, crittografa il portafoglio selezionando **Impostazioni > " +"Crittografa wallet**. Dovresti utilizzare una password nuova e complessa che" +" non hai mai utilizzato altrove. Prendi nota della tua password e conservala" +" in un posto sicuro, altrimenti rimarrai permanentemente bloccato fuori dal " +"tuo wallet e perderai l'accesso ai tuoi fondi. Successivamente, esegui il " +"backup del file del tuo wallet selezionando **File > Backup wallet**. Salva " +"il file in un luogo sicuro fisicamente separato dal tuo computer, poiché " +"questo sarà l'unico modo per accedere ai nostri fondi se succede qualcosa al" +" tuo computer. Per ulteriori dettagli su questi passaggi, vedere :ref:`qui " +"`." #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." -msgstr "" +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." +msgstr "" +"Ora invia esattamente 4000 DASH in un'unica transazione al nuovo indirizzo " +"che hai generato nel passaggio precedente. Questo può essere inviato da un " +"altro wallet o da fondi già detenuti nel tuo wallet attuale. Una volta " +"completata la transazione, visualizza la transazione in un `blockchain " +"explorer `_ cercando l'indirizzo. Avrai " +"bisogno di 15 conferme prima di poter registrare il masternode, ma a questo " +"punto puoi già procedere con il passaggio successivo: generare la tua chiave" +" operatore masternode." #: ../../docs/user/masternodes/setup-evonode.rst:209 msgid "Masternode Installation" -msgstr "" +msgstr "Installazione Masternode" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" +"Sono disponibili le seguenti opzioni per l'installazione del software Dash " +"masternode:" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" +":ref:`Installazione Dashmate (consigliata) `" #: ../../docs/user/masternodes/setup-evonode.rst:214 msgid ":ref:`Manual installation `" -msgstr "" +msgstr ":ref:`Installazione manuale `" #: ../../docs/user/masternodes/setup-evonode.rst:219 msgid "Dashmate installation" -msgstr "" +msgstr "installazione Dashmate" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" +"Dashmate è uno strumento universale progettato per aiutarti a configurare ed" +" eseguire i nodi Dash in un ambiente containerizzato. Si basa sulla " +"tecnologia Docker e presenta un comando di configurazione interattivo. " +"Dashmate gestisce l'installazione di Dash Core, nonché tutte le dipendenze e" +" i servizi di supporto. Consulta questa :ref:`documentazione dashmate " +"` per ulteriori informazioni." #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" +"Apri nuovamente PuTTY o una console e connettiti al server utilizzando il " +"nome utente e la password che hai appena creato per il tuo nuovo utente non " +"root. Inizia installando le dipendenze di Dashmate::" #: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" -msgstr "" +msgstr "Installa dashmate::" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" +"Opzioni di installazione alternative sono disponibili nella " +":hoverxref:`dashmate page `." #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" +"Continua con il :ref:`Passaggio di registrazione ` per " +"impostare il collaterale, le chiavi e costruire la transazione ProTx " +"richiesta per abilitare il tuo masternode." #: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" -msgstr "" +msgstr "Installazione Manuale" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" +"Dash Platform includerà più servizi che devono essere configurati " +"correttamente affinché un masternode Evolution funzioni correttamente. Si " +"consiglia un :ref:`installazione basata su dashmate ` per garantire che la configurazione sia funzionale." #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Core Dash" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" -msgstr "" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" +msgstr "" +"Per scaricare e installare manualmente i componenti del tuo masternode Dash " +"Evolution, visita la `pagina delle versioni di GitHub " +"`_ e copia il collegamento " +"all'ultima versione appropriata per la tua architettura della CPU, per " +"esempio. ``x86_64-linux-gnu``. Torna alla finestra del terminale e inserisci" +" il comando seguente, incollando l'indirizzo dell'ultima versione di Dash " +"Core facendo clic con il pulsante destro del mouse o premendo **Ctrl+ V**::" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Verifica l'autenticità del tuo download controllando la sua firma staccata " +"rispetto alla chiave pubblica pubblicata dal team di sviluppo di Dash Core. " +"Tutte le versioni di Dash sono firmate utilizzando GPG con una delle " +"seguenti chiavi:" #: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " +"`verificabile qui su Keybase `__" #: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" +"Crea una directory di lavoro per Dash, estrai l'archivio compresso e copia i" +" file necessari nella directory:" #: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "Crea un file di configurazione utilizzando il seguente comando::" #: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" @@ -421,36 +575,46 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" +"Apparirà una finestra dell'editor. Ora dobbiamo creare un file di " +"configurazione specificando diverse variabili. Copia e incolla il seguente " +"testo per iniziare, quindi sostituisci le variabili specifiche della tua " +"configurazione come segue:" #: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Sostituisci i campi contrassegnati con ``XXXXXXX`` come segue:" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" +"``rpcuser``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip``: questo è l'indirizzo IP del tuo VPS" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" +"Lasciare commentato il campo ``masternodeblsprivkey`` per ora. Il risultato " +"dovrebbe assomigliare a questo:" #: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" -msgstr "" +msgstr "Immissione dei dati chiave in dash.conf sul masternode" #: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" @@ -458,127 +622,167 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"Premi **Ctrl + X** per chiudere l'editor e **Y** e **Invio** salvano il " +"file. Ora puoi iniziare a eseguire Dash sul masternode per iniziare la " +"sincronizzazione con la blockchain::" #: ../../docs/user/masternodes/setup-evonode.rst:345 msgid "You will see a message reading **Dash Core server starting**." -msgstr "" +msgstr "Verrà visualizzato il messaggio **Server Dash Core in avvio**." #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" +"Ora installeremo Sentinel, un software che funziona da watchdog per " +"comunicare alla rete che il tuo nodo funziona correttamente:" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"Verrà visualizzato il messaggio **dashd non sincronizzato con la rete! In " +"attesa della sincronizzazione completa prima di eseguire Sentinel.** " +"Aggiungi dashd e sentinel a crontab per assicurarti che venga eseguito ogni " +"minuto per controllare il tuo masternode::" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" +"Scegli nano come editor e inserisci le seguenti righe alla fine del file::" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" +"Premi Invio per assicurarti che ci sia una riga vuota alla fine del file, " +"quindi premi **Ctrl + X** per chiudere l'editor e **Y** e **Invio** salvano " +"il file. Ora dobbiamo attendere il completamento di 15 conferme della " +"transazione collaterale e attendere che la blockchain finisca di " +"sincronizzarsi sul masternode. È possibile utilizzare i seguenti comandi per" +" monitorare l'avanzamento:" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" +"Una volta completata la sincronizzazione, dovresti vedere la seguente " +"risposta::" #: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" -msgstr "" +msgstr "Registra il tuo masternode" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" +"Le chiavi richieste per i diversi ruoli masternode sono descritte brevemente" +" in :ref:`mn-concepts` in questa documentazione." #: ../../docs/user/masternodes/setup-evonode.rst:411 msgid "Option 1: Registering from a hardware wallet" -msgstr "" +msgstr "Opzione 1: registrazione da un wallet hardware" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" +"Torna a DMT e assicurati che tutti i campi del passaggio precedente siano " +"ancora compilati correttamente. Fai clic su **Genera nuovo** per le chiavi " +"private richieste per il masternode:" #: ../../docs/user/masternodes/setup-evonode.rst:417 msgid "Owner private key" -msgstr "" +msgstr "Chiave privata del proprietario" #: ../../docs/user/masternodes/setup-evonode.rst:418 msgid "Operator private key" -msgstr "" +msgstr "Chiave privata dell'operatore" #: ../../docs/user/masternodes/setup-evonode.rst:419 msgid "Voting private key" -msgstr "" +msgstr "Chiave privata di voto" #: ../../docs/user/masternodes/setup-evonode.rst:420 msgid "Platform Node private key (evonodes only)" -msgstr "" +msgstr "Chiave privata del nodo della Platform (solo evonodes)" #: ../../docs/user/masternodes/setup-evonode.rst:422 msgid "" "For evonodes, click the button beside the **Platform P2P port** and " "**Platform HTTP port** fields to set the default values." msgstr "" +"Per gli evonode, fare clic sul pulsante accanto ai campi **Porta P2P " +"Platform** e **Porta HTTP Platform** per impostare i valori predefiniti." #: ../../docs/user/masternodes/setup-evonode.rst:425 msgid "Click **Apply changes** when these fields have been set." -msgstr "" +msgstr "Fai clic su **Applica modifiche** una volta impostati questi campi." #: ../../docs/user/masternodes/setup-evonode.rst:430 msgid "Dash Masternode Tool ready to register a new masternode" -msgstr "" +msgstr "Dash Masternode Tool pronto per registrare un nuovo masternode" #: ../../docs/user/masternodes/setup-evonode.rst:432 msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" -msgstr "" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" +msgstr "" +"Quindi fai clic su **Azioni MN** e seleziona **Registra masternode**. " +"Facoltativamente, specifica un diverso **Indirizzo di pagamento** e/o un " +"**Premio per l'operatore**, quindi fai clic su **Continua**. Seleziona " +"**Nodo RPC Dash remoto (metodo automatico)**. (Per dettagli sull'utilizzo " +"del proprio nodo RPC locale, consultare la `documentazione dello strumento " +"Dash Masternode ` __.) Confermare i due " +"messaggi seguenti:" #: ../../docs/user/masternodes/setup-evonode.rst:445 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" +"Dash Masternode Tool finestre di dialogo di conferma per registrare un " +"masternode" #: ../../docs/user/masternodes/setup-evonode.rst:449 msgid "Complete server configuration" -msgstr "" +msgstr "Configurazione completa del server" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" +"A questo punto la registrazione del masternode è completa, ma è necessario " +"aggiungere la chiave privata BLS al server affinché possa diventare " +"operativo. La chiave BLS consente al masternode di monitorare la blockchain " +"per le transazioni Pro*Tx rilevanti e farà sì che inizi a fungere da " +"masternode quando il ProRegTx firmato viene trasmesso dal proprietario, come" +" abbiamo appena fatto sopra." #: ../../docs/user/masternodes/setup-evonode.rst:457 msgid "" @@ -586,38 +790,51 @@ msgid "" "instructions below based on which :ref:`Software Installation option " "` you are using." msgstr "" +"Prendi nota della tua chiave privata BLS e procedi con le istruzioni " +"pertinenti di seguito in base a quale :ref:`Opzione di installazione del " +"software` stai utilizzando." #: ../../docs/user/masternodes/setup-evonode.rst:462 msgid "Dashmate" -msgstr "" +msgstr "Dashmate" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" +"Per i masternode basati su Dashmate, inserisci la chiave privata BLS durante" +" il processo di configurazione iniziale di Dashmate. Esegui la procedura " +"guidata di configurazione di Dashmate sul tuo server::" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" +"Seleziona la rete e il tipo di masternode. Seleziona **Sì** quando ti viene " +"chiesto se il tuo masternode è già registrato poiché ciò è stato fatto in " +"precedenza nella sezione." #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" +"Inserisci la **chiave privata BLS** e la **chiave del nodo Platform** da DMT" +" quando richiesto da dashmate." #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" +"Dashmate rileverà automaticamente l'indirizzo IP esterno e selezionerà le " +"porte predefinite per la rete che stai configurando. È possibile modificare " +"questi valori se necessario per un motivo specifico, ma in genere è " +"necessario utilizzare i valori predefiniti." #: ../../docs/user/masternodes/setup-evonode.rst:479 #: ../../docs/user/masternodes/setup-evonode.rst:587 @@ -625,57 +842,80 @@ msgid "" "Once the dashmate wizard has completed successfully, start your node as " "follows::" msgstr "" +"Una volta completata correttamente la procedura guidata di Dashmate, avvia " +"il tuo nodo come segue::" #: ../../docs/user/masternodes/setup-evonode.rst:484 #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" +"Puoi gestire lo stato, la configurazione e lo stato di esecuzione del tuo " +"masternode interamente da Dashmate. Consulta la documentazione sul " +"funzionamento del nodo dashmate :hoverxref:`per i " +"dettagli." #: ../../docs/user/masternodes/setup-evonode.rst:490 msgid "Manual" -msgstr "" +msgstr "Manuale" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" +"Per le installazioni manuali, accedi al tuo masternode utilizzando ``ssh`` o" +" PuTTY e modifica il file di configurazione come segue:" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" +"L'editor appare con la configurazione del masternode esistente. Aggiungi o " +"rimuovi il commento da queste righe nel file, sostituendo la chiave con la " +"chiave privata BLS generata sopra::" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" +msgstr "" +"Premi Invio per assicurarti che ci sia una riga vuota alla fine del file, " +"quindi premi **Ctrl + X** per chiudere l'editor e **Y** e **Invio** salvano " +"il file. Tieni presente che fornire una ``masternodeblsprivkey`` abilita la " +"modalità masternode, che forzerà automaticamente le impostazioni " +"``txindex=1``, ``peerbloomfilters=1`` e ``prune=0`` necessarie per fornire " +"il servizio masternode. Ora dobbiamo riavviare il masternode affinché questa" +" modifica abbia effetto. Inserisci i seguenti comandi, aspettando qualche " +"secondo per dare a Dash Core il tempo di spegnersi::" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" +"A questo punto puoi monitorare il tuo masternode inserendo " +"``~/.dashcore/dash-cli masternode status`` o utilizzando la funzione " +"**Aggiorna stato** in DMT. Il risultato finale dovrebbe apparire come segue:" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" +"Output dello stato del masternode dash-cli che mostra il masternode " +"registrato correttamente" #: ../../docs/user/masternodes/setup-evonode.rst:525 #: ../../docs/user/masternodes/setup-evonode.rst:909 @@ -683,19 +923,26 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"A questo punto puoi tranquillamente disconnetterti dal tuo server digitando " +"``exit``. Congratulazioni! Il tuo masternode è ora in esecuzione." #: ../../docs/user/masternodes/setup-evonode.rst:533 msgid "Option 2: Registering from dashmate" -msgstr "" +msgstr "Opzione 2: registrazione da Dashmate" #: ../../docs/user/masternodes/setup-evonode.rst:536 #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" +"Per i masternode della rete principale, si consiglia vivamente di " +":ref:`memorizzare il materiale collaterale su un wallet hardware ` e utilizzare lo strumento Dash Masternode per " +"registrarsi come descritto in :ref:`Opzione 1: registrazione da un wallet " +"hardware `." #: ../../docs/user/masternodes/setup-evonode.rst:541 msgid "" @@ -705,117 +952,159 @@ msgid "" "masternodes where the collateral is stored in Dash Core rather than a " "hardware wallet." msgstr "" +"Dashmate può assistere con la registrazione del masternode richiedendo i " +"parametri necessari per costruire un comando protx valido che può essere " +"inviato da Dash Core. Questa opzione è molto utile per impostare masternode " +"testnet in cui il collaterale è archiviato in Dash Core anziché in un wallet" +" hardware." #: ../../docs/user/masternodes/setup-evonode.rst:547 msgid "Collect required information" -msgstr "" +msgstr "Raccogli le informazioni richieste" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" +"Prima di eseguire la procedura guidata di configurazione di Dashmate è " +"necessario ottenere :hoverxref:`informazioni sulla transazione " +"collaterale` e gli indirizzi del proprietario, della " +"votazione e dei pagamenti per il nuovo evonode. Ad esempio, utilizza Dash " +"Core per generare gli indirizzi come descritto nella sezione " +":hoverxref:`Ottieni indirizzi masternode `." #: ../../docs/user/masternodes/setup-evonode.rst:556 msgid "Run the setup wizard" -msgstr "" +msgstr "Esegui la procedura guidata di configurazione" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" +"Per iniziare la configurazione del masternode, esegui ``dashmate setup`` per" +" avviare la procedura guidata interattiva:" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" +"Ti verrà richiesto di selezionare una rete, un tipo di nodo, un indirizzo IP" +" e una chiave privata BLS. Quando imposti un masternode non registrato, ti " +"verranno richieste anche le informazioni sulla transazione collaterale e gli" +" indirizzi del proprietario, del voto e dei pagamenti." #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" +"Immettere le informazioni richieste o accettare i valori predefiniti " +"rilevati/generati. Per un esempio che mostra tutti i passaggi della " +"procedura guidata di configurazione, fare riferimento alla sezione " +":hoverxref:`dashmate `." #: ../../docs/user/masternodes/setup-evonode.rst:571 msgid "Submit the ProRegTx" -msgstr "" +msgstr "Invia il ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" +"La procedura guidata di Dashmate genererà un comando che puoi utilizzare per" +" inviare la transazione speciale di registrazione del provider che registra " +"il masternode sulla rete. Copia il comando protx fornito ed eseguilo " +"utilizzando dash-cli o la console Dash Core." #: ../../docs/user/masternodes/setup-evonode.rst:582 msgid "Registration command" -msgstr "" +msgstr "Comando di registrazione" #: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" -msgstr "" +msgstr "Avvia il nodo" #: ../../docs/user/masternodes/setup-evonode.rst:598 msgid "Option 3: Registering from Dash Core wallet" -msgstr "" +msgstr "Opzione 3: registrazione dal wallet Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" +"Questa opzione può essere utilizzata senza installare applicazioni diverse " +"da Dash Core; tuttavia, richiede l'abilità più tecnica." #: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" -msgstr "" +msgstr "Identificare la transazione di finanziamento" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" +"Se hai utilizzato un indirizzo nel wallet Dash Core per la transazione " +"collaterale, ora devi trovare il txid della transazione. Fai clic su " +"**Finestra > Console** e inserisci il seguente comando::" #: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" msgstr "" +"Questo dovrebbe restituire una stringa di caratteri simile alla seguente::" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" +"La prima stringa lunga è il tuo ``collateralHash``, mentre l'ultimo numero è" +" il ``collateralIndex``." #: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" -msgstr "" +msgstr "Genera una coppia di chiavi BLS" #: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" +"Per utilizzare un masternode è necessaria una coppia di chiavi BLS " +"pubblica/privata. La chiave privata è specificata sul masternode stesso, e " +"permette di inserirlo nella lista deterministica dei masternode una volta " +"creata una transazione di registrazione del provider con la corrispondente " +"chiave pubblica." #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" +"Se stai utilizzando un servizio di hosting, potrebbero fornirti la loro " +"chiave pubblica e puoi saltare questo passaggio. Se stai ospitando il tuo " +"masternode o hai accettato di fornire al tuo host la chiave privata BLS, " +"genera una coppia di chiavi pubblica/privata BLS in Dash Core facendo clic " +"su **Strumenti > Console** e inserendo il seguente comando::" #: ../../docs/user/masternodes/setup-evonode.rst:656 #: ../../docs/user/masternodes/setup-evonode.rst:718 @@ -823,98 +1112,130 @@ msgid "" "**These keys are NOT stored by the wallet and must be backed up and kept " "secure.**" msgstr "" +"**Queste chiavi NON vengono archiviate nel wallet e devono essere sottoposte" +" a backup e mantenute al sicuro.**" #: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" -msgstr "" +msgstr "Aggiungi la chiave privata alla configurazione del tuo masternode" #: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" -msgstr "" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" +msgstr "" +"La chiave pubblica verrà utilizzata nei passaggi successivi. La chiave " +"privata deve essere inserita nel file ``dash.conf`` sul masternode. Ciò " +"consente al masternode di monitorare la blockchain per le transazioni Pro*Tx" +" rilevanti e lo farà iniziare a fungere da masternode quando il ProRegTx " +"firmato verrà trasmesso dal proprietario (passaggio finale di seguito). " +"Accedi al tuo masternode utilizzando ``ssh`` o PuTTY e modifica il file di " +"configurazione come segue:" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" +"L'editor appare con la configurazione del masternode esistente. Aggiungi o " +"rimuovi il commento da questa riga nel file, sostituendo la chiave con la " +"chiave privata BLS generata sopra::" #: ../../docs/user/masternodes/setup-evonode.rst:693 msgid "Generate a Platform Node ID" -msgstr "" +msgstr "Genera un ID nodo Platform" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" +"Il seguente comando genererà una nuova chiave P2P utilizzando Tenderdash e " +"la visualizzerà sullo schermo::" #: ../../docs/user/masternodes/setup-evonode.rst:702 msgid "" "Save the value contained in the ``id`` field for use as your " "``platformNodeID``." msgstr "" +"Salva il valore contenuto nel campo ``id`` per utilizzarlo come " +"``platformNodeID``." #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" +"In alternativa, è possibile utilizzare i seguenti comandi per generare la " +"chiave P2P, salvarla in `privkey.pem` e generare ``platformNodeID`` in " +"formato esadecimale:" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" +"L'ID del nodo della Platform verrà utilizzato nei passaggi seguenti. Ora " +"prepareremo la transazione utilizzata per registrare il masternode sulla " +"rete." #: ../../docs/user/masternodes/setup-evonode.rst:725 msgid "Get masternode addresses" -msgstr "" +msgstr "Ottieni gli indirizzi masternode" #: ../../docs/user/masternodes/setup-evonode.rst:729 msgid "Owner address" -msgstr "" +msgstr "Indirizzo del proprietario" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" +"Innanzitutto, dobbiamo ottenere un nuovo indirizzo non utilizzato dal wallet" +" che funga da **indirizzo della chiave del proprietario** " +"(``ownerKeyAddr``). Questo non è lo stesso dell'indirizzo collaterale che " +"contiene 4000 Dash. Genera un nuovo indirizzo come segue::" #: ../../docs/user/masternodes/setup-evonode.rst:741 msgid "Voting address" -msgstr "" +msgstr "Indirizzo di voto" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" +"Questo indirizzo può essere utilizzato anche come **indirizzo chiave di " +"voto** (``votingKeyAddr``). In alternativa, puoi specificare un indirizzo " +"fornito dal delegato votante prescelto o semplicemente generare un nuovo " +"indirizzo chiave di voto come segue::" #: ../../docs/user/masternodes/setup-evonode.rst:753 msgid "Payout address" -msgstr "" +msgstr "Indirizzo di pagamento" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" +"Quindi genera o scegli un indirizzo esistente per ricevere i **pagamenti del" +" masternode del proprietario** (``payoutAddress``). E' possibile utilizzare " +"anche un indirizzo esterno al wallet::" #: ../../docs/user/masternodes/setup-evonode.rst:764 msgid "Fee source address" -msgstr "" +msgstr "Commissione dell'indirizzo sorgente" #: ../../docs/user/masternodes/setup-evonode.rst:766 msgid "" @@ -922,29 +1243,41 @@ msgid "" "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" +"Puoi anche opzionalmente generare e finanziare un altro indirizzo come " +"**fonte della commissione di transazione** (``feeSourceAddress``). Se hai " +"selezionato un indirizzo di pagamento esterno, devi specificare un indirizzo" +" di origine della commissione." #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" +"L'indirizzo di pagamento o l'indirizzo di origine della commissione deve " +"avere un saldo sufficiente per pagare la commissione di transazione, " +"altrimenti la transazione ``register_prepare_hpmn`` fallirà." #: ../../docs/user/masternodes/setup-evonode.rst:775 msgid "Key access" -msgstr "" +msgstr "Chiave di accesso" #: ../../docs/user/masternodes/setup-evonode.rst:777 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" +"Le chiavi private del proprietario e gli indirizzi della fonte delle " +"commissioni devono essere presenti nel portafoglio che invia la transazione " +"alla rete. Se il tuo portafoglio è protetto da password, ora deve essere " +"sbloccato per eseguire i seguenti comandi. Sblocca il tuo portafoglio per 5 " +"minuti::" #: ../../docs/user/masternodes/setup-evonode.rst:788 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Preparare una transazione ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" @@ -952,100 +1285,134 @@ msgid "" "``protx register_prepare_hpmn`` command. This command has the following " "syntax::" msgstr "" +"Ora prepareremo una transazione speciale ProRegTx non firmata utilizzando il" +" comando ``protx Register_prepare_hpmn``. Questo comando ha la seguente " +"sintassi::" #: ../../docs/user/masternodes/setup-evonode.rst:796 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" +"Apri un editor di testo come Blocco note per preparare questo comando. " +"Sostituisci ogni argomento del comando come segue:" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" +"``collateralHash``: il txid della transazione di finanziamento collaterale " +"4000 Dash" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" +"``collateralIndex``: l'indice di output della transazione di finanziamento " +"4000 Dash" #: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" +"``ipAndPort``: Indirizzo IP e porta del Masternode, nel formato " +"``x.x.x.x:yyyy``" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" +"``ownerKeyAddr``: il nuovo indirizzo Dash generato sopra per l'indirizzo del" +" proprietario/voto" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" +"``operatorPubKey``: la chiave pubblica BLS :hoverxref:`generata sopra \" (o " +"fornita dal tuo servizio di hosting)" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" +"``votingKeyAddr``: il nuovo indirizzo Dash generato sopra, o l'indirizzo di " +"un delegato, utilizzato per la votazione della proposta" #: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" +"``operatorReward``: La percentuale del premio in blocco assegnato " +"all'operatore come pagamento" #: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" +"``payoutAddress``: un indirizzo Dash nuovo o esistente per ricevere i premi " +"masternode del proprietario" #: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" "``platformNodeID``: Platform P2P node ID :hoverxref:`generated above " "`" msgstr "" +"``platformNodeID``: ID nodo Platform P2P :hoverxref:`generato sopra " +"`" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" +"``platformP2PPort``: porta TCP della comunicazione peer-to-peer della " +"Platform Dash tra i nodi. Deve essere 26656 per la rete principale." #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" +"``platformHTTPPort``: porta TCP dell'interfaccia HTTP/API della Platform. " +"Deve essere 443 per mainnet." #: ../../docs/user/masternodes/setup-evonode.rst:818 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress``: un indirizzo (facoltativo) utilizzato per finanziare " +"la tariffa ProTx. Se non specificato verrà utilizzato ``payoutAddress``." #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" +"Tieni presente che l'operatore è responsabile di :ref:`specificare il " +"proprio indirizzo di ricompensa ` in una transazione " +"``update_service`` separata se specifichi un ``operatorReward`` diverso da " +"zero. Il proprietario della garanzia masternode non specifica l'indirizzo di" +" pagamento dell'operatore." #: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" -msgstr "" +msgstr "Esempio (rimuovere le interruzioni di riga durante la copia)::" #: ../../docs/user/masternodes/setup-evonode.rst:842 #: ../../docs/user/masternodes/setup-evonode.rst:869 #: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" -msgstr "" +msgstr "Output::" #: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" @@ -1053,213 +1420,97 @@ msgid "" "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" +"Successivamente utilizzeremo i campi ``collateralAddress`` e ``signMessage``" +" per firmare la transazione e l'output del campo ``tx`` per inviare la " +"transazione." #: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Firma la transazione ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Ora firmeremo il contenuto del campo ``signMessage`` utilizzando la chiave " +"privata per l'indirizzo del collaterale come specificato in " +"``collateralAddress``. Tieni presente che per questo passaggio non è " +"necessaria alcuna connessione Internet, il che significa che il wallet può " +"rimanere disconnesso da Internet nella cella frigorifera per firmare il " +"messaggio. In questo esempio utilizzeremo nuovamente Dash Core, ma è " +"ugualmente possibile utilizzare la funzione di firma di un wallet hardware. " +"Il comando assume la seguente sintassi::" #: ../../docs/user/masternodes/setup-evonode.rst:865 #: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" -msgstr "" +msgstr "Esempio::" #: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" -msgstr "" +msgstr "Invia il messaggio firmato" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" +"Ora invieremo la transazione speciale ProRegTx alla blockchain per " +"registrare il masternode. Questo comando deve essere inviato da un wallet " +"Dash Core che contiene un saldo su \"feeSourceAddress\" o \"payoutAddress\"," +" poiché è coinvolta una commissione di transazione standard. Il comando " +"assume la seguente sintassi::" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" -msgstr "" +msgstr "Dove:" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" +"``tx``: la transazione serializzata precedentemente restituita nel campo di " +"output ``tx`` dal comando ``protx Register_prepare_hpmn``" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" +"``sig``: il messaggio firmato con la chiave collaterale dal comando " +"``signmessage``" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." -msgstr "" +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." +msgstr "" +"Il tuo masternode è ora registrato e apparirà nell'elenco dei Masternode " +"deterministici dopo che la transazione sarà stata estratta in un blocco. " +"Puoi visualizzare questo elenco nella scheda **Masternodes** del wallet Dash" +" Core o nella console utilizzando il comando ``protx list valid``, dove il " +"txid della transazione finale ``protx Register_submit`` identifica il tuo " +"masternode ." #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" +"A questo punto puoi tornare alla finestra del terminale e monitorare il tuo " +"masternode inserendo ``~/.dashcore/dash-cli masternode status`` o " +"utilizzando la funzione **Aggiorna stato** in DMT." diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index d2a6ee150..ae71e32ad 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,94 +1,118 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" +"Questa guida descrive come configurare un masternode Dash con i servizi evo." -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" -msgstr "" +msgstr "dash, guide, masternodes, trezor, dip3, configura, bls" #: ../../docs/user/masternodes/setup-testnet.rst:9 msgid "Testnet Setup" -msgstr "" +msgstr "Configurazione Testnet" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." msgstr "" +"La configurazione di un masternode con supporto per i servizi evo richiede " +"una conoscenza di base della tecnologia Linux e blockchain, nonché la " +"capacità di seguire attentamente le istruzioni. Richiede inoltre una " +"manutenzione regolare e un'attenta sicurezza, in particolare se non conservi" +" il tuo Dash su un wallet hardware. Ci sono alcune decisioni da prendere " +"lungo il percorso e passaggi aggiuntivi facoltativi da intraprendere per una" +" maggiore sicurezza." #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." -msgstr "" +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." +msgstr "" +"Commerciali :ref:`servizi di hosting masternode ` sono disponibili se " +"preferisci delegare la gestione quotidiana del tuo masternode a un operatore" +" professionale. Quando utilizzi questi servizi di hosting, mantieni il pieno" +" controllo della garanzia 1000 DASH e paghi all'operatore una percentuale " +"concordata della tua ricompensa. È anche possibile delegare le proprie " +"chiavi di voto a un rappresentante, consultare la :ref:`documentazione sulla" +" governance` per ulteriori informazioni." #: ../../docs/user/masternodes/setup-testnet.rst:29 msgid "Before you begin" -msgstr "" +msgstr "Prima di iniziare" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" +"Questa guida presuppone che tu stia configurando un singolo masternode " +"testnet per la prima volta. Se stai aggiornando un masternode, vedi invece " +":ref:`qui `. Avrai bisogno:" #: ../../docs/user/masternodes/setup-testnet.rst:35 msgid "1000 Dash" -msgstr "" +msgstr "1000 Dash" #: ../../docs/user/masternodes/setup-testnet.rst:36 msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"Un wallet per conservare il tuo Dash, preferibilmente un wallet hardware, " +"sebbene sia supportato anche il wallet Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "Un server Linux, preferibilmente un server privato virtuale (VPS)" #: ../../docs/user/masternodes/setup-testnet.rst:40 msgid "" "For information about hosted masternodes, see the documentation listed " "below:" msgstr "" +"Per informazioni sui masternode ospitati, consultare la documentazione " +"elencata di seguito:" #: ../../docs/user/masternodes/setup-testnet.rst:42 msgid ":ref:`Information for users of hosted masternodes `" -msgstr ":ref:`Informazioni per gli utenti di masternodes ospitati `" +msgstr "" +":ref:`Informazioni per gli utenti di masternodes ospitati `" #: ../../docs/user/masternodes/setup-testnet.rst:43 msgid "" @@ -101,256 +125,359 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" +"Questa documentazione descrive i comandi come se fossero stati immessi nella" +" GUI Dash Core aprendo la console da **Finestra > Console**, ma lo stesso " +"risultato può essere ottenuto su un masternode inserendo gli stessi comandi " +"e aggiungendo il prefisso ``~ /.dashcore/dash-cli`` a ciascun comando." #: ../../docs/user/masternodes/setup-testnet.rst:52 msgid "Server configuration" -msgstr "" +msgstr "Configurazione del server" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" +"La corretta configurazione del server è essenziale per il successo del " +"funzionamento del masternode sia per motivi di sicurezza che di prestazioni." +" Fai riferimento alla pagina :hoverxref:`Configurazione del server ` per i dettagli su come preparare il tuo server per ospitare un " +"masternode." #: ../../docs/user/masternodes/setup-testnet.rst:59 msgid "Send the collateral" -msgstr "" +msgstr "Invia il collaterale" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." -msgstr "" +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." +msgstr "" +"Per far funzionare un masternode è necessario un indirizzo Dash con un " +"singolo output di transazione non speso (UTXO) esattamente di 1000 DASH. Una" +" volta inviato, è necessario estrarre varie chiavi relative alla transazione" +" per il successivo inserimento in un file di configurazione e registrazione " +"della transazione come prova per scrivere la configurazione sulla blockchain" +" in modo che il masternode possa essere incluso nella lista deterministica. " +"Un masternode può essere registrato da un wallet hardware o dal wallet " +"ufficiale Dash Core, sebbene un wallet hardware sia altamente raccomandato " +"per migliorare la sicurezza e proteggersi dagli attacchi hacker. Questa " +"guida descriverà i passaggi sia per i wallet hardware che per Dash Core." #: ../../docs/user/masternodes/setup-testnet.rst:73 msgid "Option 1: Holding collateral in a hardware wallet" -msgstr "" +msgstr "Opzione 1: conservare la garanzia in un portafoglio hardware" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." -msgstr "" +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." +msgstr "" +"Configura il tuo Trezor utilizzando il wallet Trezor su " +"https://wallet.trezor.io/ e invia una transazione di prova per verificare " +"che funzioni correttamente. Per assistenza in merito, consulta :ref:`questa " +"guida ` - puoi anche scegliere (con attenzione!) " +"`aggiungere una passphrase `_ al tuo Trezor per proteggere " +"ulteriormente la tua garanzia. Crea un nuovo account nel tuo wallet Trezor " +"facendo clic su **Aggiungi account**. Quindi fai clic sulla scheda " +"**Ricevi** e invia esattamente 1000 DASH all'indirizzo visualizzato. Se stai" +" configurando più masternode, invia 1000 DASH a indirizzi consecutivi " +"all'interno dello stesso nuovo account. Dovresti vedere la transazione non " +"appena arriva la prima conferma, solitamente entro pochi minuti." #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" +"Scheda Ricevi di Trezor Wallet che mostra il collaterale ricevuto con " +"successo di 1000 DASH" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"Una volta visualizzata la transazione, fai clic sul codice QR a destra per " +"visualizzare la transazione sulla blockchain. Mantieni questa finestra " +"aperta mentre completiamo i passaggi successivi, poiché presto dovremo " +"confermare che esistono 15 conferme, come mostrato nello screenshot " +"seguente." #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" +"Trezor blockchain explorer che mostra 15 conferme per il trasferimento di " +"garanzie" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" +"Mentre aspettiamo 15 conferme, scarica l'ultima versione di Dash Masternode " +"Tool (DMT) dalla pagina delle versioni di GitHub `qui " +"`__. " +"Decomprimere ed eseguire il file. Viene visualizzata la seguente finestra." #: ../../docs/user/masternodes/setup-testnet.rst:111 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "Schermata di avvio di Dash Masternode Tool" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" +"Fai clic sul terzo pulsante da sinistra **Verifica connessione di rete " +"Dash** nell'angolo in alto a sinistra della finestra principale per " +"verificare che la connessione funzioni. Quindi collega il tuo dispositivo " +"Trezor e fai clic sul pulsante successivo **Test connessione hardware " +"Wallet** per verificare che la connessione Trezor funzioni." #: ../../docs/user/masternodes/setup-testnet.rst:125 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "Conferma di connessione riuscita col Dash Masternode Tool" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" +"Utilizzeremo ora DMT per inserire alcune informazioni di base sul masternode" +" ed estrarre l'ID della transazione. Eseguire la seguente sequenza di " +"passaggi come mostrato in questa schermata:" #: ../../docs/user/masternodes/setup-testnet.rst:134 msgid "Dash Masternode Tool configuration steps" -msgstr "" +msgstr "Step per configurare Dash Masternode Tool" #: ../../docs/user/masternodes/setup-testnet.rst:136 msgid "Click the **New** button." -msgstr "" +msgstr "Fare clic sul pulsante **Nuovo**." #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" +"Inserisci un nome per il tuo masternode. Il nome host specificato sopra per " +"il tuo VPS è una buona scelta." #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" +"Inserisci l'indirizzo IP del tuo masternode. Questo ti è stato fornito dal " +"provider VPS quando hai configurato il server. Quindi inserisci il numero " +"della porta TCP. Dovrebbe essere il 19999." #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" +"Fai clic su **Trova garanzie** per visualizzare le transazioni di " +"finanziamento delle garanzie non utilizzate disponibili sul wallet hardware " +"connesso. Seleziona l'indirizzo a cui hai inviato 1000 Dash e fai clic su " +"**Applica**. I campi **Indirizzo collaterale**, **percorso**, **Hash TX " +"collaterale** e **indice** devono essere compilati automaticamente." #: ../../docs/user/masternodes/setup-testnet.rst:151 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "Dash Masternode Tool con configurazione Masternode" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" +"Lascia aperto DMT e continua con il passaggio successivo: " +":ref:`installazione di Dash Core sul tuo VPS `." #: ../../docs/user/masternodes/setup-testnet.rst:157 msgid "Option 2: Holding collateral in Dash Core wallet" -msgstr "" +msgstr "Opzione 2: detenere il collaterale nel wallet Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"Apri il wallet Dash Core e attendi che si sincronizzi con la rete. Dovrebbe " +"assomigliare a questo quando è pronto:" #: ../../docs/user/masternodes/setup-testnet.rst:165 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "Wallet Dash Core completamente sincronizzato" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" +"Fai clic su **Finestra > Console** per aprire la console. Digita il seguente" +" comando nella console per generare un nuovo indirizzo Dash per il materiale" +" collaterale::" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." -msgstr "" +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." +msgstr "" +"Prendi nota dell'indirizzo collaterale, poiché ne avremo bisogno in seguito." +" Il prossimo passo è proteggere il tuo wallet (se non l'hai già fatto). " +"Innanzitutto, crittografa il portafoglio selezionando **Impostazioni > " +"Crittografa wallet**. Dovresti utilizzare una password nuova e complessa che" +" non hai mai utilizzato altrove. Prendi nota della tua password e conservala" +" in un posto sicuro, altrimenti rimarrai permanentemente bloccato fuori dal " +"tuo wallet e perderai l'accesso ai tuoi fondi. Successivamente, esegui il " +"backup del file del tuo wallet selezionando **File > Backup wallet**. Salva " +"il file in un luogo sicuro fisicamente separato dal tuo computer, poiché " +"questo sarà l'unico modo per accedere ai nostri fondi se succede qualcosa al" +" tuo computer. Per ulteriori dettagli su questi passaggi, vedere :ref:`qui " +"`." #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." -msgstr "" +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." +msgstr "" +"Ora invia esattamente 1000 DASH in un'unica transazione al nuovo indirizzo " +"che hai generato nel passaggio precedente. Questo può essere inviato da un " +"altro wallet o da fondi già detenuti nel tuo wallet attuale. Una volta " +"completata la transazione, visualizza la transazione in un `blockchain " +"explorer `_ cercando l'indirizzo." +" Avrai bisogno di 15 conferme prima di poter registrare il masternode, ma a " +"questo punto puoi già procedere con il passaggio successivo: generare la tua" +" chiave operatore masternode." #: ../../docs/user/masternodes/setup-testnet.rst:205 msgid "Masternode Installation" -msgstr "" +msgstr "Installazione Masternode" #: ../../docs/user/masternodes/setup-testnet.rst:207 msgid "The following tools are available for installing a Dash masternode:" msgstr "" +"Sono disponibili i seguenti strumenti per l'installazione di un masternode " +"Dash:" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" +":ref:`installazione Dashmate `" #: ../../docs/user/masternodes/setup-testnet.rst:210 msgid ":ref:`Manual installation `" msgstr "" +":ref:` installazione Manuale `" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" +"`Dash Masternode Zeus `__ (non " +"supporta ancora i servizi della platform)" #: ../../docs/user/masternodes/setup-testnet.rst:217 msgid "dashmate installation" -msgstr "" +msgstr "installazione dashmate" #: ../../docs/user/masternodes/setup-testnet.rst:219 msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." msgstr "" +"``dashmate`` sostituisce il programma di installazione `dashman " +"`__ masternode con moocowmoo. " +"dashmate si basa sulla tecnologia Docker e presenta un comando di " +"configurazione interattivo e la capacità di gestire più configurazioni di " +"nodi e più reti. Gestisce l'installazione di Dash Core e Tenderdash, nonché " +"tutte le dipendenze e i servizi di supporto. La documentazione completa di " +"Dashmate è disponibile `qui " +"`__." #: ../../docs/user/masternodes/setup-testnet.rst:229 msgid "Installation as root user is not supported or recommended." -msgstr "" +msgstr "L'installazione come utente root non è supportata né consigliata." #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" +"Apri nuovamente PuTTY o una console e connettiti utilizzando il nome utente " +"e la password che hai appena creato per il tuo nuovo utente non root. Inizia" +" installando le dipendenze di Dashmate::" #: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" -msgstr "" +msgstr "Installa dashmate::" #: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" -msgstr "" +msgstr "Esegui la procedura guidata di configurazione interattiva::" #: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" @@ -358,6 +485,9 @@ msgid "" "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" +"Ti verrà richiesto di selezionare una rete, un tipo di nodo, un indirizzo IP" +" e una chiave privata BLS. Immettere queste informazioni o accettare le " +"impostazioni predefinite rilevate/generate. Avvia il tuo nodo come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" @@ -366,119 +496,157 @@ msgid "" "`__" " or use the built-in help system to learn more:" msgstr "" +"Puoi gestire lo stato, la configurazione e lo stato di esecuzione del tuo " +"masternode interamente da Dashmate. Consulta la documentazione `qui " +"`__" +" o utilizza il sistema di guida integrato per saperne di più:" #: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" -msgstr "" +msgstr "Dashmate visualizza una gamma di output di stato" #: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" +"Puoi controllare lo stato del tuo masternode utilizzando i vari comandi " +"``dashmate status`` come segue:" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" +"Continua con il :ref:`Passaggio di registrazione ` per impostare il " +"collaterale, le chiavi e costruire la transazione ProTx richiesta per " +"abilitare il tuo masternode." #: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" -msgstr "" +msgstr "Aggiornamento Masternode" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" +"Puoi utilizzare ``dashmate`` per aggiornare le versioni minori del software " +"sul tuo masternode come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" +"L'aggiunta facoltativa dei seguenti comandi ``git`` e ``npm`` garantisce " +"inoltre l'utilizzo dell'ultima versione stabile di dashmate::" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" +"L'aggiunta del seguente comando eliminerà tutti i dati dalla Dash Platform " +"(necessario se la Platform è stata cancellata) e si riavvierà con la " +"versione più recente::" #: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" -msgstr "" +msgstr "Registrazione del masternode" #: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" +"Le tre chiavi richieste per i diversi ruoli masternode sono descritte " +"brevemente in :ref:`mn-concepts` in questa documentazione." #: ../../docs/user/masternodes/setup-testnet.rst:322 msgid "Option 1: Registering from a hardware wallet" -msgstr "" +msgstr "Opzione 1: registrazione da un wallet hardware" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" +"Torna a DMT e assicurati che tutti i campi del passaggio precedente siano " +"ancora compilati correttamente. Fai clic su **Genera nuovo** per le tre " +"chiavi private richieste per un masternode:" #: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" -msgstr "" +msgstr "Chiave privata del proprietario" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" +"Chiave privata dell'operatore (genera una nuova o usa la chiave privata " +"generata da dashmate)" #: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" -msgstr "" +msgstr "Chiave privata di voto" #: ../../docs/user/masternodes/setup-testnet.rst:335 msgid "Dash Masternode Tool ready to register a new masternode" -msgstr "" +msgstr "Dash Masternode Tool pronto per registrare un nuovo masternode" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" +"Quindi fare clic su **Registra masternode**. Facoltativamente, specifica un " +"diverso **Indirizzo di pagamento** e/o un **Premio per l'operatore**, quindi" +" fai clic su **Continua**. Seleziona **Nodo RPC Dash remoto (metodo " +"automatico)**. (Vedi `qui `__ per la documentazione " +"sull'utilizzo del tuo nodo RPC locale.) e conferma i seguenti due messaggi:" #: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" +"Dash Masternode Tool finestre di dialogo di conferma per registrare un " +"masternode" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" -msgstr "" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" +msgstr "" +"La chiave pubblica verrà utilizzata nei passaggi successivi. La chiave " +"privata deve essere inserita nella configurazione sul masternode. Ciò " +"consente al masternode di monitorare la blockchain per le transazioni Pro*Tx" +" rilevanti e lo farà iniziare a fungere da masternode quando il ProRegTx " +"firmato verrà trasmesso dal proprietario (passaggio finale di seguito). Se " +"stai utilizzando la chiave BLS generata da ``dashmate setup``, queste " +"informazioni sono già configurate per il tuo masternode. Se hai generato la " +"tua coppia di chiavi BLS, modifica la configurazione del dashmate come " +"segue:" #: ../../docs/user/masternodes/setup-testnet.rst:363 #: ../../docs/user/masternodes/setup-testnet.rst:613 @@ -487,60 +655,82 @@ msgid "" "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" +"A questo punto puoi tornare alla finestra del tuo terminale e monitorare il " +"tuo masternode inserendo ``dashmate status`` o utilizzando la funzione **Get" +" status** in DMT." #: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"Ora puoi uscire in sicurezza dal tuo server digitando ``exit``. " +"Congratulazioni! Il tuo masternode è ora in esecuzione." #: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" -msgstr "" +msgstr "Opzione 2: registrazione dal wallet Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:376 msgid "Identify the funding transaction" -msgstr "" +msgstr "Identificare la transazione di finanziamento" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" +"Se hai utilizzato un indirizzo nel wallet Dash Core per la transazione " +"collaterale, ora devi trovare il txid della transazione. Fai clic su " +"**Finestra > Console** e inserisci il seguente comando::" #: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" msgstr "" +"Questo dovrebbe restituire una stringa di caratteri simile alla seguente::" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" +"La prima stringa lunga è il tuo ``collateralHash``, mentre l'ultimo numero è" +" il ``collateralIndex``." #: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" -msgstr "" +msgstr "Genera una coppia di chiavi BLS" #: ../../docs/user/masternodes/setup-testnet.rst:399 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" +"Per utilizzare un masternode è necessaria una coppia di chiavi BLS " +"pubblica/privata. La chiave privata è specificata sul masternode stesso, e " +"permette di inserirlo nella lista deterministica dei masternode una volta " +"creata una transazione di registrazione del provider con la corrispondente " +"chiave pubblica." #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" -msgstr "" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" +msgstr "" +"Se stai utilizzando un servizio di hosting, potrebbero fornirti la loro " +"chiave pubblica e puoi saltare questo passaggio. Se stai ospitando il tuo " +"masternode o hai accettato di fornire al tuo host la chiave privata BLS, " +"puoi utilizzare la chiave BLS generata dal comando \"dashmate setup\". In " +"alternativa, puoi generare una coppia di chiavi pubblica/privata BLS in Dash" +" Core facendo clic su **Finestra > Console** e immettendo il seguente " +"comando::" #: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" @@ -548,62 +738,89 @@ msgid "" "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" +"**Queste chiavi NON vengono archiviate dal portafoglio o dashmate e devono " +"essere mantenute al sicuro, in modo simile al valore fornito in passato " +"dal** comando ``masternode genkey`` **.**" #: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" -msgstr "" +msgstr "Aggiungi la chiave privata alla configurazione del tuo masternode" #: ../../docs/user/masternodes/setup-testnet.rst:428 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" -msgstr "" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" +msgstr "" +"La chiave pubblica verrà utilizzata nei passaggi successivi. La chiave " +"privata deve essere inserita nel file ``dash.conf`` sul masternode. Ciò " +"consente al masternode di monitorare la blockchain per le transazioni Pro*Tx" +" rilevanti e lo farà iniziare a fungere da masternode quando il ProRegTx " +"firmato verrà trasmesso dal proprietario (passaggio finale di seguito). Se " +"stai utilizzando la chiave BLS generata da ``dashmate setup``, queste " +"informazioni sono già configurate per il tuo masternode. Se hai generato la " +"tua coppia di chiavi BLS, modifica la configurazione del dashmate come " +"segue:" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" +"Ora prepareremo la transazione utilizzata per registrare il masternode sulla" +" rete." #: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Preparare una transazione ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" +"In precedenza è stata già generata una coppia di chiavi BLS per l'operatore " +"e la chiave privata è stata inserita nel masternode. La chiave pubblica " +"viene utilizzata in questa transazione come ``operatorPubKey``." #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" +"Innanzitutto, dobbiamo ottenere un nuovo indirizzo non utilizzato dal wallet" +" che funga da **indirizzo della chiave del proprietario** " +"(``ownerKeyAddr``). Questo non è lo stesso dell'indirizzo collaterale che " +"contiene 1000 Dash. Genera un nuovo indirizzo come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" +"Questo indirizzo può essere utilizzato anche come **indirizzo chiave di " +"voto** (``votingKeyAddr``). In alternativa, puoi specificare un indirizzo " +"fornito dal delegato votante prescelto o semplicemente generare un nuovo " +"indirizzo chiave di voto come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" +"Quindi genera o scegli un indirizzo esistente per ricevere i **pagamenti del" +" masternode del proprietario** (``payoutAddress``). E' possibile utilizzare " +"anche un indirizzo esterno al wallet::" #: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" @@ -611,113 +828,157 @@ msgid "" "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" +"Puoi anche opzionalmente generare e finanziare un altro indirizzo come " +"**fonte della commissione di transazione** (``feeSourceAddress``). Se hai " +"selezionato un indirizzo di pagamento esterno, devi specificare un indirizzo" +" di origine della commissione." #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" +"L'indirizzo di pagamento o l'indirizzo di origine della commissione deve " +"avere un saldo sufficiente per pagare la commissione di transazione, " +"altrimenti la transazione \"register_prepare\" fallirà." #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" +"Le chiavi private del proprietario e gli indirizzi della fonte delle " +"commissioni devono essere presenti nel portafoglio che invia la transazione " +"alla rete. Se il tuo portafoglio è protetto da password, ora deve essere " +"sbloccato per eseguire i seguenti comandi. Sblocca il tuo portafoglio per 5 " +"minuti::" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" +"Ora prepareremo una transazione speciale ProRegTx senza segno utilizzando il" +" comando ``protx Register_prepare``. Questo comando ha la seguente " +"sintassi::" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" +"Dopo l'attivazione dell'hard fork v19, è necessario utilizzare ``protx " +"Register_prepare_legacy`` se viene utilizzata una chiave BLS con schema " +"legacy per registrare un masternode. Si consiglia invece di generare una " +"nuova chiave BLS dello schema di base, ove possibile. Questo può essere " +"fatto seguendo le istruzioni :ref:`Genera una coppia di chiavi BLS `." #: ../../docs/user/masternodes/setup-testnet.rst:505 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" +"Apri un editor di testo come Blocco note per preparare questo comando. " +"Sostituisci ogni argomento del comando come segue:" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" +"``collateralHash``: il txid della transazione di finanziamento collaterale " +"1000 Dash" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" +"``collateralIndex``: l'indice di output della transazione di finanziamento " +"1000 Dash" #: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" +"``ipAndPort``: Indirizzo IP e porta del Masternode, nel formato " +"``x.x.x.x:yyyy``" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" +"``ownerKeyAddr``: il nuovo indirizzo Dash generato sopra per l'indirizzo del" +" proprietario/voto" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" +"``operatorPubKey``: la chiave pubblica BLS generata sopra (o fornita dal tuo" +" servizio di hosting)" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" +"``votingKeyAddr``: il nuovo indirizzo Dash generato sopra, o l'indirizzo di " +"un delegato, utilizzato per la votazione della proposta" #: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" +"``operatorReward``: La percentuale del premio in blocco assegnato " +"all'operatore come pagamento" #: ../../docs/user/masternodes/setup-testnet.rst:522 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" +"``payoutAddress``: un indirizzo Dash nuovo o esistente per ricevere i premi " +"masternode del proprietario" #: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress``: un indirizzo (facoltativo) utilizzato per finanziare " +"la tariffa ProTx. Se non specificato verrà utilizzato ``payoutAddress``." #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" +"Tieni presente che l'operatore è responsabile di :ref:`specificare il " +"proprio indirizzo di ricompensa ` in una transazione " +"``update_service`` separata se specifichi un ``operatorReward`` diverso da " +"zero. Il proprietario della garanzia masternode non specifica l'indirizzo di" +" pagamento dell'operatore." #: ../../docs/user/masternodes/setup-testnet.rst:533 msgid "Example (remove line breaks if copying)::" -msgstr "" +msgstr "Esempio (rimuovere le interruzioni di riga durante la copia)::" #: ../../docs/user/masternodes/setup-testnet.rst:546 #: ../../docs/user/masternodes/setup-testnet.rst:575 #: ../../docs/user/masternodes/setup-testnet.rst:602 msgid "Output::" -msgstr "" +msgstr "Output::" #: ../../docs/user/masternodes/setup-testnet.rst:554 msgid "" @@ -725,99 +986,134 @@ msgid "" "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" +"Successivamente utilizzeremo i campi ``collateralAddress`` e ``signMessage``" +" per firmare la transazione e l'output del campo ``tx`` per inviare la " +"transazione." #: ../../docs/user/masternodes/setup-testnet.rst:559 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Firma la transazione ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Ora firmeremo il contenuto del campo ``signMessage`` utilizzando la chiave " +"privata per l'indirizzo del collaterale come specificato in " +"``collateralAddress``. Tieni presente che per questo passaggio non è " +"necessaria alcuna connessione Internet, il che significa che il wallet può " +"rimanere disconnesso da Internet nella cella frigorifera per firmare il " +"messaggio. In questo esempio utilizzeremo nuovamente Dash Core, ma è " +"ugualmente possibile utilizzare la funzione di firma di un wallet hardware. " +"Il comando assume la seguente sintassi::" #: ../../docs/user/masternodes/setup-testnet.rst:571 #: ../../docs/user/masternodes/setup-testnet.rst:598 msgid "Example::" -msgstr "" +msgstr "Esempio::" #: ../../docs/user/masternodes/setup-testnet.rst:581 msgid "Submit the signed message" -msgstr "" +msgstr "Invia il messaggio firmato" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" +"Ora invieremo la transazione speciale ProRegTx alla blockchain per " +"registrare il masternode. Questo comando deve essere inviato da un wallet " +"Dash Core che contiene un saldo su \"feeSourceAddress\" o \"payoutAddress\"," +" poiché è coinvolta una commissione di transazione standard. Il comando " +"assume la seguente sintassi::" #: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" -msgstr "" +msgstr "Dove:" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" +"``tx``: La transazione serializzata precedentemente restituita nel campo di " +"output ``tx`` dal comando ``protx Register_prepare``" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" +"``sig``: il messaggio firmato con la chiave collaterale dal comando " +"``signmessage``" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." -msgstr "" +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." +msgstr "" +"Il tuo masternode è ora registrato e apparirà nell'elenco dei Masternode " +"deterministici dopo che la transazione sarà stata estratta in un blocco. " +"Puoi visualizzare questo elenco nella scheda **Masternodes -> DIP3 " +"Masternodes** del wallet Dash Core o nella console utilizzando il comando " +"``protx list valid``, dove il txid del file finale ``protx Register_submit``" +" la transazione identifica il tuo masternode." #: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" -msgstr "" +msgstr "Installazione Manuale" #: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" +"**La guida all'installazione manuale è attualmente in fase di " +"elaborazione.**" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" +"Questa guida descrive come scaricare e installare manualmente i componenti " +"del tuo masternode Dash sotto Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"presupponendo che tu abbia un utente non root chiamato ``dash``. Dovrai " +"regolare manualmente i comandi apt se usi una distribuzione diversa." #: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" -msgstr "" +msgstr "Servizi Core" #: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" msgstr "" +"Prepara il tuo ambiente per l'installazione delle chiavi tramite GPG::" #: ../../docs/user/masternodes/setup-testnet.rst:640 msgid "Tor" -msgstr "" +msgstr "Tor" #: ../../docs/user/masternodes/setup-testnet.rst:642 msgid "" "Tor is an internet relay system designed to preserve anonymity on the " "internet. Install Tor as follows::" msgstr "" +"Tor è un sistema di inoltro Internet progettato per preservare l'anonimato " +"su Internet. Installa Tor come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:651 msgid "Dash Core" @@ -825,692 +1121,387 @@ msgstr "Core Dash" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" +"Dash Core è un fork di Bitcoin Core ed è responsabile di tutto il consenso e" +" la comunicazione relativa alla blockchain di base. Scarica Dash Core come " +"segue::" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" +"Verifica l'autenticità del tuo download controllando la sua firma staccata " +"rispetto alla chiave pubblica pubblicata dal team di sviluppo di Dash Core. " +"Tutte le versioni di Dash sono firmate utilizzando GPG con la seguente " +"chiave:" #: ../../docs/user/masternodes/setup-testnet.rst:664 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__" #: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" msgstr "" +"Estrai l'archivio compresso e copia i file necessari nella directory::" #: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" -msgstr "" +msgstr "Crea una directory di lavoro per Dash Core::" #: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" -msgstr "" +msgstr "Configura Dash Core::" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" +"Facoltativamente, sostituisci i campi ``rpcuser`` e ``rpcpassword`` con i " +"tuoi valori. Lasciare commentato il campo ``masternodeblsprivkey`` per ora. " +"Configura Dash Core per l'avvio come servizio::" #: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" -msgstr "" +msgstr "Avvia Dash Core::" #: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" -msgstr "" +msgstr "Verifica che Dash Core sia in esecuzione::" #: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-testnet.rst:757 msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" +"Sentinel è un cane da guardia e lavora per comunicare alla rete che il tuo " +"nodo funziona correttamente. Installa Sentinel come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" +"Verrà visualizzato il messaggio **dashd non sincronizzato con la rete! In " +"attesa della sincronizzazione completa prima di eseguire Sentinel.** " +"Eseguire quanto segue per garantire che Sentinel venga eseguito ogni 10 " +"minuti::" #: ../../docs/user/masternodes/setup-testnet.rst:776 msgid "Use the following command to monitor sync status::" msgstr "" +"Utilizzare il seguente comando per monitorare lo stato di sincronizzazione::" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" +"Una volta completata la sincronizzazione, dovresti vedere la seguente " +"risposta::" #: ../../docs/user/masternodes/setup-testnet.rst:794 msgid "Platform services" -msgstr "" +msgstr "Servizi della Platform" #: ../../docs/user/masternodes/setup-testnet.rst:796 msgid "" "Next, we will install the Dash Platform services. Start with installing " "JavaScript dependencies::" msgstr "" +"Successivamente, installeremo i servizi Dash Platform. Inizia con " +"l'installazione delle dipendenze JavaScript::" #: ../../docs/user/masternodes/setup-testnet.rst:805 msgid "Followed by Rust dependencies::" -msgstr "" +msgstr "Seguito dalle dipendenze di Rust::" #: ../../docs/user/masternodes/setup-testnet.rst:814 msgid "And Go dependencies::" -msgstr "" +msgstr "Dipendenze di And Go::" #: ../../docs/user/masternodes/setup-testnet.rst:822 msgid "Drive" -msgstr "" +msgstr "Drive" #: ../../docs/user/masternodes/setup-testnet.rst:824 msgid "" "Drive is a replicated state machine for Dash Platform. Download Drive as " "follows::" msgstr "" +"Drive è una macchina a stati replicata per Dash Platform. Scarica Drive come" +" segue::" #: ../../docs/user/masternodes/setup-testnet.rst:836 msgid "Configure Drive::" -msgstr "" +msgstr "Configura Drive::" #: ../../docs/user/masternodes/setup-testnet.rst:854 msgid "Start Drive::" -msgstr "" +msgstr "Avvia Drive::" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" +"Verifica che Drive sia in esecuzione controllando il valore temporale in " +"``uptime``::" #: ../../docs/user/masternodes/setup-testnet.rst:863 msgid "Tenderdash" -msgstr "" +msgstr "Tenderdash" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" +"Tenderdash è un fork di Tendermint ed è l'implementazione blockchain " +"utilizzata da Dash Platform. Dato che i binari non sono ancora stati " +"pubblicati, dovrai compilarli dal sorgente. Costruisci e installa Tenderdash" +" come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:876 msgid "Initialize Tenderdash::" -msgstr "" +msgstr "Inizializza Tenderdash::" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" +"Verranno generati diversi file nella directory ``~/.tenderdash``. Modificare" +" la configurazione con i seguenti comandi::" #: ../../docs/user/masternodes/setup-testnet.rst:891 msgid "Configure Tenderdash to start as a service::" -msgstr "" +msgstr "Configura Tenderdash per l'avvio come servizio::" #: ../../docs/user/masternodes/setup-testnet.rst:911 msgid "Ensure Dash Core is fully synced and start Tenderdash::" msgstr "" +"Assicurati che Dash Core sia completamente sincronizzato e avvia " +"Tenderdash::" #: ../../docs/user/masternodes/setup-testnet.rst:917 msgid "Verify Tenderdash is running::" -msgstr "" +msgstr "Verifica che Tenderdash sia in esecuzione::" #: ../../docs/user/masternodes/setup-testnet.rst:922 msgid "DAPI" -msgstr "" +msgstr "DAPI" #: ../../docs/user/masternodes/setup-testnet.rst:924 msgid "" "DAPI provides masternode services over the JSON RPC and gRPC protocols. " "Start DAPI as follows::" msgstr "" +"DAPI fornisce servizi masternode sui protocolli JSON RPC e gRPC. Avviare " +"DAPI come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:931 msgid "Modify the configuration with the following commands::" -msgstr "" +msgstr "Modificare la configurazione con i seguenti comandi::" #: ../../docs/user/masternodes/setup-testnet.rst:940 msgid "Start DAPI::" -msgstr "" +msgstr "Avvia DAPI::" #: ../../docs/user/masternodes/setup-testnet.rst:944 msgid "Start the transaction filter stream::" -msgstr "" +msgstr "Avvia il flusso del filtro delle transazioni::" #: ../../docs/user/masternodes/setup-testnet.rst:949 msgid "Envoy" -msgstr "" +msgstr "Inviato" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" -msgstr "" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" +msgstr "" +"Envoy è un proxy del servizio gRPC per applicazioni native del cloud. Poiché" +" è responsabile della terminazione TLS, dovrai ottenere un certificato TLS " +"per il tuo indirizzo IP pubblico prima di configurare Envoy. Puoi farlo in " +"autonomia utilizzando un provider di tua scelta, oppure utilizzare ZeroSSL " +"per ottenere un certificato gratuito. Visita " +"https://app.zerossl.com/certificate/new e inserisci il tuo indirizzo IP " +"pubblico, seleziona Caricamento file HTTP come metodo di verifica, quindi " +"scarica il file di autenticazione. Inserisci il contenuto di questo file " +"nella directory ``/var/www/html/.well-known/pki-validation/`` con il nome " +"file originale sul tuo server e servilo utilizzando nginx come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" +"Fare clic sul collegamento mostrato nel passaggio 3 dell'interfaccia ZeroSSL" +" e verificare che il contenuto del file di autenticazione sia visualizzato " +"nel browser. Completa la convalida in ZeroSSL e scarica il file del bundle " +"in formato ``.zip``. Estrailo sul tuo computer locale e copia il contenuto " +"di ``certificate.crt`` seguito da ``ca_bundle.crt`` uno dopo l'altro nel " +"file bundle nella seguente posizione sul nodo remoto:" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" +"Quindi copia il contenuto di ``private.key`` nella seguente posizione sul " +"nodo remoto:" #: ../../docs/user/masternodes/setup-testnet.rst:980 msgid "Remove nginx and the temporary auth file as follows:" -msgstr "" +msgstr "Rimuovi nginx e il file di autenticazione temporaneo come segue:" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" #: ../../docs/user/masternodes/setup-testnet.rst:985 msgid "Install Envoy as follows::" -msgstr "" +msgstr "Installa Envoy come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:992 msgid "Configure Envoy as follows::" -msgstr "" +msgstr "Configura Envoy come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:997 msgid "Configure Envoy to start as a service::" -msgstr "" +msgstr "Configura Envoy per l'avvio come servizio::" #: ../../docs/user/masternodes/setup-testnet.rst:1015 msgid "Start Envoy::" -msgstr "" +msgstr "Avvia Envoy::" #: ../../docs/user/masternodes/setup-testnet.rst:1021 msgid "Verify Envoy is running::" -msgstr "" +msgstr "Verifica che Envoy sia in esecuzione::" #: ../../docs/user/masternodes/setup-testnet.rst:1026 msgid "Finishing up" -msgstr "" +msgstr "Sta terminando" #: ../../docs/user/masternodes/setup-testnet.rst:1028 msgid "Ensure services managed by ``pm2`` start on reboot::" msgstr "" +"Assicurati che i servizi gestiti da ``pm2`` vengano avviati al riavvio::" #: ../../docs/user/masternodes/setup-testnet.rst:1033 msgid "" "Copy and paste the resulting command to ensure PM2 restarts processes on " "boot::" msgstr "" +"Copia e incolla il comando risultante per garantire che PM2 riavvii i " +"processi all'avvio::" #: ../../docs/user/masternodes/setup-testnet.rst:1038 msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"A questo punto puoi tranquillamente disconnetterti dal tuo server digitando " +"``exit``. Congratulazioni! Il tuo masternode è ora in esecuzione." #: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" -msgstr "" +msgstr "Installazione dello sviluppatore" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" +"Gli sviluppatori che richiedono un masternode locale possono iniziare " +"rapidamente avviando Dashmate e fornendo direttamente una chiave privata " +"contenente il materiale collaterale. Installa le dipendenze se necessario " +"(Docker, NodeJS, NPM, Github CLI). Sono supportati Windows, macOS e Linux, " +"l'esempio seguente mostra come installare le dipendenze in Ubuntu 20.04 " +"LTS.::" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" -msgstr "" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" +msgstr "" +"Genera un nuovo indirizzo Dash per uso temporaneo utilizzando `questo script" +" `__ o i comandi RPC " +"``getnewaddress`` e ``dumpprivkey`` in `Dash Core " +"`__ in modalità testnet. Vai su " +"https://testnet-faucet.dash.org/ e richiedi 1000+ tDash al tuo nuovo " +"indirizzo utilizzando il codice promozionale \"masternode\". Quindi scarica " +"e inizializza Dashmate come segue::" #: ../../docs/user/masternodes/setup-testnet.rst:1069 msgid "" "If you are using Windows, you will need to change the path for two log " "files. Modify the example below with a log path of your choosing::" msgstr "" +"Se utilizzi Windows, dovrai modificare il percorso di due file di registro. " +"Modifica l'esempio seguente con un percorso di registro a tua scelta::" #: ../../docs/user/masternodes/setup-testnet.rst:1075 msgid "Register your masternode on the network as follows::" -msgstr "" +msgstr "Registra il tuo masternode sulla rete come segue:" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" +"Attendi il completamento della sincronizzazione e della registrazione. " +"Quindi avvia il masternode::" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" +"Il tuo masternode ora fornisce il servizio sulle seguenti porte locali::" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Elenchi masternode deterministici " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" +"Tieni presente che la sincronizzazione della piattaforma richiederà del " +"tempo dopo il completamento della sincronizzazione principale. Puoi " +"monitorare i progressi con \"dashmate status platform\" o utilizzare " +"\"dashmate --help\" per visualizzare altri comandi." diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po index 09eb4a2ac..ba7b4b238 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,96 +1,119 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" +"Questa guida descrive come impostare un masternode Dash. Descrive inoltre " +"varie opzioni di hosting e diversi wallet" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" -msgstr "" +msgstr "dash, guide, masternodes, trezor, dip3, configura, bls" #: ../../docs/user/masternodes/setup.rst:9 msgid "Setup" -msgstr "" +msgstr "Impostazioni" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"La configurazione di un masternode richiede una conoscenza di base di Linux " +"e della tecnologia blockchain, nonché la capacità di seguire attentamente le" +" istruzioni. Richiede inoltre una manutenzione regolare e un'attenta " +"sicurezza, in particolare se non conservi il tuo Dash su un wallet hardware." +" Ci sono alcune decisioni da prendere lungo il percorso e passaggi " +"aggiuntivi facoltativi da intraprendere per una maggiore sicurezza." #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." -msgstr "" +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." +msgstr "" +"Commerciali :ref:`servizi di hosting masternode ` sono disponibili se " +"preferisci delegare la gestione quotidiana del tuo masternode a un operatore" +" professionale. Quando utilizzi questi servizi di hosting, mantieni il pieno" +" controllo della garanzia 1000 DASH e paghi all'operatore una percentuale " +"concordata della tua ricompensa. È anche possibile delegare le proprie " +"chiavi di voto a un rappresentante, consultare la :ref:`documentazione sulla" +" governance` per ulteriori informazioni." #: ../../docs/user/masternodes/setup.rst:29 msgid "Before you begin" -msgstr "" +msgstr "Prima di iniziare" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" +"Questa guida presuppone che tu stia configurando per la prima volta un " +"singolo masternode della mainnet. Se stai aggiornando un masternode, vedi " +"invece :ref:`qui `. Avrai bisogno:" #: ../../docs/user/masternodes/setup.rst:35 msgid "1000 Dash" -msgstr "" +msgstr "1000 Dash" #: ../../docs/user/masternodes/setup.rst:36 msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"Un wallet per conservare il tuo Dash, preferibilmente un wallet hardware, " +"sebbene sia supportato anche il wallet Dash Core" #: ../../docs/user/masternodes/setup.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "Un server Linux, preferibilmente un server privato virtuale (VPS)" #: ../../docs/user/masternodes/setup.rst:40 msgid "" "For information about hosted masternodes, see the documentation listed " "below:" msgstr "" +"Per informazioni sui masternode ospitati, consultare la documentazione " +"elencata di seguito:" #: ../../docs/user/masternodes/setup.rst:42 msgid ":ref:`Information for users of hosted masternodes `" -msgstr ":ref:`Informazioni per gli utenti di masternodes ospitati `" +msgstr "" +":ref:`Informazioni per gli utenti di masternodes ospitati `" #: ../../docs/user/masternodes/setup.rst:43 msgid "" @@ -103,214 +126,302 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" +"Questa documentazione descrive i comandi come se fossero stati immessi nella" +" GUI Dash Core aprendo la console da **Finestra > Console**, ma lo stesso " +"risultato può essere ottenuto su un masternode inserendo gli stessi comandi " +"e aggiungendo il prefisso ``~ /.dashcore/dash-cli`` a ciascun comando." #: ../../docs/user/masternodes/setup.rst:52 msgid "Server configuration" -msgstr "" +msgstr "Configurazione del server" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" +"La corretta configurazione del server è essenziale per il successo del " +"funzionamento del masternode sia per motivi di sicurezza che di prestazioni." +" Fai riferimento alla pagina :hoverxref:`Configurazione del server ` per i dettagli su come preparare il tuo server per ospitare un " +"masternode." #: ../../docs/user/masternodes/setup.rst:59 msgid "Send the collateral" -msgstr "" +msgstr "Invia il collaterale" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" +"Per far funzionare un masternode è necessario un indirizzo Dash con un " +"singolo output di transazione non speso (UTXO) esattamente di 1000 DASH. Una" +" volta inviato, è necessario estrarre varie chiavi relative alla transazione" +" per il successivo inserimento in un file di configurazione e registrazione " +"della transazione come prova per scrivere la configurazione sulla blockchain" +" in modo che il masternode possa essere incluso nella lista deterministica." #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" +"Un masternode può essere registrato da un wallet hardware, dal wallet " +"ufficiale Dash Core o da un wallet Dash Electrum, sebbene un wallet hardware" +" sia altamente raccomandato per migliorare la sicurezza e proteggersi dagli " +"attacchi hacker. Questa guida descriverà i passaggi sia per i wallet " +"hardware che per Dash Core." #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" +"I dettagli sulla registrazione di un masternode con Dash Electrum possono " +"essere trovati nella pagina :ref:`Electrum - Funzioni avanzate `." #: ../../docs/user/masternodes/setup.rst:78 msgid "Option 1: Sending from a hardware wallet" -msgstr "" +msgstr "Opzione 1: invio da un wallet hardware" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." -msgstr "" +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." +msgstr "" +"Configura il tuo Trezor utilizzando il wallet Trezor su " +"https://wallet.trezor.io/ e invia una transazione di prova per verificare " +"che funzioni correttamente. Per assistenza in merito, consulta :ref:`questa " +"guida ` - puoi anche scegliere (con attenzione!) " +"`aggiungere una passphrase `_ al tuo Trezor per proteggere " +"ulteriormente la tua garanzia. Crea un nuovo account nel tuo wallet Trezor " +"facendo clic su **Aggiungi account**. Quindi fai clic sulla scheda " +"**Ricevi** e invia esattamente 1000 DASH all'indirizzo visualizzato. Se stai" +" configurando più masternode, invia 1000 DASH a indirizzi consecutivi " +"all'interno dello stesso nuovo account. Dovresti vedere la transazione non " +"appena arriva la prima conferma, solitamente entro pochi minuti." #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" +"Scheda Ricevi di Trezor Wallet che mostra il collaterale ricevuto con " +"successo di 1000 DASH" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"Una volta visualizzata la transazione, fai clic sul codice QR a destra per " +"visualizzare la transazione sulla blockchain. Mantieni questa finestra " +"aperta mentre completiamo i passaggi successivi, poiché presto dovremo " +"confermare che esistono 15 conferme, come mostrato nello screenshot " +"seguente." #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" +"Trezor blockchain explorer che mostra 15 conferme per il trasferimento di " +"garanzie" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" +"Mentre aspettiamo 15 conferme, scarica l'ultima versione di Dash Masternode " +"Tool (DMT) dalla pagina delle versioni di GitHub `qui " +"`__. " +"Decomprimere ed eseguire il file. Viene visualizzata la seguente finestra." #: ../../docs/user/masternodes/setup.rst:116 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "Schermata di avvio di Dash Masternode Tool" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" +"Fai clic sul terzo pulsante da sinistra **Verifica connessione di rete " +"Dash** nell'angolo in alto a sinistra della finestra principale per " +"verificare che la connessione funzioni. Quindi collega il tuo dispositivo " +"Trezor e fai clic sul pulsante successivo **Test connessione hardware " +"Wallet** per verificare che la connessione Trezor funzioni." #: ../../docs/user/masternodes/setup.rst:130 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "Conferma di connessione riuscita col Dash Masternode Tool" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" +"Utilizzeremo ora DMT per inserire alcune informazioni di base sul masternode" +" ed estrarre l'ID della transazione. Eseguire la seguente sequenza di " +"passaggi come mostrato in questa schermata:" #: ../../docs/user/masternodes/setup.rst:139 msgid "Dash Masternode Tool configuration steps" -msgstr "" +msgstr "Step per configurare Dash Masternode Tool" #: ../../docs/user/masternodes/setup.rst:141 msgid "Click the **New** button." -msgstr "" +msgstr "Fare clic sul pulsante **Nuovo**." #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" +"Inserisci un nome per il tuo masternode. Il nome host specificato sopra per " +"il tuo VPS è una buona scelta." #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" +"Inserisci l'indirizzo IP del tuo masternode. Questo ti è stato fornito dal " +"provider VPS quando hai configurato il server. Quindi inserisci il numero " +"della porta TCP. Dovrebbe essere 9999." #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" +"Fai clic su **Trova garanzie** per visualizzare le transazioni di " +"finanziamento delle garanzie non utilizzate disponibili sul wallet hardware " +"connesso. Seleziona l'indirizzo a cui hai inviato 1000 Dash e fai clic su " +"**Applica**. I campi **Indirizzo collaterale**, **percorso**, **Hash TX " +"collaterale** e **indice** devono essere compilati automaticamente." #: ../../docs/user/masternodes/setup.rst:156 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "Dash Masternode Tool con configurazione Masternode" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" +"Lascia aperto DMT e continua con il passaggio successivo: " +":ref:`installazione di Dash Core sul tuo VPS `." #: ../../docs/user/masternodes/setup.rst:162 msgid "Option 2: Sending from Dash Core wallet" -msgstr "" +msgstr "Opzione 2: invio dal wallet Dash Core" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"Apri il wallet Dash Core e attendi che si sincronizzi con la rete. Dovrebbe " +"assomigliare a questo quando è pronto:" #: ../../docs/user/masternodes/setup.rst:170 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "Wallet Dash Core completamente sincronizzato" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" +"Fai clic su **Finestra > Console** per aprire la console. Digita il seguente" +" comando nella console per generare un nuovo indirizzo Dash per il materiale" +" collaterale::" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." -msgstr "" +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." +msgstr "" +"Prendi nota dell'indirizzo collaterale, poiché ne avremo bisogno in seguito." +" Il prossimo passo è proteggere il tuo wallet (se non l'hai già fatto). " +"Innanzitutto, crittografa il portafoglio selezionando **Impostazioni > " +"Crittografa wallet**. Dovresti utilizzare una password nuova e complessa che" +" non hai mai utilizzato altrove. Prendi nota della tua password e conservala" +" in un posto sicuro, altrimenti rimarrai permanentemente bloccato fuori dal " +"tuo wallet e perderai l'accesso ai tuoi fondi. Successivamente, esegui il " +"backup del file del tuo wallet selezionando **File > Backup wallet**. Salva " +"il file in un luogo sicuro fisicamente separato dal tuo computer, poiché " +"questo sarà l'unico modo per accedere ai nostri fondi se succede qualcosa al" +" tuo computer. Per ulteriori dettagli su questi passaggi, vedere :ref:`qui " +"`." #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." -msgstr "" +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." +msgstr "" +"Ora invia esattamente 1000 DASH in un'unica transazione al nuovo indirizzo " +"che hai generato nel passaggio precedente. Questo può essere inviato da un " +"altro wallet o da fondi già detenuti nel tuo wallet attuale. Una volta " +"completata la transazione, visualizza la transazione in un `blockchain " +"explorer `_ cercando l'indirizzo. Avrai " +"bisogno di 15 conferme prima di poter registrare il masternode, ma a questo " +"punto puoi già procedere con il passaggio successivo: generare la tua chiave" +" operatore masternode." #: ../../docs/user/masternodes/setup.rst:210 msgid "Install Dash Core" -msgstr "" +msgstr "Installa Dash Core" #: ../../docs/user/masternodes/setup.rst:212 msgid "" @@ -318,30 +429,41 @@ msgid "" "masternodes. If not displaying a GUI, it runs as a daemon on your VPS " "(dashd), controlled by a simple command interface (dash-cli)." msgstr "" +"Dash Core è il software dietro sia al wallet GUI Dash Core che ai masternode" +" Dash. Se non viene visualizzata una GUI, viene eseguito come demone sul tuo" +" VPS (dashd), controllato da una semplice interfaccia di comando (dash-cli)." #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" +"Apri nuovamente PuTTY o una console e connettiti utilizzando il nome utente " +"e la password che hai appena creato per il tuo nuovo utente non root. Sono " +"disponibili le seguenti opzioni per l'installazione di un masternode Dash:" #: ../../docs/user/masternodes/setup.rst:220 msgid "Manual installation (this guide)" -msgstr "" +msgstr "Installazione manuale (questa guida)" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" +"`Guida all'installazione di xkcd `__" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" +"`installazione dashman " +"`__ (obsoleto)" #: ../../docs/user/masternodes/setup.rst:223 msgid "" @@ -349,50 +471,69 @@ msgid "" "bootstrap/masternodes/setup.html#install-mn-bootstrap>`__ (beta version, " "currently testnet only)" msgstr "" +"`Installazione di mn-bootstrap `__ (versione beta, " +"attualmente solo testnet)" #: ../../docs/user/masternodes/setup.rst:226 msgid "Manual installation" -msgstr "" +msgstr "Installazione Manuale" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" -msgstr "" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" +msgstr "" +"Per scaricare e installare manualmente i componenti del tuo masternode Dash," +" visita la ``pagina delle versioni di GitHub " +"`_ e copia il collegamento " +"all'ultima ``x86_64-linux-gnu` \"versione. Torna alla finestra del terminale" +" e inserisci il comando seguente, incollando l'indirizzo dell'ultima " +"versione di Dash Core facendo clic con il pulsante destro del mouse o " +"premendo **Ctrl + V**::" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Verifica l'autenticità del tuo download controllando la sua firma staccata " +"rispetto alla chiave pubblica pubblicata dal team di sviluppo di Dash Core. " +"Tutte le versioni di Dash sono firmate utilizzando GPG con una delle " +"seguenti chiavi:" #: ../../docs/user/masternodes/setup.rst:243 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " +"`verificabile qui su Keybase `__" #: ../../docs/user/masternodes/setup.rst:245 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" +"Crea una directory di lavoro per Dash, estrai l'archivio compresso e copia i" +" file necessari nella directory:" #: ../../docs/user/masternodes/setup.rst:263 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "Crea un file di configurazione utilizzando il seguente comando::" #: ../../docs/user/masternodes/setup.rst:267 msgid "" @@ -401,36 +542,46 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" +"Apparirà una finestra dell'editor. Ora dobbiamo creare un file di " +"configurazione specificando diverse variabili. Copia e incolla il seguente " +"testo per iniziare, quindi sostituisci le variabili specifiche della tua " +"configurazione come segue:" #: ../../docs/user/masternodes/setup.rst:285 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Sostituisci i campi contrassegnati con ``XXXXXXX`` come segue:" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" +"``rpcuser``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/masternodes/setup.rst:289 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/masternodes/setup.rst:291 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip``: questo è l'indirizzo IP del tuo VPS" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" +"Lasciare commentato il campo ``masternodeblsprivkey`` per ora. Il risultato " +"dovrebbe assomigliare a questo:" #: ../../docs/user/masternodes/setup.rst:299 msgid "Entering key data in dash.conf on the masternode" -msgstr "" +msgstr "Immissione dei dati chiave in dash.conf sul masternode" #: ../../docs/user/masternodes/setup.rst:301 msgid "" @@ -438,140 +589,195 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"Premi **Ctrl + X** per chiudere l'editor e **Y** e **Invio** salvano il " +"file. Ora puoi iniziare a eseguire Dash sul masternode per iniziare la " +"sincronizzazione con la blockchain::" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" +"Verrà visualizzato il messaggio **Server Dash Core in avvio**. Ora " +"installeremo Sentinel, un software che funziona da watchdog per comunicare " +"alla rete che il tuo nodo funziona correttamente:" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"Verrà visualizzato il messaggio **dashd non sincronizzato con la rete! In " +"attesa della sincronizzazione completa prima di eseguire Sentinel.** " +"Aggiungi dashd e sentinel a crontab per assicurarti che venga eseguito ogni " +"minuto per controllare il tuo masternode::" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" +"Scegli nano come editor e inserisci le seguenti righe alla fine del file::" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" +"Premi Invio per assicurarti che ci sia una riga vuota alla fine del file, " +"quindi premi **Ctrl + X** per chiudere l'editor e **Y** e **Invio** salvano " +"il file. Ora dobbiamo attendere il completamento di 15 conferme della " +"transazione collaterale e attendere che la blockchain finisca di " +"sincronizzarsi sul masternode. È possibile utilizzare i seguenti comandi per" +" monitorare l'avanzamento:" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" +"Una volta completata la sincronizzazione, dovresti vedere la seguente " +"risposta::" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" +"Continua con il passaggio successivo per costruire la transazione ProTx " +"richiesta per abilitare il tuo masternode." #: ../../docs/user/masternodes/setup.rst:359 msgid "Register your masternode" -msgstr "" +msgstr "Registra il tuo masternode" #: ../../docs/user/masternodes/setup.rst:361 msgid "" "The three keys required for the different masternode roles are described " "briefly under :ref:`mn-concepts` in this documentation." msgstr "" +"Le tre chiavi richieste per i diversi ruoli masternode sono descritte " +"brevemente in :ref:`mn-concepts` in questa documentazione." #: ../../docs/user/masternodes/setup.rst:366 msgid "Option 1: Registering from a hardware wallet" -msgstr "" +msgstr "Opzione 1: registrazione da un wallet hardware" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" +"Torna a DMT e assicurati che tutti i campi del passaggio precedente siano " +"ancora compilati correttamente. Fai clic su **Genera nuovo** per le tre " +"chiavi private richieste per un masternode:" #: ../../docs/user/masternodes/setup.rst:372 msgid "Owner private key" -msgstr "" +msgstr "Chiave privata del proprietario" #: ../../docs/user/masternodes/setup.rst:373 msgid "Operator private key" -msgstr "" +msgstr "Chiave privata dell'operatore" #: ../../docs/user/masternodes/setup.rst:374 msgid "Voting private key" -msgstr "" +msgstr "Chiave privata di voto" #: ../../docs/user/masternodes/setup.rst:379 msgid "Dash Masternode Tool ready to register a new masternode" -msgstr "" +msgstr "Dash Masternode Tool pronto per registrare un nuovo masternode" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" +"Quindi fare clic su **Registra masternode**. Facoltativamente, specifica un " +"diverso **Indirizzo di pagamento** e/o un **Premio per l'operatore**, quindi" +" fai clic su **Continua**. Seleziona **Nodo RPC Dash remoto (metodo " +"automatico)**. (Vedi `qui `__ per la documentazione " +"sull'utilizzo del tuo nodo RPC locale.) e conferma i seguenti due messaggi:" #: ../../docs/user/masternodes/setup.rst:393 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" +"Dash Masternode Tool finestre di dialogo di conferma per registrare un " +"masternode" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" -msgstr "" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" +msgstr "" +"La chiave privata BLS deve essere inserita nel file ``dash.conf`` sul " +"masternode. Ciò consente al masternode di monitorare la blockchain per le " +"transazioni Pro*Tx rilevanti e lo farà iniziare a fungere da masternode " +"quando il ProRegTx firmato viene trasmesso dal proprietario, come abbiamo " +"appena fatto sopra. Accedi al tuo masternode utilizzando ``ssh`` o PuTTY e " +"modifica il file di configurazione come segue:" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" +"L'editor appare con la configurazione del masternode esistente. Aggiungi o " +"rimuovi il commento da queste righe nel file, sostituendo la chiave con la " +"chiave privata BLS generata sopra::" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" -msgstr "" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" +msgstr "" +"Premi Invio per assicurarti che ci sia una riga vuota alla fine del file, " +"quindi premi **Ctrl + X** per chiudere l'editor e **Y** e **Invio** salvano " +"il file. Tieni presente che fornire una ``masternodeblsprivkey`` abilita la " +"modalità masternode, che forzerà automaticamente le impostazioni " +"``txindex=1``, ``peerbloomfilters=1`` e ``prune=0`` necessarie per fornire " +"il servizio masternode. Ora dobbiamo riavviare il masternode affinché questa" +" modifica abbia effetto. Inserisci i seguenti comandi, aspettando qualche " +"secondo per dare a Dash Core il tempo di spegnersi::" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" +"A questo punto puoi monitorare il tuo masternode inserendo " +"``~/.dashcore/dash-cli masternode status`` o utilizzando la funzione **Get " +"status** in DMT. Il risultato finale dovrebbe apparire come segue:" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" +"Output dello stato del masternode dash-cli che mostra il masternode " +"registrato correttamente" #: ../../docs/user/masternodes/setup.rst:432 #: ../../docs/user/masternodes/setup.rst:697 @@ -579,121 +785,166 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"A questo punto puoi tranquillamente disconnetterti dal tuo server digitando " +"``exit``. Congratulazioni! Il tuo masternode è ora in esecuzione." #: ../../docs/user/masternodes/setup.rst:439 msgid "Option 2: Registering from Dash Core wallet" -msgstr "" +msgstr "Opzione 2: registrazione dal wallet Dash Core" #: ../../docs/user/masternodes/setup.rst:442 msgid "Identify the funding transaction" -msgstr "" +msgstr "Identificare la transazione di finanziamento" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" +"Se hai utilizzato un indirizzo nel wallet Dash Core per la transazione " +"collaterale, ora devi trovare il txid della transazione. Fai clic su " +"**Finestra > Console** e inserisci il seguente comando::" #: ../../docs/user/masternodes/setup.rst:450 msgid "This should return a string of characters similar to the following::" msgstr "" +"Questo dovrebbe restituire una stringa di caratteri simile alla seguente::" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" +"La prima stringa lunga è il tuo ``collateralHash``, mentre l'ultimo numero è" +" il ``collateralIndex``." #: ../../docs/user/masternodes/setup.rst:463 msgid "Generate a BLS key pair" -msgstr "" +msgstr "Genera una coppia di chiavi BLS" #: ../../docs/user/masternodes/setup.rst:465 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" +"Per utilizzare un masternode è necessaria una coppia di chiavi BLS " +"pubblica/privata. La chiave privata è specificata sul masternode stesso, e " +"permette di inserirlo nella lista deterministica dei masternode una volta " +"creata una transazione di registrazione del provider con la corrispondente " +"chiave pubblica." #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" +"Se stai utilizzando un servizio di hosting, potrebbero fornirti la loro " +"chiave pubblica e puoi saltare questo passaggio. Se stai ospitando il tuo " +"masternode o hai accettato di fornire al tuo host la chiave privata BLS, " +"genera una coppia di chiavi pubblica/privata BLS in Dash Core facendo clic " +"su **Strumenti > Console** e inserendo il seguente comando::" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" +"**Queste chiavi NON vengono archiviate dal portafoglio e devono essere " +"mantenute al sicuro, in modo simile al valore fornito in passato dal** " +"comando ``masternode genkey`` **.**" #: ../../docs/user/masternodes/setup.rst:490 msgid "Add the private key to your masternode configuration" -msgstr "" +msgstr "Aggiungi la chiave privata alla configurazione del tuo masternode" #: ../../docs/user/masternodes/setup.rst:492 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" -msgstr "" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" +msgstr "" +"La chiave pubblica verrà utilizzata nei passaggi successivi. La chiave " +"privata deve essere inserita nel file ``dash.conf`` sul masternode. Ciò " +"consente al masternode di monitorare la blockchain per le transazioni Pro*Tx" +" rilevanti e lo farà iniziare a fungere da masternode quando il ProRegTx " +"firmato verrà trasmesso dal proprietario (passaggio finale di seguito). " +"Accedi al tuo masternode utilizzando ``ssh`` o PuTTY e modifica il file di " +"configurazione come segue:" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" +"L'editor appare con la configurazione del masternode esistente. Aggiungi o " +"rimuovi il commento da questa riga nel file, sostituendo la chiave con la " +"chiave privata BLS generata sopra::" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" +"Ora prepareremo la transazione utilizzata per registrare il masternode sulla" +" rete." #: ../../docs/user/masternodes/setup.rst:524 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Preparare una transazione ProRegTx" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" +"In precedenza è stata già generata una coppia di chiavi BLS per l'operatore " +"e la chiave privata è stata inserita nel masternode. La chiave pubblica " +"viene utilizzata in questa transazione come ``operatorPubKey``." #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" +"Innanzitutto, dobbiamo ottenere un nuovo indirizzo non utilizzato dal wallet" +" che funga da **indirizzo della chiave del proprietario** " +"(``ownerKeyAddr``). Questo non è lo stesso dell'indirizzo collaterale che " +"contiene 1000 Dash. Genera un nuovo indirizzo come segue::" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" +"Questo indirizzo può essere utilizzato anche come **indirizzo chiave di " +"voto** (``votingKeyAddr``). In alternativa, puoi specificare un indirizzo " +"fornito dal delegato votante prescelto o semplicemente generare un nuovo " +"indirizzo chiave di voto come segue::" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" +"Quindi genera o scegli un indirizzo esistente per ricevere i **pagamenti del" +" masternode del proprietario** (``payoutAddress``). E' possibile utilizzare " +"anche un indirizzo esterno al wallet::" #: ../../docs/user/masternodes/setup.rst:556 msgid "" @@ -701,113 +952,157 @@ msgid "" "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" +"Puoi anche opzionalmente generare e finanziare un altro indirizzo come " +"**fonte della commissione di transazione** (``feeSourceAddress``). Se hai " +"selezionato un indirizzo di pagamento esterno, devi specificare un indirizzo" +" di origine della commissione." #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" +"L'indirizzo di pagamento o l'indirizzo di origine della commissione deve " +"avere un saldo sufficiente per pagare la commissione di transazione, " +"altrimenti la transazione \"register_prepare\" fallirà." #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" +"Le chiavi private del proprietario e gli indirizzi della fonte delle " +"commissioni devono essere presenti nel portafoglio che invia la transazione " +"alla rete. Se il tuo portafoglio è protetto da password, ora deve essere " +"sbloccato per eseguire i seguenti comandi. Sblocca il tuo portafoglio per 5 " +"minuti::" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" +"Ora prepareremo una transazione speciale ProRegTx senza segno utilizzando il" +" comando ``protx Register_prepare``. Questo comando ha la seguente " +"sintassi::" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" +"Dopo l'attivazione dell'hard fork v19, è necessario utilizzare ``protx " +"Register_prepare_legacy`` se viene utilizzata una chiave BLS con schema " +"legacy per registrare un masternode. Si consiglia invece di generare una " +"nuova chiave BLS dello schema di base, ove possibile. Questo può essere " +"fatto seguendo le istruzioni :ref:`Genera una coppia di chiavi BLS `." #: ../../docs/user/masternodes/setup.rst:585 msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" +"Apri un editor di testo come Blocco note per preparare questo comando. " +"Sostituisci ogni argomento del comando come segue:" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" +"``collateralHash``: il txid della transazione di finanziamento collaterale " +"1000 Dash" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" +"``collateralIndex``: l'indice di output della transazione di finanziamento " +"1000 Dash" #: ../../docs/user/masternodes/setup.rst:592 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" +"``ipAndPort``: Indirizzo IP e porta del Masternode, nel formato " +"``x.x.x.x:yyyy``" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" +"``ownerKeyAddr``: il nuovo indirizzo Dash generato sopra per l'indirizzo del" +" proprietario/voto" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" +"``operatorPubKey``: la chiave pubblica BLS generata sopra (o fornita dal tuo" +" servizio di hosting)" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" +"``votingKeyAddr``: il nuovo indirizzo Dash generato sopra, o l'indirizzo di " +"un delegato, utilizzato per la votazione della proposta" #: ../../docs/user/masternodes/setup.rst:600 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" +"``operatorReward``: La percentuale del premio in blocco assegnato " +"all'operatore come pagamento" #: ../../docs/user/masternodes/setup.rst:602 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" +"``payoutAddress``: un indirizzo Dash nuovo o esistente per ricevere i premi " +"masternode del proprietario" #: ../../docs/user/masternodes/setup.rst:604 msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress``: un indirizzo (facoltativo) utilizzato per finanziare " +"la tariffa ProTx. Se non specificato verrà utilizzato ``payoutAddress``." #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" +"Tieni presente che l'operatore è responsabile di :ref:`specificare il " +"proprio indirizzo di ricompensa ` in una transazione " +"``update_service`` separata se specifichi un ``operatorReward`` diverso da " +"zero. Il proprietario della garanzia masternode non specifica l'indirizzo di" +" pagamento dell'operatore." #: ../../docs/user/masternodes/setup.rst:613 msgid "Example (remove line breaks if copying)::" -msgstr "" +msgstr "Esempio (rimuovere le interruzioni di riga durante la copia)::" #: ../../docs/user/masternodes/setup.rst:626 #: ../../docs/user/masternodes/setup.rst:655 #: ../../docs/user/masternodes/setup.rst:682 msgid "Output::" -msgstr "" +msgstr "Output::" #: ../../docs/user/masternodes/setup.rst:634 msgid "" @@ -815,409 +1110,132 @@ msgid "" "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" +"Successivamente utilizzeremo i campi ``collateralAddress`` e ``signMessage``" +" per firmare la transazione e l'output del campo ``tx`` per inviare la " +"transazione." #: ../../docs/user/masternodes/setup.rst:639 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Firma la transazione ProRegTx" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Ora firmeremo il contenuto del campo ``signMessage`` utilizzando la chiave " +"privata per l'indirizzo del collaterale come specificato in " +"``collateralAddress``. Tieni presente che per questo passaggio non è " +"necessaria alcuna connessione Internet, il che significa che il wallet può " +"rimanere disconnesso da Internet nella cella frigorifera per firmare il " +"messaggio. In questo esempio utilizzeremo nuovamente Dash Core, ma è " +"ugualmente possibile utilizzare la funzione di firma di un wallet hardware. " +"Il comando assume la seguente sintassi::" #: ../../docs/user/masternodes/setup.rst:651 #: ../../docs/user/masternodes/setup.rst:678 msgid "Example::" -msgstr "" +msgstr "Esempio::" #: ../../docs/user/masternodes/setup.rst:661 msgid "Submit the signed message" -msgstr "" +msgstr "Invia il messaggio firmato" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" +"Ora invieremo la transazione speciale ProRegTx alla blockchain per " +"registrare il masternode. Questo comando deve essere inviato da un wallet " +"Dash Core che contiene un saldo su \"feeSourceAddress\" o \"payoutAddress\"," +" poiché è coinvolta una commissione di transazione standard. Il comando " +"assume la seguente sintassi::" #: ../../docs/user/masternodes/setup.rst:671 msgid "Where:" -msgstr "" +msgstr "Dove:" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" +"``tx``: La transazione serializzata precedentemente restituita nel campo di " +"output ``tx`` dal comando ``protx Register_prepare``" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" +"``sig``: il messaggio firmato con la chiave collaterale dal comando " +"``signmessage``" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." -msgstr "" +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." +msgstr "" +"Il tuo masternode è ora registrato e apparirà nell'elenco dei Masternode " +"deterministici dopo che la transazione sarà stata estratta in un blocco. " +"Puoi visualizzare questo elenco nella scheda **Masternodes -> DIP3 " +"Masternodes** del wallet Dash Core o nella console utilizzando il comando " +"``protx list valid``, dove il txid del file finale ``protx Register_submit``" +" la transazione identifica il tuo masternode." #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" +"A questo punto puoi tornare alla finestra del terminale e monitorare il tuo " +"masternode inserendo ``~/.dashcore/dash-cli masternode status`` o " +"utilizzando la funzione **Get status** in DMT." #: ../../docs/user/masternodes/setup.rst:703 msgid "Option 3: Registering from Dash Electrum wallet" -msgstr "" +msgstr "Opzione 3: registrazione dal wallet Dash Electrum" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" +"Dash Electrum supporta la registrazione e la gestione dei masternode. I " +"dettagli possono essere trovati nella pagina :ref:`Electrum - Funzioni " +"avanzate `. Se combinato con le :ref:`funzionalità " +"multisig ` di Electrum, il collaterale masternode può " +"essere archiviato in un portafoglio multisig per una maggiore flessibilità " +"di sicurezza." #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Elenchi masternode deterministici " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - +"Prestare sempre attenzione quando si utilizzano account multisig e " +"verificare che venga eseguito il backup appropriato di ogni mnemonico. Vedi " +"`questa pagina " +"`_" +" per la documentazione di Dash Electrum che dimostra come configurare un " +"masternode utilizzando un collaterale multisig." diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po index 81588c32f..e02ac4267 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,69 +1,87 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Gleb Golov , 2022 # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" +"Spiegazione di come funzionano i masternode Dash in teoria e pratica per " +"supportare InstantSend, CoinJoin e governance" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," msgstr "" +"dash, masternodes, hosting, linux, pagamenti, instantsend, coinjoin, " +"privatesend, governance, quorum, evolution, bls," #: ../../docs/user/masternodes/understanding.rst:9 msgid "Understanding Masternodes" -msgstr "" +msgstr "Comprendere i Masternode" #: ../../docs/user/masternodes/understanding.rst:12 msgid "Overview" -msgstr "" +msgstr "Panoramica" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" +"I Masternodes, un tempo esclusivi della rete Dash, stanno ora diventando " +"popolari man mano che la tecnologia viene forcata in altre blockchain. " +"Questa sezione della documentazione descrive i principi e i meccanismi dei " +"masternode e i servizi che forniscono specificamente alla rete Dash." #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." -msgstr "" +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." +msgstr "" +"In poche parole, un masternode è un server con una copia completa della " +"blockchain di Dash, che garantisce un certo livello minimo di prestazioni e " +"funzionalità per eseguire determinate attività relative alla convalida dei " +"blocchi, così come InstantSend e CoinJoin, come la transazione istantanea e " +"la privacy. vengono chiamate le funzionalità in Dash. I masternode vengono " +"pagati per questo servizio, utilizzando un concetto noto come Proof of " +"Service. Ciò si aggiunge alla Proof of Work svolta dai miner per proteggere " +"la blockchain. I masternode possono anche votare su :ref:`proposal di " +"governance e finanziamento `, e ciascun masternode riceve un " +"voto (sì/no/astenuto) su ogni proposal presentata al sistema." #: ../../docs/user/masternodes/understanding.rst:36 msgid "" @@ -71,139 +89,186 @@ msgid "" "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "" +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" +"Chiunque può eseguire un masternode. L’obiettivo è avere una " +"decentralizzazione sufficiente per garantire che nessuna singola persona " +"controlli una frazione significativa dei masternode. Tuttavia, per evitare " +"di gonfiare la rete con masternode non necessari o di incoraggiare operatori" +" sconsiderati, c’è una condizione che deve essere soddisfatta: la prova " +"della proprietà delle garanzie DASH. Non è necessario che le monete siano " +"nel masternode, ma devono essere conservate in un certo modo che sia " +"trasparente per l'intera rete. Se il proprietario sposta o spende quelle " +"monete, il masternode smette di funzionare e il pagamento cessa." #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." -msgstr "" +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." +msgstr "" +"I Masternode vengono pagati dalla rete per i servizi InstantSend, CoinJoin e" +" di governance che forniscono. Il 10% della ricompensa del blocco va al " +"budget con il restante 90% suddiviso tra miner e masternode secondo questa " +":ref:`tabella di riallocazione della ricompensa del blocco `. Quindi, ogni 16.616 blocchi (circa 30,29 giorni), viene " +"creato un superblocco che contiene l'intero pagamento del 10% ai vincitori " +"della proposta di budget. I masternode vengono selezionati per il pagamento " +"in ciascun blocco (circa ogni 2,6 minuti) da un elenco deterministico di " +"masternode e spostati in fondo all'elenco dopo il pagamento. Man mano che " +"vengono creati più masternode, la durata tra i pagamenti aumenta. Se la " +"garanzia dietro un masternode viene esaurita, o se un masternode smette di " +"fornire servizi alla rete per più di un'ora, viene rimosso dall'elenco fino " +"al ripristino del normale servizio. In questo modo, i masternode vengono " +"incentivati a fornire servizi efficienti e affidabili alla rete." #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." -msgstr "" +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." +msgstr "" +"Avere così tanti server che contengono una copia completa della blockchain e" +" lavorano per la moneta può essere estremamente utile. Grazie al sistema di " +"ricompensa, non c'è il rischio di non avere abbastanza masternode e gli " +"sviluppatori possono fare affidamento su di loro per implementare " +"rapidamente qualsiasi nuova funzionalità decentralizzata che desiderano " +"implementare. È qui che risiede la vera forza di Dash: un sistema " +"incentivato di migliaia di server distribuiti che funzionano 24 ore su 24, 7" +" giorni su 7 significa che Dash può scalare in modo più efficiente e " +"distribuire servizi più rapidamente di una blockchain gestita interamente da" +" volontari non retribuiti. Più masternode, migliore e più sicura sarà la " +"rete Dash." #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." -msgstr "" +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." +msgstr "" +"A settembre 2023, la rete Dash ha `quasi 3500 masternode situati " +"`_ in `19 paesi " +"`_ e ospitato su `oltre 140 ISP" +" `_. La ricompensa per" +" blocco è di circa 2.310 Dash, quindi il masternode selezionato riceve 1.344" +" Dash per pagamento o circa 6 Dash al mese. La ricompensa del blocco " +"diminuisce del 7,14% circa una volta all'anno, quindi il guadagno annuale " +"per un proprietario di masternode è circa il 7% della garanzia, e diminuirà " +"nel tempo `come calcolato qui " +"`_. Vedi `questo strumento `_ per calcolare le tariffe di pagamento in tempo" +" reale e `questo sito `_ per" +" varie statistiche in tempo reale sulla rete masternode." #: ../../docs/user/masternodes/understanding.rst:88 msgid "Evolution Masternodes (evonodes)" -msgstr "" +msgstr "Evolution Masternode (evonodes)" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" +"I Masternode Evolution (evonode) sono un sottoinsieme di masternode creati " +"per ospitare la Platform Dash. Un evonode è molto simile a un normale " +"masternode con le seguenti differenze:" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Masternode" -msgstr "" +msgstr "Masternode" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" -msgstr "" +msgstr "Evonode" #: ../../docs/user/masternodes/understanding.rst:97 msgid "Collateral" -msgstr "" +msgstr "Collaterale" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" -msgstr "" +msgstr "1000 DASH" #: ../../docs/user/masternodes/understanding.rst:97 msgid "4000 DASH (4X the collateral for normal masternodes)" -msgstr "" +msgstr "4000 DASH (4 volte la garanzia per i normali masternode)" #: ../../docs/user/masternodes/understanding.rst:99 msgid "Specs" -msgstr "" +msgstr "Specifiche" #: ../../docs/user/masternodes/understanding.rst:99 msgid "Lesser than evonode" -msgstr "" +msgstr "Meno di un evonode" #: ../../docs/user/masternodes/understanding.rst:99 msgid "Higher than normal masternodes" -msgstr "" +msgstr "Masternode superiori al normale" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Service" -msgstr "" +msgstr "Servizi" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Only Dash Core" -msgstr "" +msgstr "Solo Dash Core" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Both Dash Core and Platform" -msgstr "" +msgstr "Sia Dash Core che Platform" #: ../../docs/user/masternodes/understanding.rst:103 msgid "Voting Weight" -msgstr "" +msgstr "Peso del voto" #: ../../docs/user/masternodes/understanding.rst:103 msgid "1 node gets 1 vote" -msgstr "" +msgstr "1 node ottiene 1 vote" #: ../../docs/user/masternodes/understanding.rst:103 msgid "Has 4 times the voting power of a normal masternode" -msgstr "" +msgstr "Ha 4 volte il potere di voto di un normale masternode" #: ../../docs/user/masternodes/understanding.rst:109 msgid "Masternode Concepts" -msgstr "" +msgstr "Concetti di Masternode" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" -msgstr "" +msgstr "Di seguito è riportato l'elenco della documentazione disponibile:" #: ../../docs/user/masternodes/understanding.rst:113 msgid "" @@ -215,11 +280,13 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:114 msgid ":ref:`Full masternode setup guide `" -msgstr ":ref:`Guida completa alla configurazione di masternode `" +msgstr "" +":ref:`Guida completa alla configurazione di masternode `" #: ../../docs/user/masternodes/understanding.rst:115 msgid ":ref:`Information for users of hosted masternodes `" -msgstr ":ref:`Informazioni per gli utenti di masternodes ospitati `" +msgstr "" +":ref:`Informazioni per gli utenti di masternodes ospitati `" #: ../../docs/user/masternodes/understanding.rst:116 msgid "" @@ -231,115 +298,156 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:118 msgid "Important concepts:" -msgstr "" +msgstr "Concetti importanti:" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" +"I Masternode sono \"registrati\" e iniziano a offrire servizi quando una " +"`ProRegTx " +"`_ `transazione speciale < " +"https://github.com/dashpay/dips/blob/master/dip-0002.md>`_ contenente una " +"chiave particolare viene scritta sulla blockchain." #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" +"ProRegTx fa riferimento all'ID della transazione (txid) e all'indice che " +"detiene la garanzia. In questa transazione vengono definiti anche " +"l'indirizzo IP e la porta del masternode." #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" +"ProRegTx contiene 2 indirizzi Dash (chiamati anche chiavi pubbliche) e una " +"chiave pubblica BLS, che rappresentano 3 diversi ruoli nel masternode e " +"definiscono i diritti di aggiornamento e voto. Le chiavi sono:" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" +"``ownerKeyAddr``: questo è un indirizzo Dash (chiave pubblica) controllato " +"dal proprietario del masternode. È diverso dall'indirizzo utilizzato per la " +"garanzia. Poiché il proprietario utilizza la chiave privata associata a " +"questo indirizzo per emettere transazioni :ref:`ProUpRegTx `, deve essere univoca per ciascun masternode." #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" +"``operatorPubKey``: Questa è la chiave pubblica BLS dell'operatore " +"masternode. Solo l'operatore può emettere transazioni :ref:`ProUpServTx " +"`. Poiché la chiave dell'operatore viene utilizzata " +"durante l'operazione live del masternode per firmare i messaggi P2P relativi" +" al masternode, i messaggi relativi al quorum e i voti di attivazione della " +"governance, la chiave BLS deve essere univoca per ciascun masternode." #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" +"``votingKeyAddr``: questo è un indirizzo Dash (chiave pubblica) utilizzato " +"per la votazione delle proposal. I voti firmati con la chiave privata " +"corrispondente sono validi mentre il masternode è nel set registrato." #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" +"I proprietari di Masternode dovrebbero specificare un indirizzo diverso da " +"quello della garanzia per ricevere i pagamenti nel ProRegTx. Il proprietario" +" può facoltativamente specificare una percentuale diversa da zero come " +"pagamento a un operatore masternode separato, se applicabile." #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." -msgstr "" +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." +msgstr "" +"La configurazione del masternode può essere successivamente aggiornata " +"utilizzando le transazioni ProUpServTx, ProUpRegTx e ProUpRevTx. Vedi " +"`Aggiornamento delle informazioni su Masternode " +"`_ in DIP003 e :ref:`update-dip3-config` in questa " +"documentazione per maggiori dettagli." #: ../../docs/user/masternodes/understanding.rst:156 msgid "The process of setting up or upgrading a masternode is as follows:" msgstr "" +"Il processo di configurazione o aggiornamento di un masternode è il " +"seguente:" #: ../../docs/user/masternodes/understanding.rst:158 msgid "Set up your server and operating system" -msgstr "" +msgstr "Configura il tuo server e il tuo sistema operativo" #: ../../docs/user/masternodes/understanding.rst:159 msgid "Install the Dash software and synchronize the blockchain" -msgstr "" +msgstr "Installa il software Dash e sincronizza la blockchain" #: ../../docs/user/masternodes/understanding.rst:160 msgid "Generate a BLS key pair and enter the private key on the masternode" msgstr "" +"Genera una coppia di chiavi BLS e inserisci la chiave privata sul masternode" #: ../../docs/user/masternodes/understanding.rst:161 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Preparare una transazione ProRegTx" #: ../../docs/user/masternodes/understanding.rst:162 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Firma la transazione ProRegTx" #: ../../docs/user/masternodes/understanding.rst:163 msgid "Submit the signed ProRegTx transaction" -msgstr "" +msgstr "Invia la transazione ProRegTx firmata" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" +"Il passaggio 1 può essere omesso se disponi di un server esistente. I " +"passaggi 2 e 3 richiedono l'accesso diretto al masternode. I passaggi 3 e 4 " +"richiedono l'accesso a un Dash Wallet (o DMT). Il passaggio 5 richiede " +"l'accesso al wallet che detiene effettivamente la garanzia. Il passaggio 6 " +"richiede un saldo Dash per pagare la commissione di transazione." #: ../../docs/user/masternodes/understanding.rst:172 msgid "Masternodes vs. mining" -msgstr "" +msgstr "Masternode vs. mining" #: ../../docs/user/masternodes/understanding.rst:174 msgid "" @@ -347,240 +455,340 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." -msgstr "" +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." +msgstr "" +"Dash, come Bitcoin e la maggior parte delle altre criptovalute, si basa su " +"un registro decentralizzato di tutte le transazioni, noto come blockchain. " +"Questa blockchain è protetta attraverso un meccanismo di consenso; nel caso " +"sia di Dash che di Bitcoin, il meccanismo di consenso è Proof of Work (PoW)." +" :ref:`I minatori ` tentano di risolvere problemi difficili con " +"computer specializzati e, quando risolvono il problema, ricevono il diritto " +"di aggiungere un nuovo blocco alla blockchain. Se tutte le altre persone che" +" gestiscono il software concordano sul fatto che il problema è stato risolto" +" correttamente, il blocco viene aggiunto alla blockchain e il minatore viene" +" ricompensato." #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." -msgstr "" +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." +msgstr "" +"Dash funziona in modo leggermente diverso da Bitcoin, tuttavia, perché ha " +"una rete a due livelli. Il secondo livello è alimentato da masternode (Full " +"Nodes), che consentono la privacy finanziaria (CoinJoin), transazioni " +"istantanee (InstantSend) e il sistema di governance e budget " +"decentralizzato. Poiché questo secondo livello è così importante, i " +"masternode vengono ricompensati anche quando i miner scoprono nuovi blocchi." +" La ripartizione è la seguente: il 90% del premio del blocco è diviso tra il" +" miner e un masternode secondo la distribuzione trovata :ref:`qui `, mentre il 10% è riservato al sistema di budget " +"(creato dai superblocchi ogni mese)." #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"Il sistema masternode viene definito Proof of Service (PoSe), poiché i " +"masternode forniscono servizi cruciali alla rete. L’intera rete, infatti, è " +"supervisionata dai masternode, che hanno il potere di respingere i blocchi " +"formati in modo improprio dai miner. Se un minatore provasse a prendere per " +"sé l’intero premio del blocco o tentasse di eseguire una vecchia versione " +"del software Dash, la rete masternode renderebbe orfano quel blocco e non " +"verrebbe aggiunto alla blockchain." #: ../../docs/user/masternodes/understanding.rst:203 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" +"In breve, i miner alimentano il primo livello, ovvero l’invio e la ricezione" +" di fondi e la prevenzione della doppia spesa. I Masternodes alimentano il " +"secondo livello, che fornisce le funzionalità aggiuntive che rendono Dash " +"diverso dalle altre criptovalute. I masternode non eseguono operazioni di " +"mining e i computer di mining non possono fungere da masternode. Inoltre, " +"ogni masternode è “protetto” dal collaterale DASH. Questi DASH rimangono " +"sempre sotto il controllo esclusivo del proprietario e possono ancora essere" +" spesi liberamente. I fondi non sono bloccati in alcun modo. Tuttavia, se i " +"fondi vengono spostati o spesi, il masternode associato andrà offline e " +"smetterà di ricevere premi." #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" -msgstr "" +msgstr "Logica di pagamento" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" +"A partire dalla versione 0.13.0 di Dash, i pagamenti masternode sono " +"interamente deterministici e basati su un semplice algoritmo di ordinamento " +"delle liste. La versione 0.13.0 di Dash ha implementato `DIP003 " +"`_ che definisce " +"due set di masternode." #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" +"Il set completo, che contiene tutti i masternode registrati che non hanno " +"speso le loro transazioni di finanziamento collaterale." #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" +"Il set valido, un sottoinsieme del set completo che contiene tutti i " +"masternode che non sono contrassegnati come Proof of Service (PoSe) vietati." #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." -msgstr "" +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." +msgstr "" +"Ogni masternode dell'insieme dei masternode validi, identificato dal suo ID " +"di transazione di registrazione, è associato al blocco in cui è stato pagato" +" l'ultimo. Se non ha mai ricevuto il pagamento o è stato bannato per non " +"aver soddisfatto i requisiti PoSe, verrà utilizzato il blocco in cui è stato" +" registrato per la prima volta o in cui è stato ripristinato il servizio. " +"L'elenco è ordinato in ordine crescente in base all'altezza del blocco e " +"all'hash ProRegTx (come elemento decisivo nel caso in cui due masternode " +"siano stati registrati nello stesso blocco) e la prima voce viene " +"selezionata per il pagamento." #: ../../docs/user/masternodes/understanding.rst:240 msgid "Evonode Payment Logic" -msgstr "" +msgstr "Logica di pagamento di Evonode" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." -msgstr "" +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." +msgstr "" +"Poiché le percentuali di distribuzione della ricompensa sono fisse, si " +"prevede che il numero di evonode si stabilizzi attorno a un numero fisso " +"basato sul numero totale di masternode (considerando il numero attuale di " +"~3850 Masternode, si prevedono ~450 evonode). Questo perché se il numero di " +"evonodi è superiore a quello prefissato, l'esecuzione di un normale MN sarà " +"più redditizia rispetto all'esecuzione di un evonode e gli host " +"convertiranno i propri evonodi in MN." #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" +"Gli Evonode riceveranno il 100% delle commissioni generate dalla Platform e " +"il 37,5% della porzione masternode dei premi del blocco Core. I MN regolari " +"riceveranno il restante 62,5% della porzione masternode dei premi del blocco" +" Core e lo 0% delle commissioni della Platform." #: ../../docs/user/masternodes/understanding.rst:256 msgid "Proof of Service" -msgstr "" +msgstr "Proof of Service" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" -msgstr "" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" +msgstr "" +"Proof of Service (PoSe) è un sistema di punteggio utilizzato per determinare" +" se un masternode fornisce servizi di rete in buona fede. Nel calcolo sono " +"coinvolte numerose metriche, quindi non è possibile ingannare il sistema " +"facendo sì che i masternode vengano bannati da PoSe per non aver risposto " +"alle richieste ping, ad es. un attacco DDoS subito prima del pagamento. Ogni" +" mancata erogazione del servizio comporta un incremento del punteggio PoSe " +"rispetto al punteggio massimo, pari al numero di masternode registrati. Se " +"il punteggio raggiunge il numero di masternode registrati, viene emanato un " +"divieto PoSe e il masternode deve essere riparato per garantire che fornisca" +" un servizio affidabile e registrato nuovamente nell'elenco utilizzando un " +":ref:`ProUpServTx `. Le attuali regole di punteggio a partire da Dash 0.14 " +"sono:" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" +"Mancata partecipazione a `DKG " +"`__\\ = 66% di punizione" #: ../../docs/user/masternodes/understanding.rst:272 msgid "Each subsequent block reduces PoSe score by 1" -msgstr "" +msgstr "Ogni blocco successivo riduce il punteggio PoSe di 1" #: ../../docs/user/masternodes/understanding.rst:275 msgid "Quorum selection" -msgstr "" +msgstr "La cui selezione" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." -msgstr "" +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." +msgstr "" +"Nelle versioni precedenti di Dash, si formavano spontaneamente quorum di 10 " +"masternode per bloccare le transazioni InstantSend. A partire dalla versione" +" 0.14, i quorum sono formati in modo deterministico, contengono più " +"masternode e rimangono attivi per un periodo di tempo più lungo. Pur " +"rimanendo responsabili delle transazioni InstantSend, il meccanismo di " +"blocco è stato modificato per tentare automaticamente di bloccare la maggior" +" parte delle transazioni di rete in base ai requisiti descritti :ref:`qui " +"`. I Masternode ora sono anche responsabili di più funzioni di" +" consenso della rete, come :ref:`ChainLocks `. I quorum " +"Masternode vengono formati attraverso un processo di `generazione di chiavi " +"distribuite `__. La" +" mancata partecipazione al DKG comporterà eventualmente il divieto di PoSe " +"come descritto sopra." #: ../../docs/user/masternodes/understanding.rst:294 msgid "Masternode requirements" -msgstr "" +msgstr "Requisiti del masternode" #: ../../docs/user/masternodes/understanding.rst:296 msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" +"Garanzia DASH: ospitare un nodo master richiede una grande quantità di " +"garanzia DASH. Probabilmente la parte più difficile. Dash può essere " +"ottenuto da scambi come Poloniex, Bittrex, Kraken e LiveCoin. Anche il " +"servizio di Shapeshift è un ottimo modo." #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" +"Un server o VPS con Linux: le guide più recenti utilizzano Ubuntu 20.04 LTS." +" Consigliamo servizi VPS come Vultr e DigitalOcean, anche se qualsiasi " +"fornitore decente andrà bene. Generalmente andrà bene un'istanza con " +"specifiche medio-basse, anche se i requisiti prestazionali aumenteranno in " +"base a questa tabella di marcia." #: ../../docs/user/masternodes/understanding.rst:305 msgid "A dedicated IP address: These usually come with the VPS/server." msgstr "" +"Un indirizzo IP dedicato: solitamente viene fornito con il VPS/server." #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" +"Oltre al DASH conservato in garanzia, i masternode hanno anche requisiti " +"hardware minimi. Per le versioni Dash 0.14 e successive, questi requisiti " +"sono i seguenti:" #: ../../docs/user/masternodes/understanding.rst:314 msgid "Minimum" -msgstr "" +msgstr "Minimo" #: ../../docs/user/masternodes/understanding.rst:314 msgid "Recommended" -msgstr "" +msgstr "Raccomandato" #: ../../docs/user/masternodes/understanding.rst:316 msgid "CPU" -msgstr "" +msgstr "CPU" #: ../../docs/user/masternodes/understanding.rst:316 msgid "1x 2 GHz" -msgstr "" +msgstr "1x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:316 msgid "2x 2 GHz" -msgstr "" +msgstr "2x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" -msgstr "" +msgstr "RAM" #: ../../docs/user/masternodes/understanding.rst:318 msgid "4 GB + 2 GB swap" -msgstr "" +msgstr "4 GB + 2 GB swap" #: ../../docs/user/masternodes/understanding.rst:318 msgid "8 GB + 4 GB swap" -msgstr "" +msgstr "8 GB + 4 GB swap" #: ../../docs/user/masternodes/understanding.rst:320 msgid "Disk" -msgstr "" +msgstr "Disco" #: ../../docs/user/masternodes/understanding.rst:320 msgid "60 GB" -msgstr "" +msgstr "60 GB" #: ../../docs/user/masternodes/understanding.rst:320 msgid "80 GB" -msgstr "" +msgstr "80 GB" #: ../../docs/user/masternodes/understanding.rst:322 msgid "Network" @@ -588,278 +796,39 @@ msgstr "Rete" #: ../../docs/user/masternodes/understanding.rst:322 msgid "400 GB/mth" -msgstr "" +msgstr "400 GB/mth" #: ../../docs/user/masternodes/understanding.rst:322 msgid "1 TB/mth" -msgstr "" +msgstr "1 TB/mth" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" +"L'utilizzo della larghezza di banda di Masternode varia tra 300-500 GB al " +"mese e crescerà insieme alla rete." #: ../../docs/user/masternodes/understanding.rst:329 msgid "Dash Evolution" -msgstr "" +msgstr "Dash Evolution" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Anyone can run a masternode. The " -#~ "objective is to have enough " -#~ "decentralization to ensure that no " -#~ "single person controls a significant " -#~ "fraction of the masternodes. However, to" -#~ " avoid bloating the network with " -#~ "unnecessary masternodes or encouraging " -#~ "reckless operators, there is one " -#~ "condition that needs to be fulfilled:" -#~ " proof of ownership of 1000 Dash. " -#~ "The coins don't need to be in " -#~ "the masternode, but they need to " -#~ "be kept in a certain way that " -#~ "is transparent to the entire network." -#~ " If the owner moves or spends " -#~ "those coins, the masternode stops " -#~ "working and payment ceases." -#~ msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 implementa DIP003, che " -#~ "introduce diverse modifiche alla " -#~ "configurazione e al funzionamento dei " -#~ "masternode di Dash. Di seguito viene " -#~ "visualizzato un elenco della documentazione" -#~ " disponibile:" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "In short, miners power the first " -#~ "tier, which is the basic sending " -#~ "and receiving of funds and prevention" -#~ " of doublespending. Masternodes power the" -#~ " second tier, which provide the added" -#~ " features that make Dash different " -#~ "from other cryptocurrencies. Masternodes do" -#~ " not mine, and mining computers " -#~ "cannot serve as masternodes. Additionally, " -#~ "each masternode is “secured” by 1000 " -#~ "DASH. Those DASH remain under the " -#~ "sole control of their owner at all" -#~ " times, and can still be freely " -#~ "spent. The funds are not locked in" -#~ " any way. However, if the funds " -#~ "are moved or spent, the associated " -#~ "masternode will go offline and stop " -#~ "receiving rewards." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "1000 Dash: Arguably the hardest part." -#~ " Dash can be obtained from exchanges" -#~ " such as Poloniex, Bittrex, Kraken " -#~ "and LiveCoin. Shapeshift's service is " -#~ "also an excellent way." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "EvoNode Payment Logic" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" +"Gli esatti requisiti hardware per i masternode di Dash Evolution devono " +"ancora essere determinati, sebbene alcuni suggerimenti possano essere presi " +"dalla `roadmap `_ e da questo `blog post " +"`_. Dovrebbe essere possibile eseguire i masternode " +"Dash sui normali server VPS fino a quando la dimensione del blocco non " +"raggiunge circa 20 MB, dopodiché potrebbe essere necessario hardware " +"personalizzato come GPU ed eventualmente ASIC." diff --git a/locale/it/LC_MESSAGES/docs/user/mining/index.po b/locale/it/LC_MESSAGES/docs/user/mining/index.po index 5d00ed884..c02c03ee4 100644 --- a/locale/it/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/it/LC_MESSAGES/docs/user/mining/index.po @@ -1,97 +1,126 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" -msgstr "" +msgstr "Informazioni e guide su come minare la criptovaluta Dash" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" msgstr "" +"dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " +"mining pools" #: ../../docs/user/mining/index.rst:9 msgid "Mining" -msgstr "" +msgstr "Mining" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." -msgstr "" +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." +msgstr "" +"Il mining nel contesto di criptovalute come Dash si riferisce al processo di" +" ricerca di soluzioni a problemi crittograficamente difficili come metodo " +"per proteggere i blocchi sulla blockchain. Il processo di mining crea nuovi " +"gettoni di valuta come ricompensa per il minatore. Il mining è possibile su " +"una vasta gamma di hardware. Dash implementa un algoritmo noto come " +":ref:`X11 `, che il minatore deve risolvere per guadagnare ricompense." #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." -msgstr "" +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." +msgstr "" +"L'hardware più semplice e generale disponibile per il mining è la CPU " +"generica presente in ogni computer. Una CPU è progettata per essere " +"versatile ma offre meno efficienza di una GPU, progettata per calcolare " +"rapidamente milioni di vettori in parallelo. Mentre miglioramenti specifici " +"delle istruzioni della CPU relativi alla crittografia come AES o AVX possono" +" fornire un discreto incremento, le GPU offrono un significativo aumento " +"delle prestazioni grazie alle loro molteplici pipeline in grado di elaborare" +" i calcoli prevedibilmente ripetitivi associati al mining di criptovaluta. " +"Infine, gli ASIC sono relativamente poco flessibili e possono elaborare solo" +" le funzioni specifiche per le quali sono stati progettati, ma a una " +"velocità ancora maggiore rispetto alle GPU e alle CPU per uso più generale. " +"Sul mercato sono ora disponibili numerosi ASIC X11, che hanno rapidamente " +"reso antieconomico il mining di CPU e GPU a causa della maggiore difficoltà " +"di hashing derivante dal rapido aumento dell’hash rate. Il risultato è una " +"valuta più sicura contro gli attacchi di forza bruta sulla blockchain di " +"Dash." #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" +"La redditività del mining è determinata dall'hashrate del tuo dispositivo di" +" mining, dall'attuale difficoltà della rete e dai costi del tuo hardware e " +"dell'elettricità. I seguenti link forniscono informazioni aggiornate:" #: ../../docs/user/mining/index.rst:39 msgid "`Hashrate `_" -msgstr "" +msgstr "`Hashrate `_" #: ../../docs/user/mining/index.rst:40 msgid "" "`Mining difficulty `_" msgstr "" +"`Difficoltà del Mining `_" #: ../../docs/user/mining/index.rst:41 msgid "" "`Profitability calculation tool " "`_" msgstr "" +"`Strumento di calcolo della redditività " +"`_" #: ../../docs/user/mining/index.rst:44 msgid "Masternodes vs. Mining" -msgstr "" +msgstr "Masternodes vs. Mining" #: ../../docs/user/mining/index.rst:46 msgid "" @@ -102,534 +131,722 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." -msgstr "" +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." +msgstr "" +"Dash, come Bitcoin e la maggior parte delle altre criptovalute, si basa su " +"un registro decentralizzato di tutte le transazioni, noto come blockchain. " +"Questa blockchain è protetta attraverso un meccanismo di consenso; nel caso " +"sia di Dash che di Bitcoin, il meccanismo di consenso è Proof of Work (PoW)." +" I minatori tentano di risolvere problemi difficili con computer " +"specializzati e, quando risolvono il problema, ricevono il diritto di " +"aggiungere un nuovo blocco alla blockchain. Se tutte le altre persone che " +"gestiscono il software concordano sul fatto che il problema è stato risolto " +"correttamente, il blocco viene aggiunto alla blockchain e il minatore viene " +"ricompensato." #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." -msgstr "" +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." +msgstr "" +"Dash funziona in modo leggermente diverso da Bitcoin, tuttavia, perché ha " +"una rete a due livelli. Il secondo livello è alimentato da :ref:`masternodes" +" ` (Full Nodes), che abilitano la privacy (CoinJoin), " +"transazioni istantanee (InstantSend) e il sistema di governance e budget " +"decentralizzato. Poiché questo secondo livello è così importante, i " +"masternode vengono ricompensati anche quando i miner scoprono nuovi blocchi." +" La ripartizione è la seguente: il 90% del premio del blocco è diviso tra il" +" miner e un masternode secondo la distribuzione trovata :ref:`qui `, mentre il 10% è riservato al sistema di budget " +"(creato dai superblocchi ogni mese)." #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"Il sistema masternode viene definito Proof of Service (PoSe), poiché i " +"masternode forniscono servizi cruciali alla rete. L’intera rete, infatti, è " +"supervisionata dai masternode, che hanno il potere di respingere i blocchi " +"formati in modo improprio dai miner. Se un minatore provasse a prendere per " +"sé l’intero premio del blocco o tentasse di eseguire una vecchia versione " +"del software Dash, la rete masternode renderebbe orfano quel blocco e non " +"verrebbe aggiunto alla blockchain." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." +msgstr "" +"In breve, i miner alimentano il primo livello, ovvero l’invio e la ricezione" +" di fondi e la prevenzione della doppia spesa. I Masternodes alimentano il " +"secondo livello, che fornisce le funzionalità aggiuntive che rendono Dash " +"diverso dalle altre criptovalute. I masternode non eseguono operazioni di " +"mining e i computer di mining non possono fungere da masternode. Inoltre, " +"ogni masternode è “protetto” da 1000 DASH. Questi DASH rimangono sempre " +"sotto il controllo esclusivo del proprietario e possono ancora essere spesi " +"liberamente. I fondi non sono bloccati in alcun modo. Tuttavia, se i fondi " +"vengono spostati o spesi, il masternode associato andrà offline e smetterà " +"di ricevere premi." #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" -msgstr "" +msgstr "Mining Pools" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." -msgstr "" +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." +msgstr "" +"È più probabile che il Mining Dash nei pool generi ricompense rispetto al " +"mining solista direttamente sulla blockchain. Il mining dash utilizzando " +"P2Pool è fortemente incoraggiato, poiché è un buon modo per distribuire, " +"anziché centralizzare, il potere di hashing. Il seguente sito elenca i pool " +"minerari Dash P2Pool vicino a te, scegli semplicemente un pool con tariffe e" +" tempi di ping favorevoli e inserisci il tuo indirizzo di pagamento Dash " +"come nome utente e qualsiasi cosa come password." #: ../../docs/user/mining/index.rst:97 msgid "http://www.p2poolmining.us/p2poolnodes/" -msgstr "" +msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." -msgstr "" +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." +msgstr "" +"Se desideri configurare il tuo P2Pool, la documentazione del processo è " +"disponibile :ref:`qui ` e il codice per p2pool-dash è disponibile su" +" `GitHub `_. Altri pool di mining " +"sono elencati di seguito e possono essere vantaggiosi per diversi motivi " +"come latenza del ping, tempo di attività, tariffe, utenti, ecc. Una guida " +"all'utilizzo di un pool di mining tipico può essere trovata :ref:`qui " +"`." #: ../../docs/user/mining/index.rst:107 msgid "https://coinfoundry.org" -msgstr "" +msgstr "https://coinfoundry.org" #: ../../docs/user/mining/index.rst:108 msgid "https://mining.luxor.tech" -msgstr "" +msgstr "https://mining.luxor.tech" #: ../../docs/user/mining/index.rst:109 msgid "https://dash.suprnova.cc" -msgstr "" +msgstr "https://dash.suprnova.cc" #: ../../docs/user/mining/index.rst:110 msgid "https://www.nicehash.com" -msgstr "" +msgstr "https://www.nicehash.com" #: ../../docs/user/mining/index.rst:111 msgid "https://www.coinotron.com" -msgstr "" +msgstr "https://www.coinotron.com" #: ../../docs/user/mining/index.rst:112 msgid "https://dash.miningpoolhub.com" -msgstr "" +msgstr "https://dash.miningpoolhub.com" #: ../../docs/user/mining/index.rst:113 msgid "https://www.multipool.us" -msgstr "" +msgstr "https://www.multipool.us" #: ../../docs/user/mining/index.rst:114 msgid "https://www.f2pool.com" -msgstr "" +msgstr "https://www.f2pool.com" #: ../../docs/user/mining/index.rst:115 msgid "https://www2.coinmine.pl/dash/" -msgstr "" +msgstr "https://www2.coinmine.pl/dash/" #: ../../docs/user/mining/index.rst:116 msgid "https://www.antpool.com" -msgstr "" +msgstr "https://www.antpool.com" #: ../../docs/user/mining/index.rst:117 msgid "https://avalon-life.io" -msgstr "" +msgstr "https://avalon-life.io" #: ../../docs/user/mining/index.rst:118 msgid "https://www.genesis-mining.com" -msgstr "" +msgstr "https://www.genesis-mining.com" #: ../../docs/user/mining/index.rst:119 msgid "https://www.viabtc.com" -msgstr "" +msgstr "https://www.viabtc.com" #: ../../docs/user/mining/index.rst:120 msgid "https://zpool.ca" -msgstr "" +msgstr "https://zpool.ca" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" +msgstr "" +"NOTA BENE: questo elenco è fornito solo a scopo informativo. I servizi " +"elencati qui non sono stati valutati o approvati dagli sviluppatori Dash e " +"non viene fornita alcuna garanzia sull'accuratezza di queste informazioni. " +"Si prega di esercitare discrezione quando si utilizzano servizi di terze " +"parti. Se desideri essere aggiunto a questo elenco, contatta " "leon.white@dash.org" -msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" +"Oltre ad unirti a un pool, dovrai anche creare un indirizzo Dash per " +"ricevere il tuo pagamento. Per farlo nel portafoglio Dash Core, vedi " +":ref:`qui `." #: ../../docs/user/mining/index.rst:143 msgid "CPU Mining" -msgstr "" +msgstr "CPU Mining" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." -msgstr "" +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." +msgstr "" +"Questa documentazione descrive come estrarre Dash nel sistema operativo " +"Windows utilizzando solo la CPU del tuo computer. Tieni presente che la " +"prevalenza di GPU e minatori ASIC significa che, a meno che non disponi di " +"elettricità gratuita, è altamente improbabile che sia redditizio! Poiché " +"questo è il caso, il software in questa guida non è stato aggiornato da " +"diversi anni ed è destinato esclusivamente a scopi sperimentali e testnet." #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" +"Questa è una procedura abbastanza semplice e verranno forniti degli esempi " +"per ottenere l'hash rate più veloce possibile per la tua CPU, ma ricorda che" +" esistono miner più ottimizzati, quindi ti consigliamo di tenere d'occhio i " +"siti di mining come questi per per tenere il passo con le ultime " +"informazioni e versioni." #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 msgid "`Crypto Mining Blog `_" -msgstr "" +msgstr "`Crypto Mining Blog `_" #: ../../docs/user/mining/index.rst:159 ../../docs/user/mining/index.rst:293 msgid "" "`Dash Forum Mining Discussions " "`_" msgstr "" +"`Dash Forum Mining Discussioni " +"`_" #: ../../docs/user/mining/index.rst:160 ../../docs/user/mining/index.rst:294 msgid "" "`Bitcoin Talk Altcoin Mining Discussions " "`_" msgstr "" +"`Bitcoin Talk Altcoin Mining Discussioni " +"`_" #: ../../docs/user/mining/index.rst:163 ../../docs/user/mining/index.rst:297 msgid "Mining software" -msgstr "" +msgstr "Mining software" #: ../../docs/user/mining/index.rst:165 msgid "" "The first step is to download appropriate mining software. A good basic " "miner for modern CPUs can be found here:" msgstr "" +"Il primo passo è scaricare il software di mining appropriato. Un buon miner " +"di base per le CPU moderne può essere trovato qui:" #: ../../docs/user/mining/index.rst:168 msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" -msgstr "" +msgstr "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" +"Questo software dipende dalla CPU che supporta i set di istruzioni AES-NI e " +"AVX. Puoi utilizzare `CPU-Z `_ " +"per verificare se questo è il caso della tua CPU:" #: ../../docs/user/mining/index.rst:178 msgid "CPU-Z showing details for an Intel i7 Haswell CPU" -msgstr "" +msgstr "CPU-Z che mostra i dettagli di una CPU Intel i7 Haswell" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" +"Se la tua CPU non supporta AES-NI e AVX, puoi provare un software più " +"generalizzato che non richiede set di istruzioni specifici, come questi:" #: ../../docs/user/mining/index.rst:185 msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" -msgstr "" +msgstr "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" #: ../../docs/user/mining/index.rst:186 msgid "https://github.com/tpruvot/cpuminer-multi" -msgstr "" +msgstr "https://github.com/tpruvot/cpuminer-multi" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" +"Il nostro obiettivo qui è scegliere un software di mining che supporti il " +"massimo set di istruzioni possibili disponibile sulla tua CPU, quindi " +"provare ad aumentare la velocità di hash. Una volta effettuata la scelta, " +"fai clic su **Versioni** e scarica ed estrai il file zip. I diversi file " +"\\*.exe indicano quali ottimizzazioni specifiche del processore supportano. " +"La cartella dovrebbe assomigliare a questa:" #: ../../docs/user/mining/index.rst:198 msgid "Executable CPU miners for Dash" -msgstr "" +msgstr "Minatori CPU eseguibili per Dash" #: ../../docs/user/mining/index.rst:201 ../../docs/user/mining/index.rst:345 msgid "Configuration" -msgstr "" +msgstr "Configurazione" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" -msgstr "" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" +msgstr "" +"Inizia selezionando un pool di mining e generando un indirizzo Dash come " +"descritto nella sezione :ref:`Pool di mining ` sopra. Conserva" +" tutti i tuoi file di mining in un'unica cartella. In questo esempio " +"lavoreremo dal Desktop. Il nodo selezionato per questo esempio proviene " +"dall'elenco p2poolming.us e si trova in Cina::" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" +"Successivamente, apri **Blocco note** e digita su una riga il comando che " +"utilizzeremo per avviare il miner, seguito da una pausa sulla seconda riga. " +"Il formato generale è il seguente:" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 msgid "Where:" -msgstr "" +msgstr "Dove:" #: ../../docs/user/mining/index.rst:220 msgid "minerd = the executable miner daemon file you choose to use" msgstr "" +"minerd = il file eseguibile del daemon del miner che scegli di utilizzare" #: ../../docs/user/mining/index.rst:221 msgid "a = algorithm, which is X11 for Dash" -msgstr "" +msgstr "a = algoritmo, che è X11 per Dash" #: ../../docs/user/mining/index.rst:222 msgid "o = URL of your mining pool, including the protocol and port" -msgstr "" +msgstr "o = URL della tua mining pool, inclusi protocollo e porta" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" +"u = nome utente, solitamente l'indirizzo di ricezione Dash del tuo " +"portafoglio o lavoratore" #: ../../docs/user/mining/index.rst:224 msgid "p = password, can often be set to x" -msgstr "" +msgstr "p = password, spesso può essere impostata su x" #: ../../docs/user/mining/index.rst:225 msgid "t = number of threads used" -msgstr "" +msgstr "t = numero di thread utilizzati" #: ../../docs/user/mining/index.rst:226 msgid "pause = keeps the window open in the case of errors" -msgstr "" +msgstr "pausa = mantiene la finestra aperta in caso di errori" #: ../../docs/user/mining/index.rst:228 msgid "For the CPU in the example above, the command may be::" -msgstr "" +msgstr "Per la CPU nell'esempio sopra, il comando potrebbe essere::" #: ../../docs/user/mining/index.rst:236 msgid "Notepad file showing an example command to start a CPU miner" msgstr "" +"File di blocco note che mostra un comando di esempio per avviare un minatore" +" CPU" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" +"Fare clic su **File**, quindi su **Salva con nome**. Cambia **Salva come** " +"in **Tutti i file**, quindi digita il nome del file come *startminer.bat* e " +"salvalo nella stessa cartella dei file *minerd* decompressi." #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 msgid "Testing" -msgstr "" +msgstr "Test" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." -msgstr "" +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." +msgstr "" +"Ora sei pronto per iniziare! Tieni d'occhio l'utilizzo della CPU in **Task " +"Manager** (fai clic con il pulsante destro del mouse sulla barra delle " +"applicazioni per aprirlo) e fai attenzione che la temperatura della CPU non " +"superi la temperatura massima (circa 64°C). Se hai problemi di temperatura o" +" di stabilità del desktop, riduci ``t`` a ~2 thread e prova prima quello. Se" +" ``t`` viene tralasciato, la macchina utilizzerà automaticamente il numero " +"massimo di thread. Dopo aver eseguito il minatore per un po', dai " +"un'occhiata alla velocità dell'hash e ai pagamenti nella tua mining pool. " +"Puoi identificare il tuo minatore tramite l'indirizzo del wallet sulla " +"pagina." #: ../../docs/user/mining/index.rst:257 msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" msgstr "" +"Esempio di mining della CPU utilizzando DarkCoin CPUMiner 1.3 su Intel Core " +"i7" #: ../../docs/user/mining/index.rst:260 msgid "Tips" -msgstr "" +msgstr "Suggerimenti" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." -msgstr "" +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." +msgstr "" +"Riduci il numero di thread per una maggiore usabilità del desktop e " +"riduzione del calore. Se la temperatura della CPU è troppo alta, prendere in" +" considerazione l'installazione di una nuova ventola e verificare che la " +"pasta termica del dissipatore di calore sulla CPU sia adeguata. Modifica la " +"velocità di clock del processore per ottenere prestazioni aggiuntive " +"utilizzando un controller della scheda madre come `AI Suite " +"`_ per schede madri Asus. La " +"riduzione della tensione del core della CPU comporterà una temperatura più " +"bassa ma una maggiore instabilità." #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" +"Prova a selezionare una pool nelle vicinanze per ridurre la latenza di rete." +" Se il nodo appare lento, passa a un'altra posizione. Distribuire la potenza" +" di hashing a livello globale tra pool diversi per evitare la biforcazione." #: ../../docs/user/mining/index.rst:277 msgid "GPU Mining" -msgstr "" +msgstr "GPU Mining" #: ../../docs/user/mining/index.rst:279 msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." -msgstr "" +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." +msgstr "" +"Questa guida riunisce diverse altre guide su come utilizzare la GPU (il " +"processore della scheda grafica) per estrarre Dash utilizzando l'algoritmo " +"X11 su Windows. Tieni presente che il mercato in crescita dei miner ASIC " +"significa che probabilmente non sarà redditizio! Inoltre, molti dei software" +" e dei file binari qui descritti non sono stati aggiornati da diversi anni, " +"quindi questa guida dovrebbe essere utilizzata solo a scopo sperimentale." #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" +"Questa guida coprirà il processo di download e configurazione del software " +"di mining, seguito da alcuni suggerimenti per l'ottimizzazione. Questa " +"tecnologia può cambiare rapidamente, quindi ti consigliamo di tenere " +"d'occhio i siti minerari come questi per rimanere aggiornato sulle ultime " +"informazioni e versioni." #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" -msgstr "" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" +msgstr "" +"Per quanto riguarda il mining della CPU, è disponibile una gamma di software" +" di mining per il mining della GPU. La maggior parte è basata su sgminer " +"compilato con diverse ottimizzazioni specifiche per hardware diverso. Un " +"buon approccio è identificare il tuo hardware grafico, quindi scegliere una " +"build appropriata di sgminer. Puoi utilizzare `GPU-Z " +"`_ per identificare l'hardware della tua " +"GPU:" #: ../../docs/user/mining/index.rst:309 msgid "" "GPU-Z showing details for AMD Radeon Turks and NVIDIA Quadro GK104 class " "GPUs" msgstr "" +"GPU-Z che mostra i dettagli per le GPU di classe AMD Radeon Turks e NVIDIA " +"Quadro GK104" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." -msgstr "" +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." +msgstr "" +"Successivamente, scarica il software di mining. La maggior parte di questi " +"sono basati sull'originale `sgminer `_, ma questo non è adatto all'algoritmo X11, non offre binari " +"compilati e non è stato aggiornato da anni . Descriveremo l'utilizzo del " +"software binario precompilato gestito solo dagli sviluppatori più recenti." #: ../../docs/user/mining/index.rst:318 msgid "**AMD**" -msgstr "" +msgstr "**AMD**" #: ../../docs/user/mining/index.rst:320 msgid "https://github.com/nicehash/sgminer/releases" -msgstr "" +msgstr "https://github.com/nicehash/sgminer/releases" #: ../../docs/user/mining/index.rst:322 msgid "**NVIDIA**" -msgstr "" +msgstr "**NVIDIA**" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" +"https://github.com/sp-hash/ccminer/releases (sp-mod, kernel CUDA ottimizzati" +" per Windows)" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" +"Scarica la versione scelta ed estrai il file zip in una posizione nota. La " +"cartella dovrebbe assomigliare a questa:" #: ../../docs/user/mining/index.rst:335 msgid "Executable GPU miners for Dash" -msgstr "" +msgstr "Minatori GPU eseguibili per Dash" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." -msgstr "" +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." +msgstr "" +"Il file sgminer è il file eseguibile, mentre i vari file con estensione .cl " +"definiscono i vari algoritmi supportati da sgminer. In questo caso, siamo " +"interessati alle implementazioni darkcoin.cl e darkcoin-mod.cl di X11. Tieni" +" presente che il nome del file eseguibile potrebbe essere diverso per " +"minatori con ottimizzazioni diverse, ad esempio ccminer per le schede " +"NVIDIA." #: ../../docs/user/mining/index.rst:355 msgid "" "Next, open **Notepad** and create the basic configuration. The general " "format is as follows::" msgstr "" +"Successivamente, apri **Blocco note** e crea la configurazione di base. Il " +"formato generale è il seguente:" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" +"pool = definisce un elenco di pool (in questo caso uno solo) verso cui è " +"diretto il potere di hashing" #: ../../docs/user/mining/index.rst:373 msgid "url = URL of your mining pool, including the protocol and port" -msgstr "" +msgstr "url = URL del tuo pool minerario, inclusi protocollo e porta" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" +"utente = nome utente, solitamente l'indirizzo di ricezione Dash del tuo " +"portafoglio o lavoratore" #: ../../docs/user/mining/index.rst:376 msgid "pass = password, can often be set to x" -msgstr "" +msgstr "pass = password, spesso può essere impostata su x" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" +"algoritmo = algoritmo di hashing da utilizzare, in questo caso darkcoin (per" +" ragioni storiche) o darkcoin-mod" #: ../../docs/user/mining/index.rst:380 msgid "For the pool above, the configuration may be:" -msgstr "" +msgstr "Per la piscina sopra, la configurazione può essere:" #: ../../docs/user/mining/index.rst:385 msgid "Configuration file for a Dash GPU miner" -msgstr "" +msgstr "File di configurazione per un minatore Dash GPU" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" +"Fare clic su **File**, quindi su **Salva con nome**. Cambia **Salva come** " +"in **Tutti i file**, quindi digita il nome del file come *sgminer.conf* e " +"salvalo nella stessa cartella dei file *sgminer* decompressi." #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" +"Fai doppio clic su *sgminer.exe* e una finestra **Prompt dei comandi** " +"dovrebbe apparire immediatamente. Se scompare troppo rapidamente, controlla " +"la configurazione per virgole mancanti, parentesi aperte o nome file errato." +" Il programma compilerà un file binario speciale specifico per la tua GPU e " +"lo memorizzerà nella cartella, quindi inizierà l'hashing." #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" +"Esempio di mining GPU utilizzando sgminer 5.6.1-nicehash-51 su Intel HD " +"Graphics 4600" #: ../../docs/user/mining/index.rst:410 msgid "ASIC Mining" -msgstr "" +msgstr "ASIC Mining" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" +"ASIC sta per *Circuito integrato specifico per l'applicazione* e descrive un" +" tipo di processore progettato per un solo scopo. Gli ASIC sono una scelta " +"popolare per il mining di criptovalute perché possono offrire un'efficienza " +"maggiore rispetto ai minatori CPU o GPU, con conseguente profitto maggiore." #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." -msgstr "" +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." +msgstr "" +"Tieni presente che le informazioni contenute in questa pagina potrebbero " +"diventare obsolete molto rapidamente a causa del mercato in rapida " +"evoluzione e della difficoltà di estrazione di Dash. Sei responsabile dello " +"svolgimento delle tue ricerche e qualsiasi elenco in questa pagina non deve " +"essere considerato un'approvazione di alcun prodotto particolare. Un buon " +"posto per iniziare la ricerca è la `sezione mining dei forum Dash " +"`_." #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" +"I seguenti miner ASIC X11 sono oggi disponibili sul mercato, fai clic sul " +"nome del prodotto per visitare il sito Web del produttore:" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Name" @@ -637,426 +854,421 @@ msgstr "Nome" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Hash rate" -msgstr "" +msgstr "Hash rate" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Power" -msgstr "" +msgstr "Energia" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Weight" -msgstr "" +msgstr "Peso" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Dimensions (mm)" -msgstr "" +msgstr "Dimensioni (mm)" #: ../../docs/user/mining/index.rst:428 msgid "Price" -msgstr "" +msgstr "Prezzo" #: ../../docs/user/mining/index.rst:430 msgid "" "`Bitmain Antminer D5 " "`_" msgstr "" +"`Bitmain Antminer D5 " +"`_" #: ../../docs/user/mining/index.rst:430 msgid "119 GH/s ±5%" -msgstr "" +msgstr "119 GH/s ±5%" #: ../../docs/user/mining/index.rst:430 msgid "1566 W" -msgstr "" +msgstr "1566 W" #: ../../docs/user/mining/index.rst:430 msgid "7.5 kg" -msgstr "" +msgstr "7.5 kg" #: ../../docs/user/mining/index.rst:430 msgid "486 x 265 x 388" -msgstr "" +msgstr "486 x 265 x 388" #: ../../docs/user/mining/index.rst:430 msgid "$1,180" -msgstr "" +msgstr "$1,180" #: ../../docs/user/mining/index.rst:432 msgid "`Spondoolies SPx36 `_" msgstr "" +"`Spondoolies SPx36 `_" #: ../../docs/user/mining/index.rst:432 msgid "540 GH/s ±10%" -msgstr "" +msgstr "540 GH/s ±10%" #: ../../docs/user/mining/index.rst:432 msgid "4400 W" -msgstr "" +msgstr "4400 W" #: ../../docs/user/mining/index.rst:432 msgid "19.5 kg" -msgstr "" +msgstr "19.5 kg" #: ../../docs/user/mining/index.rst:432 msgid "640 x 525 x 185" -msgstr "" +msgstr "640 x 525 x 185" #: ../../docs/user/mining/index.rst:432 msgid "$7,000" -msgstr "" +msgstr "$7,000" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" +"`StrongU STU-U6 `_" #: ../../docs/user/mining/index.rst:434 msgid "420 GH/s ±8%" -msgstr "" +msgstr "420 GH/s ±8%" #: ../../docs/user/mining/index.rst:434 ../../docs/user/mining/index.rst:478 msgid "2100 W" -msgstr "" +msgstr "2100 W" #: ../../docs/user/mining/index.rst:434 msgid "8.5 kg" -msgstr "" +msgstr "8.5 kg" #: ../../docs/user/mining/index.rst:434 msgid "370 x 135 x 208" -msgstr "" +msgstr "370 x 135 x 208" #: ../../docs/user/mining/index.rst:437 msgid "ASIC resellers may also have miners available:" -msgstr "" +msgstr "I rivenditori ASIC possono anche avere miner disponibili:" #: ../../docs/user/mining/index.rst:439 msgid "http://kaboomracks.com" -msgstr "" +msgstr "http://kaboomracks.com" #: ../../docs/user/mining/index.rst:440 msgid "https://brokerage.luxor.tech/dashboard" -msgstr "" +msgstr "https://brokerage.luxor.tech/dashboard" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" +"I seguenti miner ASIC non sono più facilmente disponibili oppure sono " +"obsoleti a causa dell'aumento della difficoltà sulla rete." #: ../../docs/user/mining/index.rst:448 msgid "`Baikal BK-X `_" -msgstr "" +msgstr "`Baikal BK-X `_" #: ../../docs/user/mining/index.rst:448 msgid "10 GH/s ±5%" -msgstr "" +msgstr "10 GH/s ±5%" #: ../../docs/user/mining/index.rst:448 msgid "800 W" -msgstr "" +msgstr "800 W" #: ../../docs/user/mining/index.rst:448 msgid "3.8 kg" -msgstr "" +msgstr "3.8 kg" #: ../../docs/user/mining/index.rst:448 msgid "312 x 125 x 130" -msgstr "" +msgstr "312 x 125 x 130" #: ../../docs/user/mining/index.rst:450 msgid "`Baikal Mini `_" -msgstr "" +msgstr "`Baikal Mini `_" #: ../../docs/user/mining/index.rst:450 msgid "150 MH/s ±10%" -msgstr "" +msgstr "150 MH/s ±10%" #: ../../docs/user/mining/index.rst:450 msgid "40 W" -msgstr "" +msgstr "40 W" #: ../../docs/user/mining/index.rst:450 msgid ".475 kg" -msgstr "" +msgstr ".475 kg" #: ../../docs/user/mining/index.rst:450 msgid "140 x 100 x 95" -msgstr "" +msgstr "140 x 100 x 95" #: ../../docs/user/mining/index.rst:452 msgid "`Baikal Giant+ A2000 `_" -msgstr "" +msgstr "`Baikal Giant+ A2000 `_" #: ../../docs/user/mining/index.rst:452 msgid "2000 MH/s ±10%" -msgstr "" +msgstr "2000 MH/s ±10%" #: ../../docs/user/mining/index.rst:452 msgid "430 W" -msgstr "" +msgstr "430 W" #: ../../docs/user/mining/index.rst:452 ../../docs/user/mining/index.rst:456 msgid "3 kg" -msgstr "" +msgstr "3 kg" #: ../../docs/user/mining/index.rst:452 msgid "300 x 140 x 125" -msgstr "" +msgstr "300 x 140 x 125" #: ../../docs/user/mining/index.rst:454 msgid "`Baikal Giant A900 `_" -msgstr "" +msgstr "`Baikal Giant A900 `_" #: ../../docs/user/mining/index.rst:454 msgid "900 MH/s ±5%" -msgstr "" +msgstr "900 MH/s ±5%" #: ../../docs/user/mining/index.rst:454 msgid "217 W" -msgstr "" +msgstr "217 W" #: ../../docs/user/mining/index.rst:454 msgid "2.5 kg" -msgstr "" +msgstr "2.5 kg" #: ../../docs/user/mining/index.rst:454 msgid "300 x 123 x 123" -msgstr "" +msgstr "300 x 123 x 123" #: ../../docs/user/mining/index.rst:456 msgid "`Baikal Quad Cube `_" -msgstr "" +msgstr "`Baikal Quad Cube `_" #: ../../docs/user/mining/index.rst:456 msgid "1200 MH/s ±10%" -msgstr "" +msgstr "1200 MH/s ±10%" #: ../../docs/user/mining/index.rst:456 msgid "300 W" -msgstr "" +msgstr "300 W" #: ../../docs/user/mining/index.rst:456 msgid "135 x 135 x 425" -msgstr "" +msgstr "135 x 135 x 425" #: ../../docs/user/mining/index.rst:458 msgid "" "`Bitmain Antminer D3 " "`_" msgstr "" +"`Bitmain Antminer D3 " +"`_" #: ../../docs/user/mining/index.rst:458 msgid "17 GH/s ±5%" -msgstr "" +msgstr "17 GH/s ±5%" #: ../../docs/user/mining/index.rst:458 msgid "970 W" -msgstr "" +msgstr "970 W" #: ../../docs/user/mining/index.rst:458 msgid "6.5 kg" -msgstr "" +msgstr "6.5 kg" #: ../../docs/user/mining/index.rst:458 msgid "320 x 130 x 190" -msgstr "" +msgstr "320 x 130 x 190" #: ../../docs/user/mining/index.rst:460 msgid "`iBelink DM384M `_" -msgstr "" +msgstr "`iBelink DM384M `_" #: ../../docs/user/mining/index.rst:460 msgid "384 MH/s ±10%" -msgstr "" +msgstr "384 MH/s ±10%" #: ../../docs/user/mining/index.rst:460 msgid "715 W" -msgstr "" +msgstr "715 W" #: ../../docs/user/mining/index.rst:460 msgid "21 kg" -msgstr "" +msgstr "21 kg" #: ../../docs/user/mining/index.rst:460 ../../docs/user/mining/index.rst:462 #: ../../docs/user/mining/index.rst:464 msgid "490 x 350 x 180" -msgstr "" +msgstr "490 x 350 x 180" #: ../../docs/user/mining/index.rst:462 msgid "`iBelink DM11G `_" msgstr "" +"`iBelink DM11G `_" #: ../../docs/user/mining/index.rst:462 msgid "11 GH/s ±5%" -msgstr "" +msgstr "11 GH/s ±5%" #: ../../docs/user/mining/index.rst:462 ../../docs/user/mining/index.rst:464 msgid "810 W" -msgstr "" +msgstr "810 W" #: ../../docs/user/mining/index.rst:462 msgid "22 kg" -msgstr "" +msgstr "22 kg" #: ../../docs/user/mining/index.rst:464 msgid "`iBelink DM22G `_" msgstr "" +"`iBelink DM22G `_" #: ../../docs/user/mining/index.rst:464 msgid "22 GH/s ±5%" -msgstr "" +msgstr "22 GH/s ±5%" #: ../../docs/user/mining/index.rst:464 msgid "19 kg" -msgstr "" +msgstr "19 kg" #: ../../docs/user/mining/index.rst:466 msgid "Pinidea DR-1" -msgstr "" +msgstr "Pinidea DR-1" #: ../../docs/user/mining/index.rst:466 msgid "500 MH/s ±10%" -msgstr "" +msgstr "500 MH/s ±10%" #: ../../docs/user/mining/index.rst:466 msgid "320 W" -msgstr "" +msgstr "320 W" #: ../../docs/user/mining/index.rst:466 ../../docs/user/mining/index.rst:468 #: ../../docs/user/mining/index.rst:470 msgid "4.5 kg" -msgstr "" +msgstr "4.5 kg" #: ../../docs/user/mining/index.rst:466 msgid "290 x 130 x 150" -msgstr "" +msgstr "290 x 130 x 150" #: ../../docs/user/mining/index.rst:468 msgid "Pinidea DR-2" -msgstr "" +msgstr "Pinidea DR-2" #: ../../docs/user/mining/index.rst:468 msgid "450 MH/s ±5%" -msgstr "" +msgstr "450 MH/s ±5%" #: ../../docs/user/mining/index.rst:468 msgid "335 W" -msgstr "" +msgstr "335 W" #: ../../docs/user/mining/index.rst:468 ../../docs/user/mining/index.rst:470 msgid "200 x 165 x 135" -msgstr "" +msgstr "200 x 165 x 135" #: ../../docs/user/mining/index.rst:470 msgid "Pinidea DR-3" -msgstr "" +msgstr "Pinidea DR-3" #: ../../docs/user/mining/index.rst:470 msgid "600 MH/s ±5%" -msgstr "" +msgstr "600 MH/s ±5%" #: ../../docs/user/mining/index.rst:470 msgid "345 W" -msgstr "" +msgstr "345 W" #: ../../docs/user/mining/index.rst:472 msgid "Pinidea DU-1" -msgstr "" +msgstr "Pinidea DU-1" #: ../../docs/user/mining/index.rst:472 msgid "9 MH/s ±5%" -msgstr "" +msgstr "9 MH/s ±5%" #: ../../docs/user/mining/index.rst:472 msgid "7 W" -msgstr "" +msgstr "7 W" #: ../../docs/user/mining/index.rst:472 msgid "50 x 50 x 30" -msgstr "" +msgstr "50 x 50 x 30" #: ../../docs/user/mining/index.rst:474 msgid "Pinidea DRX-Kuznetsov" -msgstr "" +msgstr "Pinidea DRX-Kuznetsov" #: ../../docs/user/mining/index.rst:474 msgid "900 MH/s ±5%" -msgstr "" +msgstr "900 MH/s ±5%" #: ../../docs/user/mining/index.rst:474 msgid "650 W" -msgstr "" +msgstr "650 W" #: ../../docs/user/mining/index.rst:474 ../../docs/user/mining/index.rst:476 msgid "280 x 180 x 150" -msgstr "" +msgstr "280 x 180 x 150" #: ../../docs/user/mining/index.rst:476 msgid "Pinidea DRX-Varyag" -msgstr "" +msgstr "Pinidea DRX-Varyag" #: ../../docs/user/mining/index.rst:476 msgid "1200 MH/s ±5%" -msgstr "" +msgstr "1200 MH/s ±5%" #: ../../docs/user/mining/index.rst:476 msgid "850 W" -msgstr "" +msgstr "850 W" #: ../../docs/user/mining/index.rst:478 msgid "" "`iBelink DM56G `_" msgstr "" +"`iBelink DM56G `_" #: ../../docs/user/mining/index.rst:478 msgid "56 GH/s ±5%" -msgstr "" +msgstr "56 GH/s ±5%" #: ../../docs/user/mining/index.rst:478 msgid "17 kg" -msgstr "" +msgstr "17 kg" #: ../../docs/user/mining/index.rst:478 msgid "490 x 390 x 180" -msgstr "" +msgstr "490 x 390 x 180" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" +"`Innosilicon A5 `_" #: ../../docs/user/mining/index.rst:480 msgid "32 GH/s ±8%" -msgstr "" +msgstr "32 GH/s ±8%" #: ../../docs/user/mining/index.rst:480 msgid "750 W" -msgstr "" +msgstr "750 W" #: ../../docs/user/mining/index.rst:480 msgid "3.1 kg" -msgstr "" +msgstr "3.1 kg" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" -msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - +msgstr "400 x 135 x 158" diff --git a/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po index 8e26a58a4..8a32a2a80 100644 --- a/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,33 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" -msgstr "" +msgstr "Guida alla configurazione di un nodo Dash P2Pool" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" -msgstr "" +msgstr "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" #: ../../docs/user/mining/p2pool.rst:9 msgid "P2Pool Node Setup" -msgstr "" +msgstr "Configurazione del nodo P2Pool" #: ../../docs/user/mining/p2pool.rst:11 msgid "" @@ -45,6 +49,20 @@ msgid "" "GitHub, which is a fork of p2pool for Bitcoin. For more information, see " "`here `__." msgstr "" +"Questa guida descrive come configurare un nodo Dash P2Pool per gestire un " +"pool di miner. A differenza delle mining pool centralizzate, P2Pool si basa " +"sullo stesso modello peer-2-peer (P2P) di Dash, rendendo il pool nel suo " +"insieme altamente resistente agli attacchi dannosi e preservando e " +"proteggendo la natura decentralizzata di Dash. Quando avvii un nodo P2Pool, " +"cerca, si connette e condivide i dati con una rete decentralizzata di altri " +"nodi P2Pool (noti anche come peer). I nodi P2Pool condividono una catena " +"crittografica di dati che rappresentano valore, simile alla blockchain di " +"Dash. La versione P2Pool si chiama sharechain. La natura decentralizzata ed " +"equa di questo modello di mining fa sì che il mining con P2Pool sia " +"fortemente incoraggiato. P2Pool per Dash utilizza il software `p2pool-dash " +"`_ su GitHub, che è un fork di " +"p2pool per Bitcoin. Per maggiori informazioni vedi `qui " +"`__." #: ../../docs/user/mining/p2pool.rst:26 msgid "" @@ -59,6 +77,18 @@ msgid "" "in a data center with a high speed connection so geographically close miners" " can mine to your pool with relatively low latency." msgstr "" +"A causa del modo in cui P2Pool gestisce gli aggiustamenti della difficoltà " +"sulla catena azionaria, è importante mantenere una bassa latenza tra i miner" +" e il nodo P2Pool per evitare che i miner inviino le azioni troppo tardi per" +" entrare nella catena azionaria. Quando configuri il tuo nodo, devi " +"considerare la sua posizione fisica e di rete rispetto ai minatori che " +"intendi connettere al nodo. Se gestisci una mining farm, il tuo nodo P2Pool " +"dovrebbe probabilmente essere una macchina fisica sulla stessa rete locale " +"dei tuoi miner. Se prevedi di gestire un nodo pubblico, potrebbe essere " +"meglio configurare il tuo nodo P2Pool come una macchina virtuale in un data " +"center con una connessione ad alta velocità in modo che i miner " +"geograficamente vicini possano estrarre nel tuo pool con una latenza " +"relativamente bassa." #: ../../docs/user/mining/p2pool.rst:38 msgid "" @@ -68,10 +98,15 @@ msgid "" "possible to modify the instructions slightly to support different versions " "or operating systems as necessary." msgstr "" +"La sezione seguente descrive i passaggi per configurare un server Ubuntu che" +" esegue P2Pool per Dash. È stato testato con Ubuntu 20.04 LTS e Dash 0.16. " +"Anche se verrà fatto uno sforzo ragionevole per mantenerlo aggiornato, " +"dovrebbe essere possibile modificare leggermente le istruzioni per " +"supportare versioni o sistemi operativi diversi, se necessario." #: ../../docs/user/mining/p2pool.rst:45 msgid "Setting up the host server" -msgstr "" +msgstr "Configurazione del server host" #: ../../docs/user/mining/p2pool.rst:47 msgid "" @@ -85,6 +120,16 @@ msgid "" "already done so using the following command, replacing ```` with a" " username of your choice::" msgstr "" +"Scarica una copia di Ubuntu Server LTS da https://ubuntu.com/download/server" +" e installala sul tuo sistema seguendo i passaggi descritti `qui " +"` __. Se utilizzi un VPS" +" come Vultr o AWS, molto probabilmente il tuo provider fornirà un'opzione " +"per installare questo sistema durante il provisioning. Assicurati di " +"abilitare il server OpenSSH durante la configurazione in modo da poter " +"controllare il server da una console remota. Una volta ottenuto l'accesso al" +" tuo server, crea un nuovo utente non root se non lo hai già fatto " +"utilizzando il comando seguente, sostituendo ```` con un nome " +"utente a tua scelta::" #: ../../docs/user/mining/p2pool.rst:60 msgid "" @@ -94,6 +139,11 @@ msgid "" "user has been created, we will add them to the sudo group so they can " "perform commands as root::" msgstr "" +"Ti verrà richiesta una password. Inserisci e conferma utilizzando una nuova " +"password (diversa dalla password di root) e conservala in un luogo sicuro. " +"Verranno inoltre visualizzate le richieste per le informazioni sull'utente, " +"ma è possibile lasciarlo vuoto. Una volta creato l'utente, lo aggiungeremo " +"al gruppo sudo in modo che possa eseguire comandi come root::" #: ../../docs/user/mining/p2pool.rst:68 msgid "" @@ -102,10 +152,14 @@ msgid "" "`_ (for " "Windows) or ssh (for Linux and macOS) if you have not already done so." msgstr "" +"Riavvia il server e accedi come nuovo utente. A questo punto è consigliato " +"connettersi da remoto utilizzando `PuTTY " +"`_ (per " +"Windows) o ssh (per Linux e macOS) se non lo hai già fatto." #: ../../docs/user/mining/p2pool.rst:74 msgid "Setting up port forwarding" -msgstr "" +msgstr "Configurazione delle port forwarding" #: ../../docs/user/mining/p2pool.rst:76 msgid "" @@ -120,28 +174,41 @@ msgid "" "`__." msgstr "" +"Se ti trovi su una rete privata dietro un router, dovrai impostare il port " +"forwarding almeno per la porta 8999 (UDP/TCP) per l'accesso alla sharechain," +" così come per la porta 7903 (UDP/TCP) se vuoi che il tuo nodo essere " +"accessibili al pubblico. Il modo in cui ciò viene eseguito dipende dal " +"router di rete specifico e pertanto va oltre lo scopo di questa " +"documentazione. Di seguito è mostrato un esempio tratto dalla popolare " +"distribuzione di router open source DD-WRT. Le guide per la configurazione " +"del port forwarding possono essere trovate `qui " +"`__ e `qui " +"`__." #: ../../docs/user/mining/p2pool.rst:86 msgid "" "Take note of your IP address either from your router management interface or" " by visiting https://www.whatismyip.com" msgstr "" +"Prendi nota del tuo indirizzo IP dall'interfaccia di gestione del router o " +"visitando https://www.whatismyip.com" #: ../../docs/user/mining/p2pool.rst:92 msgid "Setting up port forwarding under DD-WRT" -msgstr "" +msgstr "Configurazione delle port forwarding in DD-WRT" #: ../../docs/user/mining/p2pool.rst:95 msgid "Manual setup" -msgstr "" +msgstr "Configurazione manuale" #: ../../docs/user/mining/p2pool.rst:97 msgid "First update your operating system as follows::" -msgstr "" +msgstr "Per prima cosa aggiorna il tuo sistema operativo come segue:" #: ../../docs/user/mining/p2pool.rst:103 msgid "Setting up dashd" -msgstr "" +msgstr "Configurazione di dashd" #: ../../docs/user/mining/p2pool.rst:105 msgid "" @@ -153,6 +220,15 @@ msgid "" "following command, pasting in the address to the latest version of Dash Core" " by right clicking or pressing **Ctrl + V**::" msgstr "" +"P2Pool richiede l'esecuzione di un nodo Dash completo per ottenere i dati " +"sui blocchi e sulle transazioni. Per scaricare e installare Dash, visita " +"https://www.dash.org/downloads/ sul tuo computer per trovare il collegamento" +" all'ultimo wallet Dash Core. Fai clic su **Linux**, quindi fai clic con il " +"pulsante destro del mouse su **Scarica TGZ** per **Dash Core x64** e " +"seleziona **Copia indirizzo collegamento**. Torna alla finestra del " +"terminale e inserisci il comando seguente, incollando l'indirizzo " +"dell'ultima versione di Dash Core facendo clic con il pulsante destro del " +"mouse o premendo **Ctrl + V**::" #: ../../docs/user/mining/p2pool.rst:117 msgid "" @@ -160,32 +236,42 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Verifica l'autenticità del tuo download controllando la sua firma staccata " +"rispetto alla chiave pubblica pubblicata dal team di sviluppo di Dash Core. " +"Tutte le versioni di Dash sono firmate utilizzando GPG con una delle " +"seguenti chiavi:" #: ../../docs/user/mining/p2pool.rst:122 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " +"`verificabile qui su Keybase `__" #: ../../docs/user/mining/p2pool.rst:124 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__" #: ../../docs/user/mining/p2pool.rst:134 msgid "" "Create a working directory for Dash, extract the compressed archive, copy " "the necessary files to the directory and set them as executable::" msgstr "" +"Crea una directory di lavoro per Dash, estrai l'archivio compresso, copia i " +"file necessari nella directory e impostali come eseguibili::" #: ../../docs/user/mining/p2pool.rst:142 msgid "Clean up unneeded files::" -msgstr "" +msgstr "Pulisci i file non necessari::" #: ../../docs/user/mining/p2pool.rst:147 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "Crea un file di configurazione utilizzando il seguente comando::" #: ../../docs/user/mining/p2pool.rst:151 msgid "" @@ -194,30 +280,38 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" +"Apparirà una finestra dell'editor. Ora dobbiamo creare un file di " +"configurazione specificando diverse variabili. Copia e incolla il seguente " +"testo per iniziare, quindi sostituisci le variabili specifiche della tua " +"configurazione come segue:" #: ../../docs/user/mining/p2pool.rst:168 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Sostituisci i campi contrassegnati con ``XXXXXXX`` come segue:" #: ../../docs/user/mining/p2pool.rst:170 msgid "" "``rpcuser``: enter any string of numbers or letters, no special characters " "allowed" msgstr "" +"``rpcuser``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/mining/p2pool.rst:172 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/mining/p2pool.rst:175 msgid "The result should look something like this:" -msgstr "" +msgstr "Il risultato dovrebbe assomigliare a questo:" #: ../../docs/user/mining/p2pool.rst:180 msgid "Entering key data in dash.conf on the P2Pool node" -msgstr "" +msgstr "Immissione dei dati chiave in dash.conf sul nodo P2Pool" #: ../../docs/user/mining/p2pool.rst:182 msgid "" @@ -225,6 +319,9 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"Premi **Ctrl + X** per chiudere l'editor e **Y** e **Invio** salvano il " +"file. Ora puoi iniziare a eseguire Dash sul masternode per iniziare la " +"sincronizzazione con la blockchain::" #: ../../docs/user/mining/p2pool.rst:188 msgid "" @@ -235,55 +332,72 @@ msgid "" "as can be seen from any synchronized Dash wallet or `block explorer " "`_::" msgstr "" +"Verrà visualizzato il messaggio **Server Dash Core in avvio**. È possibile " +"continuare con i passaggi seguenti e verificare periodicamente la " +"sincronizzazione utilizzando il comando seguente. La sincronizzazione è " +"completa quando il numero di ``blocchi`` è uguale al numero attuale di " +"blocchi nella blockchain di Dash, come si può vedere da qualsiasi wallet " +"Dash sincronizzato o `block explorer `_::" #: ../../docs/user/mining/p2pool.rst:198 msgid "Setting up P2Pool" -msgstr "" +msgstr "Configurazione di P2Pool" #: ../../docs/user/mining/p2pool.rst:200 msgid "" "We will now set up the P2Pool software and its dependencies. Begin with the " "dependencies::" msgstr "" +"Ora configureremo il software P2Pool e le sue dipendenze. Inizia con le " +"dipendenze::" #: ../../docs/user/mining/p2pool.rst:208 msgid "Create working directories and set up p2pool-dash::" -msgstr "" +msgstr "Crea directory di lavoro e configura p2pool-dash::" #: ../../docs/user/mining/p2pool.rst:216 msgid "We will add some optional extra interfaces to the control panel::" msgstr "" +"Aggiungeremo alcune interfacce extra opzionali al pannello di controllo:" #: ../../docs/user/mining/p2pool.rst:226 msgid "" "You can now start p2pool and optionally specify the payout address, external" " IP (if necessary), fee and donation as follows::" msgstr "" +"Ora puoi avviare p2pool e facoltativamente specificare l'indirizzo di " +"pagamento, l'IP esterno (se necessario), la tariffa e la donazione come " +"segue:" #: ../../docs/user/mining/p2pool.rst:231 msgid "" "You can then monitor your node by browsing to the following addresses, " "replacing ```` with the IP address of your P2Pool node:" msgstr "" +"Potrai quindi monitorare il tuo nodo navigando ai seguenti indirizzi, " +"sostituendo ```` con l'indirizzo IP del tuo nodo P2Pool:" #: ../../docs/user/mining/p2pool.rst:234 msgid "Punchy interface: http://ip_address:7903/static" -msgstr "" +msgstr "Interfaccia incisiva: http://ip_address:7903/static" #: ../../docs/user/mining/p2pool.rst:235 msgid "Legacy interface: http://ip_address:7903/static/legacy" -msgstr "" +msgstr "Interfaccia legacy: http://indirizzo_ip:7903/static/legacy" #: ../../docs/user/mining/p2pool.rst:236 msgid "Status interface: http://ip_address:7903/static/status" -msgstr "" +msgstr "Status interfaccia: http://ip_address:7903/static/status" #: ../../docs/user/mining/p2pool.rst:237 msgid "Extended interface: http://ip_address:7903/static/ext" -msgstr "" +msgstr "Interfaccia estesa: http://ip_address:7903/static/ext" #: ../../docs/user/mining/p2pool.rst:245 msgid "" "Example configuration showing a single Bitmain Antminer D3 connected to a " "p2pool-dash node on the local network" msgstr "" +"Configurazione di esempio che mostra un singolo Bitmain Antminer D3 connesso" +" a un nodo p2pool-dash sulla rete locale" diff --git a/locale/it/LC_MESSAGES/docs/user/mining/pools.po b/locale/it/LC_MESSAGES/docs/user/mining/pools.po index 735666a14..420b46594 100644 --- a/locale/it/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/it/LC_MESSAGES/docs/user/mining/pools.po @@ -1,33 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" -msgstr "" +msgstr "Guida al mining utilizzando una mining pool" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" +"dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" #: ../../docs/user/mining/pools.rst:9 msgid "Mining Pools" -msgstr "" +msgstr "Mining Pools" #: ../../docs/user/mining/pools.rst:11 msgid "" @@ -38,10 +43,17 @@ msgid "" "rare large rewards. Commercial mining pools offer a number of services, " "described below using the example of Luxor Mining." msgstr "" +"È più probabile che le Mining pool di Dash generino ricompense rispetto al " +"mining solista direttamente sulla blockchain. Questo perché è estremamente " +"improbabile che tu possa estrarre un blocco come individuo data l'attuale " +"difficoltà di mining, quindi la condivisione degli sforzi si traduce in " +"ricompense incrementali più frequenti rispetto a ricompense di grandi " +"dimensioni estremamente rare. Le mining pool commerciali offrono una serie " +"di servizi, descritti di seguito utilizzando l'esempio di Luxor Mining." #: ../../docs/user/mining/pools.rst:19 msgid "Miner Hosting" -msgstr "" +msgstr "Miner Hosting" #: ../../docs/user/mining/pools.rst:21 msgid "" @@ -55,6 +67,17 @@ msgid "" "starting a fire. Ensure you are properly informed about these challenges " "before mining at home." msgstr "" +"Alcuni miner potrebbero decidere di ospitare le macchine direttamente nelle " +"loro case. Questo può funzionare se hai un buon capannone o un seminterrato." +" Ma tieni presente che le macchine ASIC possono essere invadenti nella tua " +"casa. Sono piuttosto rumorosi durante il funzionamento (pensa ad un " +"aspirapolvere). Inoltre, l'hardware di mining consuma una quantità molto " +"significativa di elettricità, quindi l'utilizzo di più ASIC di mining in " +"casa potrebbe danneggiare il cablaggio o la scheda dei fusibili, potrebbe " +"richiedere ulteriore ventilazione o sistemi di distribuzione di " +"alimentazione e di rete e comporta il rischio di provocare un incendio. " +"Assicurati di essere adeguatamente informato su queste sfide prima di fare " +"mining a casa." #: ../../docs/user/mining/pools.rst:31 msgid "" @@ -64,6 +87,12 @@ msgid "" "return for setup, ensuring proper operations, electricity and ongoing " "maintenance." msgstr "" +"A seconda delle considerazioni di cui sopra e della tariffa elettrica, " +"potrebbe avere senso inviare la tua macchina per mining a un sito di " +"colocation mineraria per l'hosting per tuo conto. L'attività di colocation " +"mineraria richiede una \"tariffa di hosting\" in cambio della " +"configurazione, garantendo operazioni adeguate, elettricità e manutenzione " +"continua." #: ../../docs/user/mining/pools.rst:37 msgid "" @@ -82,14 +111,29 @@ msgid "" "projects in South America. Please make sure to do your own research before " "making any decision on engaging a colocation business." msgstr "" +"Negli Stati Uniti/Canada sono disponibili molte opzioni di hosting come " +"`Compute North `__, `Frontier " +"`__, `Core Scientific " +"`__, `Lightspeed " +"`__ e molti altri. `Crypto Mining Tools " +"`__ offre una `mappa di mining " +"`__ con più opzioni in Nord " +"America. `Hashrate Index `__ fornisce un " +"`database di colocation ospitate `__ negli " +"Stati Uniti, Canada, Russia, Paraguay e altro ancora. `F2Pool " +"`__ ha un `elenco di località di hosting " +"`__ in Cina e nella regione della CSI. `BC Mining " +"`__ offre molteplici progetti in Sud America. " +"Assicurati di fare le tue ricerche prima di prendere qualsiasi decisione " +"sull'assunzione di un'attività di colocation." #: ../../docs/user/mining/pools.rst:54 msgid "Setting up your miner" -msgstr "" +msgstr "Configurazione del tuo miner" #: ../../docs/user/mining/pools.rst:57 msgid "Powering up the Miner" -msgstr "" +msgstr "Accensione del miner" #: ../../docs/user/mining/pools.rst:59 msgid "" @@ -97,10 +141,14 @@ msgid "" "your miner to your internet-connected router or switch using a standard " "network cable. You are now ready to power up your miner." msgstr "" +"Collega la tua macchina alla presa di corrente tramite l'alimentatore " +"integrato. Quindi collega il tuo miner al router connesso a Internet o " +"cambia utilizzando un cavo di rete standard. Ora sei pronto per potenziare " +"il tuo miner." #: ../../docs/user/mining/pools.rst:64 msgid "Scanning for Devices" -msgstr "" +msgstr "Scansione dei dispositivi" #: ../../docs/user/mining/pools.rst:66 msgid "" @@ -109,10 +157,16 @@ msgid "" " on your local network and see its IP address. After you have identified " "your miner’s IP address, you are ready to proceed with Configuration." msgstr "" +"Per iniziare, utilizza uno strumento di scansione come `AngryIP " +"`__ o `Locator " +"`__ per scansionare ogni dispositivo" +" sulla tua rete locale e vedere il suo indirizzo IP. Dopo aver identificato " +"l'indirizzo IP del tuo miner, sei pronto per procedere con la " +"configurazione." #: ../../docs/user/mining/pools.rst:73 msgid "Configuration" -msgstr "" +msgstr "Configurazione" #: ../../docs/user/mining/pools.rst:75 msgid "" @@ -120,14 +174,18 @@ msgid "" "browser. A dashboard similar to the one shown below will pop up. We are " "setting up a StrongU STU-U6, but the process is similar for other ASICs." msgstr "" +"Inserisci l'indirizzo IP della rete locale del tuo miner nella barra degli " +"URL di qualsiasi browser web. Verrà visualizzata una dashboard simile a " +"quella mostrata di seguito. Stiamo configurando uno StrongU STU-U6, ma il " +"processo è simile per altri ASIC." #: ../../docs/user/mining/pools.rst:83 msgid "Setting up a mining ASIC to use a pool" -msgstr "" +msgstr "Configurazione di un ASIC di mining per utilizzare una pool" #: ../../docs/user/mining/pools.rst:86 msgid "Choosing a Mining Pool" -msgstr "" +msgstr "Scegli una Mining Pool" #: ../../docs/user/mining/pools.rst:88 msgid "" @@ -135,6 +193,9 @@ msgid "" "dive into the mining pool landscape is available `here " "`__." msgstr "" +"Per completare la configurazione, dovrai scegliere una mining pool. Un " +"approfondimento sul panorama delle mining pool è disponibile `qui " +"`__." #: ../../docs/user/mining/pools.rst:92 msgid "" @@ -143,6 +204,11 @@ msgid "" "documentation available :ref:`here `. The code for p2pool-dash is " "`available on GitHub `__." msgstr "" +"Per aiutare con la sicurezza della rete e la decentralizzazione consigliamo " +"di utilizzare P2Pool. Per configurare il tuo server P2Pool, segui la " +"documentazione di configurazione disponibile :ref:`qui `. Il codice " +"per p2pool-dash è `disponibile su GitHub `__." #: ../../docs/user/mining/pools.rst:98 msgid "" @@ -153,10 +219,16 @@ msgid "" "method. Other pools can be found `here " "`__." msgstr "" +"Se non vuoi impostare il tuo pool, puoi controllare un elenco di pool `qui " +"`__. In questa guida " +"configureremo un miner con `Luxor `__, una " +"mining pool con sede negli Stati Uniti che opera in base al metodo di " +"pagamento pay-per-share (PPS). Altri pool possono essere trovati `qui " +"`__." #: ../../docs/user/mining/pools.rst:106 msgid "Completing Configuration" -msgstr "" +msgstr "Completamento della configurazione" #: ../../docs/user/mining/pools.rst:108 msgid "" @@ -164,36 +236,47 @@ msgid "" "accounts-a0d56235c0e6>`__ with the mining pool, you will have all the " "information you need to complete the setup process." msgstr "" +"Dopo aver creato un `account utente `__ con la mining pool, avrai tutte le informazioni " +"necessarie per completare il processo di configurazione." #: ../../docs/user/mining/pools.rst:113 msgid "URL: ``stratum+tcp://dash.luxor.tech:700``" -msgstr "" +msgstr "URL: ``stratum+tcp://dash.luxor.tech:700``" #: ../../docs/user/mining/pools.rst:114 msgid "" "Worker: ``[LuxorUsername].WorkerName`` Workername can be anything, but avoid" " using symbols or special characters as it may be invalid." msgstr "" +"Lavoratore: ``[LuxorUsername].WorkerName`` Il nome del lavoratore può essere" +" qualsiasi cosa, ma evita di utilizzare simboli o caratteri speciali poiché " +"potrebbe non essere valido." #: ../../docs/user/mining/pools.rst:117 msgid "Password: ``123``" -msgstr "" +msgstr "Password: ``123``" #: ../../docs/user/mining/pools.rst:119 msgid "" "For the other nodes (Pool 2 and Pool 3), feel free to use any of the other " "region nodes or other pools, such as ``dash-eu.luxor.tech:5050``." msgstr "" +"Per gli altri nodi (Pool 2 e Pool 3), sentiti libero di utilizzare uno " +"qualsiasi dei nodi di altre regioni o altre pool, come ``dash-" +"eu.luxor.tech:5050``." #: ../../docs/user/mining/pools.rst:122 msgid "" "Once you have filled out the details, click **Save & Apply**. Setup is now " "complete." msgstr "" +"Una volta inseriti i dettagli, fai clic su **Salva e applica**. La " +"configurazione è ora completa." #: ../../docs/user/mining/pools.rst:126 msgid "Monitoring Results" -msgstr "" +msgstr "Risultati del monitoraggio" #: ../../docs/user/mining/pools.rst:128 msgid "" @@ -201,20 +284,27 @@ msgid "" "To find your user, simply go to Luxor, login to your account and navigate to" " the Workers tab. You should see something like this:" msgstr "" +"Ci vorranno circa 5 minuti affinché i tuoi lavoratori appaiano nella pagina " +"delle statistiche. Per trovare il tuo utente, vai semplicemente su Luxor, " +"accedi al tuo account e vai alla scheda Lavoratori. Dovresti vedere qualcosa" +" del genere:" #: ../../docs/user/mining/pools.rst:135 msgid "Monitoring mining results with Luxor pool" -msgstr "" +msgstr "Monitoraggio dei risultati del mining con la pool Luxor" #: ../../docs/user/mining/pools.rst:137 msgid "" "Note: For P2Pool, there is no central point to check balance. To learn more " "about P2Pool, see the :ref:`P2Pool documentation `." msgstr "" +"Nota: per P2Pool non esiste un punto centrale per verificare il saldo. Per " +"saperne di più su P2Pool, consultare la :ref:`Documentazione P2Pool " +"`." #: ../../docs/user/mining/pools.rst:141 msgid "Setting up the Dash Wallet" -msgstr "" +msgstr "Configurazione del portafoglio Dash" #: ../../docs/user/mining/pools.rst:143 msgid "" @@ -222,6 +312,9 @@ msgid "" "miner payouts. To do this in the Dash Core wallet, see :ref:`here `." msgstr "" +"L'ultimo passaggio è impostare il tuo indirizzo Dash dove riceverai i " +"pagamenti del miner. Per farlo nel portafoglio Dash Core, vedi :ref:`qui " +"`." #: ../../docs/user/mining/pools.rst:147 msgid "" @@ -230,7 +323,11 @@ msgid "" "have logged in. You can enter your address and set a custom payout threshold" " here." msgstr "" +"Una volta ottenuto il tuo indirizzo, vai alla pagina Impostazioni " +"nell'angolo in alto a destra del sito `Luxor `__" +" dopo aver effettuato l'accesso. Puoi inserire il tuo indirizzo e impostare " +"una soglia di pagamento personalizzata qui." #: ../../docs/user/mining/pools.rst:155 msgid "Setting the payout threshold with Luxor pool" -msgstr "" +msgstr "Impostazione della soglia di pagamento con la pool Luxor" diff --git a/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po index fbb5b6509..4ecd54638 100644 --- a/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,35 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Gleb Golov , 2023 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: it\n" -"Language-Team: it \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" -msgstr "" +msgstr "Descrizione delle funzionalità e dell'utilizzo di Dashmate" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" -msgstr "" +msgstr "dash, wallet, core, platform, evonode, masternode, dashmate" #: ../../docs/user/network/dashmate/index.rst:9 msgid "Dashmate" -msgstr "" +msgstr "Dashmate" #: ../../docs/user/network/dashmate/index.rst:11 msgid "" @@ -38,145 +41,174 @@ msgid "" "quickly and easily set up and run a development network on your local " "system." msgstr "" +"Dashmate è uno strumento universale progettato per aiutarti a configurare ed" +" eseguire i masternode Dash in un ambiente containerizzato. È anche uno " +"strumento ideale per configurare ed eseguire rapidamente e facilmente una " +"rete di sviluppo sul tuo sistema locale." #: ../../docs/user/network/dashmate/index.rst:18 msgid "Setting up a testnet evonode using dashmate" -msgstr "" +msgstr "Configurazione di questo evonode in Testnet utilizzando dashmate" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Installazione" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" -msgstr "" +msgstr "Installa le dipendenze" #: ../../docs/user/network/dashmate/index.rst:30 msgid "Install and configure Docker::" -msgstr "" +msgstr "Installa e configura Docker::" #: ../../docs/user/network/dashmate/index.rst:39 msgid "Install dashmate" -msgstr "" +msgstr "Installa dashmate" #: ../../docs/user/network/dashmate/index.rst:41 msgid "There are several methods available for installing dashmate." -msgstr "" +msgstr "Sono disponibili diversi metodi per installare Dashmate." #: ../../docs/user/network/dashmate/index.rst:46 msgid "Debian package" -msgstr "" +msgstr "Pacchetto Debian" #: ../../docs/user/network/dashmate/index.rst:48 msgid "Download the dashmate installation package::" -msgstr "" +msgstr "Scarica il pacchetto di installazione di Dashmate::" #: ../../docs/user/network/dashmate/index.rst:52 msgid "Install dashmate using apt::" -msgstr "" +msgstr "Installa Dashmate utilizzando apt:" #: ../../docs/user/network/dashmate/index.rst:58 msgid "Node package" -msgstr "" +msgstr "Pacchetto nodo" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" +"Per installare il pacchetto NodeJS, è necessario prima installare NodeJS. Ti" +" consigliamo di installarlo utilizzando `nvm `__::" #: ../../docs/user/network/dashmate/index.rst:67 msgid "Once NodeJS has been installed, use npm to install dashmate::" -msgstr "" +msgstr "Una volta installato NodeJS, utilizza npm per installare dashmate::" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" -msgstr "" +msgstr "Configurazione del masternode" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." -msgstr "" +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." +msgstr "" +"Puoi configurare sia i masternode normali che i masternode Evolution " +"(evonode) utilizzando Dashmate. Ci sono alcuni piccoli passaggi aggiuntivi " +"per gli evonodi, ma il processo è sostanzialmente identico per entrambi i " +"tipi di masternode. Completa i passaggi nelle sezioni seguenti per " +"configurare il tuo nodo o segui questo tutorial passo passo." #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" +"Per iniziare la configurazione del masternode, esegui ``dashmate setup`` per" +" avviare la procedura guidata interattiva:" #: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" -msgstr "" +msgstr "Imposta la rete e il tipo di nodo" #: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" -msgstr "" +msgstr "Seleziona la preimpostazione della rete testnet" #: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" -msgstr "" +msgstr "Crea un masternode Evolution" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" +"Seleziona **No** per registrare un nuovo masternode o **Sì** per importare " +"informazioni su un masternode esistente." #: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" -msgstr "" +msgstr "Configura un nuovo masternode" #: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" -msgstr "" +msgstr "Definire chiavi e indirizzi" #: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" -msgstr "" +msgstr "Memorizza le chiavi masternode in Dash Core" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" +"Inserisci le informazioni richieste dal tuo :hoverxref:`transazione di " +"finanziamento collaterale `. Puoi trovare questi " +"valori utilizzando il comando :hoverxref:`masternode outputs ` di Dash Core." #: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" -msgstr "" +msgstr "Inserisci le informazioni sulla transazione collaterale" #: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" +"Inserisci gli indirizzi del proprietario, della votazione e del pagamento " +":hoverxref:`generati utilizzando Dash Core ` o il tuo" +" wallet selezionato." #: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" -msgstr "" +msgstr "Inserisci gli indirizzi masternode" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" +"Immettere una chiave privata BLS dell'operatore. Puoi inserirne uno che hai " +"creato (ad esempio :hoverxref:`using Dash Core `) o " +"ricevuto da un provider di hosting. Facoltativamente, utilizza quello " +"generato automaticamente da Dashmate." #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" +"Se una parte dei premi masternode è destinata ad andare direttamente " +"all'operatore, imposta anche la percentuale di condivisione del premio." #: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" -msgstr "" +msgstr "Inserisci le informazioni dell'operatore" #: ../../docs/user/network/dashmate/index.rst:156 msgid "" @@ -184,72 +216,96 @@ msgid "" "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" +"Il passaggio seguente si applica solo ai masternode Evolution. I masternode " +"regolari non richiedono una chiave di nodo della Platform poiché non " +"ospitano i servizi della Platform." #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" +"Immettere una chiave di nodo della platform. Puoi inserirne uno " +":hoverxref:`che hai creato ` o ricevuto " +"da un provider di hosting. Facoltativamente, utilizza quello generato " +"automaticamente da Dashmate." #: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" -msgstr "" +msgstr "Immettere la chiave del nodo Platform" #: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" -msgstr "" +msgstr "Configurare la comunicazione" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" +"Dashmate rileverà automaticamente l'indirizzo IP esterno e selezionerà le " +"porte predefinite per la rete che stai configurando. È possibile modificare " +"questi valori se necessario per un motivo specifico, ma in genere è " +"necessario utilizzare i valori predefiniti." #: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" -msgstr "" +msgstr "Inserisci le informazioni di connessione" #: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" -msgstr "" +msgstr "Registra il masternode" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" +"Copia il comando protx fornito ed eseguilo utilizzando dash-cli o la console" +" Dash Core. Tieni presente che il tuo indirizzo di pagamento deve avere un " +"saldo affinché il processo di registrazione abbia esito positivo, quindi " +"ricorda di inviare alcuni DASH a questo indirizzo prima di iniziare la " +"registrazione." #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" +"Selezionare **Sì** dopo che il comando è stato eseguito correttamente. Se " +"ricevi un errore, seleziona **No** per tornare ai passaggi precedenti ed " +"esaminare i dettagli." #: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" -msgstr "" +msgstr "Esegui il comando di registrazione" #: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" -msgstr "" +msgstr "Abilita SSL" #: ../../docs/user/network/dashmate/index.rst:203 msgid "" "The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" +"Il passaggio seguente si applica solo agli evonodi. I masternode regolari " +"non richiedono un certificato SSL poiché non ospitano i servizi della " +"platform." #: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" +"La Platform Dash richiede SSL per la comunicazione. Dashmate offre diverse " +"opzioni per ottenere il certificato SSL richiesto." #: ../../docs/user/network/dashmate/index.rst:209 msgid "" @@ -257,158 +313,137 @@ msgid "" "mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" +"I certificati autofirmati non possono essere utilizzati sulla mainnet. " +"Quando si configura un evonode della rete principale, **ZeroSSL** e **File " +"su disco** sono le uniche opzioni disponibili." #: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" -msgstr "" +msgstr "Configura SSL" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" +"Una volta completata la configurazione viene visualizzato un riepilogo che " +"mostra la rete e la tipologia di nodo configurato. Questo riepilogo include " +"parametri importanti e informazioni su come procedere." #: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" +"È necessario eseguire il backup della chiave privata dell'operatore BLS e " +"della chiave del nodo della Platform e mantenerle al sicuro." #: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" -msgstr "" +msgstr "Configurazione completata! 🎉" #: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" -msgstr "" +msgstr "Avvia il nodo" #: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" -msgstr "" +msgstr "Avvia il tuo nodo come segue::" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" +"Quando si avvia un nodo per la prima volta, Dashmate scaricherà le immagini " +"Docker richieste per ciascun servizio. Il tempo necessario per questo " +"download una tantum dipenderà dalla larghezza di banda disponibile, ma in " +"genere dovrebbe essere completato in pochi minuti." #: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" -msgstr "" +msgstr "Decima operazione sul nodo" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" +"Puoi gestire lo stato, la configurazione e lo stato di esecuzione del tuo " +"masternode interamente da Dashmate. Utilizza il sistema di aiuto integrato " +"per saperne di più:" #: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" -msgstr "" +msgstr "Dashmate mostra l'output della guida di livello superiore" #: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" -msgstr "" +msgstr "Avvia o riavvia il nodo" #: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" -msgstr "" +msgstr "Per avviare il tuo nodo Dashmate, esegui::" #: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" -msgstr "" +msgstr "Per riavviare il tuo nodo Dashmate, esegui::" #: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" -msgstr "" +msgstr "Ferma il nodo" #: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" -msgstr "" +msgstr "Per interrompere il tuo nodo Dashmate, esegui::" #: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" -msgstr "" +msgstr "Stato del nodo" #: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" +"Puoi controllare lo stato del tuo masternode utilizzando i vari comandi " +"``dashmate status`` come segue:" #: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" -msgstr "" +msgstr "Dashmate mostra una serie di output di stato" #: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" -msgstr "" +msgstr "Aggiornamento del nodo" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" +"Puoi utilizzare ``dashmate`` per aggiornare le versioni minori del software " +"sul tuo masternode come segue::" #: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" -msgstr "" +msgstr "Informazioni aggiuntive" #: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - +"Per ulteriore documentazione consultare il `repository dashmate " +"`__." diff --git a/locale/it/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/it/LC_MESSAGES/docs/user/network/electrumx-server.po index 56d16b56e..e82803287 100644 --- a/locale/it/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/it/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,33 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" -msgstr "" +msgstr "Guida all'installazione di un server Dash ElectrumX" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" -msgstr "" +msgstr "dash, electrum, guida, configurazione" #: ../../docs/user/network/electrumx-server.rst:9 msgid "ElectrumX Server" -msgstr "" +msgstr "ElectrumX Server" #: ../../docs/user/network/electrumx-server.rst:11 msgid "" @@ -36,6 +40,10 @@ msgid "" "services necessary to support the :ref:`Dash Electrum wallet `." msgstr "" +"ElectrumX è un server Electrum leggero scritto in Python che supporta una " +"varietà di criptovalute tra cui Dash. Fornisce i servizi di backend " +"necessari per supportare il :ref:`Dash Electrum wallet `." #: ../../docs/user/network/electrumx-server.rst:15 msgid "" @@ -44,6 +52,11 @@ msgid "" "already been installed on the server and is configured with transaction " "indexing enabled (``txindex=1`` in ``dash.conf``)." msgstr "" +"Un server ElectrumX richiede l'esecuzione di un nodo completo oltre al " +"software ElectrumX. I passaggi seguenti presuppongono che un nodo completo " +"Dash Core sia già stato installato sul server e sia configurato con " +"l'indicizzazione delle transazioni abilitata (``txindex=1`` in " +"``dash.conf``)." #: ../../docs/user/network/electrumx-server.rst:21 msgid "" @@ -51,10 +64,14 @@ msgid "" "setup)` for details regarding server configuration. **When " "creating the new user, use** ``electrumx`` **for the user name.**" msgstr "" +"Consulta :ref:`questa pagina (configurazione VPS)` e :ref:`questa pagina " +"(configurazione sistema operativo)` per i dettagli relativi alla " +"configurazione del server. **Quando crei il nuovo utente, utilizza** " +"``electrumx`` **come nome utente.**" #: ../../docs/user/network/electrumx-server.rst:26 msgid "Check Dash Core Configuration" -msgstr "" +msgstr "Controlla la configurazione di Dash Core" #: ../../docs/user/network/electrumx-server.rst:28 msgid "" @@ -63,10 +80,15 @@ msgid "" "settings can be checked by viewing the ``dash.conf`` configuration file " "(:ref:`default location`)." msgstr "" +"Prima di iniziare la configurazione di ElectrumX, assicurati che il tuo nodo" +" Dash Core sia configurato per consentire l'accesso RPC ed eseguire " +"l'indicizzazione delle transazioni. Queste impostazioni possono essere " +"verificate visualizzando il file di configurazione ``dash.conf`` " +"(:ref:`default location`)." #: ../../docs/user/network/electrumx-server.rst:34 msgid "RPC Access" -msgstr "" +msgstr "Accesso RPC" #: ../../docs/user/network/electrumx-server.rst:36 msgid "" @@ -75,26 +97,34 @@ msgid "" "the *Set network values* step of `Install and Configure ElectrumX`_ . If " "the values are not present, add them as shown below." msgstr "" +"Il file ``dash.conf`` deve includere valori per ``rpcuser``, ``rpcpassword``" +" e ``rpcallowip`` (può anche includere ``rpcport``). Verranno utilizzati nel" +" passaggio *Imposta valori di rete* di `Installa e configura ElectrumX`_. Se" +" i valori non sono presenti, aggiungerli come mostrato di seguito." #: ../../docs/user/network/electrumx-server.rst:47 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Sostituisci i campi contrassegnati con ``XXXXXXX`` come segue:" #: ../../docs/user/network/electrumx-server.rst:49 msgid "" "``rpcuser``: enter any string of numbers or letters, no special characters " "allowed" msgstr "" +"``rpcuser``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/network/electrumx-server.rst:51 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: inserisci qualsiasi stringa di numeri o lettere, non sono " +"ammessi caratteri speciali" #: ../../docs/user/network/electrumx-server.rst:56 msgid "Transaction Indexing" -msgstr "" +msgstr "Indicizzazione delle transazioni" #: ../../docs/user/network/electrumx-server.rst:58 msgid "" @@ -102,10 +132,13 @@ msgid "" "present, add it and restart the node using the ``-reindex`` option. Note " "that reindexing can take a long time." msgstr "" +"Assicurati che la seguente riga sia presente in ``dash.conf``. Se non è " +"presente, aggiungilo e riavvia il nodo utilizzando l'opzione ``-reindex``. " +"Tieni presente che la reindicizzazione può richiedere molto tempo." #: ../../docs/user/network/electrumx-server.rst:67 msgid "Install Dependencies" -msgstr "" +msgstr "Installa le Dipendenze" #: ../../docs/user/network/electrumx-server.rst:69 msgid "" @@ -113,60 +146,72 @@ msgid "" "version of Python are required for ``x11_hash``, and ``daemontools`` is " "required to manage the ElectrumX service." msgstr "" +"Python 3.7 è richiesto per ElectrumX, le versioni ``build-essential`` e " +"``-dev`` di Python sono richieste per ``x11_hash`` e ``daemontools`` è " +"richiesto per gestire il servizio ElectrumX." #: ../../docs/user/network/electrumx-server.rst:73 msgid "" "Install Python 3.7 and the required build tools via the package system:" msgstr "" +"Installa Python 3.7 e gli strumenti di compilazione richiesti tramite il " +"sistema di pacchetti:" #: ../../docs/user/network/electrumx-server.rst:81 msgid "Now that Python 3.7 is installed, make it the default version:" -msgstr "" +msgstr "Ora che Python 3.7 è installato, rendilo la versione predefinita:" #: ../../docs/user/network/electrumx-server.rst:87 msgid "" "Since the default version of Python has potentially changed, reinstall " "setuptools and then install X11 library:" msgstr "" +"Poiché la versione predefinita di Python è potenzialmente cambiata, " +"reinstallare setuptools e quindi installare la libreria X11:" #: ../../docs/user/network/electrumx-server.rst:95 msgid "Generate an SSL key and an associated certificate file for the server:" msgstr "" +"Genera una chiave SSL e un file di certificato associato per il server:" #: ../../docs/user/network/electrumx-server.rst:104 msgid "Install and Configure ElectrumX" -msgstr "" +msgstr "Installa e configura ElectrumX" #: ../../docs/user/network/electrumx-server.rst:107 msgid "Install ElectrumX" -msgstr "" +msgstr "Installa ElectrumX" #: ../../docs/user/network/electrumx-server.rst:109 msgid "Clone ElectrumX from GitHub via git:" -msgstr "" +msgstr "Clonare ElectrumX da GitHub tramite git:" #: ../../docs/user/network/electrumx-server.rst:116 msgid "Build and install the project:" -msgstr "" +msgstr "Compila e installa il progetto:" #: ../../docs/user/network/electrumx-server.rst:124 msgid "Configure ElectrumX" -msgstr "" +msgstr "Configura ElectrumX" #: ../../docs/user/network/electrumx-server.rst:126 msgid "" "Create the ElectrumX directories and copy files into them. These directories" " will be located in the ``electrumx`` user's home directory:" msgstr "" +"Crea le directory ElectrumX e copia i file al loro interno. Queste directory" +" si troveranno nella directory home dell'utente ``electrumx``:" #: ../../docs/user/network/electrumx-server.rst:134 msgid "" "Set the server banner message and the coin type that the server will host:" msgstr "" +"Imposta il messaggio banner del server e il tipo di moneta che il server " +"ospiterà:" #: ../../docs/user/network/electrumx-server.rst:142 msgid "Set network values:" -msgstr "" +msgstr "Imposta i valori di rete:" #: ../../docs/user/network/electrumx-server.rst:144 msgid "" @@ -175,6 +220,10 @@ msgid "" "values found in your ``dash.conf`` file. These values were previously " "checked in the `RPC Access`_ section." msgstr "" +"ElectrumX richiede i dettagli Dash Core RPC per potersi connettere " +"correttamente. Imposta le variabili ``RPC_USER``, ``RPC_PASS``, ``RPC_IP`` e" +" ``RPC_PORT`` sui valori trovati nel tuo file ``dash.conf``. Questi valori " +"sono stati precedentemente controllati nella sezione \"Accesso RPC\"_." #: ../../docs/user/network/electrumx-server.rst:149 msgid "" @@ -182,18 +231,23 @@ msgid "" "configuring a Testnet server. If configuring a Mainnet server, use the " "alternate values shown in the comments." msgstr "" +"Utilizzare i valori forniti di seguito per l'impostazione di rete ElectrumX " +"se si configura un server Testnet. Se si configura un server Mainnet, " +"utilizzare i valori alternativi mostrati nei commenti." #: ../../docs/user/network/electrumx-server.rst:182 msgid "Set the SSL values:" -msgstr "" +msgstr "Imposta i valori SSL:" #: ../../docs/user/network/electrumx-server.rst:189 msgid "Set the ElectrumX username to match our current user:" msgstr "" +"Imposta il nome utente ElectrumX in modo che corrisponda al nostro utente " +"corrente:" #: ../../docs/user/network/electrumx-server.rst:195 msgid "Set the ElectrumX log directory:" -msgstr "" +msgstr "Imposta la directory del registro ElectrumX:" #: ../../docs/user/network/electrumx-server.rst:197 msgid "" @@ -201,23 +255,26 @@ msgid "" "Replace the ``/path/to/log/`` line in that file with " "``/home/electrumx/var/log/electrumx``:" msgstr "" +"Il percorso della directory di registro è impostato nel file " +"\"scripts/electrumx/log/run\". Sostituisci la riga ``/path/to/log/`` in quel" +" file con ``/home/electrumx/var/log/electrumx``:" #: ../../docs/user/network/electrumx-server.rst:206 msgid "Manage ElectrumX as a service" -msgstr "" +msgstr "Gestisci ElectrumX come servizio" #: ../../docs/user/network/electrumx-server.rst:209 msgid "Add the service" -msgstr "" +msgstr "Aggiungi il servizio" #: ../../docs/user/network/electrumx-server.rst:218 msgid "Start the service" -msgstr "" +msgstr "Avvia il servizio" #: ../../docs/user/network/electrumx-server.rst:226 msgid "Stop the service" -msgstr "" +msgstr "Interrompi il servizio" #: ../../docs/user/network/electrumx-server.rst:233 msgid "View Logs" -msgstr "" +msgstr "Visualizza registri" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 845d238d9..759e2f484 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,75 +1,93 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" +"Imposta la rubrica, i tassi di cambio, pulisci i paper wallet e modifica le" +" impostazioni nel wallet Dash Android." -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" -msgstr "" +msgstr "dash, mobile, wallet, android, rubrica, paper, tassi di cambio" #: ../../docs/user/wallets/android/advanced-functions.rst:8 msgid "Advanced functions" -msgstr "" +msgstr "Funzioni avanzate" #: ../../docs/user/wallets/android/advanced-functions.rst:11 msgid "Address book" -msgstr "" +msgstr "Rubrica" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." -msgstr "" +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." +msgstr "" +"Il tuo wallet Android ti consente di gestire gli indirizzi utilizzati di " +"frequente aggiungendo un'etichetta per aiutarti a identificare il " +"proprietario. Puoi anche etichettare i tuoi indirizzi nel portafoglio per " +"tenere traccia dei pagamenti regolari in entrata. Puoi accedere alla rubrica" +" toccando il **pulsante Menu**, quindi **Rubrica**. Verrà visualizzata una " +"schermata in cui puoi scorrere verso sinistra e destra tra i tuoi indirizzi " +"e gli indirizzi a cui invii frequentemente Dash, ad esempio i membri della " +"famiglia. Tocca il pulsante **Altre opzioni** per **Incollare dagli " +"appunti** o per **Scansionare l'indirizzo** da un QR code oppure tocca un " +"indirizzo esistente per **Invia Dash** o **Modifica** l'etichetta ." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" -msgstr "" +msgstr "*Accesso alla rubrica e aggiunta di un indirizzo*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." -msgstr "" +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." +msgstr "" +"Puoi anche aggiungere etichette direttamente dalla schermata principale " +"della cronologia delle transazioni toccando il pulsante **Altre opzioni** " +"per la transazione (tre punti verticali) e selezionando **Aggiungi etichetta" +" al tuo indirizzo**, **Modifica etichetta del tuo indirizzo **, **Aggiungi " +"indirizzo mittente** o **Modifica etichetta indirizzo mittente**." #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" msgstr "" +"*Aggiunta e modifica delle etichette degli indirizzi nella visualizzazione " +"delle transazioni*" #: ../../docs/user/wallets/android/advanced-functions.rst:53 msgid "Exchange rates" @@ -77,271 +95,354 @@ msgstr "Tassi di cambio" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." -msgstr "" +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." +msgstr "" +"Dash Wallet per Android ti consente di visualizzare il valore equivalente " +"del tuo saldo Dash e nelle transazioni selezionando una valuta fiat " +"predefinita. Per selezionare una valuta predefinita, tocca il **pulsante " +"Menu**, quindi **Tassi di cambio**. Trova la tua valuta fiat preferita, " +"quindi tocca il pulsante **Altre opzioni** per quella valuta e seleziona " +"**Imposta come predefinito**. Il tasso di cambio per questa valuta verrà " +"visualizzato durante l'invio di Dash e puoi anche toccare il campo della " +"valuta fiat per inserire direttamente il valore nella valuta fiat, anziché " +"in Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" +"*Selezione di un tasso di cambio fiat e creazione di una transazione " +"denominata in USD*" #: ../../docs/user/wallets/android/advanced-functions.rst:77 msgid "Masternode keys" -msgstr "" +msgstr "Chiavi masternode" #: ../../docs/user/wallets/android/advanced-functions.rst:79 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." -msgstr "" +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." +msgstr "" +"Alcune chiavi masternode possono essere generate e archiviate in Dash " +"Wallet. Per accedere a questi tasti, tocca il **pulsante Menu** e seleziona " +"**Strumenti**. Tocca **Chiavi Masternode** e inserisci il tuo PIN per aprire" +" la schermata Chiavi Masternode. Da qui, tocca uno qualsiasi dei tipi di " +"chiave elencati per visualizzare le chiavi esistenti o generarne di nuove. " +"Lo schermo mostrerà tutte le chiavi utilizzate e la prima non utilizzata. " +"Per generare chiavi aggiuntive, tocca il pulsante **++**." #: ../../docs/user/wallets/android/advanced-functions.rst:95 msgid "*Viewing and generating masternode keys*" -msgstr "" +msgstr "*Visualizzazione e generazione delle chiavi masternode*" #: ../../docs/user/wallets/android/advanced-functions.rst:98 msgid "Sweep paper wallet" -msgstr "" +msgstr "Pulisci paper wallet" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." -msgstr "" +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." +msgstr "" +"Lo pulizia di un paper wallet è un metodo per trasferire il valore " +"memorizzato su un indirizzo che potresti aver ricevuto come paper wallet o " +"da un ATM nel tuo portafoglio. È necessario disporre dell'accesso alla " +"chiave privata per un indirizzo per utilizzare questa funzione. In questo " +"processo, tutti i Dash archiviati sull'indirizzo verranno inviati a un nuovo" +" indirizzo che è stato generato in modo deterministico dal seme del wallet. " +"Le chiavi private che elimini non diventano parte del tuo wallet." #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." -msgstr "" +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." +msgstr "" +"Per pulire un paper wallet, tocca il **pulsante Menu** e seleziona **Spazza " +"paper wallet**. Tocca il pulsante **Scansiona** e scansiona il QR code dal " +"tuo paper wallet. Una volta identificata la chiave privata, tocca " +"**pulisci** per creare la transazione spostando il Dash nel tuo wallet. Una " +"volta che questa transazione è confermata, il paper è senza valore e " +"dovrebbe essere distrutta." #: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" -msgstr "" +msgstr "*Pulizia di un paper wallet con 0.10 DASH nel wallet Android*" #: ../../docs/user/wallets/android/advanced-functions.rst:128 msgid "Network monitor" -msgstr "" +msgstr "Monitor di rete" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." -msgstr "" +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." +msgstr "" +"Il Dash Android Wallet è un wallet leggero e funziona in modalità SPV, il " +"che significa che non scarica una copia completa della blockchain. Il " +"monitor di rete ti consente di visualizzare i dettagli sui nodi completi a " +"cui sei connesso. Puoi anche scorrere verso sinistra per visualizzare i " +"blocchi mentre vengono creati sulla blockchain." #: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" msgstr "" +"*Visualizzazione di peers e blocchi per monitorare l'attività di rete*" #: ../../docs/user/wallets/android/advanced-functions.rst:147 #: ../../docs/user/wallets/android/advanced-functions.rst:163 msgid "Settings" -msgstr "" +msgstr "Impostazioni" #: ../../docs/user/wallets/android/advanced-functions.rst:154 msgid "*The Settings menu in Dash Android Wallet*" -msgstr "" +msgstr "*Il menu Impostazioni nel Dash Android Wallet*" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." -msgstr "" +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." +msgstr "" +"Il menu delle impostazioni contiene una serie di opzioni per controllare il " +"comportamento del Dash Android Wallet. Per accedere alle impostazioni, tocca" +" il **pulsante Menu**, quindi **Impostazioni**. Puoi quindi scegliere tra " +"**Impostazioni**, **Diagnostica** e **Informazioni**, che visualizza la " +"versione del portafoglio, il copyright, la licenza e le informazioni sul " +"codice sorgente." #: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" -msgstr "" +msgstr "Denominazione e precisione" #: ../../docs/user/wallets/android/advanced-functions.rst:166 msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" +"Seleziona il numero di cifre decimali da mostrare per le denominazioni DASH " +"o passa alle denominazioni mDASH o µDASH" #: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" -msgstr "" +msgstr "Proprio nome" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" +"Inserisci un nome breve da includere nei tuoi QR code quando li mostri ad " +"altri utenti per la scansione. Il nome breve apparirà quindi come etichetta " +"nel loro portafoglio per verificare il destinatario e semplificare la " +"gestione degli indirizzi." #: ../../docs/user/wallets/android/advanced-functions.rst:177 msgid "Auto-close send coins dialog" -msgstr "" +msgstr "Chiudi automaticamente la finestra di dialogo per l'invio di monete" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" +"Specifica se chiudere o meno la finestra di dialogo di invio una volta " +"completato il pagamento." #: ../../docs/user/wallets/android/advanced-functions.rst:181 msgid "Connectivity indicator" -msgstr "" +msgstr "Indicatore di connettività" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" +"Abilita la visualizzazione di un indicatore nell'area di notifica di Android" +" per poter verificare rapidamente la connettività." #: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Trusted peer" -msgstr "" +msgstr "Trusted peer" #: ../../docs/user/wallets/android/advanced-functions.rst:184 msgid "Enter the IP address or hostname of a single peer to connect to." msgstr "" +"Immettere l'indirizzo IP o il nome host di un singolo peer a cui " +"connettersi." #: ../../docs/user/wallets/android/advanced-functions.rst:188 msgid "Skip regular peer discovery" -msgstr "" +msgstr "Salta la normale scoperta tra peer" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" +"L'abilitazione di questa opzione impedisce il rilevamento automatico dei " +"peer e forza la connessione solo a un peer attendibile specificato." #: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" -msgstr "" +msgstr "Block explorer" #: ../../docs/user/wallets/android/advanced-functions.rst:191 msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" +"Ti permette di selezionare quale block explorer vuoi utilizzare per le " +"funzioni che si collegano a un block explorer." #: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" -msgstr "" +msgstr "Utilizzo dei dati" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" +"Collegamenti alla funzione **Utilizzo dati** di Android per visualizzare e/o" +" limitare l'utilizzo dei dati per l'app." #: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" -msgstr "" +msgstr "Promemoria saldo" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" +"Abilita una notifica di sistema Android per ricordarti di eventuali Dash non" +" spesi se non apri l'app in quel momento." #: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enable InstantSend" -msgstr "" +msgstr "Abilita InstantSend" #: ../../docs/user/wallets/android/advanced-functions.rst:203 msgid "Enables functionality to use InstantSend to send and receive Dash." msgstr "" +"Abilita la funzionalità per utilizzare InstantSend per inviare e ricevere " +"Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enable Lite Mode" -msgstr "" +msgstr "Abilita Lite Mode" #: ../../docs/user/wallets/android/advanced-functions.rst:206 msgid "Enabling lite mode reduces bandwidth usage." msgstr "" +"L'attivazione della modalità Lite riduce l'utilizzo della larghezza di " +"banda." #: ../../docs/user/wallets/android/advanced-functions.rst:210 msgid "Show disclaimer" -msgstr "" +msgstr "Mostra disclaimer" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." -msgstr "" +msgid "" +"Enables or disables various disclaimers and warning messages in the app." +msgstr "Abilita o disabilita vari disclaimer e messaggi di avviso nell'app." #: ../../docs/user/wallets/android/advanced-functions.rst:215 msgid "BIP70 for scan-to-pay" -msgstr "" +msgstr "BIP70 per scan-to-pay" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" +"Abilita l'uso del `protocollo di pagamento BIP70 " +"`_ per " +"aggiungere ulteriori funzionalità di verifica e sicurezza durante la " +"scansione dei QR code." #: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" -msgstr "" +msgstr "Cerca i nomi dei wallet" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" +"Abilita l'uso di `DNSSEC `_ per tentare di identificare un nome del wallet " +"durante la creazione di transazioni." #: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" -msgstr "" +msgstr "Diagnostica" #: ../../docs/user/wallets/android/advanced-functions.rst:227 msgid "Report issue" -msgstr "" +msgstr "Segnala problema" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" +"Ti consente di raccogliere una serie di informazioni relative al tuo wallet " +"per inviare una segnalazione di bug agli sviluppatori per la risoluzione dei" +" problemi." #: ../../docs/user/wallets/android/advanced-functions.rst:233 msgid "Show xpub" -msgstr "" +msgstr "Mostra xpub" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" +"Visualizza la chiave pubblica estesa per il seed utilizzato per generare gli" +" indirizzi nel tuo wallet. Fornire il tuo xpub a terzi consentirà loro di " +"visualizzare l'intera cronologia delle tue transazioni, ma non di effettuare" +" nuove transazioni." #: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" -msgstr "" +msgstr "Reset block chain" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." -msgstr "" - +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." +msgstr "" +"Reimposta i dati memorizzati sul tuo dispositivo relativi alla blockchain. " +"Questi dati dovranno essere raccolti nuovamente dai nodi completi, in modo " +"simile a quando si imposta un nuovo wallet. Questo processo potrebbe " +"richiedere del tempo." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 5029f115a..08f0f34d6 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,38 +1,42 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" -msgstr "" +msgstr "Iniziare a inviare e ricevere Dash sul tuo dispositivo Android" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" -msgstr "" +msgstr "dash, mobile, wallet, android, invia, ricevi, indirizzi, iniziare" #: ../../docs/user/wallets/android/getting-started.rst:8 msgid "Getting started" -msgstr "" +msgstr "Iniziare" #: ../../docs/user/wallets/android/getting-started.rst:11 msgid "Creating a new wallet" -msgstr "" +msgstr "Creazione di un nuovo portafoglio" #: ../../docs/user/wallets/android/getting-started.rst:13 msgid "" @@ -47,15 +51,29 @@ msgid "" "If you prefer, you can also back up a password protected wallet file by " "selecting **Safety** > **Back up wallet**." msgstr "" +"Quando avvii per la prima volta il tuo Dash Wallet, genererà automaticamente" +" un nuovo wallet per te. Ti chiederà quindi di inserire un PIN per " +"proteggere la spesa dal portafoglio. La prima cosa che dovresti fare dopo " +"aver impostato un PIN è eseguire il backup del wallet   toccando il pulsante" +" del menu nell'angolo in alto a sinistra e selezionando **Sicurezza** > " +"**Visualizza frase di recupero**. Avrai bisogno di questa frase per " +"recuperare i fondi in seguito se perdi o danneggi il telefono o devi " +"trasferire l'account su un altro dispositivo. Scrivi la frase e   conservala" +" in un luogo sicuro: se la perdi, perderai per sempre anche l'accesso ai " +"tuoi fondi. Se preferisci, puoi anche eseguire il backup di un file del " +"wallet protetto da password selezionando **Sicurezza** > **Esegui il backup " +"del portafoglio**." #: ../../docs/user/wallets/android/getting-started.rst:34 msgid "" "*Viewing the recovery phrase for a new wallet in Dash Wallet for Android*" msgstr "" +"*Visualizzazione della frase di recupero per un nuovo wallet in Dash Wallet " +"per Android*" #: ../../docs/user/wallets/android/getting-started.rst:39 msgid "Restoring from backup" -msgstr "" +msgstr "Ripristino dal backup" #: ../../docs/user/wallets/android/getting-started.rst:41 msgid "" @@ -65,16 +83,24 @@ msgid "" "your recovery phrase and tap **Restore**. Your wallet may restart, and it " "will take some time for any past transactions and balances to appear." msgstr "" +"Se disponi già di un Dash Wallet per Android, puoi ripristinarlo a questo " +"punto toccando il pulsante del menu nell'angolo in alto a sinistra e " +"selezionando **Sicurezza** > **Ripristina da frase di ripristino**. " +"Inserisci con attenzione la frase di recupero e tocca **Ripristina**. Il tuo" +" wallet potrebbe riavviarsi e sarà necessario del tempo prima che vengano " +"visualizzate le transazioni e i saldi passati." #: ../../docs/user/wallets/android/getting-started.rst:56 msgid "" "*Restoring an existing wallet from recovery phrase in Dash Wallet for " "Android*" msgstr "" +"*Ripristino di un wallet esistente dalla frase di recupero in Dash Wallet " +"per Android*" #: ../../docs/user/wallets/android/getting-started.rst:61 msgid "Receiving" -msgstr "" +msgstr "Ricezione" #: ../../docs/user/wallets/android/getting-started.rst:63 msgid "" @@ -90,16 +116,30 @@ msgid "" "place (approx. 2.5 minutes), or 6 block confirmations if you want to " "generate InstantSend transactions." msgstr "" +"Tocca il pulsante **Richiedi monete** in basso a sinistra dello schermo per " +"ricevere Dash. Il wallet genererà e visualizzerà un codice QR da scansionare" +" sull'altro dispositivo e, facoltativamente, potrai inserire il dash o il " +"valore in dollari della transazione per risparmiare tempo al pagatore. Puoi " +"toccare il pulsante del menu nell'angolo in alto a destra e selezionare " +"**Copia indirizzo** per copiarlo e incollarlo in un'altra app e inviarlo a " +"una persona che ti paga da remoto. Riceverai una notifica quando avviene il " +"trasferimento e potrai visualizzare lo stato di conferma nella schermata " +"principale e il saldo nell'angolo in alto a destra. Dash Wallet per Android " +"considera una transazione spendibile dopo che è avvenuto 1 blocco di " +"conferme (circa 2,5 minuti) o 6 blocchi di conferme se desideri generare " +"transazioni InstantSend." #: ../../docs/user/wallets/android/getting-started.rst:84 msgid "" "*Receiving Dash and viewing your transactions and balance in Dash Wallet for" " Android*" msgstr "" +"*Ricevere Dash e visualizzare le transazioni e il saldo in Dash Wallet per " +"Android*" #: ../../docs/user/wallets/android/getting-started.rst:89 msgid "Sending" -msgstr "" +msgstr "Invio" #: ../../docs/user/wallets/android/getting-started.rst:91 msgid "" @@ -110,16 +150,25 @@ msgid "" "code. The automatically determined network fee is displayed. Tap **Send** to" " complete the transaction." msgstr "" +"Tocca il pulsante **Invia monete** in basso a destra sullo schermo per " +"inviare Dash. Ti verrà richiesto di digitare, incollare o scansionare " +"(toccando il pulsante QR rotondo) un indirizzo Dash, l'importo da pagare e " +"se utilizzare InstantSend. Tieni presente che queste informazioni potrebbero" +" essere già incluse se stai scansionando un codice QR. Viene visualizzata la" +" tariffa di rete determinata automaticamente. Tocca **Invia** per completare" +" la transazione." #: ../../docs/user/wallets/android/getting-started.rst:107 msgid "" "*Sending Dash and viewing your transactions and balance in Dash Wallet for " "Android*" msgstr "" +"*Invio di Dash e visualizzazione delle transazioni e del saldo in Dash " +"Wallet per Android*" #: ../../docs/user/wallets/android/getting-started.rst:112 msgid "Buying" -msgstr "" +msgstr "Acquisto" #: ../../docs/user/wallets/android/getting-started.rst:114 msgid "" @@ -134,11 +183,22 @@ msgid "" "wallet. For more information on using Uphold, see the `Uphold documentation " "`_." msgstr "" +"Dalla versione 6.1.0, è possibile collegare il tuo wallet Android con Uphold" +" per acquistare Dash utilizzando qualsiasi metodo di finanziamento " +"disponibile su Uphold. Per iniziare, tocca il pulsante del menu, seleziona " +"**Account Uphold** e quindi **Collega account Uphold**. Inserisci nome " +"utente e password e completa l'autenticazione a due fattori (se abilitata " +"per il tuo account). Verrà visualizzato il saldo Uphold. Tocca **Acquista " +"Dash** per aggiungere fondi e convertirli in Dash utilizzando Uphold. Tocca " +"**Trasferisci da Uphold**, inserisci l'importo, tocca **Trasferisci** e " +"conferma i dettagli della transazione per trasferire fondi da Uphold al tuo " +"portafoglio Dash. Per ulteriori informazioni sull'utilizzo di Uphold, " +"consultare la `documentazione Uphold `_." #: ../../docs/user/wallets/android/getting-started.rst:135 msgid "*Logging in to Uphold and purchasing Dash*" -msgstr "" +msgstr "*Accesso a Uphold e acquisto di Dash*" #: ../../docs/user/wallets/android/getting-started.rst:146 msgid "*Transferring Dash from Uphold to your Dash Android wallet*" -msgstr "" +msgstr "*Trasferire Dash da Uphold al tuo wallet Android Dash*" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/index.po index a937617f4..18b3b743d 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +35,13 @@ msgid "" "book of frequently used addresses, pay with NFC, sweep paper wallets and " "more." msgstr "" +"Dash offre un wallet autonomo per Android, il cui sviluppo è supportato dal " +"budget Dash. Il wallet Dash Android supporta funzionalità Dash avanzate, tra" +" cui la gestione dei contatti e InstantSend. Puoi scansionare e visualizzare" +" codici QR per trasferimenti rapidi, eseguire il backup e ripristinare il " +"tuo wallet, conservare una rubrica degli indirizzi utilizzati di frequente, " +"pagare con NFC, spazzare wallet di carta e altro ancora." #: ../../docs/user/wallets/android/index.rst:26 msgid "*Dash Android Wallet*" -msgstr "" +msgstr "*Dash Android Wallet*" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po index 46a6ea622..4caa069c2 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" -msgstr "" +msgstr "Come installare il wallet Dash sul tuo dispositivo Android" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" -msgstr "" +msgstr "dash, mobile, wallet, android, installazione, compila" #: ../../docs/user/wallets/android/installation.rst:8 msgid "Installation" @@ -36,33 +36,43 @@ msgstr "Installazione" #: ../../docs/user/wallets/android/installation.rst:11 msgid "Google Play" -msgstr "" +msgstr "Google Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" +"Il modo più semplice per installare Dash Wallet per Android è dal Google " +"Play Store." #: ../../docs/user/wallets/android/installation.rst:21 msgid "From APK" -msgstr "" +msgstr "Dall'APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" +"Alcuni telefoni Android non hanno accesso a Google Play Store perché il " +"software del telefono, il provider di rete o il Paese potrebbero non " +"consentirlo. Puoi installare l'app manualmente abilitando prima " +"l'installazione di fonti esterne (se non l'hai già fatto) e poi scaricando e" +" installando un file APK. Segui queste istruzioni:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" +"Assicurati che la tua versione Android sia almeno 4.0.3 andando su " +"**Impostazioni → Informazioni sul telefono** e controllando il numero di " +"versione." #: ../../docs/user/wallets/android/installation.rst:31 #: ../../docs/user/wallets/android/installation.rst:48 @@ -70,107 +80,111 @@ msgid "" "Enable Unknown sources by going to **Settings → Security → Unknown " "sources**. Read and accept the warning." msgstr "" +"Abilita Origini sconosciute andando su **Impostazioni→ Sicurezza→ Origini " +"sconosciute**. Leggi e accetta l'avviso." #: ../../docs/user/wallets/android/installation.rst:33 msgid "" "Using your phone, download the latest version of the APK from `this link " "`_." msgstr "" +"Utilizzando il telefono, scarica l'ultima versione dell'APK da `questo link " +"`_." #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" +"Se non puoi utilizzare il telefono per andare online, scarica invece l'APK " +"dal PC e copialo sul telefono tramite cavo o Bluetooth. Potrebbe essere " +"necessario un browser di file per trovare il file copiato." #: ../../docs/user/wallets/android/installation.rst:39 msgid "" "You can also install an APK file directly from your computer using the " "Android Debug Bridge (ADB). Follow these instructions:" msgstr "" +"Puoi anche installare un file APK direttamente dal tuo computer utilizzando " +"Android Debug Bridge (ADB). Segui queste istruzioni:" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" +"Assicurati di avere una copia di ADB sul tuo PC. Questo è incluso negli " +"`Strumenti della Platform SDK di Android " +"`_ per " +"Mac, Windows o Linux." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" +"Abilita il debug USB andando su **Impostazioni → Opzioni sviluppatore → " +"Debug USB**. Se le **Opzioni sviluppatore** non sono disponibili, vai invece" +" su **Informazioni sul telefono**, scorri verso il basso e tocca il **Numero" +" build** sette volte." #: ../../docs/user/wallets/android/installation.rst:54 msgid "" "Using your PC, download the latest version of the APK from `this link " "`_." msgstr "" +"Utilizzando il tuo PC, scarica l'ultima versione dell'APK da questo link " +"`_." #: ../../docs/user/wallets/android/installation.rst:56 msgid "" "Connect your phone to the PC, open a terminal/command prompt window and " "type::" msgstr "" +"Collega il telefono al PC, apri una finestra del terminale/prompt dei " +"comandi e digita::" #: ../../docs/user/wallets/android/installation.rst:63 msgid "From source" -msgstr "" +msgstr "Dalla fonte" #: ../../docs/user/wallets/android/installation.rst:65 msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" +"Il codice sorgente per il wallet Dash Android è disponibile su `GitHub " +"`__. Le seguenti istruzioni " +"descrivono come compilare un APK dal sorgente in un'installazione aggiornata" +" di Ubuntu 20.04 LTS con un singolo utente non root. Inizia installando le " +"dipendenze e scaricando gli ultimi strumenti SDK Android::" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" +"Successivamente, scarica i bundle e le dipendenze della Platform SDK " +"necessari e accetta le licenze::" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" +"Ora che l'ambiente di creazione è pronto, scarica e crea il sorgente Dash " +"Android Wallet::" #: ../../docs/user/wallets/android/installation.rst:97 msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - +"I file APK compilati non firmati sono ora disponibili nella cartella " +"``~/dash-wallet/wallet/build/outputs/apk/prod/release/``." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 3cc48dcce..6d2450670 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,131 +1,164 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" +"Coin control, HD wallets, multisig, più file utilizzando Dash Core wallet" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" msgstr "" +"dash, core, wallet, backup, ripristino, wallet.dat, multisig, hd, seed, " +"passphrase, mnemonic, coin control, gerarchico deterministi" #: ../../docs/user/wallets/dashcore/advanced.rst:9 msgid "Advanced topics" -msgstr "" +msgstr "Argomenti avanzati" #: ../../docs/user/wallets/dashcore/advanced.rst:14 msgid "Coin Control" -msgstr "" +msgstr "Coin Control" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" -msgstr "" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" +msgstr "" +"Coin Control consente agli utenti del Dash Core Wallet di specificare quali " +"indirizzi e output di transazioni non spesi (UTXO) devono essere utilizzati " +"come input nelle transazioni. Ciò ti consente di mantenere un saldo " +"specifico su determinati indirizzi nel tuo portafoglio, mentre ne spendi " +"altri liberamente. Nel wallet Dash Core, fai clic su **Impostazioni > " +"Opzioni > Wallet > Abilita funzionalità di controllo monete**. Ora, quando " +"vai alla scheda Invia nel tuo wallet, verrà visualizzato un nuovo pulsante " +"denominato **Ingressi…**. Fai clic su questo pulsante per selezionare quali " +"UTXO possono essere utilizzati come input per qualsiasi transazione creata. " +"Viene visualizzata la seguente finestra:" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" +"Coin Selection finestra nel wallet Dash Core, che mostra due masternode " +"(testnet)" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." -msgstr "" +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." +msgstr "" +"Fai clic con il pulsante destro del mouse sulle transazioni che non desideri" +" spendere, quindi seleziona **Blocca non spese**. Accanto alla transazione " +"apparirà un piccolo lucchetto. Puoi fare clic sul pulsante " +"**Attiva/disattiva stato di blocco** per invertire lo stato " +"bloccato/sbloccato di tutti gli UTXO. Quando sei pronto per continuare, fai " +"clic su **OK**. Ora puoi creare transazioni in sicurezza con i tuoi fondi " +"rimanenti senza influenzare gli UTXO bloccati." #: ../../docs/user/wallets/dashcore/advanced.rst:45 msgid "Locking UTXOs in Dash Core wallet" -msgstr "" +msgstr "Blocco degli UTXO nel wallet Dash Core" #: ../../docs/user/wallets/dashcore/advanced.rst:51 msgid "Running Dash Testnet" -msgstr "" +msgstr "Esecuzione di Dash Testnet" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" +"Ti consigliamo di eseguire Dash Core su testnet per le tue sperimentazioni. " +"Per iniziare su testnet tramite la riga di comando, procedi come segue:" #: ../../docs/user/wallets/dashcore/advanced.rst:56 msgid "For Linux::" -msgstr "" +msgstr "Per Linux::" #: ../../docs/user/wallets/dashcore/advanced.rst:60 msgid "For Mac (run from Applications/Dash-Qt.app/Contents/MacOS)::" -msgstr "" +msgstr "Per Mac (eseguito da Applications/Dash-Qt.app/Contents/MacOS)::" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" +"Nota: potrebbe essere necessario consentire un'app di uno sviluppatore " +"sconosciuto prima di eseguirla. Cmd+fai clic sull'applicazione e fai clic su" +" **Apri**." #: ../../docs/user/wallets/dashcore/advanced.rst:67 msgid "Now, open Mac Terminal and run::" -msgstr "" +msgstr "Ora apri Mac Terminal ed esegui::" #: ../../docs/user/wallets/dashcore/advanced.rst:72 msgid "" "You may top up your testnet wallet by `accessing the faucet " "`_." msgstr "" +"Puoi ricaricare il tuo wallet testnet `accedendo al faucet " +"`_." #: ../../docs/user/wallets/dashcore/advanced.rst:77 msgid "HD Wallets" -msgstr "" +msgstr "HD Wallet" #: ../../docs/user/wallets/dashcore/advanced.rst:82 msgid "Upgrade to HD" -msgstr "" +msgstr "Aggiorna all'HD" #: ../../docs/user/wallets/dashcore/advanced.rst:86 msgid "A new backup must be created after upgrading to an HD wallet." msgstr "" +"È necessario creare un nuovo backup dopo l'aggiornamento a un wallet HD." #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" +"Dash Core include la possibilità di aggiornare un wallet deterministico non " +"gerarchico (HD) a un wallet HD tramite il comando \"upgradetohd\". Il " +"comando può essere eseguito aprendo la console da **Finestra > Console** o " +"emettendo il seguente comando RPC da ``dash-cli``::" #: ../../docs/user/wallets/dashcore/advanced.rst:95 msgid "" @@ -133,109 +166,146 @@ msgid "" "third parameter to the command. If your wallet is not already encrypted, " "specifying a wallet passphrase will trigger wallet encryption." msgstr "" +"Se il tuo wallet è già crittografato devi inserire la passphrase come terzo " +"parametro del comando. Se il tuo wallet non è già crittografato, " +"specificando una passphrase del portafoglio si attiverà la crittografia del " +"wallet." #: ../../docs/user/wallets/dashcore/advanced.rst:99 msgid "" "To see full details for the command, run the following from either the " "console or ``dash-cli``::" msgstr "" +"Per visualizzare i dettagli completi del comando, esegui quanto segue dalla " +"console o da ``dash-cli``::" #: ../../docs/user/wallets/dashcore/advanced.rst:105 msgid "View HD wallet information" -msgstr "" +msgstr "Visualizza le informazioni sul wallet HD" #: ../../docs/user/wallets/dashcore/advanced.rst:107 msgid "" "Open the console from **Window > Console** or issue the following RPC " "command from ``dash-cli`` to view the mnemonic seed::" msgstr "" +"Apri la console da **Finestra > Console** o esegui il seguente comando RPC " +"da ``dash-cli`` per visualizzare il seed mnemonico:" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" +"Dash Core visualizzerà il seed HD sia in formato esadecimale che mnemonico " +"BIP39. Visualizzerà anche la passphrase mnemonica se ne è stata utilizzata " +"una durante la creazione del wallet." #: ../../docs/user/wallets/dashcore/advanced.rst:119 msgid "Restore HD wallet" -msgstr "" +msgstr "Ripristina il wallet HD" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" +"Per ripristinare un wallet HD esistente o definire il proprio mnemonico e/o " +"passphrase generato separatamente, creare un nuovo wallet vuoto con il " +"seguente comando::" #: ../../docs/user/wallets/dashcore/advanced.rst:126 msgid "Add the HD wallet details to the newly created wallet by running::" msgstr "" +"Aggiungi i dettagli del wallet HD al wallet appena creato eseguendo ::" #: ../../docs/user/wallets/dashcore/advanced.rst:130 msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" +"Il wallet HD verrà ripristinato e il tuo saldo verrà visualizzato una volta " +"completata la sincronizzazione." #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" +"Tieni presente che la passphrase del wallet è diversa dalla passphrase " +"mnemonica, a cui spesso ci si riferisce anche come \"25a parola\" o \"parola" +" di estensione\". La passphrase del wallet crittografa il file del wallet " +"stesso, mentre la passphrase mnemonica viene utilizzata per specificare " +"diversi rami di derivazione dallo stesso seme mnemonico." #: ../../docs/user/wallets/dashcore/advanced.rst:141 msgid "Enable HD Wallet Creation By Default" -msgstr "" +msgstr "Abilita la creazione di wallet HD per impostazione predefinita" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" +"Dash Core include un'implementazione della generazione di chiavi gerarchiche" +" deterministiche (HD) compatibili con BIP39/BIP44. In questo esempio " +"utilizzeremo il wallet della GUI di Windows, ma i comandi sono simili se si " +"utilizza ``dash-qt`` o ``dashd`` su altri sistemi operativi. Inserisci il " +"seguente comando per configurare Dash Core in modo che generi wallet HD per " +"impostazione predefinita::" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" +"Per far sì che questa configurazione persista tra un riavvio e l'altro, " +"aggiungere ``usehd=1`` al file ``dash.conf``." #: ../../docs/user/wallets/dashcore/advanced.rst:157 msgid "Multisignature" -msgstr "" +msgstr "Multisig" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" -msgstr "" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" +msgstr "" +"Questa sezione presenta un esempio pratico per dimostrare la funzionalità " +"multisig in Dash Core. Anche se le transazioni non sono più visibili " +"sull'attuale blockchain testnet e alcuni formati di indirizzi o risposte RPC" +" potrebbero differire leggermente dalla versione mostrata qui, il principio " +"e i comandi sono gli stessi. L'esempio dimostra come impostare un indirizzo " +"multisig 2 su 3 e creare una transazione. Le parti coinvolte nell'esempio " +"sono un acquirente, un venditore e un arbitro. Questo esempio è basato su:" #: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" -msgstr "" +msgstr "https://gist.github.com/jashmenn/9811198" #: ../../docs/user/wallets/dashcore/advanced.rst:168 msgid "https://gist.github.com/gavinandresen/3966071" -msgstr "" +msgstr "https://gist.github.com/gavinandresen/3966071" #: ../../docs/user/wallets/dashcore/advanced.rst:169 msgid "https://bitcoin.org/en/developer-examples#p2sh-multisig" -msgstr "" +msgstr "https://bitcoin.org/en/developer-examples#p2sh-multisig" #: ../../docs/user/wallets/dashcore/advanced.rst:172 msgid "Step 1: Create three addresses" -msgstr "" +msgstr "Passaggio 1: crea tre indirizzi" #: ../../docs/user/wallets/dashcore/advanced.rst:174 #: ../../docs/user/wallets/dashcore/advanced.rst:242 @@ -243,7 +313,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:327 #: ../../docs/user/wallets/dashcore/advanced.rst:360 msgid "Seller::" -msgstr "" +msgstr "Venditore::" #: ../../docs/user/wallets/dashcore/advanced.rst:191 #: ../../docs/user/wallets/dashcore/advanced.rst:250 @@ -252,159 +322,200 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:341 #: ../../docs/user/wallets/dashcore/advanced.rst:352 msgid "Buyer::" -msgstr "" +msgstr "Venditore::" #: ../../docs/user/wallets/dashcore/advanced.rst:208 #: ../../docs/user/wallets/dashcore/advanced.rst:258 msgid "Arbiter::" -msgstr "" +msgstr "Arbitro::" #: ../../docs/user/wallets/dashcore/advanced.rst:225 msgid "This results in three keypairs (public/private)::" -msgstr "" +msgstr "Ciò si traduce in tre coppie di chiavi (pubblica/privata)::" #: ../../docs/user/wallets/dashcore/advanced.rst:232 msgid "Step 2: Create multisig address" -msgstr "" +msgstr "Passaggio 2: crea un indirizzo multisig" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" +"Il comando ``createmultisig`` prende come variabili il numero n firme di m " +"chiavi (fornite come array json) richieste. In questo esempio, per firmare " +"la transazione sono necessarie 2 chiavi su 3." #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" +"Nota: l'indirizzo può essere creato da chiunque, purché siano note le chiavi" +" pubbliche e la loro sequenza (l'indirizzo risultante e il ReddenScript sono" +" identici, vedere di seguito)." #: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" -msgstr "" +msgstr "Passaggio 3: l'acquirente finanzia l'indirizzo multisig" #: ../../docs/user/wallets/dashcore/advanced.rst:269 msgid "This works the same as a usual transaction." -msgstr "" +msgstr "Funziona come una normale transazione." #: ../../docs/user/wallets/dashcore/advanced.rst:276 msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" +"Il venditore/arbitro può tracciare la transazione tramite il suo txid nel " +"Block Explorer. Oppure dalla console come segue." #: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" -msgstr "" +msgstr "Passaggio 4: spendere il multisig" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" +"Ora supponiamo che l'affare sia concluso, che l'acquirente abbia ricevuto la" +" merce e che tutti siano contenti. Ora il venditore vuole ottenere il suo " +"Dash. Poiché è stato utilizzato un multisig 2 su 3, la transazione deve " +"essere firmata da 2 parti (venditore + acquirente o arbitro). Il venditore " +"crea una transazione (riutilizzeremo il suo indirizzo pubblico dall'alto)." #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" +"E lo firma parzialmente, utilizzando redimeScript, scriptPubKey e la sua " +"chiave privata" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" +"Tieni presente che l'esadecimale di output sta diventando più lungo, ma il " +"flag completo è \"falso\" poiché la transazione necessita di un'altra firma." +" Quindi ora sia l’acquirente che l’arbitro possono completare la firma della" +" transazione, utilizzando l’output dall’alto e la propria chiave privata. " +"Supponiamo che l'acquirente stia completando la firma." #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" +"La firma è ora completa e ciascuna delle parti può trasmettere la " +"transazione alla rete." #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" +"Ancora una volta, questa transazione può essere tracciata in un block " +"explorer. E il venditore è felice di ricevere le sue monete al suo indirizzo" +" pubblico come segue." #: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" -msgstr "" +msgstr "Daemon" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" +"Dash può essere eseguito come processo in background (o daemon) sui sistemi " +"Linux. Ciò è particolarmente utile se esegui Dash come server anziché come " +"nodo GUI. Questa guida presuppone che tu abbia installato Dash Core per " +"Linux come descritto nel :ref:`dashcore-installation-linux`." #: ../../docs/user/wallets/dashcore/advanced.rst:390 msgid "Create a user and group to run the daemon::" -msgstr "" +msgstr "Crea un utente e un gruppo per eseguire il demone::" #: ../../docs/user/wallets/dashcore/advanced.rst:394 msgid "Create a data directory for Dash in the new user's home directory::" msgstr "" +"Crea una directory di dati per Dash nella directory home del nuovo utente::" #: ../../docs/user/wallets/dashcore/advanced.rst:398 msgid "Create a configuration file in the new Dash data directory::" -msgstr "" +msgstr "Crea un file di configurazione nella nuova directory dei dati Dash::" #: ../../docs/user/wallets/dashcore/advanced.rst:402 msgid "" "Paste the following basic configuration to your ``dash.conf`` file, " "replacing the password with a long and random password::" msgstr "" +"Incolla la seguente configurazione di base nel tuo file ``dash.conf``, " +"sostituendo la password con una password lunga e casuale:" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" +"Registra il daemon ``dashd`` come servizio di sistema creando il seguente " +"file:" #: ../../docs/user/wallets/dashcore/advanced.rst:413 msgid "Paste the following daemon configuration into the file::" -msgstr "" +msgstr "Incolla la seguente configurazione del daemon nel file::" #: ../../docs/user/wallets/dashcore/advanced.rst:436 msgid "Register and start the daemon with systemd::" -msgstr "" +msgstr "Registrati e avvia il daemon con systemd::" #: ../../docs/user/wallets/dashcore/advanced.rst:442 msgid "Dash is now installed as a system daemon. View the status as follows::" msgstr "" +"Dash è ora installato come daemon di sistema. Visualizza lo stato come " +"segue::" #: ../../docs/user/wallets/dashcore/advanced.rst:446 msgid "View logs as follows::" -msgstr "" +msgstr "Visualizza i log come segue::" #: ../../docs/user/wallets/dashcore/advanced.rst:451 msgid "Tor" -msgstr "" +msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." -msgstr "" +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." +msgstr "" +"`Tor `__ è un software gratuito e open source " +"per consentire la comunicazione anonima. Il nome deriva dall'acronimo del " +"nome del progetto software originale \"The Onion Router\". Tor dirige il " +"traffico Internet attraverso una rete overlay gratuita, mondiale e " +"volontaria composta da più di settemila relè per nascondere la posizione e " +"l'utilizzo di un utente a chiunque conduca sorveglianza di rete o analisi " +"del traffico." #: ../../docs/user/wallets/dashcore/advanced.rst:462 msgid "Dash Core GUI" -msgstr "" +msgstr "Dash Core GUI" #: ../../docs/user/wallets/dashcore/advanced.rst:464 msgid "" @@ -416,361 +527,381 @@ msgid "" "manual.torproject.org/installation/>`__ and `Running Tor Browser for the " "First Time `__." msgstr "" +"Il traffico Dash Core può essere indirizzato a passare attraverso Tor " +"specificando un servizio Tor in esecuzione come proxy. Per prima cosa " +"installa Tor visitando https://www.torproject.org/download/ e scaricando il " +"pacchetto Tor Browser appropriato per il tuo sistema. Configura il browser " +"Tor seguendo la documentazione su `Installazione `__ e `Esecuzione di Tor Browser per la " +"prima volta `__." #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" +"Una volta che Tor Browser è in esecuzione, hai due opzioni per configurare " +"Dash Core per utilizzare Tor per il traffico di rete." #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" +"**Utilizzo della GUI:** Avvia Dash Core e vai su **Impostazioni > Opzioni > " +"Rete** e attiva l'impostazione **Connetti tramite proxy SOCKS5**. " +"Specificare ``127.0.0.1`` per **IP proxy** e ``9150`` per **Porta**. Fai " +"clic su **OK** e riavvia Dash Core." #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" +"**Utilizzo di dash.conf:** Assicurati che Dash Core non sia in esecuzione e " +"modifica il file delle impostazioni ``dash.conf``. Aggiungi la riga " +"``proxy=127.0.0.1:9150``, salva il file e avvia Dash Core." #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" +"Ora sei connesso tramite la rete Tor. Dovrai ricordarti di avviare Tor " +"Browser ogni volta prima di avviare Dash Core altrimenti non sarai in grado " +"di sincronizzarti." #: ../../docs/user/wallets/dashcore/advanced.rst:490 msgid "Tor onion service" -msgstr "" +msgstr "Servizi Tor onion" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" +"I servizi Tor Onion consentono ad altri utenti di connettersi al tuo nodo " +"Dash utilizzando un indirizzo Onion, fornendo ulteriore anonimato " +"nascondendo il tuo indirizzo IP. Segui questi passaggi per configurare un " +"servizio Onion su Ubuntu Linux:" #: ../../docs/user/wallets/dashcore/advanced.rst:497 msgid "Install tor::" -msgstr "" +msgstr "Installa tor::" #: ../../docs/user/wallets/dashcore/advanced.rst:501 msgid "Add the following line to the ``torrc`` file::" -msgstr "" +msgstr "Aggiungi la seguente riga al file ``torrc``::" #: ../../docs/user/wallets/dashcore/advanced.rst:505 msgid "Restart Tor::" -msgstr "" +msgstr "Riavvia Tor::" #: ../../docs/user/wallets/dashcore/advanced.rst:509 msgid "" "Determine the group Tor is running under (usually the last entry in your " "groups file)::" msgstr "" +"Determina il gruppo sotto cui è in esecuzione Tor (di solito l'ultima voce " +"nel file dei gruppi)::" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" +"Il gruppo è solitamente ``debian-tor`` nelle distribuzioni Linux basate su " +"Debian." #: ../../docs/user/wallets/dashcore/advanced.rst:517 msgid "Add the user running Dash to the Tor group::" -msgstr "" +msgstr "Aggiungi l'utente che esegue Dash al gruppo Tor::" #: ../../docs/user/wallets/dashcore/advanced.rst:521 msgid "Add the following two lines to ``dash.conf``::" -msgstr "" +msgstr "Aggiungi le seguenti due righe a ``dash.conf``::" #: ../../docs/user/wallets/dashcore/advanced.rst:526 msgid "Restart Dash and monitor ``debug.log`` for onion informatoin::" msgstr "" +"Riavvia Dash e controlla ``debug.log`` per informazioni sulla cipolla::" #: ../../docs/user/wallets/dashcore/advanced.rst:530 msgid "You should see a line similar to the following::" -msgstr "" +msgstr "Dovresti vedere una riga simile alla seguente::" #: ../../docs/user/wallets/dashcore/advanced.rst:534 msgid "Your onion service is now available at the shown address." -msgstr "" +msgstr "Il tuo servizio Onion è ora disponibile all'indirizzo indicato." #: ../../docs/user/wallets/dashcore/advanced.rst:538 msgid "Multiple wallets" -msgstr "" +msgstr "Wallet multipli" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" +"Dalla versione 18.0.0, Dash Core ha incluso la possibilità di lavorare con " +"più wallet dal menu **File** oltre alle opzioni precedentemente disponibili." #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" +"Le RPC relative al portafoglio richiedono l'utilizzo dell'opzione " +"``-rpcwallet`` quando viene caricato più di un file del wallet. Questo per " +"garantire che il comando RPC venga eseguito utilizzando il wallet corretto. " +"Consulta la :ref:`Documentazione principale per gli sviluppatori ` per ulteriori informazioni." #: ../../docs/user/wallets/dashcore/advanced.rst:550 msgid "Open a wallet" -msgstr "" +msgstr "Apri un wallet" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" +"Per aprire un wallet, fai clic su **File -> Apri wallet** e quindi fai clic " +"sul nome del file del wallet." #: ../../docs/user/wallets/dashcore/advanced.rst:558 msgid "Open wallet" -msgstr "" +msgstr "Wallet aperto" #: ../../docs/user/wallets/dashcore/advanced.rst:561 msgid "Select the active wallet" -msgstr "" +msgstr "Seleziona il wallet attivo" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" +"Quando sono aperti più wallet, viene visualizzata una casella di selezione " +"del wallet a sinistra del logo Dash sulla barra delle schede. Fai clic sulla" +" casella a discesa e seleziona un wallet per impostarlo come wallet attivo." #: ../../docs/user/wallets/dashcore/advanced.rst:570 msgid "Wallet selection dropdown box" -msgstr "" +msgstr "Casella a discesa per la selezione del wallet" #: ../../docs/user/wallets/dashcore/advanced.rst:573 msgid "Close a wallet" -msgstr "" +msgstr "Chiudi un wallet" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" +"Per chiudere un wallet, impostalo come wallet attivo utilizzando la casella " +"a discesa di selezione del wallet. Successivamente, fai clic su **File -> " +"Chiudi wallet** e poi su **Sì** nella schermata di conferma Chiudi wallet." #: ../../docs/user/wallets/dashcore/advanced.rst:582 msgid "Close wallet confirmation" -msgstr "" +msgstr "Conferma chiusura wallet" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" +"Se l'unico wallet aperto è chiuso, gli elementi relativi al portafoglio " +"nella barra delle schede verranno disabilitati." #: ../../docs/user/wallets/dashcore/advanced.rst:590 msgid "Alternative methods" -msgstr "" +msgstr "Metodi alternativi" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" +"È anche possibile selezionare tra diversi wallet Dash all'avvio di Dash Core" +" specificando l'argomento ``wallet``, o anche eseguire più istanze di Dash " +"Core contemporaneamente specificando directory di dati separate utilizzando " +"l'argomento ``datadir``." #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." -msgstr "" +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." +msgstr "" +"Per iniziare, installa il wallet Dash Core per il tuo sistema seguendo le " +":ref:`istruzioni di installazione `. Quando arrivi al" +" passaggio **Esecuzione di Dash Core per la prima volta**, puoi decidere se " +"desideri mantenere file ``wallet.dat`` separati nella posizione predefinita " +"(più semplice se non hai bisogno di eseguire i portafogli " +"contemporaneamente) o specificare directory di dati completamente separate " +"come ad es. ``C:\\Dash1`` (più semplice se vuoi eseguire i wallet " +"contemporaneamente)." #: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" -msgstr "" +msgstr "File wallet.dat separati" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" +"Per questo scenario, creeremo due collegamenti sul desktop, ciascuno " +"utilizzando un file wallet diverso. Passare al file binario utilizzato per " +"avviare Dash Core (in genere situato in ``C:\\Program Files\\DashCore\\dash-" +"qt.exe`` o simile) e creare due collegamenti sul desktop. Quindi apri la " +"finestra **Proprietà** per ciascuna di queste scorciatoie." #: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" -msgstr "" +msgstr "Creazione di collegamenti sul desktop utilizzando Windows 10" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" -msgstr "" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" +msgstr "" +"Modifica la proprietà **Target** di ogni collegamento in modo che punti a un" +" diverso file del wallet specificando l'argomento ``wallet`` all'avvio del " +"wallet. Se non specifichi un argomento ``wallet``, per impostazione " +"predefinita verrà utilizzato ``wallet.dat``. Il file del wallet specificato " +"verrà creato se non esiste. L'esempio seguente mostra due wallet denominati " +"``workwallet.dat`` e ``homewallet.dat``:" #: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" "Wallet Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=workwallet.dat``" msgstr "" +"Destinazione portafoglio 1: ``\"C:\\Programmi\\DashCore\\dash-qt.exe\" " +"-wallet=workwallet.dat``" #: ../../docs/user/wallets/dashcore/advanced.rst:629 msgid "" "Wallet Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-wallet=homewallet.dat``" msgstr "" +"Portafoglio destinazione 2: ``\"C:\\Programmi\\DashCore\\dash-qt.exe\" " +"-wallet=homewallet.dat``" #: ../../docs/user/wallets/dashcore/advanced.rst:634 msgid "Specifying separate wallet files" -msgstr "" +msgstr "Specificando file di wallet separati" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" +"Ora puoi utilizzare le due icone per aprire rapidamente e facilmente diversi" +" wallet dal tuo desktop. Tieni presente che non puoi aprire entrambi i " +"wallet contemporaneamente. Per fare ciò, avrai bisogno di due directory dati" +" separate, come descritto di seguito." #: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" -msgstr "" +msgstr "Directory di dati separate" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" -msgstr "" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" +msgstr "" +"Avvia Dash Core e consenti la sincronizzazione con la rete, quindi chiudi " +"nuovamente Dash Core. Ora puoi creare due directory ad es. ``C:\\Dash1`` e " +"``C:\\Dash2`` e copiare le directory ``blocks`` e ``chainstate`` dalla " +"directory dei dati sincronizzati nelle nuove directory. Ognuno di questi " +"fungerà da directory dati separata, consentendoti di eseguire due istanze di" +" Dash Core contemporaneamente. Crea due (o più) scorciatoie sul desktop come" +" descritto sopra, quindi specifica gli argomenti per ``datadir`` come " +"mostrato di seguito:" #: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" "Datadir Target 1: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash1 -listen=0``" msgstr "" +"Destinazione datadir 1: ``\"C:\\Programmi\\DashCore\\dash-qt.exe\" " +"-datadir=C:\\Dash1 -listen=0``" #: ../../docs/user/wallets/dashcore/advanced.rst:655 msgid "" "Datadir Target 2: ``\"C:\\Program Files\\DashCore\\dash-qt.exe\" " "-datadir=C:\\Dash2 -listen=0``" msgstr "" +"Datadir Target 2: ``\"C:\\Programmi\\DashCore\\dash-qt.exe\" " +"-datadir=C:\\Dash2 -listen=0``" #: ../../docs/user/wallets/dashcore/advanced.rst:660 msgid "Specifying separate datadirs" -msgstr "" +msgstr "Specifica di directory dati separate" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." -msgstr "" +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." +msgstr "" +"Ora puoi utilizzare le due icone per aprire rapidamente e facilmente diversi" +" wallet contemporaneamente dal tuo desktop. Entrambi i wallet mantengono " +"copie separate e complete della blockchain, che potrebbero utilizzare molto " +"spazio su disco. Per un utilizzo più efficiente dello spazio su disco, " +"considera l'utilizzo di un SPV o di un wallet \"leggero\" come :ref:`Dash " +"Electrum ` per mantenere più wallet separati senza " +"conservare una copia completa della blockchain." #: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" -msgstr "" +msgstr "Due istanze di Dash Core in esecuzione contemporaneamente" #: ../../docs/user/wallets/dashcore/advanced.rst:675 msgid "KeePass" -msgstr "" +msgstr "KeePass" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - +"Il supporto KeePass è stato rimosso in Dash Core 18.0.0. I dettagli possono " +"ancora essere trovati nelle `versioni precedenti di questa documentazione " +"`_." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 309237b1b..1f8caddfd 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,37 +1,42 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" +"Come eseguire il backup e il ripristino in sicurezza del wallet Dash Core" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" -msgstr "" +msgstr "dash, core, wallet, backup, ripristino, wallet.dat" #: ../../docs/user/wallets/dashcore/backup.rst:9 msgid "Wallet backup and restore" -msgstr "" +msgstr "Backup e ripristino del wallet" #: ../../docs/user/wallets/dashcore/backup.rst:12 msgid "Backup" -msgstr "" +msgstr "Backup" #: ../../docs/user/wallets/dashcore/backup.rst:14 msgid "" @@ -46,6 +51,18 @@ msgid "" "stored in a safe place. **If you lose access to your wallet file, you will " "permanently lose access to your Dash.**" msgstr "" +"Questa documentazione descrive come eseguire il backup sicuro del file del " +"tuo wallet per un'archiviazione sicura nel caso in cui il tuo computer o " +"laptop venga danneggiato o smarrito. Dash Core memorizza tutti i dati " +"necessari per controllare i tuoi indirizzi Dash in un unico file chiamato " +"*wallet.dat*. Questo wallet è nel formato Berkeley DB e memorizza le coppie " +"di chiavi crittografiche private/pubbliche utilizzate per gestire i tuoi " +"saldi sulla blockchain Dash. Dash Core rende trasparenti la maggior parte di" +" queste operazioni e genera persino backup automatici del file del tuo " +"wallet nel caso in cui sia danneggiato, ma l'utente è responsabile di " +"garantire che questi backup siano archiviati in un luogo sicuro. **Se perdi " +"l'accesso al file del tuo wallet, perderai definitivamente l'accesso al tuo " +"Dash.**" #: ../../docs/user/wallets/dashcore/backup.rst:26 msgid "" @@ -56,10 +73,16 @@ msgid "" " place as the wallet.dat file, particularly if you are saving the backup to " "the cloud." msgstr "" +"È importante considerare che se non hai crittografato il tuo wallet " +"utilizzando la voce di menu **Impostazioni > Crittografa wallet**, chiunque " +"abbia accesso al file wallet.dat di cui è stato eseguito il backup avrà " +"immediatamente pieno accesso al tuo Dash. Se scegli di crittografare il tuo " +"wallet, non archiviare la password nello stesso posto del file wallet.dat, " +"in particolare se stai salvando il backup sul cloud." #: ../../docs/user/wallets/dashcore/backup.rst:34 msgid "Backup from Dash Core" -msgstr "" +msgstr "Backup da Dash Core" #: ../../docs/user/wallets/dashcore/backup.rst:36 msgid "" @@ -70,14 +93,21 @@ msgid "" " example below shows saving the file to a USB stick. Keep this file in a " "physically separate location to your computer." msgstr "" +"Innanzitutto, non copiare mai il file wallet.dat mentre Dash Core è aperto. " +"Utilizza sempre il menu **File > Backup Wallet** se il wallet è aperto. " +"Quando selezioni questa voce di menu, verrà visualizzata una finestra di " +"dialogo per specificare dove salvare il file. Inserisci un nome per il file," +" seleziona una posizione e fai clic su **Salva**. L'esempio seguente mostra " +"il salvataggio del file su una chiavetta USB. Conserva questo file in una " +"posizione fisicamente separata dal tuo computer." #: ../../docs/user/wallets/dashcore/backup.rst:50 msgid "Backing up the Dash Core wallet from the File menu" -msgstr "" +msgstr "Backup del wallet Dash Core dal menu File" #: ../../docs/user/wallets/dashcore/backup.rst:54 msgid "Backup by copying wallet.dat" -msgstr "" +msgstr "Backup copiando wallet.dat" #: ../../docs/user/wallets/dashcore/backup.rst:56 msgid "" @@ -87,20 +117,28 @@ msgid "" "location of this folder during installation, but by default the folder is in" " the following locations on different operating systems:" msgstr "" +"**Se Dash Core non è in esecuzione**, puoi anche eseguire il backup del tuo " +"wallet semplicemente copiando il file *wallet.dat* in un'altra posizione. " +"Questo file si trova nella cartella dati *DashCore*. Ti è stata data la " +"possibilità di specificare il percorso di questa cartella durante " +"l'installazione, ma per impostazione predefinita la cartella si trova nelle " +"seguenti posizioni su diversi sistemi operativi:" #: ../../docs/user/wallets/dashcore/backup.rst:62 msgid "**Windows**" -msgstr "" +msgstr "**Windows**" #: ../../docs/user/wallets/dashcore/backup.rst:68 msgid "" "You can access this folder directly by **Windows Key + R** and typing " "``%APPDATA%\\DashCore``" msgstr "" +"Puoi accedere a questa cartella direttamente premendo **Tasto Windows + R** " +"e digitando ``%APPDATA%\\DashCore``" #: ../../docs/user/wallets/dashcore/backup.rst:71 msgid "**Linux**" -msgstr "" +msgstr "**Linux**" #: ../../docs/user/wallets/dashcore/backup.rst:77 msgid "" @@ -108,10 +146,13 @@ msgid "" "terminal or ``~/.dashcore`` in the path bar using the **Go > Enter " "Location...** menu item in Files" msgstr "" +"Puoi accedere direttamente a questa cartella digitando ``cd ~/.dashcore`` " +"sul terminale o ``~/.dashcore`` nella barra del percorso utilizzando la voce" +" di menu **Vai > Inserisci posizione...** in File" #: ../../docs/user/wallets/dashcore/backup.rst:81 msgid "**macOS**" -msgstr "" +msgstr "**macOS**" #: ../../docs/user/wallets/dashcore/backup.rst:87 msgid "" @@ -120,6 +161,10 @@ msgid "" "Support/DashCore`` in dialog at the **Go > Go To Folder** menu item in " "Finder" msgstr "" +"Puoi accedere a questa cartella digitando ``cd ~/Library/Application " +"Support/DashCore`` nel terminale o ``~/Library/Application " +"Support/DashCore`` nella finestra di dialogo del menu **Vai > Vai alla " +"cartella** elemento nel Finder" #: ../../docs/user/wallets/dashcore/backup.rst:92 msgid "" @@ -131,14 +176,23 @@ msgid "" "select **Paste** in the target folder. Keep this file in a physically " "separate location to your computer. Be careful to copy (not move) the file!" msgstr "" +"Assicurati che Dash Core non sia in esecuzione, quindi copia semplicemente " +"il file *wallet.dat* da questa cartella a un'altra cartella nel modo normale" +" per il tuo sistema operativo. L'esempio seguente mostra la copia del file " +"su una chiavetta USB utilizzando il semplice trascinamento della selezione " +"tenendo premuto **Ctrl** su un sistema Windows. Sulla maggior parte dei " +"sistemi operativi, puoi anche fare clic con il pulsante destro del mouse sul" +" file e selezionare **Copia**, quindi selezionare **Incolla** nella cartella" +" di destinazione. Conserva questo file in una posizione fisicamente separata" +" dal tuo computer. Fai attenzione a copiare (non spostare) il file!" #: ../../docs/user/wallets/dashcore/backup.rst:104 msgid "Backing up wallet.dat by copying to another folder" -msgstr "" +msgstr "Backup di wallet.dat copiando in un'altra cartella" #: ../../docs/user/wallets/dashcore/backup.rst:108 msgid "Automatic backups" -msgstr "" +msgstr "Backup automatico" #: ../../docs/user/wallets/dashcore/backup.rst:110 msgid "" @@ -149,6 +203,14 @@ msgid "" "the ``-createwalletbackups=n`` parameter at the command line or in " "*dash.conf*. Setting this value to 0 completely disables backups." msgstr "" +"Ogni volta che apri Dash Core, verrà creata automaticamente una copia di " +"backup di *wallet.dat* nella cartella *dashcore/backups*. Per impostazione " +"predefinita è possibile conservare qui fino a 10 backup e il backup più " +"vecchio verrà eliminato man mano che viene creato ogni nuovo backup " +"aggiuntivo. Puoi modificare il numero di backup conservati qui utilizzando " +"il parametro ``-createwalletbackups=n`` sulla riga di comando o in " +"*dash.conf*. L'impostazione di questo valore su 0 disabilita completamente i" +" backup." #: ../../docs/user/wallets/dashcore/backup.rst:118 msgid "" @@ -160,10 +222,18 @@ msgid "" "original files in the DashCore folder become corrupted due to improper " "shutdown of the Dash Core app." msgstr "" +"Puoi visualizzare la cartella dei backup automatici accedendo alla cartella " +"*DashCore* nella posizione specificata sopra per *wallet.dat* e aprendo la " +"cartella dei backup oppure selezionando **File > Mostra backup automatici** " +"dal menu in Dash Core. Poiché questi file non sono attivi quando Dash Core è" +" in esecuzione, puoi copiarli in sicurezza in qualsiasi momento. " +"Costituiscono anche un pratico backup se i file originali nella cartella " +"DashCore vengono danneggiati a causa dell'arresto improprio dell'app Dash " +"Core." #: ../../docs/user/wallets/dashcore/backup.rst:127 msgid "Restore" -msgstr "" +msgstr "Ripristina" #: ../../docs/user/wallets/dashcore/backup.rst:129 msgid "" @@ -171,10 +241,14 @@ msgid "" "already installed) and rename the existing *wallet.dat* file in the " "*DashCore* folder." msgstr "" +"Per ripristinare un backup, installa Dash Core sul sistema di destinazione " +"(o interrompilo, se già installato) e rinomina il file *wallet.dat* " +"esistente nella cartella *DashCore*." #: ../../docs/user/wallets/dashcore/backup.rst:136 msgid "Renaming the old wallet.dat file to wallet.old in the DashCore folder" msgstr "" +"Rinominare il vecchio file wallet.dat in wallet.old nella cartella DashCore" #: ../../docs/user/wallets/dashcore/backup.rst:138 msgid "" @@ -183,16 +257,23 @@ msgid "" "new wallet. Do not replace *wallet.dat* while Dash Core is running, since " "this will result in data corruption!" msgstr "" +"Quindi copia il file del wallet di backup nella cartella *DashCore* e " +"assicurati che sia denominato *wallet.dat*. Ora, quando avvii nuovamente " +"Dash Core, caricherà il nuovo wallet. Non sostituire *wallet.dat* mentre " +"Dash Core è in esecuzione, poiché ciò comporterebbe il danneggiamento dei " +"dati!" #: ../../docs/user/wallets/dashcore/backup.rst:149 msgid "" "Copying the backup file into the DashCore folder and renaming it to " "wallet.dat" msgstr "" +"Copiando il file di backup nella cartella DashCore e rinominandolo in " +"wallet.dat" #: ../../docs/user/wallets/dashcore/backup.rst:154 msgid "Backup storage considerations" -msgstr "" +msgstr "Considerazioni sull'archiviazione di backup" #: ../../docs/user/wallets/dashcore/backup.rst:156 msgid "" @@ -202,6 +283,11 @@ msgid "" "backup file itself. In this case, this would be a copy of the version of " "Dash Core you used to create the backup." msgstr "" +"Qualsiasi backup dipende in una certa misura dall'esistenza di un software " +"in grado di leggere i dati in un momento futuro. Pertanto, è buona norma " +"archiviare una copia del software utilizzato per creare il backup insieme al" +" file di backup stesso. In questo caso, si tratterebbe di una copia della " +"versione di Dash Core utilizzata per creare il backup." #: ../../docs/user/wallets/dashcore/backup.rst:162 msgid "" @@ -222,6 +308,22 @@ msgid "" "containers, see `here `_." msgstr "" +"Il file *wallet.dat* stesso deve essere crittografato utilizzando una " +"password impostata dalla voce di menu **Impostazioni > Crittografa wallet**." +" Tuttavia, ciò impedisce solo a qualcuno con accesso al file di creare " +"transazioni, non di aprire il file. Puoi inoltre archiviare il file in un " +"altro contenitore crittografato, ad esempio una chiavetta USB utilizzando " +"`BitLocker `_ in Windows, `LUKS " +"`_" +" in Linux o `FileVault `_ su " +"macOS. È anche possibile creare `immagini disco " +"`_ o `file zip `_ con " +"crittografia della password: a te la scelta. Per ulteriori informazioni sui " +"contenitori crittografati, vedere `qui " +"`_." #: ../../docs/user/wallets/dashcore/backup.rst:174 msgid "" @@ -232,6 +334,12 @@ msgid "" " paper, in a password manager, etc.) and who may need access to the password" " in the future." msgstr "" +"La posizione in cui memorizzi questo file dipende da te. Potrebbe essere a " +"casa tua, in una cassetta di sicurezza presso una banca, in un contenitore " +"impermeabile o ignifugo o su un archivio cloud come Google Drive, Dropbox o " +"iCloud. Considera dove memorizzerai le password necessarie per ripristinare " +"l'accesso al wallet (nella tua testa, su carta, in un gestore di password, " +"ecc.) e chi potrebbe aver bisogno di accedere alla password in futuro." #: ../../docs/user/wallets/dashcore/backup.rst:181 msgid "" @@ -245,10 +353,20 @@ msgid "" "this, read more about paper wallets, where the private key can be printed " "directly or also encrypted using BIP38 for safe storage." msgstr "" +"Infine è importante capire che *wallet.dat* stesso è un modo relativamente " +"pericoloso per archiviare grandi quantità di fondi: è semplicemente un file " +"di database che memorizza chiavi private. Mentre la comodità di archiviare " +"direttamente un file di wallet va bene per i titoli più piccoli, è più " +"sicuro archiviare grandi quantità di Dash su un singolo indirizzo " +"predefinito in modo da garantire l'accesso tramite qualsiasi software che " +"supporti il protocollo, piuttosto che un indirizzo specifico. attuazione di " +"tale protocollo. Se sei interessato a questo, leggi di più sui paper wallet," +" dove la chiave privata può essere stampata direttamente o anche " +"crittografata utilizzando BIP38 per l'archiviazione sicura." #: ../../docs/user/wallets/dashcore/backup.rst:193 msgid "Verifying backups" -msgstr "" +msgstr "Verifica dei backup" #: ../../docs/user/wallets/dashcore/backup.rst:195 msgid "" @@ -262,3 +380,13 @@ msgid "" " reverse your backup process to get access to your Dash, instead of relying " "on the fact that this process should theoretically be reversible." msgstr "" +"Non esiste una procedura fissa per verificare il backup, ma dovresti provare" +" a ripristinarlo almeno una volta per assicurarti che funzioni. Se disponi " +"di una semplice copia del file, prova a ripristinarlo nella cartella " +"corrente *DashCore* e avvia Dash Core per assicurarti che si apra senza " +"errori. Se hai deciso di archiviare il file in un file zip crittografato, " +"assicurati di poterlo decomprimere e che si apra correttamente in Dash Core." +" In breve, assicurati che tu (o la persona di cui ti fidi che eventualmente " +"esegua questo processo per te) possiate effettivamente invertire il processo" +" di backup per ottenere l'accesso al tuo Dash, invece di fare affidamento " +"sul fatto che questo processo dovrebbe teoricamente essere reversibile." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 5143562f8..792c90490 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,215 +1,194 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" -msgstr "" +msgstr "Argomenti di avvio del wallet Dash Core e riferimento ai comandi RPC" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" -msgstr "" +msgstr "dash, core, wallet, argomenti, comandi, RPC" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:9 msgid "Arguments and commands" -msgstr "" +msgstr "Argomenti e comandi" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." -msgstr "" +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." +msgstr "" +"Tutte le opzioni della riga di comando (eccetto ``-datadir`` e ``-conf``) " +"possono essere specificate in un file di configurazione, e tutte le opzioni " +"del file di configurazione possono anche essere specificate sulla riga di " +"comando. Le opzioni della riga di comando sovrascrivono i valori impostati " +"nel file di configurazione. Il file di configurazione è un elenco di coppie " +"``setting=value``, una per riga, con commenti opzionali che iniziano con il " +"carattere ``#``." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." -msgstr "" +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." +msgstr "" +"Il file di configurazione non viene creato automaticamente; puoi crearlo " +"utilizzando il tuo editor di testo semplice preferito. Per impostazione " +"predefinita, dash-qt (o dashd) cercherà un file denominato ``dash.conf`` " +"nella directory dei dati dash, ma sia la directory dei dati che il percorso " +"del file di configurazione possono essere modificati utilizzando i comandi " +"-datadir e -conf -argomenti di riga." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 msgid "Platform" -msgstr "Piattaforma" +msgstr "Platform" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 msgid "Path to data folder" -msgstr "" +msgstr "Percorso della cartella dati" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 msgid "Typical path to configuration file" -msgstr "" +msgstr "Percorso tipico del file di configurazione" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:27 msgid "Linux" -msgstr "" +msgstr "Linux" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:27 msgid "~/" -msgstr "" +msgstr "~/" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:27 msgid "/home/username/.dashcore/dash.conf" -msgstr "" +msgstr "/home/username/.dashcore/dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:29 msgid "macOS" -msgstr "" +msgstr "macOS" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:29 msgid "~/Library/Application Support/" -msgstr "" +msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:29 msgid "/Users/username/Library/Application Support/DashCore/dash.conf" -msgstr "" +msgstr "/Users/username/Library/Application Support/DashCore/dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 msgid "Windows" -msgstr "" +msgstr "Windows" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 msgid "%APPDATA%" -msgstr "" +msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" -msgstr "" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgstr "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 msgid "" "(2000-XP) C:\\\\Documents and Settings\\\\username\\\\Application " "Data\\\\DashCore\\\\dash.conf" msgstr "" +"(2000-XP) C:\\\\Documents and Settings\\\\username\\\\Application " +"Data\\\\DashCore\\\\dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" +"Nota: se si esegue Dash in modalità testnet, la sottocartella \"testnet3\" " +"verrà aggiunta automaticamente alla directory dei dati." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 msgid "Command line arguments" -msgstr "" +msgstr "Argomenti della riga di comando" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" +"Informazioni dettagliate su tutti gli argomenti della riga di comando sono " +"disponibili nei seguenti collegamenti al :ref:`sito della documentazione per" +" sviluppatori di Dash Core `:" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 msgid ":ref:`dashd `" -msgstr "" +msgstr ":ref:`dashd `" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:46 msgid ":ref:`dash-qt `" -msgstr "" +msgstr ":ref:`dash-qt `" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:47 msgid ":ref:`dash-cli `" -msgstr "" +msgstr ":ref:`dash-cli `" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:48 msgid ":ref:`dash-tx `" -msgstr "" +msgstr ":ref:`dash-tx `" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:52 msgid "RPC commands" -msgstr "" +msgstr "Comandi RPC" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" +"Le RPC relative al portafoglio richiedono l'utilizzo dell'opzione " +"``-rpcwallet`` quando viene caricato più di un file del wallet. Questo per " +"garantire che il comando RPC venga eseguito utilizzando il wallet corretto. " +"Consulta la :ref:`Documentazione principale per gli sviluppatori ` per ulteriori informazioni." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" +"La documentazione dettagliata per tutti i comandi RPC disponibili è " +"accessibile tramite la :ref:`pagina RPC della documentazione per " +"sviluppatori di Dash Core `. Per la " +"documentazione completa di argomenti, risultati ed esempi, digitare ``help (" +" \"comando\")`` per visualizzare tutti i dettagli sulla console. Puoi " +"inserire comandi da **Strumenti > Console** nel wallet QT o utilizzando " +"*dash-cli* per wallet headless e *dashd*." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 35f57e746..e03623939 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,52 +1,56 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # William Lotta , 2022 # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: AL , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" -msgstr "" +msgstr "Utilizzo di InstantSend e CoinJoin con Dash" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" -msgstr "" +msgstr "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:9 msgid "CoinJoin and InstantSend" -msgstr "" +msgstr "CoinJoin e InstantSend" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:12 msgid "CoinJoin" -msgstr "" +msgstr "CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:14 msgid "" "This documentation describes how to use the CoinJoin feature to create " "CoinJoin transactions with your Dash for consumer grade privacy." msgstr "" +"Questa documentazione descrive come utilizzare la funzione CoinJoin per " +"creare transazioni CoinJoin con il tuo Dash per la privacy di livello " +"consumer." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:18 msgid "Background" -msgstr "" +msgstr "Background" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:20 msgid "" @@ -56,6 +60,12 @@ msgid "" "allows any amount of Dash to be processed. CoinJoin is also available in the" " :ref:`Dash Electrum ` wallet." msgstr "" +"CoinJoin è un metodo trustless (cioè non custodito) per eseguire una " +"sequenza di transazioni in modo tale che un osservatore abbia difficoltà a " +"tracciare la cronologia delle transazioni. L'attuale implementazione di " +"CoinJoin nel wallet Dash Core consente di elaborare qualsiasi quantità di " +"Dash. CoinJoin è disponibile anche nel wallet :ref:`Dash Electrum `." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:28 msgid "" @@ -65,22 +75,32 @@ msgid "" "of rounds of CoinJoin is set to four, and some inputs may pass through " "additional rounds to further improve privacy." msgstr "" +"La conoscenza del numero esatto di round di CoinJoin ha un effetto " +"quantificabile sulla fiducia che un avversario può avere quando tenta di " +"indovinare la cronologia delle transazioni. Per questo motivo, il numero di " +"round consigliato (e predefinito) di CoinJoin è impostato su quattro e " +"alcuni input potrebbero passare attraverso round aggiuntivi per migliorare " +"ulteriormente la privacy." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:35 msgid "" "You can read more about CoinJoin theory and processes :ref:`here " "`." msgstr "" +"Puoi leggere ulteriori informazioni sulla teoria e sui processi di CoinJoin " +":ref:`qui `." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:39 msgid "Configuration" -msgstr "" +msgstr "Configurazione" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:41 msgid "" "Open your Dash Core wallet, go to **Settings** and select **Options**. Go to" " the **CoinJoin** tab." msgstr "" +"Apri il tuo wallet Dash Core, vai su **Impostazioni** e seleziona " +"**Opzioni**. Vai alla scheda **CoinJoin**." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:47 msgid "" @@ -90,12 +110,20 @@ msgid "" "the chance of detection via node collusion. 16 is the highest number of " "rounds currently available." msgstr "" +"Accanto a **Cicli di miscelazione**, inserisci un valore compreso tra 2-16. " +"Ogni round di CoinJoin esegue una transazione CoinJoin, nota come " +"denominazione. Un numero maggiore di round aumenta il livello generale di " +"privacy riducendo al contempo la possibilità di rilevamento tramite " +"collusione dei nodi. 16 è il numero più alto di round attualmente " +"disponibili." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:53 msgid "" "NOTE: To prevent system abuse, an average of one in ten rounds incurs a fee " "of .0001 DASH." msgstr "" +"NOTA: per prevenire abusi del sistema, in media un round su dieci comporta " +"una commissione di 0,0001 DASH." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:56 msgid "" @@ -104,10 +132,14 @@ msgid "" "your wallet balance, you may end up with denominated inputs whose sum total " "is slightly greater than the target amount." msgstr "" +"Inserisci un **Saldo target**. Questo valore fornisce un limite inferiore " +"all'importo finale dei fondi da elaborare. A seconda di come il cliente " +"divide il saldo del tuo wallet, potresti ritrovarti con input denominati la " +"cui somma totale è leggermente superiore all'importo target." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:62 msgid "Click **OK** to save settings." -msgstr "" +msgstr "Fare clic su **OK** per salvare le impostazioni." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:64 msgid "" @@ -116,10 +148,14 @@ msgid "" "settings and click **Start CoinJoin** on the **Overview** tab of your " "wallet." msgstr "" +"CoinJoin è disabilitato per impostazione predefinita quando apri il wallet. " +"Si avvierà solo dopo aver impostato il numero di round e il numero di Dash " +"da elaborare nelle impostazioni e aver fatto clic su **Avvia CoinJoin** " +"nella scheda **Panoramica** del tuo wallet." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:71 msgid "Starting CoinJoin" -msgstr "" +msgstr "Avvia CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:73 msgid "" @@ -127,22 +163,30 @@ msgid "" "on the **Overview** tab of the Dash Core wallet. CoinJoin is possible once " "the following conditions have been met:" msgstr "" +"Il processo CoinJoin viene avviato facendo clic sul pulsante **Avvia " +"CoinJoin** nella scheda **Panoramica** del wallet Dash Core. CoinJoin è " +"possibile una volta soddisfatte le seguenti condizioni:" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:77 msgid "" "The wallet contains sufficient non-denominated funds to create the minimum " "required denominated values." msgstr "" +"Il wallet contiene fondi non denominati sufficienti per creare i valori " +"denominati minimi richiesti." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:79 msgid "The user has not disabled CoinJoin in the Options dialog." msgstr "" +"L'utente non ha disabilitato CoinJoin nella finestra di dialogo Opzioni." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:80 msgid "" "The target value for processed funds in the Options dialog is greater than " "zero." msgstr "" +"Il valore target per i fondi elaborati nella finestra di dialogo Opzioni è " +"maggiore di zero." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:83 msgid "" @@ -150,10 +194,14 @@ msgid "" " your wallet passphrase. Enable the **Only for mixing via CoinJoin** " "checkbox to unlock the wallet for CoinJoin only." msgstr "" +"Se il tuo wallet è crittografato (altamente raccomandato), ti verrà chiesto " +"di inserire la passphrase del tuo wallet. Abilita la casella di controllo " +"**Solo per il mixaggio tramite CoinJoin** per sbloccare il wallet solo per " +"CoinJoin." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:90 msgid "Entering a password for CoinJoin processing only" -msgstr "" +msgstr "Immissione di una password solo per l'elaborazione CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:92 msgid "" @@ -161,12 +209,17 @@ msgid "" "wallet will remain unlocked until CoinJoin processing is complete, at which " "point it will be locked automatically." msgstr "" +"Questo sbloccherà il tuo wallet e inizierà il processo CoinJoin. Il wallet " +"rimarrà sbloccato fino al completamento dell'elaborazione CoinJoin, a quel " +"punto verrà bloccato automaticamente." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:99 msgid "" "CoinJoin interface after clicking the **Start CoinJoin** button. Note the " "**Status** is **Enabled**." msgstr "" +"Interfaccia CoinJoin dopo aver fatto clic sul pulsante **Avvia CoinJoin**. " +"Tieni presente che lo **Stato** è **Abilitato**." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:102 msgid "" @@ -174,6 +227,10 @@ msgid "" "gradually increase. This process can take some time, so be patient. You can " "monitor the process in more detail as described in the following section." msgstr "" +"CoinJoin inizierà a creare transazioni e il tuo saldo CoinJoin aumenterà " +"gradualmente. Questo processo può richiedere del tempo, quindi sii paziente." +" È possibile monitorare il processo in modo più dettagliato come descritto " +"nella sezione seguente." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:107 msgid "" @@ -181,27 +238,33 @@ msgid "" "transactions are atomic (they either take place completely, or do not take " "place at all), it is possible to safely interrupt CoinJoin at any time." msgstr "" +"Una qualsiasi delle seguenti azioni interromperà il processo. Poiché le " +"transazioni sono atomiche (avvengono completamente o non avvengono affatto)," +" è possibile interrompere in sicurezza CoinJoin in qualsiasi momento." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:112 msgid "Clicking the **Stop CoinJoin** button on the Overview tab" msgstr "" +"Facendo clic sul pulsante **Interrompi CoinJoin** nella scheda Panoramica" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:113 msgid "Closing the client before CoinJoin is completed" -msgstr "" +msgstr "Chiusura del client prima del completamento di CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:114 msgid "" "Sending CoinJoin funds from the wallet before CoinJoin rounds are completed" msgstr "" +"Invio di fondi CoinJoin dal wallet prima del completamento dei round " +"CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:116 msgid "Disabling CoinJoin before the process is complete" -msgstr "" +msgstr "Disabilitare CoinJoin prima che il processo sia completato" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:119 msgid "Monitoring CoinJoin" -msgstr "" +msgstr "Monitoraggio CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:121 msgid "" @@ -211,10 +274,16 @@ msgid "" "This will allow you to monitor progress and see which individual operations " "CoinJoin is carrying out in the background." msgstr "" +"Se desideri monitorare CoinJoin in modo più dettagliato, devi abilitare " +"alcune funzionalità avanzate del wallet. Vai su **Impostazioni**, seleziona " +"**Opzioni** e vai alla scheda **Wallet**. Seleziona la casella di controllo " +"**Abilita interfaccia avanzata**. Ciò ti consentirà di monitorare i " +"progressi e vedere quali singole operazioni CoinJoin sta eseguendo in " +"background." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:131 msgid "Monitoring CoinJoin progress" -msgstr "" +msgstr "Monitoraggio dei progressi del CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:133 msgid "" @@ -229,80 +298,108 @@ msgid "" " check the status bar for the \"HD\" icon to determine if you are using an " "HD wallet or not." msgstr "" +"Poiché CoinJoin crea molte nuove chiavi di indirizzo per inviare e ricevere " +"i tagli, potresti ricevere un avviso quando il numero di chiavi rimanenti " +"sta per esaurirsi. Non c'è nulla di cui preoccuparsi, poiché il wallet " +"creerà semplicemente più chiavi se necessario. Tuttavia, per i wallet non HD" +" queste chiavi non esisteranno in nessun backup precedente del tuo wallet. " +"Per questo motivo, è importante eseguire nuovamente il backup del wallet una" +" volta completato il processo se si utilizza un wallet non HD. Quando si " +"utilizza un wallet HD, tutte le chiavi verranno derivate dal mnemonico del " +"wallet, quindi non sono necessari backup aggiuntivi durante CoinJoin. Puoi " +"controllare la barra di stato per l'icona \"HD\" per determinare se stai " +"utilizzando un wallet HD o meno." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:142 msgid "" "You can also monitor CoinJoin progress by viewing the transactions created " "by the process on the **Transactions** tab." msgstr "" +"Puoi anche monitorare l'avanzamento di CoinJoin visualizzando le transazioni" +" create dal processo nella scheda **Transazioni**." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:148 msgid "Transactions created by CoinJoin on the Transactions tab" -msgstr "" +msgstr "Transazioni create da CoinJoin nella scheda Transazioni" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:150 msgid "" "The following table describes the CoinJoin-related transactions displayed in" " the Type column of the **Transactions** tab:" msgstr "" +"La tabella seguente descrive le transazioni relative a CoinJoin visualizzate" +" nella colonna Tipo della scheda **Transazioni**:" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:154 msgid "Transaction Type" -msgstr "" +msgstr "Tipo di transazione" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:154 msgid "Transaction Description" -msgstr "" +msgstr "Descrizione delle Transazioni" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:156 msgid "CoinJoin Make Collateral Inputs" -msgstr "" +msgstr "CoinJoin Effettua input collaterali" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:156 msgid "" "Wallet funds were moved to collateral inputs that will be used to make " "collateral payments. This is done to minimize traceability of collaterals." msgstr "" +"I fondi del wallet sono stati spostati in input collaterali che verranno " +"utilizzati per effettuare pagamenti collaterali. Questo viene fatto per " +"ridurre al minimo la tracciabilità delle garanzie." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:161 msgid "CoinJoin Create Denominations" -msgstr "" +msgstr "CoinJoin Crea Denominazioni" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:161 msgid "" "Wallet funds were broken into CoinJoin denominations (Step 1 :ref:`here " "`)" msgstr "" +"I fondi del portafoglio sono stati suddivisi in denominazioni CoinJoin " +"(Passaggio 1:ref:`qui `)" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:165 msgid "CoinJoin Mixing" -msgstr "" +msgstr "CoinJoin Mixing" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:165 msgid "" "A transaction was sent to a masternode in order to participate in a CoinJoin" " session (Step 3 :ref:`here `)" msgstr "" +"Una transazione è stata inviata a un masternode per partecipare a una " +"sessione CoinJoin (Step 3 :ref:`here `)" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:169 msgid "CoinJoin Collateral Payment" -msgstr "" +msgstr "Pagamento collaterale CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:169 msgid "" "The CoinJoin session collateral was claimed. This fee is charged in ~10% of " "sessions to prevent spam attacks." msgstr "" +"È stata rivendicata la garanzia della sessione CoinJoin. Questa tariffa " +"viene addebitata in circa il 10% delle sessioni per prevenire attacchi di " +"spam." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:173 msgid "CoinJoin Send" -msgstr "" +msgstr "CoinJoin Invia" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:173 msgid "" "Denominated funds were used to send a payment to someone. Note: Unlike the " "previous 4 transaction types, this is not a CoinJoin transaction." msgstr "" +"I fondi denominati venivano utilizzati per inviare un pagamento a qualcuno. " +"Nota: a differenza dei 4 tipi di transazione precedenti, questa non è una " +"transazione CoinJoin." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:179 msgid "" @@ -317,16 +414,29 @@ msgid "" "minimum balance for an input used in a CoinJoin transaction is 0.00100010 " "DASH." msgstr "" +"Puoi anche utilizzare la funzione di controllo delle monete per visualizzare" +" quali indirizzi contengono denominazioni pronte per essere utilizzate per " +"le transazioni CoinJoin. Vai alla scheda **Invia** del tuo wallet e fai clic" +" su **Ingressi** per visualizzare i possibili indirizzi di input per le tue " +"transazioni. Puoi vedere come ciascun indirizzo contiene determinate " +"denominazioni di Dash e quanti round sono stati completati. Questo per " +"garantire che una combinazione efficiente di indirizzi possa essere " +"utilizzata come input nelle transazioni CoinJoin senza troppe modifiche, " +"poiché un importo in una transazione CoinJoin deve essere arrotondato per " +"spendere completamente tutti gli input. Il saldo minimo attuale per un input" +" utilizzato in una transazione CoinJoin è 0,00100010 DASH." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:193 msgid "" "Coin Selection dialog showing addresses holding CoinJoin balances in " "different denominations" msgstr "" +"Finestra di dialogo Selezione monete che mostra gli indirizzi che detengono " +"saldi CoinJoin in diversi tagli" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:197 msgid "Paying with CoinJoin" -msgstr "" +msgstr "Pagare con CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:199 msgid "" @@ -340,6 +450,16 @@ msgid "" " send, a CoinJoin transaction will usually take up more space (in kilobytes)" " on the blockchain, and therefore will be charged a slightly higher fee." msgstr "" +"Puoi utilizzare CoinJoin per i pagamenti solo dopo aver elaborato abbastanza" +" Dash per recuperare l'importo che stai tentando di inviare. Poiché il " +"processo richiede tempo, è necessario eseguirlo in anticipo prima di creare " +"la transazione di invio. Una transazione CoinJoin è effettivamente uguale a " +"qualsiasi altra transazione sulla blockchain, ma attinge solo da indirizzi " +"di input in cui la denominazione è stata precedentemente elaborata per " +"garantire la privacy dei fondi. Poiché di solito sono necessari diversi " +"indirizzi di input per comporre l'importo che stai tentando di inviare, una " +"transazione CoinJoin di solito occuperà più spazio (in kilobyte) sulla " +"blockchain e pertanto verrà addebitata una commissione leggermente più alta." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:210 msgid "" @@ -352,16 +472,28 @@ msgid "" "0.001 DASH). You will be prompted to enter your password and receive a " "detailed breakdown of the fee structure for CoinJoin before sending." msgstr "" +"Per inviare un pagamento utilizzando CoinJoin, vai alla scheda **CoinJoin** " +"del wallet Dash Core. Il saldo visualizzato è il tuo saldo CoinJoin anziché " +"il saldo totale come mostrato nella scheda **Invia**. Puoi quindi inserire " +"l'indirizzo **Paga a**, **Etichetta**, **Importo** e fare clic su **Invia " +"fondi misti**. Il tuo pagamento verrà arrotondato per eccesso fino a " +"spendere completamente la denominazione più bassa possibile del saldo " +"denominato disponibile (attualmente allo 0,001 DASH più vicino). Ti verrà " +"richiesto di inserire la tua password e ricevere una ripartizione " +"dettagliata della struttura delle commissioni per CoinJoin prima dell'invio." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:223 msgid "" "Dash Core ready to send a CoinJoin transaction. Note use of the CoinJoin tab" " and the amount to be sent is less than the available CoinJoin balance" msgstr "" +"Dash Core pronto per inviare una transazione CoinJoin. Tieni presente che " +"l'utilizzo della scheda CoinJoin e l'importo da inviare sono inferiori al " +"saldo CoinJoin disponibile" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:228 msgid "Inputs" -msgstr "" +msgstr "Input" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:230 msgid "" @@ -369,6 +501,10 @@ msgid "" "of inputs and one or more outputs. CoinJoin transactions do not use change " "addresses, so any remaining Dash will be spent on the transaction fee." msgstr "" +"Come tutte le transazioni Dash, le transazioni CoinJoin sono composte da un " +"numero di input e uno o più output. Le transazioni CoinJoin non utilizzano " +"indirizzi di modifica, quindi l'eventuale Dash rimanente verrà speso per la " +"commissione di transazione." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:235 msgid "" @@ -383,6 +519,17 @@ msgid "" " transaction risk scoring services for transactions on the Dash blockchain, " "including CoinJoin transactions." msgstr "" +"A causa della natura probabilistica del processo CoinJoin, aumentare il " +"numero di input in una transazione può ridurre marginalmente la privacy. Per" +" questo motivo, l’utilizzo di CoinJoin non è consigliato agli utenti che " +"richiedono un elevato livello di privacy. Sebbene non sia possibile " +"collegare una transazione CoinJoin a un unico indirizzo di origine con " +"assoluta certezza, l'utilizzo di più input può rendere una transazione più " +"vulnerabile a diversi potenziali attacchi di collegamento. Esistono numerose" +" `società di analisi della catena `__ " +"che possiedono strumenti in grado di fornire servizi di valutazione del " +"rischio di transazione per le transazioni sulla blockchain di Dash, comprese" +" le transazioni CoinJoin." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:246 msgid "" @@ -393,6 +540,13 @@ msgid "" "` function in the CoinJoin tab to view and select or deselect " "CoinJoin UTXOs currently available for use as transaction inputs." msgstr "" +"Puoi ridurre il numero di input in una transazione CoinJoin definendo " +"l'importo della transazione in modo tale da consumare i tagli di input " +"disponibili in modo più efficiente o elaborando più Dash per garantire che " +"siano disponibili input sufficienti denominati in modo appropriato. Utilizza" +" la funzione :ref:`Coin Control ` nella scheda CoinJoin per visualizzare e " +"selezionare o deselezionare gli UTXO CoinJoin attualmente disponibili per " +"l'uso come input di transazione." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:256 msgid "InstantSend" @@ -416,16 +570,29 @@ msgid "" "network for the transaction lock in order to be able to receive funds and " "process transactions with immediate settlement." msgstr "" +"Questa documentazione descrive come utilizzare InstantSend per inviare " +"istantaneamente fondi a qualsiasi altro utente Dash in tutto il mondo. Dal " +"rilascio di InstantSend basato sui quorum Masternode di lunga durata (`LLMQ-" +"IS `__) in Dash " +"0.14, la rete Dash stessa tenterà di generare un blocco InstantSend per " +"quasi ogni transazione elaborata dalla rete, secondo :ref:`queste regole " +"`. A differenza della precedente implementazione di " +"InstantSend, che richiedeva una tariffa più elevata, LLMQ-IS blocca le " +"transazioni senza alcuna azione da parte dell'utente. Per questo motivo solo" +" il destinatario deve monitorare la rete per il blocco delle transazioni per" +" poter ricevere fondi ed elaborare transazioni con regolamento immediato." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:273 msgid "" "Dash InstantSend is supported by many wallets and vendors, including (but " "not limited to) the following:" msgstr "" +"Dash InstantSend è supportato da molti wallet e fornitori, inclusi (ma non " +"limitati a) quanto segue:" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:276 msgid "Dash Core Wallet" -msgstr "" +msgstr "Dash Core Wallet" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:277 msgid "Dash Android Wallet" @@ -437,29 +604,31 @@ msgstr "Portafoglio Dash iOS" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:279 msgid "My Dash Wallet" -msgstr "" +msgstr "My Dash Wallet" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:280 msgid "Kraken" -msgstr "" +msgstr "Kraken" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:281 msgid "Bitrefill" -msgstr "" +msgstr "Bitrefill" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:282 msgid "and many more..." -msgstr "" +msgstr "e molti altri..." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:284 msgid "" "You can read more about InstantSend theory and processes :ref:`here " "`." msgstr "" +"Puoi leggere ulteriori informazioni sulla teoria e sui processi di " +"InstantSend :ref:`qui `." #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:288 msgid "InstantSend Transactions" -msgstr "" +msgstr "Transazioni InstantSend" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:290 msgid "" @@ -472,3 +641,12 @@ msgid "" "instantsend>` documentation for more information on how to monitor for " "InstandSend locks." msgstr "" +"A partire dalla versione 0.14 di Dash, tutte le opzioni dell'interfaccia " +"utente per creare una transazione InstantSend sono state rimosse, poiché " +"tutte le transazioni sono effettivamente transazioni InstantSend. Come in " +"precedenza, il destinatario è responsabile del monitoraggio della rete per " +"il blocco InstantSend e dell'implementazione della logica e delle interfacce" +" rivolte all'utente per continuare con l'elaborazione della transazione dopo" +" aver ricevuto il pagamento. Consulta la documentazione :ref:`InstantSend " +"Integration ` per ulteriori informazioni su come " +"monitorare i blocchi InstandSend." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 9b046a34c..53cc15d29 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: AL , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,7 +25,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/index.rst:4 #: ../../docs/user/wallets/dashcore/index.rst:46 msgid "Dash Core Wallet" -msgstr "" +msgstr "Dash Core Wallet" #: ../../docs/user/wallets/dashcore/index.rst:6 msgid "" @@ -40,10 +41,21 @@ msgid "" "the wallet can be used. Dash Core Wallet is available for macOS, Linux, " "Raspberry Pi and Windows." msgstr "" +"Dash Core Wallet è la versione ufficiale completa di Dash e supporta tutte " +"le funzionalità Dash non appena vengono rilasciate, inclusi InstantSend e " +"CoinJoin, nonché una console RPC e funzionalità di governance. Dash Core " +"Wallet (a volte noto come wallet QT, a causa del framework software QT " +"utilizzato nello sviluppo) è un wallet professionale o pesante che scarica " +"l'intera blockchain (diversi GB di dimensione) e può funzionare sia come " +"nodo completo che come masternode sul rete. A causa dell’obbligo di " +"conservare una copia completa della blockchain, è necessario del tempo per " +"la sincronizzazione all’avvio del wallet. Fatto ciò verranno visualizzati i " +"saldi corretti e si potranno utilizzare le funzioni del wallet. Dash Core " +"Wallet è disponibile per macOS, Linux, Raspberry Pi e Windows." #: ../../docs/user/wallets/dashcore/index.rst:19 msgid "Features:" -msgstr "" +msgstr "Caratteristiche:" #: ../../docs/user/wallets/dashcore/index.rst:21 msgid "InstantSend" @@ -51,32 +63,32 @@ msgstr "InstantSend" #: ../../docs/user/wallets/dashcore/index.rst:22 msgid "CoinJoin" -msgstr "" +msgstr "CoinJoin" #: ../../docs/user/wallets/dashcore/index.rst:23 msgid "Wallet encryption" -msgstr "" +msgstr "Crittografia del wallet" #: ../../docs/user/wallets/dashcore/index.rst:24 msgid "Coin control and fee control" -msgstr "" +msgstr "Coin control e controllo delle commissioni" #: ../../docs/user/wallets/dashcore/index.rst:25 msgid "QR code generation and address book" -msgstr "" +msgstr "Generazione di codici QR e book degli address" #: ../../docs/user/wallets/dashcore/index.rst:26 msgid "Masternode commands and voting" -msgstr "" +msgstr "Comandi e votazioni Masternode" #: ../../docs/user/wallets/dashcore/index.rst:27 msgid "Automated backup" -msgstr "" +msgstr "Backup automatico" #: ../../docs/user/wallets/dashcore/index.rst:28 msgid "Debug console" -msgstr "" +msgstr "Console di Debug" #: ../../docs/user/wallets/dashcore/index.rst:30 msgid "Available documentation:" -msgstr "" +msgstr "Documentazione disponibile:" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 13271b328..ad5fc1d30 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,45 +1,49 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" +"Come scaricare, installare e crittografare il wallet Dash Core in Linux" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" -msgstr "" +msgstr "dash, core, wallet, linux, ubuntu, installazione" #: ../../docs/user/wallets/dashcore/installation-linux.rst:8 msgid "Linux Installation Guide" -msgstr "" +msgstr "Guida all'installazione di Linux" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" +"Questa guida descrive come scaricare, verificare, installare e crittografare" +" il wallet Dash Core per Linux. La guida è scritta per Ubuntu 20.04 LTS, ma " +"i passaggi dovrebbero essere simili per altre distribuzioni Linux." #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 msgid "Downloading the Dash Core wallet" @@ -48,60 +52,87 @@ msgstr "Scaricare il portafoglio Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" +"Visita https://www.dash.org/downloads/ per scaricare l'ultimo portafoglio " +"Dash Core. Nella maggior parte dei casi, il sito Web rileverà correttamente " +"la versione necessaria. Fare clic sul pulsante Dash Core per scaricare " +"direttamente il pacchetto." #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 msgid "The website properly detects the wallet appropriate for your system" msgstr "" +"Il sito Web rileva correttamente il portafoglio appropriato per il tuo " +"sistema" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" -msgstr "" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" +msgstr "" +"Se il rilevamento non funziona, dovrai scegliere manualmente il tuo sistema " +"operativo e se hai bisogno di una versione `x64 " +"`__ (64 bit x86) o ARM. Se non sei " +"sicuro della tua versione di Linux, puoi controllare Ubuntu usando il " +"Terminale::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" +"Se la risposta è ``x86_64``, scarica **Dash Core x64**. Se la risposta è " +"``aarch64``, scarica **Dash Core ARM**. Una volta che sai quale versione ti " +"serve, scarica il file Dash Core TGZ sul tuo computer da " +"https://www.dash.org/downloads/ e salvalo nella cartella Download." #: ../../docs/user/wallets/dashcore/installation-linux.rst:40 msgid "" "Since Dash Core 18.0, downloads are not available for 32-bit Linux " "installations." msgstr "" +"A partire da Dash Core 18.0, i download non sono disponibili per le " +"installazioni Linux a 32 bit." #: ../../docs/user/wallets/dashcore/installation-linux.rst:43 msgid "Verifying Dash Core" -msgstr "" +msgstr "Verifica Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." -msgstr "" +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." +msgstr "" +"Questo passaggio è facoltativo, ma consigliato per verificare l'autenticità " +"del file scaricato. Questo viene fatto confrontando la sua firma distaccata " +"con la chiave pubblica pubblicata dal team di sviluppo di Dash Core. Per " +"scaricare la firma separata, fai clic sul pulsante **Firma** nella pagina di" +" download del wallet e salvala nella stessa cartella del file binario " +"scaricato." #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Tutte le versioni di Dash sono firmate utilizzando GPG con una delle " +"seguenti chiavi:" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__ (releases 0.16.0+)" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__ (versioni 0.16.0+)" #: ../../docs/user/wallets/dashcore/installation-linux.rst:56 msgid "" @@ -109,314 +140,268 @@ msgid "" "`verifiable here on Keybase `__ (releases " "prior to 0.16.0)" msgstr "" +"Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " +"`verificabile qui su Keybase `__ (versioni " +"precedenti alla 0.16.0)" #: ../../docs/user/wallets/dashcore/installation-linux.rst:59 msgid "" "Open a terminal, import the keys and verify the authenticity of your " "download as follows::" msgstr "" +"Apri un terminale, importa le chiavi e verifica l'autenticità del tuo " +"download come segue:" #: ../../docs/user/wallets/dashcore/installation-linux.rst:69 msgid "Downloading the PGP key and verifying the signed binary" -msgstr "" +msgstr "Download della chiave PGP e verifica del binario firmato" #: ../../docs/user/wallets/dashcore/installation-linux.rst:71 msgid "" "If you see the message ``Good signature from ...`` then you have an " "authentic copy of Dash Core for Linux." msgstr "" +"Se vedi il messaggio ``Firma valida da...`` allora hai una copia autentica " +"di Dash Core per Linux." #: ../../docs/user/wallets/dashcore/installation-linux.rst:75 msgid "Extracting Dash Core" -msgstr "" +msgstr "Estrazione del Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" +"Dash Core per Linux è distribuito come archivio compresso e non come " +"programma di installazione. Questo perché lo stesso archivio contiene anche " +"altri file creati, ad esempio, per eseguire un masternode su un server. In " +"questa guida estrarremo il file eseguibile con un'interfaccia utente grafica" +" (GUI) progettata per essere utilizzata dagli utenti finali come wallet." #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 msgid "Extract Dash Core as follows::" -msgstr "" +msgstr "Estrai Dash Core come segue::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" +"Questo creerà una cartella denominata ``dashcore-19.3.0`` nella directory di" +" lavoro corrente. Ora installeremo i binari eseguibili in ``/usr/local/bin``" +" utilizzando il comando ``install``::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 msgid "Start Dash Core from the terminal with the following command::" -msgstr "" +msgstr "Avvia Dash Core dal terminale con il seguente comando::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" +"La prima volta che viene avviato il programma, ti verrà offerta la " +"possibilità di scegliere dove archiviare i dati della blockchain e del " +"portafoglio. Scegli una posizione con spazio libero sufficiente, poiché la " +"blockchain può raggiungere una dimensione di oltre 30 GB. Si consiglia di " +"utilizzare, se possibile, la cartella dati predefinita." #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" -msgstr "" +msgstr "Scelta della cartella dati Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" +"Dash Core verrà quindi avviato. Questa operazione richiederà un po' più " +"tempo del solito la prima volta che lo esegui, poiché Dash Core deve " +"generare dati crittografici per proteggere il tuo portafoglio." #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 msgid "Starting Dash Core" -msgstr "" +msgstr "Avvio di Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:117 msgid "Synchronizing Dash Core to the Dash network" -msgstr "" +msgstr "Sincronizzazione di Dash Core con la rete Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" +"Una volta installato e avviato correttamente Dash Core, vedrai la schermata " +"di panoramica del wallet. Noterai che il wallet è \"non sincronizzato\" e la" +" barra di stato nella parte inferiore della finestra mostrerà l'avanzamento " +"della sincronizzazione." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" -msgstr "" +msgstr "Dash Core inizia la sincronizzazione con la rete Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" +"Durante questo processo, Dash Core scaricherà una copia completa della " +"blockchain Dash da altri nodi sul tuo dispositivo. A seconda della " +"connessione Internet, l'operazione potrebbe richiedere molto tempo. Se vedi " +"il messaggio \"Nessuna fonte di blocco disponibile\", controlla la tua " +"connessione Internet. Una volta completata la sincronizzazione, vedrai un " +"piccolo segno di spunta verde nell'angolo in basso a destra." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" -msgstr "" +msgstr "La sincronizzazione Dash Core è completa" #: ../../docs/user/wallets/dashcore/installation-linux.rst:140 msgid "You can now begin to use your wallet to send and receive funds." msgstr "" +"Ora puoi iniziare a utilizzare il tuo wallet per inviare e ricevere fondi." #: ../../docs/user/wallets/dashcore/installation-linux.rst:143 msgid "Setting up a desktop entry" -msgstr "" +msgstr "Impostazione di una voce sul desktop" #: ../../docs/user/wallets/dashcore/installation-linux.rst:145 msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" +"Puoi impostare una `XDG Desktop Entry " +"`__ per poter avviare Dash Core dal tuo KDE o ambiente " +"desktop Gnome. Per fare ciò, crea un file denominato " +"``~/.local/share/applications/dash.desktop`` e aggiungi il seguente " +"contenuto::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 msgid "Ensure the file is executable::" -msgstr "" +msgstr "Assicurati che il file sia eseguibile::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:165 msgid "" "An appropriate icon can optionally be downloaded from the Dash `Brand " "Guidelines `__ page::" msgstr "" +"Facoltativamente è possibile scaricare un'icona appropriata dalla pagina " +"Dash `Brand Guidelines `__::" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 msgid "Creating your Dash Wallet" -msgstr "" +msgstr "Creazione del tuo wallet Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." -msgstr "" +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." +msgstr "" +"A partire da Dash Core 19.0, per impostazione predefinita non verrà creato " +"un wallet per te. Riceverai questo messaggio nella scheda Panoramica. Per " +"creare un wallet, fai clic sul pulsante **Crea un nuovo wallet** o fai clic " +"su **File** -> **Crea wallet**. I wallet non HD vengono creati per " +"impostazione predefinita. Vedi la :hoverxref:`sezione argomenti avanzati ` " +"per informazioni sui wallet HD." #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" +"Ti verrà richiesto di creare un nuovo wallet con un nome di wallet " +"personalizzato. Per impostazione predefinita, il tuo wallet sarà " +"crittografato. Puoi scegliere di deselezionare la casella e crittografare il" +" wallet in un secondo momento. Abbiamo incluso le istruzioni su come " +"crittografare il tuo wallet nella sezione seguente." #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" +"Se scegli di crittografare ora, ti verrà chiesto di inserire e verificare " +"una password." #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" -msgstr "" +msgstr "Inserisci una password" #: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." -msgstr "" +msgstr "Successivamente, riceverai un avviso standard." #: ../../docs/user/wallets/dashcore/installation-linux.rst:204 #: ../../docs/user/wallets/dashcore/installation-linux.rst:230 msgid "Confirm you want to encrypt your wallet" -msgstr "" +msgstr "Conferma di voler crittografare il tuo portafoglio" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" +"La sezione seguente descrive in dettaglio i passaggi che devi seguire se " +"scegli di crittografare il tuo wallet Dash in un secondo momento." #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 msgid "Encrypting your Dash wallet" -msgstr "" +msgstr "Crittografia del tuo portafoglio Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:213 msgid "To encrypt your wallet, click **Settings** > **Encrypt wallet**." msgstr "" +"Per crittografare il tuo wallet, fai clic su **Impostazioni** > " +"**Crittografa wallet**." #: ../../docs/user/wallets/dashcore/installation-linux.rst:218 msgid "Encrypting the Dash wallet with a password" -msgstr "" +msgstr "Crittografia del wallet Dash con una password" #: ../../docs/user/wallets/dashcore/installation-linux.rst:220 msgid "You will be asked to enter and verify a password." -msgstr "" +msgstr "Ti verrà chiesto di inserire e verificare una password." #: ../../docs/user/wallets/dashcore/installation-linux.rst:225 msgid "Entering a password" -msgstr "" +msgstr "Immissione di una password" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" +"Una volta completato il processo di crittografia, vedrai un avviso che " +"informa che i backup precedenti del tuo wallet non saranno più utilizzabili " +"e ti verrà chiesto di chiudere Dash Core. Quando riavvii Dash Core, vedrai " +"un piccolo lucchetto verde nell'angolo in basso a destra." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" -msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +msgstr "Wallet Dash Core completamente crittografato e sincronizzato" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 58222b148..541682782 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,38 +1,39 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" +"Come scaricare, installare e crittografare il wallet Dash Core in macOS" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" -msgstr "" +msgstr "dash, core, wallet, macos, installazione" #: ../../docs/user/wallets/dashcore/installation-macos.rst:8 msgid "macOS Installation Guide" -msgstr "" +msgstr "Guida all'installazione per macOS" #: ../../docs/user/wallets/dashcore/installation-macos.rst:10 msgid "" @@ -40,6 +41,9 @@ msgid "" "wallet for macOS. The guide is written for macOS Sierra, but the steps " "should be similar for other versions." msgstr "" +"Questa guida descrive come scaricare, installare e crittografare il wallet " +"Dash Core per macOS. La guida è scritta per macOS Sierra, ma i passaggi " +"dovrebbero essere simili per le altre versioni." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -48,280 +52,326 @@ msgstr "Scaricare il portafoglio Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" +"Visita https://www.dash.org/downloads/ per scaricare l'ultimo wallet Dash " +"Core. Nella maggior parte dei casi, il sito Web rileverà correttamente la " +"versione necessaria. Fare clic su **Scarica programma di installazione** per" +" scaricare direttamente il programma di installazione." #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 msgid "The website properly detects the wallet appropriate for your system" msgstr "" +"Il sito Web rileva correttamente il portafoglio appropriato per il tuo " +"sistema" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" +"Se il rilevamento non funziona, dovrai scegliere manualmente il tuo sistema " +"operativo. Vai su  https://www.dash.org/downloads/ e seleziona la scheda " +"**macOS**, quindi fai clic su **Scarica programma di installazione**. Salva " +"il file scaricato nella cartella Download." #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 msgid "Verifying Dash Core" -msgstr "" +msgstr "Verifica Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." -msgstr "" +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." +msgstr "" +"Questo passaggio è facoltativo, ma consigliato per verificare l'autenticità " +"del file scaricato. Questo viene fatto confrontando la sua firma distaccata " +"con la chiave pubblica pubblicata dal team di sviluppo di Dash Core. Per " +"scaricare la firma separata, fai clic sul pulsante **Firma del programma di " +"installazione** nella pagina di download del portafoglio e salvala nella " +"stessa cartella del file binario scaricato (che dovrebbe essere per " +"impostazione predefinita). Potrebbe anche essere necessario scaricare GPG, " +"cosa che puoi fare tramite https://gpgtools.org/." #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Tutte le versioni di Dash sono firmate utilizzando GPG con una delle " +"seguenti chiavi:" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " +"`verificabile qui su Keybase `__" #: ../../docs/user/wallets/dashcore/installation-macos.rst:47 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__" #: ../../docs/user/wallets/dashcore/installation-macos.rst:50 msgid "" "Open a terminal, import the keys and verify the authenticity of your " "download as follows::" msgstr "" +"Apri un terminale, importa le chiavi e verifica l'autenticità del tuo " +"download come segue:" #: ../../docs/user/wallets/dashcore/installation-macos.rst:61 msgid "Downloading the PGP key and verifying the signed binary" -msgstr "" +msgstr "Download della chiave PGP e verifica del binario firmato" #: ../../docs/user/wallets/dashcore/installation-macos.rst:63 msgid "" "If you see the message ``Good signature from ...`` then you have an " "authentic copy of Dash Core for macOS." msgstr "" +"Se vedi il messaggio ``Firma valida da...`` allora hai una copia autentica " +"di Dash Core per macOS." #: ../../docs/user/wallets/dashcore/installation-macos.rst:67 #: ../../docs/user/wallets/dashcore/installation-macos.rst:84 msgid "Installing Dash Core" -msgstr "" +msgstr "Installazione di Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" +"Apri Finder e vai alla cartella Download. Quindi fai doppio clic sul file " +".dmg scaricato per decomprimerlo. Viene visualizzata una finestra che mostra" +" il contenuto del file." #: ../../docs/user/wallets/dashcore/installation-macos.rst:76 msgid "Opening the Dash Core .dmg file" -msgstr "" +msgstr "Apertura del file Dash Core .dmg" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" +"Trascina il file dell'applicazione Dash Core nella cartella Applicazioni per" +" installare Dash Core." #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 msgid "Running Dash Core for the first time" -msgstr "" +msgstr "Esecuzione di Dash Core per la prima volta" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." -msgstr "" +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." +msgstr "" +"Per eseguire Dash Core per la prima volta, apri Launchpad o accedi alla " +"cartella **Applicazioni** nel Finder. Fare doppio clic su **Dash Core** o " +"**Dash-Qt** per avviare l'applicazione. Potresti visualizzare un avviso " +"relativo all'apertura di un'app da parte di uno sviluppatore non " +"identificato. Per risolvere questo problema, fai semplicemente clic tenendo " +"premuto il tasto Control sull'icona dell'app e scegli **Apri** dal menu di " +"scelta rapida, quindi fai nuovamente clic su **Apri** nella finestra di " +"dialogo. L'app viene salvata come eccezione alle impostazioni di sicurezza e" +" potrai aprirla in futuro facendo doppio clic su di essa proprio come " +"faresti con qualsiasi app registrata." #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 msgid "Unblocking macOS from running Dash Core" -msgstr "" +msgstr "Sbloccare macOS dall'esecuzione di Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" +"La prima volta che il programma viene avviato, ti verrà offerta la " +"possibilità di scegliere dove archiviare i dati della blockchain e del " +"portafoglio . Scegli una posizione con spazio libero sufficiente, poiché la " +"blockchain può raggiungere una dimensione di oltre 30 GB. Si consiglia di " +"utilizzare, se possibile, la cartella dati predefinita." #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" -msgstr "" +msgstr "Scelta della cartella dati Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" +"Dash Core verrà quindi avviato. Questa operazione richiederà un po' più " +"tempo del solito la prima volta che lo esegui, poiché Dash Core deve " +"generare dati crittografici per proteggere il tuo wallet." #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 msgid "Starting Dash Core" -msgstr "" +msgstr "Avvio di Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:126 msgid "Synchronizing Dash Core to the Dash network" -msgstr "" +msgstr "Sincronizzazione di Dash Core con la rete Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" +"Una volta installato e avviato correttamente Dash Core, vedrai la schermata " +"di panoramica del wallet. La barra di stato nella parte inferiore della " +"finestra mostrerà l'avanzamento della sincronizzazione." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" -msgstr "" +msgstr "Dash Core inizia la sincronizzazione con la rete Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:137 msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" +"Durante questo processo, Dash Core scaricherà una copia completa della " +"blockchain Dash da altri nodi sul tuo dispositivo. A seconda della " +"connessione Internet, l'operazione potrebbe richiedere molto tempo. Se vedi " +"il messaggio \"Nessuna fonte di blocco disponibile\", controlla la tua " +"connessione Internet. Una volta completata la sincronizzazione, vedrai un " +"piccolo segno di spunta blu nell'angolo in basso a destra." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" -msgstr "" +msgstr "La sincronizzazione Dash Core è completa" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 msgid "You can now create a wallet to send and receive funds." -msgstr "" +msgstr "Ora puoi creare un wallet per inviare e ricevere fondi." #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 msgid "Creating your Dash Wallet" -msgstr "" +msgstr "Creazione del tuo wallet Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." -msgstr "" +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." +msgstr "" +"A partire da Dash Core 19.0, per impostazione predefinita non verrà creato " +"un wallet per te. Riceverai questo messaggio nella scheda Panoramica. Per " +"creare un wallet, fai clic sul pulsante **Crea un nuovo wallet** o fai clic " +"su **File** -> **Crea wallet**. I wallet non HD vengono creati per " +"impostazione predefinita. Vedi la :hoverxref:`sezione argomenti avanzati " +"` per informazioni sui wallet HD." #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" +"Ti verrà richiesto di creare un nuovo wallet con un nome di wallet " +"personalizzato. Per impostazione predefinita, il tuo wallet sarà " +"crittografato. Puoi scegliere di deselezionare la casella e crittografare il" +" wallet in un secondo momento. Abbiamo incluso le istruzioni su come " +"crittografare il tuo wallet nella sezione seguente." #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" +"Se scegli di crittografare ora, ti verrà chiesto di inserire e verificare " +"una password." #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 msgid "Enter a password" -msgstr "" +msgstr "Inserisci una password" #: ../../docs/user/wallets/dashcore/installation-macos.rst:177 msgid "Following that, you will get a standard warning." -msgstr "" +msgstr "Successivamente, riceverai un avviso standard." #: ../../docs/user/wallets/dashcore/installation-macos.rst:182 #: ../../docs/user/wallets/dashcore/installation-macos.rst:207 msgid "Confirm you want to encrypt your wallet" -msgstr "" +msgstr "Conferma di voler crittografare il tuo portafoglio" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" +"La sezione seguente descrive in dettaglio i passaggi che devi seguire se " +"scegli di crittografare il tuo wallet Dash in un secondo momento." #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 msgid "Encrypting your Dash wallet" -msgstr "" +msgstr "Crittografia del tuo portafoglio Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" +"Per crittografare il tuo wallet, fai clic su **Impostazioni** > " +"**Crittografa  Portafoglio**." #: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" -msgstr "" +msgstr "Crittografia del wallet Dash con una password" #: ../../docs/user/wallets/dashcore/installation-macos.rst:197 msgid "You will be asked to enter and verify a password." -msgstr "" +msgstr "Ti verrà chiesto di inserire e verificare una password." #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" +"Una volta completato il processo di crittografia, vedrai un avviso che " +"informa che i backup precedenti del tuo wallet non saranno più utilizzabili " +"e ti verrà chiesto di chiudere Dash Core. Quando riavvii Dash Core, vedrai " +"un piccolo lucchetto blu nell'angolo in basso a destra." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" -msgstr "" +msgstr "Wallet Dash Core completamente crittografato e sincronizzato" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "Once Dash Core is successfully installed" -#~ " and started, you will see the " -#~ "wallet overview screen. You will notice" -#~ " that the wallet is “out of " -#~ "sync”, and the status bar at the" -#~ " bottom of the window will show " -#~ "the synchronization progress." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Ora puoi iniziare a utilizzare il tuo wallet per inviare e ricevere fondi in" +" sicurezza." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index e246afce4..05e128e99 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,32 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" -msgstr "Come scaricare, installare e criptare il portafoglio Dash Core su Windows" +msgstr "" +"Come scaricare, installare e criptare il portafoglio Dash Core su Windows" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "dash, core, portafoglio, windows, installazione" @@ -40,10 +41,9 @@ msgid "" "wallet for Windows. The guide is written for Windows 10, but the steps " "should be similar for Windows XP, Vista, 7 and 8." msgstr "" -"Questa guida descrive come scaricare, installare e criptare il " -"portafoglio Dash Core per Windows. La guida è scritta per Windows 10 ma " -"gli stessi passaggi dovrebbero essere simili anche per Windows XP, Vista," -" 7 ed 8." +"Questa guida descrive come scaricare, installare e criptare il portafoglio " +"Dash Core per Windows. La guida è scritta per Windows 10 ma gli stessi " +"passaggi dovrebbero essere simili anche per Windows XP, Vista, 7 ed 8." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 msgid "Downloading the Dash Core wallet" @@ -52,54 +52,77 @@ msgstr "Scaricare il portafoglio Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" +"Visita https://www.dash.org/downloads/ per scaricare l'ultimo wallet Dash " +"Core. Nella maggior parte dei casi, il sito Web rileverà correttamente la " +"versione necessaria. Fare clic su **Scarica programma di installazione** per" +" scaricare direttamente il programma di installazione." #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 msgid "The website properly detects the wallet appropriate for your system" msgstr "" +"Il sito Web rileva correttamente il portafoglio appropriato per il tuo " +"sistema" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" +"Se il rilevamento non funziona, dovrai scegliere manualmente il tuo sistema " +"operativo. Una volta che sai quale versione ti serve, scarica il programma " +"di installazione Dash Core sul tuo computer da " +"https://www.dash.org/downloads/ e salva il file scaricato nella cartella " +"Download." #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" +"Dash Core 0.17 è stata l'ultima versione a fornire download per " +"installazioni Windows a 32 bit. A partire da Windows 11, Microsoft fornisce " +"solo Windows a 64 bit." #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" +"Se non sei sicuro se la tua versione di Windows sia a 32 o 64 bit, puoi " +"verificare seguendo le istruzioni `qui `__." #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" -msgstr "" +msgstr "Verifica Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." -msgstr "" +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." +msgstr "" +"Questo passaggio è facoltativo, ma consigliato per verificare l'autenticità " +"del file scaricato. Questo viene fatto confrontando la sua firma distaccata " +"con la chiave pubblica pubblicata dal team di sviluppo di Dash Core. Per " +"scaricare la firma separata, fai clic sul pulsante **Firma del programma di " +"installazione** nella pagina di download del wallet e salvala nella stessa " +"cartella del file binario scaricato." #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Tutte le versioni di Dash sono firmate utilizzando GPG con una delle " +"seguenti chiavi:" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 msgid "" @@ -107,6 +130,9 @@ msgid "" "`verifiable here on Keybase `__ (`download " "`__)" msgstr "" +"Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " +"`verificabile qui su Keybase `__ (`download " +"`__)" #: ../../docs/user/wallets/dashcore/installation-windows.rst:54 msgid "" @@ -114,360 +140,305 @@ msgid "" "Keybase `__ (`download " "`__)" msgstr "" +"Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " +"Keybase `__ (`download " +"`__)" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" +"Scarica i file chiave qui sopra. Installa `Gpg4win `__" +" se non è già disponibile sul tuo computer. Una volta installato, apri il " +"gestore certificati **Kleopatra** e fai clic su **File -> Importa**. Importa" +" i file chiave e verifica che l'ID chiave corrisponda all'ID riportato " +"sopra." #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 msgid "Importing codablock's GPG public key" -msgstr "" +msgstr "Importazione della chiave pubblica GPG di codablock" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" +"Salta eventuali richieste di certificare il certificato con la tua chiave. " +"Successivamente, fai clic su **Decifra/Verifica...** e seleziona il file " +"della firma separata denominato ``dashcore-19.3.0-win64-setup.exe.asc`` " +"nella stessa cartella del programma di installazione scaricato." #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 msgid "Selecting the signature file for verification" -msgstr "" +msgstr "Selezione del file della firma per la verifica" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" +"Se nella prima riga del messaggio viene visualizzato il messaggio " +"``Dashcore-19.3.0-win64-setup.exe verificato con " +"dashcore-19.3.0-win64-setup.exe.asc``, allora disponi di una copia autentica" +" di Dash Core per Finestre." #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 msgid "The binary installer has been verified" -msgstr "" +msgstr "Il programma di installazione binario è stato verificato" #: ../../docs/user/wallets/dashcore/installation-windows.rst:88 msgid "Running the Dash Core installer" -msgstr "" +msgstr "Esecuzione del programma di installazione di Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:90 msgid "Double-click the file to start installing Dash Core." -msgstr "" +msgstr "Fai doppio clic sul file per avviare l'installazione di Dash Core." #: ../../docs/user/wallets/dashcore/installation-windows.rst:95 msgid "The Dash Core installer in the Downloads folder" -msgstr "" +msgstr "Il programma di installazione di Dash Core nella cartella Download" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" +"A questo punto, potresti visualizzare un avviso da Windows SmartScreen che " +"informa che l'app non è riconosciuta. Puoi tranquillamente ignorare questo " +"avviso facendo clic su **Ulteriori informazioni**, quindi su **Esegui " +"comunque**." #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 msgid "" "Bypassing Windows SmartScreen to run the app. This warning is known as a " "“false positive”." msgstr "" +"Bypassare Windows SmartScreen per eseguire l'app. Questo avviso è noto come " +"“falso positivo”." #: ../../docs/user/wallets/dashcore/installation-windows.rst:110 msgid "The installer will then guide you through the installation process." msgstr "" +"Il programma di installazione ti guiderà quindi attraverso il processo di " +"installazione." #: ../../docs/user/wallets/dashcore/installation-windows.rst:115 msgid "The Dash Core installer welcome screen" -msgstr "" +msgstr "La schermata di benvenuto del programma di installazione di Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:117 msgid "" "Click through the following screens. All settings can be left at their " "default values unless you have a specific reason to change something." msgstr "" +"Fare clic sulle schermate seguenti. Tutte le impostazioni possono essere " +"lasciate ai valori predefiniti a meno che tu non abbia un motivo specifico " +"per modificare qualcosa." #: ../../docs/user/wallets/dashcore/installation-windows.rst:123 msgid "Select the installation location" -msgstr "" +msgstr "Seleziona il percorso di installazione" #: ../../docs/user/wallets/dashcore/installation-windows.rst:128 msgid "Select the Start menu folder" -msgstr "" +msgstr "Seleziona la cartella del menu Start" #: ../../docs/user/wallets/dashcore/installation-windows.rst:133 msgid "Dash Core is being installed" -msgstr "" +msgstr "Dash Core è in fase di installazione" #: ../../docs/user/wallets/dashcore/installation-windows.rst:138 msgid "Installation is complete" -msgstr "" +msgstr "L'installazione è completata" #: ../../docs/user/wallets/dashcore/installation-windows.rst:141 msgid "Running Dash Core for the first time" -msgstr "" +msgstr "Esecuzione di Dash Core per la prima volta" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." -msgstr "" +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." +msgstr "" +"Una volta completata l'installazione, Dash Core si avvierà immediatamente. " +"In caso contrario, fare clic su **Start > Dash Core > Dash Core** per " +"avviare l'applicazione. La prima volta che viene avviato il programma, ti " +"verrà offerta la possibilità di scegliere dove archiviare i dati della " +"blockchain e del wallet. Scegli una posizione con spazio libero sufficiente," +" poiché la blockchain può raggiungere una dimensione di oltre 30 GB. Si " +"consiglia di utilizzare, se possibile, la cartella dati predefinita." #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" -msgstr "" +msgstr "Scelta della cartella dati Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" +"Dash Core verrà quindi avviato. Questa operazione richiederà un po' più " +"tempo del solito la prima volta che lo esegui, poiché Dash Core deve " +"generare dati crittografici per proteggere il tuo portafoglio." #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 msgid "Starting Dash Core" -msgstr "" +msgstr "Avvio di Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:166 msgid "Synchronizing Dash Core to the Dash network" -msgstr "" +msgstr "Sincronizzazione di Dash Core con la rete Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" +"Una volta installato e avviato correttamente Dash Core, vedrai la schermata " +"di panoramica del wallet. Noterai che il wallet è \"non sincronizzato\" e la" +" barra di stato nella parte inferiore della finestra mostrerà l'avanzamento " +"della sincronizzazione." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" -msgstr "" +msgstr "Dash Core inizia la sincronizzazione con la rete Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" +"Durante questo processo, Dash Core scaricherà una copia completa della " +"blockchain Dash da altri nodi sul tuo dispositivo. A seconda della " +"connessione Internet, l'operazione potrebbe richiedere molto tempo. Se vedi " +"il messaggio \"Nessuna fonte di blocco disponibile\", controlla la tua " +"connessione Internet. Una volta completata la sincronizzazione, vedrai un " +"piccolo segno di spunta verde nell'angolo in basso a destra." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" -msgstr "" +msgstr "La sincronizzazione Dash Core è completa" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 msgid "You can now create a wallet to send and receive funds." -msgstr "" +msgstr "Ora puoi creare un wallet per inviare e ricevere fondi." #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 msgid "Creating your Dash Wallet" -msgstr "" +msgstr "Creazione del tuo wallet Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." -msgstr "" +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." +msgstr "" +"A partire da Dash Core 19.0, per impostazione predefinita non verrà creato " +"un wallet per te. Riceverai questo messaggio nella scheda Panoramica. Per " +"creare un wallet, fai clic sul pulsante **Crea un nuovo wallet** o fai clic " +"su **File** -> **Crea wallet**. I wallet non HD vengono creati per " +"impostazione predefinita. Vedi la :hoverxref:`sezione argomenti avanzati ` " +"per informazioni sui wallet HD." #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" +"Ti verrà richiesto di creare un nuovo wallet con un nome di wallet " +"personalizzato. Per impostazione predefinita, il tuo wallet sarà " +"crittografato. Puoi scegliere di deselezionare la casella e crittografare il" +" wallet in un secondo momento. Abbiamo incluso le istruzioni su come " +"crittografare il tuo wallet nella sezione seguente." #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." msgstr "" +"Se scegli di crittografare ora, ti verrà chiesto di inserire e verificare " +"una password." #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 msgid "Enter a password" -msgstr "" +msgstr "Inserisci una password" #: ../../docs/user/wallets/dashcore/installation-windows.rst:219 msgid "Following that, you will get a standard warning." -msgstr "" +msgstr "Successivamente, riceverai un avviso standard." #: ../../docs/user/wallets/dashcore/installation-windows.rst:224 #: ../../docs/user/wallets/dashcore/installation-windows.rst:249 msgid "Confirm you want to encrypt your wallet" -msgstr "" +msgstr "Conferma di voler crittografare il tuo portafoglio" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" +"La sezione seguente descrive in dettaglio i passaggi che devi seguire se " +"scegli di crittografare il tuo wallet Dash in un secondo momento." #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 msgid "Encrypting your Dash wallet" -msgstr "" +msgstr "Crittografia del tuo portafoglio Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:232 msgid "To encrypt your wallet, click **Settings > Encrypt Wallet**." msgstr "" +"Per crittografare il tuo portafoglio, fai clic su **Impostazioni > " +"Crittografa portafoglio**." #: ../../docs/user/wallets/dashcore/installation-windows.rst:237 msgid "Encrypting the Dash wallet with a password" -msgstr "" +msgstr "Crittografia del wallet Dash con una password" #: ../../docs/user/wallets/dashcore/installation-windows.rst:239 msgid "You will be asked to enter and verify a password." -msgstr "" +msgstr "Ti verrà chiesto di inserire e verificare una password." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" +"Una volta completato il processo di crittografia, vedrai un avviso che " +"informa che i backup precedenti del tuo wallet non saranno più utilizzabili " +"e ti verrà chiesto di chiudere Dash Core. Quando riavvii Dash Core, vedrai " +"un piccolo lucchetto verde nell'angolo in basso a destra." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" -msgstr "" +msgstr "Wallet Dash Core completamente crittografato e sincronizzato" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Windows is 32 or 64 bit, " -#~ "you can check in Windows 10 under" -#~ " **Start > Settings > System > " -#~ "About**. For details on how to " -#~ "check this in other versions of " -#~ "Windows, see `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "In Windows Settings, click System" -#~ msgstr "" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Ora puoi iniziare a utilizzare il tuo wallet per inviare e ricevere fondi in" +" sicurezza." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 3220bd77c..a47e638b0 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,27 +1,28 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" @@ -29,7 +30,7 @@ msgstr "" "Come scaricare ed installare il portafoglio Dash Core. Ѐ inoltre disponibile" " la guida alla compilazione." -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "" "dash, core, portafoglio, linux, windows, macos, installazione, compilazione" @@ -46,6 +47,11 @@ msgid "" "system. Detailed guides are available for Linux, macOS and Windows operating" " systems below." msgstr "" +"Installare Dash Core è semplice: basta andare su " +"https://www.dash.org/downloads/ e scaricare il file appropriato per il tuo " +"sistema, quindi seguire i passaggi di installazione appropriati per il tuo " +"sistema. Di seguito sono disponibili guide dettagliate per i sistemi " +"operativi Linux, macOS e Windows." #: ../../docs/user/wallets/dashcore/installation.rst:17 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index ff51164b6..021d576c5 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,145 +1,169 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "" +"Descrizione delle finestre di dialogo e delle interfacce nel wallet Dash " +"Core" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" +"dash, core, wallet, interfaccia, dialogo, sincronizzazione, opzioni " +"strumenti" #: ../../docs/user/wallets/dashcore/interface.rst:9 msgid "Interface" -msgstr "" +msgstr "Interfaccia" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" +"Il Dash Core Wallet è un'applicazione che viene eseguita sul tuo computer e " +"ti consente di effettuare transazioni sulla rete Dash. La maggior parte " +"delle transazioni riguardano l'invio o la ricezione di Dash, ma è anche " +"possibile creare messaggi firmati o controllare, ad esempio, un masternode. " +"L'interfaccia di Dash Core Wallet è descritta in dettaglio nelle sezioni " +"seguenti." #: ../../docs/user/wallets/dashcore/interface.rst:18 msgid "The Main Window" -msgstr "" +msgstr "La finestra principale" #: ../../docs/user/wallets/dashcore/interface.rst:23 msgid "The Dash Core Wallet" -msgstr "" +msgstr "Il Dash Core Wallet" #: ../../docs/user/wallets/dashcore/interface.rst:25 msgid "The Dash Core window is broken up into several areas:" -msgstr "" +msgstr "La finestra Dash Core è suddivisa in diverse aree:" #: ../../docs/user/wallets/dashcore/interface.rst:27 msgid "The menu bar" -msgstr "" +msgstr "La barra dei menu" #: ../../docs/user/wallets/dashcore/interface.rst:28 msgid "The tab bar" -msgstr "" +msgstr "La barra delle schede" #: ../../docs/user/wallets/dashcore/interface.rst:29 msgid "The main area" -msgstr "" +msgstr "L'area principale" #: ../../docs/user/wallets/dashcore/interface.rst:30 msgid "The status bar" -msgstr "" +msgstr "La barra di stato" #: ../../docs/user/wallets/dashcore/interface.rst:33 msgid "The Menu Bar" -msgstr "" +msgstr "La barra dei menu" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" +"La barra dei menu fornisce l'accesso a tutte le funzioni di Dash Core. Sono " +"disponibili quattro menù:" #: ../../docs/user/wallets/dashcore/interface.rst:38 msgid "File" -msgstr "" +msgstr "File" #: ../../docs/user/wallets/dashcore/interface.rst:39 msgid "The File menu is used to manage your wallet and messages." -msgstr "" +msgstr "Il menu File viene utilizzato per gestire il wallet e i messaggi." #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "Settings" -msgstr "" +msgstr "Impostazioni" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" +"Il menu Impostazioni fornisce l'accesso alle opzioni di crittografia del " +"wallet e alle impostazioni generali del software." #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "Window" -msgstr "" +msgstr "Finestre" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" +"Il menu Finestra fornisce l'accesso agli indirizzi del tuo wallet, " +"informazioni sulla rete e altre funzioni avanzate." #: ../../docs/user/wallets/dashcore/interface.rst:48 msgid "Help" -msgstr "" +msgstr "Aiuto" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" +"Il menu Aiuto si collega alla documentazione, alle guide e alle " +"dichiarazioni legali relative a Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:51 msgid "The Tab Bar" -msgstr "" +msgstr "La barra delle schede" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" +"La barra delle schede viene utilizzata per passare rapidamente tra le aree " +"principali del Dash Core. Il contenuto nell'area principale di Dash Core " +"cambia a seconda della scheda selezionata. Sono disponibili le seguenti " +"schede:" #: ../../docs/user/wallets/dashcore/interface.rst:58 #: ../../docs/user/wallets/dashcore/interface.rst:65 msgid "The Overview tab" -msgstr "" +msgstr "La scheda Panoramica" #: ../../docs/user/wallets/dashcore/interface.rst:60 msgid "" "The overview tab offers quick access to your balance and most recent " "transactions, as well as the CoinJoin feature." msgstr "" +"La scheda Panoramica offre un accesso rapido al tuo saldo e alle transazioni" +" più recenti, nonché alla funzione CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:67 msgid "" @@ -147,77 +171,99 @@ msgid "" "shows your balances, which may be divided into **Spendable** and **Watch-" "only** balances if you have loaded watch addresses:" msgstr "" +"La parte sinistra dell'area principale è divisa in due aree. L'area " +"superiore mostra i tuoi saldi, che possono essere suddivisi in saldi " +"**Spendibili** e **Sola-visualizzazione** se hai caricato indirizzi di " +"osservazione:" #: ../../docs/user/wallets/dashcore/interface.rst:73 msgid "Available" -msgstr "" +msgstr "Disponibile" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" +"Questo mostra il tuo attuale saldo liquido. Questa è la quantità di Dash che" +" puoi spendere adesso." #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "Pending" -msgstr "" +msgstr "In attesa" #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "This shows funds waiting for a transaction to complete." -msgstr "" +msgstr "Questo mostra i fondi in attesa del completamento di una transazione." #: ../../docs/user/wallets/dashcore/interface.rst:80 msgid "Immature" -msgstr "" +msgstr "Immaturi" #: ../../docs/user/wallets/dashcore/interface.rst:79 msgid "" "This shows funds from masternode or mining payments which have not yet " "reached the required number of confirmations." msgstr "" +"Questo mostra i fondi provenienti da masternode o pagamenti minerari che non" +" hanno ancora raggiunto il numero richiesto di conferme." #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "Total" -msgstr "" +msgstr "Totale" #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "This is simply your available and pending funds added together." msgstr "" +"Si tratta semplicemente dei fondi disponibili e in sospeso sommati insieme." #: ../../docs/user/wallets/dashcore/interface.rst:85 msgid "" "The lower area shows the CoinJoin status and allows you to process your " "funds using CoinJoin on the Dash masternode network." msgstr "" +"L'area inferiore mostra lo stato di CoinJoin e ti consente di elaborare i " +"tuoi fondi utilizzando CoinJoin sulla rete Dash masternode." #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" +"La parte destra dello schermo mostra le tue transazioni recenti. Le " +"transazioni in entrata recenti appaiono in verde, precedute da un segno +. " +"Le transazioni in uscita recenti appaiono in rosso, precedute da un segno –." +" Per ulteriori dettagli sulla cronologia delle transazioni, consulta la " +"scheda **Transazioni**." #: ../../docs/user/wallets/dashcore/interface.rst:94 msgid "The Send Tab" -msgstr "" +msgstr "La scheda Invia" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." -msgstr "" +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." +msgstr "" +"La scheda Invia ti consente di inviare fondi a un altro indirizzo sulla rete" +" Dash. Contiene campi per inserire l'indirizzo del destinatario, " +"un'etichetta per l'indirizzo e la quantità di Dash che desideri inviare. " +"Sono disponibili anche opzioni relative alla commissione di transazione. " +"Nell'angolo in basso a destra è disponibile anche una rapida visualizzazione" +" del saldo totale." #: ../../docs/user/wallets/dashcore/interface.rst:104 msgid "The Send tab" -msgstr "" +msgstr "La scheda Invia" #: ../../docs/user/wallets/dashcore/interface.rst:107 msgid "The Receive Tab" -msgstr "" +msgstr "La scheda Ricevi" #: ../../docs/user/wallets/dashcore/interface.rst:109 msgid "" @@ -225,413 +271,543 @@ msgid "" "create a request for a specific amount of Dash or include a specific " "message, and send it to another user as a link or QR code." msgstr "" +"La scheda Ricevi ti consente di creare indirizzi per ricevere Dash. Puoi " +"creare una richiesta per una quantità specifica di Dash o includere un " +"messaggio specifico e inviarlo a un altro utente come collegamento o codice " +"QR." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" -msgstr "" +msgstr "La scheda Ricevi" #: ../../docs/user/wallets/dashcore/interface.rst:118 msgid "The Transactions Tab" -msgstr "" +msgstr "La scheda Transazioni" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" +"La scheda Transazioni mostra l'intera cronologia delle transazioni per tutti" +" gli indirizzi associati al tuo wallet. Appare come una tabella che mostra " +"l'ora, il tipo, l'etichetta e l'importo del Dash per ciascuna transazione. " +"Puoi anche esportare la cronologia delle transazioni come file CSV facendo " +"clic sul pulsante Esporta nell'angolo in basso a destra della finestra." #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" +"Le icone nella colonna più a sinistra indicano lo stato della transazione. " +"Un segno di spunta indica che è stato superato il numero di conferme " +"consigliato, mentre un indicatore di avanzamento circolare indica il numero " +"di conferme. Un fulmine indica una transazione con un blocco InstantSend " +"esistente." #: ../../docs/user/wallets/dashcore/interface.rst:134 msgid "The Transactions tab" -msgstr "" +msgstr "La scheda Transazioni" #: ../../docs/user/wallets/dashcore/interface.rst:137 msgid "The CoinJoin Tab" -msgstr "" +msgstr "La scheda CoinJoin" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." -msgstr "" +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." +msgstr "" +"La scheda CoinJoin ti consente di inviare fondi a un altro indirizzo sulla " +"rete Dash con maggiore privacy. Contiene campi per inserire l'indirizzo del " +"destinatario, un'etichetta per l'indirizzo e la quantità di Dash che " +"desideri inviare. Sono disponibili anche opzioni relative alla commissione " +"di transazione. Nell'angolo in basso a destra è disponibile anche una rapida" +" visualizzazione del saldo totale di CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:148 msgid "The CoinJoin tab" -msgstr "" +msgstr "La scheda CoinJoin" #: ../../docs/user/wallets/dashcore/interface.rst:151 msgid "The Masternodes Tab" -msgstr "" +msgstr "La scheda Masternode" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" +"La scheda Masternode mostra una panoramica dei masternode attualmente " +"registrati sulla rete Dash. Puoi filtrare i dati inserendo un valore nel " +"campo Elenco filtri o visualizzare solo i masternode con le chiavi del " +"proprietario archiviate nel wallet caricato." #: ../../docs/user/wallets/dashcore/interface.rst:160 msgid "The Masternodes tab" -msgstr "" +msgstr "La scheda Masternode" #: ../../docs/user/wallets/dashcore/interface.rst:163 msgid "The Governance Tab" -msgstr "" +msgstr "La scheda Governance" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" +"La scheda Governance mostra una panoramica delle proposal di governance " +"attualmente attive sulla rete Dash. È possibile filtrare i dati inserendo un" +" valore nel campo Elenco filtri." #: ../../docs/user/wallets/dashcore/interface.rst:171 msgid "The Governance tab" -msgstr "" +msgstr "La scheda Governance" #: ../../docs/user/wallets/dashcore/interface.rst:175 msgid "The Status Bar" -msgstr "" +msgstr "La barra di stato" #: ../../docs/user/wallets/dashcore/interface.rst:177 msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" +"La barra di stato mostra una barra di avanzamento della sincronizzazione e " +"una fila di icone di stato che indicano lo stato della connessione alla rete" +" Dash." #: ../../docs/user/wallets/dashcore/interface.rst:181 msgid "The Synchronization Bar" -msgstr "" +msgstr "La barra di sincronizzazione" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"Questa barra mostra lo stato di sincronizzazione di Dash Core con la rete " +"Dash. Ogni volta che apri Dash Core, inizierà a scaricare i blocchi che sono" +" stati creati sulla blockchain nel tempo trascorso dall'ultima apertura " +"dell'app. Questi blocchi vengono scaricati da altri utenti Dash e " +"masternode. Se non hai mai aperto l'app prima, ciò potrebbe significare che " +"è necessario scaricare blocchi per diversi anni. Sono possibili i seguenti " +"stati:" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" -msgstr "" +msgstr "Nessuna origine del blocco disponibile" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" +"Ciò si verifica se la connessione Internet non è disponibile o se le porte " +"richieste da Dash Core sono bloccate da un firewall." #: ../../docs/user/wallets/dashcore/interface.rst:194 msgid "Synchronizing with network" -msgstr "" +msgstr "Sincronizzazione con la rete" #: ../../docs/user/wallets/dashcore/interface.rst:195 msgid "Dash Core is downloading blocks from the network." -msgstr "" +msgstr "Dash Core sta scaricando blocchi dalla rete." #: ../../docs/user/wallets/dashcore/interface.rst:197 msgid "Synchronizing governance objects" -msgstr "" +msgstr "Sincronizzazione degli oggetti di governance" #: ../../docs/user/wallets/dashcore/interface.rst:197 msgid "Dash Core is synchronizing P2P governance data." -msgstr "" +msgstr "Dash Core sta sincronizzando i dati di governance P2P." #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" +"Una volta completata la sincronizzazione, la barra di avanzamento scomparirà" +" e apparirà un segno di spunta a destra della barra di stato." #: ../../docs/user/wallets/dashcore/interface.rst:203 msgid "The Status Icons" -msgstr "" +msgstr "Le icone di stato" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" +"Questa icona appare quando il tuo wallet è in esecuzione in modalità " +"deterministica gerarchica (HD). Vedi :ref:`qui ` per la " +"documentazione sulla modalità HD." #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" +"Le icone del lucchetto indicano lo stato del tuo wallet: bloccato o " +"sbloccato. È necessario sbloccare il wallet per inviare fondi o eseguire " +"determinate altre azioni." #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" +"Queste icone indicano la qualità della tua connessione alla rete Dash. Se " +"non riesci a connetterti a causa di problemi di rete, vedrai solo barre " +"grigie. Più barre indicano più connessioni ai tuoi peer sulla rete." #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" +"Queste icone mostrano lo stato di sincronizzazione di Dash Core con la rete." +" Una volta completata la sincronizzazione, l'icona diventerà un segno di " +"spunta verde." #: ../../docs/user/wallets/dashcore/interface.rst:240 msgid "The Options Dialog" -msgstr "" +msgstr "La finestra di dialogo delle opzioni" #: ../../docs/user/wallets/dashcore/interface.rst:242 msgid "" "This documentation describes the functionality of the Dash Core Options " "dialog, available under the **Settings > Options** menu in Dash Core." msgstr "" +"Questa documentazione descrive la funzionalità della finestra di dialogo " +"Opzioni di Dash Core, disponibile nel menu **Impostazioni > Opzioni** in " +"Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:246 msgid "Main tab" -msgstr "" +msgstr "Scheda principale" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" +"La scheda Principale della finestra di dialogo Opzioni contiene le " +"impostazioni relative all'avvio e alle prestazioni dell'app Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:254 msgid "The Main tab of the Dash Core Options dialog" -msgstr "" +msgstr "La scheda Principale della finestra di dialogo Opzioni Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:261 msgid "Start Dash Core on system login" -msgstr "" +msgstr "Avvia Dash Core all'accesso al sistema" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" +"Questa opzione fa sì che Dash Core venga avviato automaticamente quando " +"l'utente corrente accede. Sulla maggior parte dei computer esiste un solo " +"account utente principale a cui viene effettuato l'accesso automaticamente " +"all'accensione del computer, quindi questa opzione equivale effettivamente " +"ad avviare Dash Core insieme a sistema operativo." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" -msgstr "" +msgstr "Nascondi l'icona" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" +"Quando questa opzione è abilitata, Dash Core non visualizzerà un'icona nella" +" barra delle applicazioni. Questa opzione non può essere selezionata " +"contemporaneamente a **Riduci a icona invece che nella barra delle " +"applicazioni**." #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" -msgstr "" +msgstr "Riduci a icona invece che nella barra delle applicazioni" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" +"Quando questa opzione è abilitata e la finestra Dash Core è ridotta a icona," +" non verrà più visualizzata nella barra delle applicazioni come attività in " +"esecuzione. Invece, Dash Core continuerà a funzionare in background e potrà " +"essere riaperto dall'icona Dash nella barra delle applicazioni (l'area " +"accanto all'orologio di sistema). Questa opzione non può essere selezionata " +"contemporaneamente a **Nascondi icona**." #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" -msgstr "" +msgstr "Riduci al minimo in chiusura" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" +"Quando questa opzione è abilitata, facendo clic sul pulsante X nell'angolo " +"in alto a destra della finestra, Dash Core verrà ridotto a icona anziché " +"chiuso. Per chiudere completamente l'app, seleziona **File > Esci**." #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" -msgstr "" +msgstr "Elimina l'archiviazione dei blocchi in" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" +"Questa opzione abilita l'eliminazione dei blocchi e specifica la quantità di" +" spazio di archiviazione da utilizzare per l'archiviazione dei blocchi. " +"L'abilitazione dell'eliminazione riduce significativamente lo spazio su " +"disco richiesto per archiviare le transazioni. Tutti i blocchi sono ancora " +"completamente convalidati. Per ripristinare questa impostazione è necessario" +" scaricare nuovamente l'intera blockchain." #: ../../docs/user/wallets/dashcore/interface.rst:290 msgid "Size of database cache" -msgstr "" +msgstr "Dimensione della cache del database" #: ../../docs/user/wallets/dashcore/interface.rst:287 msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" +"Questa opzione specifica la dimensione della cache del database in memoria. " +"Un valore più elevato comporterà un aumento delle prestazioni quando si " +"aggiungono nuovi blocchi al costo di un maggiore utilizzo della memoria. Il " +"valore predefinito è 300 MB e non deve essere inferiore a questo livello." #: ../../docs/user/wallets/dashcore/interface.rst:300 msgid "Number of script verification threads" -msgstr "" +msgstr "Numero di thread di verifica dello script" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." -msgstr "" +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." +msgstr "" +"Questa opzione imposta il numero di thread di verifica dello script, da -4 a" +" 16. `Verifica dello script `__ è il " +"processo di seguire le istruzioni registrate nella blockchain per garantire " +"il le transazioni sono valide. 0 significa automatico e consentirà alla " +"verifica dello script di adattarsi al numero di core disponibili sul " +"processore. L'impostazione di un numero positivo specifica che Dash Core " +"dovrà utilizzare quel numero di core del processore, mentre l'impostazione " +"di un numero negativo lascerà quel numero di core del processore liberi." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" -msgstr "" +msgstr "Scheda Wallet" #: ../../docs/user/wallets/dashcore/interface.rst:305 msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" +"La scheda Wallet della finestra di dialogo Opzioni contiene le impostazioni " +"relative alla modalità di gestione degli indirizzi nell'app Dash Core. La " +"prima volta che esegui Dash Core, genererà un nuovo wallet contenente 1000 " +"indirizzi Dash univoci. Questa scheda consente di configurare il modo in cui" +" questi indirizzi vengono utilizzati come input con le funzionalità Coin " +"Control, CoinJoin e Masternode." #: ../../docs/user/wallets/dashcore/interface.rst:314 msgid "The Wallet tab of the Dash Core Options dialog" -msgstr "" +msgstr "La scheda Wallet della finestra di dialogo Opzioni Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:326 msgid "Enable coin control features" -msgstr "" +msgstr "Abilita le funzionalità di controllo delle monete" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." -msgstr "" +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." +msgstr "" +"Il saldo del tuo wallet Dash Core è in realtà la somma totale di tutti gli " +"indirizzi che detengono il saldo associato al tuo wallet. Quando spendi " +"Dash, Dash Core preleverà tutti gli input necessari per costituire la " +"quantità desiderata di Dash da trasferire. Questo comportamento potrebbe " +"essere indesiderato se si desidera mantenere un certo equilibrio su un " +"indirizzo. Abilitando questa opzione verrà aggiunto un pulsante denominato " +"**Input** nella scheda **Invia**. Ciò fornisce l'accesso alla finestra di " +"dialogo **Selezione monete**, che può essere utilizzata per bloccare, " +"sbloccare e dare priorità a diversi indirizzi nel tuo wallet. Vedi :ref:`qui" +" ` per una spiegazione più dettagliata del Coin Control." #: ../../docs/user/wallets/dashcore/interface.rst:332 msgid "Show Masternodes tab" -msgstr "" +msgstr "Mostra la scheda Masternode" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" +"Abilitando questa opzione, Dash Core visualizzerà una scheda Masternodes " +"aggiuntiva a destra della scheda Transazioni. Questa opzione richiede il " +"riavvio dell'app Dash Core. La scheda Masternodes può essere utilizzata per " +"visualizzare i dettagli dei masternode registrati sulla blockchain di Dash." #: ../../docs/user/wallets/dashcore/interface.rst:337 msgid "Show Governance tab" -msgstr "" +msgstr "Mostra la scheda Governance" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" +"L'abilitazione di questa opzione fa sì che Dash Core visualizzi una scheda " +"Governance aggiuntiva. Questa opzione richiede il riavvio dell'app Dash " +"Core. La scheda Governance può essere utilizzata per visualizzare i dettagli" +" delle proposte di governance attive sulla rete Dash." #: ../../docs/user/wallets/dashcore/interface.rst:347 msgid "Spend unconfirmed change" -msgstr "" +msgstr "Spendere il resto non confermato" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." -msgstr "" +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." +msgstr "" +"Quando questa opzione è abilitata, il wallet Dash Core ti consente di " +"spendere immediatamente il resto delle transazioni precedenti che è stato " +"trasferito internamente tra indirizzi associati allo stesso wallet. Ciò è " +"possibile anche se la transazione non è stata ancora confermata perché il " +"wallet sa che prima o poi verrà confermata poiché ha creato lui stesso la " +"transazione interna. Lasciando abilitata questa opzione puoi creare nuove " +"transazioni anche se le transazioni precedenti non sono ancora state " +"confermate." #: ../../docs/user/wallets/dashcore/interface.rst:352 msgid "Enable CoinJoin features" -msgstr "" +msgstr "Abilita le funzionalità CoinJoin" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" +"L'abilitazione di questa opzione visualizza la scheda CoinJoin nella " +"finestra principale di Dash Core e la finestra di dialogo Opzioni e ti " +"consente di elaborare e spendere il tuo saldo utilizzando CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:355 msgid "CoinJoin tab" -msgstr "" +msgstr "Scheda CoinJoin" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" +"La scheda CoinJoin contiene opzioni relative al funzionamento di CoinJoin in" +" Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:363 msgid "The CoinJoin tab of the Dash Core Options dialog" -msgstr "" +msgstr "La scheda CoinJoin della finestra di dialogo Opzioni Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:370 msgid "Enable advanced interface" -msgstr "" +msgstr "Abilita l'interfaccia avanzata" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" +"L'abilitazione di questa opzione modifica l'interfaccia nella scheda " +"Panoramica del wallet Dash Core per includere ulteriori informazioni, come " +"le chiavi rimanenti, la percentuale di completamento e l'operazione " +"corrente. Vedi :ref:`qui ` per una spiegazione completa su come utilizzare " +"CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:374 msgid "Show popups for mixing transactions" -msgstr "" +msgstr "Mostra popup per mescolare le transazioni" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" +"Abilitando questa opzione verranno visualizzate le notifiche man mano che " +"vengono create le transazioni CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:382 msgid "Warn if the wallet is running out of keys" -msgstr "" +msgstr "Avvisa se il wallet sta finendo le chiavi" #: ../../docs/user/wallets/dashcore/interface.rst:377 msgid "" @@ -642,241 +818,316 @@ msgid "" "Consequently, users who have backups disabled will also have CoinJoin " "disabled." msgstr "" +"Abilitando questa opzione, Dash Core visualizzerà un avviso quando il set " +"originale di 1000 indirizzi sta per esaurirsi, il che potrebbe influire " +"sull'elaborazione CoinJoin. Quando vengono utilizzati 900 indirizzi, il tuo " +"portafoglio deve creare più indirizzi. Può farlo solo se hai abilitato i " +"backup automatici. Di conseguenza, gli utenti che hanno i backup " +"disabilitati avranno anche CoinJoin disabilitato." #: ../../docs/user/wallets/dashcore/interface.rst:390 msgid "Enable multi-session" -msgstr "" +msgstr "Abilita la multi-sessione" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." -msgstr "" +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." +msgstr "" +"Normalmente l'elaborazione CoinJoin viene completata in più round " +"consecutivi, ciascuno utilizzando un singolo masternode. Abilitare questa " +"opzione consente la multi-sessione, il che significa che è possibile " +"utilizzare più server masternode contemporaneamente, aumentando notevolmente" +" la velocità del processo CoinJoin al costo di creare più indirizzi e quindi" +" richiedere backup del wallet più frequenti." #: ../../docs/user/wallets/dashcore/interface.rst:398 msgid "Mixing rounds" -msgstr "" +msgstr "Giri di mixing" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" +"Utilizza questa opzione per controllare il numero di round di CoinJoin da " +"elaborare per il saldo scelto. Ogni ciclo di elaborazione utilizza un nuovo " +"masternode. Maggiore è il numero di giri, più difficile diventa risalire al " +"Dash fino al suo indirizzo originale. Ciò va a scapito di più tempo " +"necessario per l'elaborazione e di tariffe potenzialmente più elevate." #: ../../docs/user/wallets/dashcore/interface.rst:404 msgid "Target balance" -msgstr "" +msgstr "Bilancio Target" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" +"Questa opzione ti consente di specificare la quantità di Dash che deve " +"essere mantenuta in saldo nello stato elaborato pronto per l'uso, ovvero che" +" è già passato attraverso il processo CoinJoin. L'importo disponibile viene " +"mostrato come saldo nella scheda CoinJoin." #: ../../docs/user/wallets/dashcore/interface.rst:407 msgid "Network tab" -msgstr "" +msgstr "Scheda Rete" #: ../../docs/user/wallets/dashcore/interface.rst:409 msgid "This tab includes options related to your Dash network connection." -msgstr "" +msgstr "Questa scheda include opzioni relative alla connessione di rete Dash." #: ../../docs/user/wallets/dashcore/interface.rst:414 msgid "The Network tab of the Dash Core Options dialog" -msgstr "" +msgstr "La scheda Rete della finestra di dialogo Opzioni Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:422 msgid "Map port using UPnP" -msgstr "" +msgstr "Mappare la porta utilizzando UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" +"Questa opzione fa sì che Dash Core tenti automaticamente di aprire e mappare" +" la porta client sul router utilizzando `UPnP " +"`__ (Universal Plug " +"and Play). Questa funzione è supportata dalla maggior parte dei router " +"domestici moderni e ti consentirà di connetterti alla rete Dash senza " +"effettuare impostazioni speciali sul router." #: ../../docs/user/wallets/dashcore/interface.rst:429 msgid "Allow incoming connections" -msgstr "" +msgstr "Consenti connessioni in entrata" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" +"Questa opzione fa sì che il tuo client accetti connessioni esterne. Poiché " +"Dash è una rete peer-to-peer e Dash Core è considerato un client completo " +"perché memorizza una copia della blockchain sul tuo dispositivo, abilitare " +"questa opzione aiuta altri client a sincronizzare la blockchain e la rete " +"attraverso il tuo nodo." #: ../../docs/user/wallets/dashcore/interface.rst:436 msgid "Connect through SOCKS5 proxy (default proxy)" -msgstr "" +msgstr "Connettiti tramite proxy SOCKS5 (proxy predefinito)" #: ../../docs/user/wallets/dashcore/interface.rst:432 msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" +"Queste opzioni consentono agli utenti di una Intranet che richiede un proxy " +"per raggiungere Internet più ampia di specificare l'indirizzo del proprio " +"server proxy per inoltrare le richieste a Internet. Contatta " +"l'amministratore di sistema o controlla le impostazioni di rete nel tuo " +"browser web se non riesci a connetterti e sospetti che un proxy possa essere" +" la fonte del problema." #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" msgstr "" +"Utilizza proxy SOCKS5 separato per raggiungere i peer tramite i servizi " +"nascosti Tor" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" +"Queste opzioni ti consentono di specificare un server proxy aggiuntivo " +"progettato per aiutarti a connetterti ai peer sulla rete Tor. Questa è " +"un'opzione avanzata per una maggiore privacy e richiede un proxy Tor sulla " +"tua rete. Per ulteriori informazioni su Tor, vedere `qui " +"`__." #: ../../docs/user/wallets/dashcore/interface.rst:446 msgid "Display tab" -msgstr "" +msgstr "Scheda Visualizza" #: ../../docs/user/wallets/dashcore/interface.rst:448 msgid "" "This tab contains options relating to the display of the Dash Core app " "window." msgstr "" +"Questa scheda contiene opzioni relative alla visualizzazione della finestra " +"dell'app Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:454 msgid "The Display tab of the Dash Core Options dialog" -msgstr "" +msgstr "La scheda Visualizzazione della finestra di dialogo Opzioni Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:458 msgid "User interface language" -msgstr "" +msgstr "Lingua dell'interfaccia utente" #: ../../docs/user/wallets/dashcore/interface.rst:457 msgid "" "Select your preferred language from this drop-down menu. Changing the " "language requires you to restart the Dash Core app." msgstr "" +"Seleziona la tua lingua preferita da questo menu a discesa. La modifica " +"della lingua richiede il riavvio dell'app Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:464 msgid "Unit to show amounts in" -msgstr "" +msgstr "Unità in cui mostrare gli importi" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" +"Ciò ti consente di modificare l'unità di valuta predefinita in Dash Core da " +"DASH a mDASH, µDASH o duffs. Ogni unità sposta il separatore decimale di tre" +" posizioni verso destra. I Duff sono l'unità più piccola in cui il Dash può " +"essere suddiviso." #: ../../docs/user/wallets/dashcore/interface.rst:469 msgid "Decimal digits" -msgstr "" +msgstr "Cifre decimali" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" +"Questa opzione consente di selezionare quante cifre decimali verranno " +"visualizzate nell'interfaccia utente. Ciò non influisce sulla contabilità " +"interna dei tuoi input e del tuo saldo." #: ../../docs/user/wallets/dashcore/interface.rst:477 msgid "Third party transaction URLs" -msgstr "" +msgstr "URL di transazioni di terze parti" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." -msgstr "" +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." +msgstr "" +"Questa opzione ti consente di specificare un sito web esterno per " +"ispezionare un particolare indirizzo o transazione sulla blockchain. A " +"questo scopo sono disponibili diversi blockchain explorer. Per utilizzare " +"questa funzione, inserisci l'URL del tuo blockchain explorer preferito, " +"sostituendo %s con l'ID della transazione. Potrai quindi accedere a questo " +"blockchain explorer direttamente da Dash Core utilizzando il menu " +"contestuale di qualsiasi transazione." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" -msgstr "" +msgstr "Scheda Aspetto" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" +"Questa scheda contiene opzioni relative all'aspetto visivo della finestra " +"dell'app Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:488 msgid "The Appearance tab of the Dash Core Options dialog" -msgstr "" +msgstr "La scheda Aspetto della finestra di dialogo Opzioni Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:493 msgid "Theme" -msgstr "" +msgstr "Tema" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" +"Puoi utilizzare questa opzione per selezionare un tema diverso che regola " +"l'aspetto della finestra Dash Core. Tutte le funzionalità sono identiche nei" +" diversi temi." #: ../../docs/user/wallets/dashcore/interface.rst:497 msgid "Font Family" -msgstr "" +msgstr "Famiglia di Font" #: ../../docs/user/wallets/dashcore/interface.rst:496 msgid "" "This option allows you to select a different font to display text in the " "window." msgstr "" +"Questa opzione ti consente di selezionare un carattere diverso per " +"visualizzare il testo nella finestra." #: ../../docs/user/wallets/dashcore/interface.rst:500 msgid "Font Scale and Weight" -msgstr "" +msgstr "Dimensione e peso del Font" #: ../../docs/user/wallets/dashcore/interface.rst:500 msgid "These options control the size and weight of fonts in the window." msgstr "" +"Queste opzioni controllano la dimensione e lo spessore dei Font nella " +"finestra." #: ../../docs/user/wallets/dashcore/interface.rst:503 msgid "The Tools Dialog" -msgstr "" +msgstr "La finestra di dialogo Strumenti" #: ../../docs/user/wallets/dashcore/interface.rst:505 msgid "" "This documentation describes the functionality of the Dash Core Tools " "dialog, available under the **Tools** menu in Dash Core." msgstr "" +"Questa documentazione descrive la funzionalità della finestra di dialogo " +"Strumenti Dash Core, disponibile nel menu **Strumenti** in Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:509 msgid "Information tab" -msgstr "" +msgstr "Scheda Informazioni" #: ../../docs/user/wallets/dashcore/interface.rst:514 msgid "The Information tab of the Dash Core Tools dialog" -msgstr "" +msgstr "La scheda Informazioni della finestra di dialogo Strumenti Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:519 msgid "General" -msgstr "" +msgstr "Generale" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" +"Questa sezione visualizza informazioni sul nome e sulla versione del client " +"e del database e sulla posizione della directory dei dati dell'applicazione " +"corrente." #: ../../docs/user/wallets/dashcore/interface.rst:523 msgid "Network" @@ -884,192 +1135,231 @@ msgstr "Rete" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" +"In questa sezione vengono visualizzate informazioni e statistiche sulla rete" +" a cui sei connesso." #: ../../docs/user/wallets/dashcore/interface.rst:526 msgid "Block chain" -msgstr "" +msgstr "Blockchain" #: ../../docs/user/wallets/dashcore/interface.rst:526 msgid "This section shows the current status of the blockchain." -msgstr "" +msgstr "Questa sezione mostra lo stato attuale della blockchain." #: ../../docs/user/wallets/dashcore/interface.rst:532 msgid "Memory pool" -msgstr "" +msgstr "Memoria della pool" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" +"Questa sezione mostra lo stato del pool di memoria, che contiene transazioni" +" che non possono ancora essere scritte in un blocco. Ciò include sia le " +"transazioni create dall'ultimo blocco sia le transazioni che non è stato " +"possibile inserire nell'ultimo blocco perché era pieno." #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" -msgstr "" +msgstr "Apri il file di registro del debug" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" +"Questo pulsante apre debug.log dalla directory dei dati dell'applicazione. " +"Questo file contiene l'output di Dash Core che può aiutare a diagnosticare " +"gli errori." #: ../../docs/user/wallets/dashcore/interface.rst:539 msgid "Console tab" -msgstr "" +msgstr "Scheda Consolle" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" +"La scheda Console fornisce un'interfaccia con la console Dash Core RPC " +"(chiamata di procedura remota). Questo è equivalente al comando ``dash-cli``" +" sulle versioni headless di Dash, come ``dashd`` in esecuzione su un " +"masternode. Fai clic sull'icona rossa``×`` per pulire la console e consulta " +"la :ref:`documentazione ` dettagliata sui comandi RPC per " +"conoscere i possibili comandi che puoi inviare." #: ../../docs/user/wallets/dashcore/interface.rst:551 msgid "The Console tab of the Dash Core Tools dialog" -msgstr "" +msgstr "La scheda Console della finestra di dialogo Strumenti Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:554 msgid "Network Traffic tab" -msgstr "" +msgstr "Scheda Traffico di rete" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" +"La scheda Traffico di rete mostra un grafico del traffico inviato e ricevuto" +" ai peer sulla rete nel tempo. Puoi regolare il periodo di tempo utilizzando" +" il dispositivo di scorrimento o **Reimposta** il grafico." #: ../../docs/user/wallets/dashcore/interface.rst:563 msgid "The Network Traffic tab of the Dash Core Tools dialog" msgstr "" +"La scheda Traffico di rete della finestra di dialogo Strumenti Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:566 msgid "Peers tab" -msgstr "" +msgstr "Scheda Peer" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" +"La scheda Peer mostra un elenco di altri nodi completi connessi al tuo " +"client Dash Core. Sono visibili l'indirizzo IP, la versione e il tempo di " +"ping. Selezionando un peer vengono visualizzate informazioni aggiuntive sui " +"dati scambiati con quel peer." #: ../../docs/user/wallets/dashcore/interface.rst:576 msgid "The Peers tab of the Dash Core Tools dialog" -msgstr "" +msgstr "La scheda Peer della finestra di dialogo Strumenti Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:579 msgid "Wallet Repair tab" -msgstr "" +msgstr "Scheda Riparazione Wallet" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" +"La scheda Riparazione Wallet offre una serie di comandi di avvio per " +"ripristinare un wallet a uno stato funzionale. La selezione di uno di questi" +" comandi riavvierà Dash Core con l'opzione della riga di comando " +"specificata." #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" msgstr "" +"La scheda Riparazione Wallet della finestra di dialogo Strumenti Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:595 msgid "Rescan blockchain files 1" -msgstr "" +msgstr "Nuova scansione della blockchain 1" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." -msgstr "" +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." +msgstr "" +"Esegue nuovamente la scansione della blockchain già scaricata per eventuali " +"transazioni che interessano gli account contenuti nel wallet. Ciò potrebbe " +"essere necessario se sostituisci il tuo file wallet.dat con un wallet " +"diverso o un backup: la logica del wallet non verrà a conoscenza di queste " +"transazioni, quindi è necessaria una nuova scansione per determinare i " +"saldi." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" -msgstr "" +msgstr "Nuova scansione della blockchain 2" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" +"Esegue la stessa operazione di *Riscansione file blockchain 1* ma esegue la " +"scansione dal blocco genesi anziché dall'ora di creazione del wallet." #: ../../docs/user/wallets/dashcore/interface.rst:608 msgid "Recover transactions" -msgstr "" +msgstr "Recuperare le transazioni" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." -msgstr "" +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." +msgstr "" +"I comandi di ripristino delle transazioni possono essere utilizzati per " +"rimuovere le transazioni non confermate dal pool di memoria. Il tuo wallet " +"si riavvierà ed eseguirà nuovamente la scansione della blockchain, " +"recuperando le transazioni esistenti e rimuovendo le transazioni non " +"confermate. Le transazioni potrebbero rimanere bloccate in uno stato non " +"confermato se si verifica un conflitto nelle versioni del protocollo sulla " +"rete durante l'elaborazione di CoinJoin, ad esempio, o se una transazione " +"viene inviata con commissioni insufficienti quando i blocchi sono pieni." #: ../../docs/user/wallets/dashcore/interface.rst:614 msgid "Upgrade wallet format" -msgstr "" +msgstr "Aggiorna il formato del wallet" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" +"Questo comando è disponibile per wallet molto vecchi in cui è richiesto un " +"aggiornamento alla versione del wallet oltre a un aggiornamento al software " +"del wallet. Puoi visualizzare la versione attuale del tuo eseguendo il " +"comando ``getwalletinfo`` nella console." #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" -msgstr "" +msgstr "Ricostruisci l'indice" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" +"Elimina gli attuali indici blockchain e chainstate (il database degli output" +" delle transazioni non spesi) e li ricostruisce dai file di blocco " +"esistenti. Questo può essere utile per recuperare saldi mancanti o bloccati." #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" +"L'opzione di salvataggio del wallet è stata spostata nell'applicazione da " +"riga di comando dash-wallet autonoma in Dash Core v18.0. L'esecuzione di " +"dash-wallet con il comando ``salvage`` presuppone che il file del wallet " +"fornito dal parametro ``-wallet`` sia danneggiato e non possa essere letto. " +"Crea una copia del file del wallet come ..bak e lo " +"scansiona per tentare di recuperare eventuali chiavi private." #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" -msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - +msgstr "Esempio: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 546b97bf7..0ea11a829 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,33 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" +"Guida per inviare e ricevere Dash utilizzando il portafoglio Dash Core" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" -msgstr "" +msgstr "dash, core, wallet, invia, ricevi, transazione" #: ../../docs/user/wallets/dashcore/send-receive.rst:9 msgid "Sending and receiving" -msgstr "" +msgstr "Invia e ricevi" #: ../../docs/user/wallets/dashcore/send-receive.rst:11 msgid "" @@ -39,6 +44,14 @@ msgid "" "controlled by another Dash user and associated with their wallet. You can " "control which addresses you use using the Coin Control feature." msgstr "" +"Il tuo wallet Dash Core è associato a una serie di indirizzi univoci che " +"possono essere utilizzati per inviare e ricevere Dash. Ogni indirizzo " +"contiene il proprio saldo e la somma di tutti i tuoi saldi è ciò che appare " +"nella scheda **Panoramica**. Quando invii Dash, il tuo wallet trasferirà " +"automaticamente i fondi da tutti i tuoi indirizzi necessari all'indirizzo di" +" destinazione, che è controllato da un altro utente Dash e associato al suo " +"wallet. Puoi controllare quali indirizzi utilizzi utilizzando la funzione " +"Coin Control." #: ../../docs/user/wallets/dashcore/send-receive.rst:20 msgid "" @@ -49,14 +62,22 @@ msgid "" "masternode and mining payments are only released after 101 blocks. Note that" " a different process is used for InstantSend and CoinJoin transactions." msgstr "" +"Quando confermi una transazione, Dash Core inserirà la transazione in un " +"blocco, che verrà quindi aggiunto alla blockchain affinché altri clienti " +"possano confermarlo. Una transazione è generalmente considerata confermata " +"dopo che sono stati aggiunti sei blocchi dopo il blocco contenente la " +"transazione, sebbene i pagamenti masternode e mining vengano rilasciati solo" +" dopo 101 blocchi. Tieni presente che per le transazioni InstantSend e " +"CoinJoin viene utilizzato un processo diverso." #: ../../docs/user/wallets/dashcore/send-receive.rst:27 msgid "Dash addresses are 34 characters long and begin with an uppercase X." msgstr "" +"Gli indirizzi dash sono lunghi 34 caratteri e iniziano con una X maiuscola." #: ../../docs/user/wallets/dashcore/send-receive.rst:30 msgid "Sending Dash" -msgstr "" +msgstr "Invio di Dash" #: ../../docs/user/wallets/dashcore/send-receive.rst:32 msgid "" @@ -65,10 +86,14 @@ msgid "" " the funds. Click the **Send** tab in the tab bar and enter the destination " "address in the **Pay To** field." msgstr "" +"Puoi utilizzare Dash Core per inviare Dash dal tuo saldo a un altro utente. " +"L'utente ricevente ti fornirà un indirizzo Dash a cui inviare i fondi. Fai " +"clic sulla scheda **Invia** nella barra delle schede e inserisci l'indirizzo" +" di destinazione nel campo **Paga a**." #: ../../docs/user/wallets/dashcore/send-receive.rst:40 msgid "The Dash Core Send tab" -msgstr "" +msgstr "La scheda Invio di Dash Core" #: ../../docs/user/wallets/dashcore/send-receive.rst:42 msgid "" @@ -79,10 +104,16 @@ msgid "" "again later. Finally, enter the amount of Dash you want to transfer in the " "**Amount** field." msgstr "" +"Puoi anche utilizzare le tre icone |sendicons| a destra del campo **Paga a**" +" per selezionare un indirizzo utilizzato in precedenza, incollare un " +"indirizzo dagli appunti o cancellare l'indirizzo corrente. Se si tratta di " +"un nuovo indirizzo, puoi inserire un nome per l'indirizzo nel campo " +"**Etichetta** per identificarlo nuovamente in seguito. Infine, inserisci " +"l'importo di Dash che desideri trasferire nel campo **Importo**." #: ../../docs/user/wallets/dashcore/send-receive.rst:49 msgid "sendicons" -msgstr "" +msgstr "sendicons" #: ../../docs/user/wallets/dashcore/send-receive.rst:52 msgid "" @@ -91,6 +122,10 @@ msgid "" "sent. You can also increase your fee to encourage nodes on the network to " "prioritize your transaction." msgstr "" +"Le altre opzioni riguardano le commissioni. Puoi scegliere se vuoi pagare la" +" tariffa di rete in aggiunta all'importo inviato, oppure sottrarla " +"dall'importo inviato. Puoi anche aumentare la tua commissione per " +"incoraggiare i nodi della rete a dare priorità alla tua transazione." #: ../../docs/user/wallets/dashcore/send-receive.rst:57 msgid "" @@ -99,10 +134,14 @@ msgid "" " can be seen in the following window beginning with *yWa*. The invoice is " "for 2.5 Dash, which you fill in the **Amount** field." msgstr "" +"Proviamo un esempio. Supponiamo che tu abbia ricevuto una fattura che ora " +"desideri pagare con Dash. L'autore della fattura ha incluso un indirizzo " +"Dash, che può essere visto nella finestra seguente che inizia con *yWa*. La " +"fattura è per 2,5 Dash, che dovrai compilare nel campo **Importo**." #: ../../docs/user/wallets/dashcore/send-receive.rst:65 msgid "The Send tab filled out for a transaction" -msgstr "" +msgstr "La scheda Invia è stata compilata per una transazione" #: ../../docs/user/wallets/dashcore/send-receive.rst:67 msgid "" @@ -110,20 +149,26 @@ msgid "" "**Send** button. If you have encrypted your wallet, you will now be required" " to enter your password to unlock the wallet." msgstr "" +"Una volta inserito l'indirizzo di destinazione e l'importo, clicca sul " +"pulsante **Invia**. Se hai crittografato il tuo wallet, ora ti verrà " +"richiesto di inserire la password per sbloccare il wallet." #: ../../docs/user/wallets/dashcore/send-receive.rst:74 msgid "Entering the password to unlock the wallet" -msgstr "" +msgstr "Immissione della password per sbloccare il wallet" #: ../../docs/user/wallets/dashcore/send-receive.rst:76 msgid "" "Finally, you are given one final confirmation and chance to cancel your send" " transaction before Dash Core processes the transaction on the blockchain." msgstr "" +"Infine, ti viene data un'ultima conferma e la possibilità di annullare la " +"transazione di invio prima che Dash Core elabori la transazione sulla " +"blockchain." #: ../../docs/user/wallets/dashcore/send-receive.rst:83 msgid "Final confirmation window" -msgstr "" +msgstr "Finestra di conferma finale" #: ../../docs/user/wallets/dashcore/send-receive.rst:85 msgid "" @@ -131,10 +176,13 @@ msgid "" "operating system may display a notification, and the transaction will appear" " on the Transactions tab, where you can monitor its progress." msgstr "" +"Se rispondi con **Sì**, la transazione verrà elaborata. Il tuo sistema " +"operativo potrebbe visualizzare una notifica e la transazione apparirà nella" +" scheda Transazioni, dove potrai monitorarne l'avanzamento." #: ../../docs/user/wallets/dashcore/send-receive.rst:92 msgid "The Windows 10 sent transaction confirmation notification" -msgstr "" +msgstr "Windows 10 ha inviato una notifica di conferma della transazione" #: ../../docs/user/wallets/dashcore/send-receive.rst:94 msgid "" @@ -142,40 +190,50 @@ msgid "" " the transaction fee. In the next section, we will see what this procedure " "looks like from the receiving side." msgstr "" +"Da notare che l'importo della transazione è aumentato di .00003926 Dash. " +"Questa è la commissione di transazione. Nella prossima sezione vedremo come " +"si presenta questa procedura dal lato ricevente." #: ../../docs/user/wallets/dashcore/send-receive.rst:98 msgid "" "Stuck transactions can be resent one-by-one using the \"Resend " "transactions\" option in the menu." msgstr "" +"Le transazioni bloccate possono essere rinviate una per una utilizzando " +"l'opzione \"Rinvia transazioni\" nel menu." #: ../../docs/user/wallets/dashcore/send-receive.rst:104 msgid "Resending transactions" -msgstr "" +msgstr "Nuovo invio delle transazioni" #: ../../docs/user/wallets/dashcore/send-receive.rst:107 msgid "Receiving Dash" -msgstr "" +msgstr "Ricevere Dash" #: ../../docs/user/wallets/dashcore/send-receive.rst:109 msgid "" "To receive Dash, you must first create a receiving address to give to the " "sending party. To do this, click the **Receive** tab in the tab bar." msgstr "" +"Per ricevere Dash, devi prima creare un indirizzo di ricezione da fornire " +"alla parte mittente. Per fare ciò, fai clic sulla scheda **Ricevi** nella " +"barra delle schede." #: ../../docs/user/wallets/dashcore/send-receive.rst:115 msgid "The Receive tab" -msgstr "" +msgstr "La scheda Ricevi" #: ../../docs/user/wallets/dashcore/send-receive.rst:117 msgid "" "Create a new address by clicking the **Request new receiving address** " "button." msgstr "" +"Crea un nuovo indirizzo facendo clic sul pulsante **Richiedi nuovo indirizzo" +" di ricezione**." #: ../../docs/user/wallets/dashcore/send-receive.rst:122 msgid "The Request payment window" -msgstr "" +msgstr "La finestra Richiedi pagamento" #: ../../docs/user/wallets/dashcore/send-receive.rst:124 msgid "" @@ -186,24 +244,33 @@ msgid "" "blocks on the blockchain when it is open, and will recognize a new " "transaction involving your receiving address when it occurs." msgstr "" +"Fai clic su **Copia indirizzo** nella finestra Richiedi pagamento che si " +"apre e fornisci questo indirizzo alla persona che ti invierà Dash. Non è " +"necessario che il tuo wallet sia aperto per ricevere fondi, ma se lo è, puoi" +" vedere la transazione arrivare in tempo reale. Questo perché il tuo wallet " +"controlla costantemente la presenza di nuovi blocchi sulla blockchain quando" +" è aperta e riconoscerà una nuova transazione che coinvolge il tuo indirizzo" +" di ricezione quando si verifica." #: ../../docs/user/wallets/dashcore/send-receive.rst:134 msgid "The Windows 10 received transaction confirmation notification" -msgstr "" +msgstr "Windows 10 ha ricevuto una notifica di conferma della transazione" #: ../../docs/user/wallets/dashcore/send-receive.rst:136 msgid "" "Once you have been paid, you can see the balance both on the **Overview** " "tab and on the **Transactions** tab." msgstr "" +"Una volta ricevuto il pagamento, potrai visualizzare il saldo sia nella " +"scheda **Panoramica** che nella scheda **Transazioni**." #: ../../docs/user/wallets/dashcore/send-receive.rst:142 msgid "The received transaction" -msgstr "" +msgstr "La transazione ricevuta" #: ../../docs/user/wallets/dashcore/send-receive.rst:145 msgid "Viewing Addresses" -msgstr "" +msgstr "Visualizzazione degli indirizzi" #: ../../docs/user/wallets/dashcore/send-receive.rst:147 msgid "" @@ -211,13 +278,19 @@ msgid "" "Receiving addresses**. In the same way, sending addresses can be seen by " "clicking **Window > Sending addresses**." msgstr "" +"Per visualizzare tutti gli indirizzi di ricezione creati in precedenza, fare" +" clic su **Finestra > Indirizzi di ricezione**. Allo stesso modo, gli " +"indirizzi di invio possono essere visualizzati facendo clic su **Finestra > " +"Indirizzi di invio**." #: ../../docs/user/wallets/dashcore/send-receive.rst:154 msgid "The Receiving addresses window" -msgstr "" +msgstr "La finestra Indirizzi di ricezione" #: ../../docs/user/wallets/dashcore/send-receive.rst:156 msgid "" "You can edit an existing address by right clicking and selecting **Edit** " "address from the context menu." msgstr "" +"Puoi modificare un indirizzo esistente facendo clic con il pulsante destro " +"del mouse e selezionando **Modifica** indirizzo dal menu contestuale." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index ffb51799a..b0ec37b82 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,42 +1,47 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # William Lotta , 2022 # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: AL , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" +"Masternode, multisig, paper wallet, cold storage e riga di comando nel " +"wallet Dash Electrum." -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" msgstr "" +"dash, wallet, electrum, masternode, multisig, paper, cold storage, linea di " +"comando" #: ../../docs/user/wallets/electrum/advanced.rst:9 msgid "Advanced functions" -msgstr "" +msgstr "Funzioni avanzate" #: ../../docs/user/wallets/electrum/advanced.rst:11 msgid "" @@ -47,44 +52,61 @@ msgid "" "details on other advanced functions in Electrum for both Bitcoin and Dash, " "please click the links below." msgstr "" +"Dash Electrum è basato su `Electrum `_, un portafoglio" +" Bitcoin. La maggior parte delle funzioni sono identiche, il che significa " +"che non è necessario riprodurre qui l'intera documentazione di Electrum. Le " +"sezioni seguenti descrivono alcune funzioni avanzate utilizzate di " +"frequente. Per ulteriori dettagli su altre funzioni avanzate di Electrum sia" +" per Bitcoin che per Dash, fai clic sui collegamenti seguenti." #: ../../docs/user/wallets/electrum/advanced.rst:18 msgid "`Electrum documentation `_" -msgstr "" +msgstr "`Electrum documentazione `_" #: ../../docs/user/wallets/electrum/advanced.rst:19 msgid "" "`Electrum seed version system " "`_" msgstr "" +"`Seed di Electrum versioni di sistema " +"`_" #: ../../docs/user/wallets/electrum/advanced.rst:20 msgid "" "`Electrum protocol specification " "`_" msgstr "" +"`Specifica del protocollo Electrum " +"`_" #: ../../docs/user/wallets/electrum/advanced.rst:21 msgid "" "`Serialization of unsigned or partially signed transactions " "`_" msgstr "" +"`Serializzazione di transazioni non firmate o parzialmente firmate " +"`_" #: ../../docs/user/wallets/electrum/advanced.rst:22 msgid "" "`Simple Payment Verification " "`_" msgstr "" +"`Verifica semplice dei pagamenti " +"`_" #: ../../docs/user/wallets/electrum/advanced.rst:23 msgid "" "`The Python Console `_" msgstr "" +"`Console di Python `_" #: ../../docs/user/wallets/electrum/advanced.rst:24 msgid "" "`Using Electrum Through Tor `_" msgstr "" +"`Utilizzo di Electrum tramite Tor " +"`_" #: ../../docs/user/wallets/electrum/advanced.rst:27 msgid "PrivateSend" @@ -98,10 +120,16 @@ msgid "" "PrivateSend is available in Dash Electrum versions 3.3.8.3 and higher, with " "support for hardware wallets added in 3.3.8.7." msgstr "" +":ref:`PrivateSend ` offre agli utenti una maggiore privacy durante la " +"creazione di transazioni suddividendo il saldo dell'utente in un numero di " +"denominazioni predefinite prima della spesa. Questo processo è noto come " +"CoinJoin. PrivateSend è disponibile nelle versioni Dash Electrum 3.3.8.3 e " +"successive, con il supporto per i portafogli hardware aggiunto nella " +"3.3.8.7." #: ../../docs/user/wallets/electrum/advanced.rst:36 msgid "Processing and sending" -msgstr "" +msgstr "Elaborazione e invio" #: ../../docs/user/wallets/electrum/advanced.rst:38 msgid "" @@ -109,10 +137,13 @@ msgid "" "PrivateSend** or click the **PS** icon in the lower right corner of the main" " window. The following window appears:" msgstr "" +"Per avviare l'elaborazione di PrivateSend in Dash Electrum, seleziona " +"**Wallet > PrivateSend** o fai clic sull'icona **PS** nell'angolo in basso a" +" destra della finestra principale. Viene visualizzata la seguente finestra:" #: ../../docs/user/wallets/electrum/advanced.rst:45 msgid "PrivateSend dialog in Dash Electrum" -msgstr "" +msgstr "Finestra di dialogo PrivateSend in Dash Electrum" #: ../../docs/user/wallets/electrum/advanced.rst:47 msgid "" @@ -122,6 +153,12 @@ msgid "" " shows the completion progress. Additional information on the process is " "available on the **Info** and **Log** tabs." msgstr "" +"Inserisci la **Quantità di Dash da mantenere anonimo** e il numero di " +"**Round di PrivateSend da utilizzare**. Quindi fai clic su **Abilita " +"PrivateSend**, seguito da **Avvia mixaggio**. Il processo avrà inizio e la " +"barra **Avanzamento del mixaggio** mostrerà l'avanzamento del completamento." +" Ulteriori informazioni sul processo sono disponibili nelle schede " +"**Informazioni** e **Registro**." #: ../../docs/user/wallets/electrum/advanced.rst:53 msgid "" @@ -129,16 +166,23 @@ msgid "" "the **Send** tab before sending your transaction. Dash Electrum will only " "use Dash processed according to your specifications for the transaction." msgstr "" +"Una volta completata l'elaborazione, seleziona semplicemente la casella di " +"controllo **PrivateSend** nella scheda **Invia** prima di inviare la " +"transazione. Dash Electrum utilizzerà solo Dash elaborato in base alle tue " +"specifiche per la transazione." #: ../../docs/user/wallets/electrum/advanced.rst:59 msgid "Hardware Wallets" -msgstr "" +msgstr "Hardware Wallet" #: ../../docs/user/wallets/electrum/advanced.rst:61 msgid "" "You can use hardware wallets with Dash Electrum. Under Linux, it may be " "necessary to first install dependencies and udev rules as follows::" msgstr "" +"Puoi utilizzare i wallet hardware con Dash Electrum. Sotto Linux, potrebbe " +"essere necessario installare prima le dipendenze e le regole udev come " +"segue:" #: ../../docs/user/wallets/electrum/advanced.rst:67 msgid "" @@ -149,6 +193,12 @@ msgid "" "begin. You can then spend the processed Dash, or send it back to your " "hardware wallet." msgstr "" +"È supportata anche l'elaborazione PrivateSend. L'avvio dell'elaborazione di " +"PrivateSend in Dash Electrum con un wallet hardware genererà un nuovo wallet" +" HD e un mnemonico per il keystore PrivateSend. Verrà creata una transazione" +" dal wallet hardware a un indirizzo in questo archivio di chiavi e inizierà " +"l'elaborazione. Puoi quindi spendere il Dash elaborato o rispedirlo al tuo " +"wallet hardware." #: ../../docs/user/wallets/electrum/advanced.rst:77 msgid "Masternodes" @@ -157,10 +207,12 @@ msgstr "Masternodes" #: ../../docs/user/wallets/electrum/advanced.rst:79 msgid "Dash Electrum supports masternode creation through the **DIP3** tab." msgstr "" +"Dash Electrum supporta la creazione di masternode tramite la scheda " +"**DIP3**." #: ../../docs/user/wallets/electrum/advanced.rst:82 msgid "DIP3" -msgstr "" +msgstr "DIP3" #: ../../docs/user/wallets/electrum/advanced.rst:84 msgid "" @@ -168,45 +220,52 @@ msgid "" "displays the status of your masternode(s) and also allows viewing a list of " "all registered masternodes on the network." msgstr "" +"La scheda DIP3 può essere abilitata tramite il menu **Visualizza > Mostra " +"DIP3**. Questa scheda mostra lo stato dei tuoi masternodi e consente anche " +"di visualizzare un elenco di tutti i masternodi registrati sulla rete." #: ../../docs/user/wallets/electrum/advanced.rst:88 msgid "" "The tab displays the following data about each masternode you have set up:" msgstr "" +"La scheda mostra i seguenti dati su ciascun masternode che hai impostato:" #: ../../docs/user/wallets/electrum/advanced.rst:90 msgid "The alias (name) of the masternode." -msgstr "" +msgstr "L'alias (nome) del masternode." #: ../../docs/user/wallets/electrum/advanced.rst:91 msgid "The state of the masternode (e.g. whether it has been activated)." -msgstr "" +msgstr "Lo stato del masternode (ad esempio se è stato attivato)." #: ../../docs/user/wallets/electrum/advanced.rst:92 msgid "The keys" -msgstr "" +msgstr "Le chiavi" #: ../../docs/user/wallets/electrum/advanced.rst:93 msgid "The Provider Registration transaction hash of the masternode." msgstr "" +"L'hash della transazione di registrazione del provider del masternode." #: ../../docs/user/wallets/electrum/advanced.rst:94 msgid "The IP address and port that your masternode can be reached at." -msgstr "" +msgstr "L'indirizzo IP e la porta a cui è raggiungibile il tuo masternode." #: ../../docs/user/wallets/electrum/advanced.rst:99 msgid "DIP3 tab with masternode information" -msgstr "" +msgstr "Scheda DIP3 con informazioni sul masternode" #: ../../docs/user/wallets/electrum/advanced.rst:102 msgid "Masternode setup" -msgstr "" +msgstr "Configurazione del masternode" #: ../../docs/user/wallets/electrum/advanced.rst:104 msgid "" "To setup a masternode, navigate to the DIP3 tab and click the **Add/Import**" " button." msgstr "" +"Per impostare un masternode, vai alla scheda DIP3 e fai clic sul pulsante " +"**Aggiungi/Importa**." #: ../../docs/user/wallets/electrum/advanced.rst:109 msgid "" @@ -217,16 +276,24 @@ msgid "" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" +"Se combinato con le :ref:`funzionalità multisig ` di " +"Electrum, il collaterale masternode può essere archiviato in un wallet " +"multisig per una maggiore flessibilità di sicurezza. Vedi `questa pagina " +"`_" +" per la documentazione di Dash Electrum che dimostra come configurare un " +"masternode utilizzando un collaterale multisig." #: ../../docs/user/wallets/electrum/advanced.rst:116 msgid "" "**Always exercise caution when using multisig accounts and verify that each " "mnemonic is backed up appropriately.**" msgstr "" +"**Prestare sempre attenzione quando si utilizzano account multisig e " +"verificare che venga eseguito il backup appropriato di ogni mnemonico.**" #: ../../docs/user/wallets/electrum/advanced.rst:122 msgid "Add or import masternode" -msgstr "" +msgstr "Aggiungi o importa masternode" #: ../../docs/user/wallets/electrum/advanced.rst:124 msgid "" @@ -235,6 +302,11 @@ msgid "" "point very few legacy masternodes are present, so only the **Create and " "register DIP3 Masternode** option will be covered in detail." msgstr "" +"Electrum supporta la creazione/registrazione di nuovi masternode nonché " +"l'importazione e la registrazione di masternode legacy tramite un file " +"``masternode.conf``. A questo punto sono presenti pochissimi masternode " +"legacy, quindi solo l'opzione **Crea e registra DIP3 Masternode** verrà " +"trattata in dettaglio." #: ../../docs/user/wallets/electrum/advanced.rst:129 msgid "" @@ -244,10 +316,16 @@ msgid "" "hosted masternode so both ownership type checkboxes are selected. Click " "**Next** to continue." msgstr "" +"Sono disponibili due tipi di proprietà supportati: solo proprietario e " +"proprietario/operatore. La differenza principale durante la configurazione è" +" se la chiave privata BLS dell'operatore è archiviata o meno in Electrum. I " +"passaggi seguenti mostrano la creazione di un masternode self-hosted in modo" +" che entrambe le caselle di controllo del tipo di proprietà siano " +"selezionate. Fare clic su **Avanti** per continuare." #: ../../docs/user/wallets/electrum/advanced.rst:138 msgid "Select operation type and ownership properties" -msgstr "" +msgstr "Seleziona il tipo di operazione e le proprietà dei proprietari" #: ../../docs/user/wallets/electrum/advanced.rst:140 msgid "" @@ -255,10 +333,13 @@ msgid "" "fees available in your wallet. Leave **Create collateral as ProRegTx " "output** checked and click **Next**." msgstr "" +"Per avviare un masternode, devi avere 1000 DASH più una piccola somma per le" +" commissioni disponibili nel tuo wallet. Lascia selezionato **Crea materiale" +" collaterale come output ProRegTx** e fai clic su **Avanti**." #: ../../docs/user/wallets/electrum/advanced.rst:147 msgid "Select collateral output for masternode" -msgstr "" +msgstr "Seleziona l'output collaterale per masternode" #: ../../docs/user/wallets/electrum/advanced.rst:149 msgid "" @@ -267,10 +348,14 @@ msgid "" "entering them (the port will be set to the default mainnet port of 9999 " "automatically)." msgstr "" +"Sono necessarie alcune informazioni sul tuo masternode. È necessario fornire" +" l'indirizzo IP e la porta utilizzati dal masternode. Fare clic su " +"**Avanti** dopo averli inseriti (la porta verrà impostata automaticamente " +"sulla porta mainnet predefinita 9999)." #: ../../docs/user/wallets/electrum/advanced.rst:156 msgid "Enter masternode IP address and port" -msgstr "" +msgstr "Inserisci l'indirizzo IP e la porta del masternode" #: ../../docs/user/wallets/electrum/advanced.rst:158 msgid "" @@ -278,10 +363,15 @@ msgid "" "Electrum will automatically select addresses from your wallet. Click " "**Next** to continue." msgstr "" +"Ogni masternode richiede tre indirizzi: proprietario, voto e pagamento. " +"Electrum selezionerà automaticamente gli indirizzi dal tuo portafoglio. Fare" +" clic su **Avanti** per continuare." #: ../../docs/user/wallets/electrum/advanced.rst:165 msgid "Select masternode owner, voting, and payout addresses" msgstr "" +"Seleziona il proprietario del masternode, gli indirizzi di voto e di " +"pagamento" #: ../../docs/user/wallets/electrum/advanced.rst:167 msgid "" @@ -292,6 +382,12 @@ msgid "" "masternode will use the private key to sign messages, and the Dash network " "will know that you authorized it to do so." msgstr "" +"Un masternode richiede una chiave \"operatore\" BLS come descritto in `DIP3 " +"`_. Se gestisci il tuo masternode, sia Dash Electrum che" +" il tuo masternode devono conoscere la chiave privata dell'operatore. Il tuo" +" masternode utilizzerà la chiave privata per firmare i messaggi e la rete " +"Dash saprà che l'hai autorizzata a farlo." #: ../../docs/user/wallets/electrum/advanced.rst:172 msgid "" @@ -300,10 +396,14 @@ msgid "" "masternode configuration. Click **Next** after copying this line to your " "masternode's ``dash.conf`` file." msgstr "" +"Electrum genererà la coppia di chiavi pubblica/privata BLS richiesta e ti " +"fornirà la linea che deve essere copiata nel masternode per una corretta " +"configurazione del masternode. Fai clic su **Avanti** dopo aver copiato " +"questa riga nel file ``dash.conf`` del tuo masternode." #: ../../docs/user/wallets/electrum/advanced.rst:180 msgid "BLS key setup" -msgstr "" +msgstr "Configurazione della chiave BLS" #: ../../docs/user/wallets/electrum/advanced.rst:182 msgid "" @@ -313,14 +413,19 @@ msgid "" " The **Send** tab will open and be populated with the info necessary to " "register the masternode." msgstr "" +"Tutti i parametri sono ora configurati. Questa schermata mostra i dettagli " +"della configurazione e consente di salvare le informazioni. Assicurati che " +"la casella **Crea ProRegTx dopo aver salvato i dati Masternode** sia " +"selezionata, quindi fai clic su **Salva**. La scheda **Invia** si aprirà e " +"verrà popolata con le informazioni necessarie per registrare il masternode." #: ../../docs/user/wallets/electrum/advanced.rst:190 msgid "Examine parameters and save masternode" -msgstr "" +msgstr "Esamina i parametri e salva il masternode" #: ../../docs/user/wallets/electrum/advanced.rst:193 msgid "Registering your masternode" -msgstr "" +msgstr "Registrazione del tuo masternode" #: ../../docs/user/wallets/electrum/advanced.rst:195 msgid "" @@ -328,6 +433,9 @@ msgid "" "filled out by the previous step, just Click **Pay...** to complete the " "registration." msgstr "" +"Poiché le informazioni ProRegTx richieste per registrare il masternode sono " +"state compilate nel passaggio precedente, è sufficiente fare clic su " +"**Paga...** per completare la registrazione." #: ../../docs/user/wallets/electrum/advanced.rst:200 msgid "" @@ -335,20 +443,25 @@ msgid "" "**DIP3** tab, select the unregistered masternode from the list of **Wallet " "MNs**, and click **Register**." msgstr "" +"Per completare la registrazione di qualsiasi masternode precedentemente " +"configurato, vai alla scheda **DIP3**, seleziona il masternode non " +"registrato dall'elenco dei **Wallet MN** e fai clic su **Registra**." #: ../../docs/user/wallets/electrum/advanced.rst:207 msgid "Send tab with ProRegTx prepared" -msgstr "" +msgstr "Scheda Invia con ProRegTx preparato" #: ../../docs/user/wallets/electrum/advanced.rst:209 msgid "" "Enter your password and click **Send** to broadcast the registration " "transaction." msgstr "" +"Inserisci la tua password e fai clic su **Invia** per trasmettere la " +"transazione di registrazione." #: ../../docs/user/wallets/electrum/advanced.rst:215 msgid "Confirm ProRegTx Transaction" -msgstr "" +msgstr "Conferma la transazione ProRegTx" #: ../../docs/user/wallets/electrum/advanced.rst:217 msgid "" @@ -356,46 +469,56 @@ msgid "" "successfully. This ProRegTx hash is used by the network to uniquely identify" " the masternode. Click **OK** to close the screen." msgstr "" +"L'hash della transazione verrà visualizzato una volta che la transazione è " +"stata inviata con successo. Questo hash ProRegTx viene utilizzato dalla rete" +" per identificare in modo univoco il masternode. Fare clic su **OK** per " +"chiudere la schermata." #: ../../docs/user/wallets/electrum/advanced.rst:224 #: ../../docs/user/wallets/electrum/advanced.rst:306 #: ../../docs/user/wallets/electrum/advanced.rst:362 msgid "Transaction sent screen showing transaction hash" -msgstr "" +msgstr "Schermata Transazione inviata che mostra l'hash della transazione" #: ../../docs/user/wallets/electrum/advanced.rst:226 msgid "" "Prior to the ProRegTx being confirmed the new masternode will appear as " "unregistered on the DIP3 tab." msgstr "" +"Prima che il ProRegTx venga confermato, il nuovo masternode apparirà come " +"non registrato nella scheda DIP3." #: ../../docs/user/wallets/electrum/advanced.rst:232 msgid "DIP3 tab showing unregistered masternode" -msgstr "" +msgstr "Scheda DIP3 che mostra il masternode non registrato" #: ../../docs/user/wallets/electrum/advanced.rst:234 msgid "" "Once the ProRegTx has been confirmed, the new masternode will appear as " "registered on the DIP3 tab." msgstr "" +"Una volta confermato il ProRegTx, il nuovo masternode apparirà come " +"registrato nella scheda DIP3." #: ../../docs/user/wallets/electrum/advanced.rst:240 msgid "DIP3 tab showing registered masternode" -msgstr "" +msgstr "Scheda DIP3 che mostra il masternode registrato" #: ../../docs/user/wallets/electrum/advanced.rst:243 msgid "Updating masternode registration" -msgstr "" +msgstr "Aggiornamento della registrazione del masternode" #: ../../docs/user/wallets/electrum/advanced.rst:245 msgid "" "To update masternode registration information, navigate to the DIP3 tab and " "click the **Update Registrar** button." msgstr "" +"Per aggiornare le informazioni di registrazione del masternode, vai alla " +"scheda DIP3 e fai clic sul pulsante **Aggiorna registrar**." #: ../../docs/user/wallets/electrum/advanced.rst:251 msgid "Update Registrar" -msgstr "" +msgstr "Aggiorna Registrazione" #: ../../docs/user/wallets/electrum/advanced.rst:253 msgid "" @@ -404,16 +527,23 @@ msgid "" "or addresses from a different wallet (e.g. a hardware wallet) can be pasted " "into either field. Click **Next** to continue." msgstr "" +"Il proprietario del masternode può aggiornare gli indirizzi di voto e di " +"pagamento in qualsiasi momento. Gli indirizzi del wallet corrente possono " +"essere selezionati dal menu a discesa oppure gli indirizzi di un wallet " +"diverso (ad esempio un wallet hardware) possono essere incollati in uno dei " +"due campi. Fare clic su **Avanti** per continuare." #: ../../docs/user/wallets/electrum/advanced.rst:261 msgid "Update masternode voting and/or payout address" -msgstr "" +msgstr "Aggiorna l'indirizzo di voto e/o pagamento del masternode" #: ../../docs/user/wallets/electrum/advanced.rst:263 msgid "" "The masternode owner may also update the operator BLS key at any time. Click" " **Next** to continue." msgstr "" +"Il proprietario del masternode può inoltre aggiornare la chiave BLS " +"dell'operatore in qualsiasi momento. Fare clic su **Avanti** per continuare." #: ../../docs/user/wallets/electrum/advanced.rst:267 msgid "" @@ -421,10 +551,13 @@ msgid "" "``dash.conf`` file on the masternode. Electrum will provide a notification " "with instructions when this is required." msgstr "" +"Ogni volta che la chiave privata dell'operatore viene modificata, deve " +"essere copiata nel file ``dash.conf`` sul masternode. Electrum fornirà una " +"notifica con le istruzioni quando ciò sarà richiesto." #: ../../docs/user/wallets/electrum/advanced.rst:274 msgid "Update operator BLS key" -msgstr "" +msgstr "Aggiorna la chiave BLS dell'operatore" #: ../../docs/user/wallets/electrum/advanced.rst:276 msgid "" @@ -433,10 +566,14 @@ msgid "" "**Send** tab will open and be populated with the info necessary to update " "the masternode." msgstr "" +"Tutti i parametri sono ora configurati. Questa schermata mostra i dettagli " +"di configurazione aggiornati. Fare clic su **Prepara ProUpRegTx** per " +"continuare. La scheda **Invia** si aprirà e verrà popolata con le " +"informazioni necessarie per aggiornare il masternode." #: ../../docs/user/wallets/electrum/advanced.rst:283 msgid "Examine parameters and update masternode" -msgstr "" +msgstr "Esaminare i parametri e aggiornare il masternode" #: ../../docs/user/wallets/electrum/advanced.rst:285 msgid "" @@ -444,20 +581,25 @@ msgid "" "was filled out by the previous step so just Click **Pay...** to complete the" " update." msgstr "" +"Le informazioni ProUpRegTx richieste per aggiornare la registrazione del " +"masternode sono state inserite nel passaggio precedente, quindi è " +"sufficiente fare clic su **Paga...** per completare l'aggiornamento." #: ../../docs/user/wallets/electrum/advanced.rst:291 msgid "Send tab with ProUpRegTx prepared" -msgstr "" +msgstr "Scheda Invia con ProUpRegTx preparato" #: ../../docs/user/wallets/electrum/advanced.rst:293 #: ../../docs/user/wallets/electrum/advanced.rst:349 msgid "" "Enter your password and click **Send** to broadcast the update transaction." msgstr "" +"Inserisci la tua password e fai clic su **Invia** per trasmettere la " +"transazione di aggiornamento." #: ../../docs/user/wallets/electrum/advanced.rst:298 msgid "Confirm ProUpRegTx Transaction" -msgstr "" +msgstr "Conferma la transazione ProUpRegTx" #: ../../docs/user/wallets/electrum/advanced.rst:300 #: ../../docs/user/wallets/electrum/advanced.rst:356 @@ -465,43 +607,53 @@ msgid "" "The transaction hash will be displayed once the transaction has been sent " "successfully. Click **OK** to close the screen." msgstr "" +"L'hash della transazione verrà visualizzato una volta che la transazione è " +"stata inviata con successo. Fare clic su **OK** per chiudere la schermata." #: ../../docs/user/wallets/electrum/advanced.rst:309 msgid "Updating masternode service parameters" -msgstr "" +msgstr "Aggiornamento dei parametri del servizio masternode" #: ../../docs/user/wallets/electrum/advanced.rst:311 msgid "The masternode service may need to be updated to:" -msgstr "" +msgstr "Potrebbe essere necessario aggiornare il servizio masternode per:" #: ../../docs/user/wallets/electrum/advanced.rst:313 msgid "" "Change the IP address, port, or operator payout address of a masternode" msgstr "" +"Modifica l'indirizzo IP, la porta o l'indirizzo di pagamento dell'operatore " +"di un masternode" #: ../../docs/user/wallets/electrum/advanced.rst:314 msgid "Revive a masternode that was Proof of Service (PoSe) banned" msgstr "" +"Ripristinare un masternode che era stato vietato Proof of Service (PoSe)." #: ../../docs/user/wallets/electrum/advanced.rst:316 msgid "" "To update masternode service information, navigate to the DIP3 tab and click" " the **Update Service** button." msgstr "" +"Per aggiornare le informazioni sul servizio masternode, vai alla scheda DIP3" +" e fai clic sul pulsante **Aggiorna servizio**." #: ../../docs/user/wallets/electrum/advanced.rst:322 msgid "Update Service" -msgstr "" +msgstr "Servizio di aggiornamento" #: ../../docs/user/wallets/electrum/advanced.rst:324 msgid "" "The masternode operator may update the IP address and port at any time. " "Update the IP address and click **Next** to continue." msgstr "" +"L'operatore del masternode può aggiornare l'indirizzo IP e la porta in " +"qualsiasi momento. Aggiorna l'indirizzo IP e fai clic su **Avanti** per " +"continuare." #: ../../docs/user/wallets/electrum/advanced.rst:330 msgid "Update masternode IP address" -msgstr "" +msgstr "Aggiorna l'indirizzo IP del masternode" #: ../../docs/user/wallets/electrum/advanced.rst:332 msgid "" @@ -510,28 +662,35 @@ msgid "" "**Send** tab will open and be populated with the info necessary to update " "the masternode." msgstr "" +"Tutti i parametri sono ora configurati. Questa schermata mostra i dettagli " +"di configurazione aggiornati. Fare clic su **Prepara ProUpServTx** per " +"continuare. La scheda **Invia** si aprirà e verrà popolata con le " +"informazioni necessarie per aggiornare il masternode." #: ../../docs/user/wallets/electrum/advanced.rst:339 msgid "Examine parameters and update masternode service" -msgstr "" +msgstr "Esaminare i parametri e aggiornare il servizio masternode" #: ../../docs/user/wallets/electrum/advanced.rst:341 msgid "" "The ProUpServTx information required to update the masternode was filled out" " by the previous step so just Click **Pay...** to complete the update." msgstr "" +"Le informazioni ProUpServTx richieste per aggiornare il masternode sono " +"state compilate nel passaggio precedente, quindi è sufficiente fare clic su " +"**Paga...** per completare l'aggiornamento." #: ../../docs/user/wallets/electrum/advanced.rst:347 msgid "Send tab with ProUpServTx prepared" -msgstr "" +msgstr "Scheda Invia con ProUpServTx preparato" #: ../../docs/user/wallets/electrum/advanced.rst:354 msgid "Confirm ProUpServTx Transaction" -msgstr "" +msgstr "Conferma la transazione ProUpServTx" #: ../../docs/user/wallets/electrum/advanced.rst:367 msgid "Multisig wallets" -msgstr "" +msgstr "Multisig wallets" #: ../../docs/user/wallets/electrum/advanced.rst:369 msgid "" @@ -541,6 +700,11 @@ msgid "" "conjunction in order to access the funds. Both wallets have the same set of " "addresses." msgstr "" +"Questo tutorial mostra come creare un wallet multisig 2 su 2. Un multisig 2 " +"su 2 è costituito da 2 wallet separati (solitamente su macchine separate e " +"potenzialmente controllati da persone separate) che devono essere utilizzati" +" insieme per accedere ai fondi. Entrambi i wallet hanno lo stesso set di " +"indirizzi." #: ../../docs/user/wallets/electrum/advanced.rst:375 msgid "" @@ -548,6 +712,10 @@ msgid "" "maybe you and your friend run a company together and certain funds should " "only be spendable if you both agree." msgstr "" +"Un caso d'uso comune per questo è se desideri controllare i fondi in modo " +"collaborativo: forse tu e il tuo amico gestite un'azienda insieme e " +"determinati fondi dovrebbero essere spendibili solo se entrambi siete " +"d'accordo." #: ../../docs/user/wallets/electrum/advanced.rst:379 msgid "" @@ -555,30 +723,39 @@ msgid "" "while the other one is on a offline machine. That way you make it very hard " "for an attacker or malware to steal your coins." msgstr "" +"Un altro è la sicurezza: uno dei wallet può trovarsi sul tuo computer " +"principale, mentre l’altro su un computer offline. In questo modo rendi " +"molto difficile per un utente malintenzionato o un malware rubare le tue " +"monete." #: ../../docs/user/wallets/electrum/advanced.rst:384 msgid "Create a pair of 2-of-2 wallets" -msgstr "" +msgstr "Crea una coppia di wallet 2 di 2" #: ../../docs/user/wallets/electrum/advanced.rst:386 msgid "" "Each cosigner needs to do this: In the menu select **File > New**, then " "select **Multi-signature wallet**. On the next screen, select 2 of 2." msgstr "" +"Ciascun cofirmatario deve eseguire questa operazione: nel menu selezionare " +"**File > Nuovo**, quindi selezionare **Wallet multifirma**. Nella schermata " +"successiva, seleziona 2 di 2." #: ../../docs/user/wallets/electrum/advanced.rst:392 msgid "Selecting x of y signatures for a multi-signature wallet" -msgstr "" +msgstr "Selezione di x firme su y per un portafoglio multisig" #: ../../docs/user/wallets/electrum/advanced.rst:394 msgid "" "After generating and confirming your recovery seed, you will be shown the " "xpub address for this wallet." msgstr "" +"Dopo aver generato e confermato il tuo seed di ripristino, ti verrà mostrato" +" l'indirizzo xpub per questo wallet." #: ../../docs/user/wallets/electrum/advanced.rst:399 msgid "xpub key of the first wallet" -msgstr "" +msgstr "chiave xpub del primo wallet" #: ../../docs/user/wallets/electrum/advanced.rst:401 msgid "" @@ -586,20 +763,25 @@ msgid "" "master public key of the other wallet. Of course when you create the other " "wallet, you put the master public key of the first wallet." msgstr "" +"Dopo aver generato un seed (conservalo al sicuro!) dovrai fornire la chiave " +"pubblica principale dell'altro wallet. Ovviamente quando crei l'altro " +"wallet, inserisci la chiave pubblica principale del primo wallet." #: ../../docs/user/wallets/electrum/advanced.rst:408 msgid "Entering xpub from the second wallet in the first wallet" -msgstr "" +msgstr "Entrando in xpub dal secondo wallet nel primo wallet" #: ../../docs/user/wallets/electrum/advanced.rst:410 msgid "" "You will need to do this in parallel for the two wallets. Note that you can " "press cancel during this step, and reopen the file later." msgstr "" +"Dovrai farlo in parallelo per i due wallet. Tieni presente che puoi premere " +"Annulla durante questo passaggio e riaprire il file in un secondo momento." #: ../../docs/user/wallets/electrum/advanced.rst:414 msgid "Receiving" -msgstr "" +msgstr "Ricezione" #: ../../docs/user/wallets/electrum/advanced.rst:416 msgid "" @@ -607,10 +789,13 @@ msgid "" " to these **Addresses** (note they start with a “7”) with any wallet that " "can send to P2SH Addresses." msgstr "" +"Verifica che entrambi i wallet generino lo stesso set di indirizzi. Ora puoi" +" inviare a questi **Indirizzi** (nota che iniziano con un \"7\") con " +"qualsiasi wallet in grado di inviare a indirizzi P2SH." #: ../../docs/user/wallets/electrum/advanced.rst:421 msgid "Sending" -msgstr "" +msgstr "Invio" #: ../../docs/user/wallets/electrum/advanced.rst:423 msgid "" @@ -619,20 +804,27 @@ msgid "" "one of the wallets (by filling out the form on the **Send** tab). After " "signing, a window is shown with the transaction details." msgstr "" +"Per spendere monete da un wallet 2 su 2, due cofirmatari devono firmare una " +"transazione in modo collaborativo. Per fare ciò, crea una transazione " +"utilizzando uno dei wallet (compilando il modulo nella scheda **Invia**). " +"Dopo aver firmato, viene visualizzata una finestra con i dettagli della " +"transazione." #: ../../docs/user/wallets/electrum/advanced.rst:431 msgid "Partially signed 2-of-2 multisig transaction in Dash Electrum" -msgstr "" +msgstr "Transazione multisig 2-su-2 parzialmente firmata in Dash Electrum" #: ../../docs/user/wallets/electrum/advanced.rst:433 msgid "" "The transaction now has to be sent to the second wallet. Several options are" " available for this:" msgstr "" +"La transazione ora deve essere inviata al secondo wallet. A questo scopo " +"sono disponibili diverse opzioni:" #: ../../docs/user/wallets/electrum/advanced.rst:436 msgid "You can transfer the file on a USB stick" -msgstr "" +msgstr "Puoi trasferire il file su una chiavetta USB" #: ../../docs/user/wallets/electrum/advanced.rst:438 msgid "" @@ -641,10 +833,14 @@ msgid "" "(via USB stick, for example) and load it there (using **Tools > Load " "transaction > From file**)" msgstr "" +"È possibile salvare la transazione parzialmente firmata in un file " +"(utilizzando il pulsante **Salva**), trasferirlo sulla macchina su cui è in " +"esecuzione il secondo portafoglio (tramite chiavetta USB, ad esempio) e " +"caricarlo lì (utilizzando **Strumenti > Carica transazione > Da file**)" #: ../../docs/user/wallets/electrum/advanced.rst:443 msgid "You can use QR codes" -msgstr "" +msgstr "Puoi utilizzare i codici QR" #: ../../docs/user/wallets/electrum/advanced.rst:445 msgid "" @@ -652,6 +848,10 @@ msgid "" " display a QR code containing the transaction, which can be scanned into the" " second wallet (**Tools > Load Transaction > From QR Code**)" msgstr "" +"È inoltre disponibile un pulsante che mostra l'icona di un codice QR. " +"Facendo clic su questo pulsante verrà visualizzato un codice QR contenente " +"la transazione, che può essere scansionato nel secondo wallet (**Strumenti >" +" Carica transazione > Da codice QR**)" #: ../../docs/user/wallets/electrum/advanced.rst:450 msgid "" @@ -659,14 +859,17 @@ msgid "" "transaction (using the **Sign** button). It will then be broadcast to the " "network." msgstr "" +"Con entrambi i metodi sopra descritti, ora puoi aggiungere la seconda firma " +"alla transazione (utilizzando il pulsante **Firma**). Verrà poi trasmesso in" +" rete." #: ../../docs/user/wallets/electrum/advanced.rst:457 msgid "Fully signed 2-of-2 multisig transaction in Dash Electrum" -msgstr "" +msgstr "Transazione multisig 2-su-2 completamente firmata in Dash Electrum" #: ../../docs/user/wallets/electrum/advanced.rst:460 msgid "Sweep a paper wallet" -msgstr "" +msgstr "Spazza un paper wallet" #: ../../docs/user/wallets/electrum/advanced.rst:462 msgid "" @@ -678,12 +881,22 @@ msgid "" " with the number \"7\" or the capital letter \"X\". The example below " "displays a private key (WIF format)." msgstr "" +"Potresti aver ricevuto un wallet di carta come regalo da un altro utente " +"Dash o averne precedentemente conservato uno in una cassetta di sicurezza. I" +" fondi vengono spostati da un :ref:`paper wallet ` in un " +"wallet live importando la sua `chiave privata " +"`_, che è una lunga sequenza di caratteri che inizia con il " +"numero \"7\" o la lettera maiuscola \"X\". L'esempio seguente mostra una " +"chiave privata (formato WIF)." #: ../../docs/user/wallets/electrum/advanced.rst:473 msgid "" "Public address and associated private key produced by Dash Paper Wallet " "Generator" msgstr "" +"Indirizzo pubblico e chiave privata associata prodotti da Dash Paper Wallet " +"Generator" #: ../../docs/user/wallets/electrum/advanced.rst:476 msgid "" @@ -693,6 +906,11 @@ msgid "" "or private keys to an existing deterministic series of addresses derived " "from a seed phrase." msgstr "" +"I fondi dai paper wallet vengono trasferiti in un wallet Dash Electrum " +"creando una transazione utilizzando la chiave privata e inviandola a un " +"nuovo indirizzo dal tuo wallet. Ciò è necessario perché non è possibile " +"aggiungere nuove chiavi pubbliche o private a una serie deterministica " +"esistente di indirizzi derivati da una frase seme." #: ../../docs/user/wallets/electrum/advanced.rst:482 msgid "" @@ -702,10 +920,16 @@ msgid "" "appears in the lower field, and can be changed by clicking the **Address** " "button. Once you have pasted your private key, click the **Sweep** button." msgstr "" +"Inizia selezionando la voce di menu **Wallet** > **Chiavi private** > " +"**Sweep**. Verrà visualizzata la finestra di dialogo **Sweep private keys**," +" in cui potrai incollare le tue chiavi private. Un indirizzo non utilizzato " +"controllato dal tuo wallet Dash Electrum viene visualizzato nel campo " +"inferiore e può essere modificato facendo clic sul pulsante **Indirizzo**. " +"Dopo aver incollato la chiave privata, fai clic sul pulsante **Sweep**." #: ../../docs/user/wallets/electrum/advanced.rst:492 msgid "Entering the private key" -msgstr "" +msgstr "Immissione della chiave privata" #: ../../docs/user/wallets/electrum/advanced.rst:494 msgid "" @@ -716,14 +940,20 @@ msgid "" "then appear in your wallet under the specified address. The address you " "swept is left with zero balance." msgstr "" +"Dash Electrum prepara quindi una transazione utilizzando la chiave privata " +"appena importata per ricavare l'indirizzo pubblico per l'input della " +"transazione e l'indirizzo dal tuo wallet come output e firma il messaggio. " +"Fai clic su **Trasmetti** per inserire la transazione sulla blockchain. Il " +"saldo apparirà quindi nel tuo wallet sotto l'indirizzo specificato. " +"L'indirizzo che hai spazzato rimane con saldo zero." #: ../../docs/user/wallets/electrum/advanced.rst:504 msgid "Broadcasting the sweep transaction" -msgstr "" +msgstr "Trasmissione della transazione spazzolata" #: ../../docs/user/wallets/electrum/advanced.rst:510 msgid "Cold storage" -msgstr "" +msgstr "Cold storage" #: ../../docs/user/wallets/electrum/advanced.rst:512 msgid "" @@ -732,31 +962,41 @@ msgid "" " transactions that have to be signed with the offline wallet before being " "broadcast on the online one." msgstr "" +"Questa sezione mostra come creare un wallet offline che contenga il tuo Dash" +" e un wallet online di sola visione utilizzato per visualizzarne la " +"cronologia e per creare transazioni che devono essere firmate con il wallet " +"offline prima di essere trasmesse su quello online." #: ../../docs/user/wallets/electrum/advanced.rst:518 msgid "Create an offline wallet" -msgstr "" +msgstr "Crea un wallet offline" #: ../../docs/user/wallets/electrum/advanced.rst:520 msgid "" "Create a wallet on an offline machine, as per the usual process (**File > " "New**). After creating the wallet, go to **Wallet -> Master Public Keys**." msgstr "" +"Crea un wallet su una macchina offline, come da procedura abituale (**File >" +" Nuovo**). Dopo aver creato il wallet, vai su **Wallet -> Chiavi pubbliche " +"principali**." #: ../../docs/user/wallets/electrum/advanced.rst:526 #: ../../docs/user/wallets/electrum/advanced.rst:543 msgid "Master Public Key of a new offline wallet" -msgstr "" +msgstr "Chiave pubblica principale di un nuovo wallet offline" #: ../../docs/user/wallets/electrum/advanced.rst:528 msgid "" "The Master Public Key of your wallet is the string shown in this popup " "window. Transfer that key to your online machine somehow." msgstr "" +"La chiave pubblica principale del tuo wallet è la stringa mostrata in questa" +" finestra popup. Trasferisci quella chiave sul tuo computer online in " +"qualche modo." #: ../../docs/user/wallets/electrum/advanced.rst:532 msgid "Create a watching-only version of your wallet" -msgstr "" +msgstr "Crea una versione del tuo wallet solo per la visione" #: ../../docs/user/wallets/electrum/advanced.rst:534 msgid "" @@ -766,15 +1006,23 @@ msgid "" "complete the creation of your wallet. When you’re done, you should see a " "popup informing you that you are opening a watching-only wallet." msgstr "" +"Sul tuo computer online, apri Dash Electrum e seleziona **File > " +"Nuovo/Ripristina**. Inserisci un nome per il wallet e seleziona **Utilizza " +"chiavi pubbliche o private**. Incolla la tua chiave pubblica principale " +"nella casella. Fai clic su **Avanti** per completare la creazione del tuo " +"wallet. Quando hai finito, dovresti vedere un popup che ti informa che stai " +"aprendo un wallet di sola visione." #: ../../docs/user/wallets/electrum/advanced.rst:545 msgid "The transaction history of your cold wallet should then appear." msgstr "" +"Dovrebbe quindi apparire la cronologia delle transazioni del tuo wallet " +"freddo." #: ../../docs/user/wallets/electrum/advanced.rst:548 #: ../../docs/user/wallets/electrum/advanced.rst:720 msgid "Create an unsigned transaction" -msgstr "" +msgstr "Crea una transazione non firmata" #: ../../docs/user/wallets/electrum/advanced.rst:550 msgid "" @@ -785,10 +1033,17 @@ msgid "" "Close the window and transfer the transaction file to your offline machine " "(e.g. with a USB stick)." msgstr "" +"Vai alla scheda **Invia** sul tuo wallet per la sola visione online, " +"inserisci i dati della transazione e fai clic su **Invia**. Apparirà una " +"finestra per informarti che verrà aggiunta una commissione di transazione. " +"Continua. Nella finestra visualizzata, fai clic su **Salva** e salva il file" +" della transazione da qualche parte sul tuo computer. Chiudi la finestra e " +"trasferisci il file della transazione sul tuo computer offline (ad esempio " +"con una chiavetta USB)." #: ../../docs/user/wallets/electrum/advanced.rst:558 msgid "Sign your transaction" -msgstr "" +msgstr "Firma la tua transazione" #: ../../docs/user/wallets/electrum/advanced.rst:560 msgid "" @@ -798,10 +1053,16 @@ msgid "" " designated field. Click **Save**, store the file somewhere on your " "computer, and transfer it back to your online machine." msgstr "" +"Sul tuo wallet offline, seleziona **Strumenti > Carica transazione -> Da " +"file** nel menu e seleziona il file di transazione creato nel passaggio " +"precedente. Fai clic su **Firma**. Una volta firmata la transazione, l'ID " +"della transazione appare nel campo designato. Fai clic su **Salva**, " +"archivia il file da qualche parte sul tuo computer e trasferiscilo " +"nuovamente sul tuo computer online." #: ../../docs/user/wallets/electrum/advanced.rst:567 msgid "Broadcast your transaction" -msgstr "" +msgstr "Trasmetti la tua transazione" #: ../../docs/user/wallets/electrum/advanced.rst:569 msgid "" @@ -810,38 +1071,46 @@ msgid "" "up, click **Broadcast**. The transaction will be broadcast over the Dash " "network." msgstr "" +"Sul tuo computer online, seleziona **Strumenti -> Carica transazione -> Da " +"file** dal menu. Seleziona il file della transazione firmato. Nella finestra" +" che si apre, fai clic su **Trasmetti**. La transazione verrà trasmessa " +"sulla rete Dash." #: ../../docs/user/wallets/electrum/advanced.rst:575 msgid "Command line" -msgstr "" +msgstr "Linea di comando" #: ../../docs/user/wallets/electrum/advanced.rst:577 msgid "" "Dash Electrum has a powerful command line available when running under Linux" " or macOS. This section will show you a few basic principles." msgstr "" +"Dash Electrum dispone di una potente riga di comando disponibile quando si " +"esegue su Linux o macOS. Questa sezione ti mostrerà alcuni principi di base." #: ../../docs/user/wallets/electrum/advanced.rst:581 msgid "Using the inline help" -msgstr "" +msgstr "Utilizzando la guida in linea" #: ../../docs/user/wallets/electrum/advanced.rst:583 msgid "To see the list of Dash Electrum commands, type::" -msgstr "" +msgstr "Per visualizzare l'elenco dei comandi Dash Electrum, digitare::" #: ../../docs/user/wallets/electrum/advanced.rst:587 msgid "To see the documentation for a command, type::" -msgstr "" +msgstr "Per visualizzare la documentazione di un comando, digitare::" #: ../../docs/user/wallets/electrum/advanced.rst:592 msgid "Magic words" -msgstr "" +msgstr "Parole magiche" #: ../../docs/user/wallets/electrum/advanced.rst:594 msgid "" "The arguments passed to commands may be one of the following magic words: `!" " ? : -`." msgstr "" +"Gli argomenti passati ai comandi possono essere una delle seguenti parole " +"magiche: `! ? : -`." #: ../../docs/user/wallets/electrum/advanced.rst:596 msgid "" @@ -849,12 +1118,17 @@ msgid "" "available’. Note that the transaction fee will be computed and deducted from" " the amount. Example::" msgstr "" +"Il punto esclamativo `!` è una scorciatoia che significa \"l'importo massimo" +" disponibile\". Tieni presente che la commissione di transazione verrà " +"calcolata e detratta dall'importo. Esempio::" #: ../../docs/user/wallets/electrum/advanced.rst:602 msgid "" "A question mark `?` means that you want the parameter to be prompted. " "Example::" msgstr "" +"Un punto interrogativo `?` significa che si desidera che il parametro venga " +"richiesto. Esempio::" #: ../../docs/user/wallets/electrum/advanced.rst:607 msgid "" @@ -862,51 +1136,62 @@ msgid "" "in your terminal). Note that you will be prompted twice in this example, " "first for the private key, then for your wallet password::" msgstr "" +"Utilizza i due punti `:` se desideri che il parametro richiesto venga " +"nascosto (non visualizzato nel terminale). Tieni presente che in questo " +"esempio ti verrà richiesta due volte, prima la chiave privata, poi la " +"password del tuo wallet::" #: ../../docs/user/wallets/electrum/advanced.rst:613 msgid "" "A parameter replaced by a dash `-` will be read from standard input (in a " "pipe)::" msgstr "" +"Un parametro sostituito da un trattino `-` verrà letto dallo standard input " +"(in una pipe)::" #: ../../docs/user/wallets/electrum/advanced.rst:619 msgid "Aliases" -msgstr "" +msgstr "Alias" #: ../../docs/user/wallets/electrum/advanced.rst:621 msgid "" "You can use DNS aliases in place of bitcoin addresses, in most commands::" msgstr "" +"Puoi utilizzare gli alias DNS al posto degli indirizzi bitcoin, nella " +"maggior parte dei comandi::" #: ../../docs/user/wallets/electrum/advanced.rst:626 msgid "Formatting outputs using jq" -msgstr "" +msgstr "Formattazione degli output utilizzando jq" #: ../../docs/user/wallets/electrum/advanced.rst:628 msgid "" "Command outputs are either simple strings or json structured data. A very " "useful utility is the ‘jq’ program. Install it with::" msgstr "" +"Gli output dei comandi sono stringhe semplici o dati strutturati JSON. " +"Un'utilità molto utile è il programma \"jq\". Installalo con::" #: ../../docs/user/wallets/electrum/advanced.rst:633 msgid "The following examples use it." -msgstr "" +msgstr "Gli esempi seguenti lo utilizzano." #: ../../docs/user/wallets/electrum/advanced.rst:636 msgid "Sign and verify message" -msgstr "" +msgstr "Firma e verifica il messaggio" #: ../../docs/user/wallets/electrum/advanced.rst:638 msgid "We may use a variable to store the signature, and verify it::" msgstr "" +"Potremmo utilizzare una variabile per memorizzare la firma e verificarla::" #: ../../docs/user/wallets/electrum/advanced.rst:642 msgid "And::" -msgstr "" +msgstr "E::" #: ../../docs/user/wallets/electrum/advanced.rst:647 msgid "Show the values of your unspents" -msgstr "" +msgstr "Mostra i valori delle tue spese non spese" #: ../../docs/user/wallets/electrum/advanced.rst:649 msgid "" @@ -914,101 +1199,125 @@ msgid "" "fields. Suppose we want to extract the `value` field of each record. This " "can be achieved with the jq command::" msgstr "" +"Il comando `listunspent` restituisce un elenco di oggetti dict, con vari " +"campi. Supponiamo di voler estrarre il campo \"valore\" di ciascun record. " +"Ciò può essere ottenuto con il comando jq::" #: ../../docs/user/wallets/electrum/advanced.rst:656 msgid "Select only incoming transactions from history" -msgstr "" +msgstr "Seleziona solo le transazioni in entrata dalla cronologia" #: ../../docs/user/wallets/electrum/advanced.rst:658 msgid "Incoming transactions have a positive ‘value’ field::" -msgstr "" +msgstr "Le transazioni in entrata hanno un campo \"valore\" positivo::" #: ../../docs/user/wallets/electrum/advanced.rst:663 msgid "Filter transactions by date" -msgstr "" +msgstr "Filtra le transazioni per data" #: ../../docs/user/wallets/electrum/advanced.rst:665 msgid "" "The following command selects transactions that were timestamped after a " "given date::" msgstr "" +"Il comando seguente seleziona le transazioni con timestamp successivo a una " +"data specifica::" #: ../../docs/user/wallets/electrum/advanced.rst:671 msgid "Similarly, we may export transactions for a given time period::" msgstr "" +"Allo stesso modo, possiamo esportare transazioni per un determinato periodo " +"di tempo:" #: ../../docs/user/wallets/electrum/advanced.rst:678 msgid "Encrypt and decrypt messages" -msgstr "" +msgstr "Crittografare e decrittografare i messaggi" #: ../../docs/user/wallets/electrum/advanced.rst:680 msgid "First we need the public key of a wallet address::" msgstr "" +"Per prima cosa abbiamo bisogno della chiave pubblica dell'indirizzo di un " +"portafoglio::" #: ../../docs/user/wallets/electrum/advanced.rst:684 msgid "Encrypt::" -msgstr "" +msgstr "Crittografa::" #: ../../docs/user/wallets/electrum/advanced.rst:688 msgid "Decrypt::" -msgstr "" +msgstr "Decifra::" #: ../../docs/user/wallets/electrum/advanced.rst:692 msgid "" "Note: this command will prompt for the encrypted message, then for the " "wallet password." msgstr "" +"Nota: questo comando richiederà il messaggio crittografato, quindi la " +"password del portafoglio." #: ../../docs/user/wallets/electrum/advanced.rst:696 msgid "Export private keys and sweep coins" -msgstr "" +msgstr "Esporta chiavi private e spazza monete" #: ../../docs/user/wallets/electrum/advanced.rst:698 msgid "" "The following command will export the private keys of all wallet addresses " "that hold some Dash::" msgstr "" +"Il comando seguente esporterà le chiavi private di tutti gli indirizzi dei " +"wallet che contengono alcuni Dash::" #: ../../docs/user/wallets/electrum/advanced.rst:703 msgid "" "This will return a list of lists of private keys. In most cases, you want to" " get a simple list. This can be done by adding a jq filer, as follows::" msgstr "" +"Ciò restituirà un elenco di elenchi di chiavi private. Nella maggior parte " +"dei casi, si desidera ottenere un elenco semplice. Questo può essere fatto " +"aggiungendo un filer jq, come segue::" #: ../../docs/user/wallets/electrum/advanced.rst:709 msgid "" "Finally, let us use this list of private keys as input to the sweep " "command::" msgstr "" +"Infine, utilizziamo questo elenco di chiavi private come input per il " +"comando sweep::" #: ../../docs/user/wallets/electrum/advanced.rst:714 msgid "Using cold storage with the command line" -msgstr "" +msgstr "Utilizzo della cold storage con la riga di comando" #: ../../docs/user/wallets/electrum/advanced.rst:716 msgid "" "This section will show you how to sign a transaction with an offline Dash " "Electrum wallet using the command line." msgstr "" +"Questa sezione ti mostrerà come firmare una transazione con un wallet Dash " +"Electrum offline utilizzando la riga di comando." #: ../../docs/user/wallets/electrum/advanced.rst:722 msgid "" "With your online (watching-only) wallet, create an unsigned transaction::" msgstr "" +"Con il tuo wallet online (solo visione), crea una transazione non firmata::" #: ../../docs/user/wallets/electrum/advanced.rst:726 msgid "" "The unsigned transaction is stored in a file named ‘unsigned.txn’. Note that" " the –unsigned option is not needed if you use a watching-only wallet." msgstr "" +"La transazione non firmata viene archiviata in un file denominato " +"\"unsigned.txn\". Tieni presente che l'opzione –unsigned non è necessaria se" +" utilizzi un wallet di sola visione." #: ../../docs/user/wallets/electrum/advanced.rst:730 msgid "You may view it using::" -msgstr "" +msgstr "Puoi visualizzarlo utilizzando::" #: ../../docs/user/wallets/electrum/advanced.rst:735 msgid "Sign the transaction" -msgstr "" +msgstr "Firma la transazione" #: ../../docs/user/wallets/electrum/advanced.rst:737 msgid "" @@ -1017,58 +1326,66 @@ msgid "" "transaction. Thus we only need to pass the serialized transaction to the " "offline wallet::" msgstr "" +"Il formato di serializzazione di Dash Electrum contiene la chiave pubblica " +"principale necessaria e la chiave di derivazione utilizzata dal portafoglio " +"offline per firmare la transazione. Pertanto dobbiamo solo passare la " +"transazione serializzata al wallet offline:" #: ../../docs/user/wallets/electrum/advanced.rst:744 msgid "" "The command will ask for your password, and save the signed transaction in " "‘signed.txn’." msgstr "" +"Il comando richiederà la tua password e salverà la transazione firmata in " +"\"signed.txn\"." #: ../../docs/user/wallets/electrum/advanced.rst:747 msgid "Broadcast the transaction" -msgstr "" +msgstr "Trasmetti la transazione" #: ../../docs/user/wallets/electrum/advanced.rst:749 msgid "Send your transaction to the Dash network, using broadcast::" -msgstr "" +msgstr "Invia la tua transazione alla rete Dash, utilizzando broadcast::" #: ../../docs/user/wallets/electrum/advanced.rst:753 msgid "If successful, the command will return the ID of the transaction." -msgstr "" +msgstr "In caso di successo, il comando restituirà l'ID della transazione." #: ../../docs/user/wallets/electrum/advanced.rst:756 msgid "How to accept Dash on a website using Dash Electrum" -msgstr "" +msgstr "Come accettare Dash su un sito Web utilizzando Dash Electrum" #: ../../docs/user/wallets/electrum/advanced.rst:758 msgid "" "This tutorial will show you how to accept dash on a website with SSL signed " "payment requests. It is updated for Dash Electrum 2.6." msgstr "" +"Questo tutorial ti mostrerà come accettare Dash su un sito Web con richieste" +" di pagamento firmate SSL. È aggiornato per Dash Electrum 2.6." #: ../../docs/user/wallets/electrum/advanced.rst:762 msgid "Requirements" -msgstr "" +msgstr "Requisiti" #: ../../docs/user/wallets/electrum/advanced.rst:764 msgid "A webserver serving static HTML" -msgstr "" +msgstr "Un server web che serve HTML statico" #: ../../docs/user/wallets/electrum/advanced.rst:765 msgid "A SSL certificate (signed by a CA)" -msgstr "" +msgstr "Un certificato SSL (firmato da una CA)" #: ../../docs/user/wallets/electrum/advanced.rst:766 msgid "Electrum version >= 2.6" -msgstr "" +msgstr "Electrum versione >= 2.6" #: ../../docs/user/wallets/electrum/advanced.rst:769 msgid "Create a wallet" -msgstr "" +msgstr "Crea un wallet" #: ../../docs/user/wallets/electrum/advanced.rst:771 msgid "Create a wallet on your web server::" -msgstr "" +msgstr "Crea un wallet sul tuo server web::" #: ../../docs/user/wallets/electrum/advanced.rst:775 msgid "" @@ -1076,20 +1393,25 @@ msgid "" " keep private keys off the server. Once your wallet is created, start Dash " "Electrum as a daemon::" msgstr "" +"Puoi anche utilizzare un wallet solo per la visione (ripristinato da xpub), " +"se vuoi mantenere le chiavi private lontane dal server. Una volta creato il " +"tuo wallet, avvia Dash Electrum come daemon::" #: ../../docs/user/wallets/electrum/advanced.rst:782 msgid "Add your SSL certificate to your configuration" -msgstr "" +msgstr "Aggiungi il tuo certificato SSL alla tua configurazione" #: ../../docs/user/wallets/electrum/advanced.rst:784 msgid "" "You should have a private key and a public certificate for your domain. " "Create a file that contains only the private key::" msgstr "" +"Dovresti avere una chiave privata e un certificato pubblico per il tuo " +"dominio. Crea un file che contenga solo la chiave privata::" #: ../../docs/user/wallets/electrum/advanced.rst:791 msgid "Set the path to your the private key file with setconfig::" -msgstr "" +msgstr "Imposta il percorso del file della chiave privata con setconfig::" #: ../../docs/user/wallets/electrum/advanced.rst:795 msgid "" @@ -1097,18 +1419,23 @@ msgid "" "certificates it depends on, up to the root CA. Your certificate must be at " "the top of the list, and the root CA at the end::" msgstr "" +"Crea un altro file che contenga il tuo certificato e l'elenco dei " +"certificati da cui dipende, fino alla CA radice. Il tuo certificato deve " +"essere in cima all'elenco e la CA radice alla fine:" #: ../../docs/user/wallets/electrum/advanced.rst:809 msgid "Set the `ssl_chain` path with setconfig::" -msgstr "" +msgstr "Imposta il percorso `ssl_chain` con setconfig::" #: ../../docs/user/wallets/electrum/advanced.rst:814 msgid "Configure a requests directory" -msgstr "" +msgstr "Configura una directory delle richieste" #: ../../docs/user/wallets/electrum/advanced.rst:816 msgid "This directory must be served by your webserver (eg Apache)::" msgstr "" +"Questa directory deve essere servita dal tuo server web (ad esempio " +"Apache)::" #: ../../docs/user/wallets/electrum/advanced.rst:820 msgid "" @@ -1116,22 +1443,26 @@ msgid "" "In order to display public URLs, we need to set another configuration " "variable, `url_rewrite`. For example::" msgstr "" +"Per impostazione predefinita, Dash Electrum visualizzerà gli URL locali, " +"iniziando con \"file://\". Per visualizzare gli URL pubblici, dobbiamo " +"impostare un'altra variabile di configurazione, \"url_rewrite\". Per " +"esempio::" #: ../../docs/user/wallets/electrum/advanced.rst:827 msgid "Create a signed payment request" -msgstr "" +msgstr "Crea una richiesta di pagamento firmata" #: ../../docs/user/wallets/electrum/advanced.rst:846 msgid "This command returns a json object with two URLs:" -msgstr "" +msgstr "Questo comando restituisce un oggetto json con due URL:" #: ../../docs/user/wallets/electrum/advanced.rst:848 msgid "`request_url` is the URL of the signed BIP70 request." -msgstr "" +msgstr "\"request_url\" è l'URL della richiesta BIP70 firmata." #: ../../docs/user/wallets/electrum/advanced.rst:849 msgid "`index_url` is the URL of a webpage displaying the request." -msgstr "" +msgstr "\"index_url\" è l'URL di una pagina Web che visualizza la richiesta." #: ../../docs/user/wallets/electrum/advanced.rst:851 msgid "" @@ -1139,18 +1470,21 @@ msgid "" "`url_rewrite`. You can view the current list of requests using the " "`listrequests` command." msgstr "" +"Tieni presente che request_url e index_url utilizzano il nome di dominio che" +" abbiamo definito in \"url_rewrite\". Puoi visualizzare l'elenco corrente " +"delle richieste utilizzando il comando \"listrequests\"." #: ../../docs/user/wallets/electrum/advanced.rst:856 msgid "Open the payment request page in your browser" -msgstr "" +msgstr "Apri la pagina di richiesta di pagamento nel tuo browser" #: ../../docs/user/wallets/electrum/advanced.rst:858 msgid "Let us open `index_url` in a web browser." -msgstr "" +msgstr "Apriamo \"index_url\" in un browser web." #: ../../docs/user/wallets/electrum/advanced.rst:863 msgid "Payment request page in a web browser" -msgstr "" +msgstr "Pagina di richiesta di pagamento in un browser web" #: ../../docs/user/wallets/electrum/advanced.rst:865 msgid "" @@ -1158,10 +1492,13 @@ msgid "" "wallet, or scan the QR code. The bottom line displays the time remaining " "until the request expires." msgstr "" +"La pagina mostra la richiesta di pagamento. Puoi aprire il dash: URI con un " +"wallet o scansionare il codice QR. La riga inferiore visualizza il tempo " +"rimanente fino alla scadenza della richiesta." #: ../../docs/user/wallets/electrum/advanced.rst:872 msgid "Wallet awaiting payment" -msgstr "" +msgstr "Portafoglio in attesa di pagamento" #: ../../docs/user/wallets/electrum/advanced.rst:874 msgid "" @@ -1169,22 +1506,26 @@ msgid "" "detect that a request has been paid; for that we need to configure " "websockets." msgstr "" +"Questa pagina può già essere utilizzata per ricevere pagamenti. Tuttavia, " +"non rileverà che una richiesta è stata pagata; per questo dobbiamo " +"configurare i websocket." #: ../../docs/user/wallets/electrum/advanced.rst:879 msgid "Add web sockets support" -msgstr "" +msgstr "Aggiungi il supporto per i socket Web" #: ../../docs/user/wallets/electrum/advanced.rst:881 msgid "Get SimpleWebSocketServer from here::" -msgstr "" +msgstr "Ottieni SimpleWebSocketServer da qui::" #: ../../docs/user/wallets/electrum/advanced.rst:885 msgid "Set `websocket_server` and `websocket_port` in your config::" msgstr "" +"Imposta `websocket_server` e `websocket_port` nella tua configurazione::" #: ../../docs/user/wallets/electrum/advanced.rst:890 msgid "And restart the daemon::" -msgstr "" +msgstr "E riavvia il daemon::" #: ../../docs/user/wallets/electrum/advanced.rst:895 msgid "" @@ -1193,16 +1534,23 @@ msgid "" "client’s firewalls, so it is more safe for example to reverse proxy " "websockets transmission using standard 443 port on an additional subdomain." msgstr "" +"Ora la pagina è completamente interattiva: si aggiornerà automaticamente una" +" volta ricevuto il pagamento. Tieni presente che le porte più alte " +"potrebbero essere bloccate sui firewall di alcuni client, quindi è più " +"sicuro, ad esempio, invertire la trasmissione dei websocket proxy " +"utilizzando la porta 443 standard su un sottodominio aggiuntivo." #: ../../docs/user/wallets/electrum/advanced.rst:902 msgid "JSONRPC interface" -msgstr "" +msgstr "Interfaccia JSONRPC" #: ../../docs/user/wallets/electrum/advanced.rst:904 msgid "" "Commands to the Dash Electrum daemon can be sent using JSONRPC. This is " "useful if you want to use Dash Electrum in a PHP script." msgstr "" +"I comandi al daemon Dash Electrum possono essere inviati utilizzando " +"JSONRPC. Ciò è utile se desideri utilizzare Dash Electrum in uno script PHP." #: ../../docs/user/wallets/electrum/advanced.rst:907 msgid "" @@ -1210,15 +1558,21 @@ msgid "" " stable port number, you need to set the `rpcport` configuration variable " "(and to restart the daemon)::" msgstr "" +"Tieni presente che il daemon utilizza un numero di porta casuale per " +"impostazione predefinita. Per utilizzare un numero di porta stabile, è " +"necessario impostare la variabile di configurazione `rpcport` (e riavviare " +"il demone)::" #: ../../docs/user/wallets/electrum/advanced.rst:913 msgid "With this setting, we can perform queries using curl or PHP. Example::" msgstr "" +"Con questa impostazione possiamo eseguire query utilizzando curl o PHP. " +"Esempio::" #: ../../docs/user/wallets/electrum/advanced.rst:917 msgid "Query with named parameters::" -msgstr "" +msgstr "Query con parametri denominati::" #: ../../docs/user/wallets/electrum/advanced.rst:921 msgid "Create a payment request::" -msgstr "" +msgstr "Crea una richiesta di pagamento::" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 471d620ef..06439c80c 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,37 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" -msgstr "" +msgstr "Domande frequenti sul portafoglio Dash Electrum" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" -msgstr "" +msgstr "dash, wallet, electrum, faq, seed" #: ../../docs/user/wallets/electrum/faq.rst:9 msgid "Frequently Asked Questions" -msgstr "" +msgstr "Domande frequenti (FAQ)" #: ../../docs/user/wallets/electrum/faq.rst:12 msgid "How does Dash Electrum work?" -msgstr "" +msgstr "Come funziona Dash Electrum?" #: ../../docs/user/wallets/electrum/faq.rst:14 msgid "" @@ -40,10 +44,14 @@ msgid "" "conjunction with high-performance servers that handle the most complicated " "parts of the Dash system." msgstr "" +"Dash Electrum si concentra sulla velocità, sul basso utilizzo delle risorse " +"e sulla fornitura di un'esperienza utente semplice per Dash. I tempi di " +"avvio sono immediati perché funziona insieme a server ad alte prestazioni " +"che gestiscono le parti più complicate del sistema Dash." #: ../../docs/user/wallets/electrum/faq.rst:20 msgid "Does Dash Electrum trust servers?" -msgstr "" +msgstr "Dash Electrum si fida dei server?" #: ../../docs/user/wallets/electrum/faq.rst:22 msgid "" @@ -52,26 +60,34 @@ msgid "" "a technique called `Simple Payment Verification " "`_." msgstr "" +"Non proprio; il client Dash Electrum non invia mai chiavi private ai server." +" Inoltre, verifica le informazioni riportate dai server utilizzando una " +"tecnica chiamata `Simple Payment Verification " +"`_." #: ../../docs/user/wallets/electrum/faq.rst:28 msgid "What is the Seed?" -msgstr "" +msgstr "Cos'è il Seed?" #: ../../docs/user/wallets/electrum/faq.rst:30 msgid "" "The seed is a random phrase that is used to generate your private keys. " "Example::" msgstr "" +"Il seed è una frase casuale utilizzata per generare le tue chiavi private. " +"Esempio::" #: ../../docs/user/wallets/electrum/faq.rst:35 msgid "" "Your wallet can be entirely recovered from its seed. To do this, select the " "**I already have a seed** option during startup." msgstr "" +"Il tuo portafoglio può essere completamente recuperato dal suo seed. Per " +"fare ciò, seleziona l'opzione **Ho già un seed** durante l'avvio." #: ../../docs/user/wallets/electrum/faq.rst:39 msgid "How secure is the seed?" -msgstr "" +msgstr "Quanto è sicuro il seed?" #: ../../docs/user/wallets/electrum/faq.rst:41 msgid "" @@ -80,10 +96,14 @@ msgid "" "bits). Indeed, an elliptic curve key of length n provides n/2 bits of " "security." msgstr "" +"Il seed creato da Dash Electrum ha 128 bit di entropia. Ciò significa che " +"fornisce lo stesso livello di sicurezza di una chiave privata Dash (di " +"lunghezza 256 bit). Infatti, una chiave a curva ellittica di lunghezza n " +"fornisce n/2 bit di sicurezza." #: ../../docs/user/wallets/electrum/faq.rst:47 msgid "What are change addresses?" -msgstr "" +msgstr "Cosa sono gli indirizzi di modifica?" #: ../../docs/user/wallets/electrum/faq.rst:49 msgid "" @@ -92,16 +112,23 @@ msgid "" " twelve words. A Dash Electrum wallet uses its seed as a template for " "generating addresses." msgstr "" +"Il design e il flusso di lavoro del portafoglio Dash Electrum si basano su " +"un concetto chiamato “seed di generazione del wallet”. Questo seed è un " +"elenco unico di dodici parole selezionate casualmente. Un wallet Dash " +"Electrum utilizza il suo seed come modello per generare indirizzi." #: ../../docs/user/wallets/electrum/faq.rst:54 msgid "" "To understand the problem that seeds solve, browse to the Electrum " "**Receive** tab. Next, open the collapsible entry marked **Change**." msgstr "" +"Per comprendere il problema risolto dai seed, vai alla scheda Electrum " +"**Ricevi**. Successivamente, apri la voce comprimibile contrassegnata con " +"**Cambia**." #: ../../docs/user/wallets/electrum/faq.rst:60 msgid "Receiving and change addresses in Dash Electrum" -msgstr "" +msgstr "Ricevere e modificare indirizzi in Dash Electrum" #: ../../docs/user/wallets/electrum/faq.rst:62 msgid "" @@ -110,6 +137,10 @@ msgid "" "these new change addresses come from and why does the first one now hold " "funds?" msgstr "" +"Tieni presente che il saldo totale non mostra solo la somma di tutti gli " +"indirizzi di ricezione, ma anche gli indirizzi **Cambia** elencati " +"separatamente. Da dove provengono questi nuovi indirizzi di cambiamento e " +"perché il primo ora detiene fondi?" #: ../../docs/user/wallets/electrum/faq.rst:67 msgid "" @@ -125,6 +156,18 @@ msgid "" "in the same order from the same recovery seed, and have access to the " "balances." msgstr "" +"Dash è un sistema di cassa elettronico, il che significa che ha molto in " +"comune con il processo di utilizzo delle banconote cartacee. Sebbene alcuni " +"pagamenti in contanti comportino il resto esatto, molti non lo fanno. Tendi " +"a \"pagare più del dovuto\" quando usi contanti e ti aspetti di ricevere la " +"differenza come resto. Forse sorprendentemente, è così che funzionano anche " +"le transazioni Dash. Se per una determinata transazione non è richiesto " +"l'intero saldo di un indirizzo, il resto viene inviato a un indirizzo nuovo " +"e non utilizzato sotto il controllo dello stesso wallet. Questo indirizzo " +"viene generato in modo deterministico (anziché casuale) dal seed del wallet," +" il che significa che qualsiasi altro wallet rigenererà anche gli indirizzi " +"di modifica nello stesso ordine dallo stesso seed di ripristino e avrà " +"accesso ai saldi." #: ../../docs/user/wallets/electrum/faq.rst:79 msgid "" @@ -134,61 +177,76 @@ msgid "" "privacy. If privacy is not a concern, change addresses can be disabled via " "the **Tools > Electrum preferences** menu option." msgstr "" +"Spendere l'intero saldo e inviare l'eventuale resto a un indirizzo di " +"modifica è considerata una buona pratica perché impedisce al destinatario " +"della transazione di collegare le transazioni navigando nella blockchain, " +"compromettendo così la tua privacy. Se la privacy non è un problema, la " +"modifica degli indirizzi può essere disabilitata tramite l'opzione di menu " +"**Strumenti > Preferenze Electrum**." #: ../../docs/user/wallets/electrum/faq.rst:86 msgid "How can I send the maximum available in my wallet?" -msgstr "" +msgstr "Come posso inviare il massimo disponibile nel mio wallet?" #: ../../docs/user/wallets/electrum/faq.rst:88 msgid "" "Type an exclamation mark (!) in the **Amount** field or simply click the " "**Max** button. The fee will be automatically adjusted for that amount." msgstr "" +"Digita un punto esclamativo (!) nel campo **Importo** o fai semplicemente " +"clic sul pulsante **Max**. La tariffa verrà automaticamente adeguata a tale " +"importo." #: ../../docs/user/wallets/electrum/faq.rst:92 msgid "How can I send Dash without paying a transaction fee?" -msgstr "" +msgstr "Come posso inviare Dash senza pagare una commissione di transazione?" #: ../../docs/user/wallets/electrum/faq.rst:94 msgid "" "You can create a zero fee transaction in the GUI by following these steps:" msgstr "" +"Puoi creare una transazione a commissione zero nella GUI seguendo questi " +"passaggi:" #: ../../docs/user/wallets/electrum/faq.rst:97 msgid "Enable the **Edit fees manually** option" -msgstr "" +msgstr "Abilita l'opzione **Modifica manualmente le tariffe**" #: ../../docs/user/wallets/electrum/faq.rst:98 msgid "Enter 0 in the **Fee** field" -msgstr "" +msgstr "Inserisci 0 nel campo **Tariffa**" #: ../../docs/user/wallets/electrum/faq.rst:99 msgid "Enter the amount in the **Amount** field" -msgstr "" +msgstr "Inserisci l'importo nel campo **Importo**" #: ../../docs/user/wallets/electrum/faq.rst:101 msgid "" "Note that transactions without fees might not be relayed by the Dash " "Electrum server, or by the Dash network." msgstr "" +"Tieni presente che le transazioni senza commissioni potrebbero non essere " +"inoltrate dal server Dash Electrum o dalla rete Dash." #: ../../docs/user/wallets/electrum/faq.rst:105 msgid "Is there a way to enter amounts in USD in Dash Electrum?" -msgstr "" +msgstr "C'è un modo per inserire importi in USD in Dash Electrum?" #: ../../docs/user/wallets/electrum/faq.rst:107 msgid "" "Yes, go to **Tools > Prefernce > Fiat** and select a **Fiat currency** to " "display the current exchange rate from the chosen **Source**." msgstr "" +"Sì, vai su **Strumenti > Preferenze > Fiat** e seleziona una **Valuta Fiat**" +" per visualizzare il tasso di cambio corrente dalla **Fonte** scelta." #: ../../docs/user/wallets/electrum/faq.rst:113 msgid "Entering values in fiat currency in Dash Electrum" -msgstr "" +msgstr "Inserimento di valori in valuta fiat in Dash Electrum" #: ../../docs/user/wallets/electrum/faq.rst:117 msgid "What does it mean to “Freeze” an address in Dash Electrum?" -msgstr "" +msgstr "Cosa significa \"congelare\" un indirizzo in Dash Electrum?" #: ../../docs/user/wallets/electrum/faq.rst:119 msgid "" @@ -196,14 +254,17 @@ msgid "" "sending Dash. You cannot send Dash if you don’t have enough funds in your " "non-frozen addresses." msgstr "" +"Quando blocchi un indirizzo, i fondi in quell'indirizzo non verranno " +"utilizzati per l'invio di Dash. Non puoi inviare Dash se non disponi di " +"fondi sufficienti nei tuoi indirizzi non bloccati." #: ../../docs/user/wallets/electrum/faq.rst:124 msgid "How is the wallet encrypted?" -msgstr "" +msgstr "Come viene crittografato il wallet?" #: ../../docs/user/wallets/electrum/faq.rst:126 msgid "Dash Electrum uses two separate levels of encryption:" -msgstr "" +msgstr "Dash Electrum utilizza due livelli separati di crittografia:" #: ../../docs/user/wallets/electrum/faq.rst:128 msgid "" @@ -213,6 +274,12 @@ msgid "" "amount of time during which sensitive information is unencrypted in your " "computer's memory." msgstr "" +"Il tuo seed e le tue chiavi private sono crittografate utilizzando " +"AES-256-CBC. Le chiavi private vengono decriptate solo brevemente, quando è " +"necessario firmare una transazione; per questo è necessario inserire la " +"password. Questo viene fatto per ridurre al minimo il tempo durante il quale" +" le informazioni sensibili non vengono crittografate nella memoria del " +"computer." #: ../../docs/user/wallets/electrum/faq.rst:134 msgid "" @@ -223,6 +290,13 @@ msgid "" "memory; Dash Electrum does not need it in order to save the wallet on disk, " "because it uses asymmetric encryption (ECIES)." msgstr "" +"Inoltre, il file del tuo wallet potrebbe essere crittografato su disco. " +"Tieni presente che le informazioni del wallet rimarranno non crittografate " +"nella memoria del tuo computer per tutta la durata della sessione. Se un " +"wallet è crittografato, sarà richiesta la sua password per aprirlo. Tieni " +"presente che la password non verrà mantenuta in memoria; Dash Electrum non " +"ne ha bisogno per salvare il wallet su disco, perché utilizza la " +"crittografia asimmetrica (ECIES)." #: ../../docs/user/wallets/electrum/faq.rst:142 msgid "" @@ -230,12 +304,17 @@ msgid "" "intended to protect your privacy, but also to prevent you from requesting " "Dash on a wallet that you do not control." msgstr "" +"La crittografia dei file del wallet è attivata per impostazione predefinita " +"a partire dalla versione 2.8. Ha lo scopo di proteggere la tua privacy, ma " +"anche di impedirti di richiedere Dash su un portafoglio che non controlli." #: ../../docs/user/wallets/electrum/faq.rst:147 msgid "" "I have forgotten my password but still have my seed. Is there any way I can " "recover my password?" msgstr "" +"Ho dimenticato la mia password ma ho ancora il mio seed. C'è un modo per " +"recuperare la mia password?" #: ../../docs/user/wallets/electrum/faq.rst:149 msgid "" @@ -244,6 +323,10 @@ msgid "" " password and your seed, there is no way to recover your money. This is why " "we ask you to save your seed phrase on paper." msgstr "" +"Non è possibile recuperare la password. Tuttavia, puoi ripristinare il tuo " +"wallet dalla frase seed e scegliere una nuova password. Se perdi sia la " +"password che il seed, non c'è modo di recuperare i tuoi soldi. Questo è il " +"motivo per cui ti chiediamo di salvare la tua frase seed su carta." #: ../../docs/user/wallets/electrum/faq.rst:154 msgid "" @@ -251,24 +334,30 @@ msgid "" " type, choose **I already have a seed** and proceed to input your seed " "phrase." msgstr "" +"Per ripristinare il tuo wallet dalla sua frase seed, crea un nuovo wallet, " +"seleziona il tipo, scegli **Ho già un seed** e procedi con l'inserimento " +"della tua frase seed." #: ../../docs/user/wallets/electrum/faq.rst:159 msgid "Does Dash Electrum support cold wallets?" -msgstr "" +msgstr "Dash Electrum supporta i cold wallet?" #: ../../docs/user/wallets/electrum/faq.rst:161 msgid "Yes. See the :ref:`cold storage ` section." msgstr "" +"SÌ. Consultare la sezione :ref:`cold storage `." #: ../../docs/user/wallets/electrum/faq.rst:164 msgid "Can I import private keys from other Dash clients?" -msgstr "" +msgstr "Posso importare chiavi private da altri client Dash?" #: ../../docs/user/wallets/electrum/faq.rst:166 msgid "" "In Dash Electrum 2.0, you cannot import private keys in a wallet that has a " "seed. You should sweep them instead." msgstr "" +"In Dash Electrum 2.0, non puoi importare chiavi private in un wallet che ha " +"un seed. Dovresti invece spazzarli." #: ../../docs/user/wallets/electrum/faq.rst:169 msgid "" @@ -280,14 +369,22 @@ msgid "" "work to import a hierarchical deterministic series of keys. You will need to" " back up this wallet, because it cannot be recovered from seed." msgstr "" +"Se vuoi importare chiavi private e non spazzarle devi creare un wallet " +"speciale che non abbia seed. Per farlo, crea un nuovo wallet, seleziona " +"**Utilizza chiavi pubbliche o private** e, invece di digitare il tuo seed, " +"digita un elenco di chiavi private o un elenco di indirizzi se desideri " +"creare un wallet di sola visione. Un master pubblico (xpub) o privato (xprv)" +" funzionerà anche per importare una serie gerarchica deterministica di " +"chiavi. Dovrai eseguire il backup di questo wallet, perché non può essere " +"recuperato dal seed." #: ../../docs/user/wallets/electrum/faq.rst:181 msgid "Importing a list of private keys to create a wallet" -msgstr "" +msgstr "Importazione di un elenco di chiavi private per creare un wallet" #: ../../docs/user/wallets/electrum/faq.rst:184 msgid "Can I sweep private keys from other Dash clients?" -msgstr "" +msgstr "Posso rimuovere le chiavi private da altri client Dash?" #: ../../docs/user/wallets/electrum/faq.rst:186 msgid "" @@ -296,6 +393,11 @@ msgid "" "your wallet. Instead, all the Dash they control are sent to an address that " "has been deterministically generated from your wallet seed." msgstr "" +"Rubare le chiavi private significa inviare tutti i Dash che controllano a un" +" indirizzo esistente nel tuo portafoglio. Le chiavi private che raccogli non" +" diventano parte del tuo wallet. Invece, tutti i Dash che controllano " +"vengono inviati a un indirizzo che è stato generato in modo deterministico " +"dal seed del tuo portafoglio." #: ../../docs/user/wallets/electrum/faq.rst:192 msgid "" @@ -306,48 +408,65 @@ msgid "" " where you can set an appropriate fee and then click on **Send** to send the" " coins to your wallet." msgstr "" +"Per spazzare le chiavi private vai su **Wallet > Chiavi private > Sweep**. " +"Inserisci le chiavi private nel campo apposito. Lascia invariato il campo " +"**Indirizzo**. Questo è l'indirizzo di destinazione del tuo wallet Dash " +"Electrum esistente. Fare clic su **Sposta**. Dash Electrum ti porta quindi " +"alla scheda **Invia** dove puoi impostare una commissione appropriata e " +"quindi fare clic su **Invia** per inviare le monete al tuo wallet." #: ../../docs/user/wallets/electrum/faq.rst:200 msgid "Where is my wallet file located?" -msgstr "" +msgstr "Dove si trova il file del mio wallet?" #: ../../docs/user/wallets/electrum/faq.rst:202 msgid "" "The default wallet file is called default_wallet and is created when you " "first run the application. It is located under the `/wallets` folder." msgstr "" +"Il file del wallet predefinito si chiama default_wallet e viene creato " +"quando si esegue l'applicazione per la prima volta. Si trova nella cartella " +"\"/wallets\"." #: ../../docs/user/wallets/electrum/faq.rst:205 msgid "" "**Linux:** Open Files, select **Go > Go to folder**, copy the path " "``~/.electrum-dash`` and paste it into the dialog box" msgstr "" +"**Linux:** Apri File, seleziona **Vai > Vai alla cartella**, copia il " +"percorso ``~/.electrum-dash`` e incollalo nella finestra di dialogo" #: ../../docs/user/wallets/electrum/faq.rst:207 msgid "" "**macOS:** Open Finder, select **Go > Go to Folder**, copy the path " "``~/.electrum-dash`` and paste it into the dialog box" msgstr "" +"**macOS:** Apri Finder, seleziona **Vai > Vai alla cartella**, copia il " +"percorso ``~/.electrum-dash`` e incollalo nella finestra di dialogo" #: ../../docs/user/wallets/electrum/faq.rst:209 msgid "" "**Windows:** Open Explorer, copy the path ``%APPDATA%\\Electrum-DASH`` and " "paste it in to the address bar" msgstr "" +"**Windows:** Apri Explorer, copia il percorso ``%APPDATA%\\Electrum-DASH`` e" +" incollalo nella barra degli indirizzi" #: ../../docs/user/wallets/electrum/faq.rst:213 msgid "Can I do bulk payments with Dash Electrum?" -msgstr "" +msgstr "Posso effettuare pagamenti in blocco con Dash Electrum?" #: ../../docs/user/wallets/electrum/faq.rst:215 msgid "" "You can create a transaction with several outputs. In the GUI, type each " "address and amount on a line, separated by a comma." msgstr "" +"È possibile creare una transazione con diversi output. Nella GUI, digita " +"ciascun indirizzo e importo su una riga, separato da una virgola." #: ../../docs/user/wallets/electrum/faq.rst:221 msgid "Creating a transaction with multiple outputs in Dash Electrum" -msgstr "" +msgstr "Creazione di una transazione con più output in Dash Electrum" #: ../../docs/user/wallets/electrum/faq.rst:223 msgid "" @@ -355,20 +474,25 @@ msgid "" " GUI. You can also import a CSV file in the **Pay to** field by clicking on " "the folder icon." msgstr "" +"Gli importi sono espressi nell'unità corrente impostata nel client. Il " +"totale è mostrato nella GUI. Puoi anche importare un file CSV nel campo " +"**Paga a** facendo clic sull'icona della cartella." #: ../../docs/user/wallets/electrum/faq.rst:228 msgid "Can Dash Electrum create and sign raw transactions?" -msgstr "" +msgstr "Dash Electrum può creare e firmare transazioni grezze?" #: ../../docs/user/wallets/electrum/faq.rst:230 msgid "" "Dash Electrum lets you create and sign raw transactions right from the user " "interface using a form." msgstr "" +"Dash Electrum ti consente di creare e firmare transazioni grezze " +"direttamente dall'interfaccia utente utilizzando un modulo." #: ../../docs/user/wallets/electrum/faq.rst:234 msgid "Dash Electrum freezes when I try to send Dash" -msgstr "" +msgstr "Dash Electrum si blocca quando provo a inviare Dash" #: ../../docs/user/wallets/electrum/faq.rst:236 msgid "" @@ -378,6 +502,12 @@ msgid "" " are in your wallet in order to create the new transaction. Unspent coins " "can have different values, much like physical coins and bills." msgstr "" +"Ciò potrebbe accadere se stai tentando di spendere un numero elevato di " +"transazioni in output (ad esempio, se hai raccolto centinaia di donazioni da" +" un faucet Dash). Quando invii Dash, Dash Electrum cerca le monete non spese" +" presenti nel tuo wallet per creare la nuova transazione. Le monete non " +"spese possono avere valori diversi, proprio come le monete e le banconote " +"fisiche." #: ../../docs/user/wallets/electrum/faq.rst:243 msgid "" @@ -385,10 +515,13 @@ msgid "" "smaller amounts of Dash to one of your wallet addresses; this would be the " "equivalent of exchanging a stack of nickels for a dollar bill." msgstr "" +"Se ciò accade, dovresti consolidare gli input delle tue transazioni inviando" +" importi minori di Dash a uno degli indirizzi del tuo wallet; questo " +"equivarrebbe a scambiare una pila di nichel con una banconota da un dollaro." #: ../../docs/user/wallets/electrum/faq.rst:251 msgid "What is the gap limit?" -msgstr "" +msgstr "Qual è il limite del gap?" #: ../../docs/user/wallets/electrum/faq.rst:253 msgid "" @@ -397,16 +530,23 @@ msgid "" "looking for addresses. In Dash Electrum 2.0, it is set to 20 by default, so " "the client will get all addresses until 20 unused addresses are found." msgstr "" +"Il limite del gap è il numero massimo di indirizzi consecutivi inutilizzati " +"nella sequenza deterministica di indirizzi. Dash Electrum lo usa per " +"smettere di cercare indirizzi. In Dash Electrum 2.0, è impostato su 20 per " +"impostazione predefinita, quindi il client riceverà tutti gli indirizzi " +"finché non verranno trovati 20 indirizzi non utilizzati." #: ../../docs/user/wallets/electrum/faq.rst:260 msgid "How can I pre-generate new addresses?" -msgstr "" +msgstr "Come posso pre-generare nuovi indirizzi?" #: ../../docs/user/wallets/electrum/faq.rst:262 msgid "" "Dash Electrum will generate new addresses as you use them, until it hits the" " `gap limit`_." msgstr "" +"Dash Electrum genererà nuovi indirizzi man mano che li utilizzi, finché non " +"raggiunge il `gap limit`_." #: ../../docs/user/wallets/electrum/faq.rst:265 msgid "" @@ -416,6 +556,11 @@ msgid "" "the address tab, to indicate that it is beyond the gap limit. The red color " "will remain until the gap is filled." msgstr "" +"Se hai bisogno di pregenerare più indirizzi, puoi farlo digitando " +"wallet.create_new_address() nella console. Questo comando genererà un nuovo " +"indirizzo. Tieni presente che l'indirizzo verrà visualizzato con uno sfondo " +"rosso nella scheda Indirizzo, per indicare che è oltre il limite di " +"intervallo. Il colore rosso rimarrà finché il vuoto non sarà riempito." #: ../../docs/user/wallets/electrum/faq.rst:271 msgid "" @@ -423,21 +568,29 @@ msgid "" "from seed. To recover them will require either increasing the client’s gap " "limit or generating new addresses until the used addresses are found." msgstr "" +"ATTENZIONE: gli indirizzi oltre il limite di gap non verranno recuperati " +"automaticamente dal seed. Per recuperarli sarà necessario aumentare il " +"limite di gap del cliente o generare nuovi indirizzi fino a quando non " +"verranno trovati gli indirizzi utilizzati." #: ../../docs/user/wallets/electrum/faq.rst:276 msgid "" "If you wish to generate more than one address, you may use a ‘for’ loop. For" " example, if you wanted to generate 50 addresses, you could do this::" msgstr "" +"Se desideri generare più di un indirizzo, puoi utilizzare un ciclo \"for\". " +"Ad esempio, se volessi generare 50 indirizzi, potresti fare così::" #: ../../docs/user/wallets/electrum/faq.rst:283 msgid "How to upgrade Dash Electrum?" -msgstr "" +msgstr "Come aggiornare Dash Electrum?" #: ../../docs/user/wallets/electrum/faq.rst:285 msgid "" "Warning: always save your wallet seed on paper before doing an upgrade." msgstr "" +"Attenzione: salva sempre il seed del tuo wallet su carta prima di effettuare" +" un aggiornamento." #: ../../docs/user/wallets/electrum/faq.rst:287 msgid "" @@ -446,6 +599,11 @@ msgid "" "your wallet files are stored separately from the software, so you can safely" " remove the old version of the software if your OS does not do it for you." msgstr "" +"Per aggiornare Dash Electrum, basta :ref:`installare ` la versione più recente. Il modo per farlo dipenderà dal tuo " +"sistema operativo. Tieni presente che i file del tuo wallet sono archiviati " +"separatamente dal software, quindi puoi rimuovere in sicurezza la vecchia " +"versione del software se il tuo sistema operativo non lo fa per te." #: ../../docs/user/wallets/electrum/faq.rst:293 msgid "" @@ -454,12 +612,19 @@ msgid "" "version once you have opened your wallet file with the new version. The " "older version will not always be able to read the new wallet file." msgstr "" +"Alcuni aggiornamenti di Dash Electrum modificheranno il formato dei file del" +" tuo wallet. Per questo motivo, non è consigliabile effettuare il downgrade " +"di Dash Electrum a una versione precedente dopo aver aperto il file del " +"wallet con la nuova versione. La versione precedente non sarà sempre in " +"grado di leggere il nuovo file del wallet." #: ../../docs/user/wallets/electrum/faq.rst:299 msgid "" "The following issues should be considered when upgrading Dash Electrum 1.x " "wallets to Dash Electrum 2.x:" msgstr "" +"È necessario considerare i seguenti problemi quando si aggiornano i wallet " +"Dash Electrum 1.x a Dash Electrum 2.x:" #: ../../docs/user/wallets/electrum/faq.rst:302 msgid "" @@ -467,6 +632,9 @@ msgid "" "upgrade process. Please allow it time to complete, and expect it to take a " "little longer than usual for Dash Electrum to be ready." msgstr "" +"Dash Electrum 2.x dovrà rigenerare tutti i tuoi indirizzi durante il " +"processo di aggiornamento. Attendi il completamento del processo e aspettati" +" che richieda un po' più tempo del solito affinché Dash Electrum sia pronto." #: ../../docs/user/wallets/electrum/faq.rst:306 msgid "" @@ -474,6 +642,9 @@ msgid "" "wallet. This means Dash Electrum 1.x will no longer be able to use your " "wallet once the upgrade is complete." msgstr "" +"Il contenuto del file del tuo wallet verrà sostituito con un wallet Dash " +"Electrum 2. Ciò significa che Dash Electrum 1.x non sarà più in grado di " +"utilizzare il tuo wallet una volta completato l'aggiornamento." #: ../../docs/user/wallets/electrum/faq.rst:310 msgid "" @@ -481,6 +652,10 @@ msgid "" "Dash Electrum 2. This is expected behaviour. Restart Dash Electrum 2 after " "the upgrade is complete and your addresses will be available." msgstr "" +"La scheda **Indirizzi** non mostrerà alcun indirizzo la prima volta che " +"avvii Dash Electrum 2. Si tratta di un comportamento previsto. Riavvia Dash " +"Electrum 2 una volta completato l'aggiornamento e i tuoi indirizzi saranno " +"disponibili." #: ../../docs/user/wallets/electrum/faq.rst:315 msgid "" @@ -490,3 +665,8 @@ msgid "" "`wallet.synchronize()`. When it’s complete, restart Dash Electrum and your " "addresses will once again be available." msgstr "" +"Le copie offline di Dash Electrum non mostreranno affatto gli indirizzi " +"perché non possono sincronizzarsi con la rete. Puoi forzare la generazione " +"offline di alcuni indirizzi digitando quanto segue nella console: " +"`wallet.synchronize()`. Al termine, riavvia Dash Electrum e i tuoi indirizzi" +" saranno nuovamente disponibili." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/index.po index 979f20945..c017c63d9 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,16 +1,20 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,7 +24,7 @@ msgstr "" #: ../../docs/user/wallets/electrum/index.rst:4 #: ../../docs/user/wallets/electrum/index.rst:34 msgid "Dash Electrum Wallet" -msgstr "" +msgstr "Dash Electrum Wallet" #: ../../docs/user/wallets/electrum/index.rst:6 msgid "" @@ -32,6 +36,14 @@ msgid "" "instant, while still keeping your funds secure and mobile. Dash Electrum " "also supports advanced InstantSend, CoinJoin and masternode features." msgstr "" +"Dash Electrum è un wallet leggero che utilizza potenti server esterni per " +"indicizzare la blockchain, proteggendo comunque le chiavi sul tuo personal " +"computer. Le transazioni vengono verificate sulla blockchain di Dash " +"utilizzando una tecnica chiamata Secure Payment Verification (SPV), che " +"richiede solo le intestazioni del blocco e non l'intero blocco. Ciò " +"significa che l'avvio del wallet è quasi istantaneo, pur mantenendo i tuoi " +"fondi sicuri e mobili. Dash Electrum supporta anche funzionalità avanzate " +"InstantSend, CoinJoin e masternode." #: ../../docs/user/wallets/electrum/index.rst:15 msgid "" @@ -40,3 +52,8 @@ msgid "" "Bitcoin Electrum features (mostly identical in Dash Electrum) is available " "at the `official documentation site `_." msgstr "" +"Dash Electrum è un fork del wallet Electrum per Bitcoin. Sebbene questa " +"documentazione si concentri sull'utilizzo di Dash Electrum, la " +"documentazione completa di tutte le funzionalità di Bitcoin Electrum (per lo" +" più identiche in Dash Electrum) è disponibile sul `sito di documentazione " +"ufficiale `_." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 1a9f397ee..8f283cfd9 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,36 +1,39 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" +"Come creare un nuovo wallet Dash Electrum su Windows, Linux, macOS e Android" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" +"dash, mobile, wallet, electrum, android, linux, windows, macos, compilazione" #: ../../docs/user/wallets/electrum/installation.rst:9 msgid "Installation" @@ -38,15 +41,15 @@ msgstr "Installazione" #: ../../docs/user/wallets/electrum/installation.rst:12 msgid "Download" -msgstr "" +msgstr "Download" #: ../../docs/user/wallets/electrum/installation.rst:16 msgid "New downloads of Electrum are currently unavailable" -msgstr "" +msgstr "I nuovi download di Electrum non sono attualmente disponibili" #: ../../docs/user/wallets/electrum/installation.rst:20 msgid "Creating a New Wallet" -msgstr "" +msgstr "Creazione di un nuovo wallet" #: ../../docs/user/wallets/electrum/installation.rst:22 msgid "" @@ -60,10 +63,20 @@ msgid "" "name for your wallet (or accept the default name) and click **Next** to " "create your wallet." msgstr "" +"Dash Electrum raccoglie i dati di configurazione quando viene eseguito per " +"la prima volta. Per ulteriori informazioni sui concetti alla base di questo " +"processo, vai alle sezioni successive di questa guida che trattano backup, " +"sicurezza e indirizzi. Quando configuri Dash Electrum per la prima volta, " +"una procedura guidata ti guiderà attraverso il processo di creazione del tuo" +" primo wallet. La prima schermata ti chiede come desideri connetterti al " +"server remoto. Seleziona **Connessione automatica** e fai clic su **Avanti**" +" per continuare. Vedrai un avviso che attualmente non esiste alcun wallet. " +"Inserisci un nome per il tuo wallet (o accetta il nome predefinito) e fai " +"clic su **Avanti** per creare il tuo wallet." #: ../../docs/user/wallets/electrum/installation.rst:38 msgid "Selecting the server and naming your first wallet" -msgstr "" +msgstr "Seleziona il server e dai un nome al tuo primo wallet" #: ../../docs/user/wallets/electrum/installation.rst:40 msgid "" @@ -77,10 +90,20 @@ msgid "" "are using Electrum Dash for the first time and not restoring an existing " "wallet, choose **Create a new seed** and click **Next** to continue." msgstr "" +"Ti verrà chiesto che tipo di wallet desideri creare. Scegli tra **Wallet " +"standard**, **Wallet multifirma** e **Indirizzi Watch Dash**. Se non sei " +"sicuro, seleziona **Wallet standard** e fai clic su **Avanti** per " +"continuare. Ti verrà quindi chiesto come desideri conservare/recuperare il " +"seed. Se conservato in modo sicuro, un seed può essere utilizzato per " +"ripristinare un wallet smarrito su un altro computer. Scegli tra **Crea un " +"nuovo seed**, **Ho già un seed**, **Utilizza chiavi pubbliche o private** o " +"**Utilizza un dispositivo hardware**. Se stai utilizzando Electrum Dash per " +"la prima volta e non ripristini un wallet esistente, scegli **Crea un nuovo " +"seed** e fai clic su **Avanti** per continuare." #: ../../docs/user/wallets/electrum/installation.rst:57 msgid "Selecting the wallet type and keystore" -msgstr "" +msgstr "Selezione del tipo di wallet e del keystore" #: ../../docs/user/wallets/electrum/installation.rst:59 msgid "" @@ -91,10 +114,17 @@ msgid "" "seed, Electrum Dash will ask you to type it in as a confirmation. Type the " "words in the correct order and click **Next** to continue." msgstr "" +"Electrum Dash genererà il tuo wallet e visualizzerà il seed di recupero. " +"Annota questo seed, possibilmente su carta e non in formato elettronico, e " +"conservalo in un luogo sicuro. Questo seed è l'unico modo per recuperare il " +"tuo wallet se perdi l'accesso per qualsiasi motivo. Per assicurarti di aver " +"salvato correttamente il tuo seed, Electrum Dash ti chiederà di digitarlo " +"come conferma. Digita le parole nell'ordine corretto e fai clic su " +"**Avanti** per continuare." #: ../../docs/user/wallets/electrum/installation.rst:73 msgid "Generating and confirming the recovery seed" -msgstr "" +msgstr "Generazione e conferma del seed di recupero" #: ../../docs/user/wallets/electrum/installation.rst:75 msgid "" @@ -105,15 +135,23 @@ msgid "" "however unlikely the threat may be. Enter and confirm a password, ensure the" " **Encrypt wallet file** checkbox is ticked and click **Next** to continue." msgstr "" +"Facoltativamente, una password protegge il tuo wallet da accessi non " +"autorizzati. L'aggiunta di una password sicura e facile da ricordare ora " +"migliora la sicurezza del tuo wallet crittografando il tuo seed fin " +"dall'inizio. Saltare la crittografia a questo punto non selezionando una " +"password rischia un potenziale furto di fondi in seguito, per quanto " +"improbabile possa essere la minaccia. Inserisci e conferma una password, " +"assicurati che la casella di controllo **Crittografa file portafoglio** sia " +"selezionata e fai clic su **Avanti** per continuare." #: ../../docs/user/wallets/electrum/installation.rst:86 msgid "Entering and confirming a wallet encryption password" -msgstr "" +msgstr "Immissione e conferma di una password di crittografia del wallet" #: ../../docs/user/wallets/electrum/installation.rst:88 msgid "Your Dash Electrum wallet is now set up and ready for use." -msgstr "" +msgstr "Il tuo wallet Dash Electrum è ora configurato e pronto per l'uso." #: ../../docs/user/wallets/electrum/installation.rst:93 msgid "Dash Electrum after setup is complete" -msgstr "" +msgstr "Dash Electrum al termine della configurazione" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/security.po index f12e4261f..3d5f6affb 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,37 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" -msgstr "" +msgstr "Sicurezza e backup quando si utilizza il wallet Dash Electrum" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" -msgstr "" +msgstr "dash, wallet, electrum, sicurezza, password, backup, ripristino" #: ../../docs/user/wallets/electrum/security.rst:8 msgid "Wallet security" -msgstr "" +msgstr "Sicurezza del Wallet" #: ../../docs/user/wallets/electrum/security.rst:11 msgid "Change password" -msgstr "" +msgstr "Cambiare la password" #: ../../docs/user/wallets/electrum/security.rst:13 msgid "" @@ -41,10 +45,16 @@ msgid "" "wallets' password, all is not lost. Your wallet can be restored in its " "entirety using the backup procedure described here." msgstr "" +"Per modificare la password del wallet, seleziona l'opzione **Portafoglio > " +"Password** dal menu principale o fai clic sull'icona del lucchetto in basso " +"a destra nella finestra principale. Inserisci e conferma una nuova password " +"sicura. Se dimentichi la password del tuo wallet, non tutto è perduto. Il " +"tuo wallet può essere ripristinato nella sua interezza utilizzando la " +"procedura di backup descritta qui." #: ../../docs/user/wallets/electrum/security.rst:22 msgid "Backup" -msgstr "" +msgstr "Backup" #: ../../docs/user/wallets/electrum/security.rst:24 msgid "" @@ -54,10 +64,15 @@ msgid "" "prompted, enter the secure password you chose when setting up the Dash " "Electrum wallet." msgstr "" +"In Dash Electrum, un seed è un backup completo di tutti gli indirizzi e le " +"transazioni. Accedi al seed del tuo wallet tramite l'icona seed in basso a " +"destra nella schermata principale o tramite l'opzione del menu principale " +"**Wallet > Seed**. Quando richiesto, inserisci la password sicura che hai " +"scelto durante la configurazione del wallet Dash Electrum." #: ../../docs/user/wallets/electrum/security.rst:33 msgid "Displaying the wallet recovery seed in Dash Electrum" -msgstr "" +msgstr "Visualizzazione del seed di ripristino del wallet in Dash Electrum" #: ../../docs/user/wallets/electrum/security.rst:35 msgid "" @@ -65,10 +80,13 @@ msgid "" " in a safe location. Remember, anyone who finds your seed can spend all of " "the funds in your wallet." msgstr "" +"Copia a mano le dodici parole trovate nel box su un pezzo di carta e " +"conservalo in un luogo sicuro. Ricorda, chiunque trovi il tuo seme può " +"spendere tutti i fondi nel tuo wallet." #: ../../docs/user/wallets/electrum/security.rst:42 msgid "Viewing the recovery seed" -msgstr "" +msgstr "Visualizzazione del seed di ripristino" #: ../../docs/user/wallets/electrum/security.rst:44 msgid "" @@ -77,10 +95,14 @@ msgid "" "any imported addresses. Restoring this backup will require the wallet " "password." msgstr "" +"In alternativa, è possibile salvare un file di backup utilizzando l'opzione " +"del menu principale **File > Salva copia**. Questo file memorizza il seme " +"crittografato del wallet insieme a tutti gli indirizzi importati. Il " +"ripristino di questo backup richiederà la password del wallet." #: ../../docs/user/wallets/electrum/security.rst:51 msgid "Restore" -msgstr "" +msgstr "Ripristina" #: ../../docs/user/wallets/electrum/security.rst:53 msgid "" @@ -91,18 +113,24 @@ msgid "" "**Standard wallet** as the wallet type and then choose **I already have a " "seed**." msgstr "" +"L'unica cosa necessaria per recuperare un wallet Dash Electrum su un altro " +"computer è il suo seed. Puoi testare il ripristino del wallet con la tua " +"attuale installazione di Dash Electrum selezionando la voce di menu **File >" +" Nuovo/Ripristina**. Apparirà una finestra di dialogo che ti chiederà di " +"dare un nome al tuo nuovo wallet. Inserisci un nome, seleziona **Wallet " +"standard** come tipo di wallet e poi scegli **Ho già un seed**." #: ../../docs/user/wallets/electrum/security.rst:63 msgid "Restoring a wallet from an existing seed" -msgstr "" +msgstr "Ripristino di un wallet da un seed esistente" #: ../../docs/user/wallets/electrum/security.rst:65 msgid "Next, copy the twelve word seed into the text field." -msgstr "" +msgstr "Successivamente, copia il seed di dodici parole nel campo di testo." #: ../../docs/user/wallets/electrum/security.rst:70 msgid "Entering the recovery seed" -msgstr "" +msgstr "Inserisci il seed per il ripristino" #: ../../docs/user/wallets/electrum/security.rst:72 msgid "" @@ -112,31 +140,46 @@ msgid "" "a few minutes, and the transactions may appear as **Not Verified**. This " "problem disappears after restarting the program." msgstr "" +"Se il tuo seed è stato inserito correttamente, Dash Electrum ti dà la " +"possibilità di aggiungere una password per il tuo wallet. Dopo aver " +"ripristinato il tuo wallet, Dash Electrum elencherà tutte le transazioni " +"esistenti da questo wallet. Questo processo potrebbe richiedere alcuni " +"minuti e le transazioni potrebbero apparire come **Non verificate**. Questo " +"problema scompare dopo aver riavviato il programma." #: ../../docs/user/wallets/electrum/security.rst:81 msgid "Unverified transactions after recovery" -msgstr "" +msgstr "Transazioni non verificate dopo il ripristino" #: ../../docs/user/wallets/electrum/security.rst:83 msgid "" "To restore a wallet file without using the recovery seed, copy the file to " "the application data folder according to your operating system:" msgstr "" +"Per ripristinare un file del wallet senza utilizzare il seed di ripristino, " +"copia il file nella cartella dei dati dell'applicazione in base al tuo " +"sistema operativo:" #: ../../docs/user/wallets/electrum/security.rst:86 msgid "" "**Linux:** Open Files, select **Go > Go to folder**, copy the path " "``~/.electrum-dash`` and paste it into the dialog box." msgstr "" +"**Linux:** apri File, seleziona **Vai > Vai alla cartella**, copia il " +"percorso ``~/.electrum-dash`` e incollalo nella finestra di dialogo." #: ../../docs/user/wallets/electrum/security.rst:89 msgid "" "**macOS:** Open Finder, select **Go > Go to Folder**, copy the path " "``~/.electrum-dash`` and paste it into the dialog box." msgstr "" +"**macOS:** Apri Finder, seleziona **Vai > Vai alla cartella**, copia il " +"percorso ``~/.electrum-dash`` e incollalo nella finestra di dialogo." #: ../../docs/user/wallets/electrum/security.rst:92 msgid "" "**Windows:** Open Explorer, copy the path ``%APPDATA%\\Electrum-DASH`` and " "paste it in to the address bar." msgstr "" +"**Windows:** Apri Explorer, copia il percorso ``%APPDATA%\\Electrum-DASH`` e" +" incollalo nella barra degli indirizzi." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 4e363c023..da2b2a0b6 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,33 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" -msgstr "" +msgstr "Guida per inviare e ricevere Dash utilizzando il wallet Dash Electrum" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" -msgstr "" +msgstr "dash, wallet, electrum, invia, ricevi, transazione" #: ../../docs/user/wallets/electrum/send-receive.rst:9 msgid "Sending and receiving" -msgstr "" +msgstr "Invia e ricevi" #: ../../docs/user/wallets/electrum/send-receive.rst:11 msgid "" @@ -39,10 +43,18 @@ msgid "" "blockchain is transparent to the public, it is considered best practice to " "use a new address for each transaction in order to maintain your privacy." msgstr "" +"Potresti possedere Dash archiviato in un altro wallet software o su un " +"exchange come Bittrex o Kraken, o semplicemente voler inviare o ricevere " +"fondi come stipendio o transazione commerciale. I fondi possono essere " +"trasferiti tra queste fonti e il portafoglio Electrum utilizzando gli " +"indirizzi Dash. Il tuo portafoglio contiene più indirizzi e genererà nuovi " +"indirizzi se necessario. Poiché la blockchain di Dash è trasparente al " +"pubblico, è considerata buona pratica utilizzare un nuovo indirizzo per ogni" +" transazione al fine di mantenere la propria privacy." #: ../../docs/user/wallets/electrum/send-receive.rst:22 msgid "Sending" -msgstr "" +msgstr "Invio" #: ../../docs/user/wallets/electrum/send-receive.rst:24 msgid "" @@ -54,25 +66,38 @@ msgid "" "calculated automatically. Dash Electrum issues a warning if the total " "transaction amount exceeds the wallet balance." msgstr "" +"Fai clic sulla scheda **Invia** per effettuare un pagamento. Inserisci " +"l'indirizzo di destinazione nel campo **Paga a**, manualmente o incollandolo" +" dagli appunti. Facoltativamente, inserisci una **Descrizione** da " +"visualizzare nella cronologia delle transazioni, seguita dall'**Importo** da" +" inviare. L'importo totale della transazione è la somma dell'importo inviato" +" e della commissione di transazione, che viene calcolata automaticamente. " +"Dash Electrum emette un avviso se l'importo totale della transazione supera " +"il saldo del portafoglio." #: ../../docs/user/wallets/electrum/send-receive.rst:35 #: ../../docs/user/wallets/electrum/send-receive.rst:64 msgid "Transaction ready to send in Dash Electrum wallet" -msgstr "" +msgstr "Transazione pronta per l'invio nel wallet Dash Electrum" #: ../../docs/user/wallets/electrum/send-receive.rst:37 msgid "" "The wallet will request your password, then broadcast the transaction to the" " network and display a confirmation dialog with your transaction ID." msgstr "" +"Il wallet richiederà la tua password, quindi trasmetterà la transazione alla" +" rete e visualizzerà una finestra di dialogo di conferma con il tuo ID " +"transazione." #: ../../docs/user/wallets/electrum/send-receive.rst:47 msgid "Password prompt and transaction confirmation in Dash Electrum wallet" msgstr "" +"Richiesta della password e conferma della transazione nel wallet Dash " +"Electrum" #: ../../docs/user/wallets/electrum/send-receive.rst:51 msgid "Receiving" -msgstr "" +msgstr "Ricezione" #: ../../docs/user/wallets/electrum/send-receive.rst:53 msgid "" @@ -84,6 +109,14 @@ msgid "" "stored information in the top area, together with a QR code containing the " "same information." msgstr "" +"Puoi visualizzare gli indirizzi di ricezione facendo clic sulla scheda " +"**Ricevi**. Fai doppio clic sull'**Indirizzo di ricezione**, quindi copialo " +"negli appunti facendo clic sull'icona Copia negli appunti. Se intendi " +"utilizzare l'indirizzo ripetutamente, puoi anche inserire una descrizione e " +"fare clic su Salva per memorizzare l'indirizzo nell'elenco Richieste. " +"Facendo clic su un indirizzo nell'elenco verranno visualizzate le " +"informazioni memorizzate nell'area superiore, insieme a un codice QR " +"contenente le stesse informazioni." #: ../../docs/user/wallets/electrum/send-receive.rst:66 msgid "" @@ -93,20 +126,27 @@ msgid "" "corner of your wallet, and the indicator in the **Requests** table will " "change from **Pending** to **Paid**." msgstr "" +"Inserisci questo indirizzo nel software che invia i fondi, invialo alla " +"persona che ti trasferisce i fondi o scansionalo direttamente dal tuo wallet" +" mobile. Una volta completata la transazione, il saldo verrà visualizzato " +"nell'angolo in basso a sinistra del tuo portafoglio e l'indicatore nella " +"tabella **Richieste** cambierà da **In sospeso** a **Pagato**." #: ../../docs/user/wallets/electrum/send-receive.rst:75 msgid "Successfully received payment in Dash Electrum wallet" -msgstr "" +msgstr "Pagamento ricevuto con successo nel wallet Dash Electrum" #: ../../docs/user/wallets/electrum/send-receive.rst:77 msgid "" "Once you have used an address, you can either continue using it or click " "**New** to generate a new address." msgstr "" +"Una volta utilizzato un indirizzo, puoi continuare a utilizzarlo oppure fare" +" clic su **Nuovo** per generare un nuovo indirizzo." #: ../../docs/user/wallets/electrum/send-receive.rst:81 msgid "Monitoring transactions" -msgstr "" +msgstr "Monitoraggio delle transazioni" #: ../../docs/user/wallets/electrum/send-receive.rst:83 msgid "" @@ -120,12 +160,24 @@ msgid "" "six confirmations. These processed transactions are denoted with a green " "checkmark and the timestamp at which the transaction was made." msgstr "" +"La scheda **Cronologia** elenca tutte le transazioni correnti e in sospeso. " +"Una transazione verso un indirizzo nel tuo wallet apparirà nell'elenco " +"subito dopo essere stata effettuata. Inizialmente, questa transazione verrà " +"contrassegnata come **Non confermata**, seguita da un indicatore di orologio" +" sulla sinistra. Man mano che la rete Dash elabora la transazione, lo stato " +"verrà aggiornato nell'elenco della cronologia delle transazioni. La rete " +"conferma le transazioni con un nuovo blocco ogni 2,5 minuti circa, e una " +"transazione viene considerata confermata (e quindi spendibile) dopo sei " +"conferme. Queste transazioni elaborate sono contrassegnate da un segno di " +"spunta verde e dal timestamp in cui è stata effettuata la transazione." #: ../../docs/user/wallets/electrum/send-receive.rst:100 msgid "" "Dash Electrum wallet History tab immediately after receiving a transaction " "and after confirmation is complete" msgstr "" +"Scheda Cronologia del wallet Dash Electrum immediatamente dopo aver ricevuto" +" una transazione e dopo il completamento della conferma" #: ../../docs/user/wallets/electrum/send-receive.rst:103 msgid "" @@ -136,7 +188,14 @@ msgid "" "description for your records or view the transaction on an external block " "explorer." msgstr "" +"Per visualizzare ulteriori dettagli sulla transazione, fai clic con il " +"pulsante destro del mouse su una transazione nella scheda **Cronologia** e " +"seleziona **Dettagli** dal menu contestuale. Puoi anche utilizzare questo " +"menu per copiare l'ID della transazione negli appunti (questo può essere " +"usato come prova che una determinata transazione è avvenuta), modificare la " +"descrizione della transazione per i tuoi record o visualizzare la " +"transazione su un block explorer esterno." #: ../../docs/user/wallets/electrum/send-receive.rst:113 msgid "Transaction details in Dash Electrum wallet" -msgstr "" +msgstr "Dettagli della transazione nel wallet Dash Electrum" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/it/LC_MESSAGES/docs/user/wallets/hardware.po index 1b7a379f2..a7b3cfe3e 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # William Lotta , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: William Lotta , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" -msgstr "" +msgstr "Come utilizzare la criptovaluta Dash con gli hardware wallet" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" -msgstr "" +msgstr "dash, hardware, wallet, ledger, keepkey, trezor, sicuro, private key" #: ../../docs/user/wallets/hardware.rst:8 msgid "Introduction" @@ -40,10 +41,14 @@ msgid "" "interface. Three major manufacturers of hardware wallets currently exist, " "with Dash supported on all of them." msgstr "" +"Gli hardware wallet ti offrono la sicurezza di archiviare le tue chiavi in " +"un dispositivo sicuro consentendoti comunque di effettuare semplici " +"transazioni tramite un'interfaccia web. Attualmente esistono tre principali " +"produttori di hardware wallet e Dash è supportato su tutti." #: ../../docs/user/wallets/hardware.rst:18 msgid "Trezor" -msgstr "" +msgstr "Trezor" #: ../../docs/user/wallets/hardware.rst:24 msgid "" @@ -52,6 +57,11 @@ msgid "" "layer to all outbound bitcoin transactions. Trezor has supported Dash since " "January 2017 with the release of firmware version 1.4.2." msgstr "" +"Sviluppato dalla startup ceca \"SatoshiLabs `_, il " +"dispositivo da 99 dollari è essenzialmente un dongle USB progettato per " +"aggiungere un ulteriore livello di autenticazione a tutte le transazioni " +"bitcoin in uscita. Trezor supporta Dash da gennaio 2017 con il rilascio " +"della versione firmware 1.4.2." #: ../../docs/user/wallets/hardware.rst:30 msgid "" @@ -63,32 +73,43 @@ msgid "" " 'vault' for your private bitcoin key, Trezor claims to use a number of " "clever tricks to maintain security even on compromised and unsafe machines." msgstr "" +"In virtù del suo design, Trezor può essere utilizzato per firmare " +"transazioni su computer \"non sicuri\" ed è impermeabile ai keylogger e a " +"molti altri vettori di attacco, quindi anche se il tuo PC host è " +"compromesso, l'aggressore non ha modo di ottenere la tua chiave privata. " +"Questo è anche il motivo per cui il dispositivo prende il nome, poiché " +"\"trezor\" si traduce in \"volta\" nella maggior parte delle lingue slave, " +"compreso il ceco. Una sorta di \"caveau\" per la tua chiave bitcoin privata," +" Trezor afferma di utilizzare una serie di trucchi intelligenti per " +"mantenere la sicurezza anche su macchine compromesse e non sicure." #: ../../docs/user/wallets/hardware.rst:39 msgid "Site: https://trezor.io" -msgstr "" +msgstr "Sito: https://trezor.io" #: ../../docs/user/wallets/hardware.rst:40 msgid "Review: https://dashnews.org/trezor-hardware-wallet-review/" -msgstr "" +msgstr "Recensione: https://dashnews.org/trezor-hardware-wallet-review/" #: ../../docs/user/wallets/hardware.rst:41 msgid "Shop: https://shop.trezor.io" -msgstr "" +msgstr "Negozio: https://shop.trezor.io" #: ../../docs/user/wallets/hardware.rst:42 msgid "Wallet: https://wallet.trezor.io" -msgstr "" +msgstr "Wallet: https://wallet.trezor.io" #: ../../docs/user/wallets/hardware.rst:44 msgid "" "It is also possible to operate a Dash masternode using your Trezor. See here" " for details." msgstr "" +"È anche possibile gestire un masternode Dash utilizzando il tuo Trezor. Vedi" +" qui per i dettagli." #: ../../docs/user/wallets/hardware.rst:48 msgid "Getting Started" -msgstr "" +msgstr "Iniziare" #: ../../docs/user/wallets/hardware.rst:50 msgid "" @@ -96,18 +117,25 @@ msgid "" "`authorized reseller `_, you will need a " "wallet to use it with. Trezor supports the following Dash wallets:" msgstr "" +"Dopo aver acquistato Trezor da https://shop.trezor.io o da un `rivenditore " +"autorizzato `_, avrai bisogno di un wallet con" +" cui utilizzarlo. Trezor supporta i seguenti wallet Dash:" #: ../../docs/user/wallets/hardware.rst:54 msgid "" "`Trezor Wallet `_ (`documentation " "`__)" msgstr "" +"`Trezor Wallet `_ (`documentazione " +"`__)" #: ../../docs/user/wallets/hardware.rst:56 msgid "" "`Dash Electrum Wallet `__ (:ref:`documentation " "`)" msgstr "" +"`Dash Electrum Wallet `__ (:ref:`documentation " +"`)" #: ../../docs/user/wallets/hardware.rst:58 msgid "" @@ -115,6 +143,9 @@ msgid "" "tool>`_ (`documentation `__)" msgstr "" +"`Dash Masternode Tool `_ (`documentazione `__)" #: ../../docs/user/wallets/hardware.rst:62 msgid "" @@ -124,6 +155,11 @@ msgid "" " with the Trezor Wallet. Follow these steps when setting up your Trezor for " "the first time:" msgstr "" +"Questa documentazione descrive come iniziare a utilizzare il wallet web " +"ufficiale di Trezor all'indirizzo `https://wallet.trezor.io " +"`__. Conferma sempre che l'URL sia corretto e che " +"la crittografia SSL sia abilitata quando lavori con Trezor Wallet. Segui " +"questi passaggi quando configuri Trezor per la prima volta:" #: ../../docs/user/wallets/hardware.rst:68 msgid "" @@ -131,26 +167,35 @@ msgid "" " should be glued shut. It should be impossible to remove the device without " "totally destroying the packaging." msgstr "" +"Ispezionare la confezione per eventuali manomissioni. Dovrebbero esserci due" +" sigilli e i lembi dovrebbero essere incollati e chiusi. Dovrebbe essere " +"impossibile rimuovere il dispositivo senza distruggere completamente la " +"confezione." #: ../../docs/user/wallets/hardware.rst:72 msgid "" "Go to https://trezor.io/start/ and watch the video to introduce the concepts" " of a shifting PIN layout and recovery seed." msgstr "" +"Vai su https://trezor.io/start/ e guarda il video per introdurre i concetti " +"di layout PIN mobile e seed di ripristino." #: ../../docs/user/wallets/hardware.rst:75 msgid "Go to https://wallet.trezor.io/ to begin the setup process." msgstr "" +"Vai su https://wallet.trezor.io/ per iniziare il processo di configurazione." #: ../../docs/user/wallets/hardware.rst:77 msgid "" "If not already installed, install the Trezor Bridge application from " "https://wallet.trezor.io/#/bridge" msgstr "" +"Se non è già installata, installa l'applicazione Trezor Bridge da " +"https://wallet.trezor.io/#/bridge" #: ../../docs/user/wallets/hardware.rst:80 msgid "Connect the Trezor to your computer when prompted." -msgstr "" +msgstr "Collega Trezor al computer quando richiesto." #: ../../docs/user/wallets/hardware.rst:82 msgid "" @@ -158,6 +203,9 @@ msgid "" "install firmware. Click the **Install** button, wait for the download and " "confirm on the device." msgstr "" +"Se è la prima volta che colleghi Trezor, ti verrà richiesto di installare il" +" firmware. Fare clic sul pulsante **Installa**, attendere il download e " +"confermare sul dispositivo." #: ../../docs/user/wallets/hardware.rst:86 msgid "" @@ -165,18 +213,25 @@ msgid "" "matches the fingerprint shown on the screen. Note that this is hexadecimal " "and therefore not case-sensitive." msgstr "" +"Al termine, il dispositivo visualizzerà un'impronta digitale. Verifica che " +"corrisponda all'impronta digitale mostrata sullo schermo. Tieni presente che" +" questo è esadecimale e quindi non fa distinzione tra maiuscole e minuscole." #: ../../docs/user/wallets/hardware.rst:90 msgid "" "After verification is complete, disconnect and reconnect your device. Enter " "a device label on the screen that appears." msgstr "" +"Una volta completata la verifica, disconnetti e riconnetti il dispositivo. " +"Inserisci un'etichetta del dispositivo nella schermata visualizzata." #: ../../docs/user/wallets/hardware.rst:93 msgid "" "Enter and confirm a PIN by clicking on the squares according to the mapping " "shown on the device." msgstr "" +"Inserisci e conferma un PIN cliccando sui quadratini secondo la mappatura " +"mostrata sul dispositivo." #: ../../docs/user/wallets/hardware.rst:96 msgid "" @@ -185,108 +240,132 @@ msgid "" " the recovery card. Never store your recovery seed in any digital format, " "including photos or text." msgstr "" +"Il tuo dispositivo Trezor ora visualizzerà una sequenza di 24 parole sullo " +"schermo. Questo è il tuo seed di recupero. Annotare le parole nell'ordine in" +" cui appaiono sulla scheda di recupero. Non archiviare mai il seed di " +"recupero in alcun formato digitale, incluse foto o testo." #: ../../docs/user/wallets/hardware.rst:101 msgid "" "Verify the seed against what you have written down and store it in a safe " "place." msgstr "" +"Verifica il seed rispetto a ciò che hai scritto e conservalo in un luogo " +"sicuro." #: ../../docs/user/wallets/hardware.rst:104 msgid "You will be asked to enter your PIN again." -msgstr "" +msgstr "Ti verrà chiesto di inserire nuovamente il PIN." #: ../../docs/user/wallets/hardware.rst:106 msgid "" "The Trezor Wallet will appear with a message that your device is ready for " "use. Your device name will appear on the device." msgstr "" +"Il portafoglio Trezor apparirà con un messaggio che informa che il tuo " +"dispositivo è pronto per l'uso. Il nome del tuo dispositivo verrà " +"visualizzato sul dispositivo." #: ../../docs/user/wallets/hardware.rst:109 msgid "" "Switch to the Dash wallet using the menu at the top left. You can now use " "your Trezor to send and receive Dash." msgstr "" +"Passa al portafoglio Dash utilizzando il menu in alto a sinistra. Ora puoi " +"utilizzare Trezor per inviare e ricevere Dash." #: ../../docs/user/wallets/hardware.rst:115 msgid "Trezor Web Wallet for Dash ready for first use" -msgstr "" +msgstr "Portafoglio Web Trezor per Dash pronto per il primo utilizzo" #: ../../docs/user/wallets/hardware.rst:118 msgid "Receiving Dash" -msgstr "" +msgstr "Ricevere Dash" #: ../../docs/user/wallets/hardware.rst:120 msgid "" "We will now create a Dash receiving address and attempt to receive 1.0 DASH." msgstr "" +"Creeremo ora un indirizzo di ricezione Dash e tenteremo di ricevere 1.0 " +"DASH." #: ../../docs/user/wallets/hardware.rst:123 msgid "In the Trezor Dash wallet, click **Account #1**, then click Receive." msgstr "" +"Nel portafoglio Trezor Dash, fai clic su **Conto n. 1**, quindi fai clic su " +"Ricevi." #: ../../docs/user/wallets/hardware.rst:124 msgid "" "A Dash address will appear. Click **Show full address** to verify the " "address on the Trezor device." msgstr "" +"Apparirà un indirizzo Dash. Fai clic su **Mostra indirizzo completo** per " +"verificare l'indirizzo sul dispositivo Trezor." #: ../../docs/user/wallets/hardware.rst:130 msgid "Send 1 DASH to this address using an exchange or another wallet." msgstr "" +"Invia 1 DASH a questo indirizzo utilizzando un exchange o un altro wallet." #: ../../docs/user/wallets/hardware.rst:131 msgid "" "Once the transaction is confirmed, it will appear on the **Transactions** " "tab of your Trezor Wallet." msgstr "" +"Una volta confermata la transazione, verrà visualizzata nella scheda " +"**Transazioni** del tuo wallet Trezor." #: ../../docs/user/wallets/hardware.rst:137 msgid "Trezor Web Wallet after receiving Dash" -msgstr "" +msgstr "Trezor Web Wallet dopo aver ricevuto Dash" #: ../../docs/user/wallets/hardware.rst:141 msgid "Sending Dash" -msgstr "" +msgstr "Invio di Dash" #: ../../docs/user/wallets/hardware.rst:143 msgid "" "We will now send the Dash (minus transaction costs) to an external address." msgstr "" +"Ora invieremo il Dash (meno i costi di transazione) a un indirizzo esterno." #: ../../docs/user/wallets/hardware.rst:146 msgid "In the Trezor Dash wallet, click **Account #1**, then click **Send**." msgstr "" +"Nel portafoglio Trezor Dash, fai clic su **Conto #1**, quindi fai clic su " +"**Invia**." #: ../../docs/user/wallets/hardware.rst:147 msgid "Enter the Dash address and amount in the fields." -msgstr "" +msgstr "Inserisci l'indirizzo Dash e l'importo nei campi." #: ../../docs/user/wallets/hardware.rst:152 msgid "Enter your PIN." -msgstr "" +msgstr "Inserisci il tuo PIN" #: ../../docs/user/wallets/hardware.rst:153 msgid "Confirm the address on the device, then confirm the action." -msgstr "" +msgstr "Conferma l'indirizzo sul dispositivo, quindi conferma l'azione." #: ../../docs/user/wallets/hardware.rst:158 msgid "" "The transaction will be transmitted to the network and the recipient " "receives the funds." msgstr "" +"La transazione verrà trasmessa alla rete e il destinatario riceverà i fondi." #: ../../docs/user/wallets/hardware.rst:164 msgid "Trezor Web Wallet after sending Dash" -msgstr "" +msgstr "Trezor Web Wallet dopo aver inviato Dash" #: ../../docs/user/wallets/hardware.rst:167 msgid "Advanced Functions" -msgstr "" +msgstr "Funzioni avanzate" #: ../../docs/user/wallets/hardware.rst:170 msgid "Changing the PIN/Passphrase" -msgstr "" +msgstr "Modifica del PIN/passphrase" #: ../../docs/user/wallets/hardware.rst:172 msgid "" @@ -303,10 +382,22 @@ msgid "" "`_." msgstr "" +"Il PIN è la tua principale forma di sicurezza quando utilizzi il tuo " +"hardware wallet. È considerato sicuro perché il layout del tastierino PIN " +"cambia ogni volta che lo utilizzi. Se sospetti che il tuo PIN sia stato " +"compromesso, modificalo seguendo le seguenti istruzioni. Per maggiore " +"sicurezza, o se ritieni di poter essere sottoposto a coercizione in futuro, " +"puoi aggiungere una passphrase per rivelare ulteriori wallet che verranno " +"visualizzati solo quando inserisci la tua passphrase. Poiché la passphrase " +"agisce come un sale crittografico, non esiste una passphrase \"corretta\": " +"verrà visualizzato un wallet diverso per ogni passphrase inserita. " +"Assicurati assolutamente di comprendere le passphrase prima di utilizzarle. " +"Per ulteriori informazioni, vedere `qui `_." #: ../../docs/user/wallets/hardware.rst:185 msgid "Changing your PIN" -msgstr "" +msgstr "Modifica del PIN" #: ../../docs/user/wallets/hardware.rst:187 msgid "" @@ -314,6 +405,9 @@ msgid "" "`_ and `DMT `_." msgstr "" +"Puoi modificare il tuo PIN Trezor sia dal `Trezor wallet " +"`_ che da `DMT `_." #: ../../docs/user/wallets/hardware.rst:191 msgid "" @@ -322,6 +416,10 @@ msgid "" "want to change your PIN on the hardware device, then enter your existing PIN" " and the new PIN twice." msgstr "" +"**Da Trezor:** Vai su https://wallet.trezor.io e fai clic sull'icona a forma" +" di ingranaggio accanto al tuo nome utente. Quindi fare clic su **Cambia " +"PIN**. Dovrai confermare che desideri modificare il PIN sul dispositivo " +"hardware, quindi inserire due volte il PIN esistente e il nuovo PIN." #: ../../docs/user/wallets/hardware.rst:199 msgid "" @@ -330,10 +428,15 @@ msgid "" "will need to confirm you want to change your PIN on the hardware device, " "then enter your existing PIN and the new PIN twice." msgstr "" +"**Da DMT:** apri DMT e fai clic su **Strumenti > Configurazione " +"PIN/passphrase del portafoglio hardware**. Apparirà la seguente finestra. " +"Fai clic su **Cambia**. Dovrai confermare che desideri modificare il PIN sul" +" dispositivo hardware, quindi inserire due volte il PIN esistente e il nuovo" +" PIN." #: ../../docs/user/wallets/hardware.rst:209 msgid "Adding a passphrase" -msgstr "" +msgstr "Aggiunta di una passphrase" #: ../../docs/user/wallets/hardware.rst:211 msgid "" @@ -343,6 +446,12 @@ msgid "" "passphrase. Note that you do not need to enter a passphrase - blank is " "perfectly acceptable and will reveal your normal wallet." msgstr "" +"Puoi aggiungere una passphrase al tuo Trezor sia dal wallet Trezor che da " +"DMT. Prima di aggiungere una passphrase, dovresti essere pienamente " +"consapevole di come funziona come \"25a parola\" per il tuo seed e dei " +"rischi di dimenticare la tua passphrase. Tieni presente che non è necessario" +" inserire una passphrase: lo spazio vuoto è perfettamente accettabile e " +"rivelerà il tuo normale wallet." #: ../../docs/user/wallets/hardware.rst:217 msgid "" @@ -350,6 +459,9 @@ msgid "" "click **Enable passphrase encryption**. This enables a prompt to enter a " "passphrase each time you use your Trezor." msgstr "" +"**Da Trezor:** fai clic su **Avanzate**, conferma di aver compreso i rischi " +"e fai clic su **Abilita crittografia passphrase**. Ciò abilita la richiesta " +"di inserire una passphrase ogni volta che usi Trezor." #: ../../docs/user/wallets/hardware.rst:224 msgid "" @@ -357,10 +469,14 @@ msgid "" "configuration**. The following window will appear. Click **Enable**. This " "enables a prompt to enter a passphrase each time you use your Trezor." msgstr "" +"**Da DMT:** apri DMT e fai clic su **Strumenti > Configurazione " +"PIN/passphrase dell'hardware wallet**. Apparirà la seguente finestra. Fare " +"clic su **Abilita**. Ciò abilita la richiesta di inserire una passphrase " +"ogni volta che usi Trezor." #: ../../docs/user/wallets/hardware.rst:233 msgid "Changing the Homescreen" -msgstr "" +msgstr "Modifica della schermata Home" #: ../../docs/user/wallets/hardware.rst:235 msgid "" @@ -371,36 +487,46 @@ msgid "" "upload your own 128x64px black and white image. To change your homescreen " "image:" msgstr "" +"Il tuo Trezor ti consente di modificare l'immagine della schermata iniziale " +"dal logo Trezor predefinito. È possibile selezionare una gamma di immagini " +"esistenti, puoi generarne una tu stesso utilizzando `Trezor Homescreen " +"Editor `_, oppure puoi creare e" +" caricare la tua 128x64px in bianco e nero immagine bianca. Per cambiare " +"l'immagine della schermata iniziale:" #: ../../docs/user/wallets/hardware.rst:242 msgid "Go to https://wallet.trezor.io and open your wallet" -msgstr "" +msgstr "Vai su https://wallet.trezor.io e apri il tuo portafoglio" #: ../../docs/user/wallets/hardware.rst:243 msgid "Click the small cog icon next to your device name" msgstr "" +"Fai clic sulla piccola icona a forma di ingranaggio accanto al nome del tuo " +"dispositivo" #: ../../docs/user/wallets/hardware.rst:244 msgid "Click the **Homescreen** tab" -msgstr "" +msgstr "Fai clic sulla scheda ** Homescreen **" #: ../../docs/user/wallets/hardware.rst:245 msgid "" "Select the new homescreen, then click the **Set as homescreen** button at " "the top" msgstr "" +"Seleziona la nuova schermata iniziale, quindi fai clic sul pulsante " +"**Imposta come schermata iniziale** in alto" #: ../../docs/user/wallets/hardware.rst:247 msgid "Confirm the change on the Trezor device" -msgstr "" +msgstr "Conferma la modifica sul dispositivo Trezor" #: ../../docs/user/wallets/hardware.rst:249 msgid "A few sample images are available for Dash:" -msgstr "" +msgstr "Sono disponibili alcune immagini di esempio per Dash:" #: ../../docs/user/wallets/hardware.rst:261 msgid "Storage Suggestions" -msgstr "" +msgstr "Suggerimenti per la conservazione" #: ../../docs/user/wallets/hardware.rst:263 msgid "" @@ -410,32 +536,41 @@ msgid "" "member tungfa has shared photos of a custom-made Trezor case. The following " "materials are required:" msgstr "" +"Sebbene la perdita di un Trezor non costituisca una minaccia per la " +"sicurezza (a meno che qualcuno non conosca il tuo PIN e/o la passphrase), è " +"un dispositivo moderatamente costoso che può essere danneggiato, ad esempio," +" dalla pressione o dall'acqua. Per questo motivo, Tungfa, membro della " +"comunità Dash, ha condiviso le foto di una custodia Trezor personalizzata. " +"Sono richiesti i seguenti materiali:" #: ../../docs/user/wallets/hardware.rst:269 msgid "" "`Pelican Case 1010 Micro Case " "`_" msgstr "" +"`Pelican Case 1010 Micro Case " +"`_" #: ../../docs/user/wallets/hardware.rst:270 msgid "Foam" -msgstr "" +msgstr "Schiuma" #: ../../docs/user/wallets/hardware.rst:271 msgid "Trezor + Cable" -msgstr "" +msgstr "Trezor + Cavo" #: ../../docs/user/wallets/hardware.rst:272 msgid "USB Stick (for wallet.dat files + blockchains of all portfolios)" msgstr "" +"Chiavetta USB (per file wallet.dat + blockchain di tutti i portafogli)" #: ../../docs/user/wallets/hardware.rst:273 msgid "Notepad" -msgstr "" +msgstr "Notepad" #: ../../docs/user/wallets/hardware.rst:285 msgid "KeepKey" -msgstr "" +msgstr "KeepKey" #: ../../docs/user/wallets/hardware.rst:291 msgid "" @@ -446,32 +581,40 @@ msgid "" "September 5, 2018. Follow these instructions to begin using Dash on your " "KeepKey device." msgstr "" +"L'hardware wallet KeepKey da $ 129 è dotato di un ampio schermo e firmware " +"open source al 100% per garantire la sicurezza delle tue chiavi private. " +"KeepKey supporta Dash dalla versione firmware 4.2.10, rilasciata il 28 marzo" +" 2017, e ha aggiunto il supporto per InstantSend nella versione firmware " +"5.7.2, rilasciata il 5 settembre 2018. Segui queste istruzioni per iniziare " +"a utilizzare Dash sul tuo dispositivo KeepKey." #: ../../docs/user/wallets/hardware.rst:298 msgid "Site: https://shapeshift.com/keepkey" -msgstr "" +msgstr "Sito: https://shapeshift.com/keepkey" #: ../../docs/user/wallets/hardware.rst:299 msgid "Review: https://coincentral.com/keepkey-wallet-review/" -msgstr "" +msgstr "Recensione: https://coincentral.com/keepkey-wallet-review/" #: ../../docs/user/wallets/hardware.rst:300 msgid "Shop: https://keepkey.myshopify.com/" -msgstr "" +msgstr "Negozio: https://keepkey.myshopify.com/" #: ../../docs/user/wallets/hardware.rst:301 msgid "Product video: https://vimeo.com/289712840" -msgstr "" +msgstr "Video del prodotto: https://vimeo.com/289712840" #: ../../docs/user/wallets/hardware.rst:303 msgid "" "It is also possible to operate a Dash masternode using your KeepKey. See " "here for details." msgstr "" +"È anche possibile gestire un masternode Dash utilizzando KeepKey. Vedi qui " +"per i dettagli." #: ../../docs/user/wallets/hardware.rst:307 msgid "Ledger" -msgstr "" +msgstr "Ledger" #: ../../docs/user/wallets/hardware.rst:313 msgid "" @@ -483,25 +626,35 @@ msgid "" "1.2. Follow `these instructions `_ to add Dash support to the device." msgstr "" +"Fondata nel 2014, la startup francese \"Ledger \" " +"commercializza soluzioni di sicurezza blockchain per aziende e consumatori, " +"tra cui a 58€ \"Ledger Nano S `_ e il prossimo `Ledger Blue " +"`_. Ledger Nano S supporta " +"Dash da novembre 2016 e la versione firmware 1.2. Segui `queste istruzioni " +"`_ per" +" aggiungere il supporto Dash al dispositivo." #: ../../docs/user/wallets/hardware.rst:322 msgid "Site: https://www.ledger.com" -msgstr "" +msgstr "Sito: https://www.ledger.com" #: ../../docs/user/wallets/hardware.rst:323 msgid "Review: https://dashnews.org/ledger-nano-s-review/" -msgstr "" +msgstr "Recensioni: https://dashnews.org/ledger-nano-s-review/" #: ../../docs/user/wallets/hardware.rst:324 msgid "Shop: https://shop.ledger.com/collections/all-products" -msgstr "" +msgstr "Negozio: https://shop.ledger.com/collections/all-products" #: ../../docs/user/wallets/hardware.rst:326 msgid "Product video:" -msgstr "" +msgstr "Video del prodotto:" #: ../../docs/user/wallets/hardware.rst:334 msgid "" "It is also possible to operate a Dash masternode using your Ledger. See here" " for details." msgstr "" +"È anche possibile gestire un masternode Dash utilizzando il tuo Ledger. Vedi" +" qui per i dettagli." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-hardware.po index 0a286c97a..1ed78fc7a 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,16 +1,20 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,7 +23,7 @@ msgstr "" #: ../../docs/user/wallets/index-hardware.rst:4 msgid "Hardware Wallets" -msgstr "" +msgstr "Hardware Wallet" #: ../../docs/user/wallets/index-hardware.rst:6 msgid "" @@ -32,6 +36,15 @@ msgid "" "could be used to steal passwords to unlock the private keys used with " "software wallets." msgstr "" +"Un hardware wallet è un tipo di dispositivo che memorizza le chiavi private " +"per una blockchain in un dispositivo hardware sicuro, invece che in un file " +"di database come wallet.dat utilizzato con i comuni wallet software. Ciò " +"offre importanti vantaggi in termini di sicurezza rispetto ai wallet " +"software, nonché vantaggi pratici rispetto ai portafogli cartacei. Ad oggi, " +"non esistono prove verificabili che i wallet hardware siano stati " +"compromessi da virus e sono anche immuni agli attacchi keylogger che " +"potrebbero essere utilizzati per rubare password per sbloccare le chiavi " +"private utilizzate con i wallet software." #: ../../docs/user/wallets/index-hardware.rst:15 msgid "" @@ -42,13 +55,23 @@ msgid "" " computer or smartphone. Most hardware wallets feature a screen which allows" " you to independently confirm the address you are sending to is correct." msgstr "" +"Gli hardware wallet funzionano memorizzando le tue chiavi private in un'area" +" protetta di un microcontrollore. È impossibile che la chiave privata lasci " +"il dispositivo in formato testo normale: solo l'output firmato dell'hash " +"crittografico viene trasmesso al dispositivo che interagisce con la " +"blockchain, come il tuo computer o smartphone. La maggior parte degli " +"hardware wallet è dotata di una schermata che ti consente di confermare in " +"modo indipendente che l'indirizzo a cui stai inviando è corretto." #: ../../docs/user/wallets/index-hardware.rst:23 msgid "" "This section lists the most common commercial hardware wallets supporting " "Dash, although some other enthusiast projects may also be available." msgstr "" +"Questa sezione elenca gli hardware wallet commerciali più comuni che " +"supportano Dash, sebbene potrebbero essere disponibili anche altri progetti " +"per appassionati." #: ../../docs/user/wallets/index-hardware.rst:34 msgid "Trezor Web Wallet" -msgstr "" +msgstr "Trezor Web Wallet" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-paper.po index 0cca890ed..6b975a57e 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,16 +1,20 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,7 +24,7 @@ msgstr "" #: ../../docs/user/wallets/index-paper.rst:4 #: ../../docs/user/wallets/index-paper.rst:19 msgid "Dash Paper Wallet" -msgstr "" +msgstr "Dash Paper Wallet" #: ../../docs/user/wallets/index-paper.rst:6 msgid "" @@ -29,3 +33,7 @@ msgid "" "computer without ever connecting to the internet. Perfect for long term " "secure storage." msgstr "" +"Il `generatore di Dash Paper Wallet `_ ti consente " +"di generare, crittografare e proteggere le chiavi di un singolo indirizzo " +"Dash su un computer pulito senza mai connetterti a Internet. Perfetto per " +"l'archiviazione sicura a lungo termine." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-text.po index 56b8d3c7c..bcf254e5d 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,16 +1,20 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,7 +23,7 @@ msgstr "" #: ../../docs/user/wallets/index-text.rst:2 msgid "Text Wallets" -msgstr "" +msgstr "Text Wallets" #: ../../docs/user/wallets/index-text.rst:4 msgid "" @@ -29,3 +33,9 @@ msgid "" " providers, make it relatively simple to create transactions to both send " "and receive Dash." msgstr "" +"I Text wallet (o portafogli SMS) consentono agli utenti senza smartphone o " +"accesso a Internet di effettuare transazioni in Dash utilizzando messaggi di" +" testo su semplici cellulari. Shortcode innovativi, solitamente in " +"collaborazione con fornitori di servizi mobili nazionali, rendono " +"relativamente semplice la creazione di transazioni sia per inviare che per " +"ricevere Dash." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-third-party.po index 75721e906..6b71bc488 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,16 +1,20 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,7 +23,7 @@ msgstr "" #: ../../docs/user/wallets/index-third-party.rst:2 msgid "Third Party Wallets" -msgstr "" +msgstr "Wallet di terze parti" #: ../../docs/user/wallets/index-third-party.rst:4 msgid "" @@ -27,7 +31,10 @@ msgid "" "Many third party wallets support multiple different cryptocurrencies at the " "same time, or integrate instant cryptocurrency exchanges." msgstr "" +"Questi wallet sono stati sviluppati da sviluppatori esterni per supportare " +"Dash. Molti wallet di terze parti supportano più criptovalute diverse " +"contemporaneamente o integrano exchange istantanei di criptovaluta." #: ../../docs/user/wallets/index-third-party.rst:17 msgid "Edge Wallet" -msgstr "" +msgstr "Edge Wallet" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/it/LC_MESSAGES/docs/user/wallets/index-web.po index efe14e498..dda1d1659 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,16 +1,20 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -19,7 +23,7 @@ msgstr "" #: ../../docs/user/wallets/index-web.rst:4 msgid "Web Wallets" -msgstr "" +msgstr "Web Wallets" #: ../../docs/user/wallets/index-web.rst:6 msgid "" @@ -32,7 +36,16 @@ msgid "" "exception is MyDashWallet.org, which provides a secure web interface to the " "Dash blockchain while leaving you with full control of your private keys." msgstr "" +"I wallet Web sono servizi che mantengono un saldo Dash per te, mantenendo il" +" controllo delle chiavi private per tuo conto. Qualsiasi Dash archiviato su " +":ref:`exchanges ` rientra in questa categoria, ma ci sono anche alcuni " +"servizi in grado di archiviare Dash per te attraverso semplici sistemi di " +"accesso a Google/Facebook. Fai molta attenzione all'archiviazione sul Web, " +"poiché il tuo Dash è sicuro tanto quanto la reputazione dell'azienda che lo " +"archivia per te. Un'eccezione particolare è MyDashWallet.org, che fornisce " +"un'interfaccia web sicura alla blockchain di Dash lasciandoti il pieno " +"controllo delle tue chiavi private." #: ../../docs/user/wallets/index-web.rst:24 msgid "My Dash Wallet" -msgstr "" +msgstr "My Dash Wallet" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/index.po index cd6c44caa..267800fe2 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/index.po @@ -1,37 +1,45 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "" +"Descrizione dei diversi wallet disponibili per utilizzare e spendere la " +"criptovaluta Dash" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" msgstr "" +"dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," +" web, recovery, text, sms" #: ../../docs/user/wallets/index.rst:9 msgid "Wallets" -msgstr "" +msgstr "Wallet" #: ../../docs/user/wallets/index.rst:11 msgid "" @@ -45,6 +53,16 @@ msgid "" "keeping these keys safe in wallets, while still remaining useful for day-to-" "day needs." msgstr "" +"Ogni volta che si immagazzinano oggetti con un valore di mercato, la " +"sicurezza è necessaria. Ciò vale sia per i sistemi di baratto che per le " +"economie che utilizzano la valuta come mezzo di scambio. Mentre le banche " +"archiviano i saldi su un registro privato, le criptovalute archiviano i " +"saldi sotto indirizzi univoci su un registro pubblico distribuito. Le chiavi" +" private crittografiche per accedere al saldo memorizzato su ciascun " +"indirizzo pubblico sono quindi l'oggetto di valore in questo sistema. Questa" +" sezione della documentazione discute diversi metodi pratici per mantenere " +"queste chiavi al sicuro nei wallet, pur rimanendo utili per le esigenze " +"quotidiane." #: ../../docs/user/wallets/index.rst:21 msgid "" @@ -53,13 +71,19 @@ msgid "" "device you use to store it, you should purchase a :ref:`hardware wallet " "`." msgstr "" +"Per motivi di sicurezza, non è consigliabile conservare fondi significativi " +"su exchange o wallet software. Se possiedi criptovaluta che vale più del " +"dispositivo che usi per conservarla, dovresti acquistare un :ref:`hardware " +"wallet `." #: ../../docs/user/wallets/index.rst:40 msgid "Wallet Guides" -msgstr "" +msgstr "Guide al wallet" #: ../../docs/user/wallets/index.rst:42 msgid "" "Documentation in this section describes common tasks and questions relating " "to all wallets." msgstr "" +"La documentazione in questa sezione descrive attività comuni e domande " +"relative a tutti i wallet." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index b7eebc5fc..1e36281d3 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,60 +1,71 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" +"Schema URL, chiave pubblica principale e richiesta di pagamento in Dash sul " +"tuo dispositivo iOS" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" +"dash, mobile, wallet, ios, invia, ricevi, pagamento, url, chiave pubblica" #: ../../docs/user/wallets/ios/advanced-functions.rst:9 msgid "Advanced functions" -msgstr "" +msgstr "Funzioni avanzate" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 msgid "Masternode keys" -msgstr "" +msgstr "Chiavi masternode" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." -msgstr "" +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." +msgstr "" +"Alcune chiavi masternode possono essere generate e archiviate in Dash " +"Wallet. Per accedere a questi tasti, tocca il **pulsante Menu** e seleziona " +"**Strumenti**. Tocca **Chiavi Masternode** e inserisci il tuo PIN per aprire" +" la schermata Chiavi Masternode. Da qui, tocca uno qualsiasi dei tipi di " +"chiave elencati per visualizzare le chiavi esistenti o generarne di nuove. " +"Lo schermo mostrerà tutte le chiavi utilizzate e la prima non utilizzata. " +"Per generare chiavi aggiuntive, tocca il pulsante **++**." #: ../../docs/user/wallets/ios/advanced-functions.rst:30 msgid "*Viewing and generating masternode keys*" -msgstr "" +msgstr "*Visualizzazione e generazione delle chiavi masternode*" #: ../../docs/user/wallets/ios/advanced-functions.rst:33 msgid "URL Scheme" -msgstr "" +msgstr "Schema URL" #: ../../docs/user/wallets/ios/advanced-functions.rst:35 msgid "" @@ -63,69 +74,80 @@ msgid "" "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" +"iOS consente alle app di comunicare tra loro tramite schemi URL. Il Dash " +"Wallet per iOS implementa lo schema dashwallet://, che ti consente di " +"chiamare il wallet per completare una transazione denominata in Dash. Questa" +" pagina documenta i metodi disponibili utilizzando lo schema URL." #: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" -msgstr "" +msgstr "Pagamento" #: ../../docs/user/wallets/ios/advanced-functions.rst:43 msgid "Payment request URL format::" -msgstr "" +msgstr "Formato URL della richiesta di pagamento::" #: ../../docs/user/wallets/ios/advanced-functions.rst:47 msgid "Notes:" -msgstr "" +msgstr "Note:" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" +"\"mittente\" è sia l'URL di richiamata che il nome dell'app che mostri " +"all'utente. Questo per impedire il phishing da parte di app di terze parti." #: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" -msgstr "" +msgstr "L'utente vedrà qualcosa di simile a questo:" #: ../../docs/user/wallets/ios/advanced-functions.rst:57 msgid "Payment request in iOS" -msgstr "" +msgstr "Richiesta di pagamento in iOS" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" +"Se l'utente inserisce il passcode corretto, la transazione viene inviata e " +"l'utente viene rimandato all'app del mittente seguendo l'URL di richiamata." #: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" -msgstr "" +msgstr "Formato URL di richiamata::" #: ../../docs/user/wallets/ios/advanced-functions.rst:67 msgid "Master public key" -msgstr "" +msgstr "Chiave pubblica principale" #: ../../docs/user/wallets/ios/advanced-functions.rst:69 msgid "Master public key request format::" -msgstr "" +msgstr "Formato richiesta della chiave pubblica principale::" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" +"Nota: l'account è facoltativo e corrisponde all'account BIP32/BIP44, nella " +"maggior parte dei casi dovrebbe essere 0. Se l'account non è specificato, " +"utilizziamo l'account 0. Questo restituirà sia la chiave pubblica estesa a " +"``44’/5’/’`` e ``’``" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 #: ../../docs/user/wallets/ios/advanced-functions.rst:87 msgid "Callback::" -msgstr "" +msgstr "Richiamare::" #: ../../docs/user/wallets/ios/advanced-functions.rst:83 msgid "Get address for payment" -msgstr "" +msgstr "Ottieni l'indirizzo per il pagamento" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" -msgstr "" - +msgstr "``dashwallet://request=address&sender=``" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 0f4f70ea7..c556da583 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,37 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" -msgstr "" +msgstr "Iniziare a inviare e ricevere Dash sul tuo dispositivo iOS" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" -msgstr "" +msgstr "dash, mobile, wallet, android, invia, ricevi, indirizzi, iniziare" #: ../../docs/user/wallets/ios/getting-started.rst:8 msgid "Getting started" -msgstr "" +msgstr "Iniziare" #: ../../docs/user/wallets/ios/getting-started.rst:11 msgid "Creating a new wallet" -msgstr "" +msgstr "Creazione di un nuovo portafoglio" #: ../../docs/user/wallets/ios/getting-started.rst:13 msgid "" @@ -44,12 +48,23 @@ msgid "" " Write the phrase down and store it in a safe place - if you lose this, you " "will also lose access to your funds forever." msgstr "" +"Quando avvii per la prima volta il tuo Dash Wallet, ti verrà chiesto di " +"scegliere tra la creazione di un nuovo wallet o il recupero di un " +"portafoglio esistente. Scegli **Nuovo wallet** per creare un nuovo wallet a " +"meno che tu non abbia fondi esistenti archiviati in un altro wallet " +"utilizzando una frase di recupero. Verrà generato il tuo nuovo wallet e " +"verrà visualizzata una frase di recupero in modo da poter recuperare i fondi" +" in un secondo momento se perdi o danneggi il telefono o devi trasferire " +"l'account su un altro dispositivo. Scrivi la frase e conservala in un luogo " +"sicuro: se la perdi, perderai per sempre anche l'accesso ai tuoi fondi." #: ../../docs/user/wallets/ios/getting-started.rst:30 msgid "" "*Creating a new wallet and generating the recovery phrase in iOS Dash " "Wallet*" msgstr "" +"*Creazione di un nuovo wallet e generazione della frase di recupero in iOS " +"Dash Wallet*" #: ../../docs/user/wallets/ios/getting-started.rst:33 msgid "" @@ -58,10 +73,14 @@ msgid "" "balance. You will need to unlock your wallet for this, as well as to view " "your transaction history or send Dash." msgstr "" +"Potrebbe anche esserti chiesto di specificare un PIN o collegare l'app al " +"tuo TouchID. Puoi toccare il logo Dash nella parte superiore dell'app per " +"visualizzare il tuo saldo. Per farlo dovrai sbloccare il tuo wallet, nonché " +"visualizzare la cronologia delle transazioni o inviare Dash." #: ../../docs/user/wallets/ios/getting-started.rst:40 msgid "Receiving" -msgstr "" +msgstr "Ricezione" #: ../../docs/user/wallets/ios/getting-started.rst:42 msgid "" @@ -73,14 +92,24 @@ msgid "" "transaction history and the status of any pending transactions by clicking " "the menu button at the top left." msgstr "" +"Una volta configurato il tuo wallet, avrai a disposizione due schermate per " +"inviare e ricevere Dash. Puoi scorrere verso sinistra e verso destra tra le " +"schermate. Per ricevere Dash, l'app genererà un indirizzo che apparirà nella" +" parte inferiore dello schermo. Puoi toccarlo per copiare e condividere " +"oppure scansionare direttamente il codice QR. Una volta completato il " +"trasferimento, puoi visualizzare il saldo, la cronologia delle transazioni e" +" lo stato di eventuali transazioni in sospeso facendo clic sul pulsante del " +"menu in alto a sinistra." #: ../../docs/user/wallets/ios/getting-started.rst:55 msgid "*Receiving Dash and viewing your balance in iOS Dash Wallet*" msgstr "" +"*Ricevere Dash e visualizzare le transazioni e il saldo in Dash Wallet per " +"iOS*" #: ../../docs/user/wallets/ios/getting-started.rst:59 msgid "Sending" -msgstr "" +msgstr "Invio" #: ../../docs/user/wallets/ios/getting-started.rst:61 msgid "" @@ -93,7 +122,16 @@ msgid "" "structure and request your unlock code (PIN or TouchID). The transaction " "will then be sent." msgstr "" +"La schermata Invia DASH ti offre due opzioni per inserire l'indirizzo di " +"pagamento: **Scansione codice QR** o **Indirizzo di pagamento dagli " +"appunti**. Puoi scegliere di utilizzare **InstantSend** per la conferma " +"immediata o disabilitarlo per inviare una transazione normale che richiederà" +" più tempo per la conferma. A seconda del codice che stai scansionando, la " +"quantità di Dash richiesta potrebbe essere inclusa oppure puoi inserirla tu " +"stesso. Apparirà una schermata di conferma per spiegare la struttura delle " +"tariffe e richiedere il codice di sblocco (PIN o TouchID). La transazione " +"verrà quindi inviata." #: ../../docs/user/wallets/ios/getting-started.rst:79 msgid "*Sending Dash from iOS Dash Wallet*" -msgstr "" +msgstr "*Invio di Dash da Dash Wallet iOS*" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/index.po index 7e508cff8..56305401d 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,20 +1,21 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: AL , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -32,7 +33,12 @@ msgid "" "as InstantSend sending and receiving. You can also scan and display QR codes" " for quick transfers and backup your wallet using a secure recovery phrase." msgstr "" +"Dash offre un wallet autonomo per iOS, con lo sviluppo supportato dal budget" +" Dash. Il Dash Wallet ufficiale supporta funzionalità Dash avanzate come " +"l'invio e la ricezione di InstantSend. Puoi anche scansionare e visualizzare" +" i codici QR per trasferimenti rapidi ed eseguire il backup del tuo wallet " +"utilizzando una frase di recupero sicura." #: ../../docs/user/wallets/ios/index.rst:25 msgid "*Dash iOS Wallet*" -msgstr "" +msgstr "*Dash iOS Wallet*" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po index c242a8890..d44261595 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # Gleb Golov , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Gleb Golov , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" -msgstr "" +msgstr "Come installare il wallet Dash sul tuo dispositivo iOS" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" -msgstr "" +msgstr "dash, mobile, wallet, ios, installazione, compila" #: ../../docs/user/wallets/ios/installation.rst:8 msgid "Installation" @@ -35,7 +36,7 @@ msgstr "Installazione" #: ../../docs/user/wallets/ios/installation.rst:11 msgid "App Store" -msgstr "" +msgstr "App Store" #: ../../docs/user/wallets/ios/installation.rst:13 msgid "" @@ -44,10 +45,14 @@ msgid "" "are supported, you will need to be using iOS 10.0 or newer to use the latest" " version." msgstr "" +"Il modo più semplice per installare Dash Wallet per iOS è dall'App Store " +"`__. Anche se sono supportate le " +"versioni precedenti di iOS, per utilizzare la versione più recente dovrai " +"utilizzare iOS 10.0 o versioni successive." #: ../../docs/user/wallets/ios/installation.rst:22 msgid "Compiling from source" -msgstr "" +msgstr "Compilazione dal sorgente" #: ../../docs/user/wallets/ios/installation.rst:24 msgid "" @@ -55,6 +60,9 @@ msgid "" "`_. The following steps " "describe how to download and compile the wallet from source." msgstr "" +"Il codice sorgente per il wallet è disponibile `qui " +"`_. I seguenti passaggi " +"descrivono come scaricare e compilare il wallet dal sorgente." #: ../../docs/user/wallets/ios/installation.rst:28 msgid "" @@ -62,32 +70,41 @@ msgid "" "from the App Store. The download is about 5GB, so this step may take some " "time." msgstr "" +"Installa `Xcode `_ " +"dall'App Store. Il download è di circa 5 GB, quindi questo passaggio " +"potrebbe richiedere del tempo." #: ../../docs/user/wallets/ios/installation.rst:32 msgid "Open **Xcode**, agree to the terms and conditions, then close the app." msgstr "" +"Apri **Xcode**, accetta i termini e le condizioni, quindi chiudi l'app." #: ../../docs/user/wallets/ios/installation.rst:35 msgid "Open the **Terminal** app and enter the following commands::" -msgstr "" +msgstr "Apri l'app **Terminale** e inserisci i seguenti comandi::" #: ../../docs/user/wallets/ios/installation.rst:42 msgid "Open **Xcode** again and click **File -> Open**" -msgstr "" +msgstr "Apri di nuovo **Xcode** e fai clic su **File -> Apri**" #: ../../docs/user/wallets/ios/installation.rst:44 msgid "" "Navigate to ``~/Documents/src/dashwallet/DashWallet.xcodeproj`` and click " "**Open**." msgstr "" +"Passare a ``~/Documents/src/dashwallet/DashWallet.xcodeproj`` e fare clic su" +" **Apri**." #: ../../docs/user/wallets/ios/installation.rst:47 msgid "Click **Product > Run** to build and run the app in **Simulator**." msgstr "" +"Fai clic su **Prodotto > Esegui** per creare ed eseguire l'app in " +"**Simulator**." #: ../../docs/user/wallets/ios/installation.rst:52 msgid "Dash iOS wallet running in Simulator after compiling in Xcode" msgstr "" +"Wallet Dash iOS in esecuzione nel simulatore dopo la compilazione in Xcode" #: ../../docs/user/wallets/ios/installation.rst:54 msgid "" @@ -95,3 +112,6 @@ msgid "" "iOS device. For details, see `this post on Reddit " "`_." msgstr "" +"Puoi anche apportare modifiche al codice e caricare l'app sul tuo " +"dispositivo iOS. Per i dettagli, vedere `questo post su Reddit " +"`_." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/paper.po b/locale/it/LC_MESSAGES/docs/user/wallets/paper.po index f7e11e176..78e61b25c 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,33 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # William Lotta , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: William Lotta , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" -msgstr "" +msgstr "Guide per proteggere i paper wallet per la criptovaluta Dash" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" -msgstr "" +msgstr "dash, paper, wallet, crittografia" #: ../../docs/user/wallets/paper.rst:8 msgid "Introduction" @@ -45,6 +46,17 @@ msgid "" "extremely secure but somewhat inconvenient for everyday use compared to " "hardware wallets, which also offer a high degree of security." msgstr "" +"Un paper wallet è un metodo per archiviare una chiave privata per accedere " +"ai fondi archiviati su un singolo indirizzo. Può essere generato su un " +"computer che non è mai stato connesso a Internet e stampato per " +"l'archiviazione offline con air gap. In quanto tali, sono adatti per " +"archiviare grandi quantità di Dash, ma bisogna fare attenzione a non perdere" +" la chiave privata, poiché non c'è modo di recuperare i fondi in caso di " +"smarrimento. Per utilizzare la chiave, è necessario importarla o " +"\"trascinarla\" in un wallet online e non deve essere utilizzata nuovamente." +" I paper wallet sono estremamente sicuri ma un po’ scomodi per l’uso " +"quotidiano rispetto ai wallet hardware, che offrono anch’essi un elevato " +"grado di sicurezza." #: ../../docs/user/wallets/paper.rst:21 msgid "" @@ -57,20 +69,32 @@ msgid "" "(e.g. robbery/home invasion) could bypass this encryption using the " "proverbial \"$5 wrench attack\"." msgstr "" +"I paper wallet utilizzano l'input casuale dell'utente e della macchina per " +"creare un set di chiavi/indirizzi che poi stampi. Non è mai possibile " +"rigenerare un paper wallet una volta spenta la macchina. Ciò che stampi è " +"tutto ciò che ottieni. Per questo motivo i paper wallet sono piuttosto " +"vulnerabili e richiedono cure particolari perché possono danneggiarsi, " +"perdersi, essere distrutti o rubati. Anche se li crittografi con BIP38 (cosa" +" che dovresti), un avversario sufficientemente motivato (ad esempio " +"rapina/invasione domestica) potrebbe aggirare questa crittografia usando il " +"proverbiale \"attacco con chiave inglese da $ 5\"." #: ../../docs/user/wallets/paper.rst:33 msgid "The $5 wrench attack. Credit: xkcd.com" -msgstr "" +msgstr "L'attacco con la chiave inglese da 5 dollari. Credito: xkcd.com" #: ../../docs/user/wallets/paper.rst:35 msgid "" "Nevertheless, together with appropriate planning, paper wallets are a highly" " convenient and user-friendly way to store Dash long term." msgstr "" +"Tuttavia, insieme ad un'adeguata pianificazione, i paper wallet sono un modo" +" estremamente conveniente e facile da usare per conservare Dash a lungo " +"termine." #: ../../docs/user/wallets/paper.rst:39 msgid "Security" -msgstr "" +msgstr "Sicurezza" #: ../../docs/user/wallets/paper.rst:41 msgid "" @@ -80,6 +104,12 @@ msgid "" " ensure that all generated data will be permanently wiped from memory once " "the process is complete." msgstr "" +"Sebbene sia possibile creare un paper wallet utilizzando una macchina " +"connessa a Internet, i wallet che verranno utilizzati per archiviare fondi " +"significativi dovrebbero essere generati utilizzando un computer offline che" +" esegue un sistema operativo monouso per garantire che tutti i dati generati" +" vengano cancellati in modo permanente dalla memoria una volta completato il" +" processo." #: ../../docs/user/wallets/paper.rst:47 msgid "" @@ -93,6 +123,16 @@ msgid "" "desktops can be used if you can ensure that all networking hardware is " "disabled when you get to the stage of actually generating your keys." msgstr "" +"Un metodo semplice per farlo è masterizzare un CD Linux live. `_ Ubuntu " +"Desktop `_ è consigliato perché avrà il" +" maggior numero di driver ed è semplice da usare, mentre `Tails " +"`_ e `Kali Linux " +"`_ sono scelte popolari per una sicurezza " +"estremamente elevata. L'avvio da un vero CD è più sicuro poiché è montato in" +" sola lettura, ma generalmente va bene anche una chiavetta USB. È possibile " +"utilizzare sia laptop che desktop se è possibile garantire che tutto " +"l'hardware di rete sia disabilitato quando si arriva alla fase di " +"generazione effettiva delle chiavi." #: ../../docs/user/wallets/paper.rst:58 msgid "" @@ -101,10 +141,13 @@ msgid "" "keys/addresses/printouts, and power off the machine. You are now the only " "person with access to these addresses." msgstr "" +"Avvia dal CD e scarica/installa i tuoi strumenti (o scaricali prima su " +"un'unità USB). Disconnettiti da Internet, genera chiavi/indirizzi/stampe e " +"spegni la macchina. Ora sei l'unica persona con accesso a questi indirizzi." #: ../../docs/user/wallets/paper.rst:64 msgid "Death plan" -msgstr "" +msgstr "Piano di morte" #: ../../docs/user/wallets/paper.rst:66 msgid "" @@ -115,28 +158,37 @@ msgid "" "instructions on how to use it, and keep them separate with a clear procedure" " on how they can be accessed when necessary." msgstr "" +"Qualunque sia il tipo di cold storage che scegli, pianifica di trasmettere i" +" dati necessari per rigenerare le chiavi ai tuoi cari in caso di incidente: " +"prima o poi succederà a tutti. Annota la password di decrittazione BIP38 del" +" tuo paper wallet o la passphrase del wallet cerebrale. Quindi annota le " +"istruzioni su come utilizzarlo e tienile separate con una procedura chiara " +"su come accedervi quando necessario." #: ../../docs/user/wallets/paper.rst:74 msgid "Tools" -msgstr "" +msgstr "Strumenti" #: ../../docs/user/wallets/paper.rst:76 msgid "A Dash paper wallet can be generated in several ways." -msgstr "" +msgstr "Un paper wallet Dash può essere generato in diversi modi." #: ../../docs/user/wallets/paper.rst:78 msgid "Using the generator at https://paper.dash.org" -msgstr "" +msgstr "Utilizzando il generatore su https://paper.dash.org" #: ../../docs/user/wallets/paper.rst:79 msgid "Using the generator at https://walletgenerator.net/?currency=Dash" msgstr "" +"Utilizzando il generatore su https://walletgenerator.net/?currency=Dash" #: ../../docs/user/wallets/paper.rst:80 msgid "" "Offline using the Dash Paper Wallet source code from GitHub at " "https://github.com/dashpay/paper.dash.org/releases/latest" msgstr "" +"Offline utilizzando il codice sorgente Dash Paper Wallet da GitHub " +"all'indirizzo https://github.com/dashpay/paper.dash.org/releases/latest" #: ../../docs/user/wallets/paper.rst:82 msgid "" @@ -145,6 +197,11 @@ msgid "" "`downloading directly " "`_" msgstr "" +"Offline utilizzando lo stesso codice che alimenta entrambi i siti, " +"visualizzando il `progetto GitHub " +"`_ o `scaricando " +"direttamente `_" #: ../../docs/user/wallets/paper.rst:86 msgid "" @@ -155,16 +212,24 @@ msgid "" "generator and run it on a computer with a freshly installed operating system" " that is not connected to the internet." msgstr "" +"Poiché il codice sorgente per tutte e tre le opzioni è in gran parte simile," +" questa guida utilizzerà https://paper.dash.org come esempio. I siti web " +"elencati qui funzionano interamente nel tuo browser web senza inviare " +"nessuno dei dati generati a un server esterno, ma l'opzione più sicura è " +"scaricare il generatore di wallet ed eseguirlo su un computer con un sistema" +" operativo appena installato che non è connesso a Internet." #: ../../docs/user/wallets/paper.rst:93 msgid "" "This guide is based on the guide available from https://walletgenerator.net." " Please donate if you find this project useful!" msgstr "" +"Questa guida si basa sulla guida disponibile su https://walletgenerator.net." +" Per favore fai una donazione se trovi utile questo progetto!" #: ../../docs/user/wallets/paper.rst:98 msgid "Address generation" -msgstr "" +msgstr "Generazione di indirizzi" #: ../../docs/user/wallets/paper.rst:100 msgid "" @@ -172,10 +237,13 @@ msgid "" "downloaded the wallet generator). Select your language and choose Dash as " "the currency if necessary. The following screen will appear:" msgstr "" +"Vai su https://paper.dash.org nel tuo browser web (o apri index.html se hai " +"scaricato il generatore di wallet). Seleziona la tua lingua e scegli Dash " +"come valuta, se necessario. Apparirà la seguente schermata:" #: ../../docs/user/wallets/paper.rst:107 msgid "The Dash Paper Wallet Generator at paper.dash.org" -msgstr "" +msgstr "Il generatore di paper wallet Dash su paper.dash.org" #: ../../docs/user/wallets/paper.rst:109 msgid "" @@ -183,15 +251,21 @@ msgid "" "unique. Move our mouse around and/or type random characters into the text " "box until the process reaches 100% and the following screen appears:" msgstr "" +"Sono necessari alcuni dati casuali per garantire che l'indirizzo e la chiave" +" generati siano univoci. Muovi il mouse e/o digita caratteri casuali nella " +"casella di testo finché il processo non raggiunge il 100% e viene " +"visualizzata la seguente schermata:" #: ../../docs/user/wallets/paper.rst:117 msgid "Generating randomness for the Dash Paper Wallet Generator" -msgstr "" +msgstr "Generazione di casualità per il generatore di paper wallet Dash" #: ../../docs/user/wallets/paper.rst:122 msgid "" "A Dash address and private key generated using Dash Paper Wallet Generator" msgstr "" +"Un indirizzo Dash e una chiave privata generati utilizzando Dash Paper " +"Wallet Generator" #: ../../docs/user/wallets/paper.rst:125 msgid "" @@ -201,10 +275,17 @@ msgid "" "without somehow recording the dash address and private key, all data will be" " irretrievably lost, together with any funds you have sent to the address." msgstr "" +"Una volta che il tuo indirizzo pubblico e la chiave privata (mostrati nel " +"formato di importazione del portafoglio o WIF) sono visibili nella scheda " +"**Wallet singolo**, devi immediatamente fare clic su **Stampa** per stampare" +" i dati e archiviarli in modo sicuro. Se lasci la pagina senza registrare in" +" qualche modo l'indirizzo del dash e la chiave privata, tutti i dati " +"andranno irrimediabilmente persi, insieme a tutti i fondi che hai inviato a " +"quell'indirizzo." #: ../../docs/user/wallets/paper.rst:133 msgid "Encryption" -msgstr "" +msgstr "Crittografia" #: ../../docs/user/wallets/paper.rst:135 msgid "" @@ -213,6 +294,11 @@ msgid "" "and use it, but it is not protected from being stolen if someone finds it. " "You should keep it safe the same way you would jewels or cash." msgstr "" +"Le informazioni mostrate nella scheda **Wallet singolo** non hanno una " +"passphrase e non sono crittografate. Puoi stampare questo paper wallet così " +"com'è e usarlo, ma non è protetto dal furto se qualcuno lo trova. Dovresti " +"tenerlo al sicuro nello stesso modo in cui faresti con i gioielli o i " +"contanti." #: ../../docs/user/wallets/paper.rst:140 msgid "" @@ -230,6 +316,21 @@ msgid "" " the password or lose the encrypted key, you will permanently lose access to" " your funds." msgstr "" +"Se decidi di aver bisogno della sicurezza aggiuntiva di una password per " +"questo indirizzo, fai clic su **Paper Wallet**. Apparirà un indirizzo/coppia" +" chiave diversa. Per creare un wallet crittografato, seleziona **BIP38 " +"Encrypt?** e inserisci una passphrase. Spunta la casella **Nascondi arte?** " +"e cambia in **1** il campo **Indirizzi da generare** e poi clicca su " +"**Genera**. Verrà generato un nuovo portafoglio in cui la chiave privata " +"(WIF) viene crittografata utilizzando la password specificata, ottenendo una" +" chiave BIP38. Ora avrai bisogno sia della chiave BIP38 che della password " +"per controllare i fondi sull'indirizzo, quindi assicurati di fare clic su " +"**Stampa** e di conservarli entrambi in modo sicuro. Se non sei sicuro su " +"come utilizzare la crittografia BIP38, ti consigliamo vivamente di testare " +"il flusso di lavoro con una quantità ridotta di Dash prima di archiviare " +"fondi significativi su un paper wallet crittografato. Se dimentichi la " +"password o perdi la chiave crittografata, perderai definitivamente l'accesso" +" ai tuoi fondi." #: ../../docs/user/wallets/paper.rst:154 msgid "" @@ -238,14 +339,20 @@ msgid "" "begins with \"6P\". See `here `_ to learn more about BIP38." msgstr "" +"Un indirizzo Dash WIF può essere facilmente identificato perché inizia " +"sempre con \"7\". Una chiave crittografata in formato BIP38 può essere " +"identificata perché inizia sempre con \"6P\". Vedi `qui " +"`_ per " +"saperne di più su BIP38." #: ../../docs/user/wallets/paper.rst:162 msgid "Encrypted paper wallet generated using Dash Paper Wallet Generator" msgstr "" +"Paper wallet crittografato generato utilizzando Dash Paper Wallet Generator" #: ../../docs/user/wallets/paper.rst:165 msgid "Sending to a paper wallet and viewing the balance" -msgstr "" +msgstr "Invio a un paper wallet e visualizzazione del saldo" #: ../../docs/user/wallets/paper.rst:167 msgid "" @@ -259,54 +366,72 @@ msgid "" "you’d like. Just make sure you test your wallet with small amounts first to " "learn how it works." msgstr "" +"Puoi inviare Dash all'indirizzo di un paper wallet allo stesso modo di " +"qualsiasi altro indirizzo Dash. Consulta la documentazione del tuo wallet se" +" non sai come farlo. Per questo esempio, 0,05 Dash (meno la commissione di " +"transazione) sono stati inviati all'indirizzo del paper wallet. Chiunque sia" +" a conoscenza dell’indirizzo pubblico è in grado di vedere il saldo del " +"wallet utilizzando un block explorer, ma solo chi conosce la chiave privata " +"può accedere ai fondi. Puoi effettuare tutti i depositi e inviare tutte le " +"monete che desideri allo stesso indirizzo. Assicurati solo di testare prima " +"il tuo wallet con piccoli importi per scoprire come funziona." #: ../../docs/user/wallets/paper.rst:180 msgid "" "Viewing the balance of the paper wallet using the Dash Block Explorer at " "explorer.dash.org" msgstr "" +"Visualizzazione del saldo del paper wallet utilizzando Dash Block Explorer " +"su explorer.dash.org" #: ../../docs/user/wallets/paper.rst:183 msgid "Spending from a paper wallet" -msgstr "" +msgstr "Spesa da un paper wallet" #: ../../docs/user/wallets/paper.rst:185 msgid "" "In order to access the funds stored on the paper wallet address, you will " "need the following:" msgstr "" +"Per accedere ai fondi memorizzati sull'indirizzo del paper wallet, avrai " +"bisogno di quanto segue:" #: ../../docs/user/wallets/paper.rst:188 msgid "The public address" -msgstr "" +msgstr "L'indirizzo pubblico" #: ../../docs/user/wallets/paper.rst:189 msgid "The private key in WIF" -msgstr "" +msgstr "La chiave privata in WIF" #: ../../docs/user/wallets/paper.rst:191 msgid "" "If you encrypted the wallet, you will additionally need the following to " "convert the BIP38 key into the WIF key:" msgstr "" +"Se hai crittografato il wallet, avrai inoltre bisogno di quanto segue per " +"convertire la chiave BIP38 nella chiave WIF:" #: ../../docs/user/wallets/paper.rst:194 msgid "The encrypted private key in BIP38 format" -msgstr "" +msgstr "La chiave privata crittografata in formato BIP38" #: ../../docs/user/wallets/paper.rst:195 msgid "The passphrase you used to encrypt the key" -msgstr "" +msgstr "La passphrase utilizzata per crittografare la chiave" #: ../../docs/user/wallets/paper.rst:198 msgid "Optional: Decrypt BIP38 key to WIF" -msgstr "" +msgstr "Facoltativo: decrittografare la chiave BIP38 in WIF" #: ../../docs/user/wallets/paper.rst:200 msgid "" "If you encrypted your paper wallet, you will first need to decrypt the BIP38" " key. You can skip this step if your private key was not encrypted." msgstr "" +"Se hai crittografato il tuo paper wallet, dovrai prima decrittografare la " +"chiave BIP38. Puoi saltare questo passaggio se la tua chiave privata non è " +"stata crittografata." #: ../../docs/user/wallets/paper.rst:203 msgid "" @@ -317,16 +442,25 @@ msgid "" "information required to access the funds on the public address appears under" " **Private Key WIF**. Copy the Private Key WIF and use it in the next step." msgstr "" +"Vai alla scheda **Dettagli wallet**, inserisci la chiave crittografata nel " +"campo **Inserisci chiave privata** e fai clic su **Visualizza dettagli**. Ti" +" verrà chiesto di **Inserire la passphrase BIP38** nel campo. Inserisci la " +"passphrase e fai clic su **Decrittografa BIP38**. Appariranno una serie di " +"informazioni derivate dalla chiave, le informazioni necessarie per accedere " +"ai fondi sull'indirizzo pubblico appaiono sotto **Chiave privata WIF**. " +"Copia la chiave privata WIF e utilizzala nel passaggio successivo." #: ../../docs/user/wallets/paper.rst:214 msgid "" "Dash Paper Wallet Generator displaying information derived from an encrypted" " private key" msgstr "" +"Dash Paper Wallet Generator che visualizza informazioni derivate da una " +"chiave privata crittografata" #: ../../docs/user/wallets/paper.rst:218 msgid "Importing the private key to your live wallet" -msgstr "" +msgstr "Importazione della chiave privata nel tuo wallet attivo" #: ../../docs/user/wallets/paper.rst:220 msgid "" @@ -338,10 +472,18 @@ msgid "" "Wallet**. Enter your wallet passphrase. Then click **Tools > Console**. The " "console appears. Enter the following command::" msgstr "" +"Quando sarai pronto a spendere il saldo sul wallet di carta, dovrai " +"importare la chiave privata utilizzata per controllare l'indirizzo stampato " +"sul wallet in un altro portafoglio Dash connesso a Internet. In questo " +"esempio utilizzeremo il wallet Dash Core, sebbene siano supportati anche " +"Dash Electrum e i wallet mobili. Apri Dash Core Wallet, fai clic su " +"**Impostazioni** e **Sblocca Wallet**. Inserisci la passphrase del tuo " +"wallet. Quindi fare clic su **Strumenti > Console**. Viene visualizzata la " +"console. Immettere il seguente comando::" #: ../../docs/user/wallets/paper.rst:233 msgid "Dash Core Wallet importing a private key" -msgstr "" +msgstr "Dash Core Wallet importa una chiave privata" #: ../../docs/user/wallets/paper.rst:235 msgid "" @@ -351,12 +493,20 @@ msgid "" "imported address will appear in your list of transactions. If you use Coin " "Control, you can also enable or disable the address for spending there." msgstr "" +"Questo processo richiede la scansione dell'intera blockchain scaricata per " +"le transazioni che coinvolgono questo indirizzo e richiederà quindi del " +"tempo. Essere pazientare. Una volta completato il processo, tutte le " +"transazioni che coinvolgono l'indirizzo importato verranno visualizzate " +"nell'elenco delle transazioni. Se usi Coin Control, puoi anche abilitare o " +"disabilitare l'indirizzo per effettuare acquisti lì." #: ../../docs/user/wallets/paper.rst:248 msgid "" "Paper wallet address successfully imported into Dash Core Wallet from WIF " "private key" msgstr "" +"Indirizzo del paper wallet importato correttamente nel wallet Dash Core " +"dalla chiave privata WIF" #: ../../docs/user/wallets/paper.rst:251 msgid "" @@ -368,9 +518,18 @@ msgid "" "access to the same address from the paper wallet before you do. You can then" " spend your balance as usual." msgstr "" +"Poiché l'indirizzo pubblico del paper wallet conserva ancora i fondi, può " +"anche essere importato nuovamente in un secondo wallet se non viene " +"distrutto. Si consiglia di trasferire il saldo dal paper wallet " +"all'indirizzo di un wallet interno o a un altro indirizzo in cui si ha il " +"controllo esclusivo sulla chiave privata. Ciò impedirà a terzi di ottenere " +"l'accesso non autorizzato allo stesso indirizzo dal paper wallet prima di " +"te. Potrai quindi spendere il tuo saldo come al solito." #: ../../docs/user/wallets/paper.rst:259 msgid "" "Once the paper wallet is empty and you are sure it will not be receiving any" " further deposits, you can destroy the paper." msgstr "" +"Una volta che il paper wallet è vuoto e sei sicuro che non riceverà " +"ulteriori depositi, puoi distruggere la carta." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po index a5e45b175..5aa934c93 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,145 +1,188 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" -msgstr "" +msgstr "Recupero dei wallet Dash da file, chiavi private o frasi di recupero" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" +"dash, wallet, recupero, password, perduto, mobile, core, frase, chiave " +"privata" #: ../../docs/user/wallets/recovery.rst:9 msgid "Wallet Recovery" -msgstr "" +msgstr "Recupero Wallet" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" +"Gli utenti di lunga data della criptovaluta a volte ritrovano vecchi file " +"del wallet su unità USB o archivi cloud di cui si sono dimenticati. Altri " +"potrebbero avere un backup, ma non ricordare il software utilizzato per " +"crearlo o aver dimenticato la password. Altri utenti potrebbero avere una " +"vecchia versione di Dash Core che non funziona più perché la rete è stata " +"aggiornata. Questa documentazione ha lo scopo di aiutare questi utenti a " +"ripristinare l'accesso ai propri fondi." #: ../../docs/user/wallets/recovery.rst:20 msgid "Determining the backup format" -msgstr "" +msgstr "Determinazione del formato di backup" #: ../../docs/user/wallets/recovery.rst:22 msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" +"Il primo passo è determinare il formato del backup. Nella maggior parte dei " +"casi, si tratterà di un file, probabilmente denominato *wallet.dat*, o di " +"una frase. In alcuni casi, potresti aver memorizzato direttamente la chiave " +"privata per un indirizzo Dash. L'elenco seguente mostra le possibilità e i " +"metodi per ripristinare il tuo wallet in ordine di probabilità." #: ../../docs/user/wallets/recovery.rst:28 msgid "Backup is stored in an older version of Dash Core that no longer works" msgstr "" +"Il backup è archiviato in una versione precedente di Dash Core che non " +"funziona più" #: ../../docs/user/wallets/recovery.rst:30 msgid "" "Follow instructions for restoring wallet files using :ref:`Dash Core " "`" msgstr "" +"Segui le istruzioni per ripristinare i file del waallet utilizzando " +":ref:`Dash Core `" #: ../../docs/user/wallets/recovery.rst:32 msgid "Backup is a file" -msgstr "" +msgstr "Il backup è un file" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" +"Se il nome del file è simile a wallet.dat, prova a eseguire il ripristino " +"utilizzando :ref:`Dash Core `" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" +"Se il nome del file è simile a dash-wallet-backup o include la parola " +"\"mobile\", prova a ripristinarlo utilizzando :ref:`Dash Wallet per Android " +"`" #: ../../docs/user/wallets/recovery.rst:37 msgid "Backup is a phrase of words" -msgstr "" +msgstr "Il backup è una frase di parole" #: ../../docs/user/wallets/recovery.rst:39 msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" +"Se è lungo 12 parole, prova a eseguire il ripristino utilizzando :ref:`Dash " +"Electrum wallet ` o Dash wallet per " +":ref:`Android ` o :ref:`iOS `, a seconda di cosa hai utilizzato per creare il backup" #: ../../docs/user/wallets/recovery.rst:40 msgid "" "If 13 words long, try to restore using :ref:`Dash Electrum wallet `" msgstr "" +"Se è lungo 13 parole, prova a ripristinarlo utilizzando :ref:`Dash Electrum " +"wallet `" #: ../../docs/user/wallets/recovery.rst:41 msgid "" "If 12, 18 or 24 or 25 words long, try to restore with the :ref:`hardware " "wallet ` you used to create the recovery phrase" msgstr "" +"Se è lungo 12, 18 o 24 o 25 parole, prova a ripristinare con il " +":ref:`hardware wallet ` che hai utilizzato per " +"creare la frase di ripristino" #: ../../docs/user/wallets/recovery.rst:43 msgid "Backup is a long string of random characters or a QR code" -msgstr "" +msgstr "Il backup è una lunga stringa di caratteri casuali o un codice QR" #: ../../docs/user/wallets/recovery.rst:45 msgid "" "If 34 characters long and starting with X, this is a public address and " "cannot be used to restore access to lost funds. You need the private key." msgstr "" +"Se è lungo 34 caratteri e inizia con X, si tratta di un indirizzo pubblico e" +" non può essere utilizzato per ripristinare l'accesso ai fondi perduti. Hai " +"bisogno della chiave privata." #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" +"Se è lungo 51 caratteri e inizia con 7, si tratta di una :ref:`chiave " +"privata in WIF `, importata utilizzando Dash Core" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" +"Se è lungo 58 caratteri e inizia con 6P, si tratta di una :ref:`Chiave " +"privata crittografata BIP38 `, decrittografa utilizzando il" +" paper wallet quindi importa utilizzando Dash Core" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" +"Una volta determinato il formato di backup, segui i collegamenti per " +"visualizzare la guida al ripristino per quel formato." #: ../../docs/user/wallets/recovery.rst:55 msgid "File Backups" -msgstr "" +msgstr "Backup dei file" #: ../../docs/user/wallets/recovery.rst:60 msgid "Dash Core" @@ -150,342 +193,467 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" -msgstr "" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" +msgstr "" +"Uno dei formati di backup del wallet più comuni è un file *wallet.dat* del " +"wallet Dash Core. Prima di iniziare, assicurati di avere una copia di questo" +" file archiviata in un posto sicuro nel caso in cui il processo di " +"ripristino corrompe accidentalmente il file del tuo wallet! Nella maggior " +"parte dei casi, i backup di *wallet.dat* saranno protetti anche da una " +"password, che dovrai conoscere per riottenere l'accesso ai tuoi fondi Dash. " +"Se hai già installato Dash Core, assicurati innanzitutto che sia stato " +"aggiornato alla versione più recente facendo clic su **Guida > Informazioni " +"su Dash Core**. Confrontalo con l'ultima versione disponibile di `Dash Core " +"sul sito web `_ come segue:" #: ../../docs/user/wallets/recovery.rst:78 msgid "" "Comparing the installed version of Dash Core with the latest version " "available on the website" msgstr "" +"Confronto della versione installata di Dash Core con l'ultima versione " +"disponibile sul sito web" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." -msgstr "" +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." +msgstr "" +"Aggiorna Dash Core alla versione più recente seguendo le :ref:`istruzioni di" +" installazione `. Se hai solo un file wallet e nessuna installazione " +"esistente di Dash Core, installa semplicemente Dash Core seguendo le " +":ref:`istruzioni di installazione ` e avvialo una volta per creare la " +"cartella DashCore. Quindi chiudi Dash Core e copia il file *wallet.dat* che " +"desideri ripristinare nella cartella DashCore nella posizione specificata di" +" seguito, sostituendo o rinominando il file esistente." #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" -msgstr "Piattaforma" +msgstr "Platform" #: ../../docs/user/wallets/recovery.rst:91 msgid "Path to data folder" -msgstr "" +msgstr "Percorso della cartella dati" #: ../../docs/user/wallets/recovery.rst:91 msgid "How to navigate" -msgstr "" +msgstr "Come navigare" #: ../../docs/user/wallets/recovery.rst:93 msgid "Linux" -msgstr "" +msgstr "Linux" #: ../../docs/user/wallets/recovery.rst:93 msgid "~/" -msgstr "" +msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" +"Vai alla tua cartella Home e premi **Ctrl+H** per mostrare i file nascosti, " +"quindi apri ``.dashcore``" #: ../../docs/user/wallets/recovery.rst:95 msgid "macOS" -msgstr "" +msgstr "macOS" #: ../../docs/user/wallets/recovery.rst:95 msgid "~/Library/Application Support/" -msgstr "" +msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" +"Premi **Shift + Command + G**, digita ``~/Library/Application Support``, " +"quindi apri ``DashCore``" #: ../../docs/user/wallets/recovery.rst:97 msgid "Windows" -msgstr "" +msgstr "Windows" #: ../../docs/user/wallets/recovery.rst:97 msgid "%APPDATA%" -msgstr "" +msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" +"Premi **Tasto Windows + R** e digita ``%APPDATA%``, quindi apri ``DashCore``" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" +"Se la versione esistente di Dash Core è precedente alla v0.12.1.x, potrebbe " +"essere necessario rinominare la cartella dei dati da \"Dash\" a " +"\"DashCore\"." #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" +"Per riparare un'installazione interrotta, accedi alla cartella DashCore ed " +"elimina tutti i file *.log* e *.dat* tranne *wallet.dat*. I seguenti file " +"possono essere eliminati in modo sicuro:" #: ../../docs/user/wallets/recovery.rst:107 msgid "*banlist.dat*" -msgstr "" +msgstr "*banlist.dat*" #: ../../docs/user/wallets/recovery.rst:108 msgid "*budget.dat*" -msgstr "" +msgstr "*budget.dat*" #: ../../docs/user/wallets/recovery.rst:109 msgid "*db.log*" -msgstr "" +msgstr "*db.log*" #: ../../docs/user/wallets/recovery.rst:110 msgid "*debug.log*" -msgstr "" +msgstr "*debug.log*" #: ../../docs/user/wallets/recovery.rst:111 msgid "*fee_estimates.dat*" -msgstr "" +msgstr "*fee_estimates.dat*" #: ../../docs/user/wallets/recovery.rst:112 msgid "*governance.dat*" -msgstr "" +msgstr "*governance.dat*" #: ../../docs/user/wallets/recovery.rst:113 msgid "*mncache.dat*" -msgstr "" +msgstr "*mncache.dat*" #: ../../docs/user/wallets/recovery.rst:114 msgid "*mnpayments.dat*" -msgstr "" +msgstr "*mnpayments.dat*" #: ../../docs/user/wallets/recovery.rst:115 msgid "*netfulfilled.dat*" -msgstr "" +msgstr "*netfulfilled.dat*" #: ../../docs/user/wallets/recovery.rst:116 msgid "*peers.dat*" -msgstr "" +msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" +"Lascia intatti i file ``.conf`` e le cartelle (come ``backups``, ``blocks``," +" ``chainstate``, ecc.), poiché ti aiuteranno a iniziare più velocemente " +"fornendo una copia della blockchain e le tue impostazioni." #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." -msgstr "" +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." +msgstr "" +"Ora apri Dash Core e attendi il completamento della sincronizzazione della " +"blockchain. Il tuo wallet verrà ripristinato/aggiornato e tutti i saldi " +"dovrebbero essere visualizzati. Dovresti assicurarti di avere la password " +"corretta provando a sbloccare il tuo wallet da **Impostazioni > Sblocca " +"wallet** per assicurarti di poter effettivamente creare transazioni " +"utilizzando i tuoi saldi. Se riscontri problemi con la mancata " +"visualizzazione del saldo, prova a forzare una nuova scansione della " +"blockchain andando su **Finestra > Riparazione wallet** e selezionando " +"**Riscansiona file blockchain**. Anche **Ricostruire l'indice** può essere " +"d'aiuto. Dash Core si riavvierà ed eseguirà una scansione completa della " +"blockchain." #: ../../docs/user/wallets/recovery.rst:137 msgid "Forcing Dash Core to rescan the blockchain" -msgstr "" +msgstr "Forzare Dash Core a ripetere la scansione della blockchain" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" +"A questo punto, il ripristino è completo e dovresti effettuare un altro " +"backup utilizzando **File > Backup Wallet** o seguendo le istruzioni " +":ref:`qui `. Se riscontri ulteriori problemi, prova a " +"chiedere sul `forum `_, `Reddit `_ o il canale " +"#help-desk su `Dash Discord `_." #: ../../docs/user/wallets/recovery.rst:149 msgid "Dash Android" -msgstr "" +msgstr "Dash Android" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" -msgstr "" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" +msgstr "" +"Simile al wallet Dash Core, Dash Wallet per Android può ripristinare il tuo " +"wallet da un file. Per ripristinare questo wallet su un altro dispositivo, " +"copia semplicemente il file di backup nella cartella \"/Download\" del tuo " +"dispositivo utilizzando un computer collegato tramite USB o un'app di " +"gestione file sul dispositivo. Assicurati che il tuo wallet Dash sia " +"completamente aggiornato nel Play Store, quindi apri Dash. Se disponi di un " +"saldo esistente, visualizza e annota la frase di recupero o trasferisci il " +"saldo a un indirizzo esterno, perché il ripristino di un wallet sostituirà " +"il tuo esistente!" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" +"Seleziona **Ripristina da file** dal menu nella parte inferiore della pagina" +" principale, individua il file e inserisci la password del file quando " +"richiesto. L'operazione potrebbe richiedere del tempo e il tuo saldo verrà " +"visualizzato una volta completato." #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." msgstr "" +"Per i dispositivi che dispongono già di un wallet attivo, annotare prima la " +"frase di ripristino esistente come backup. Fai clic sul pulsante del menu " +"nell'angolo in basso a destra e seleziona **Sicurezza > Visualizza frase di " +"ripristino** per trovarla. Dopo aver eseguito il backup della frase di " +"ripristino, reimposta il wallet selezionando l'opzione **Sicurezza > " +"Reimposta wallet** e quindi procedi con il ripristino del file di backup." #: ../../docs/user/wallets/recovery.rst:178 msgid "*Restoring a file backup using Dash Wallet for Android*" -msgstr "" +msgstr "*Ripristino di un backup di file utilizzando Dash Wallet per Android*" #: ../../docs/user/wallets/recovery.rst:181 msgid "Recovery Phrases" -msgstr "" +msgstr "Frase di recupero" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" +"Se hai una frase di 12 parole e ritieni che il backup sia stato eseguito su " +"un dispositivo mobile iOS o Android, segui queste istruzioni." #: ../../docs/user/wallets/recovery.rst:189 msgid "12-word phrase on Android" -msgstr "" +msgstr "Frase da 12-parole su Android" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" +"Assicurati che il tuo wallet Dash sia completamente aggiornato nel Play " +"Store, quindi apri Dash. Se disponi di un saldo esistente, visualizza e " +"annota la frase di recupero o trasferisci il saldo a un indirizzo esterno, " +"poiché il ripristino di un wallet sostituirà il tuo esistente." #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" +"Seleziona **Ripristina dalla frase di ripristino** dal menu nella parte " +"inferiore della pagina principale e inserisci la frase di 12 parole quando " +"richiesto." #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." msgstr "" +"Per i dispositivi che dispongono già di un wallet attivo, annotare prima la " +"frase di ripristino esistente come backup. Fai clic sul pulsante del menu " +"nell'angolo in basso a destra e seleziona **Sicurezza > Visualizza frase di " +"ripristino** per trovarla. Dopo aver eseguito il backup della frase di " +"ripristino, reimposta il wallet selezionando l'opzione **Sicurezza > " +"Reimposta wallet** e quindi procedi con il ripristino della frase di " +"ripristino." #: ../../docs/user/wallets/recovery.rst:213 msgid "*Restoring a 12-word recovery phrase using Dash wallet for Android*" msgstr "" +"*Ripristino di una frase di recupero di 12 parole utilizzando il wallet Dash" +" per Android*" #: ../../docs/user/wallets/recovery.rst:218 msgid "12-word phrase on iOS" -msgstr "" +msgstr "Frase da 12-parole con iOS" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" +"Assicurati che il tuo wallet Dash sia completamente aggiornato nell'App " +"Store, quindi apri Dash. Se è la prima volta che apri l'app, puoi inserire " +"direttamente la frase di recupero selezionando **Recupera wallet** nella " +"schermata iniziale. Se disponi di un saldo esistente, esegui un altro backup" +" o trasferiscilo su un indirizzo esterno, perché il ripristino di un wallet " +"sostituirà il tuo esistente!" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" +"Tocca il pulsante del menu nell'angolo in basso a destra, seleziona " +"**Sicurezza > Reimposta wallet**. Tocca **Continua** e inserisci la frase di" +" recupero del wallet corrente, quindi l'app verrà reimpostata e vedrai " +"nuovamente l'opzione **Recupera wallet**." #: ../../docs/user/wallets/recovery.rst:245 msgid "*Restoring a 12-word recovery phrase using Dash wallet for iOS*" msgstr "" +"*Ripristino di una frase di recupero di 12-parole utilizzando il wallet Dash" +" per iOS*" #: ../../docs/user/wallets/recovery.rst:250 msgid "12/13-word phrase on Dash Electrum" -msgstr "" +msgstr "Frase di 12/13-parole su Dash Electrum" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." -msgstr "" +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." +msgstr "" +"Assicurati di utilizzare la versione più recente di Dash Electrum seguendo " +"le istruzioni di installazione :ref:`qui `. Dash " +"Electrum supporta più wallet simultanei, quindi puoi ripristinare in " +"sicurezza un nuovo file del wallet senza perdere il vecchio wallet. Fai clic" +" su **File > Nuovo/Ripristina** e inserisci un nome file per archiviare il " +"tuo nuovo wallet. Quindi seleziona **Ho già un seed** e inserisci la tua " +"frase di recupero di 12/13 parole. Inserisci una nuova password per il tuo " +"wallet e fai clic su **Avanti** per recuperare i tuoi indirizzi dalla frase " +"di recupero." #: ../../docs/user/wallets/recovery.rst:274 msgid "*Restoring a 12-word recovery phrase using Dash Electrum*" msgstr "" +"*Ripristino di una frase di recupero di 12-parole utilizzando Dash Electrum*" #: ../../docs/user/wallets/recovery.rst:279 msgid "Hardware wallet recovery phrases" -msgstr "" +msgstr "Frasi di recupero del wallet hardware" #: ../../docs/user/wallets/recovery.rst:281 msgid "" "If your 12, 18 or 24-word recovery phrase was generated by a hardware " "wallet, follow these instructions:" msgstr "" +"Se la tua frase di recupero di 12, 18 o 24-parole è stata generata da un " +"wallet hardware, segui queste istruzioni:" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" +"`KeepKey `_" #: ../../docs/user/wallets/recovery.rst:285 msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" +"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" -msgstr "" +msgstr "`Trezor `_" #: ../../docs/user/wallets/recovery.rst:291 msgid "Restoring an iOS wallet in Dash Electrum" -msgstr "" +msgstr "Ripristino di un wallet iOS in Dash Electrum" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." -msgstr "" +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." +msgstr "" +"Puoi utilizzare la frase di recupero Dash iOS con Dash Electrum per " +"recuperare fondi se perdi l'accesso al tuo dispositivo iOS per qualsiasi " +"motivo. Tuttavia, poiché i percorsi di derivazione del wallet non sono " +"identici, il processo funziona solo in una direzione, il che significa che " +"non è possibile ripristinare un wallet Dash Electrum utilizzando il wallet " +"Dash iOS. Inoltre, poiché il processo di importazione utilizza una chiave " +"xprv anziché direttamente la frase di ripristino, non sarà possibile " +"visualizzare la frase di ripristino in Dash Electrum. Si consiglia pertanto " +"di spostare i fondi (su un wallet Dash Electrum standard o su un altro " +"wallet) una volta che il ripristino ha avuto esito positivo per garantire " +"che le procedure di backup standard funzionino come previsto." #: ../../docs/user/wallets/recovery.rst:304 msgid "" @@ -493,108 +661,142 @@ msgid "" "recovery phrase into an xprv key. In the second step, we will import the " "xprv key into Dash Electrum." msgstr "" +"Il recupero avviene in due fasi. Innanzitutto, convertiremo la frase di " +"ripristino di Dash iOS in una chiave xprv. Nel secondo passaggio importeremo" +" la chiave xprv in Dash Electrum." #: ../../docs/user/wallets/recovery.rst:309 msgid "Retrieving the correct Dash iOS xprv key" -msgstr "" +msgstr "Recupero della chiave Dash iOS xprv corretta" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" -msgstr "" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" +msgstr "" +"Vai alla pagina `BIP39 Mnemonic Code Converter " +"`_. Questo è uno strumento utile per " +"manipolare/visualizzare i dati seed BIP32/39. Se non ti senti a tuo agio " +"nell'eseguire questa procedura online, è disponibile una versione offline " +"scaricando il file descritto in `queste istruzioni " +"`_. Una " +"volta caricato lo strumento nel browser, completa i seguenti passaggi:" #: ../../docs/user/wallets/recovery.rst:319 msgid "Enter your 12 word seed phrase in the **BIP39 Mnemonic** field." msgstr "" +"Inserisci la tua frase seed di 12 parole nel campo **BIP39 Mnemonico**." #: ../../docs/user/wallets/recovery.rst:320 msgid "Leave **BIP39 Passphrase** blank." -msgstr "" +msgstr "Lasciare vuota la **Frase password BIP39**." #: ../../docs/user/wallets/recovery.rst:321 msgid "Set coin to **Dash**." -msgstr "" +msgstr "Imposta la moneta su **Dash**." #: ../../docs/user/wallets/recovery.rst:322 msgid "Under **Derivation Path**, click the **BIP44** tab." -msgstr "" +msgstr "In **Percorso di derivazione**, fare clic sulla scheda **BIP44**." #: ../../docs/user/wallets/recovery.rst:323 msgid "Copy the value shown in **Account Extended Private Key**." -msgstr "" +msgstr "Copia il valore mostrato in **Chiave privata estesa dell'account**." #: ../../docs/user/wallets/recovery.rst:326 msgid "Importing the xprv key into Dash Electrum" -msgstr "" +msgstr "Importazione della chiave xprv in Dash Electrum" #: ../../docs/user/wallets/recovery.rst:328 msgid "Open Dash Electrum and click **File** -> **New/Restore**." -msgstr "" +msgstr "Apri Dash Electrum e fai clic su **File** -> **Nuovo/Ripristina**." #: ../../docs/user/wallets/recovery.rst:329 msgid "Type a name for your wallet." -msgstr "" +msgstr "Digita un nome per il tuo wallet." #: ../../docs/user/wallets/recovery.rst:330 msgid "Select **Standard wallet**." -msgstr "" +msgstr "Seleziona **Wallet standard**." #: ../../docs/user/wallets/recovery.rst:331 msgid "Select **Use public or private keys**." -msgstr "" +msgstr "Seleziona **Utilizza chiavi pubbliche o private**." #: ../../docs/user/wallets/recovery.rst:332 msgid "Paste in your value from **Account Extended Private Key**." -msgstr "" +msgstr "Incolla il tuo valore da **Chiave privata estesa dell'account**." #: ../../docs/user/wallets/recovery.rst:333 msgid "Optionally enter a password." -msgstr "" +msgstr "Facoltativamente inserire una password." #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" +"Dash Electrum ora dovrebbe rilevare il saldo del tuo Dash iOS e dovresti " +"avere accesso completo ai tuoi fondi. La frase seed non sarà disponibile in " +"Dash Electrum, quindi dovrai semplicemente seguire nuovamente i passaggi " +"precedenti se desideri ripristinare nuovamente questo wallet dalla frase di " +"ripristino. Si consiglia invece di inviare i fondi a un nuovo wallet Dash " +"Electrum e seguire le :ref:`procedure di backup standard `." #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." -msgstr "" +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." +msgstr "" +"Le versioni precedenti del portafoglio Dash iOS utilizzavano indirizzi " +"**BIP32** nel percorso di derivazione ``m/0'``. Il wallet dovrebbe migrare " +"questi fondi agli indirizzi BIP44 durante il normale utilizzo, ma parte del " +"saldo residuo potrebbe trovarsi in questo percorso di derivazione, quindi " +"ripristinare la **chiave privata estesa BIP32** potrebbe essere utile in " +"alcune situazioni. Consulta questo thread del forum " +"`_ per ulteriori discussioni su questo " +"processo." #: ../../docs/user/wallets/recovery.rst:354 msgid "Private Keys" -msgstr "" +msgstr "Chiavi Private" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." msgstr "" +"La maggior parte dei wallet offre una funzione per importare un indirizzo da" +" una chiave privata, consulta la documentazione del tuo wallet per " +"istruzioni specifiche. Sebbene le chiavi private possano essere archiviate " +"in molti modi, in questo esempio lavoreremo attraverso il processo di " +"ripristino di una chiave privata da un paper wallet utilizzando Dash Core. " +"Se hai solo un codice QR e non la chiave, utilizza un'app per la scansione " +"dei codici a barre (\"Android " +"\"" +" _ o `iOS `_) per leggere prima il codice." #: ../../docs/user/wallets/recovery.rst:365 msgid "" @@ -603,62 +805,86 @@ msgid "" "selecting **Window > Console**. In the console, type the following, " "replacing the example private key with your key::" msgstr "" +"Innanzitutto, avvia Dash Core e sblocca il tuo wallet selezionando " +"**Impostazioni > Sblocca wallet**. Inserisci la tua password, quindi apri la" +" console di debug selezionando **Finestra > Console**. Nella console, digita" +" quanto segue, sostituendo la chiave privata di esempio con la tua chiave::" #: ../../docs/user/wallets/recovery.rst:375 msgid "Importing a private key using the debug console in Dash Core wallet" msgstr "" +"Importazione di una chiave privata utilizzando la console di debug nel " +"wallet Dash Core" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" +"Dash Core eseguirà nuovamente la scansione della blockchain per le " +"transazioni che coinvolgono l'indirizzo pubblico di questa chiave e inserirà" +" le transazioni e il saldo nel tuo wallet." #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." -msgstr "" +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." +msgstr "" +"La chiave privata deve essere nel formato di importazione del wallet (WIF). " +"Se la tua chiave è crittografata utilizzando BIP38 (la chiave inizia con 6P " +"anziché 7), devi prima decrittografarla per visualizzare la chiave in WIF. " +"Per farlo, vai su https://paper.dash.org/ e fai clic su **Dettagli wallet**." +" Inserisci la chiave privata crittografata nel campo e fai clic su " +"**Visualizza dettagli**. Ti verrà richiesta la password e le tue chiavi " +"verranno decrittografate. Trova la chiave denominata **Private Key WIF** e " +"importala nel tuo wallet." #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" +"*Decrittografia di una chiave crittografata BIP38 su WIF per l'importazione " +"nel wallet Dash Core*" #: ../../docs/user/wallets/recovery.rst:399 msgid "Forgotten Passwords" -msgstr "" +msgstr "Password dimenticate" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." -msgstr "" +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." +msgstr "" +"Nella maggior parte dei casi, se hai selezionato una password complessa e " +"l'hai dimenticata o persa, non c'è praticamente alcuna speranza di " +"recuperarla. La crittografia utilizzata dai wallet Dash è estremamente " +"potente per progettazione e una password ben scelta dovrebbe sconfiggere la " +"maggior parte dei tentativi di cracking con forza bruta. Se riesci a " +"ricordare alcuni dettagli della password, in particolare la sua lunghezza o " +"le sequenze di caratteri che potrebbero essere incluse, potrebbe valere la " +"pena provare le tecniche di cracking della password con forza bruta. " +"Esistono diversi servizi per farlo, oppure puoi provarlo tu stesso. Poiché " +"Dash Core è basato su Bitcoin Core, la maggior parte degli approcci per " +"applicare la forza bruta per crackare un wallet Bitcoin funzionerà anche per" +" i wallet Dash." #: ../../docs/user/wallets/recovery.rst:412 msgid "`Wallet Recovery Services `_" msgstr "" +"`Servizi di recupero wallet `_" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" -msgstr "" - -#~ msgid "" -#~ "`Ledger Nano S `_" -#~ msgstr "" - +msgstr "`BTCRecover `_" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/signing.po b/locale/it/LC_MESSAGES/docs/user/wallets/signing.po index 32eb15cd8..2a0a085e2 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,35 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" +"Guide e screenshot su come firmare e verificare i messaggi utilizzando la " +"criptovaluta Dash" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" -msgstr "" +msgstr "dash, firma, verifica, messaggio, trezor, dash core" #: ../../docs/user/wallets/signing.rst:9 msgid "Signing and Verifying Messages" -msgstr "" +msgstr "Firma e verifica dei messaggi" #: ../../docs/user/wallets/signing.rst:11 msgid "" @@ -43,6 +49,16 @@ msgid "" "since ambiguously worded messages could be used to impersonate your " "identity." msgstr "" +"I wallet Dash funzionano archiviando in modo sicuro le chiavi private " +"utilizzate per creare transazioni utilizzando indirizzi visibili " +"pubblicamente su un registro distribuito chiamato blockchain. In alcuni " +"casi, potrebbe essere necessario verificare un indirizzo per dimostrare il " +"controllo dei fondi in esso detenuti, che puoi ricevere utilizzando " +"quell'indirizzo, o anche per verificare la tua identità presso un exchange " +"che ha precedentemente visto una transazione da quell'indirizzo. Per evitare" +" attacchi di phishing, presta molta attenzione quando invii messaggi firmati" +" a soggetti di cui non ti fidi, poiché i messaggi formulati in modo ambiguo " +"potrebbero essere utilizzati per impersonare la tua identità." #: ../../docs/user/wallets/signing.rst:21 msgid "" @@ -57,10 +73,21 @@ msgid "" "example, you can test the following message and signature and verify that it" " was signed by the given address::" msgstr "" +"La firma dei messaggi richiede una chiave privata. La verifica dei messaggi " +"richiede un indirizzo pubblico. In questo modo è possibile scrivere un " +"messaggio arbitrario e generare una firma che potrebbe essere stata creata " +"solo da un utente con il controllo della chiave privata per questo " +"indirizzo. Qualsiasi utente con il messaggio, l'indirizzo pubblico e la " +"firma può facilmente verificare che solo tu potresti aver creato la firma. I" +" messaggi non vengono archiviati sulla blockchain. Devi invece inviare " +"questi tre frammenti di testo (messaggio, indirizzo e firma) al destinatario" +" previsto utilizzando un altro canale di comunicazione, come l'e-mail. Ad " +"esempio, puoi testare il messaggio e la firma seguenti e verificare che sia " +"stato firmato dall'indirizzo specificato:" #: ../../docs/user/wallets/signing.rst:39 msgid "Signing a Message" -msgstr "" +msgstr "Firmare un messaggio" #: ../../docs/user/wallets/signing.rst:41 msgid "" @@ -69,14 +96,18 @@ msgid "" "message) and DMT (**Tools > Sign message with HW for current masternode's " "address**):" msgstr "" +"Gli screenshot seguenti mostrano come firmare un messaggio utilizzando il " +"wallet Dash Core (**File > Firma messaggio**), il portafoglio web Trezor " +"(Firma e verifica > Firma messaggio) e DMT (**Strumenti > Firma messaggio " +"con HW per il masternode corrente indirizzo**):" #: ../../docs/user/wallets/signing.rst:53 msgid "*Signing messages in Dash Core, Trezor web wallet and DMT*" -msgstr "" +msgstr "*Firma di messaggi in Dash Core, wallet web Trezor e DMT*" #: ../../docs/user/wallets/signing.rst:56 msgid "Verifying a Message" -msgstr "" +msgstr "Verifica di un messaggio" #: ../../docs/user/wallets/signing.rst:58 msgid "" @@ -84,9 +115,14 @@ msgid "" "wallet (**File > Sign message**) and Trezor web wallet (**Sign & Verify > " "Sign message**):" msgstr "" +"I seguenti screenshot mostrano come verificare un messaggio utilizzando il " +"wallet Dash Core (**File > Firma messaggio**) e il wallet web Trezor " +"(**Firma e verifica > Firma messaggio**):" #: ../../docs/user/wallets/signing.rst:67 msgid "" "*Verifying messages in Dash Core and Trezor web wallet. Notice that the " "message verified by Dash Core was generated in Trezor, and vice versa*" msgstr "" +"*Verifica dei messaggi nel wallet web Dash Core e Trezor. Nota che il " +"messaggio verificato da Dash Core è stato generato in Trezor e viceversa*" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/text.po b/locale/it/LC_MESSAGES/docs/user/wallets/text.po index 49a406655..fe3a79832 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/text.po @@ -1,35 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # # Translators: # William Lotta , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: William Lotta , 2022\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" -msgstr "" +msgstr "Guide ai messaggi di testo wallet per la criptovaluta Dash" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" msgstr "" +"dash, wallet, text, sms, caratteristica, phone, mobile, dashtext, short " +"message, short code, simple" #: ../../docs/user/wallets/text.rst:8 msgid "Introduction" @@ -42,14 +45,19 @@ msgid "" "wallets require access to text messages, they generally only support " "specific regions. See below for details." msgstr "" +"I wallet per messaggi di testo (SMS) ti consentono di effettuare facilmente " +"transazioni in Dash utilizzando un semplice telefono cellulare. Non è " +"necessaria una connessione Internet. Poiché i portafogli di testo richiedono" +" l'accesso ai messaggi di testo, generalmente supportano solo regioni " +"specifiche. Vedi sotto per i dettagli." #: ../../docs/user/wallets/text.rst:17 msgid "DashText" -msgstr "" +msgstr "DashText" #: ../../docs/user/wallets/text.rst:19 msgid "https://dashtext.io" -msgstr "" +msgstr "https://dashtext.io" #: ../../docs/user/wallets/text.rst:26 msgid "" @@ -58,10 +66,15 @@ msgid "" " a standard SMS, incurred by the network operator. Users can send Dash to " "innovative shortcodes to securely confirm transactions." msgstr "" +"DashText è un servizio disponibile in Venezuela, Colombia e Spagna per " +"consentire agli utenti di effettuare transazioni in Dash utilizzando " +"messaggi di testo. Le uniche tariffe sono il costo di un SMS standard, " +"sostenuto dall'operatore di rete. Gli utenti possono inviare Dash a codici " +"brevi innovativi per confermare in modo sicuro le transazioni." #: ../../docs/user/wallets/text.rst:32 msgid "Instructions" -msgstr "" +msgstr "Istruzioni" #: ../../docs/user/wallets/text.rst:34 msgid "" @@ -69,3 +82,6 @@ msgid "" "instructions and links will appear here once the project is ready for mass " "market." msgstr "" +"Per iniziare è sufficiente inviare un messaggio CREATE al numero di telefono" +" DashText. Ulteriori istruzioni e collegamenti appariranno qui una volta che" +" il progetto sarà pronto per il mercato di massa." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po index e92cdf501..37a62356b 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,40 +1,43 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Gleb Golov , 2022 # William Lotta , 2022 -# AL , 2022 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: AL , 2022\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" +"Elenco e informazioni dettagliate sui wallet di terze parti che supportano " +"la criptovaluta Dash" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" msgstr "" +"dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " +"coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" #: ../../docs/user/wallets/third-party.rst:8 msgid "Introduction" @@ -42,29 +45,41 @@ msgstr "Introduzione" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" +"Il protocollo Dash e molti prodotti Dash come Dash Core e i wallet mobili " +"sono interamente open source, il che rende facile per terze parti integrare " +"Dash con le loro soluzioni di wallet di criptovaluta esistenti. Questa " +"sezione descrive alcuni dei wallet di terze parti disponibili e le funzioni " +"che offrono. Tieni presente che Dash non fornisce supporto per nessuno di " +"questi wallet e qualsiasi elenco qui non deve essere considerato " +"un'approvazione o una raccomandazione. Contattare il fornitore del software " +"per ricevere supporto." #: ../../docs/user/wallets/third-party.rst:21 msgid "ADAMANT" -msgstr "" +msgstr "ADAMANT" #: ../../docs/user/wallets/third-party.rst:23 msgid "https://adamant.im" -msgstr "" +msgstr "https://adamant.im" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" +"ADAMANT è un wallet web e un'applicazione di messaggistica con una forte " +"attenzione alla privacy. L'app consente agli utenti di trasferire Dash " +"all'interno di un'applicazione di chat. Non è richiesta alcuna registrazione" +" o KYC e l'app è interamente open source." #: ../../docs/user/wallets/third-party.rst:36 #: ../../docs/user/wallets/third-party.rst:78 @@ -86,13 +101,19 @@ msgstr "Installazione" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." msgstr "" +"I wallet desktop ADAMANT sono disponibili su https://adamant.im/#adm-apps " +"per Linux, macOS e Windows. ADAMANT è disponibile anche nel `Google Play " +"Store per Android " +"`__" +" e nell'`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:52 #: ../../docs/user/wallets/third-party.rst:92 @@ -111,69 +132,86 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:651 #: ../../docs/user/wallets/third-party.rst:694 msgid "Documentation" -msgstr "" +msgstr "Documentazione" #: ../../docs/user/wallets/third-party.rst:54 msgid "" "Join the `ADAMANT Telegram group `_ for ADAMANT " "support." msgstr "" +"Unisciti al gruppo `ADAMANT Telegram `_ per il " +"supporto di ADAMANT." #: ../../docs/user/wallets/third-party.rst:60 msgid "ADAMANT Wallet Dash screen" -msgstr "" +msgstr "Schermata Dash del wallet ADAMANT" #: ../../docs/user/wallets/third-party.rst:64 msgid "Channels" -msgstr "" +msgstr "Canali" #: ../../docs/user/wallets/third-party.rst:66 msgid "https://exscudo.com/channels/" -msgstr "" +msgstr "https://exscudo.com/channels/" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" +"Costruito da Exscudo, Channels è un sistema di messaggistica sicuro con un " +"trasferimento di denaro integrato per molte criptovalute, incluso Dash. Il " +"token EON sottostante facilita la verifica sicura dell'identità per ridurre " +"le frodi." #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" +"Channels è disponibile su `Google Play Store per Android " +"`__ e su" +" `Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" +"Channels offre una FAQ su https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" #: ../../docs/user/wallets/third-party.rst:99 msgid "Channels running on iOS" -msgstr "" +msgstr "Canali funziona su iOS" #: ../../docs/user/wallets/third-party.rst:103 msgid "Cobo" -msgstr "" +msgstr "Cobo" #: ../../docs/user/wallets/third-party.rst:105 msgid "https://cobo.com" -msgstr "" +msgstr "https://cobo.com" #: ../../docs/user/wallets/third-party.rst:112 msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." -msgstr "" +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." +msgstr "" +"Cobo è un wallet mobile multi-valuta che supporta Dash con opzioni per " +"registrare un wallet cloud (chiavi private sottoposte a backup sul cloud) o " +"generare il proprio seed di portafoglio HD (chiavi private crittografate sul" +" tuo dispositivo), offrendoti il massimo controllo su come gestire le chiavi" +" crittografiche per tutte le risorse nel wallet. Il wallet offre una " +"funzionalità unica di \"staking\" in cui gli utenti possono mettere in " +"comune i propri Dash per impostare masternode e godere di rendimenti " +"settimanali." #: ../../docs/user/wallets/third-party.rst:131 msgid "" @@ -181,187 +219,241 @@ msgid "" "`__ and the " "`Apple App Store for iOS `__." msgstr "" +"Cobo è disponibile su `Google Play Store per Android " +"`__ e su `Apple " +"App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:137 msgid "" "Cobo offers detailed documentation of all functions at " "https://support.cobo.com" msgstr "" +"Cobo offre una documentazione dettagliata di tutte le funzioni su " +"https://support.cobo.com" #: ../../docs/user/wallets/third-party.rst:143 msgid "Cobo wallet" -msgstr "" +msgstr "Cobo wallet" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 msgid "Coin Wallet" -msgstr "" +msgstr "Coin Wallet" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://www.spend.com" +msgstr "https://coin.space/" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" +"Coin Wallet è un wallet crittografico multivaluta non custodito. È un wallet" +" open source e il codice è disponibile su GitHub. Le chiavi private vengono " +"create e archiviate sul tuo dispositivo e non vengono mai comunicate con " +"nessun server o nessuno." #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" +"Coin Wallet è disponibile come `wallet web `__, " +"wallet mobile (\"Google Play Store per Android " +"`__ e `App " +"Store di Apple per iOS `__) e app " +"desktop (`Windows `__, `Linux " +"`__ e `MacOS " +"`__)." #: ../../docs/user/wallets/third-party.rst:181 msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" +"Coin Wallet offre documentazione dettagliata e supporto su " +"https://support.coin.space/" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" -msgstr "" +msgstr "Coinomi" #: ../../docs/user/wallets/third-party.rst:192 msgid "https://www.coinomi.com" -msgstr "" +msgstr "https://www.coinomi.com" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" +"Coinomi è un wallet mobile multivaluta open source disponibile per iOS e " +"Android. Le tue chiavi private non lasciano mai il tuo dispositivo e la " +"potente crittografia del wallet garantisce che i tuoi fondi siano sempre " +"solo sotto il tuo controllo. Lo scambio istantaneo è disponibile " +"direttamente nel wallet tramite le integrazioni ShapeShift e Changelly." #: ../../docs/user/wallets/third-party.rst:206 msgid "Download" -msgstr "" +msgstr "Download" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" +"Coinomi è un wallet mobile multivaluta open source disponibile per iOS e " +"Android. Le tue chiavi private non lasciano mai il tuo dispositivo e la " +"potente crittografia del wallet garantisce che i tuoi fondi siano sempre " +"solo sotto il tuo controllo. Lo scambio istantaneo è disponibile " +"direttamente nel wallet tramite le integrazioni ShapeShift e Changelly." #: ../../docs/user/wallets/third-party.rst:224 msgid "" "Coinomi offers detailed documentation of all functions at " "https://coinomi.freshdesk.com" msgstr "" +"Coinomi offre una documentazione dettagliata di tutte le funzioni su " +"https://coinomi.freshdesk.com" #: ../../docs/user/wallets/third-party.rst:230 msgid "Coinomi wallet running on Android" -msgstr "" +msgstr "Il wallet Coinomi funziona su Android" #: ../../docs/user/wallets/third-party.rst:233 msgid "Edge" -msgstr "" +msgstr "Edge" #: ../../docs/user/wallets/third-party.rst:235 msgid "https://edge.app" -msgstr "" +msgstr "https://edge.app" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." -msgstr "" +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." +msgstr "" +"Edge è un wallet multivaluta sicuro per iOS e Android. Offre un sistema di " +"accesso unico per archiviare il tuo seme HD crittografato sul cloud mentre " +"esegui comunque tutte le operazioni sensibili che richiedono una chiave " +"privata sul tuo dispositivo. Edge è veloce e semplice da usare e ti consente" +" di scansionare codici QR e firmare transazioni utilizzando l'ID " +"dell'impronta digitale o un semplice codice PIN. ShapeShift è inoltre " +"integrato per facilitare lo scambio tra diverse criptovalute." #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" +"Edge è disponibile su `Google Play Store per Android " +"`__ e su " +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:267 msgid "" "Edge offers detailed documentation of all functions at " "https://support.edge.app and a few quick links are also collected here:" msgstr "" +"Edge offre una documentazione dettagliata di tutte le funzioni su " +"https://support.edge.app e alcuni collegamenti rapidi sono raccolti anche " +"qui:" #: ../../docs/user/wallets/third-party.rst:271 msgid "" "`Getting started " "`__" msgstr "" +"`Per iniziare `__" #: ../../docs/user/wallets/third-party.rst:272 msgid "" "`How do I create a new wallet? " "`_" msgstr "" +"`Come posso creare un nuovo wallet? " +"`_" #: ../../docs/user/wallets/third-party.rst:273 msgid "" "`How do I send money? " "`_" msgstr "" +"\"Come posso inviare denaro?\" " +"`_" #: ../../docs/user/wallets/third-party.rst:274 msgid "" "`How do I receive money into my account? " "`_" msgstr "" +"`Come posso ricevere denaro sul mio conto? " +"`_" #: ../../docs/user/wallets/third-party.rst:279 msgid "Edge Welcome, Receive Dash and Balance screens" -msgstr "" +msgstr "Schermate Edge di benvenuto, Ricevi Dash e Saldo" #: ../../docs/user/wallets/third-party.rst:282 msgid "Ethos" -msgstr "" +msgstr "Ethos" #: ../../docs/user/wallets/third-party.rst:284 msgid "https://www.ethos.io" -msgstr "" +msgstr "https://www.ethos.io" #: ../../docs/user/wallets/third-party.rst:291 msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" +"Il wallet universale Ethos ti consente di conservare Dash e oltre 100 altre " +"criptovalute. È dotato di un'unica frase di ripristino, nota come SmartKey, " +"con la quale è possibile ripristinare tutti i saldi su un altro dispositivo." +" Le funzionalità includono nomi utente leggibili dall'uomo, conversione di " +"monete ShapeShift e un tracker del portafoglio." #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" +"Ethos Universal Wallet è disponibile su `Google Play Store per Android " +"`__ " +"e su `Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:313 msgid "" "Ethos offers detailed documentation of all functions at " "https://support.ethos.io and a few quick links are also collected here:" msgstr "" +"Ethos offre una documentazione dettagliata di tutte le funzioni su " +"https://support.ethos.io e alcuni collegamenti rapidi sono raccolti anche " +"qui:" #: ../../docs/user/wallets/third-party.rst:317 msgid "" @@ -369,6 +461,9 @@ msgid "" "`__" msgstr "" +"`Per iniziare: crea il tuo account Ethos " +"`__" #: ../../docs/user/wallets/third-party.rst:318 msgid "" @@ -376,13 +471,19 @@ msgid "" "`_" msgstr "" +"`Wallet universale Ethos - Chiave intelligente " +"`_" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" +"`SmartWallet - Guida per l'utente " +"`_" #: ../../docs/user/wallets/third-party.rst:320 msgid "" @@ -390,110 +491,144 @@ msgid "" "`_" msgstr "" +"`Invio e ricezione di Crypto – Guida per l'utente " +"`_" #: ../../docs/user/wallets/third-party.rst:325 msgid "Ethos Universal Wallet on Android" -msgstr "" +msgstr "Ethos Universal Wallet su Android" #: ../../docs/user/wallets/third-party.rst:328 msgid "Exodus" -msgstr "" +msgstr "Exodus" #: ../../docs/user/wallets/third-party.rst:330 msgid "https://www.exodus.io" -msgstr "" +msgstr "https://www.exodus.io" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" +"Il wallet Exodus presenta un design visivo accattivante e può memorizzare " +"contemporaneamente più valute. È disponibile per Windows, Mac, Linux e iOS. " +"È inoltre completamente integrato con Shapeshift per offrire lo scambio tra " +"le diverse valute." #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" +"Tutte le versioni di Exodus sono disponibili su " +"https://www.exodus.io/download: scarica e installa semplicemente il " +"pacchetto appropriato per il tuo sistema. Exodus è disponibile anche " +"nell'Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:353 msgid "" "Exodus offers detailed documentation of all functions at " "https://support.exodus.io and a few quick links are also collected here:" msgstr "" +"Exodus offre una documentazione dettagliata di tutte le funzioni su " +"https://support.exodus.io e alcuni collegamenti rapidi sono raccolti anche " +"qui:" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" +"\"Come installo Exodus?\" `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" +"\"Come posso iniziare con Exodus?\" " +"`_" #: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" -msgstr "" +msgstr "Schermata Portafoglio Exodus" #: ../../docs/user/wallets/third-party.rst:366 msgid "Guarda" -msgstr "" +msgstr "Guarda" #: ../../docs/user/wallets/third-party.rst:368 msgid "https://guarda.com" -msgstr "" +msgstr "https://guarda.com" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" +"Guarda offre un intero ecosistema blockchain composto da wallet desktop, web" +" e mobili, vendite di criptovalute OTC e scambio istantaneo di criptovalute." +" Dash è supportato in tutto l'ecosistema, rendendolo un modo semplice e " +"conveniente per iniziare. Tutte le chiavi sono detenute dall'utente, " +"garantendo la sicurezza dei tuoi fondi." #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" +"I wallet desktop Guarda sono disponibili su https://guarda.com/desktop per " +"Linux, macOS e Windows, oppure puoi utilizzare il wallet web su " +"https://guarda.co/app/ per creare nuovi o ripristinare portafogli esistenti." +" Guarda è disponibile anche nel `Google Play Store per Android " +"`__ e " +"nell'`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" +"Guarda offre una documentazione dettagliata di tutte le funzioni su " +"https://guarda.freshdesk.com e alcuni collegamenti rapidi sono raccolti " +"anche qui:" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" +"\"Come creare un wallet?\" " +"`_" #: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" -msgstr "" +msgstr "Guarda wallet" #: ../../docs/user/wallets/third-party.rst:414 msgid "Huobi Wallet" -msgstr "" +msgstr "Huobi Wallet" #: ../../docs/user/wallets/third-party.rst:416 msgid "https://www.huobiwallet.com" -msgstr "" +msgstr "https://www.huobiwallet.com" #: ../../docs/user/wallets/third-party.rst:423 msgid "" @@ -502,6 +637,10 @@ msgid "" "assets, since they manage their own private keys. The wallet supports " "multisig and a built-in one-click exchange." msgstr "" +"Huobi Wallet è una soluzione professionale, conveniente, sicura e protetta " +"per proteggere le tue risorse di criptovaluta. Gli utenti hanno il pieno " +"controllo sulle proprie risorse, poiché gestiscono le proprie chiavi " +"private. Il wallet supporta multisig e uno scambio integrato con un clic." #: ../../docs/user/wallets/third-party.rst:439 msgid "" @@ -510,6 +649,10 @@ msgid "" " and the `Apple App Store for iOS " "`__." msgstr "" +"Huobi Wallet è disponibile nel `Google Play Store per Android " +"`__" +" e nell'`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:445 msgid "" @@ -517,104 +660,134 @@ msgid "" "https://support.huobiwallet.com and a few quick links are also collected " "here:" msgstr "" +"Huobi offre una documentazione dettagliata di tutte le funzioni su " +"https://support.huobiwallet.com e alcuni collegamenti rapidi sono raccolti " +"anche qui:" #: ../../docs/user/wallets/third-party.rst:449 msgid "" "`Basic Tutorial `_" msgstr "" +"`Tutorial di base `_" #: ../../docs/user/wallets/third-party.rst:450 msgid "" "`Wallet Security `_" msgstr "" +"`Sicurezza del wallet `_" #: ../../docs/user/wallets/third-party.rst:454 msgid "Mobi" -msgstr "" +msgstr "Mobi" #: ../../docs/user/wallets/third-party.rst:456 msgid "https://www.mobi.me" -msgstr "" +msgstr "https://www.mobi.me" #: ../../docs/user/wallets/third-party.rst:463 msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." -msgstr "" +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." +msgstr "" +"Mobi è un wallet mobile multivaluta collegato al tuo numero di telefono. " +"Come wallet ospitato, Mobi conserva le chiavi private dei tuoi fondi per tuo" +" conto, il che significa che puoi ripristinare i tuoi fondi semplicemente " +"ricevendo un messaggio di testo e inserendo il tuo PIN. Tuttavia, devi avere" +" fiducia che Mobi agisca in modo responsabile con queste chiavi private e " +"perderai l'accesso ai tuoi fondi se perdi l'accesso al tuo numero di " +"telefono. È disponibile anche un'interfaccia web e puoi utilizzare la valuta" +" fiat per acquistare criptovaluta nell'app." #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" +"Mobi è disponibile nel `Google Play Store per Android " +"`__ e " +"nell'`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" +"Leggi le `FAQ `__, unisciti al gruppo `Mobi " +"Telegram `_ o invia un'e-mail a support@mobi.me per " +"supporto con Mobi." #: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" -msgstr "" +msgstr "Mobi wallet disponibile su Android" #: ../../docs/user/wallets/third-party.rst:499 msgid "Ownbit" -msgstr "" +msgstr "Ownbit" #: ../../docs/user/wallets/third-party.rst:501 msgid "https://ownbit.io" -msgstr "" +msgstr "https://ownbit.io" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" +"Ownbit è un wallet mobile multivaluta e multifirma con supporto per Dash. Ti" +" consente di gestire più wallet e contatti per facilitare transazioni " +"facili." #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" +"Ownbit è disponibile su `Google Play Store per Android " +"`__ e su " +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" +"Unisciti al gruppo `Ownbit Telegram `_ o invia " +"un'e-mail a hi@bitbill.com per ricevere supporto con Ownbit." #: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" -msgstr "" +msgstr "Ownbit wallet" #: ../../docs/user/wallets/third-party.rst:539 msgid "Trust" -msgstr "" +msgstr "Trust" #: ../../docs/user/wallets/third-party.rst:541 msgid "https://trustwallet.com" -msgstr "" +msgstr "https://trustwallet.com" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" +"Supportato da `Binance `__, Trust Wallet è un " +"wallet mobile multivaluta sicuro e intuitivo con supporto per Dash, Bitcoin," +" Ethereum e un'ampia gamma di token e DApp." #: ../../docs/user/wallets/third-party.rst:563 msgid "" @@ -623,33 +796,42 @@ msgid "" " and the `Apple App Store for iOS " "`__." msgstr "" +"Trust è disponibile nel `Google Play Store per Android " +"`__" +" e nell'`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" +"Consulta il `Centro assistenza `__ o " +"unisciti al `gruppo Trust Telegram `_ per ricevere" +" supporto con Trust." #: ../../docs/user/wallets/third-party.rst:576 msgid "Trust wallet running on iOS" -msgstr "" +msgstr "Trust wallet disponibile su iOS" #: ../../docs/user/wallets/third-party.rst:580 msgid "Unstoppable" -msgstr "" +msgstr "Unstoppable" #: ../../docs/user/wallets/third-party.rst:582 msgid "https://unstoppable.money" -msgstr "" +msgstr "https://unstoppable.money" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" +"Unstoppable è un wallet multi-moneta che aderisce agli standard e implementa" +" gli ultimi progressi per Bitcoin ed Ethereum. Archivia e fai crescere " +"risorse crittografiche, ovunque ti trovi. Avere il pieno controllo sulle " +"risorse. Rimani privato." #: ../../docs/user/wallets/third-party.rst:604 msgid "" @@ -658,389 +840,109 @@ msgid "" " and the `Apple App Store for iOS " "`__." msgstr "" +"Unstoppable è disponibile su `Google Play Store per Android " +"`__" +" e su `Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" +"Consulta le `FAQ `__ o `Unstoppable su GitHub" +" `_ per il supporto con Unstoppable." #: ../../docs/user/wallets/third-party.rst:616 msgid "Unstoppable wallet running on Android" -msgstr "" +msgstr "Unstoppable wallet disponibile su Android" #: ../../docs/user/wallets/third-party.rst:620 msgid "VegaWallet" -msgstr "" +msgstr "VegaWallet" #: ../../docs/user/wallets/third-party.rst:622 msgid "https://www.vegawallet.com" -msgstr "" +msgstr "https://www.vegawallet.com" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" +"VegaWallet offre un wallet multi-asset e multi-valuta sicuro con supporto " +"per Dash InstantSend e wallet multi-firma. Il wallet si integra con diversi " +"scambi e fonti di prezzo, oltre a offrire funzionalità NFC avanzate per i " +"pagamenti." #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" +"I wallet desktop VegaWallet sono disponibili su https://www.vegawallet.com " +"per macOS e Windows. VegaWallet è disponibile anche su `Google Play Store " +"per Android " +"`__ e su " +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" +"VegaWallet mantiene una `FAQ `__ " +"e un `gruppo Telegram `_ per il supporto. Il" +" team risponde anche alle domande di supporto via e-mail all'indirizzo " +"`support@vegawallet.com `__" #: ../../docs/user/wallets/third-party.rst:662 msgid "VegaWallet wallet running on iOS" -msgstr "" +msgstr "VegaWallet wallet disponibile su iOS" #: ../../docs/user/wallets/third-party.rst:666 msgid "ZelCore" -msgstr "" +msgstr "ZelCore" #: ../../docs/user/wallets/third-party.rst:668 msgid "https://zel.network" -msgstr "" +msgstr "https://zel.network" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" +"ZelCore ti consente di acquistare, archiviare e scambiare criptovalute in " +"un'unica app. Il wallet include ricche integrazioni con scambi di terze " +"parti e funzionalità 2FA decentralizzate." #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" +"ZelCore è disponibile su `Google Play Store per Android " +"`__ e su " +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" +"Consulta `Zel Wiki `__ o unisciti al " +"`Zel Discord server `_ per il supporto con ZelCore." #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" -msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "" - -#~ msgid "Evercoin" -#~ msgstr "" - -#~ msgid "https://evercoin.com" -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "" - -#~ msgid "Jaxx" -#~ msgstr "" - -#~ msgid "https://jaxx.io" -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "" - -#~ msgid "https://paytomat.com" -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "" - -#~ msgid "Spend" -#~ msgstr "Spend" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "" - +msgstr "ZelCore wallet disponibile su Windows" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/web.po b/locale/it/LC_MESSAGES/docs/user/wallets/web.po index 4a1950f34..27baa6199 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/web.po @@ -1,37 +1,45 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # +# Translators: +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" +"MyDashWallet è un wallet web sicuro per Dash, che supporta InstantSend e " +"CoinJoin" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" msgstr "" +"dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" +" wallet" #: ../../docs/user/wallets/web.rst:8 msgid "MyDashWallet" -msgstr "" +msgstr "MyDashWallet" #: ../../docs/user/wallets/web.rst:14 msgid "" @@ -44,30 +52,39 @@ msgid "" "profit, open source and free to use. You can load a wallet and transact in a" " variety of wallet formats:" msgstr "" +"`MyDashWallet `_ è un'interfaccia web per la " +"blockchain Dash, ispirata a `MyEtherWallet `_" +" e creata da `DeltaEngine.net `_. Non è " +"esplicitamente un wallet online, il che significa che mantieni sempre il " +"controllo sulle tue chiavi private. A differenza di molti altri portafogli " +"leggeri, MyDashWallet supporta anche funzionalità Dash avanzate come " +"InstantSend e CoinJoin. Il progetto è senza scopo di lucro, open source e " +"gratuito. Puoi caricare un portafoglio ed effettuare transazioni in una " +"varietà di formati di portafoglio:" #: ../../docs/user/wallets/web.rst:24 msgid "Keystore wallet (file-based)" -msgstr "" +msgstr "Keystore wallet (file-based)" #: ../../docs/user/wallets/web.rst:25 msgid "Ledger hardware wallet" -msgstr "" +msgstr "Ledger hardware wallet" #: ../../docs/user/wallets/web.rst:26 msgid "Trezor hardware wallet" -msgstr "" +msgstr "Trezor hardware wallet" #: ../../docs/user/wallets/web.rst:27 msgid "Private key" -msgstr "" +msgstr "Private key" #: ../../docs/user/wallets/web.rst:28 msgid "BIP39/44 HD recovery phrase (coming soon)" -msgstr "" +msgstr "Frase di recupero BIP39/44 HD (disponibile a breve)" #: ../../docs/user/wallets/web.rst:29 msgid "BIP32 HD recovery phrase (coming soon)" -msgstr "" +msgstr "Frase di recupero BIP32 HD (disponibile a breve)" #: ../../docs/user/wallets/web.rst:31 ../../docs/user/wallets/web.rst:69 #: ../../docs/user/wallets/web.rst:96 @@ -77,49 +94,66 @@ msgid "" "keyfile wallets, since they are an easier target to attack than mobile or " "hardware wallets." msgstr "" +"Tieni presente che i wallet web potrebbero non essere sicuri quanto " +"alternative come gli hardware wallet. Sii consapevole del rischio di " +"archiviare grandi quantità di Dash nei wallet con file di chiavi, poiché " +"sono un bersaglio più facile da attaccare rispetto ai portafogli mobili o " +"hardware." #: ../../docs/user/wallets/web.rst:36 msgid "" "MyDashWallet offers complete and detailed documentation for all functions." msgstr "" +"MyDashWallet offre una documentazione completa e dettagliata per tutte le " +"funzioni." #: ../../docs/user/wallets/web.rst:38 msgid "`Getting started `_" -msgstr "" +msgstr "`Per iniziare `_" #: ../../docs/user/wallets/web.rst:39 msgid "" "`How to Create a Wallet via Keystore file " "`_" msgstr "" +"`Come creare un portafoglio tramite il file Keystore " +"`_" #: ../../docs/user/wallets/web.rst:40 msgid "" "`Using the Ledger Hardware Wallet on MyDashWallet " "`_" msgstr "" +"`Utilizzo del portafoglio hardware Ledger su MyDashWallet " +"`_" #: ../../docs/user/wallets/web.rst:41 msgid "" "`Using the Trezor Hardware Wallet on MyDashWallet " "`_" msgstr "" +"`Utilizzo dell'hardware wallet Trezor su MyDashWallet " +"`_" #: ../../docs/user/wallets/web.rst:42 msgid "" "`How to does DASH InstantSend work on MyDashWallet? " "`_" msgstr "" +"`Come funziona DASH InstantSend su MyDashWallet? " +"`_" #: ../../docs/user/wallets/web.rst:43 msgid "" "`How to does DASH PrivateSend work on MyDashWallet? " "`_" msgstr "" +"`Come funziona DASH PrivateSend su MyDashWallet? " +"`_" #: ../../docs/user/wallets/web.rst:55 msgid "Magnum Wallet" -msgstr "" +msgstr "Magnum Wallet" #: ../../docs/user/wallets/web.rst:61 msgid "" @@ -131,20 +165,30 @@ msgid "" "clean and simple interface, allowing users to transact quickly and easily in" " Dash." msgstr "" +"`Magnum Wallet `_ è un wallet web con supporto per" +" oltre 20 criptovalute, incluso Dash. Il portafoglio memorizza le chiavi " +"private crittografate in un semplice file di testo scaricabile, che può " +"essere decrittografato solo con la password dell'utente. Sono supportati " +"anche gli hardware wallet ed è disponibile la funzionalità di staking e " +"scambio nel portafoglio. Magnum Wallet presenta un'interfaccia pulita e " +"semplice, che consente agli utenti di effettuare transazioni rapidamente e " +"facilmente in Dash." #: ../../docs/user/wallets/web.rst:74 msgid "" "Support for Magnum Wallet is available at `support@magnumwallet.co " "`_." msgstr "" +"Il supporto per Magnum Wallet è disponibile all'indirizzo " +"`support@magnumwallet.co `_." #: ../../docs/user/wallets/web.rst:77 msgid "`Magnum Dash Wallet `__" -msgstr "" +msgstr "`Magnum Dash Wallet `__" #: ../../docs/user/wallets/web.rst:85 msgid "WestWallet" -msgstr "" +msgstr "WestWallet" #: ../../docs/user/wallets/web.rst:91 msgid "" @@ -153,9 +197,15 @@ msgid "" "wallet includes an automatable instant exchange, instant transfers between " "users and automatic withdrawal." msgstr "" +"`WestWallet `_ è un wallet web multivaluta per " +"archiviare, condividere e trasferire le criptovalute più popolari. Il wallet" +" include un exchange istantaneo automatizzabile, trasferimenti istantanei " +"tra utenti e prelievo automatico." #: ../../docs/user/wallets/web.rst:101 msgid "" "Support for WestWallet is available at `info@westwallet.info " "`_." msgstr "" +"Il supporto per WestWallet è disponibile all'indirizzo `info@westwallet.info" +" `_." diff --git a/locale/it/LC_MESSAGES/index.po b/locale/it/LC_MESSAGES/index.po index 09701728e..5cc5f7579 100644 --- a/locale/it/LC_MESSAGES/index.po +++ b/locale/it/LC_MESSAGES/index.po @@ -1,29 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # G. S. , 2018 # Gleb Golov , 2020 +# Dash Italia, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" -"Last-Translator: Gleb Golov , 2020\n" -"Language: it\n" -"Language-Team: Italian (https://www.transifex.com/dash/teams/37570/it/)\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 " -"? 1 : 2;\n" +"Last-Translator: Dash Italia, 2023\n" +"Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: it\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " @@ -33,12 +33,15 @@ msgstr "" "criptovaluta peer-to-peer open source specializzata nell'industria dei " "pagamenti." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" #: ../../index.rst:9 msgid "Dash Documentation" @@ -48,77 +51,98 @@ msgstr "Documentazione di Dash" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" +"Dash mira a essere la criptovaluta focalizzata sui pagamenti più user-" +"friendly e scalabile al mondo. La rete Dash offre :ref:`conferma istantanea " +"della transazione`, protezione dalla doppia spesa, " +":ref:`privacy` opzionale uguale a quella del contante fisico, un " +":ref:`modello di autogoverno e autofinanziamento` " +"guidato da :ref: `nodi completi incentivati` e una " +"`roadmap chiara `_ per la scalabilità on-" +"chain fino a blocchi da 400 MB utilizzando hardware open source sviluppato " +"su misura. Sebbene Dash sia basato su Bitcoin e compatibile con molti " +"componenti chiave dell’ecosistema Bitcoin, la sua struttura di rete a due " +"livelli offre miglioramenti significativi in termini di velocità delle " +"transazioni, privacy e governance. Questa sezione della documentazione " +"descrive queste e molte altre caratteristiche chiave che distinguono Dash " +"nell'economia blockchain." #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" +"Consulta il `sito web ufficiale di Dash `__ per " +"scoprire come gli `individui `__ e le " +"`aziende `__ possono utilizzare Dash. I " +"video, i collegamenti e la documentazione raccolti qui possono aiutarti a " +"iniziare. I nuovi utenti potrebbero essere interessati a iniziare con un " +":ref:`wallet ` appropriato, a conoscere :ref:`come acquistare Dash" +" ` e :ref:`dove spendere Dash `, a conoscere " +"la :ref:`sicurezza ` o ad iscriversi uno dei tanti :ref:`siti della " +"community Dash `." #: ../../index.rst:37 msgid "👤 User Docs" -msgstr "" +msgstr "👤 User Doc" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" +"Scopri cos'è Dash e come funziona. Gli argomenti includono come ottenere e " +"archiviare Dash, il sistema di governance e la configurazione del " +"masternode." #: ../../index.rst:45 msgid ":ref:`Click to begin `" -msgstr "" +msgstr ":ref:`Fai clic per iniziare `" #: ../../index.rst:47 msgid "⚙ Core Docs" -msgstr "" +msgstr "⚙ Core Doc" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" +"Trova i dettagli tecnici sulla blockchain Dash Core, insieme al materiale di" +" riferimento sul protocollo e sull'API." #: ../../index.rst:55 msgid ":ref:`Click to begin `" -msgstr "" +msgstr ":ref:`Fai clic per iniziare `" #: ../../index.rst:57 msgid "🚀 Platform Docs" -msgstr "" +msgstr "🚀 Platform Doc" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" +"Inizia a lavorare con Dash Platform e scopri come utilizzare le sue potenti " +"funzionalità per potenziare il tuo progetto Web3." #: ../../index.rst:65 msgid ":ref:`Click to begin `" -msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - +msgstr ":ref:`Fai clic per iniziare `" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po index 40dd3c977..91a3999c8 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/index.po b/locale/ja/LC_MESSAGES/docs/user/developers/index.po index d9d9b98f4..aeecaf298 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/index.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,20 +10,18 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -37,28 +35,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -72,14 +70,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" #: ../../docs/user/developers/index.rst:53 @@ -93,22 +91,3 @@ msgstr "" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/insight.po b/locale/ja/LC_MESSAGES/docs/user/developers/insight.po index 5535fea3b..2d7b31449 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/insight.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -39,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -85,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -96,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po index 10ebced87..22ad2d449 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -35,8 +33,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -76,11 +74,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -93,10 +90,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -128,9 +125,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -153,9 +150,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -182,18 +179,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -214,9 +210,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -242,15 +237,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 @@ -271,17 +266,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -293,8 +288,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" #: ../../docs/user/developers/integration-apis.rst:179 @@ -307,8 +301,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -316,8 +310,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -327,17 +321,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -348,15 +341,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po index 66790dd7c..b620194cb 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,23 +10,21 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -36,10 +34,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -53,10 +51,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -112,9 +110,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -166,8 +163,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -199,8 +196,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" @@ -231,9 +228,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -254,11 +251,11 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -276,7 +273,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -298,10 +296,3 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/integration.po b/locale/ja/LC_MESSAGES/docs/user/developers/integration.po index 16e79e974..605d8ea40 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/integration.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -44,10 +44,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -56,21 +56,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -91,16 +91,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -110,14 +109,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -128,7 +127,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -160,9 +160,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -172,26 +172,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -292,48 +291,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -348,36 +346,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -387,9 +384,9 @@ msgstr "" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -397,7 +394,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" #: ../../docs/user/developers/integration.rst:178 @@ -409,10 +407,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -422,10 +420,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -436,16 +434,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -479,8 +477,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -489,29 +487,27 @@ msgstr "" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -535,8 +531,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" @@ -548,8 +544,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -579,19 +574,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -600,9 +594,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 @@ -617,17 +610,17 @@ msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -644,19 +637,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -691,7 +684,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -699,133 +693,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po index e6e7e5e9e..d989f6bd9 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po index e39148387..5f2001e20 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,22 +10,19 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -37,12 +34,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:18 @@ -51,8 +48,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" #: ../../docs/user/developers/testnet.rst:21 @@ -65,8 +62,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" #: ../../docs/user/developers/testnet.rst:25 @@ -75,8 +72,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" #: ../../docs/user/developers/testnet.rst:32 @@ -85,10 +82,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -98,9 +95,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -165,8 +162,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" #: ../../docs/user/developers/testnet.rst:75 @@ -189,17 +185,17 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -210,8 +206,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" #: ../../docs/user/developers/testnet.rst:94 @@ -222,9 +218,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -235,23 +231,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -260,12 +255,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -349,11 +344,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -386,12 +381,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -429,11 +424,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -478,12 +473,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -530,12 +525,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -558,8 +553,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" #: ../../docs/user/developers/testnet.rst:266 @@ -585,24 +580,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/translating.po b/locale/ja/LC_MESSAGES/docs/user/developers/translating.po index 5fa99d28e..d6e5ce7af 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/earning-spending.po b/locale/ja/LC_MESSAGES/docs/user/earning-spending.po index 9bd4cfd73..6e753f4f0 100644 --- a/locale/ja/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ja/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po index 0205f7a32..782693f1d 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/index.po b/locale/ja/LC_MESSAGES/docs/user/governance/index.po index 2ae281690..05dec65e3 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po b/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po index 78671a80b..6e518c1c1 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/using.po b/locale/ja/LC_MESSAGES/docs/user/governance/using.po index f85fd5272..9a5eda92a 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/using.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,20 +10,18 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -34,8 +32,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -76,8 +74,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -109,27 +107,25 @@ msgid "Budgets" msgstr "" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -149,8 +145,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" #: ../../docs/user/governance/using.rst:64 @@ -184,26 +180,23 @@ msgid "" msgstr "" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" #: ../../docs/user/governance/using.rst:86 @@ -213,8 +206,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" #: ../../docs/user/governance/using.rst:92 @@ -235,11 +228,11 @@ msgstr "" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" #: ../../docs/user/governance/using.rst:108 @@ -359,10 +352,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" #: ../../docs/user/governance/using.rst:150 @@ -375,19 +368,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -396,37 +389,36 @@ msgstr "" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" #: ../../docs/user/governance/using.rst:213 @@ -435,10 +427,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" #: ../../docs/user/governance/using.rst:221 @@ -453,8 +445,8 @@ msgstr "" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" @@ -465,8 +457,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -487,12 +479,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -518,18 +509,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -542,8 +533,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -568,17 +558,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -586,7 +578,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -597,8 +590,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -607,20 +600,20 @@ msgstr "" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -649,25 +642,24 @@ msgstr "" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." msgstr "" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" #: ../../docs/user/governance/using.rst:382 @@ -681,12 +673,12 @@ msgstr "" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" #: ../../docs/user/governance/using.rst:398 @@ -699,19 +691,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -725,8 +717,8 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -751,32 +743,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/index.po b/locale/ja/LC_MESSAGES/docs/user/index.po index b5bb2a8c3..b26c7fcf8 100644 --- a/locale/ja/LC_MESSAGES/docs/user/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Samurai Tomizo, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/about.po b/locale/ja/LC_MESSAGES/docs/user/introduction/about.po index 397add327..81b0fc80a 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/features.po b/locale/ja/LC_MESSAGES/docs/user/introduction/features.po index c645da5ed..aaa292da6 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/features.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # 雪 落 <875917559@qq.com>, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -90,8 +90,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" #: ../../docs/user/introduction/features.rst:35 @@ -101,15 +101,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -124,49 +124,48 @@ msgstr "" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 @@ -175,9 +174,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -243,12 +242,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -264,39 +263,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -304,25 +303,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -331,50 +329,45 @@ msgstr "インスタントセンド" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." msgstr "" #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -390,18 +383,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -410,41 +403,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -454,35 +445,34 @@ msgstr "" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." msgstr "" #: ../../docs/user/introduction/features.rst:284 @@ -491,38 +481,36 @@ msgstr "" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" #: ../../docs/user/introduction/features.rst:314 @@ -534,40 +522,40 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." msgstr "" #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." msgstr "" #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" #: ../../docs/user/introduction/features.rst:349 @@ -577,15 +565,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" #: ../../docs/user/introduction/features.rst:363 @@ -596,10 +584,10 @@ msgstr "" #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" #: ../../docs/user/introduction/features.rst:375 @@ -610,28 +598,26 @@ msgstr "" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/features.rst:401 @@ -643,28 +629,27 @@ msgid "Total coin emission" msgstr "" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" @@ -689,20 +674,18 @@ msgid "Block reward allocation" msgstr "" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -724,19 +707,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1121,13 +1103,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" #: ../../docs/user/introduction/features.rst:523 @@ -1136,43 +1117,40 @@ msgstr "" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:559 @@ -1181,19 +1159,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1206,35 +1183,34 @@ msgstr "" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1272,29 +1248,29 @@ msgstr "" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1304,52 +1280,51 @@ msgstr "" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" #: ../../docs/user/introduction/features.rst:675 @@ -1366,8 +1341,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" #: ../../docs/user/introduction/features.rst:681 @@ -1378,8 +1353,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" #: ../../docs/user/introduction/features.rst:688 @@ -1394,9 +1369,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" #: ../../docs/user/introduction/features.rst:704 @@ -1412,36 +1387,12 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" -msgstr "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 2017年6月28日" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "" - +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgstr "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 2017年6月28日" diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 2f0fe513c..5dc5e4f92 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/information.po b/locale/ja/LC_MESSAGES/docs/user/introduction/information.po index 627d5da94..8a98618e2 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/information.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # 雪 落 <875917559@qq.com>, 2022 # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -118,7 +118,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" #: ../../docs/user/introduction/information.rst:45 @@ -154,7 +155,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" #: ../../docs/user/introduction/information.rst:55 @@ -341,8 +343,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" #: ../../docs/user/introduction/information.rst:115 @@ -393,12 +395,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" #: ../../docs/user/introduction/information.rst:147 @@ -535,8 +538,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" @@ -589,7 +591,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -611,7 +614,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" #: ../../docs/user/introduction/information.rst:233 @@ -636,11 +640,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" #: ../../docs/user/introduction/information.rst:251 @@ -652,8 +656,8 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" #: ../../docs/user/introduction/information.rst:258 @@ -663,9 +667,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" #: ../../docs/user/introduction/information.rst:264 @@ -686,9 +690,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" #: ../../docs/user/introduction/information.rst:275 @@ -698,19 +702,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" #: ../../docs/user/introduction/information.rst:289 @@ -719,11 +722,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" #: ../../docs/user/introduction/information.rst:296 @@ -733,9 +735,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" #: ../../docs/user/introduction/information.rst:302 @@ -744,8 +746,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" #: ../../docs/user/introduction/information.rst:306 @@ -754,13 +756,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" #: ../../docs/user/introduction/information.rst:315 @@ -770,8 +772,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" #: ../../docs/user/introduction/information.rst:321 @@ -780,14 +782,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" #: ../../docs/user/introduction/information.rst:332 @@ -799,9 +801,9 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" #: ../../docs/user/introduction/information.rst:340 @@ -811,11 +813,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -824,13 +826,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" #: ../../docs/user/introduction/information.rst:358 @@ -839,9 +841,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" #: ../../docs/user/introduction/information.rst:363 @@ -852,8 +854,8 @@ msgstr "" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" #: ../../docs/user/introduction/information.rst:369 @@ -862,11 +864,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:376 @@ -881,12 +883,12 @@ msgstr "" msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" #: ../../docs/user/introduction/information.rst:388 @@ -896,9 +898,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" #: ../../docs/user/introduction/information.rst:394 @@ -908,15 +910,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" #: ../../docs/user/introduction/information.rst:406 @@ -927,8 +929,8 @@ msgstr "" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" #: ../../docs/user/introduction/information.rst:412 @@ -939,16 +941,16 @@ msgstr "" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" #: ../../docs/user/introduction/information.rst:426 @@ -956,17 +958,16 @@ msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -985,8 +986,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" #: ../../docs/user/introduction/information.rst:444 @@ -995,8 +996,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" #: ../../docs/user/introduction/information.rst:448 @@ -1005,8 +1006,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" #: ../../docs/user/introduction/information.rst:452 @@ -1025,10 +1026,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" #: ../../docs/user/introduction/information.rst:462 @@ -1037,12 +1037,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" #: ../../docs/user/introduction/information.rst:470 @@ -1061,14 +1061,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1077,9 +1076,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" #: ../../docs/user/introduction/information.rst:489 @@ -1088,12 +1087,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" #: ../../docs/user/introduction/information.rst:497 @@ -1102,11 +1101,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1116,8 +1115,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" #: ../../docs/user/introduction/information.rst:510 @@ -1126,8 +1125,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" #: ../../docs/user/introduction/information.rst:514 @@ -1136,12 +1135,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" #: ../../docs/user/introduction/information.rst:522 @@ -1151,20 +1150,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" #: ../../docs/user/introduction/information.rst:539 @@ -1174,10 +1173,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" #: ../../docs/user/introduction/information.rst:547 @@ -1188,12 +1187,12 @@ msgstr "" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" #: ../../docs/user/introduction/information.rst:558 @@ -1206,11 +1205,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" #: ../../docs/user/introduction/information.rst:569 @@ -1226,52 +1225,51 @@ msgstr "" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" #: ../../docs/user/introduction/information.rst:618 @@ -1281,13 +1279,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1296,13 +1294,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" #: ../../docs/user/introduction/information.rst:638 @@ -1311,10 +1309,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1323,17 +1321,17 @@ msgstr "" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" #: ../../docs/user/introduction/information.rst:658 @@ -1348,8 +1346,8 @@ msgstr "" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" #: ../../docs/user/introduction/information.rst:667 @@ -1369,12 +1367,11 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" #: ../../docs/user/introduction/information.rst:682 @@ -1383,9 +1380,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" #: ../../docs/user/introduction/information.rst:687 @@ -1395,14 +1392,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" #: ../../docs/user/introduction/information.rst:699 @@ -1411,10 +1408,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" #: ../../docs/user/introduction/information.rst:705 @@ -1423,8 +1420,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" #: ../../docs/user/introduction/information.rst:710 @@ -1433,12 +1430,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" #: ../../docs/user/introduction/information.rst:714 @@ -1453,12 +1451,12 @@ msgstr "" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/information.rst:725 @@ -1467,20 +1465,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" #: ../../docs/user/introduction/information.rst:739 @@ -1489,11 +1487,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:746 @@ -1522,16 +1520,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" #: ../../docs/user/introduction/information.rst:768 @@ -1541,9 +1539,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" #: ../../docs/user/introduction/information.rst:775 @@ -1552,11 +1550,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" #: ../../docs/user/introduction/information.rst:783 @@ -1565,8 +1563,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" #: ../../docs/user/introduction/information.rst:787 @@ -1575,8 +1573,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" #: ../../docs/user/introduction/information.rst:791 @@ -1593,11 +1591,11 @@ msgstr "インスタントセンド" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" #: ../../docs/user/introduction/information.rst:801 @@ -1606,11 +1604,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" #: ../../docs/user/introduction/information.rst:808 @@ -1620,13 +1617,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1635,9 +1632,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" #: ../../docs/user/introduction/information.rst:825 @@ -1652,10 +1649,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1672,14 +1669,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" #: ../../docs/user/introduction/information.rst:846 @@ -1688,9 +1684,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" #: ../../docs/user/introduction/information.rst:851 @@ -1699,11 +1695,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" #: ../../docs/user/introduction/information.rst:858 @@ -1712,10 +1708,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" #: ../../docs/user/introduction/information.rst:864 @@ -1736,15 +1732,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1753,13 +1748,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" #: ../../docs/user/introduction/information.rst:890 @@ -1769,8 +1764,8 @@ msgstr "プライベートセンド" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1779,11 +1774,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" #: ../../docs/user/introduction/information.rst:903 @@ -1792,16 +1786,16 @@ msgstr "" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" #: ../../docs/user/introduction/information.rst:916 @@ -1810,12 +1804,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" #: ../../docs/user/introduction/information.rst:924 @@ -1824,10 +1817,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" #: ../../docs/user/introduction/information.rst:931 @@ -1836,13 +1829,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" #: ../../docs/user/introduction/information.rst:940 @@ -1851,8 +1843,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" #: ../../docs/user/introduction/information.rst:944 @@ -1863,8 +1855,8 @@ msgstr "" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" #: ../../docs/user/introduction/information.rst:950 @@ -1873,9 +1865,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" #: ../../docs/user/introduction/information.rst:955 @@ -1895,12 +1887,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -1910,8 +1901,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" #: ../../docs/user/introduction/information.rst:972 @@ -1922,17 +1913,17 @@ msgstr "" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" #: ../../docs/user/introduction/information.rst:988 @@ -1941,8 +1932,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" #: ../../docs/user/introduction/information.rst:992 @@ -1960,9 +1951,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" #: ../../docs/user/introduction/information.rst:1001 @@ -1971,8 +1962,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" #: ../../docs/user/introduction/information.rst:1005 @@ -1981,12 +1972,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" @@ -1996,8 +1986,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:1018 @@ -2006,9 +1996,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" #: ../../docs/user/introduction/information.rst:1023 @@ -2017,8 +2007,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" @@ -2036,8 +2026,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" #: ../../docs/user/introduction/information.rst:1035 @@ -2046,8 +2036,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" #: ../../docs/user/introduction/information.rst:1039 @@ -2068,10 +2058,9 @@ msgstr "ホワイトペーパー" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" #: ../../docs/user/introduction/information.rst:1051 @@ -2080,8 +2069,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" #: ../../docs/user/introduction/information.rst:1055 @@ -2090,8 +2079,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" #: ../../docs/user/introduction/information.rst:1059 @@ -2100,10 +2089,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" #: ../../docs/user/introduction/information.rst:1065 @@ -2116,129 +2105,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po index 84cdd1947..33f4a73a0 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/legal.po b/locale/ja/LC_MESSAGES/docs/user/legal.po index 0c01bb84c..9e3696d23 100644 --- a/locale/ja/LC_MESSAGES/docs/user/legal.po +++ b/locale/ja/LC_MESSAGES/docs/user/legal.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/marketing.po b/locale/ja/LC_MESSAGES/docs/user/marketing.po index c292f46de..85cff1069 100644 --- a/locale/ja/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ja/LC_MESSAGES/docs/user/marketing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po index f83c89c56..7b612d4d5 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -38,11 +36,11 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" #: ../../docs/user/masternodes/hosting.rst:19 @@ -51,8 +49,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" #: ../../docs/user/masternodes/hosting.rst:26 @@ -74,7 +72,6 @@ msgid "Services: Hosting, Shares" msgstr "" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -200,7 +197,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -237,7 +233,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -361,8 +356,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -377,35 +372,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -415,76 +409,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po index c3388d677..20b4bc032 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" @@ -17,13 +17,13 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." msgstr "" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/maintenance.po index d6ea994e1..c99648847 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -37,11 +35,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -52,10 +50,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -64,10 +62,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -76,19 +74,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -104,7 +100,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -113,14 +110,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -133,21 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -157,14 +153,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -186,17 +182,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -213,8 +208,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -224,24 +219,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -252,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -274,20 +269,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -297,16 +292,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -330,8 +323,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -343,27 +336,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -373,9 +364,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -385,11 +376,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -398,8 +389,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -408,11 +398,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -422,13 +412,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -437,9 +427,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -448,13 +438,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -463,10 +453,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -494,8 +484,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -518,8 +508,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -529,9 +519,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -546,10 +536,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -586,38 +576,38 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -645,11 +635,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -663,11 +653,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -680,9 +669,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -696,8 +685,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -710,28 +699,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po index 656c16f36..b3623ab48 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: ja \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 @@ -58,35 +56,35 @@ msgstr "" msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 @@ -123,7 +121,8 @@ msgid "Vultr server hostname & label selection screen" msgstr "" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" #: ../../docs/user/masternodes/server-config.rst:87 @@ -146,13 +145,13 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 @@ -163,9 +162,9 @@ msgstr "" msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 @@ -174,9 +173,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" #: ../../docs/user/masternodes/server-config.rst:133 @@ -189,27 +188,27 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:163 @@ -218,8 +217,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:171 @@ -234,8 +233,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 @@ -245,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,15 +261,15 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:232 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +293,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +305,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +331,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 61a4e0ae0..97e76e7eb 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: ja \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,23 +33,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,17 +107,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 @@ -128,20 +126,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +148,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,23 +169,22 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 @@ -196,10 +193,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 @@ -208,16 +205,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +223,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,8 +253,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:172 @@ -266,36 +263,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +299,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +317,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +337,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,9 +356,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 @@ -377,19 +369,18 @@ msgstr "" msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,8 +397,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 @@ -428,8 +419,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:327 @@ -444,8 +435,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 @@ -470,35 +461,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:403 @@ -507,8 +497,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +507,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +546,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +563,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +583,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +618,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +628,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -692,8 +679,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +700,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +712,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +737,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +757,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +767,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +778,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +790,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +819,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +837,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +849,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +869,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +881,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +892,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +910,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +923,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +946,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +962,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +998,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1016,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1045,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,10 +1066,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 @@ -1093,173 +1078,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 171e9af0b..e3fd87897 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -34,8 +33,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -44,12 +43,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -58,9 +57,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -96,9 +95,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 @@ -107,10 +106,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -119,16 +118,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -137,46 +135,45 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -185,10 +182,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -197,9 +194,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -212,24 +209,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -238,8 +234,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -248,8 +244,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -258,36 +254,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -299,7 +293,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -308,8 +303,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -321,8 +316,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -334,9 +329,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -382,9 +377,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -393,21 +388,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -426,9 +420,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -437,8 +431,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -451,12 +444,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -466,13 +459,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -499,9 +492,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -510,8 +503,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -522,19 +515,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -553,17 +545,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -572,32 +564,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -609,33 +600,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -646,12 +635,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -662,20 +651,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -698,10 +687,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -727,13 +716,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -748,10 +737,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -760,24 +749,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -790,10 +779,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -820,16 +809,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -854,9 +843,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -880,8 +869,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -889,7 +878,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -929,7 +919,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -938,9 +929,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -949,8 +940,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -994,31 +985,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1026,7 +1016,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1075,22 +1066,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1104,406 +1094,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup.po index 66b3ac9c0..f37739585 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,22 +34,22 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -121,27 +119,26 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -150,46 +147,45 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -198,10 +194,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -210,9 +206,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -225,24 +221,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -251,8 +246,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -261,8 +256,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup.rst:170 @@ -271,36 +266,34 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -316,8 +309,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -327,15 +320,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -352,19 +345,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -381,8 +373,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -403,8 +395,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup.rst:289 @@ -419,8 +411,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -436,42 +428,42 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -490,9 +482,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -513,12 +505,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -528,44 +520,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -585,9 +576,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -596,8 +587,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -608,24 +599,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -638,22 +628,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -662,32 +652,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -699,33 +688,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -736,12 +723,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -752,20 +739,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -788,10 +775,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -817,13 +804,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -838,10 +825,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -850,31 +837,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -883,334 +870,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po index 575f2cd27..82bd3b1f0 100644 --- a/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ja/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -41,24 +39,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 @@ -67,63 +65,59 @@ msgid "" "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -132,9 +126,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 @@ -227,10 +221,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -238,58 +231,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -322,11 +314,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -339,50 +330,48 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/masternodes/understanding.rst:203 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 @@ -391,35 +380,34 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 @@ -429,21 +417,19 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -453,24 +439,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -484,18 +469,17 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -505,18 +489,18 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:296 msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -525,9 +509,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -588,8 +572,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" #: ../../docs/user/masternodes/understanding.rst:329 @@ -598,254 +582,11 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Anyone can run a masternode. The " -#~ "objective is to have enough " -#~ "decentralization to ensure that no " -#~ "single person controls a significant " -#~ "fraction of the masternodes. However, to" -#~ " avoid bloating the network with " -#~ "unnecessary masternodes or encouraging " -#~ "reckless operators, there is one " -#~ "condition that needs to be fulfilled:" -#~ " proof of ownership of 1000 Dash. " -#~ "The coins don't need to be in " -#~ "the masternode, but they need to " -#~ "be kept in a certain way that " -#~ "is transparent to the entire network." -#~ " If the owner moves or spends " -#~ "those coins, the masternode stops " -#~ "working and payment ceases." -#~ msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "In short, miners power the first " -#~ "tier, which is the basic sending " -#~ "and receiving of funds and prevention" -#~ " of doublespending. Masternodes power the" -#~ " second tier, which provide the added" -#~ " features that make Dash different " -#~ "from other cryptocurrencies. Masternodes do" -#~ " not mine, and mining computers " -#~ "cannot serve as masternodes. Additionally, " -#~ "each masternode is “secured” by 1000 " -#~ "DASH. Those DASH remain under the " -#~ "sole control of their owner at all" -#~ " times, and can still be freely " -#~ "spent. The funds are not locked in" -#~ " any way. However, if the funds " -#~ "are moved or spent, the associated " -#~ "masternode will go offline and stop " -#~ "receiving rewards." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "1000 Dash: Arguably the hardest part." -#~ " Dash can be obtained from exchanges" -#~ " such as Poloniex, Bittrex, Kraken " -#~ "and LiveCoin. Shapeshift's service is " -#~ "also an excellent way." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "EvoNode Payment Logic" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/mining/index.po b/locale/ja/LC_MESSAGES/docs/user/mining/index.po index 13371b3f8..b591a2a27 100644 --- a/locale/ja/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/mining/index.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -35,39 +33,37 @@ msgstr "" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" #: ../../docs/user/mining/index.rst:39 @@ -99,48 +95,45 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." msgstr "" #: ../../docs/user/mining/index.rst:87 @@ -150,11 +143,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" #: ../../docs/user/mining/index.rst:97 @@ -163,12 +156,12 @@ msgstr "" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -229,19 +222,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" #: ../../docs/user/mining/index.rst:143 @@ -250,21 +242,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -299,10 +291,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -312,8 +303,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -327,11 +318,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -344,18 +335,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -375,7 +366,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -400,9 +392,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -412,13 +404,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -431,20 +423,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -455,29 +447,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -488,11 +478,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -508,19 +498,20 @@ msgid "**NVIDIA**" msgstr "" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -529,12 +520,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -545,8 +535,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -555,8 +545,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -565,8 +554,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -579,24 +568,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -605,27 +594,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -704,8 +693,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -738,8 +726,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1021,7 +1009,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1039,21 +1028,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/ja/LC_MESSAGES/docs/user/mining/p2pool.po index 399261877..8130f5585 100644 --- a/locale/ja/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/ja/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/mining/pools.po b/locale/ja/LC_MESSAGES/docs/user/mining/pools.po index bd5d77715..fc20ef925 100644 --- a/locale/ja/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ja/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po index 79afa2ee7..9afd6b3f1 100644 --- a/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: ja \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -81,8 +79,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -96,17 +94,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +121,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +140,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +160,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +185,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +200,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +216,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +262,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +287,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +300,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +355,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +368,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/ja/LC_MESSAGES/docs/user/network/electrumx-server.po index c0387cb73..281509faf 100644 --- a/locale/ja/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ja/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 48c7185b9..dd8691247 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -39,16 +37,15 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -57,11 +54,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -74,20 +71,20 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -98,10 +95,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -114,22 +111,21 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:124 @@ -142,11 +138,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:143 @@ -164,11 +160,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:167 @@ -187,9 +183,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -198,8 +194,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -208,8 +203,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -226,8 +221,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -246,8 +241,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -256,8 +251,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -281,7 +276,8 @@ msgid "Show disclaimer" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -291,8 +287,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:220 @@ -302,8 +298,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -316,8 +312,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -326,9 +322,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -337,8 +333,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 5581ee41c..08e0d2b9b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/index.po index 8649628d2..57557668a 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/ja/LC_MESSAGES/docs/user/wallets/android/installation.po index 0b28bdbd6..66e10fd86 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "" @@ -37,8 +35,8 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" #: ../../docs/user/wallets/android/installation.rst:21 @@ -47,18 +45,18 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" #: ../../docs/user/wallets/android/installation.rst:31 @@ -76,9 +74,9 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" #: ../../docs/user/wallets/android/installation.rst:39 @@ -89,17 +87,16 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" #: ../../docs/user/wallets/android/installation.rst:54 @@ -122,21 +119,21 @@ msgstr "" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:97 @@ -144,30 +141,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 2bc5050a4..9f6d104e4 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -41,31 +39,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -78,8 +74,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -92,8 +88,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -120,10 +116,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -151,9 +147,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -162,8 +158,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -180,10 +176,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -192,17 +188,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -211,13 +207,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -268,16 +264,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -300,38 +296,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -340,10 +335,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -366,8 +361,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -392,13 +387,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -418,30 +412,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -450,10 +444,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -476,8 +469,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -506,18 +498,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -526,8 +517,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -540,9 +531,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -555,9 +546,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -566,8 +557,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -576,21 +567,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -599,11 +590,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -613,11 +604,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -638,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -651,13 +641,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -678,12 +667,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -696,80 +685,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index d50653381..123beae23 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 7ccf2852d..3156324b8 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -95,9 +93,7 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -108,8 +104,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -119,8 +115,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -145,68 +141,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index a5b26f475..ade35f0ea 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 8c52e4758..3879b1ef3 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 2099df29e..78b0d8a8b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "" @@ -33,9 +31,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -55,18 +53,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -83,15 +81,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -130,10 +128,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 @@ -142,9 +140,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -154,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 @@ -165,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 @@ -181,9 +179,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 @@ -195,8 +193,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 @@ -215,10 +213,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -238,19 +235,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 @@ -274,8 +271,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -300,120 +297,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 0d39e8add..539d4fae9 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "" @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -55,10 +53,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -68,16 +66,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -115,8 +114,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" @@ -126,8 +125,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 @@ -136,14 +135,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 @@ -153,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 @@ -164,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 @@ -180,8 +179,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 @@ -193,8 +192,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 @@ -212,19 +211,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 @@ -249,8 +248,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -271,10 +270,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 @@ -284,41 +283,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "Once Dash Core is successfully installed" -#~ " and started, you will see the " -#~ "wallet overview screen. You will notice" -#~ " that the wallet is “out of " -#~ "sync”, and the status bar at the" -#~ " bottom of the window will show " -#~ "the synchronization progress." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 0047c7e2e..0ca0f9cf6 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "" @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -55,25 +53,23 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 @@ -83,15 +79,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -110,10 +106,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -122,10 +118,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -135,9 +131,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -158,9 +153,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 @@ -205,13 +200,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 @@ -220,9 +214,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 @@ -236,9 +230,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 @@ -250,8 +244,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 @@ -269,19 +263,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 @@ -306,8 +300,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -328,10 +322,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 @@ -341,126 +335,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Windows is 32 or 64 bit, " -#~ "you can check in Windows 10 under" -#~ " **Start > Settings > System > " -#~ "About**. For details on how to " -#~ "check this in other versions of " -#~ "Windows, see `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "In Windows Settings, click System" -#~ msgstr "" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 1e6299933..f297c7907 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" msgstr "" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index b2d43a5f4..cdd41884b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" @@ -33,11 +31,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:18 @@ -74,8 +72,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:38 @@ -92,8 +90,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 @@ -102,8 +100,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -112,8 +110,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:51 @@ -123,8 +121,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:58 @@ -151,8 +149,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:76 @@ -189,9 +187,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -202,10 +200,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -233,20 +231,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -260,11 +257,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -278,9 +274,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -293,9 +289,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -319,12 +315,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 @@ -333,8 +328,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:194 @@ -355,8 +350,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:203 @@ -365,30 +360,28 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -407,8 +400,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:254 @@ -421,8 +414,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." @@ -435,8 +428,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:273 @@ -445,11 +438,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:278 @@ -458,9 +451,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:284 @@ -469,11 +462,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -484,8 +476,8 @@ msgstr "" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -494,14 +486,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:303 @@ -512,9 +504,9 @@ msgstr "" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -528,15 +520,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -545,10 +536,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -557,10 +548,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -569,14 +560,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:352 @@ -585,9 +575,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -596,8 +586,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -610,9 +600,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -622,8 +612,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -647,10 +637,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -659,11 +649,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -672,10 +662,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -696,12 +686,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:429 @@ -710,11 +700,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:436 @@ -725,9 +714,9 @@ msgstr "" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:443 @@ -736,10 +725,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -773,9 +762,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:469 @@ -784,9 +773,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:477 @@ -794,14 +783,13 @@ msgid "Third party transaction URLs" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:480 @@ -810,8 +798,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -824,9 +812,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -871,8 +859,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:523 @@ -881,8 +869,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -900,9 +888,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:536 @@ -911,8 +899,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:539 @@ -922,9 +910,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -939,9 +927,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -954,10 +942,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:576 @@ -970,9 +957,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:588 @@ -986,10 +973,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:599 @@ -998,8 +985,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1009,12 +996,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1024,9 +1011,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:619 @@ -1036,37 +1023,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index e69055306..6cd3d97c0 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index dabdc37ee..c64d2a3d1 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 05f54ee21..654dc1a90 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/index.po index 11e40d721..6fd995c98 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/installation.po index cd6044c21..2bf39f3b0 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/security.po index fec23538c..11510ee5f 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index be1ad9a6e..60447a2ae 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/ja/LC_MESSAGES/docs/user/wallets/hardware.po index c54e2de7d..50bf8ba11 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-hardware.po index 956c6d0f0..37bd9cb9d 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-paper.po index b87ba5830..079f5f7aa 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-text.po index af2fdad55..3ef575857 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-third-party.po index b5078d4ce..66543fc70 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index-web.po index fafa2b2a6..ca966840c 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/index.po index 42dd36482..a78c8503a 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 137949a34..32e47b575 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -41,10 +39,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -91,8 +89,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -127,4 +125,3 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 44a0ef0b5..4861b5f6e 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/index.po index 3f825c929..e67f5e626 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/installation.po index 89b3fb483..e11a03527 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/paper.po b/locale/ja/LC_MESSAGES/docs/user/wallets/paper.po index d048c9d23..eeb1fd1c6 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/ja/LC_MESSAGES/docs/user/wallets/recovery.po index fa48b20c3..11d5ab989 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" #: ../../docs/user/wallets/recovery.rst:9 @@ -34,11 +33,11 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" #: ../../docs/user/wallets/recovery.rst:20 @@ -49,9 +48,9 @@ msgstr "" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" #: ../../docs/user/wallets/recovery.rst:28 @@ -70,15 +69,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" #: ../../docs/user/wallets/recovery.rst:37 @@ -89,8 +88,8 @@ msgstr "" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" #: ../../docs/user/wallets/recovery.rst:40 @@ -117,21 +116,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" #: ../../docs/user/wallets/recovery.rst:55 @@ -147,13 +146,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -164,14 +162,13 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" #: ../../docs/user/wallets/recovery.rst:91 @@ -196,8 +193,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:95 @@ -210,8 +207,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -223,20 +220,21 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" #: ../../docs/user/wallets/recovery.rst:107 @@ -282,21 +280,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -305,12 +303,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -319,29 +317,28 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -357,8 +354,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" #: ../../docs/user/wallets/recovery.rst:189 @@ -367,23 +364,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -399,20 +396,20 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -425,14 +422,14 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" #: ../../docs/user/wallets/recovery.rst:274 @@ -451,15 +448,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" #: ../../docs/user/wallets/recovery.rst:286 @@ -473,15 +470,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" #: ../../docs/user/wallets/recovery.rst:304 @@ -497,13 +494,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" #: ../../docs/user/wallets/recovery.rst:319 @@ -556,24 +552,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -582,12 +577,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -607,24 +602,24 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" #: ../../docs/user/wallets/recovery.rst:399 @@ -633,16 +628,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" #: ../../docs/user/wallets/recovery.rst:412 @@ -652,10 +646,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "" - -#~ msgid "" -#~ "`Ledger Nano S `_" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/signing.po b/locale/ja/LC_MESSAGES/docs/user/wallets/signing.po index 87a9a616b..0a4f0240b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/text.po b/locale/ja/LC_MESSAGES/docs/user/wallets/text.po index 0a52c036d..d9dcb3927 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po index ef70e67d3..b5c2e2a4f 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -37,12 +35,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" @@ -57,8 +55,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -81,9 +79,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -129,22 +127,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -163,11 +160,10 @@ msgstr "" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" #: ../../docs/user/wallets/third-party.rst:131 @@ -199,21 +195,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" @@ -233,11 +227,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" #: ../../docs/user/wallets/third-party.rst:206 @@ -247,11 +241,10 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -275,20 +268,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -338,16 +329,15 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -374,8 +364,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -399,17 +389,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -421,14 +411,14 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:362 @@ -445,36 +435,35 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:410 @@ -536,26 +525,25 @@ msgstr "" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" #: ../../docs/user/wallets/third-party.rst:495 @@ -572,23 +560,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -605,9 +592,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -620,9 +607,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -639,10 +625,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -655,8 +640,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -673,28 +658,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -712,332 +695,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "" - -#~ msgid "Evercoin" -#~ msgstr "" - -#~ msgid "https://evercoin.com" -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "" - -#~ msgid "Jaxx" -#~ msgstr "" - -#~ msgid "https://jaxx.io" -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "" - -#~ msgid "https://paytomat.com" -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "" - diff --git a/locale/ja/LC_MESSAGES/docs/user/wallets/web.po b/locale/ja/LC_MESSAGES/docs/user/wallets/web.po index 527914164..b1fdcf974 100644 --- a/locale/ja/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ja/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/ja/LC_MESSAGES/index.po b/locale/ja/LC_MESSAGES/index.po index 4607d514a..5e1b3be67 100644 --- a/locale/ja/LC_MESSAGES/index.po +++ b/locale/ja/LC_MESSAGES/index.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Samurai Tomizo, 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Samurai Tomizo, 2018\n" -"Language: ja\n" -"Language-Team: Japanese (https://www.transifex.com/dash/teams/37570/ja/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -43,30 +43,28 @@ msgstr "Dashドキュメント" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -75,8 +73,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -89,8 +87,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -103,17 +101,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ko/LC_MESSAGES/docs/user/developers/compiling.po index 60c4956c4..9df044b62 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: hanukoon , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/index.po b/locale/ko/LC_MESSAGES/docs/user/developers/index.po index a64f88c21..331d865b9 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/index.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,20 +10,18 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -37,28 +35,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -72,14 +70,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" #: ../../docs/user/developers/index.rst:53 @@ -93,22 +91,3 @@ msgstr "" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/insight.po b/locale/ko/LC_MESSAGES/docs/user/developers/insight.po index 6a4ebe58d..7557bf821 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/insight.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -39,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -85,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -96,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po index 680ac95e1..361954f53 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -35,8 +33,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -76,11 +74,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -93,10 +90,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -128,9 +125,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -153,9 +150,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -182,18 +179,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -214,9 +210,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -242,15 +237,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 @@ -271,17 +266,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -293,8 +288,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" #: ../../docs/user/developers/integration-apis.rst:179 @@ -307,8 +301,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -316,8 +310,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -327,17 +321,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -348,15 +341,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/ko/LC_MESSAGES/docs/user/developers/integration-sdks.po index 76000da7f..e93797a05 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,23 +10,21 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -36,10 +34,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -53,10 +51,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -112,9 +110,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -166,8 +163,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -199,8 +196,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" @@ -231,9 +228,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -254,11 +251,11 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -276,7 +273,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -298,10 +296,3 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/integration.po b/locale/ko/LC_MESSAGES/docs/user/developers/integration.po index cf84408e8..26f16e160 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/integration.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Yujin Joe , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -44,10 +44,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -56,21 +56,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -91,16 +91,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -110,14 +109,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -128,7 +127,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -160,9 +160,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -172,26 +172,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -292,48 +291,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -348,36 +346,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -387,9 +384,9 @@ msgstr "" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -397,7 +394,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" #: ../../docs/user/developers/integration.rst:178 @@ -409,10 +407,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -422,10 +420,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -436,16 +434,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -479,8 +477,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -489,29 +487,27 @@ msgstr "" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -535,8 +531,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" @@ -548,8 +544,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -579,19 +574,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -600,9 +594,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 @@ -617,17 +610,17 @@ msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -644,19 +637,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -691,7 +684,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -699,133 +693,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ko/LC_MESSAGES/docs/user/developers/sporks.po index 5b9775936..00ed79f06 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/sporks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Yujin Joe , 2023\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ko/LC_MESSAGES/docs/user/developers/testnet.po index d25617e02..66a4ca477 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Yujin Joe , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,21 +14,19 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -39,12 +38,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:18 @@ -53,8 +52,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" #: ../../docs/user/developers/testnet.rst:21 @@ -67,8 +66,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" #: ../../docs/user/developers/testnet.rst:25 @@ -77,8 +76,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" #: ../../docs/user/developers/testnet.rst:32 @@ -87,10 +86,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -100,9 +99,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -167,8 +166,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" #: ../../docs/user/developers/testnet.rst:75 @@ -191,17 +189,17 @@ msgstr "마스터노드(Masternodes)" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -212,8 +210,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" #: ../../docs/user/developers/testnet.rst:94 @@ -224,9 +222,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -237,23 +235,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -262,12 +259,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -351,11 +348,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -388,12 +385,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -431,11 +428,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -480,12 +477,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -532,12 +529,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -560,8 +557,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" #: ../../docs/user/developers/testnet.rst:266 @@ -587,24 +584,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/developers/translating.po b/locale/ko/LC_MESSAGES/docs/user/developers/translating.po index 790bdebf5..078536512 100644 --- a/locale/ko/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ko/LC_MESSAGES/docs/user/developers/translating.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Rina L , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/earning-spending.po b/locale/ko/LC_MESSAGES/docs/user/earning-spending.po index 223b93ca4..8ccb555a4 100644 --- a/locale/ko/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ko/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/ko/LC_MESSAGES/docs/user/governance/eight-steps.po index dda084ac9..e65e82b15 100644 --- a/locale/ko/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ko/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/governance/index.po b/locale/ko/LC_MESSAGES/docs/user/governance/index.po index 7cb32687f..8503f9a8a 100644 --- a/locale/ko/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Rina L , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/governance/understanding.po b/locale/ko/LC_MESSAGES/docs/user/governance/understanding.po index fe17ba573..9e314017b 100644 --- a/locale/ko/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ko/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/governance/using.po b/locale/ko/LC_MESSAGES/docs/user/governance/using.po index 1fae27f65..a4c820c50 100644 --- a/locale/ko/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ko/LC_MESSAGES/docs/user/governance/using.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,20 +10,18 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -34,8 +32,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -76,8 +74,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -109,27 +107,25 @@ msgid "Budgets" msgstr "" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -149,8 +145,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" #: ../../docs/user/governance/using.rst:64 @@ -184,26 +180,23 @@ msgid "" msgstr "" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" #: ../../docs/user/governance/using.rst:86 @@ -213,8 +206,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" #: ../../docs/user/governance/using.rst:92 @@ -235,11 +228,11 @@ msgstr "" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" #: ../../docs/user/governance/using.rst:108 @@ -359,10 +352,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" #: ../../docs/user/governance/using.rst:150 @@ -375,19 +368,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -396,37 +389,36 @@ msgstr "" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" #: ../../docs/user/governance/using.rst:213 @@ -435,10 +427,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" #: ../../docs/user/governance/using.rst:221 @@ -453,8 +445,8 @@ msgstr "" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" @@ -465,8 +457,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -487,12 +479,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -518,18 +509,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -542,8 +533,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -568,17 +558,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -586,7 +578,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -597,8 +590,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -607,20 +600,20 @@ msgstr "" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -649,25 +642,24 @@ msgstr "" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." msgstr "" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" #: ../../docs/user/governance/using.rst:382 @@ -681,12 +673,12 @@ msgstr "" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" #: ../../docs/user/governance/using.rst:398 @@ -699,19 +691,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -725,8 +717,8 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -751,32 +743,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/index.po b/locale/ko/LC_MESSAGES/docs/user/index.po index 7db165f6e..a6d7a6896 100644 --- a/locale/ko/LC_MESSAGES/docs/user/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Rina L , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/about.po b/locale/ko/LC_MESSAGES/docs/user/introduction/about.po index 5771dc1ab..318360bc0 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/about.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/features.po b/locale/ko/LC_MESSAGES/docs/user/introduction/features.po index 7aaa1d97d..936bdc940 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/features.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Yujin Joe , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -90,8 +90,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "블록체인에 의한 분산화된 거버넌스를 통해 마스터노드 소유자가 예산 제안서와 대시에 영향을 미치는 결정에 투표를 진행" #: ../../docs/user/introduction/features.rst:35 @@ -101,15 +101,15 @@ msgstr "마스터노드(Masternodes)" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -124,61 +124,59 @@ msgstr "**인스턴트샌드** 를 통해 즉각적인 거래가 가능합니다 #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "**대시 에볼루션** 은 암호화폐 사용을 페이팔 사용만큼 쉽게 만들 것입니다." #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "마스터노드(Masternodes)" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -186,9 +184,8 @@ msgid "Masternode" msgstr "" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "마스터노드(Masternodes)" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -245,12 +242,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -266,39 +263,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -306,25 +303,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -333,58 +329,52 @@ msgstr "인스턴트샌드(InstantSend)" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" -"전통적으로 분산화된 암호화폐는 충분한 양의 블록이 통과하도록 일정 시간을 기다려야 합니다. 이로써 거래를 되돌릴 수 없으며, 다른 " -"곳에서 지출된 금액을 이중 지출 하지 않도록 확실히 할 수 있습니다. 이러한 과정에서 일반적으로 약 6개의 블록이 누적되며 시간은 " -"15분에서 1시간이 소요됩니다. 다른 암호화폐의 경우 이러한 거래 속도를 향상시키기 위해 네트워크 상에서 다양한 수준으로 중앙화된 " -"권한을 사용합니다." +"전통적으로 분산화된 암호화폐는 충분한 양의 블록이 통과하도록 일정 시간을 기다려야 합니다. 이로써 거래를 되돌릴 수 없으며, 다른 곳에서" +" 지출된 금액을 이중 지출 하지 않도록 확실히 할 수 있습니다. 이러한 과정에서 일반적으로 약 6개의 블록이 누적되며 시간은 15분에서 " +"1시간이 소요됩니다. 다른 암호화폐의 경우 이러한 거래 속도를 향상시키기 위해 네트워크 상에서 다양한 수준으로 중앙화된 권한을 " +"사용합니다." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "" -"인스턴트샌드 기술은 대시와 같은 암호화폐가 중앙화된 권력에 의지하지 않고도 POS(Point-on-Sale)가 필요한 환경에서 " -"사용되도록 신용카드와 같이 거의 즉각적인 거래 시스템을 구축할 수 있도록 도와줍니다. 대시와 인스턴트샌드를 수락하는 다양한 " -"판매자들은 (비트코인처럼) 한 시간 가까이 지속될 수 있는 거래 확인 시간을 수 초로 줄임으로써 암호화폐를 혁명적으로 사용할 수 " -"있습니다." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"인스턴트샌드 기술은 대시와 같은 암호화폐가 중앙화된 권력에 의지하지 않고도 POS(Point-on-Sale)가 필요한 환경에서 사용되도록" +" 신용카드와 같이 거의 즉각적인 거래 시스템을 구축할 수 있도록 도와줍니다. 대시와 인스턴트샌드를 수락하는 다양한 판매자들은 " +"(비트코인처럼) 한 시간 가까이 지속될 수 있는 거래 확인 시간을 수 초로 줄임으로써 암호화폐를 혁명적으로 사용할 수 있습니다." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -392,8 +382,8 @@ msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" -"**대시 '인스턴트샌드'가 어떻게 이중 지출로부터 판매자들을 보호하는가**, 대시 디테일드 by 아만다 B. 존슨, 2016년 9월" -" 16일" +"**대시 '인스턴트샌드'가 어떻게 이중 지출로부터 판매자들을 보호하는가**, 대시 디테일드 by 아만다 B. 존슨, 2016년 9월 " +"16일" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" @@ -402,18 +392,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -422,41 +412,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -466,49 +454,48 @@ msgstr "스포크(Sporks)" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" "2014년 6월에 업데이트된 'RC3'와 관련하여 예측하지 못한 이슈에 대응하기 위해 대시 개발 팀은 새로운 매커니즘을 개발하고 " -"네트워크에 업데이트된 코드를 선보였으나 즉시 활성화시키지는 않았습니다. 이 혁신은 전통적인 하드 포크 패러다임이나 라이브 네트워크 " -"환경의 테스트 데이터 콜렉션에 비하여 훨씬 부드러운 전환을 가능하게 합니다. 이 다단계 포크 과정은 원래 '소프트 포크'라고 " -"불렸으나 대시 커뮤니티에서는 애정을 가지고 '스포크'라는 이름을 덧붙였으며 현재는 이 스포크로 고정되었습니다." +"네트워크에 업데이트된 코드를 선보였으나 즉시 활성화시키지는 않았습니다. 이 혁신은 전통적인 하드 포크 패러다임이나 라이브 네트워크 환경의" +" 테스트 데이터 콜렉션에 비하여 훨씬 부드러운 전환을 가능하게 합니다. 이 다단계 포크 과정은 원래 '소프트 포크'라고 불렸으나 대시 " +"커뮤니티에서는 애정을 가지고 '스포크'라는 이름을 덧붙였으며 현재는 이 스포크로 고정되었습니다." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." -msgstr "" -"대시의 새로운 기능 혹은 버전은 메인 네트워크에 선보이기 전에 테스트넷에서 매우 긴 테스트를 통과합니다. 이 대시의 새로운 기능 " -"혹은 버전이 메인넷에 출시되면, 사용자에게 이와 같은 변경을 알리고 클라이언트를 업데이트하라는 정보성 메시지가 전달됩니다. 그러나 " -"클라이어트를 업데이트하고 새로운 코드를 작동시킨다고 하더라도 네트워크 참여자들이 이 업데이트에 관한 컨센서스에 도달하기 " -"전까지(일반적으로 80%) 이 새로운 버전은 작동하지 않습니다. 새로운 코드와 관련하여 에러가 발생하는 경우 클라이언트의 블록은 " -"네트워크에 의해 거부되지 않으며 의도적이지 않은 포크는 차단됩니다. 이후 에러에 관한 데이터가 수집되어 개발 팀에 전달됩니다. 개발" -" 팀이 메인넷 상에서 새로운 코드의 안정성을 승인하고 네트워크가 컨센서스에 도달하면, 업데이트된 코드의 집행이 코어 개발 팀 내 " -"다수의 멤버들이 각자의 프라이빗 키로 네트워크 메시지에 서명함으로써 원격으로 활성화됩니다. 만일 문제가 발생하는 경우, 네트워크 " -"전체가 회귀하거나 클라이언트를 업데이트할 필요 없이 같은 방식으로 코드가 비활성화될 수 있습니다. 각각의 스포크에 대한 기술적인 " -"세부 사항은 :ref:`이곳 `\\ 에서 확인하십시오." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." +msgstr "" +"대시의 새로운 기능 혹은 버전은 메인 네트워크에 선보이기 전에 테스트넷에서 매우 긴 테스트를 통과합니다. 이 대시의 새로운 기능 혹은 " +"버전이 메인넷에 출시되면, 사용자에게 이와 같은 변경을 알리고 클라이언트를 업데이트하라는 정보성 메시지가 전달됩니다. 그러나 클라이어트를" +" 업데이트하고 새로운 코드를 작동시킨다고 하더라도 네트워크 참여자들이 이 업데이트에 관한 컨센서스에 도달하기 전까지(일반적으로 80%) " +"이 새로운 버전은 작동하지 않습니다. 새로운 코드와 관련하여 에러가 발생하는 경우 클라이언트의 블록은 네트워크에 의해 거부되지 않으며 " +"의도적이지 않은 포크는 차단됩니다. 이후 에러에 관한 데이터가 수집되어 개발 팀에 전달됩니다. 개발 팀이 메인넷 상에서 새로운 코드의 " +"안정성을 승인하고 네트워크가 컨센서스에 도달하면, 업데이트된 코드의 집행이 코어 개발 팀 내 다수의 멤버들이 각자의 프라이빗 키로 " +"네트워크 메시지에 서명함으로써 원격으로 활성화됩니다. 만일 문제가 발생하는 경우, 네트워크 전체가 회귀하거나 클라이언트를 업데이트할 필요" +" 없이 같은 방식으로 코드가 비활성화될 수 있습니다. 각각의 스포크에 대한 기술적인 세부 사항은 :ref:`이곳 " +"`\\ 에서 확인하십시오." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" @@ -516,53 +503,51 @@ msgstr "X11 해시 알고리즘(X11 Hash Algorithm)" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." -msgstr "" -"X11은 대시 코어 개발자인 에반 듀필드에 의해 만들어졌으며 널리 사용되는 해싱 알고리즘입니다. X11의 체인 해싱 알고리즘은 작업" -" 증명을 위한 11개의 과학적 해싱 알고리즘 시퀀스를 활용합니다. 이로써 분배 과정을 공정하게 처리하고 코인은 비트코인의 초기 " -"방식에 보다 가깝게 분배됩니다. X11은 대시용 ASIC을 만들기 어렵도록 설계되었으며, 이로써 중앙화된 채굴 방식이 위협적으로 " -"변화할 때까지 개발에 충분한 시간을 제공할 수 있습니다. 이 접근 방식은 크게 성공적이었습니다. 2016년 초 현재 X11용 " -"ASIC이 존재하며 네트워크 해시 레이트의 상당수를 차지하지만 비트코인에 나타나는 바와 같은 수준의 중앙화는 진행되지 않고 " -"있습니다. X11 채굴에 관한 정보는 이 문서의 :ref:`채굴 ` 항목에서 확인하실 수 있습니다." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." +msgstr "" +"X11은 대시 코어 개발자인 에반 듀필드에 의해 만들어졌으며 널리 사용되는 해싱 알고리즘입니다. X11의 체인 해싱 알고리즘은 작업 " +"증명을 위한 11개의 과학적 해싱 알고리즘 시퀀스를 활용합니다. 이로써 분배 과정을 공정하게 처리하고 코인은 비트코인의 초기 방식에 보다" +" 가깝게 분배됩니다. X11은 대시용 ASIC을 만들기 어렵도록 설계되었으며, 이로써 중앙화된 채굴 방식이 위협적으로 변화할 때까지 " +"개발에 충분한 시간을 제공할 수 있습니다. 이 접근 방식은 크게 성공적이었습니다. 2016년 초 현재 X11용 ASIC이 존재하며 " +"네트워크 해시 레이트의 상당수를 차지하지만 비트코인에 나타나는 바와 같은 수준의 중앙화는 진행되지 않고 있습니다. X11 채굴에 관한 " +"정보는 이 문서의 :ref:`채굴 ` 항목에서 확인하실 수 있습니다." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" -"X11은 대시(2014년 1월 'Xcoin'으로 런칭)에 소개된 체인 작업 증명(Proof-of-Work, **PoW**) " -"알고리즘의 이름입니다. 이는 부분적으로 쿼크의 체인 해싱 접근 방식에 영감을 받았으며, 해시의 숫자를 증가시킴으로써 " -"'뎁스Depth'와 복잡성을 추가하였습니다. 그러나 이는 일부 해시가 무작위로 선택되는 대신 해시의 라운드가 *연역적으로* " -"결정되어있다는 점에서 쿼크와는 차이점을 보입니다." +"X11은 대시(2014년 1월 'Xcoin'으로 런칭)에 소개된 체인 작업 증명(Proof-of-Work, **PoW**) 알고리즘의 " +"이름입니다. 이는 부분적으로 쿼크의 체인 해싱 접근 방식에 영감을 받았으며, 해시의 숫자를 증가시킴으로써 '뎁스Depth'와 복잡성을 " +"추가하였습니다. 그러나 이는 일부 해시가 무작위로 선택되는 대신 해시의 라운드가 *연역적으로* 결정되어있다는 점에서 쿼크와는 차이점을 " +"보입니다." #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" "X11 알고리즘은 11개의 다양한 해시(blake, bmw, groestl, jh, keccak, skein, luffa, " -"cubehash, shavite, simd, echo)의 다중 라운드를 사용하며, 이로써 현대 암호화폐에서 사용되는 가장 안전하고 " -"정교한 암호학 해시 중 하나가 되었습니다. X11라는 이름은 UNIX와 같은 운영 시스템과 공통점을 가진 오픈 소스 X11 윈도우 " -"시스템과는 관련이 없습니다." +"cubehash, shavite, simd, echo)의 다중 라운드를 사용하며, 이로써 현대 암호화폐에서 사용되는 가장 안전하고 정교한" +" 암호학 해시 중 하나가 되었습니다. X11라는 이름은 UNIX와 같은 운영 시스템과 공통점을 가진 오픈 소스 X11 윈도우 시스템과는 " +"관련이 없습니다." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -573,55 +558,55 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." msgstr "" -"체인 알고리즘의 증가된 복잡성과 정교함은 SPOF(Single Point Of Failure)와 같은 보안 위험에 대한 보호를 " -"제공하지 않는 단일 해시 PoW와 비교할 때 향상된 보안을 제공하며 디지털 통화의 불확실성을 줄여줍니다. 예컨대, SHA256 " -"해시를 '돌파'할 가능성이 있으나 개연성이 없는 컴퓨팅 돌파구는 해당 네트워크가 또 다른 암호학적 해시로 하드포크 함으로써 전환되기" -" 전 까지는 전체 블록체인 네트워크를 위태롭게 할 수 있습니다." +"체인 알고리즘의 증가된 복잡성과 정교함은 SPOF(Single Point Of Failure)와 같은 보안 위험에 대한 보호를 제공하지 " +"않는 단일 해시 PoW와 비교할 때 향상된 보안을 제공하며 디지털 통화의 불확실성을 줄여줍니다. 예컨대, SHA256 해시를 '돌파'할 " +"가능성이 있으나 개연성이 없는 컴퓨팅 돌파구는 해당 네트워크가 또 다른 암호학적 해시로 하드포크 함으로써 전환되기 전 까지는 전체 " +"블록체인 네트워크를 위태롭게 할 수 있습니다." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" "유사한 컴퓨팅 돌파구가 발생하는 경우, 모든 열 한 개의 해시가 동시에 충돌하지 않는 한, X11 PoW를 사용하는 디지털 통화는 " -"계속해서 안전하게 작동합니다. 이들 열 한 개의 해시 중 일부를 신뢰할 수 없는 것으로 입증된 경우에도 X11을 사용하는 통화에 " -"충분한 경고를 제공하여 문제가 되는 해시를 측정하고 더욱 신뢰할 수 있는 해싱 알고리즘으로 교체할 수 있습니다." +"계속해서 안전하게 작동합니다. 이들 열 한 개의 해시 중 일부를 신뢰할 수 없는 것으로 입증된 경우에도 X11을 사용하는 통화에 충분한 " +"경고를 제공하여 문제가 되는 해시를 측정하고 더욱 신뢰할 수 있는 해싱 알고리즘으로 교체할 수 있습니다." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." msgstr "" -"디지털 통화의 투기적 성격 및 새로운 분야로서의 내재된 불확실성을 고려하면, X11 알고리즘은 사용자와 잠재적 투자자에게 단일 해시" -" 접근법이 보장하지 못하는 향상된 신뢰를 부여합니다. X11과 같은 체인 해싱 솔루션은 가치의 저장 및 투자 다양성 측면에서 보다 " -"나은 안전성과 지속성을 제공하며, SPOF(Single Point Of Failure)로 인해 어려움에 직면하는 단일 해시와 관련한" -" 헤지 위험성을 낮추어줍니다." +"디지털 통화의 투기적 성격 및 새로운 분야로서의 내재된 불확실성을 고려하면, X11 알고리즘은 사용자와 잠재적 투자자에게 단일 해시 " +"접근법이 보장하지 못하는 향상된 신뢰를 부여합니다. X11과 같은 체인 해싱 솔루션은 가치의 저장 및 투자 다양성 측면에서 보다 나은 " +"안전성과 지속성을 제공하며, SPOF(Single Point Of Failure)로 인해 어려움에 직면하는 단일 해시와 관련한 헤지 " +"위험성을 낮추어줍니다." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" -"대시 및 X11 체인 해시를 만든 에반 듀필드는 비트코인이 걸었던 것과 유사한 이동로(CPUs, GPUs, ASICs)를 따르는 " -"대신, 장래에 ASIC 제조사들이 X11을 위한 ASIC을 제조하는 것을 방해하지 않으면서도 X11을 대시에 통합하는 다양한 상황에" -" 대해 기술한 바 있습니다." +"대시 및 X11 체인 해시를 만든 에반 듀필드는 비트코인이 걸었던 것과 유사한 이동로(CPUs, GPUs, ASICs)를 따르는 대신, " +"장래에 ASIC 제조사들이 X11을 위한 ASIC을 제조하는 것을 방해하지 않으면서도 X11을 대시에 통합하는 다양한 상황에 대해 기술한" +" 바 있습니다." #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -630,22 +615,22 @@ msgstr "대시 그래비티 웨이브(Dark Gravity Wave)" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." -msgstr "" -"**DGW** 혹은 *다크 그래비티 웨이브Dark Gravity Wave*\\ 는 비트코인을 바탕으로 한 암호화폐를 위한 오픈 소스" -" 난이도 조절 알고리즘으로, 대시에 처음 사용된 이래로 다른 암호화폐에서도 사용되고 있습니다. DGW 는 *키모토의 그래비티 " -"웰Kimoto's Gravity Well* 에서 발견된 타임랩 취약점 공격에 대한 대응으로서 대시의 개발자이자 창립자인 에반 " -"듀필드에 의해 씌었습니다. 개념상, DGW 는 최근에 발견된 블록으로부터의 통계적 데이터를 기반으로 하여 (비트코인의 2016 블록" -" 대신)매 블록의 난이도를 조정한다는 점에서 키모토 그래비티 웰과 유사합니다. 이는 만일 해싱 파워가 심각한 변동을 겪더라도 타임랩" -" 취약점 공격을 받지 않고 상대적으로 일관된 시간에 블록을 생성할 수 있도록 도와줍니다. " +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." +msgstr "" +"**DGW** 혹은 *다크 그래비티 웨이브Dark Gravity Wave*\\ 는 비트코인을 바탕으로 한 암호화폐를 위한 오픈 소스 " +"난이도 조절 알고리즘으로, 대시에 처음 사용된 이래로 다른 암호화폐에서도 사용되고 있습니다. DGW 는 *키모토의 그래비티 " +"웰Kimoto's Gravity Well* 에서 발견된 타임랩 취약점 공격에 대한 대응으로서 대시의 개발자이자 창립자인 에반 듀필드에 " +"의해 씌었습니다. 개념상, DGW 는 최근에 발견된 블록으로부터의 통계적 데이터를 기반으로 하여 (비트코인의 2016 블록 대신)매 " +"블록의 난이도를 조정한다는 점에서 키모토 그래비티 웰과 유사합니다. 이는 만일 해싱 파워가 심각한 변동을 겪더라도 타임랩 취약점 공격을 " +"받지 않고 상대적으로 일관된 시간에 블록을 생성할 수 있도록 도와줍니다. " #: ../../docs/user/introduction/features.rst:363 msgid "" @@ -655,13 +640,13 @@ msgstr "버전 2.0의 DGW 는 타임랩 취약점 공격을 완전히 경감 #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" -"버전 3.0은 더 부드러운 전환을 거쳐 난이도 재조정을 향상시키기 위하여 2014년 5월 14일 구현되었습니다. 이는 또한 정수의 " -"사용을 통하여 다양한 레벨의 부동 소수점 정확성과 관련된 이슈를 개선합니다. " +"버전 3.0은 더 부드러운 전환을 거쳐 난이도 재조정을 향상시키기 위하여 2014년 5월 14일 구현되었습니다. 이는 또한 정수의 사용을" +" 통하여 다양한 레벨의 부동 소수점 정확성과 관련된 이슈를 개선합니다. " #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -671,40 +656,39 @@ msgstr "방출 비율" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" "대시나 비트코인과 같은 암호화폐는 암호학적으로 어려운 과정인 채굴을 통하여 생성됩니다. 채굴은 당시의 :ref:`채굴 난이도를 " "` 위한 유효한 정답이 발견될 때까지 반복적으로 :ref:`해시 알고리즘을 ` 푸는 과정을 포함합니다. 일단 이 정답이 발견되면, 채굴자는 해당 통화의 새로운 단위를 생성합니다. 이는 블록" -" 보상이라고도 알려져 있습니다. 해당 통화가 끝없는 인플레이션을 겪지 않게 하기 위하여 블록 보상은 `이 공식에서 보이는 바와 " -"같이 일정한 간격으로 감소합니다 `_. 이 " -"데이터의 도식화는 현재 유통중인 총 코인을 그래프로 보여줍니다. 이는 코인 방출 비율Emission rate이라고도 불립니다." +"algorithm>` 푸는 과정을 포함합니다. 일단 이 정답이 발견되면, 채굴자는 해당 통화의 새로운 단위를 생성합니다. 이는 블록 " +"보상이라고도 알려져 있습니다. 해당 통화가 끝없는 인플레이션을 겪지 않게 하기 위하여 블록 보상은 `이 공식에서 보이는 바와 같이 " +"일정한 간격으로 감소합니다 " +"`_. 이 데이터의 도식화는 현재 유통중인 총 코인을 그래프로 보여줍니다. 이는 코인" +" 방출 비율Emission rate이라고도 불립니다." #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" -"대시는 비트코인을 기반으로 하지만, 시간이 흐름에 따라 코인의 공급량을 보다 부드럽게 감소하기 위하여 코인 방출 비율을 크게 " -"조정합니다. 비트코인이 코인 방출 비율을 매 4년마다 50퍼센트씩 감소하는 반면, 대시의 경우 매 210240블록(약 " -"383.25일)마다 1/14(약 7.14%) 비율로 그 공급량이 감소합니다. 매년 감소하는 블록 보상의 양을 줄임으로써 비트코인에 " -"비하여 수수료 기반의 경제로 더욱 부드럽게 전환하는 것이라고 볼 수 있습니다." +"대시는 비트코인을 기반으로 하지만, 시간이 흐름에 따라 코인의 공급량을 보다 부드럽게 감소하기 위하여 코인 방출 비율을 크게 조정합니다." +" 비트코인이 코인 방출 비율을 매 4년마다 50퍼센트씩 감소하는 반면, 대시의 경우 매 210240블록(약 383.25일)마다 " +"1/14(약 7.14%) 비율로 그 공급량이 감소합니다. 매년 감소하는 블록 보상의 양을 줄임으로써 비트코인에 비하여 수수료 기반의 " +"경제로 더욱 부드럽게 전환하는 것이라고 볼 수 있습니다." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -715,42 +699,41 @@ msgid "Total coin emission" msgstr "총 코인 방출" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`비트코인의 총 코인 방출 `_\\" -" 은 약 21,000,000 BTC에 가까운(그러나 절대 이 숫자에 도달하지 않는) 총 방출을 통해 등비 급수의 총합으로 계산될 수" -" 있습니다. 이는 2140년까지 계속될 것이나, 채굴 보상은 빠르게 감소하여 2036년까지 전체 비트코인의 99%, 2048년까지 " +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_\\ 은" +" 약 21,000,000 BTC에 가까운(그러나 절대 이 숫자에 도달하지 않는) 총 방출을 통해 등비 급수의 총합으로 계산될 수 " +"있습니다. 이는 2140년까지 계속될 것이나, 채굴 보상은 빠르게 감소하여 2036년까지 전체 비트코인의 99%, 2048년까지 " "99.9%가 공급될 예정입니다." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`대시의 총 코인 방출 `_ 역시 등비 급수의 총합으로 계산될 수 " -"있으나, 궁극적인 총 코인 방출은 불확실합니다. 이는 예산 제안서를 위한 10퍼센트의 블록 보상이 얼만큼이 될 것인지가 불확실하기 " -"때문입니다. 예산 제안서에 할당되는 금액은 미래의 투표 성향에 달려 있습니다. 대시는 채굴이 1 대시 이하를 생성하게 될 때까지 약" -" 192년 동안 계속해서 코인을 방출할 예정입니다. 2209년 이후에는 약 14대시만이 생성될 예정입니다. 마지막 대시를 채굴하는 " -"데는 2246년에 시작하여 방출이완전히 멈추는 2477년 까지 약 231년이 걸릴 예정입니다. 이러한 숫자들에 근거할 때 " -"2254년의 잠재적인 코인 공급 최대 및 최소치는 다음과 같습니다." +"iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ 역시 등비 급수의 총합으로 계산될 수 있으나, " +"궁극적인 총 코인 방출은 불확실합니다. 이는 예산 제안서를 위한 10퍼센트의 블록 보상이 얼만큼이 될 것인지가 불확실하기 때문입니다. " +"예산 제안서에 할당되는 금액은 미래의 투표 성향에 달려 있습니다. 대시는 채굴이 1 대시 이하를 생성하게 될 때까지 약 192년 동안 " +"계속해서 코인을 방출할 예정입니다. 2209년 이후에는 약 14대시만이 생성될 예정입니다. 마지막 대시를 채굴하는 데는 2246년에 " +"시작하여 방출이완전히 멈추는 2477년 까지 약 231년이 걸릴 예정입니다. 이러한 숫자들에 근거할 때 2254년의 잠재적인 코인 공급 " +"최대 및 최소치는 다음과 같습니다." #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -773,20 +756,18 @@ msgid "Block reward allocation" msgstr "블록 보상 할당" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -808,19 +789,18 @@ msgstr "분산화된 거버넌스 예산" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1028,9 +1008,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1206,20 +1185,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" "이 문서는 계산에 의거하고 있으며 moocowmoo에 의해 작성되었습니다. 더 자세한 내용을 위해서는 `이 레딧 게시물 " "`\\ 을 확인하시거나 `이 도구를 통한 " -"자신만의 방출 계산 `_\\ 을" -" 하십시오. `이 웹사이트 `_ 를 통해 현재의 네트워크 통계에 대한 라이브 " -"데이터를 확인하세요." +"7fc2on/dash_over_1000_in_a_few_weeks/dqb4pjn/>`\\ 을 확인하시거나 `이 도구를 통한 자신만의 " +"방출 계산 `_\\ 을 하십시오. " +"`이 웹사이트 `_ 를 통해 현재의 네트워크 통계에 대한 라이브 데이터를 확인하세요." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1227,43 +1204,40 @@ msgstr "분산화된 거버넌스(Decentralized Governance)" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "대시 거버넌스에 관한 더 자세한 내용은 이 문서의 :ref:`governance` 에서 확인하실 수 있습니다." #: ../../docs/user/introduction/features.rst:559 @@ -1272,19 +1246,18 @@ msgstr "센티넬(Sentinel)" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1297,35 +1270,34 @@ msgstr "수수료" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1363,29 +1335,29 @@ msgstr "거래 데이터의 kB 당" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1395,55 +1367,54 @@ msgstr "에볼루션(Evolution)" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "아래의 내용은 에볼루션에 관한 현재의 작업 상황을 나타냅니다. 여기에는 아래와 같은 많은 구성 요소들이 포함됩니다." #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "**DAPI:** 세 번째 계층 사용자들이 네트워크에 안전하게 액세스 할 수 있도록 도와주는 분산화된 API 입니다." #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" -"**대시페이(DashPay) 분산형 지갑:** 이들 지갑은 라이트 클라이언트로서 DAPI를 통해 네트워크에 연결되며 다양한 " -"플랫폼상에서 작동합니다." +"**대시페이(DashPay) 분산형 지갑:** 이들 지갑은 라이트 클라이언트로서 DAPI를 통해 네트워크에 연결되며 다양한 플랫폼상에서 " +"작동합니다." #: ../../docs/user/introduction/features.rst:675 msgid "" @@ -1459,8 +1430,8 @@ msgstr "**예산:** 두 번째 계층은 예산 시스템을 통해 네트워크 #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "**거버넌스:** 두 번째 계층은 대시를 운영하고, 대시가 나아갈 방향을 위한 투표권을 부여받습니다." #: ../../docs/user/introduction/features.rst:681 @@ -1471,8 +1442,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" #: ../../docs/user/introduction/features.rst:688 @@ -1487,12 +1458,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" -"다음의 비디오를 통해 대시의 창립자인 에반 듀필드와 UI/UX 개발의 책임자인 척 윌리엄스가 대시 에볼루션 플랫폼의 개발 진행 " -"상황과 기능에 관해 설명합니다." +"다음의 비디오를 통해 대시의 창립자인 에반 듀필드와 UI/UX 개발의 책임자인 척 윌리엄스가 대시 에볼루션 플랫폼의 개발 진행 상황과 " +"기능에 관해 설명합니다." #: ../../docs/user/introduction/features.rst:704 msgid "**Evolution Demo #1 - The First Dash DAP**, 16 March 2018" @@ -1507,36 +1478,11 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "**에볼루션 데모 #3 - 대시페이 사용자 경험**, 2018년 5월 15일" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "**에볼루션에 관하여 척 윌리엄스**, 대시 컨퍼런스 런던, 2017년 9월 14일" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "**에볼루션 로드맵에 관하여 에반 듀필드**, 대시 포스 뉴스, 2017년 6월 28일" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/ko/LC_MESSAGES/docs/user/introduction/how-to-buy.po index b334650f5..0756f6988 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/information.po b/locale/ko/LC_MESSAGES/docs/user/introduction/information.po index ed3ef3eb5..267d38ba5 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/information.po @@ -1,36 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # hanukoon , 2022 # Rina L , 2022 # Yujin Joe , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -120,7 +120,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" #: ../../docs/user/introduction/information.rst:45 @@ -156,7 +157,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" #: ../../docs/user/introduction/information.rst:55 @@ -343,8 +345,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" #: ../../docs/user/introduction/information.rst:115 @@ -395,12 +397,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" #: ../../docs/user/introduction/information.rst:147 @@ -537,8 +540,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" @@ -591,7 +593,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -613,7 +616,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" #: ../../docs/user/introduction/information.rst:233 @@ -638,11 +642,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" #: ../../docs/user/introduction/information.rst:251 @@ -654,8 +658,8 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" #: ../../docs/user/introduction/information.rst:258 @@ -665,9 +669,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" #: ../../docs/user/introduction/information.rst:264 @@ -688,9 +692,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" #: ../../docs/user/introduction/information.rst:275 @@ -700,19 +704,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" #: ../../docs/user/introduction/information.rst:289 @@ -721,11 +724,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" #: ../../docs/user/introduction/information.rst:296 @@ -735,9 +737,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" #: ../../docs/user/introduction/information.rst:302 @@ -746,8 +748,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" #: ../../docs/user/introduction/information.rst:306 @@ -756,13 +758,13 @@ msgstr "백업하기" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" #: ../../docs/user/introduction/information.rst:315 @@ -772,8 +774,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" #: ../../docs/user/introduction/information.rst:321 @@ -782,14 +784,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" #: ../../docs/user/introduction/information.rst:332 @@ -801,9 +803,9 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" #: ../../docs/user/introduction/information.rst:340 @@ -813,11 +815,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -826,13 +828,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" #: ../../docs/user/introduction/information.rst:358 @@ -841,9 +843,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" #: ../../docs/user/introduction/information.rst:363 @@ -854,8 +856,8 @@ msgstr "" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" #: ../../docs/user/introduction/information.rst:369 @@ -864,11 +866,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:376 @@ -883,12 +885,12 @@ msgstr "" msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" #: ../../docs/user/introduction/information.rst:388 @@ -898,9 +900,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" #: ../../docs/user/introduction/information.rst:394 @@ -910,15 +912,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" #: ../../docs/user/introduction/information.rst:406 @@ -929,8 +931,8 @@ msgstr "" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" #: ../../docs/user/introduction/information.rst:412 @@ -941,16 +943,16 @@ msgstr "" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" #: ../../docs/user/introduction/information.rst:426 @@ -958,17 +960,16 @@ msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -987,8 +988,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" #: ../../docs/user/introduction/information.rst:444 @@ -997,8 +998,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" #: ../../docs/user/introduction/information.rst:448 @@ -1007,8 +1008,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" #: ../../docs/user/introduction/information.rst:452 @@ -1027,10 +1028,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" #: ../../docs/user/introduction/information.rst:462 @@ -1039,12 +1039,12 @@ msgstr "대시 그래비티 웨이브(Dark Gravity Wave)" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" #: ../../docs/user/introduction/information.rst:470 @@ -1063,14 +1063,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1079,9 +1078,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" #: ../../docs/user/introduction/information.rst:489 @@ -1090,12 +1089,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" #: ../../docs/user/introduction/information.rst:497 @@ -1104,11 +1103,11 @@ msgstr "Dash Core 지갑" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1118,8 +1117,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" #: ../../docs/user/introduction/information.rst:510 @@ -1128,8 +1127,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" #: ../../docs/user/introduction/information.rst:514 @@ -1138,12 +1137,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" #: ../../docs/user/introduction/information.rst:522 @@ -1153,20 +1152,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" #: ../../docs/user/introduction/information.rst:539 @@ -1176,10 +1175,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" #: ../../docs/user/introduction/information.rst:547 @@ -1190,12 +1189,12 @@ msgstr "" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" #: ../../docs/user/introduction/information.rst:558 @@ -1208,11 +1207,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" #: ../../docs/user/introduction/information.rst:569 @@ -1228,52 +1227,51 @@ msgstr "" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" #: ../../docs/user/introduction/information.rst:618 @@ -1283,13 +1281,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1298,13 +1296,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" #: ../../docs/user/introduction/information.rst:638 @@ -1313,10 +1311,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1325,17 +1323,17 @@ msgstr "" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" #: ../../docs/user/introduction/information.rst:658 @@ -1350,8 +1348,8 @@ msgstr "" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" #: ../../docs/user/introduction/information.rst:667 @@ -1371,12 +1369,11 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" #: ../../docs/user/introduction/information.rst:682 @@ -1385,9 +1382,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" #: ../../docs/user/introduction/information.rst:687 @@ -1397,14 +1394,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" #: ../../docs/user/introduction/information.rst:699 @@ -1413,10 +1410,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" #: ../../docs/user/introduction/information.rst:705 @@ -1425,8 +1422,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" #: ../../docs/user/introduction/information.rst:710 @@ -1435,12 +1432,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" #: ../../docs/user/introduction/information.rst:714 @@ -1455,12 +1453,12 @@ msgstr "" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/information.rst:725 @@ -1469,20 +1467,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" #: ../../docs/user/introduction/information.rst:739 @@ -1491,11 +1489,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:746 @@ -1524,16 +1522,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" #: ../../docs/user/introduction/information.rst:768 @@ -1543,9 +1541,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" #: ../../docs/user/introduction/information.rst:775 @@ -1554,11 +1552,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" #: ../../docs/user/introduction/information.rst:783 @@ -1567,8 +1565,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" #: ../../docs/user/introduction/information.rst:787 @@ -1577,8 +1575,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" #: ../../docs/user/introduction/information.rst:791 @@ -1595,11 +1593,11 @@ msgstr "인스턴트샌드(InstantSend)" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" #: ../../docs/user/introduction/information.rst:801 @@ -1608,11 +1606,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" #: ../../docs/user/introduction/information.rst:808 @@ -1622,13 +1619,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1637,9 +1634,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" #: ../../docs/user/introduction/information.rst:825 @@ -1654,10 +1651,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1674,14 +1671,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" #: ../../docs/user/introduction/information.rst:846 @@ -1690,9 +1686,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" #: ../../docs/user/introduction/information.rst:851 @@ -1701,11 +1697,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" #: ../../docs/user/introduction/information.rst:858 @@ -1714,10 +1710,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" #: ../../docs/user/introduction/information.rst:864 @@ -1738,15 +1734,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1755,13 +1750,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" #: ../../docs/user/introduction/information.rst:890 @@ -1771,8 +1766,8 @@ msgstr "프라이빗샌드(PrivateSend)" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1781,11 +1776,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" #: ../../docs/user/introduction/information.rst:903 @@ -1794,16 +1788,16 @@ msgstr "" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" #: ../../docs/user/introduction/information.rst:916 @@ -1812,12 +1806,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" #: ../../docs/user/introduction/information.rst:924 @@ -1826,10 +1819,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" #: ../../docs/user/introduction/information.rst:931 @@ -1838,13 +1831,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" #: ../../docs/user/introduction/information.rst:940 @@ -1853,8 +1845,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" #: ../../docs/user/introduction/information.rst:944 @@ -1865,8 +1857,8 @@ msgstr "" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" #: ../../docs/user/introduction/information.rst:950 @@ -1875,9 +1867,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" #: ../../docs/user/introduction/information.rst:955 @@ -1897,12 +1889,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -1912,8 +1903,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" #: ../../docs/user/introduction/information.rst:972 @@ -1924,17 +1915,17 @@ msgstr "" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" #: ../../docs/user/introduction/information.rst:988 @@ -1943,8 +1934,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" #: ../../docs/user/introduction/information.rst:992 @@ -1962,9 +1953,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" #: ../../docs/user/introduction/information.rst:1001 @@ -1973,8 +1964,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" #: ../../docs/user/introduction/information.rst:1005 @@ -1983,12 +1974,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" @@ -1998,8 +1988,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:1018 @@ -2008,9 +1998,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" #: ../../docs/user/introduction/information.rst:1023 @@ -2019,8 +2009,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" @@ -2038,8 +2028,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" #: ../../docs/user/introduction/information.rst:1035 @@ -2048,8 +2038,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" #: ../../docs/user/introduction/information.rst:1039 @@ -2070,10 +2060,9 @@ msgstr "화이트페이퍼" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" #: ../../docs/user/introduction/information.rst:1051 @@ -2082,8 +2071,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" #: ../../docs/user/introduction/information.rst:1055 @@ -2092,8 +2081,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" #: ../../docs/user/introduction/information.rst:1059 @@ -2102,10 +2091,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" #: ../../docs/user/introduction/information.rst:1065 @@ -2118,129 +2107,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ko/LC_MESSAGES/docs/user/introduction/safety.po index 82cc3d855..8311c7fec 100644 --- a/locale/ko/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ko/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Rina L , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/legal.po b/locale/ko/LC_MESSAGES/docs/user/legal.po index df64e0de6..c7c97ca53 100644 --- a/locale/ko/LC_MESSAGES/docs/user/legal.po +++ b/locale/ko/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Yujin Joe , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/marketing.po b/locale/ko/LC_MESSAGES/docs/user/marketing.po index 3a05e84a5..b6fc65842 100644 --- a/locale/ko/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ko/LC_MESSAGES/docs/user/marketing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: hanukoon , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po index e6fb5e8a5..deb974a37 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -38,11 +36,11 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" #: ../../docs/user/masternodes/hosting.rst:19 @@ -51,8 +49,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" #: ../../docs/user/masternodes/hosting.rst:26 @@ -74,7 +72,6 @@ msgid "Services: Hosting, Shares" msgstr "" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -200,7 +197,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -237,7 +233,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -361,8 +356,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -377,35 +372,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -415,76 +409,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po index c4e71140f..5c26e5b10 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Rina L , 2022\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" @@ -23,13 +23,13 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." msgstr "암호화폐 대시에 대한 마스터노드 설정 및 작동 방법에 대한 문서 소개" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "대시, 마스터노드, 호스팅, 리눅스, 지불, 셋업" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/maintenance.po index 6deba6e2d..93542f7d4 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -37,11 +35,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -52,10 +50,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -64,10 +62,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -76,19 +74,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -104,7 +100,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -113,14 +110,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -133,21 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -157,14 +153,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -186,17 +182,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -213,8 +208,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -224,24 +219,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -252,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -274,20 +269,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -297,16 +292,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -330,8 +323,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -343,27 +336,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -373,9 +364,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -385,11 +376,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -398,8 +389,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -408,11 +398,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -422,13 +412,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -437,9 +427,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -448,13 +438,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -463,10 +453,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -494,8 +484,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -518,8 +508,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -529,9 +519,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -546,10 +536,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -586,38 +576,38 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -645,11 +635,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -663,11 +653,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -680,9 +669,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -696,8 +685,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -710,28 +699,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po index f71db58f6..c0fdc7383 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" -"Language-Team: ko \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 @@ -58,35 +56,35 @@ msgstr "" msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 @@ -123,7 +121,8 @@ msgid "Vultr server hostname & label selection screen" msgstr "" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" #: ../../docs/user/masternodes/server-config.rst:87 @@ -146,13 +145,13 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 @@ -163,9 +162,9 @@ msgstr "" msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 @@ -174,9 +173,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" #: ../../docs/user/masternodes/server-config.rst:133 @@ -189,27 +188,27 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:163 @@ -218,8 +217,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:171 @@ -234,8 +233,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 @@ -245,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,15 +261,15 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:232 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +293,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +305,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +331,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index cded8dbdd..4da342d58 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Yujin Joe , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" -"Language-Team: ko \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Yujin Joe , 2023\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,23 +37,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 @@ -60,9 +62,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -98,9 +100,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,17 +111,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 @@ -128,20 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +152,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,23 +173,22 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 @@ -196,10 +197,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 @@ -208,16 +209,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +227,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,8 +257,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:172 @@ -266,36 +267,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +303,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +321,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +341,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,9 +360,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 @@ -377,19 +373,18 @@ msgstr "" msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,8 +401,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 @@ -428,8 +423,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:327 @@ -444,8 +439,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 @@ -465,40 +460,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "센티넬(Sentinel)" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:403 @@ -507,8 +501,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +511,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +550,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +567,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +587,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +622,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +632,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -692,8 +683,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +704,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +716,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +741,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +761,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +771,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +782,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +794,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +823,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +841,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +853,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +873,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +885,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +896,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +914,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +927,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +950,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +966,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +1002,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1020,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1049,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,10 +1070,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 @@ -1093,173 +1082,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 5268d77b7..ac857b140 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Yujin Joe , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Yujin Joe , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,8 +37,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -46,12 +47,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -60,9 +61,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -98,9 +99,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 @@ -109,10 +110,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -121,16 +122,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -139,46 +139,45 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -187,10 +186,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -199,9 +198,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -214,24 +213,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -240,8 +238,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -250,8 +248,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -260,36 +258,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -301,7 +297,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -310,8 +307,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -323,8 +320,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -336,9 +333,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -384,9 +381,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -395,21 +392,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -428,9 +424,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -439,8 +435,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -453,12 +448,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -468,13 +463,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -501,9 +496,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -512,8 +507,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -524,19 +519,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -555,17 +549,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -574,32 +568,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -611,33 +604,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -648,12 +639,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -664,20 +655,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -700,10 +691,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -729,13 +720,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -750,10 +741,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -762,24 +753,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -792,10 +783,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -822,16 +813,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -856,9 +847,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -882,8 +873,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -891,7 +882,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -931,7 +923,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -940,9 +933,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -951,8 +944,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -996,31 +989,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1028,7 +1020,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1077,22 +1070,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1106,406 +1098,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup.po index baef69b9c..c24cbbe31 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" "Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,22 +34,22 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -121,27 +119,26 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -150,46 +147,45 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -198,10 +194,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -210,9 +206,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -225,24 +221,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -251,8 +246,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -261,8 +256,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup.rst:170 @@ -271,36 +266,34 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -316,8 +309,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -327,15 +320,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -352,19 +345,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -381,8 +373,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -403,8 +395,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup.rst:289 @@ -419,8 +411,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -436,42 +428,42 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -490,9 +482,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -513,12 +505,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -528,44 +520,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -585,9 +576,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -596,8 +587,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -608,24 +599,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -638,22 +628,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -662,32 +652,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -699,33 +688,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -736,12 +723,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -752,20 +739,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -788,10 +775,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -817,13 +804,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -838,10 +825,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -850,31 +837,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -883,334 +870,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po index 7263e41ed..907dc95cb 100644 --- a/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ko/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Rina L , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -43,24 +43,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 @@ -69,63 +69,59 @@ msgid "" "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -134,9 +130,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 @@ -229,10 +225,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -240,58 +235,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -324,11 +318,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -341,50 +334,48 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/masternodes/understanding.rst:203 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 @@ -393,35 +384,34 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 @@ -431,21 +421,19 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -455,24 +443,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -486,18 +473,17 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -507,18 +493,18 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:296 msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -527,9 +513,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -590,8 +576,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" #: ../../docs/user/masternodes/understanding.rst:329 @@ -600,254 +586,11 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Anyone can run a masternode. The " -#~ "objective is to have enough " -#~ "decentralization to ensure that no " -#~ "single person controls a significant " -#~ "fraction of the masternodes. However, to" -#~ " avoid bloating the network with " -#~ "unnecessary masternodes or encouraging " -#~ "reckless operators, there is one " -#~ "condition that needs to be fulfilled:" -#~ " proof of ownership of 1000 Dash. " -#~ "The coins don't need to be in " -#~ "the masternode, but they need to " -#~ "be kept in a certain way that " -#~ "is transparent to the entire network." -#~ " If the owner moves or spends " -#~ "those coins, the masternode stops " -#~ "working and payment ceases." -#~ msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "In short, miners power the first " -#~ "tier, which is the basic sending " -#~ "and receiving of funds and prevention" -#~ " of doublespending. Masternodes power the" -#~ " second tier, which provide the added" -#~ " features that make Dash different " -#~ "from other cryptocurrencies. Masternodes do" -#~ " not mine, and mining computers " -#~ "cannot serve as masternodes. Additionally, " -#~ "each masternode is “secured” by 1000 " -#~ "DASH. Those DASH remain under the " -#~ "sole control of their owner at all" -#~ " times, and can still be freely " -#~ "spent. The funds are not locked in" -#~ " any way. However, if the funds " -#~ "are moved or spent, the associated " -#~ "masternode will go offline and stop " -#~ "receiving rewards." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "1000 Dash: Arguably the hardest part." -#~ " Dash can be obtained from exchanges" -#~ " such as Poloniex, Bittrex, Kraken " -#~ "and LiveCoin. Shapeshift's service is " -#~ "also an excellent way." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "EvoNode Payment Logic" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/mining/index.po b/locale/ko/LC_MESSAGES/docs/user/mining/index.po index c183ac2a4..bbf2522ad 100644 --- a/locale/ko/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/mining/index.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # hanukoon , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: hanukoon , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -37,39 +37,37 @@ msgstr "" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" #: ../../docs/user/mining/index.rst:39 @@ -101,48 +99,45 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." msgstr "" #: ../../docs/user/mining/index.rst:87 @@ -152,11 +147,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" #: ../../docs/user/mining/index.rst:97 @@ -165,12 +160,12 @@ msgstr "" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -231,19 +226,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" #: ../../docs/user/mining/index.rst:143 @@ -252,21 +246,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -301,10 +295,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -314,8 +307,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -329,11 +322,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -346,18 +339,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -377,7 +370,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -402,9 +396,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -414,13 +408,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -433,20 +427,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -457,29 +451,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -490,11 +482,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -510,19 +502,20 @@ msgid "**NVIDIA**" msgstr "" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -531,12 +524,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -547,8 +539,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -557,8 +549,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -567,8 +558,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -581,24 +572,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -607,27 +598,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -706,8 +697,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -740,8 +730,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1023,7 +1013,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1041,21 +1032,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/ko/LC_MESSAGES/docs/user/mining/p2pool.po index 11ff4dc9f..69372aa57 100644 --- a/locale/ko/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/ko/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/mining/pools.po b/locale/ko/LC_MESSAGES/docs/user/mining/pools.po index f03ab022d..353fa066d 100644 --- a/locale/ko/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ko/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po index 396ad9028..8776ce7ba 100644 --- a/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Rina L , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" -"Language-Team: ko \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Rina L , 2023\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "설치하기" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -96,17 +98,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/ko/LC_MESSAGES/docs/user/network/electrumx-server.po index fe0edf178..a92ff48ee 100644 --- a/locale/ko/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ko/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index e8969ea67..d74bfcd61 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -39,16 +37,15 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -57,11 +54,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -74,20 +71,20 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -98,10 +95,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -114,22 +111,21 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:124 @@ -142,11 +138,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:143 @@ -164,11 +160,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:167 @@ -187,9 +183,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -198,8 +194,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -208,8 +203,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -226,8 +221,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -246,8 +241,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -256,8 +251,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -281,7 +276,8 @@ msgid "Show disclaimer" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -291,8 +287,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:220 @@ -302,8 +298,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -316,8 +312,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -326,9 +322,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -337,8 +333,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 43681f4d5..ce0c8fa18 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/index.po index 31c7d65ea..5cd0c55dd 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/ko/LC_MESSAGES/docs/user/wallets/android/installation.po index aa8d354ab..1250c026f 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Rina L , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "" @@ -39,8 +39,8 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" #: ../../docs/user/wallets/android/installation.rst:21 @@ -49,18 +49,18 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" #: ../../docs/user/wallets/android/installation.rst:31 @@ -78,9 +78,9 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" #: ../../docs/user/wallets/android/installation.rst:39 @@ -91,17 +91,16 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" #: ../../docs/user/wallets/android/installation.rst:54 @@ -124,21 +123,21 @@ msgstr "" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:97 @@ -146,30 +145,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index e29315321..80bf80dca 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -41,31 +39,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -78,8 +74,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -92,8 +88,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -120,10 +116,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -151,9 +147,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -162,8 +158,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -180,10 +176,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -192,17 +188,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -211,13 +207,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -268,16 +264,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -300,38 +296,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -340,10 +335,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -366,8 +361,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -392,13 +387,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -418,30 +412,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -450,10 +444,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -476,8 +469,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -506,18 +498,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -526,8 +517,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -540,9 +531,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -555,9 +546,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -566,8 +557,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -576,21 +567,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -599,11 +590,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -613,11 +604,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -638,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -651,13 +641,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -678,12 +667,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -696,80 +685,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index eedd4d56a..86d974a36 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "대시 코어 지갑을 안전하게 백업 및 복원하는 방법" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "대시, 코어, 지갑, 백업, 복원, wallet.dat" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index d7c396b8e..7406d9902 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # hanukoon , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: hanukoon , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -36,20 +36,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -97,9 +97,7 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -110,8 +108,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -121,8 +119,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -147,68 +145,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 307cea014..5d2fa000d 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 35a0c9a31..207b46608 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 8334dafb4..633702ac1 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Yujin Joe , 2022 +# Yujin Joe , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Yujin Joe , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Last-Translator: Yujin Joe , 2023\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "" @@ -35,9 +35,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -47,8 +47,8 @@ msgstr "대시 코어 지갑 다운로드 하기" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -57,18 +57,18 @@ msgstr "웹사이트는 당신의 시스템에 맞는 적절한 지갑을 감지 #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -85,15 +85,15 @@ msgstr "대시 코어 검증하기" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -132,10 +132,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 @@ -144,9 +144,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -156,9 +156,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 @@ -167,12 +167,12 @@ msgstr "대시 코어 데이터 폴더 선택하기" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 " -"위하여 암호화된 데이터를 생성하기 때문입니다." +"이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 위하여" +" 암호화된 데이터를 생성하기 때문입니다." #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 msgid "Starting Dash Core" @@ -185,9 +185,9 @@ msgstr "대시 코어와 대시 네트워크 동기화하기" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "대시 코어가 성공적으로 설치 및 시작되는 경우, 당신은 지갑 개요 화면을 보게 될 것입니다. 또한 당신의 지갑이 동기화 되지 않은 " "상태임을 확인할 수 있으며, 또한 창의 하단 상태 바에서 동기화 진행 상황을 보실 수 있습니다." @@ -197,17 +197,13 @@ msgid "Dash Core begins synchronizing with the Dash network" msgstr "대시 코어가 대시 네트워크와 동기화를 진행하고 있습니다." #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"이 과정에서 대시 코어는 다른 노드로부터 당신의 기기에 대시 블록체인의 전체 복사본을 다운로드 할 것입니다. 당신의 인터넷 연결 " -"상태에 따라 이 과정은 긴 시간이 소요될 수 있습니다. 만일 당신이 '사용할 수 있는 블록 소스 없음' 메시지를 받는다면, 당신의 " -"인터넷 연결 상황을 확인하십시오. 동기화가 완료되면, 작은 파란색 체크 표시를 볼 수 있을 것입니다. " #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -225,10 +221,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -242,38 +237,36 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "당신의 대시 지갑 암호화하기" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "암호문을 입력하고 확인하십시오." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" -msgstr "" +msgstr "암호문을 입력합니다." #: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." @@ -286,8 +279,8 @@ msgstr "당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니 #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -311,107 +304,13 @@ msgid "Entering a password" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"지갑 암호화 과정이 완료되면, 당신은 지갑의 지난 백업을 더이상 사용할 수 없다는 경고문을 받게 됩니다. 또한 대시 코어를 " -"종료하라는 메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 " -"있습니다." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니다." - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "당신의 지갑이 대시 네트워크와 동기화를 마치면, 지갑을 " -#~ "암호 혹은 암호문을 통해 암호화 할 것을 강력하게" -#~ " 권장합니다. 이 경우 다른 곳에서 사용한 적 " -#~ "없는 강력하고 새로운 암호를 사용하여야 합니다. 당신의 " -#~ "암호를 별도로 적어 안전한 곳에 저장하십시오. 그렇지 " -#~ "않으면 지갑이 잠기게 되어 스스로의 자금에 접근할 " -#~ "수 없게 됩니다." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 33e007e05..7ddf6b00a 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Yujin Joe , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Yujin Joe , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "" @@ -47,8 +47,8 @@ msgstr "대시 코어 지갑 다운로드 하기" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -57,10 +57,10 @@ msgstr "웹사이트는 당신의 시스템에 맞는 적절한 지갑을 감지 #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -70,16 +70,17 @@ msgstr "대시 코어 검증하기" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -117,8 +118,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" @@ -128,8 +129,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 @@ -138,14 +139,14 @@ msgstr "처음으로 대시 코어 실행하기" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 @@ -155,9 +156,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 @@ -166,12 +167,12 @@ msgstr "대시 코어 데이터 폴더 선택하기" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 " -"위하여 암호화된 데이터를 생성하기 때문입니다." +"이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 위하여" +" 암호화된 데이터를 생성하기 때문입니다." #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 msgid "Starting Dash Core" @@ -182,14 +183,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "대시 코어와 대시 네트워크 동기화하기" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"대시 코어가 성공적으로 설치 및 시작되는 경우, 당신은 지갑 개요 화면을 보게 될 것입니다. 또한 당신의 지갑이 동기화 되지 않은 " -"상태임을 확인할 수 있으며, 또한 창의 하단 상태 바에서 동기화 진행 상황을 보실 수 있습니다." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -200,51 +198,48 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" -"이 과정에서 대시 코어는 다른 노드로부터 당신의 기기에 대시 블록체인의 전체 복사본을 다운로드 할 것입니다. 당신의 인터넷 연결 " -"상태에 따라 이 과정은 긴 시간이 소요될 수 있습니다. 만일 당신이 '사용할 수 있는 블록 소스 없음' 메시지를 받는다면, 당신의 " -"인터넷 연결 상황을 확인하십시오. 동기화가 완료되면, 작은 파란색 체크 표시를 볼 수 있을 것입니다. " +"이 과정에서 대시 코어는 다른 노드로부터 당신의 기기에 대시 블록체인의 전체 복사본을 다운로드 할 것입니다. 당신의 인터넷 연결 상태에 " +"따라 이 과정은 긴 시간이 소요될 수 있습니다. 만일 당신이 '사용할 수 있는 블록 소스 없음' 메시지를 받는다면, 당신의 인터넷 연결 " +"상황을 확인하십시오. 동기화가 완료되면, 작은 파란색 체크 표시를 볼 수 있을 것입니다. " #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "대시 코어 동기화가 완료되었습니다." #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "이제 당신은 당신의 지갑을 이용하여 자금을 보내고 받을 수 있습니다." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "당신의 대시 지갑 암호화하기" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "암호문을 입력하고 확인하십시오." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -262,8 +257,8 @@ msgstr "당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니 #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -284,14 +279,13 @@ msgstr "암호문을 입력하고 확인하십시오." #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" -"지갑 암호화 과정이 완료되면, 당신은 지갑의 지난 백업을 더이상 사용할 수 없다는 경고문을 받게 됩니다. 또한 대시 코어를 " -"종료하라는 메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 " -"있습니다." +"지갑 암호화 과정이 완료되면, 당신은 지갑의 지난 백업을 더이상 사용할 수 없다는 경고문을 받게 됩니다. 또한 대시 코어를 종료하라는 " +"메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 있습니다." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -300,35 +294,3 @@ msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니 #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "이제 당신은 지갑을 이용하여 자금을 안전하게 보내고 받을 수 있습니다." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "당신의 지갑이 대시 네트워크와 동기화를 마치면, 지갑을 " -#~ "암호 혹은 암호문을 통해 암호화 할 것을 강력하게" -#~ " 권장합니다. 이 경우 다른 곳에서 사용한 적 " -#~ "없는 강력하고 새로운 암호를 사용하여야 합니다. 당신의 " -#~ "암호를 별도로 적어 안전한 곳에 저장하십시오. 그렇지 " -#~ "않으면 지갑이 잠기게 되어 스스로의 자금에 접근할 " -#~ "수 없게 됩니다." - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index b8bdfe2aa..602b4e2ee 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Yujin Joe , 2022 # Rina L , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "Windows에서 대시 코어 지갑을 다운로드, 설치 및 암호화하는 방법" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "대시, 코어, 지갑, 윈도우즈, 설치" @@ -41,8 +41,8 @@ msgid "" "wallet for Windows. The guide is written for Windows 10, but the steps " "should be similar for Windows XP, Vista, 7 and 8." msgstr "" -"이 가이드는 윈도우용 대시 코어(Dash Core) 지갑을 다운로드, 인스톨 및 암호화 하는 방법을 기술합니다. 이 가이드는 윈도우" -" 10을 기준으로 작서오디었으나, 아래의 단계는 윈도우 XP, Vista, 7 및 8에서도 유사합니다." +"이 가이드는 윈도우용 대시 코어(Dash Core) 지갑을 다운로드, 인스톨 및 암호화 하는 방법을 기술합니다. 이 가이드는 윈도우 " +"10을 기준으로 작서오디었으나, 아래의 단계는 윈도우 XP, Vista, 7 및 8에서도 유사합니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 msgid "Downloading the Dash Core wallet" @@ -51,8 +51,8 @@ msgstr "대시 코어 지갑 다운로드 하기" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -61,32 +61,24 @@ msgstr "웹사이트는 당신의 시스템에 맞는 적절한 지갑을 감지 #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" -"만일 감지가 제대로 작동하지 않는다면, 당신의 운영 체제 및 32 혹은 64 비트 버전 여부에 맞는 지갑을 수동으로 선택하십시오. " -"만일 당신의 윈도우가 32 혹은 64 비트 중 어떤 버전인지 확실하지 않다면, 윈도우 10을 기준으로 " -"**시작>설정>시스템>정보**\\ 를 통해 확인하실 수 있습니다. 다른 버전의 윈도우에서 이를 확인하는 방법에 관하여는 `이곳 " -"`__\\ 을 참조하십시오." #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -95,15 +87,15 @@ msgstr "대시 코어 검증하기" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -122,10 +114,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -134,10 +126,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -147,9 +139,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -170,12 +161,12 @@ msgstr "다운로드 폴더의 대시 코어 인스톨러" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" -"이 단계에서 당신은 윈도우 스마트스크린(SmartScreens)으로부터 이 응용 프로그랩을 인식할 수 없다는 경고를 받을 지 " -"모릅니다. 이 경우 **더 알아보기**, 그리고 **계속 실행하기**\\ 를 클릭함으로써 이 경고를 안전하게 통과할 수 있습니다." +"이 단계에서 당신은 윈도우 스마트스크린(SmartScreens)으로부터 이 응용 프로그랩을 인식할 수 없다는 경고를 받을 지 모릅니다. " +"이 경우 **더 알아보기**, 그리고 **계속 실행하기**\\ 를 클릭함으로써 이 경고를 안전하게 통과할 수 있습니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 msgid "" @@ -195,7 +186,8 @@ msgstr "대시 코어 인스톨러 환영 화면" msgid "" "Click through the following screens. All settings can be left at their " "default values unless you have a specific reason to change something." -msgstr "다음의 화면에 따라 클릭합니다. 당신이 설정을 변경하기 위한 특정한 이유가 있지 않은 한, 모든 설정은 기본값으로 둘 수 있습니다." +msgstr "" +"다음의 화면에 따라 클릭합니다. 당신이 설정을 변경하기 위한 특정한 이유가 있지 않은 한, 모든 설정은 기본값으로 둘 수 있습니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:123 msgid "Select the installation location" @@ -219,18 +211,17 @@ msgstr "처음으로 대시 코어 실행하기" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"일단 설치가 완료되면, 대시 코어는 즉시 실행될 것입니다. 만일 실행되지 않는다면 **시작>대시 코어>대시 코어**를 클릭하여 이 " -"응용 프로그램을 시작하십시오. 프로그램이 설치된 후 첫 실행에서 당신은 당신의 블록체인과 지갑 데이터를 어디에 저장할 것인지를 " -"설정할 수 있습니다. 블록체인이 30GB+를 차지할 수 있는 만큼, 충분한 사용 공간이 있는 장소를 선택하십시오, 가능하다면 기본 " -"데이터 폴더를 사용하시는 것을 권장합니다." +"일단 설치가 완료되면, 대시 코어는 즉시 실행될 것입니다. 만일 실행되지 않는다면 **시작>대시 코어>대시 코어**를 클릭하여 이 응용 " +"프로그램을 시작하십시오. 프로그램이 설치된 후 첫 실행에서 당신은 당신의 블록체인과 지갑 데이터를 어디에 저장할 것인지를 설정할 수 " +"있습니다. 블록체인이 30GB+를 차지할 수 있는 만큼, 충분한 사용 공간이 있는 장소를 선택하십시오, 가능하다면 기본 데이터 폴더를 " +"사용하시는 것을 권장합니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" @@ -238,12 +229,12 @@ msgstr "대시 코어 데이터 폴더 선택하기" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 " -"위하여 암호화된 데이터를 생성하기 때문입니다." +"이후 대시 코어가 실행될 것입니다. 첫 실행 시에는 다소 긴 시간이 소요되는데, 이는 대시 코어가 당신의 지갑을 안전하게 보호하기 위하여" +" 암호화된 데이터를 생성하기 때문입니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 msgid "Starting Dash Core" @@ -256,9 +247,9 @@ msgstr "대시 코어와 대시 네트워크 동기화하기" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "대시 코어가 성공적으로 설치 및 시작되는 경우, 당신은 지갑 개요 화면을 보게 될 것입니다. 또한 당신의 지갑이 동기화 되지 않은 " "상태임을 확인할 수 있으며, 또한 창의 하단 상태 바에서 동기화 진행 상황을 보실 수 있습니다." @@ -268,56 +259,49 @@ msgid "Dash Core begins synchronizing with the Dash network" msgstr "대시 코어가 대시 네트워크와 동기화를 진행하고 있습니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"이 과정에서 대시 코어는 다른 노드로부터 당신의 기기에 대시 블록체인의 전체 복사본을 다운로드 할 것입니다. 당신의 인터넷 연결 " -"상태에 따라 이 과정은 긴 시간이 소요될 수 있습니다. 만일 당신이 '사용할 수 있는 블록 소스 없음' 메시지를 받는다면, 당신의 " -"인터넷 연결 상황을 확인하십시오. 동기화가 완료되면, 작은 파란색 체크 표시를 볼 수 있을 것입니다. " #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "대시 코어 동기화가 완료되었습니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "이제 당신은 당신의 지갑을 이용하여 자금을 보내고 받을 수 있습니다." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "당신의 대시 지갑 암호화하기" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "암호문을 입력하고 확인하십시오." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -335,8 +319,8 @@ msgstr "당신이 지갑을 암호화하고 싶은 것이 맞는지 확인합니 #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -356,16 +340,12 @@ msgid "You will be asked to enter and verify a password." msgstr "암호문을 입력하고 확인하십시오." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"지갑 암호화 과정이 완료되면, 당신은 지갑의 지난 백업을 더이상 사용할 수 없다는 경고문을 받게 됩니다. 또한 대시 코어를 " -"종료하라는 메시지 역시 받게 될 것입니다. 대시 코어를 재시작하면 우측 하단 코너에서 작은 파란색 자물쇠 표시를 확인하실 수 " -"있습니다." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -374,89 +354,3 @@ msgstr "대시 코어 지갑이 완전히 암호화되고 동기화되었습니 #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "이제 당신은 지갑을 이용하여 자금을 안전하게 보내고 받을 수 있습니다." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "윈도우 설정에서 시스템을 클릭하세요." - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "시스템 칸에서 정보를 눌러 시스템 유형을 확인하세요. 이 컴퓨터는 64 비트 시스템입니다." - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "당신의 지갑이 대시 네트워크와 동기화를 마치면, 지갑을 " -#~ "암호 혹은 암호문을 통해 암호화 할 것을 강력하게" -#~ " 권장합니다. 이 경우 다른 곳에서 사용한 적 " -#~ "없는 강력하고 새로운 암호를 사용하여야 합니다. 당신의 " -#~ "암호를 별도로 적어 안전한 곳에 저장하십시오. 그렇지 " -#~ "않으면 지갑이 잠기게 되어 스스로의 자금에 접근할 " -#~ "수 없게 됩니다." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 3f45a389b..705628794 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" msgstr "대시 코어 지갑을 다운로드하고 설치하는 방법. 컴필레이션 가이드도 사용가능합니다." -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "대시, 코어, 지갑, 리눅스, 윈도우, 맥os, 설치, 컴파일" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 157c65412..0ef7d8682 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Rina L , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" @@ -35,11 +35,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:18 @@ -76,8 +76,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:38 @@ -94,8 +94,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 @@ -104,8 +104,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -114,8 +114,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:51 @@ -125,8 +125,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:58 @@ -153,8 +153,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:76 @@ -191,9 +191,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -204,10 +204,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -235,20 +235,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -262,11 +261,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -295,9 +293,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -321,12 +319,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 @@ -335,8 +332,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:194 @@ -357,8 +354,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:203 @@ -367,30 +364,28 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -409,8 +404,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:254 @@ -423,8 +418,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." @@ -437,8 +432,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:273 @@ -447,11 +442,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:278 @@ -460,9 +455,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:284 @@ -471,11 +466,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -486,8 +480,8 @@ msgstr "" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -496,14 +490,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:303 @@ -514,9 +508,9 @@ msgstr "" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -530,15 +524,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -547,10 +540,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -559,10 +552,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -571,14 +564,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:352 @@ -587,9 +579,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -598,8 +590,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -612,9 +604,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -624,8 +616,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -649,10 +641,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -661,11 +653,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -674,10 +666,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -698,12 +690,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:429 @@ -712,11 +704,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:436 @@ -727,9 +718,9 @@ msgstr "" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:443 @@ -738,10 +729,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -775,9 +766,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:469 @@ -786,9 +777,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:477 @@ -796,14 +787,13 @@ msgid "Third party transaction URLs" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:480 @@ -812,8 +802,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -826,9 +816,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -873,8 +863,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:523 @@ -883,8 +873,8 @@ msgstr "네트워크" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -902,9 +892,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:536 @@ -913,8 +903,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:539 @@ -924,9 +914,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -941,9 +931,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -956,10 +946,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:576 @@ -972,9 +961,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:588 @@ -988,10 +977,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:599 @@ -1000,8 +989,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1011,12 +1000,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1026,9 +1015,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:619 @@ -1038,37 +1027,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index f3e7dd962..b6716abc5 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 1b4225365..ed9a4cb6b 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Yujin Joe , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 058ff5d59..d7c6e7cd6 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/index.po index fb0caa041..394484616 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 4dde59121..73f2d64ae 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/security.po index fa01808fa..7eded6b76 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 8ea593f55..af6de6a1e 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/ko/LC_MESSAGES/docs/user/wallets/hardware.po index 439a1cf0c..66c5efbc8 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-hardware.po index bcd234d50..c2eeda39c 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-paper.po index 578ae102a..e73ad3848 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-text.po index c49b10271..f712b89d9 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-third-party.po index b83900cf4..1cdeed5e5 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index-web.po index eba6028fe..4697ee319 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/index.po index 6cd774b39..725f31a10 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "대시 암호화폐를 사용하고 지출하는 다른 지갑에 대한 설명" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 9e21b1e83..2d243bad8 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -41,10 +39,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -91,8 +89,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -127,4 +125,3 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 31af742ff..dcf70f60b 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/index.po index eec828242..a5418c870 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/installation.po index 7ee1dbde4..c8f2f1090 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Rina L , 2022\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/paper.po b/locale/ko/LC_MESSAGES/docs/user/wallets/paper.po index f793b7045..3385d10b3 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/ko/LC_MESSAGES/docs/user/wallets/recovery.po index d9440385f..36ac3ce03 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,32 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # hanukoon , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: hanukoon , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" #: ../../docs/user/wallets/recovery.rst:9 @@ -36,11 +37,11 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" #: ../../docs/user/wallets/recovery.rst:20 @@ -51,9 +52,9 @@ msgstr "" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" #: ../../docs/user/wallets/recovery.rst:28 @@ -72,15 +73,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" #: ../../docs/user/wallets/recovery.rst:37 @@ -91,8 +92,8 @@ msgstr "" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" #: ../../docs/user/wallets/recovery.rst:40 @@ -119,21 +120,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" #: ../../docs/user/wallets/recovery.rst:55 @@ -149,13 +150,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -166,14 +166,13 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" #: ../../docs/user/wallets/recovery.rst:91 @@ -198,8 +197,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:95 @@ -212,8 +211,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -225,20 +224,21 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" #: ../../docs/user/wallets/recovery.rst:107 @@ -284,21 +284,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -307,12 +307,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -321,29 +321,28 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -359,8 +358,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" #: ../../docs/user/wallets/recovery.rst:189 @@ -369,23 +368,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -401,20 +400,20 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -427,14 +426,14 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" #: ../../docs/user/wallets/recovery.rst:274 @@ -453,15 +452,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" #: ../../docs/user/wallets/recovery.rst:286 @@ -475,15 +474,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" #: ../../docs/user/wallets/recovery.rst:304 @@ -499,13 +498,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" #: ../../docs/user/wallets/recovery.rst:319 @@ -558,24 +556,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -584,12 +581,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -609,24 +606,24 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" #: ../../docs/user/wallets/recovery.rst:399 @@ -635,16 +632,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" #: ../../docs/user/wallets/recovery.rst:412 @@ -654,10 +650,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "" - -#~ msgid "" -#~ "`Ledger Nano S `_" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/signing.po b/locale/ko/LC_MESSAGES/docs/user/wallets/signing.po index f35a86f21..8f1bb9ea9 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/text.po b/locale/ko/LC_MESSAGES/docs/user/wallets/text.po index c7820389c..2213730dc 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po index b9b065ac5..247914b86 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Rina L , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Rina L , 2022\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -39,12 +39,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" @@ -59,8 +59,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -83,9 +83,9 @@ msgstr "설치하기" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -131,22 +131,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -165,11 +164,10 @@ msgstr "" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" #: ../../docs/user/wallets/third-party.rst:131 @@ -201,21 +199,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" @@ -235,11 +231,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" #: ../../docs/user/wallets/third-party.rst:206 @@ -249,11 +245,10 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -277,20 +272,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -340,16 +333,15 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -376,8 +368,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -401,17 +393,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -423,14 +415,14 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:362 @@ -447,36 +439,35 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:410 @@ -538,26 +529,25 @@ msgstr "" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" #: ../../docs/user/wallets/third-party.rst:495 @@ -574,23 +564,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -607,9 +596,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -622,9 +611,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -641,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -657,8 +644,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -675,28 +662,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -714,332 +699,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "" - -#~ msgid "Evercoin" -#~ msgstr "" - -#~ msgid "https://evercoin.com" -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "" - -#~ msgid "Jaxx" -#~ msgstr "" - -#~ msgid "https://jaxx.io" -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "" - -#~ msgid "https://paytomat.com" -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "" - diff --git a/locale/ko/LC_MESSAGES/docs/user/wallets/web.po b/locale/ko/LC_MESSAGES/docs/user/wallets/web.po index 1e8569cf1..4aac4f05a 100644 --- a/locale/ko/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ko/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/ko/LC_MESSAGES/index.po b/locale/ko/LC_MESSAGES/index.po index cb5f54e13..af0e94ee7 100644 --- a/locale/ko/LC_MESSAGES/index.po +++ b/locale/ko/LC_MESSAGES/index.po @@ -1,38 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Rina L , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Rina L , 2018\n" -"Language: ko\n" -"Language-Team: Korean (https://www.transifex.com/dash/teams/37570/ko/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Korean (https://app.transifex.com/dash/teams/37570/ko/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "Dash 설명서는 결제 업계에 중점을 둔 공개 소스 피어-투-피어 암호화폐인 Dash에 대한 정보와 가이드라인을 제공합니다." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -43,30 +43,28 @@ msgstr "Dash 설명서" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -75,8 +73,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -89,8 +87,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -103,17 +101,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po b/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po index f90a70090..a80a6521c 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/index.po b/locale/pt/LC_MESSAGES/docs/user/developers/index.po index 5f5b64bf8..005cf1f02 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,21 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -41,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -76,14 +74,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" "As seções restantes disponíveis abaixo descrevem as etapas práticas para " "executar tarefas comuns de desenvolvimento no Dash." @@ -101,22 +99,3 @@ msgstr "" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/insight.po b/locale/pt/LC_MESSAGES/docs/user/developers/insight.po index feaa0d9cd..783189c26 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/insight.po @@ -1,37 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -41,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -87,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -98,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po index 6c05f4dec..b0f9b4c69 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,31 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -37,8 +33,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -78,11 +74,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -95,10 +90,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -130,9 +125,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -155,9 +150,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -184,18 +179,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -216,9 +210,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -244,15 +237,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 @@ -273,17 +266,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -295,8 +288,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" #: ../../docs/user/developers/integration-apis.rst:179 @@ -309,8 +301,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -318,8 +310,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -329,17 +321,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -350,15 +341,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po index d7584b471..b2f76c6e4 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,25 +10,21 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -38,10 +34,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -55,10 +51,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -79,8 +75,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -114,9 +110,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -168,8 +163,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -201,8 +196,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" @@ -233,9 +228,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -256,11 +251,11 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -278,7 +273,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -300,10 +296,3 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/integration.po b/locale/pt/LC_MESSAGES/docs/user/developers/integration.po index ca03dc4fa..6dd401e7e 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/integration.po @@ -1,33 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -46,10 +44,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -58,21 +56,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -93,16 +91,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -112,14 +109,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -130,7 +127,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -162,9 +160,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -174,26 +172,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -294,48 +291,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -350,36 +346,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -389,9 +384,9 @@ msgstr "" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -399,7 +394,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" #: ../../docs/user/developers/integration.rst:178 @@ -411,10 +407,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -424,10 +420,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -438,16 +434,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -481,8 +477,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -491,29 +487,27 @@ msgstr "" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -537,8 +531,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" @@ -550,8 +544,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -581,19 +574,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -602,9 +594,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 @@ -619,17 +610,17 @@ msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -646,19 +637,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -693,7 +684,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -701,133 +693,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po b/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po index 97519609f..d747f0d1a 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: oscar junior , 2023\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po b/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po index 33679739a..e5792d436 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,23 +14,19 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -41,12 +38,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:18 @@ -55,8 +52,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" #: ../../docs/user/developers/testnet.rst:21 @@ -69,8 +66,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" #: ../../docs/user/developers/testnet.rst:25 @@ -79,8 +76,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" #: ../../docs/user/developers/testnet.rst:32 @@ -89,10 +86,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -102,9 +99,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -169,8 +166,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" #: ../../docs/user/developers/testnet.rst:75 @@ -193,17 +189,17 @@ msgstr "Masternodes" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -214,8 +210,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" #: ../../docs/user/developers/testnet.rst:94 @@ -226,9 +222,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -239,23 +235,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -264,12 +259,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -353,11 +348,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -390,12 +385,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -433,11 +428,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -482,12 +477,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -534,12 +529,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -562,8 +557,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" #: ../../docs/user/developers/testnet.rst:266 @@ -589,24 +584,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/translating.po b/locale/pt/LC_MESSAGES/docs/user/developers/translating.po index ace6554d5..83aca8554 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/earning-spending.po b/locale/pt/LC_MESSAGES/docs/user/earning-spending.po index 69555a734..38543d789 100644 --- a/locale/pt/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/pt/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po index afae29613..36d9f4137 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/index.po b/locale/pt/LC_MESSAGES/docs/user/governance/index.po index 5efaa11e1..5f9ffcaba 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po b/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po index 74048ab6b..cb83c601f 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/using.po b/locale/pt/LC_MESSAGES/docs/user/governance/using.po index 824cdde14..264a58797 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/using.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,21 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -38,8 +36,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -80,8 +78,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -113,27 +111,25 @@ msgid "Budgets" msgstr "" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -153,8 +149,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" #: ../../docs/user/governance/using.rst:64 @@ -188,26 +184,23 @@ msgid "" msgstr "" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" #: ../../docs/user/governance/using.rst:86 @@ -217,8 +210,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" #: ../../docs/user/governance/using.rst:92 @@ -239,11 +232,11 @@ msgstr "" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" #: ../../docs/user/governance/using.rst:108 @@ -363,10 +356,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" #: ../../docs/user/governance/using.rst:150 @@ -379,19 +372,19 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -400,37 +393,36 @@ msgstr "" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" #: ../../docs/user/governance/using.rst:213 @@ -439,10 +431,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" #: ../../docs/user/governance/using.rst:221 @@ -457,8 +449,8 @@ msgstr "" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" @@ -469,8 +461,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -491,12 +483,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -522,18 +513,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -546,8 +537,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -572,17 +562,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -590,7 +582,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -601,8 +594,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -611,20 +604,20 @@ msgstr "" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -653,25 +646,24 @@ msgstr "" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." msgstr "" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" #: ../../docs/user/governance/using.rst:382 @@ -685,12 +677,12 @@ msgstr "" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" #: ../../docs/user/governance/using.rst:398 @@ -703,19 +695,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -729,8 +721,8 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -755,32 +747,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/index.po b/locale/pt/LC_MESSAGES/docs/user/index.po index bedc48ffa..769dfc541 100644 --- a/locale/pt/LC_MESSAGES/docs/user/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/about.po b/locale/pt/LC_MESSAGES/docs/user/introduction/about.po index 4a73eaf1c..13dd64487 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/features.po b/locale/pt/LC_MESSAGES/docs/user/introduction/features.po index 784b73227..a5b39f1f9 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/features.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2023\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -92,11 +90,11 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" -"Governança Descentralizada Por Blockchain permite que os proprietários de" -" masternode votem em propostas de orçamento e decisões que afetam Dash" +"Governança Descentralizada Por Blockchain permite que os proprietários de " +"masternode votem em propostas de orçamento e decisões que afetam Dash" #: ../../docs/user/introduction/features.rst:35 msgid "Masternodes" @@ -105,15 +103,15 @@ msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -125,68 +123,66 @@ msgid "" "**InstantSend** allows for near-instant transactions. Dash InstantSend " "transactions are fully confirmed within two seconds." msgstr "" -"**InstantSend** permite transações quase instantâneas. As transações do " -"Dash InstantSend são totalmente confirmadas em dois segundos." +"**InstantSend** permite transações quase instantâneas. As transações do Dash" +" InstantSend são totalmente confirmadas em dois segundos." #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" -"**O Dash Evolution** tornará o uso da criptomoeda tão fácil quanto usar o" -" PayPal." +"**O Dash Evolution** tornará o uso da criptomoeda tão fácil quanto usar o " +"PayPal." #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Masternodes" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -194,9 +190,8 @@ msgid "Masternode" msgstr "" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Masternodes" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -253,12 +248,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -274,39 +269,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -314,25 +309,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -341,64 +335,59 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." -msgstr "" -"Criptomoedas descentralizadas devem esperar por um certo período de tempo" -" para que blocos suficientes passem para garantir que uma transação seja " -"irreversível e não uma tentativa de gasto duplo o dinheiro que já foi " -"gasto em outro lugar. Esse processo é demorado e pode levar de 15 minutos" -" a uma hora para que o número amplamente aceito de seis blocos se " -"acumule. Outras criptomoedas atingem um tempo de confirmação de transação" -" mais rápido centralizando a autoridade na rede em vários níveis." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." +msgstr "" +"Criptomoedas descentralizadas devem esperar por um certo período de tempo " +"para que blocos suficientes passem para garantir que uma transação seja " +"irreversível e não uma tentativa de gasto duplo o dinheiro que já foi gasto " +"em outro lugar. Esse processo é demorado e pode levar de 15 minutos a uma " +"hora para que o número amplamente aceito de seis blocos se acumule. Outras " +"criptomoedas atingem um tempo de confirmação de transação mais rápido " +"centralizando a autoridade na rede em vários níveis." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "" -"A tecnologia InstantSend permitirá que moedas criptografadas, como o " -"Dash, concorram com sistemas de transação quase instantâneos, como " -"cartões de crédito para situações de ponto de venda, sem depender de uma " -"autoridade centralizada. A aceitação generalizada por parte do fornecedor" -" do Dash e do InstantSend poderá revolucionar a criptomoeda, encurtando o" -" atraso na confirmação de transações de uma hora (com o Bitcoin) para " -"apenas alguns segundos." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"A tecnologia InstantSend permitirá que moedas criptografadas, como o Dash, " +"concorram com sistemas de transação quase instantâneos, como cartões de " +"crédito para situações de ponto de venda, sem depender de uma autoridade " +"centralizada. A aceitação generalizada por parte do fornecedor do Dash e do " +"InstantSend poderá revolucionar a criptomoeda, encurtando o atraso na " +"confirmação de transações de uma hora (com o Bitcoin) para apenas alguns " +"segundos." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -406,8 +395,8 @@ msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" -"**Como o Dash 'InstantSend' protege os comerciantes de duplos gastos**, " -"Dash Detailed de Amanda B. Johnson, 16 de setembro de 2016" +"**Como o Dash 'InstantSend' protege os comerciantes de duplos gastos**, Dash" +" Detailed de Amanda B. Johnson, 16 de setembro de 2016" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" @@ -416,18 +405,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -436,41 +425,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -480,65 +467,62 @@ msgstr "Sporks" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." -msgstr "" -"Em resposta a problemas imprevistos com o lançamento da atualização " -"\"RC3\" principal em junho de 2014, a equipe de desenvolvimento do Dash " -"criou um mecanismo pelo qual o código atualizado é liberado para a rede, " -"mas não imediatamente ativado (\"imposto\"). Essa inovação permite " -"transições muito mais suaves do que no paradigma do fork rígido " -"tradicional, bem como a coleta de dados de teste no ambiente de rede ao " -"vivo. Esse processo de forjamento em várias fases era originalmente " -"chamado de \"soft forking\", mas a comunidade o apelidou carinhosamente " -"de \"the spork\" e o nome ficou." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." +msgstr "" +"Em resposta a problemas imprevistos com o lançamento da atualização \"RC3\" " +"principal em junho de 2014, a equipe de desenvolvimento do Dash criou um " +"mecanismo pelo qual o código atualizado é liberado para a rede, mas não " +"imediatamente ativado (\"imposto\"). Essa inovação permite transições muito " +"mais suaves do que no paradigma do fork rígido tradicional, bem como a " +"coleta de dados de teste no ambiente de rede ao vivo. Esse processo de " +"forjamento em várias fases era originalmente chamado de \"soft forking\", " +"mas a comunidade o apelidou carinhosamente de \"the spork\" e o nome ficou." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." +msgstr "" +"Novos recursos ou versões do Dash passam por testes extensivos no testnet " +"antes de serem liberados para a rede principal. Quando um novo recurso ou " +"versão do Dash é lançado na mainnet, a comunicação é enviada aos usuários " +"informando sobre a alteração e a necessidade de atualizar seus clientes. " +"Aqueles que atualizam seus clientes executam o novo código, mas ele não é " +"ativado até que uma porcentagem suficiente de participantes da rede " +"(geralmente 80%) chegue a um consenso sobre sua execução. No caso de " +"ocorrerem erros com o novo código, os blocos do cliente não serão rejeitados" +" pela rede e os forks indesejados serão evitados. Os dados sobre o erro " +"podem então ser coletados e encaminhados para a equipe de desenvolvimento. " +"Uma vez que a equipe de desenvolvimento esteja satisfeita com a estabilidade" +" do novo código no ambiente mainnet - e uma vez atingido o consenso de rede " +"aceitável - o cumprimento do código atualizado pode ser ativado remotamente " +"por vários membros da equipe principal de desenvolvimento assinando uma " +"mensagem de rede junto com seus respectivos parceiros privados. chaves. Caso" +" ocorram problemas, o código pode ser desativado da mesma maneira, sem a " +"necessidade de uma reversão em toda a rede ou de uma atualização do cliente." +" Para detalhes técnicos sobre sporks individuais, consulte :ref:`here " "`." -msgstr "" -"Novos recursos ou versões do Dash passam por testes extensivos no testnet" -" antes de serem liberados para a rede principal. Quando um novo recurso " -"ou versão do Dash é lançado na mainnet, a comunicação é enviada aos " -"usuários informando sobre a alteração e a necessidade de atualizar seus " -"clientes. Aqueles que atualizam seus clientes executam o novo código, mas" -" ele não é ativado até que uma porcentagem suficiente de participantes da" -" rede (geralmente 80%) chegue a um consenso sobre sua execução. No caso " -"de ocorrerem erros com o novo código, os blocos do cliente não serão " -"rejeitados pela rede e os forks indesejados serão evitados. Os dados " -"sobre o erro podem então ser coletados e encaminhados para a equipe de " -"desenvolvimento. Uma vez que a equipe de desenvolvimento esteja " -"satisfeita com a estabilidade do novo código no ambiente mainnet - e uma " -"vez atingido o consenso de rede aceitável - o cumprimento do código " -"atualizado pode ser ativado remotamente por vários membros da equipe " -"principal de desenvolvimento assinando uma mensagem de rede junto com " -"seus respectivos parceiros privados. chaves. Caso ocorram problemas, o " -"código pode ser desativado da mesma maneira, sem a necessidade de uma " -"reversão em toda a rede ou de uma atualização do cliente. Para detalhes " -"técnicos sobre sporks individuais, consulte :ref:`here `." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" @@ -546,66 +530,62 @@ msgstr "Hash Algoritimo X11" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." -msgstr "" -"O X11 é um algoritmo de hash amplamente utilizado, criado pelo " -"desenvolvedor do núcleo do Dash, Evan Duffield. O algoritmo de hashing " -"encadeado do X11 utiliza uma sequência de onze algoritmos de hashing " -"científico para a prova de trabalho. Isso é para que a distribuição do " -"processamento seja justa e as moedas sejam distribuídas da mesma maneira " -"que as do Bitcoin eram originalmente. O X11 pretendia tornar os ASICs " -"muito mais difíceis de criar, dando à moeda muito tempo para se " -"desenvolver antes que a centralização da mineração se tornasse uma " -"ameaça. Esta abordagem foi amplamente bem sucedida; a partir do início de" -" 2016, os ASICs para o X11 agora existem e compreendem uma porção " -"significativa do hashrate da rede, mas não resultaram no nível de " -"centralização presente no Bitcoin. Informações sobre mineração com X11 " -"podem ser encontradas na seção :ref:`Mining ` section of this " -"documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." +msgstr "" +"O X11 é um algoritmo de hash amplamente utilizado, criado pelo desenvolvedor" +" do núcleo do Dash, Evan Duffield. O algoritmo de hashing encadeado do X11 " +"utiliza uma sequência de onze algoritmos de hashing científico para a prova " +"de trabalho. Isso é para que a distribuição do processamento seja justa e as" +" moedas sejam distribuídas da mesma maneira que as do Bitcoin eram " +"originalmente. O X11 pretendia tornar os ASICs muito mais difíceis de criar," +" dando à moeda muito tempo para se desenvolver antes que a centralização da " +"mineração se tornasse uma ameaça. Esta abordagem foi amplamente bem " +"sucedida; a partir do início de 2016, os ASICs para o X11 agora existem e " +"compreendem uma porção significativa do hashrate da rede, mas não resultaram" +" no nível de centralização presente no Bitcoin. Informações sobre mineração " +"com X11 podem ser encontradas na seção :ref:`Mining ` section of " +"this documentation." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." -msgstr "" -"X11 é o nome do algoritmo de prova de trabalho (**PoW**) que foi " -"introduzido no Dash (lançado em janeiro de 2014 como \"Xcoin\"). Foi " -"parcialmente inspirado pela abordagem hashing encadeada de Quark, " -"acrescentando mais \"profundidade\" e complexidade, aumentando o número " -"de hashes, ainda difere de Quark em que as rodadas de hashes são " -"determinadas *a priori* em vez de ter alguns hashes sendo escolhido " -"aleatoriamente." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." +msgstr "" +"X11 é o nome do algoritmo de prova de trabalho (**PoW**) que foi introduzido" +" no Dash (lançado em janeiro de 2014 como \"Xcoin\"). Foi parcialmente " +"inspirado pela abordagem hashing encadeada de Quark, acrescentando mais " +"\"profundidade\" e complexidade, aumentando o número de hashes, ainda difere" +" de Quark em que as rodadas de hashes são determinadas *a priori* em vez de " +"ter alguns hashes sendo escolhido aleatoriamente." #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" "O algoritmo X11 usa várias rodadas de 11 hashes diferentes (blake, bmw, " -"groestl, jh, keccak, meada, luffa, cubehash, shavite, simd, eco), " -"tornando-o um dos hashes criptográficos mais seguros e sofisticados em " -"uso pelos modernos criptomoedas. O nome X11 não está relacionado ao " -"sistema de janelas X11 de código-fonte aberto comum em sistemas " -"operacionais semelhantes a UNIX." +"groestl, jh, keccak, meada, luffa, cubehash, shavite, simd, eco), tornando-o" +" um dos hashes criptográficos mais seguros e sofisticados em uso pelos " +"modernos criptomoedas. O nome X11 não está relacionado ao sistema de janelas" +" X11 de código-fonte aberto comum em sistemas operacionais semelhantes a " +"UNIX." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -616,66 +596,65 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." -msgstr "" -"A maior complexidade e sofisticação do algoritmo encadeado fornece níveis" -" aprimorados de segurança e menos incerteza para uma moeda digital, em " -"comparação com soluções de PoW com um único hash que não estão protegidas" -" contra riscos de segurança, como SPOF (Single Point Of Failure). Por " -"exemplo, um avanço de computação, mas não provável, que \"quebra\" o hash" -" SHA256 poderia colocar em risco toda a rede Bitcoin até que a rede mude " +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." +msgstr "" +"A maior complexidade e sofisticação do algoritmo encadeado fornece níveis " +"aprimorados de segurança e menos incerteza para uma moeda digital, em " +"comparação com soluções de PoW com um único hash que não estão protegidas " +"contra riscos de segurança, como SPOF (Single Point Of Failure). Por " +"exemplo, um avanço de computação, mas não provável, que \"quebra\" o hash " +"SHA256 poderia colocar em risco toda a rede Bitcoin até que a rede mude " "através de uma bifurcação para outro hash criptográfico." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" -"No caso de uma descoberta de computação semelhante, uma moeda digital " -"usando o X11 PoW continuaria a funcionar com segurança, a menos que todos" -" os 11 hashes fossem quebrados simultaneamente. Mesmo se alguns dos 11 " -"hashes se provassem não confiáveis, haveria um aviso adequado para uma " -"moeda usando o X11 para tomar medidas e substituir os hashes " -"problemáticos por outros algoritmos hash mais confiáveis." +"No caso de uma descoberta de computação semelhante, uma moeda digital usando" +" o X11 PoW continuaria a funcionar com segurança, a menos que todos os 11 " +"hashes fossem quebrados simultaneamente. Mesmo se alguns dos 11 hashes se " +"provassem não confiáveis, haveria um aviso adequado para uma moeda usando o " +"X11 para tomar medidas e substituir os hashes problemáticos por outros " +"algoritmos hash mais confiáveis." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." -msgstr "" -"Dada a natureza especulativa das moedas digitais e suas incertezas " -"inerentes como um novo campo, o algoritmo X11 pode fornecer maior " -"confiança para seus usuários e potenciais investidores que as abordagens " -"single-hash não podem. Soluções de hashing encadeadas, como o X11, " -"proporcionam maior segurança e longevidade para fins de armazenamento de " -"riqueza, diversificação de investimentos e proteção contra riscos " -"associados a moedas com hashing único afetadas por SPOF (Single Point Of " -"Failure - Ponto Único de Falha)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." +msgstr "" +"Dada a natureza especulativa das moedas digitais e suas incertezas inerentes" +" como um novo campo, o algoritmo X11 pode fornecer maior confiança para seus" +" usuários e potenciais investidores que as abordagens single-hash não podem." +" Soluções de hashing encadeadas, como o X11, proporcionam maior segurança e " +"longevidade para fins de armazenamento de riqueza, diversificação de " +"investimentos e proteção contra riscos associados a moedas com hashing único" +" afetadas por SPOF (Single Point Of Failure - Ponto Único de Falha)." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" -"Evan Duffield, o criador do Dash e do X11, escreveu em várias ocasiões " -"que o X11 foi integrado ao Dash não com a intenção de impedir que os " -"fabricantes de ASIC criem ASICs para o X11 no futuro, mas sim fornecer um" -" caminho migratório similar. Bitcoin tinha (CPUs, GPUs, ASICs)." +"Evan Duffield, o criador do Dash e do X11, escreveu em várias ocasiões que o" +" X11 foi integrado ao Dash não com a intenção de impedir que os fabricantes " +"de ASIC criem ASICs para o X11 no futuro, mas sim fornecer um caminho " +"migratório similar. Bitcoin tinha (CPUs, GPUs, ASICs)." #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -684,27 +663,27 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." -msgstr "" -"**DGW** ou *Dark Gravity Wave* é um algoritmo de ajuste de dificuldade de" -" código aberto para criptomoedas baseadas em Bitcoin que foi usado pela " -"primeira vez no Dash e desde então apareceu em outras moedas digitais. " -"DGW foi criado por Evan Duffield, o desenvolvedor e criador do Dash, como" -" uma resposta a uma exploração temporal encontrada em *Kimoto's Gravity " -"Well*. No conceito, DGW é semelhante ao Kimoto Gravity Well, ajustando os" -" níveis de dificuldade a cada bloco (em vez de cada Blocos de 2016 como o" -" Bitcoin) com base em dados estatísticos de blocos encontrados " -"recentemente. Isso possibilita a emissão de blocos com tempos " -"relativamente consistentes, mesmo que o poder de hashing sofra grandes " -"flutuações, sem sofrer com a exploração do tempo-warp." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." +msgstr "" +"**DGW** ou *Dark Gravity Wave* é um algoritmo de ajuste de dificuldade de " +"código aberto para criptomoedas baseadas em Bitcoin que foi usado pela " +"primeira vez no Dash e desde então apareceu em outras moedas digitais. DGW " +"foi criado por Evan Duffield, o desenvolvedor e criador do Dash, como uma " +"resposta a uma exploração temporal encontrada em *Kimoto's Gravity Well*. No" +" conceito, DGW é semelhante ao Kimoto Gravity Well, ajustando os níveis de " +"dificuldade a cada bloco (em vez de cada Blocos de 2016 como o Bitcoin) com " +"base em dados estatísticos de blocos encontrados recentemente. Isso " +"possibilita a emissão de blocos com tempos relativamente consistentes, mesmo" +" que o poder de hashing sofra grandes flutuações, sem sofrer com a " +"exploração do tempo-warp." #: ../../docs/user/introduction/features.rst:363 msgid "" @@ -716,15 +695,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" -"A versão 3.0 foi implementada em 14 de maio de 2014 para melhorar ainda " -"mais a dificuldade de redirecionamento com transições mais suaves. Ele " -"também corrige problemas com várias arquiteturas que tinham diferentes " -"níveis de precisão de ponto flutuante por meio do uso de inteiros." +"A versão 3.0 foi implementada em 14 de maio de 2014 para melhorar ainda mais" +" a dificuldade de redirecionamento com transições mais suaves. Ele também " +"corrige problemas com várias arquiteturas que tinham diferentes níveis de " +"precisão de ponto flutuante por meio do uso de inteiros." #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -734,49 +713,46 @@ msgstr "Taxa de emissão" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" "Criptomoedas como Dash e Bitcoin são criadas através de um processo " -"criptograficamente difícil conhecido como mineração. A mineração envolve " -"a resolução repetida de :ref:`algoritmos hash ` até " -"uma solução válida para a atual :ref:`dificuldade de mineração ` é descoberto. Uma vez descoberto, o minerador pode criar " -"novas unidades da moeda. Isso é conhecido como a recompensa de bloco. " -"Para garantir que a moeda não esteja sujeita à inflação sem fim, a " -"recompensa em bloco é reduzida em intervalos regulares, como `mostrado " -"neste cálculo `_. A " -"representação gráfica desses dados resulta em uma curva mostrando o total" -" de moedas em circulação, conhecido como taxa de emissão de moedas." +"criptograficamente difícil conhecido como mineração. A mineração envolve a " +"resolução repetida de :ref:`algoritmos hash ` até uma " +"solução válida para a atual :ref:`dificuldade de mineração ` é descoberto. Uma vez descoberto, o minerador pode criar novas " +"unidades da moeda. Isso é conhecido como a recompensa de bloco. Para " +"garantir que a moeda não esteja sujeita à inflação sem fim, a recompensa em " +"bloco é reduzida em intervalos regulares, como `mostrado neste cálculo " +"`_. A representação gráfica desses dados " +"resulta em uma curva mostrando o total de moedas em circulação, conhecido " +"como taxa de emissão de moedas." #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" "Embora o Dash seja baseado no Bitcoin, ele modifica significativamente a " -"taxa de emissão de moedas para oferecer uma redução mais suave na emissão" -" de moedas ao longo do tempo. Enquanto Bitcoin reduz a taxa de emissão de" -" moeda em 50% a cada 4 anos, Dash reduz a emissão em um décimo quarto " -"(aprox. 7,14%) a cada 210240 blocos (aprox. 383,25 dias) .Pode ser visto " -"que reduzir a recompensa de bloco por um montante menor a cada ano " -"oferece uma transição mais suave para uma economia baseada em taxas do " -"que o Bitcoin." +"taxa de emissão de moedas para oferecer uma redução mais suave na emissão de" +" moedas ao longo do tempo. Enquanto Bitcoin reduz a taxa de emissão de moeda" +" em 50% a cada 4 anos, Dash reduz a emissão em um décimo quarto (aprox. " +"7,14%) a cada 210240 blocos (aprox. 383,25 dias) .Pode ser visto que reduzir" +" a recompensa de bloco por um montante menor a cada ano oferece uma " +"transição mais suave para uma economia baseada em taxas do que o Bitcoin." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -787,49 +763,46 @@ msgid "Total coin emission" msgstr "Emissão total de moedas" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`Emissão total de moeda do Bitcoin " "`_" -" pode ser calculado como a soma de uma série geométrica, com a emissão " -"total se aproximando (mas nunca atingindo) 21.000.000 BTC. Isso " -"continuará até 2140, mas a recompensa da mineração reduz tão rapidamente " -"que 99% de todos os bitcoins estarão em circulação até 2036 e 99,9% até " -"2048." +" pode ser calculado como a soma de uma série geométrica, com a emissão total" +" se aproximando (mas nunca atingindo) 21.000.000 BTC. Isso continuará até " +"2140, mas a recompensa da mineração reduz tão rapidamente que 99% de todos " +"os bitcoins estarão em circulação até 2036 e 99,9% até 2048." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`Emissão total de moeda da Dash `_ é " -"também a soma de uma série geométrica, mas a emissão total final da moeda" -" é incerta porque não se pode saber quanto da recompensa do bloco de 10% " -"reservada para propostas do orçamento será alocada realmente, desde que " -"esta depende do comportamento de votação futuro. Dash continuará a emitir" -" moedas por aproximadamente 192 anos antes de um ano inteiro de mineração" -" cria menos de 1 traço. Após 2209 apenas mais 14 traço será criado. O " -"último Dash levará 231 anos para ser gerado, começando em 2246 e " -"terminando quando a emissão pára completamente em 2477. Com base nesses " -"números, uma oferta de moeda máxima e mínima possível no ano 2254 pode " -"ser calculada entre:" +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ é também" +" a soma de uma série geométrica, mas a emissão total final da moeda é " +"incerta porque não se pode saber quanto da recompensa do bloco de 10% " +"reservada para propostas do orçamento será alocada realmente, desde que esta" +" depende do comportamento de votação futuro. Dash continuará a emitir moedas" +" por aproximadamente 192 anos antes de um ano inteiro de mineração cria " +"menos de 1 traço. Após 2209 apenas mais 14 traço será criado. O último Dash " +"levará 231 anos para ser gerado, começando em 2246 e terminando quando a " +"emissão pára completamente em 2477. Com base nesses números, uma oferta de " +"moeda máxima e mínima possível no ano 2254 pode ser calculada entre:" #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -852,20 +825,18 @@ msgid "Block reward allocation" msgstr "Alocação de recompensas de bloco" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -887,19 +858,18 @@ msgstr "Orçamento de Governança Descentralizada" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1107,9 +1077,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1285,21 +1254,20 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" "Esta documentação é baseada em cálculos e posts de moocowmoo. Por favor, " "veja `este post do reddit `_ para mais detalhes, ou " "execute seus próprios cálculos de emissões usando `esta ferramenta " -"`_. Veja `este " -"site `_ para dados ao vivo nas estatísticas " -"atuais da rede." +"`_. Veja `este site " +"`_ para dados ao vivo nas estatísticas atuais " +"da rede." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1307,43 +1275,40 @@ msgstr "Governança Descentralizada" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" "Você pode ler mais sobre a governança do Dash na seção :ref:`governance` " "desta documentação." @@ -1354,19 +1319,18 @@ msgstr "Sentinel" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1379,35 +1343,34 @@ msgstr "Taxas" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1445,29 +1408,29 @@ msgstr "Por kB de dados de transação" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1477,83 +1440,82 @@ msgstr "Evolution" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" "Incluído abaixo está o nosso trabalho atual no Evolution, que adiciona " "muitos componentes como:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" "**DAPI:** Uma API descentralizada que permite que usuários de terceira " "camada acessem a rede com segurança" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" -"**DashPay Carteiras Descentralizadas:** Essas carteiras são clientes " -"leves conectados à rede via DAPI e executados em várias plataformas" +"**DashPay Carteiras Descentralizadas:** Essas carteiras são clientes leves " +"conectados à rede via DAPI e executados em várias plataformas" #: ../../docs/user/introduction/features.rst:675 msgid "" "**Second Tier:** The masternode network, which provides compensated " "infrastructure for the project" msgstr "" -"**Segunda Camada:** A rede masternode, que fornece infraestrutura " -"compensada para o projeto" +"**Segunda Camada:** A rede masternode, que fornece infraestrutura compensada" +" para o projeto" #: ../../docs/user/introduction/features.rst:677 msgid "" "**Budgets:** The second tier is given voting power to allocate funds for " "specific projects on the network via the budget system" msgstr "" -"**Budgets:** O segundo nível é dado o poder de voto para alocar fundos " -"para projetos específicos na rede através do sistema de orçamento" +"**Budgets:** O segundo nível é dado o poder de voto para alocar fundos para " +"projetos específicos na rede através do sistema de orçamento" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" -"**Governanca:** O segundo escalão tem poder de voto para governar a moeda" -" e traçar o rumo que a moeda leva." +"**Governanca:** O segundo escalão tem poder de voto para governar a moeda e " +"traçar o rumo que a moeda leva." #: ../../docs/user/introduction/features.rst:681 msgid "" @@ -1563,8 +1525,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" #: ../../docs/user/introduction/features.rst:688 @@ -1579,9 +1541,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" "Os vídeos a seguir, com o Dash Founder Evan Duffield e o Chefe de " "Desenvolvimento UI/UX, Chuck Williams, descrevem o processo de " @@ -1600,38 +1562,14 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "**Evolution Demo #3 - Dashpay User Experience**, 15 Maio2018" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" -"**Chuck Williams on Evolution**, Dash Conferencia em London, 14 Setembro " -"de 2017" +"**Chuck Williams on Evolution**, Dash Conferencia em London, 14 Setembro de " +"2017" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" -msgstr "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 Junho 2017" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgstr "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 Junho 2017" diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 9d882cd00..6c92fac24 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/information.po b/locale/pt/LC_MESSAGES/docs/user/introduction/information.po index b43548db7..1ab5cc835 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/information.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -120,7 +118,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" #: ../../docs/user/introduction/information.rst:45 @@ -156,7 +155,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" #: ../../docs/user/introduction/information.rst:55 @@ -343,8 +343,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" #: ../../docs/user/introduction/information.rst:115 @@ -395,12 +395,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" #: ../../docs/user/introduction/information.rst:147 @@ -440,9 +441,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashvotetracker.com" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -513,9 +513,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.coinexplorer.net/dash" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -539,8 +538,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" @@ -595,7 +593,8 @@ msgstr "" "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -619,8 +618,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgstr "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" @@ -646,11 +647,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" #: ../../docs/user/introduction/information.rst:251 @@ -662,15 +663,14 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" -"Um endereço Dash é usado para :ref:`enviar / receber um pagamento " -"` na rede Dash. Ele contém uma cadeia de " -"caracteres alfanuméricos, mas pode ser representado como um código QR. Um" -" endereço Dash é também a chave pública do par de chaves utilizadas por " -"titulares do Dash para assinar digitalmente transações (ver chave " -"pública)." +"Um endereço Dash é usado para :ref:`enviar / receber um pagamento ` na rede Dash. Ele contém uma cadeia de caracteres " +"alfanuméricos, mas pode ser representado como um código QR. Um endereço Dash" +" é também a chave pública do par de chaves utilizadas por titulares do Dash " +"para assinar digitalmente transações (ver chave pública)." #: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" @@ -679,9 +679,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" "Em matemática e ciência da computação, um `algoritmo " "`_ é um passo-a-passo conjunto " @@ -706,14 +706,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" "Técnicas de lavagem de dinheiro são usadas para impedir que as pessoas " -"converta recursos obtidos ilegalmente, para parecer como se tivessem sido" -" obtidos legalmente. mecanismos LMA pode ser legal ou de natureza " -"técnica. Reguladores frequentemente aplica técnicas de AML para trocas." +"converta recursos obtidos ilegalmente, para parecer como se tivessem sido " +"obtidos legalmente. mecanismos LMA pode ser legal ou de natureza técnica. " +"Reguladores frequentemente aplica técnicas de AML para trocas." #: ../../docs/user/introduction/information.rst:275 msgid "API" @@ -722,34 +722,33 @@ msgstr "" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" "Na `programação de computadores " -"`_, " -"uma `interface de programação de aplicações (API) " +"`_, uma" +" `interface de programação de aplicações (API) " "`_" " é um conjunto de rotinas, protocolos e ferramentas para a construção de " "software e aplicações." #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" "Uma API expressa um `componente de software " "`_" " em termos de suas operações, entradas, saídas e tipos subjacentes, " "definindo funcionalidades que são independentes das respectivas " -"implementações, o que permite definições e implementações para variar, " -"sem comprometer a interface. Uma boa API torna mais fácil para " -"desenvolver um programa, fornecendo todos os blocos de construção, que " -"são então colocadas em conjunto pelo programador." +"implementações, o que permite definições e implementações para variar, sem " +"comprometer a interface. Uma boa API torna mais fácil para desenvolver um " +"programa, fornecendo todos os blocos de construção, que são então colocadas " +"em conjunto pelo programador." #: ../../docs/user/introduction/information.rst:289 msgid "ASIC" @@ -757,15 +756,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" "Um circuito integrado de aplicação específica (ASIC) / eɪsɪk /, é um " -"circuito integrado (IC) personalizado para um uso específico, em vez de " -"ser utilizado para fins gerais. Por exemplo, um chip projetado para ser " +"circuito integrado (IC) personalizado para um uso específico, em vez de ser " +"utilizado para fins gerais. Por exemplo, um chip projetado para ser " "executado em um gravador de voz digital ou um :ref:`Mining Dash de alta " "eficiência ` é um ASIC" @@ -776,15 +774,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" -"A ATM Dash é uma máquina física que permite a uma pessoa comprar Dash com" -" dinheiro. Existem muitos fabricantes, alguns dos quais permitem aos " -"usuários vender Dash por dinheiro. Eles também são chamadas às vezes " -"\"BTMS 'ou' Dash AVMS '. Dash é suportado por vários :ref:`ATMs `." +"A ATM Dash é uma máquina física que permite a uma pessoa comprar Dash com " +"dinheiro. Existem muitos fabricantes, alguns dos quais permitem aos usuários" +" vender Dash por dinheiro. Eles também são chamadas às vezes \"BTMS 'ou' " +"Dash AVMS '. Dash é suportado por vários :ref:`ATMs `." #: ../../docs/user/introduction/information.rst:302 msgid "Backlog" @@ -792,8 +789,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" #: ../../docs/user/introduction/information.rst:306 @@ -802,22 +799,21 @@ msgstr "Backup" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." -msgstr "" -"O processo de fazer cópias de um arquivo de computador para garantir a " -"sua integridade no caso de perda, roubo ou dano. Dash tem a " -"característica única de permitir aos usuários fazer :ref:`cópias de " -"segurança ` de suas carteiras digitais. Isso protege " -"contra a perda do dinheiro no caso de um computador travar ou perder um " -"dispositivo móvel. Isso seria o equivalente a ser capaz de fazer o backup" -" do dinheiro em sua carteira, de modo que se você perdeu, você pode " -"restaurar o dinheiro em um backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." +msgstr "" +"O processo de fazer cópias de um arquivo de computador para garantir a sua " +"integridade no caso de perda, roubo ou dano. Dash tem a característica única" +" de permitir aos usuários fazer :ref:`cópias de segurança `" +" de suas carteiras digitais. Isso protege contra a perda do dinheiro no caso" +" de um computador travar ou perder um dispositivo móvel. Isso seria o " +"equivalente a ser capaz de fazer o backup do dinheiro em sua carteira, de " +"modo que se você perdeu, você pode restaurar o dinheiro em um backup." #: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" @@ -826,8 +822,8 @@ msgstr "Bitcoin 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" "Este é um termo que explica o próximo novo nível de projetos Bitcoin que " "começou com um fork do Bitcoin, mas estenderam seu código para o próximo " @@ -840,22 +836,22 @@ msgstr "Blockchain" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." -msgstr "" -"É um banco de dados distribuído que mantém uma lista crescente de " -"registros de dados. Ele consiste em blocos de estrutura de dados que " -"mantêm exclusivamente dados em implementações iniciais de blocos e dados " -"e programas em algumas das implementações mais recentes - com cada bloco " -"realizando lotes de transações individuais e os resultados de qualquer " -"bloco executável. Cada bloco contém um timestamp e informação ligando-o a" -" um bloco anterior." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." +msgstr "" +"É um banco de dados distribuído que mantém uma lista crescente de registros " +"de dados. Ele consiste em blocos de estrutura de dados que mantêm " +"exclusivamente dados em implementações iniciais de blocos e dados e " +"programas em algumas das implementações mais recentes - com cada bloco " +"realizando lotes de transações individuais e os resultados de qualquer bloco" +" executável. Cada bloco contém um timestamp e informação ligando-o a um " +"bloco anterior." #: ../../docs/user/introduction/information.rst:332 msgid "Blocks" @@ -866,16 +862,16 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" "As transações no Blockchain são coletadas em `blocos " -"`_," -" blocos registro e confirmar quando e em que seqüência as transações " -"entra e são registrados na cadeia de bloco. Os blocos são criados por " -"usuários conhecidos como \"mineradores\" que usam software especializado " -"ou equipamento projetado especificamente para criar blocos." +"`_, " +"blocos registro e confirmar quando e em que seqüência as transações entra e " +"são registrados na cadeia de bloco. Os blocos são criados por usuários " +"conhecidos como \"mineradores\" que usam software especializado ou " +"equipamento projetado especificamente para criar blocos." #: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" @@ -884,11 +880,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -897,21 +893,21 @@ msgstr "" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" -"São terceiros que irá armazenar seus Dash em seus servidores para você, " -"para que você 'pode acessar seus Dashs a partir de qualquer dispositivo " +"São terceiros que irá armazenar seus Dash em seus servidores para você, para" +" que você 'pode acessar seus Dashs a partir de qualquer dispositivo " "conectado à internet. Se o site é hackiado ou se os servidores estão " -"danificados, você corre o risco de perder o seu Dash. Quaisquer carteiras" -" on-line devem ser feita com frases-senhas fortes e 2FA. Você não pode " -"fazer cópias de segurança de sua carteira on-line, porque você não tem " -"acesso às chaves privadas." +"danificados, você corre o risco de perder o seu Dash. Quaisquer carteiras " +"on-line devem ser feita com frases-senhas fortes e 2FA. Você não pode fazer " +"cópias de segurança de sua carteira on-line, porque você não tem acesso às " +"chaves privadas." #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" @@ -919,9 +915,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" #: ../../docs/user/introduction/information.rst:363 @@ -932,13 +928,12 @@ msgstr "" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." -msgstr "" -"Um método de gerar e armazenar chaves privadas completamente offline. " -"Pode-se usar um computador desktop ou laptop desconectado da internet, um" -" hardware wallet, um USB ou um :ref:`carteira de papel `." +msgstr "" +"Um método de gerar e armazenar chaves privadas completamente offline. Pode-" +"se usar um computador desktop ou laptop desconectado da internet, um " +"hardware wallet, um USB ou um :ref:`carteira de papel `." #: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" @@ -946,17 +941,17 @@ msgstr "" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" -"Quando uma transação é feita, um minerador deve verificar se a transação " -"é válida. Quando as entradas e saídas são verificadas, a transação está " -"incluída em um bloco no blockchain. A transação pode ser agora completa e" -" irreversível. O número de confirmação aumenta à medida que mais blocos " -"são adicionados ao blockchain." +"Quando uma transação é feita, um minerador deve verificar se a transação é " +"válida. Quando as entradas e saídas são verificadas, a transação está " +"incluída em um bloco no blockchain. A transação pode ser agora completa e " +"irreversível. O número de confirmação aumenta à medida que mais blocos são " +"adicionados ao blockchain." #: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" @@ -970,20 +965,20 @@ msgstr "" msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" "O número de confirmações Dash para uma transação. Zero significa que as " -"confirmações de transação não está confirmado. Uma confirmação significa " -"que a transação está incluída no mais recente bloco no blockchain. Duas " +"confirmações de transação não está confirmado. Uma confirmação significa que" +" a transação está incluída no mais recente bloco no blockchain. Duas " "confirmações indica que a transação está incluído em dois blocos, a três " -"quadras confirmações para três, e assim por diante. A probabilidade de " -"uma transação ser revertida (duplo gasto) diminui exponencialmente com " -"cada bloco e posterior confirmação." +"quadras confirmações para três, e assim por diante. A probabilidade de uma " +"transação ser revertida (duplo gasto) diminui exponencialmente com cada " +"bloco e posterior confirmação." #: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" @@ -992,9 +987,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" #: ../../docs/user/introduction/information.rst:394 @@ -1004,15 +999,15 @@ msgstr "CPU" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" #: ../../docs/user/introduction/information.rst:406 @@ -1023,12 +1018,12 @@ msgstr "" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" "Uma `criptomoeda `_ (ou moeda " -"criptográfica ou cripto-moeda) é um meio de troca usando criptografia " -"para proteger as transações e controlar a criação de novas unidades." +"criptográfica ou cripto-moeda) é um meio de troca usando criptografia para " +"proteger as transações e controlar a criação de novas unidades." #: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" @@ -1038,16 +1033,16 @@ msgstr "" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" #: ../../docs/user/introduction/information.rst:426 @@ -1055,17 +1050,16 @@ msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -1084,8 +1078,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" #: ../../docs/user/introduction/information.rst:444 @@ -1094,8 +1088,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" #: ../../docs/user/introduction/information.rst:448 @@ -1104,8 +1098,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" #: ../../docs/user/introduction/information.rst:452 @@ -1124,10 +1118,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" #: ../../docs/user/introduction/information.rst:462 @@ -1136,20 +1129,19 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." -msgstr "" -"No conceito, :ref:`Dark Gravity Wave (DGW) ` é " -"semelhante a Kimoto Gravity Well, ajustando os níveis de dificuldade de " -"cada bloco (em vez de cada 2016 blocos como Bitcoin) usando dados " -"estatísticos dos últimos blocos encontrados. Desta forma, os tempos de " -"emissão de blocos podem permanecer consistentes, apesar das altas " -"flutuações de hashpower. No entanto, ele não sofre com o tempo-warp " -"explora." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." +msgstr "" +"No conceito, :ref:`Dark Gravity Wave (DGW) ` é semelhante" +" a Kimoto Gravity Well, ajustando os níveis de dificuldade de cada bloco (em" +" vez de cada 2016 blocos como Bitcoin) usando dados estatísticos dos últimos" +" blocos encontrados. Desta forma, os tempos de emissão de blocos podem " +"permanecer consistentes, apesar das altas flutuações de hashpower. No " +"entanto, ele não sofre com o tempo-warp explora." #: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" @@ -1167,14 +1159,13 @@ msgstr "Dash" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1183,9 +1174,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" #: ../../docs/user/introduction/information.rst:489 @@ -1194,19 +1185,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" "Clientes Dash são programas de software usados para interagir com a rede " -"Dash. Eles armazenam as chaves privadas necessárias para realizar " -"transações Dash, bem como uma cópia de todo o bloco. Um cliente Dash se " -"conecta à rede Dash e se torna um nó na rede. Um nó compartilha e propaga" -" novas transações com o restante da rede criando uma infraestrutura " -"robusta." +"Dash. Eles armazenam as chaves privadas necessárias para realizar transações" +" Dash, bem como uma cópia de todo o bloco. Um cliente Dash se conecta à rede" +" Dash e se torna um nó na rede. Um nó compartilha e propaga novas transações" +" com o restante da rede criando uma infraestrutura robusta." #: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" @@ -1214,11 +1204,11 @@ msgstr "Carteira Dash Core" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1228,8 +1218,8 @@ msgstr "Dash Evolution" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" #: ../../docs/user/introduction/information.rst:510 @@ -1238,8 +1228,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" #: ../../docs/user/introduction/information.rst:514 @@ -1248,19 +1238,19 @@ msgstr "" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" "Um ataque de negação de serviço distribuído usa um grande número de " -"computadores sob o controle de um invasor para drenar os recursos de um " -"alvo central. Eles muitas vezes enviam pequenas quantidades de tráfego de" -" rede através da Internet para amarrar recursos de computação e largura " -"de banda no destino, o que impede que ele forneça serviços a usuários " -"legítimos. As exchange de Dash foram às vezes atingidos com ataques DDoS." +"computadores sob o controle de um invasor para drenar os recursos de um alvo" +" central. Eles muitas vezes enviam pequenas quantidades de tráfego de rede " +"através da Internet para amarrar recursos de computação e largura de banda " +"no destino, o que impede que ele forneça serviços a usuários legítimos. As " +"exchange de Dash foram às vezes atingidos com ataques DDoS." #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" @@ -1269,20 +1259,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" #: ../../docs/user/introduction/information.rst:539 @@ -1292,10 +1282,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" #: ../../docs/user/introduction/information.rst:547 @@ -1306,22 +1296,21 @@ msgstr "" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." -msgstr "" -"Esse número determina a dificuldade de um novo bloco. Ele está " -"relacionado com o número máximo permitido em uma determinada porção " -"numérica do hash de um bloco de transação. Quanto menor o número, mais " -"difícil é produzir um valor de hash que o ajuste. A dificuldade varia com" -" base na quantidade de poder de computação usada pelos mineradores na " -"rede Dash. Se um grande número de mineradores deixar uma rede, a " -"dificuldade diminuiria. Até agora, no entanto, a popularidade crescente " -"Dash tem atraído mais poder de computação para a rede, o que significa " -"que a dificuldade aumentou." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." +msgstr "" +"Esse número determina a dificuldade de um novo bloco. Ele está relacionado " +"com o número máximo permitido em uma determinada porção numérica do hash de " +"um bloco de transação. Quanto menor o número, mais difícil é produzir um " +"valor de hash que o ajuste. A dificuldade varia com base na quantidade de " +"poder de computação usada pelos mineradores na rede Dash. Se um grande " +"número de mineradores deixar uma rede, a dificuldade diminuiria. Até agora, " +"no entanto, a popularidade crescente Dash tem atraído mais poder de " +"computação para a rede, o que significa que a dificuldade aumentou." #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" @@ -1333,11 +1322,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" #: ../../docs/user/introduction/information.rst:569 @@ -1353,52 +1342,51 @@ msgstr "" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" #: ../../docs/user/introduction/information.rst:618 @@ -1408,13 +1396,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1423,19 +1411,19 @@ msgstr "" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" -"Uma assinatura digital é um mecanismo matemático que permite a alguém " -"provar sua identidade ou propriedade de um ativo digital. Quando sua " -"carteira digital assina uma transação com a chave privada apropriada, " -"toda a rede pode ver que a assinatura corresponde aos Dashs que estão " -"sendo gastos, sem a necessidade de revelar a chave privada para a rede." +"Uma assinatura digital é um mecanismo matemático que permite a alguém provar" +" sua identidade ou propriedade de um ativo digital. Quando sua carteira " +"digital assina uma transação com a chave privada apropriada, toda a rede " +"pode ver que a assinatura corresponde aos Dashs que estão sendo gastos, sem " +"a necessidade de revelar a chave privada para a rede." #: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" @@ -1443,10 +1431,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1455,17 +1443,17 @@ msgstr "" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" #: ../../docs/user/introduction/information.rst:658 @@ -1480,8 +1468,8 @@ msgstr "" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" #: ../../docs/user/introduction/information.rst:667 @@ -1501,12 +1489,11 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" #: ../../docs/user/introduction/information.rst:682 @@ -1515,9 +1502,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" #: ../../docs/user/introduction/information.rst:687 @@ -1527,14 +1514,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" #: ../../docs/user/introduction/information.rst:699 @@ -1543,10 +1530,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" #: ../../docs/user/introduction/information.rst:705 @@ -1555,8 +1542,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" #: ../../docs/user/introduction/information.rst:710 @@ -1565,12 +1552,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" #: ../../docs/user/introduction/information.rst:714 @@ -1585,12 +1573,12 @@ msgstr "" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/information.rst:725 @@ -1599,20 +1587,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" #: ../../docs/user/introduction/information.rst:739 @@ -1621,11 +1609,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:746 @@ -1654,16 +1642,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" #: ../../docs/user/introduction/information.rst:768 @@ -1673,9 +1661,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" #: ../../docs/user/introduction/information.rst:775 @@ -1684,11 +1672,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" #: ../../docs/user/introduction/information.rst:783 @@ -1697,8 +1685,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" "O número de hashes que pode ser executado por um minerador Dash em um " "determinado período de tempo (geralmente um segundo)." @@ -1709,8 +1697,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" #: ../../docs/user/introduction/information.rst:791 @@ -1727,11 +1715,11 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" #: ../../docs/user/introduction/information.rst:801 @@ -1740,11 +1728,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" #: ../../docs/user/introduction/information.rst:808 @@ -1754,13 +1741,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1769,9 +1756,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" #: ../../docs/user/introduction/information.rst:825 @@ -1786,10 +1773,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1798,7 +1785,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." -msgstr "Estes são carteiras disponíveis em telefones móveis (iPhone + Android)." +msgstr "" +"Estes são carteiras disponíveis em telefones móveis (iPhone + Android)." #: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" @@ -1806,14 +1794,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" #: ../../docs/user/introduction/information.rst:846 @@ -1822,9 +1809,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" #: ../../docs/user/introduction/information.rst:851 @@ -1833,11 +1820,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" #: ../../docs/user/introduction/information.rst:858 @@ -1846,10 +1833,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" #: ../../docs/user/introduction/information.rst:864 @@ -1870,15 +1857,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1887,13 +1873,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" #: ../../docs/user/introduction/information.rst:890 @@ -1903,8 +1889,8 @@ msgstr "PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1913,11 +1899,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" #: ../../docs/user/introduction/information.rst:903 @@ -1926,16 +1911,16 @@ msgstr "" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" #: ../../docs/user/introduction/information.rst:916 @@ -1944,12 +1929,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" #: ../../docs/user/introduction/information.rst:924 @@ -1958,10 +1942,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" #: ../../docs/user/introduction/information.rst:931 @@ -1970,13 +1954,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" #: ../../docs/user/introduction/information.rst:940 @@ -1985,8 +1968,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" #: ../../docs/user/introduction/information.rst:944 @@ -1997,8 +1980,8 @@ msgstr "" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" #: ../../docs/user/introduction/information.rst:950 @@ -2007,9 +1990,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" #: ../../docs/user/introduction/information.rst:955 @@ -2029,12 +2012,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -2044,8 +2026,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" #: ../../docs/user/introduction/information.rst:972 @@ -2056,17 +2038,17 @@ msgstr "" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" #: ../../docs/user/introduction/information.rst:988 @@ -2075,8 +2057,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" #: ../../docs/user/introduction/information.rst:992 @@ -2094,9 +2076,9 @@ msgstr "Testnet" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" ":ref:`Testnet ` é uma rede apenas para testes (paralela à Rede " "Principal), Test QT Wallets, Test Coins, Test Masternodes, Test Miners e " @@ -2108,11 +2090,11 @@ msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" -"Um protocolo de roteamento anônimo, usado por pessoas que querem ocultar " -"sua identidade on-line." +"Um protocolo de roteamento anônimo, usado por pessoas que querem ocultar sua" +" identidade on-line." #: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" @@ -2120,12 +2102,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" @@ -2135,11 +2116,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" -"Uma coleção de transações na rede Dash, reunidas em um bloco que pode " -"então ser hashed e adicionado ao blockchain." +"Uma coleção de transações na rede Dash, reunidas em um bloco que pode então " +"ser hashed e adicionado ao blockchain." #: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" @@ -2147,13 +2128,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" "Uma :ref:`pequena taxa ` imposta em algumas transações enviadas " -"através da rede Dash. A taxa de transação é concedida ao minerador que " -"com êxito minero o bloco contendo a transação relevante." +"através da rede Dash. A taxa de transação é concedida ao minerador que com " +"êxito minero o bloco contendo a transação relevante." #: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" @@ -2161,8 +2142,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" @@ -2180,8 +2161,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" "Recebeu como recompensa por explorar um bloco ou executar um Masternode. " "Estes ainda não foram gastos em qualquer lugar e são \"Virgem\"." @@ -2192,8 +2173,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" "A mensuração dos movimentos de preços ao longo do tempo para um ativo " "financeiro negociado (incluindo Dash)." @@ -2208,9 +2189,9 @@ msgid "" "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -"Um método de armazenamento da Dash para uso posterior. Uma carteira " -"contém as chaves privadas associadas aos endereços Dash. O blockchain é o" -" registro dos valores de Dash associados a esses endereços." +"Um método de armazenamento da Dash para uso posterior. Uma carteira contém " +"as chaves privadas associadas aos endereços Dash. O blockchain é o registro " +"dos valores de Dash associados a esses endereços." #: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" @@ -2219,16 +2200,15 @@ msgstr "Whitepaper" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" -"Um `whitepaper `_ é um " -"relatório autoritativo ou guia que informa os leitores concisamente sobre" -" uma questão complexa e apresenta a filosofia do organismo emissor sobre " -"o assunto. Destina-se a ajudar os leitores a entender um problema, a " -"resolver um problema ou a tomar uma decisão." +"Um `whitepaper `_ é um relatório " +"autoritativo ou guia que informa os leitores concisamente sobre uma questão " +"complexa e apresenta a filosofia do organismo emissor sobre o assunto. " +"Destina-se a ajudar os leitores a entender um problema, a resolver um " +"problema ou a tomar uma decisão." #: ../../docs/user/introduction/information.rst:1051 msgid "X11" @@ -2236,8 +2216,8 @@ msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" ":ref:`X11 ` é um algoritmo hashing criado pelo " "desenvolvedor da Dash, Evan Duffield." @@ -2248,8 +2228,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" #: ../../docs/user/introduction/information.rst:1059 @@ -2258,10 +2238,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" #: ../../docs/user/introduction/information.rst:1065 @@ -2274,131 +2254,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**Fundação:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "https://www.cryptonator.com/widget" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po b/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po index 30c0e7bc0..8de40d51a 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/legal.po b/locale/pt/LC_MESSAGES/docs/user/legal.po index bf46bbadf..f30d29995 100644 --- a/locale/pt/LC_MESSAGES/docs/user/legal.po +++ b/locale/pt/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/marketing.po b/locale/pt/LC_MESSAGES/docs/user/marketing.po index 8d728c37b..2041dd1d7 100644 --- a/locale/pt/LC_MESSAGES/docs/user/marketing.po +++ b/locale/pt/LC_MESSAGES/docs/user/marketing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po index b8589c673..327a90024 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,36 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -40,11 +36,11 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" #: ../../docs/user/masternodes/hosting.rst:19 @@ -53,8 +49,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" #: ../../docs/user/masternodes/hosting.rst:26 @@ -76,7 +72,6 @@ msgid "Services: Hosting, Shares" msgstr "" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -202,7 +197,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -239,7 +233,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -363,8 +356,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -379,35 +372,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -417,76 +409,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po index f0913ccfb..005a6822e 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" @@ -21,7 +21,7 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." @@ -29,7 +29,7 @@ msgstr "" "Introdução à documentação sobre como configurar e operar um masternode para " "a criptomoeda Dash." -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "dash, masternodes, hosting, linux, pagamento, Instalação" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/maintenance.po index cef8a682c..d3c7a9ce0 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -41,11 +39,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -56,10 +54,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -68,10 +66,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -80,19 +78,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -108,7 +104,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -117,14 +114,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -137,21 +134,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -161,14 +157,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -190,17 +186,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -217,8 +212,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -228,24 +223,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -256,8 +251,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -278,20 +273,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -301,16 +296,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -334,8 +327,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -347,27 +340,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -377,9 +368,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -389,11 +380,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -402,8 +393,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -412,11 +402,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -426,13 +416,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -441,9 +431,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -452,13 +442,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -467,10 +457,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -498,8 +488,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -522,8 +512,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -533,9 +523,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -550,10 +540,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -590,38 +580,38 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -649,11 +639,11 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -667,11 +657,10 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -684,9 +673,9 @@ msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -700,8 +689,8 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -714,28 +703,8 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po index fa30201d7..2740a9acf 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: pt \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 @@ -58,35 +56,35 @@ msgstr "" msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 @@ -123,7 +121,8 @@ msgid "Vultr server hostname & label selection screen" msgstr "" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" #: ../../docs/user/masternodes/server-config.rst:87 @@ -146,13 +145,13 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 @@ -163,9 +162,9 @@ msgstr "" msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 @@ -174,9 +173,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" #: ../../docs/user/masternodes/server-config.rst:133 @@ -189,27 +188,27 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:163 @@ -218,8 +217,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:171 @@ -234,8 +233,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 @@ -245,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,15 +261,15 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:232 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +293,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +305,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +331,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 5e7683661..d5ff9ee5f 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# oscar junior , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: pt \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: oscar junior , 2023\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,23 +37,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 @@ -60,9 +62,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -98,9 +100,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,17 +111,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 @@ -128,20 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +152,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,23 +173,22 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 @@ -196,10 +197,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 @@ -208,16 +209,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +227,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,8 +257,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:172 @@ -266,36 +267,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +303,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +321,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +341,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,32 +360,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,8 +401,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 @@ -428,8 +423,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:327 @@ -444,8 +439,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 @@ -465,40 +460,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:403 @@ -507,8 +501,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +511,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +550,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +567,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +587,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +622,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +632,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -692,8 +683,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +704,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +716,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +741,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +761,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +771,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +782,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +794,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +823,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +841,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +853,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +873,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +885,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +896,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +914,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +927,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +950,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +966,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +1002,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1020,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1049,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,10 +1070,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 @@ -1093,173 +1082,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 5d025489f..7ecba7faa 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2022 # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -39,8 +38,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -49,12 +48,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -63,9 +62,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -101,9 +100,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 @@ -112,10 +111,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -124,16 +123,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -142,46 +140,45 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -190,10 +187,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -202,9 +199,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -217,24 +214,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -243,8 +239,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -253,8 +249,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -263,36 +259,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -304,7 +298,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -313,8 +308,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -326,8 +321,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -339,9 +334,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -387,9 +382,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -398,21 +393,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -431,9 +425,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -442,8 +436,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -456,12 +449,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -471,13 +464,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -504,9 +497,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -515,8 +508,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -527,19 +520,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -558,17 +550,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -577,32 +569,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -614,33 +605,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -651,12 +640,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -667,20 +656,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -703,10 +692,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -732,13 +721,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -753,10 +742,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -765,24 +754,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -795,10 +784,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -825,16 +814,16 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -859,9 +848,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -885,8 +874,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -894,7 +883,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -934,7 +924,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -943,9 +934,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -954,8 +945,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -999,31 +990,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1031,7 +1021,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1080,22 +1071,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1109,406 +1099,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup.po index bb61bff2a..fa4f66739 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,33 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://app.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -38,22 +34,22 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -62,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -100,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 @@ -111,10 +107,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -123,27 +119,26 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -152,46 +147,45 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -200,10 +194,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -212,9 +206,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -227,24 +221,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -253,8 +246,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -263,8 +256,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup.rst:170 @@ -273,36 +266,34 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -318,8 +309,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -329,15 +320,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -354,19 +345,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -383,8 +373,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -405,8 +395,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup.rst:289 @@ -421,8 +411,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -438,42 +428,42 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -492,9 +482,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -515,12 +505,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -530,44 +520,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -587,9 +576,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -598,8 +587,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -610,24 +599,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -640,22 +628,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -664,32 +652,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -701,33 +688,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -738,12 +723,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -754,20 +739,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -790,10 +775,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -819,13 +804,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -840,10 +825,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -852,31 +837,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -885,334 +870,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po index 218dc6e70..3a1c0c726 100644 --- a/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/pt/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -46,114 +44,99 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" -"Os Masternodes, antes exclusivos da rede Dash, estão se tornando " -"populares à medida que a tecnologia é colocada em outros blockchains. " -"Esta seção da documentação descreve os princípios e mecanismos dos " -"masternodes e os serviços que eles fornecem especificamente para a rede " -"do Dash." +"Os Masternodes, antes exclusivos da rede Dash, estão se tornando populares à" +" medida que a tecnologia é colocada em outros blockchains. Esta seção da " +"documentação descreve os princípios e mecanismos dos masternodes e os " +"serviços que eles fornecem especificamente para a rede do Dash." #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 -#, fuzzy msgid "" "Anyone can run a masternode. The objective is to have enough " "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "" -"Qualquer um pode executar um masternode. O objetivo é ter " -"descentralização suficiente para garantir que nenhuma pessoa individual " -"controle uma fração significativa dos masternodes. No entanto, para " -"evitar o inchaço da rede com masternodes desnecessários ou incentivar os " -"operadores imprudentes, há uma condição que precisa ser cumprida: prova " -"de propriedade de 1000 Dash. As moedas não precisam estar no masternode, " -"mas precisam ser mantidas de uma maneira que seja transparente para toda " -"a rede. Se o proprietário move ou gasta essas moedas, o masternode pára " -"de funcionar e o pagamento é interrompido." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" "Ter tantos servidores mantendo uma cópia completa do blockchain e " -"trabalhando para a moeda pode ser extremamente útil. Graças ao sistema de" -" recompensas, não há risco de não ter masternodes suficientes, e os " +"trabalhando para a moeda pode ser extremamente útil. Graças ao sistema de " +"recompensas, não há risco de não ter masternodes suficientes, e os " "desenvolvedores podem contar com eles rapidamente implementando qualquer " -"novo recurso descentralizado que desejarem implementar. É aí que reside a" -" verdadeira força do Dash - um sistema incentivado de milhares de " -"servidores distribuídos trabalhando 24x7 significa que o Dash pode " -"escalar com mais eficiência e implantar serviços mais rapidamente do que " -"um blockchain executado inteiramente por voluntários não remunerados. " -"Quanto mais masternodes, melhor e mais segura a rede do Dash." +"novo recurso descentralizado que desejarem implementar. É aí que reside a " +"verdadeira força do Dash - um sistema incentivado de milhares de servidores " +"distribuídos trabalhando 24x7 significa que o Dash pode escalar com mais " +"eficiência e implantar serviços mais rapidamente do que um blockchain " +"executado inteiramente por voluntários não remunerados. Quanto mais " +"masternodes, melhor e mais segura a rede do Dash." #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -162,15 +145,14 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -#, fuzzy msgid "Masternode" -msgstr "Masternodes vs. mineração" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" @@ -197,9 +179,8 @@ msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -#, fuzzy msgid "Higher than normal masternodes" -msgstr "Entendendo os Masternodes" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Service" @@ -226,9 +207,8 @@ msgid "Has 4 times the voting power of a normal masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:109 -#, fuzzy msgid "Masternode Concepts" -msgstr "Requisitos de Masternode" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" @@ -260,10 +240,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -271,58 +250,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -355,11 +333,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -372,79 +349,65 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." -msgstr "" -"Dash, como o Bitcoin e a maioria das outras criptomoedas, é baseado em um" -" registro descentralizado de todas as transações, conhecido como " -"blockchain. Este blockchain é garantido através de um mecanismo de " -"consenso; no caso do Dash e do Bitcoin, o mecanismo de consenso é o Proof" -" of Work (PoW). :ref:`Mineração ` tentam resolver problemas " -"difíceis com computadores especializados e, quando resolvem o problema, " -"recebem o direito de adicionar um novo bloco ao blockchain. Se todas as " -"outras pessoas que executam o software concordarem que o problema foi " -"resolvido corretamente, o bloco é adicionado ao blockchain e o minerador " -"é recompensado." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." +msgstr "" +"Dash, como o Bitcoin e a maioria das outras criptomoedas, é baseado em um " +"registro descentralizado de todas as transações, conhecido como blockchain. " +"Este blockchain é garantido através de um mecanismo de consenso; no caso do " +"Dash e do Bitcoin, o mecanismo de consenso é o Proof of Work (PoW). " +":ref:`Mineração ` tentam resolver problemas difíceis com " +"computadores especializados e, quando resolvem o problema, recebem o direito" +" de adicionar um novo bloco ao blockchain. Se todas as outras pessoas que " +"executam o software concordarem que o problema foi resolvido corretamente, o" +" bloco é adicionado ao blockchain e o minerador é recompensado." #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"O sistema masternode é referido como Prova de Serviço (PoSe), uma vez que" -" os masternodes fornecem serviços cruciais para a rede. De fato, toda a " -"rede é supervisionada pelos masternodes, que têm o poder de rejeitar os " -"blocos mal formados dos mineiros. Se um mineiro tentasse levar a " -"recompensa do bloco inteiro para si ou tentasse executar uma versão " -"antiga do software Dash, a rede masternode ficaria órfã desse bloco, e " -"não seria adicionado ao blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"O sistema masternode é referido como Prova de Serviço (PoSe), uma vez que os" +" masternodes fornecem serviços cruciais para a rede. De fato, toda a rede é " +"supervisionada pelos masternodes, que têm o poder de rejeitar os blocos mal " +"formados dos mineiros. Se um mineiro tentasse levar a recompensa do bloco " +"inteiro para si ou tentasse executar uma versão antiga do software Dash, a " +"rede masternode ficaria órfã desse bloco, e não seria adicionado ao " +"blockchain." #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Em suma, os mineradores tem poder a primeira camada, que é o básico de " -"envio e o recebimento de fundos e prevenção de doublespending. " -"Masternodes tem poder da segunda camada, que fornecem os recursos " -"adicionais que tornam a Dash diferente de outros criptomoedas. E " -"computadores de mineração não podem servir como masternodes. Além disso, " -"cada masternode é \"protegido\" por 1000 DASH. Essas DASH permaneçam sob " -"o controle exclusivo de seu proprietário em todos os momentos e ainda " -"pode ser gasto livremente. Os fundos não são bloqueados de forma alguma. " -"No entanto, se os fundos são movidos ou gasto, o dono do masternode vai " -"ficar off-line e parar de receber recompensas." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" @@ -452,60 +415,56 @@ msgstr "Lógica de pagamento" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -#, fuzzy msgid "Evonode Payment Logic" -msgstr "Lógica de pagamento" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -515,24 +474,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -546,18 +504,17 @@ msgstr "Seleção de quórum" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -565,24 +522,20 @@ msgid "Masternode requirements" msgstr "Requisitos de Masternode" #: ../../docs/user/masternodes/understanding.rst:296 -#, fuzzy msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" -"1000 Dash: Indiscutivelmente a parte mais difícil. Dash pode ser obtido " -"em trocas como Poloniex, Bittrex, Kraken e LiveCoin. O serviço da " -"Shapeshift também é um excelente caminho." #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -591,9 +544,9 @@ msgstr "Um endereço IP dedicado: Estes geralmente vêm com o VPS/servidor." #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -613,9 +566,8 @@ msgid "1x 2 GHz" msgstr "1x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:316 -#, fuzzy msgid "2x 2 GHz" -msgstr "1x 2 GHz" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" @@ -655,11 +607,11 @@ msgstr "1 TB/mth" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" -"O uso de largura de banda da Masternode varia entre 300 e 500 GB por mês " -"e crescerá conforme a rede." +"O uso de largura de banda da Masternode varia entre 300 e 500 GB por mês e " +"crescerá conforme a rede." #: ../../docs/user/masternodes/understanding.rst:329 msgid "Dash Evolution" @@ -667,202 +619,11 @@ msgstr "Dash Evolution" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "1x 1 GHz" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/mining/index.po b/locale/pt/LC_MESSAGES/docs/user/mining/index.po index 22e501cd6..83a7ae522 100644 --- a/locale/pt/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/mining/index.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -40,39 +38,37 @@ msgstr "" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" #: ../../docs/user/mining/index.rst:39 @@ -104,76 +100,73 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" "Dash, como Bitcoin e a maioria das outras criptomoedas, é baseado em um " "livro de contabilidade descentralizado de todas as transações, conhecido " -"como um blockchain. Este blockchain é protegido através de um mecanismo " -"de consenso; no caso tanto o Dash e o Bitcoin, o mecanismo de consenso é " -"prova de trabalho (PoW). Mineradores tentam resolver problemas difíceis " -"com computadores especializados, e quando eles resolvem o problema, que " -"recebem o direito de adicionar um novo bloco para o blockchain. Se todas " -"as outras pessoas que executam o software concordam que o problema foi " -"resolvido corretamente, o bloco é adicionado para o blockchain e o " -"minerador é recompensado." +"como um blockchain. Este blockchain é protegido através de um mecanismo de " +"consenso; no caso tanto o Dash e o Bitcoin, o mecanismo de consenso é prova " +"de trabalho (PoW). Mineradores tentam resolver problemas difíceis com " +"computadores especializados, e quando eles resolvem o problema, que recebem " +"o direito de adicionar um novo bloco para o blockchain. Se todas as outras " +"pessoas que executam o software concordam que o problema foi resolvido " +"corretamente, o bloco é adicionado para o blockchain e o minerador é " +"recompensado." #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"O sistema masternode é referido como Prova de Serviço (PoSe), uma vez que" -" os masternodes fornecem serviços cruciais para a rede. De fato, toda a " -"rede é supervisionada pelos masternodes, que têm o poder de rejeitar os " -"blocos mal formados dos mineiros. Se um mineiro tentasse levar a " -"recompensa do bloco inteiro para si ou tentasse executar uma versão " -"antiga do software Dash, a rede masternode ficaria órfã desse bloco, e " -"não seria adicionado ao blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"O sistema masternode é referido como Prova de Serviço (PoSe), uma vez que os" +" masternodes fornecem serviços cruciais para a rede. De fato, toda a rede é " +"supervisionada pelos masternodes, que têm o poder de rejeitar os blocos mal " +"formados dos mineiros. Se um mineiro tentasse levar a recompensa do bloco " +"inteiro para si ou tentasse executar uma versão antiga do software Dash, a " +"rede masternode ficaria órfã desse bloco, e não seria adicionado ao " +"blockchain." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Em suma, os mineradores tem poder a primeira camada, que é o básico de " -"envio e o recebimento de fundos e prevenção de doublespending. " -"Masternodes tem poder da segunda camada, que fornecem os recursos " -"adicionais que tornam a Dash diferente de outros criptomoedas. E " -"computadores de mineração não podem servir como masternodes. Além disso, " -"cada masternode é \"protegido\" por 1000 DASH. Essas DASH permaneçam sob " -"o controle exclusivo de seu proprietário em todos os momentos e ainda " -"pode ser gasto livremente. Os fundos não são bloqueados de forma alguma. " -"No entanto, se os fundos são movidos ou gasto, o dono do masternode vai " -"ficar off-line e parar de receber recompensas." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." +msgstr "" +"Em suma, os mineradores tem poder a primeira camada, que é o básico de envio" +" e o recebimento de fundos e prevenção de doublespending. Masternodes tem " +"poder da segunda camada, que fornecem os recursos adicionais que tornam a " +"Dash diferente de outros criptomoedas. E computadores de mineração não podem" +" servir como masternodes. Além disso, cada masternode é \"protegido\" por " +"1000 DASH. Essas DASH permaneçam sob o controle exclusivo de seu " +"proprietário em todos os momentos e ainda pode ser gasto livremente. Os " +"fundos não são bloqueados de forma alguma. No entanto, se os fundos são " +"movidos ou gasto, o dono do masternode vai ficar off-line e parar de receber" +" recompensas." #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" @@ -182,11 +175,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" #: ../../docs/user/mining/index.rst:97 @@ -195,12 +188,12 @@ msgstr "" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -261,19 +254,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" #: ../../docs/user/mining/index.rst:143 @@ -282,21 +274,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -331,10 +323,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -344,8 +335,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -359,11 +350,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -376,18 +367,18 @@ msgstr "Configuração" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -407,7 +398,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -432,9 +424,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -444,13 +436,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -463,20 +455,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -487,29 +479,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -520,11 +510,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -540,19 +530,20 @@ msgid "**NVIDIA**" msgstr "" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -561,12 +552,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -577,8 +567,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -587,8 +577,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -597,8 +586,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -611,24 +600,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -637,27 +626,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -736,8 +725,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -770,8 +758,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1053,7 +1041,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1071,21 +1060,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/pt/LC_MESSAGES/docs/user/mining/p2pool.po index d777da04c..18fb0c10e 100644 --- a/locale/pt/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/pt/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/mining/pools.po b/locale/pt/LC_MESSAGES/docs/user/mining/pools.po index e4be8cf53..75d2a8d07 100644 --- a/locale/pt/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/pt/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po index 645e1be0a..d1c2ad42d 100644 --- a/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# oscar junior , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: pt\n" -"Language-Team: pt \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: oscar junior , 2023\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Instalação" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -96,17 +98,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/pt/LC_MESSAGES/docs/user/network/electrumx-server.po index b124780d7..c0632fb3c 100644 --- a/locale/pt/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/pt/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 8a0bcf11c..0da9e5938 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -44,16 +42,15 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -62,11 +59,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -79,20 +76,20 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -103,10 +100,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -119,22 +116,21 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:124 @@ -147,11 +143,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:143 @@ -169,11 +165,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:167 @@ -192,9 +188,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -203,8 +199,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -213,8 +208,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -231,8 +226,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -251,8 +246,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -261,8 +256,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -286,7 +281,8 @@ msgid "Show disclaimer" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -296,8 +292,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:220 @@ -307,8 +303,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -321,8 +317,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -331,9 +327,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -342,8 +338,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 47062dbbf..1a0b5e797 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,22 +12,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" "Primeiros passos no envio e recebimento do Dash no seu dispositivo Android" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "dash, mobile, carteira, android, enviar, receber, endereço, começando" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/index.po index 5dd8efd37..a1a22908f 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/pt/LC_MESSAGES/docs/user/wallets/android/installation.po index cf1601c4f..bc293f0f2 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2022 # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "Como instalar a carteira do Dash no seu dispositivo Android" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "dash, mobile, carteira, android, instalação, compilar" @@ -42,11 +40,11 @@ msgstr "Google Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" -"A maneira mais fácil de instalar a Carteira Dash para Android é na Google" -" Play Store." +"A maneira mais fácil de instalar a Carteira Dash para Android é na Google " +"Play Store." #: ../../docs/user/wallets/android/installation.rst:21 msgid "From APK" @@ -54,27 +52,26 @@ msgstr "Por APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" "Alguns telefones Android não têm acesso à Google Play Store porque o " -"software, o provedor de rede ou o país do telefone podem não permitir " -"isso. Você pode instalar o aplicativo manualmente, primeiro habilitando a" -" instalação de fontes externas (se ainda não o fez) e, em seguida, " -"baixando e instalando um arquivo APK. Siga estas instruções:" +"software, o provedor de rede ou o país do telefone podem não permitir isso. " +"Você pode instalar o aplicativo manualmente, primeiro habilitando a " +"instalação de fontes externas (se ainda não o fez) e, em seguida, baixando e" +" instalando um arquivo APK. Siga estas instruções:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" -"Certifique-se de que sua versão do Android seja pelo menos 4.0.3 " -"acessando **Configurações → Sobre o telefone** e verificando o número da " -"versão." +"Certifique-se de que sua versão do Android seja pelo menos 4.0.3 acessando " +"**Configurações → Sobre o telefone** e verificando o número da versão." #: ../../docs/user/wallets/android/installation.rst:31 #: ../../docs/user/wallets/android/installation.rst:48 @@ -82,8 +79,8 @@ msgid "" "Enable Unknown sources by going to **Settings → Security → Unknown " "sources**. Read and accept the warning." msgstr "" -"Habilite fontes desconhecidas acessando **Configurações → Segurança → " -"Fontes desconhecidas**. Leia e aceite o aviso." +"Habilite fontes desconhecidas acessando **Configurações → Segurança → Fontes" +" desconhecidas**. Leia e aceite o aviso." #: ../../docs/user/wallets/android/installation.rst:33 msgid "" @@ -93,14 +90,14 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" -"Se você não puder usar seu telefone para ficar on-line, faça o download " -"do APK usando o seu PC e copie-o para o seu telefone usando um cabo ou " -"Bluetooth. Você pode precisar de um navegador de arquivos para encontrar " -"o arquivo copiado." +"Se você não puder usar seu telefone para ficar on-line, faça o download do " +"APK usando o seu PC e copie-o para o seu telefone usando um cabo ou " +"Bluetooth. Você pode precisar de um navegador de arquivos para encontrar o " +"arquivo copiado." #: ../../docs/user/wallets/android/installation.rst:39 msgid "" @@ -112,26 +109,25 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" "Certifique-se de ter uma cópia do ADB no seu PC. Isso está incluído no " "Android `SDK Platform Tools " -"`_ " -"para Mac, Windows ou Linux." +"`_ para " +"Mac, Windows ou Linux." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" -"Ative a depuração USB acessando **Configurações → Opções do desenvolvedor" -" → Depuração USB**. Se as **Opções do desenvolvedor** não estiverem " -"disponíveis, vá para **Sobre o telefone**, role para baixo e toque no " -"número **da compilação** sete vezes." +"Ative a depuração USB acessando **Configurações → Opções do desenvolvedor → " +"Depuração USB**. Se as **Opções do desenvolvedor** não estiverem " +"disponíveis, vá para **Sobre o telefone**, role para baixo e toque no número" +" **da compilação** sete vezes." #: ../../docs/user/wallets/android/installation.rst:54 msgid "" @@ -144,8 +140,8 @@ msgid "" "Connect your phone to the PC, open a terminal/command prompt window and " "type::" msgstr "" -"Conecte seu telefone ao PC, abra uma janela de prompt de comando/terminal" -" e digite::" +"Conecte seu telefone ao PC, abra uma janela de prompt de comando/terminal e " +"digite::" #: ../../docs/user/wallets/android/installation.rst:63 msgid "From source" @@ -155,54 +151,27 @@ msgstr "Da fonte" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" -"Agora que o ambiente de construção está pronto, baixe e construa da fonte" -" da Carteira Dash Android::" +"Agora que o ambiente de construção está pronto, baixe e construa da fonte da" +" Carteira Dash Android::" #: ../../docs/user/wallets/android/installation.rst:97 msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index a0de651ff..0a2aa9673 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -45,31 +43,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -82,8 +78,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -96,8 +92,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -124,10 +120,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -155,9 +151,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -166,8 +162,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -184,10 +180,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -196,17 +192,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -215,13 +211,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -272,16 +268,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -304,38 +300,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -344,10 +339,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -370,8 +365,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -396,13 +391,12 @@ msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -422,30 +416,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -454,10 +448,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -480,8 +473,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -510,18 +502,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -530,8 +521,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -544,9 +535,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -559,9 +550,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -570,8 +561,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -580,21 +571,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -603,11 +594,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -617,11 +608,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -642,10 +633,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -655,13 +645,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -682,12 +671,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -700,80 +689,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index e5ef4fc8c..057964088 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "Como fazer backup e restaurar a carteira do Dash Core com segurança" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "dash, core, carteira, backup, restaurar, wallet.dat" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 28830e2c3..3e30c6e51 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,33 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -38,20 +36,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -99,9 +97,7 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -112,8 +108,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -123,8 +119,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -149,68 +145,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index febfc08e0..43b867f3d 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 7e15e0730..98418a3e0 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 44ff63c13..d87ad243c 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 -# oscar junior , 2022 +# oscar junior , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Last-Translator: oscar junior , 2023\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "" @@ -38,9 +36,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -50,8 +48,8 @@ msgstr "Downloading da Carteira Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -60,18 +58,18 @@ msgstr "O site detecta corretamente a carteira apropriada para o seu sistema" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -88,15 +86,15 @@ msgstr "Verificando Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -135,10 +133,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 @@ -147,9 +145,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -159,14 +157,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"Na primeira vez que o programa for lançado, você terá a opção de escolher" -" onde deseja armazenar seus dados de blockchain e carteira. Escolha um " -"local com espaço livre suficiente, pois o blockchain pode atingir cerca " -"de 30GB+. Recomenda-se usar a pasta de dados padrão, se possível." +"Na primeira vez que o programa for lançado, você terá a opção de escolher " +"onde deseja armazenar seus dados de blockchain e carteira. Escolha um local " +"com espaço livre suficiente, pois o blockchain pode atingir cerca de 30GB+. " +"Recomenda-se usar a pasta de dados padrão, se possível." #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" @@ -174,9 +172,9 @@ msgstr "Escolhendo a pasta de dados do Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "O Dash Core será iniciado. Isso levará um pouco mais do que o normal na " "primeira vez que você executá-lo, já que o Dash Core precisa gerar dados " @@ -193,34 +191,27 @@ msgstr "Sincronizando o Dash Core na rede do Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "Depois que o Dash Core for instalado e iniciado com sucesso, você verá a " -"tela de visão geral da carteira. Você notará que a carteira está \"fora " -"de sincronia\" e a barra de status na parte inferior da janela mostrará o" -" andamento da sincronização." +"tela de visão geral da carteira. Você notará que a carteira está \"fora de " +"sincronia\" e a barra de status na parte inferior da janela mostrará o " +"andamento da sincronização." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core começa a sincronizar com a rede do Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Durante esse processo, o Dash Core baixará uma cópia completa do " -"blockchain de outros nós para o seu dispositivo. Dependendo da sua " -"conexão com a internet, isso pode levar muito tempo. Se você vir a " -"mensagem \"Nenhuma fonte de bloqueio disponível\", verifique sua conexão " -"com a Internet. Quando a sincronização estiver concluída, você verá um " -"pequeno sinal azul no canto inferior direito." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -228,7 +219,8 @@ msgstr "A sincronização do Dash Core está concluída" #: ../../docs/user/wallets/dashcore/installation-linux.rst:140 msgid "You can now begin to use your wallet to send and receive funds." -msgstr "Agora você pode começar a usar sua carteira para enviar e receber fundos." +msgstr "" +"Agora você pode começar a usar sua carteira para enviar e receber fundos." #: ../../docs/user/wallets/dashcore/installation-linux.rst:143 msgid "Setting up a desktop entry" @@ -238,10 +230,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -255,38 +246,36 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Criptografando sua carteira do Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Você será solicitado a inserir e verificar uma senha." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 msgid "Enter a password" -msgstr "" +msgstr "insira uma senha" #: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." @@ -299,8 +288,8 @@ msgstr "Confirme que você deseja criptografar sua carteira" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -324,112 +313,13 @@ msgid "Entering a password" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Quando o processo de criptografia estiver concluído, você verá um aviso " -"de que os backups anteriores da sua carteira não serão mais utilizáveis e" -" será solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core," -" você verá uma pequena trava azul no canto inferior direito." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Carteira Dash Core totalmente criptografada e sincronizada" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Depois que sua carteira for sincronizada" -#~ " com a rede do Dash, é " -#~ "altamente recomendável criptografar a carteira" -#~ " com uma senha para impedir o " -#~ "acesso não autorizado. Você deve usar" -#~ " uma senha nova e forte que " -#~ "nunca usou em outro lugar. Anote " -#~ "sua senha e armazene-a em algum " -#~ "lugar seguro ou você será bloqueado " -#~ "fora de sua carteira e perderá " -#~ "acesso a seus fundos." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 808f450e1..9760a1c98 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "Como baixar, instalar e criptografar a carteira do Dash Core no macOS" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "dash, core, carteira, macos, instalação" @@ -42,9 +40,9 @@ msgid "" "wallet for macOS. The guide is written for macOS Sierra, but the steps " "should be similar for other versions." msgstr "" -"Este guia descreve como baixar, instalar e criptografar a carteira do " -"Dash Core para macOS. O guia foi escrito para o macOS Sierra, mas as " -"etapas devem ser semelhantes para outras versões." +"Este guia descreve como baixar, instalar e criptografar a carteira do Dash " +"Core para macOS. O guia foi escrito para o macOS Sierra, mas as etapas devem" +" ser semelhantes para outras versões." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -53,8 +51,8 @@ msgstr "Downloading da Carteira Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -63,10 +61,10 @@ msgstr "O site detecta corretamente a carteira apropriada para o seu sistema" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -76,16 +74,17 @@ msgstr "Verificando Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -123,13 +122,13 @@ msgstr "Instalando o Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" -"Abra o Finder e navegue até a pasta Downloads. Em seguida, clique duas " -"vezes no arquivo .dmg que você baixou para descompactá-lo. Aparece uma " -"janela mostrando o conteúdo do arquivo." +"Abra o Finder e navegue até a pasta Downloads. Em seguida, clique duas vezes" +" no arquivo .dmg que você baixou para descompactá-lo. Aparece uma janela " +"mostrando o conteúdo do arquivo." #: ../../docs/user/wallets/dashcore/installation-macos.rst:76 msgid "Opening the Dash Core .dmg file" @@ -137,8 +136,8 @@ msgstr "Abrindo o arquivo .dmg do Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" "Arraste o arquivo do aplicativo Dash Core para a pasta Aplicativos para " "instalar o Dash Core." @@ -149,19 +148,19 @@ msgstr "Executando o Dash Core pela primeira vez" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" -"Para executar o Dash Core pela primeira vez, abra o Launchpad ou navegue " -"até a pasta **Aplicativos** no Finder. Clique duas vezes em **Dash Core**" -" ou **Dash-Qt** para iniciar o aplicativo. Você pode ver um aviso sobre a" -" abertura de um aplicativo de um desenvolvedor não identificado. Para " +"Para executar o Dash Core pela primeira vez, abra o Launchpad ou navegue até" +" a pasta **Aplicativos** no Finder. Clique duas vezes em **Dash Core** ou " +"**Dash-Qt** para iniciar o aplicativo. Você pode ver um aviso sobre a " +"abertura de um aplicativo de um desenvolvedor não identificado. Para " "resolver esse problema, simplesmente clique com o controle no ícone do " "aplicativo e escolha **Abrir** no menu de atalho e clique novamente em " "**Abrir** na caixa de diálogo. O aplicativo é salvo como uma exceção às " @@ -175,14 +174,14 @@ msgstr "Desbloqueando o macOS para a execução do Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"Na primeira vez que o programa for lançado, você terá a opção de escolher" -" onde deseja armazenar seus dados de blockchain e carteira. Escolha um " -"local com espaço livre suficiente, pois o blockchain pode atingir cerca " -"de 30GB+. Recomenda-se usar a pasta de dados padrão, se possível." +"Na primeira vez que o programa for lançado, você terá a opção de escolher " +"onde deseja armazenar seus dados de blockchain e carteira. Escolha um local " +"com espaço livre suficiente, pois o blockchain pode atingir cerca de 30GB+. " +"Recomenda-se usar a pasta de dados padrão, se possível." #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" @@ -190,9 +189,9 @@ msgstr "Escolhendo a pasta de dados do Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "O Dash Core será iniciado. Isso levará um pouco mais do que o normal na " "primeira vez que você executá-lo, já que o Dash Core precisa gerar dados " @@ -207,16 +206,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "Sincronizando o Dash Core na rede do Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"Depois que o Dash Core for instalado e iniciado com sucesso, você verá a " -"tela de visão geral da carteira. Você notará que a carteira está \"fora " -"de sincronia\" e a barra de status na parte inferior da janela mostrará o" -" andamento da sincronização." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -227,54 +221,51 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" -"Durante esse processo, o Dash Core baixará uma cópia completa do " -"blockchain de outros nós para o seu dispositivo. Dependendo da sua " -"conexão com a internet, isso pode levar muito tempo. Se você vir a " -"mensagem \"Nenhuma fonte de bloqueio disponível\", verifique sua conexão " -"com a Internet. Quando a sincronização estiver concluída, você verá um " -"pequeno sinal azul no canto inferior direito." +"Durante esse processo, o Dash Core baixará uma cópia completa do blockchain " +"de outros nós para o seu dispositivo. Dependendo da sua conexão com a " +"internet, isso pode levar muito tempo. Se você vir a mensagem \"Nenhuma " +"fonte de bloqueio disponível\", verifique sua conexão com a Internet. Quando" +" a sincronização estiver concluída, você verá um pequeno sinal azul no canto" +" inferior direito." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "A sincronização do Dash Core está concluída" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "Agora você pode começar a usar sua carteira para enviar e receber fundos." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Criptografando sua carteira do Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Você será solicitado a inserir e verificar uma senha." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -292,8 +283,8 @@ msgstr "Confirme que você deseja criptografar sua carteira" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -316,15 +307,15 @@ msgstr "Você será solicitado a inserir e verificar uma senha." #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" -"Quando o processo de criptografia estiver concluído, você verá um aviso " -"de que os backups anteriores da sua carteira não serão mais utilizáveis e" -" será solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core," -" você verá uma pequena trava azul no canto inferior direito." +"Quando o processo de criptografia estiver concluído, você verá um aviso de " +"que os backups anteriores da sua carteira não serão mais utilizáveis e será " +"solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core, você " +"verá uma pequena trava azul no canto inferior direito." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -333,41 +324,5 @@ msgstr "Carteira Dash Core totalmente criptografada e sincronizada" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Agora você pode começar a usar sua carteira para enviar e receber fundos " -"com segurança." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Depois que sua carteira for sincronizada" -#~ " com a rede do Dash, é " -#~ "altamente recomendável criptografar a carteira" -#~ " com uma senha para impedir o " -#~ "acesso não autorizado. Você deve usar" -#~ " uma senha nova e forte que " -#~ "nunca usou em outro lugar. Anote " -#~ "sua senha e armazene-a em algum " -#~ "lugar seguro ou você será bloqueado " -#~ "fora de sua carteira e perderá " -#~ "acesso a seus fundos." - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Agora você pode começar a usar sua carteira para enviar e receber fundos com" +" segurança." diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index acf13fb81..0e580b929 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" -msgstr "Como baixar, instalar e criptografar a carteira do Dash Core no Windows" +msgstr "" +"Como baixar, instalar e criptografar a carteira do Dash Core no Windows" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "dash, core, carteira, windows, Instalação" @@ -42,9 +41,9 @@ msgid "" "wallet for Windows. The guide is written for Windows 10, but the steps " "should be similar for Windows XP, Vista, 7 and 8." msgstr "" -"Este guia descreve como baixar, instalar e criptografar a carteira do " -"Dash Core para Windows. O guia foi escrito para o Windows 10, mas as " -"etapas devem ser semelhantes para o Windows XP, Vista, 7 e 8." +"Este guia descreve como baixar, instalar e criptografar a carteira do Dash " +"Core para Windows. O guia foi escrito para o Windows 10, mas as etapas devem" +" ser semelhantes para o Windows XP, Vista, 7 e 8." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 msgid "Downloading the Dash Core wallet" @@ -53,8 +52,8 @@ msgstr "Downloading da Carteira Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -63,34 +62,24 @@ msgstr "O site detecta corretamente a carteira apropriada para o seu sistema" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." -msgstr "" -"Se a detecção não funcionar, você precisará escolher manualmente o " -"sistema operacional e se precisa de uma versão de 32 ou 64 bits. Se não " -"tiver certeza se sua versão do Windows é de 32 ou 64 bits, você pode " -"fazer check-in no Windows 10, em **Iniciar > Configurações > Sistema > " -"Sobre**. Para obter detalhes sobre como verificar isso em outras versões " -"do Windows, consulte `aqui `__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -99,15 +88,15 @@ msgstr "Verificando Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -126,10 +115,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -138,10 +127,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -151,9 +140,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -174,9 +162,9 @@ msgstr "O instalador do Dash Core na pasta Downloads" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" "Neste momento, você pode ver um aviso do Windows SmartScreen que o " "aplicativo não é reconhecido. Você pode ignorar este aviso com segurança " @@ -229,21 +217,20 @@ msgstr "Executando o Dash Core pela primeira vez" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "Quando a instalação estiver concluída, o Dash Core será iniciado " -"imediatamente. Se isso não acontecer, clique em **Iniciar > Core do Dash " -"> Core do Dash** para iniciar o aplicativo. Na primeira vez que o " -"programa for lançado, você terá a opção de escolher onde deseja armazenar" -" seus dados de blockchain e carteira. Escolha um local com espaço livre " -"suficiente, pois o blockchain pode atingir cerca de 30GB+. Recomenda-se " -"usar a pasta de dados padrão, se possível." +"imediatamente. Se isso não acontecer, clique em **Iniciar > Core do Dash > " +"Core do Dash** para iniciar o aplicativo. Na primeira vez que o programa for" +" lançado, você terá a opção de escolher onde deseja armazenar seus dados de " +"blockchain e carteira. Escolha um local com espaço livre suficiente, pois o " +"blockchain pode atingir cerca de 30GB+. Recomenda-se usar a pasta de dados " +"padrão, se possível." #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" @@ -251,9 +238,9 @@ msgstr "Escolhendo a pasta de dados do Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "O Dash Core será iniciado. Isso levará um pouco mais do que o normal na " "primeira vez que você executá-lo, já que o Dash Core precisa gerar dados " @@ -270,73 +257,63 @@ msgstr "Sincronizando o Dash Core na rede do Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" "Depois que o Dash Core for instalado e iniciado com sucesso, você verá a " -"tela de visão geral da carteira. Você notará que a carteira está \"fora " -"de sincronia\" e a barra de status na parte inferior da janela mostrará o" -" andamento da sincronização." +"tela de visão geral da carteira. Você notará que a carteira está \"fora de " +"sincronia\" e a barra de status na parte inferior da janela mostrará o " +"andamento da sincronização." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core começa a sincronizar com a rede do Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Durante esse processo, o Dash Core baixará uma cópia completa do " -"blockchain de outros nós para o seu dispositivo. Dependendo da sua " -"conexão com a internet, isso pode levar muito tempo. Se você vir a " -"mensagem \"Nenhuma fonte de bloqueio disponível\", verifique sua conexão " -"com a Internet. Quando a sincronização estiver concluída, você verá um " -"pequeno sinal azul no canto inferior direito." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "A sincronização do Dash Core está concluída" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "Agora você pode começar a usar sua carteira para enviar e receber fundos." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Criptografando sua carteira do Dash" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Você será solicitado a inserir e verificar uma senha." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -354,8 +331,8 @@ msgstr "Confirme que você deseja criptografar sua carteira" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -377,17 +354,12 @@ msgid "You will be asked to enter and verify a password." msgstr "Você será solicitado a inserir e verificar uma senha." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Quando o processo de criptografia estiver concluído, você verá um aviso " -"de que os backups anteriores da sua carteira não serão mais utilizáveis e" -" será solicitado a encerrar o Dash Core. Quando você reiniciar Dash Core," -" você verá uma pequena trava azul no canto inferior direito." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -396,98 +368,5 @@ msgstr "Carteira Dash Core totalmente criptografada e sincronizada" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Agora você pode começar a usar sua carteira para enviar e receber fundos " -"com segurança." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "Em Configurações do Windows, clique em Sistema." - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" -#~ "Na seção Sistema, clique em Sobre " -#~ "para visualizar o tipo de sistema. " -#~ "Este é um sistema de 64 bits." - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Depois que sua carteira for sincronizada" -#~ " com a rede do Dash, é " -#~ "altamente recomendável criptografar a carteira" -#~ " com uma senha para impedir o " -#~ "acesso não autorizado. Você deve usar" -#~ " uma senha nova e forte que " -#~ "nunca usou em outro lugar. Anote " -#~ "sua senha e armazene-a em algum " -#~ "lugar seguro ou você será bloqueado " -#~ "fora de sua carteira e perderá " -#~ "acesso a seus fundos." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Agora você pode começar a usar sua carteira para enviar e receber fundos com" +" segurança." diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 2060ccaa1..36323aae5 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" @@ -29,7 +29,7 @@ msgstr "" "Como baixar e instalar a carteira do Dash Core. Guia de compilação também " "disponível" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "dash, core, carteira, linux, windows, macos, instalação, compilar" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 38a91f0cf..c319f3320 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "Descrição de diálogos e interfaces na carteira do Dash Core" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" "dash, core, carteira, interface, dialogo, sincronização, opções de " @@ -40,17 +38,17 @@ msgstr "Interface" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" -"A Carteira Dash Core é um aplicativo que roda no seu computador e permite" -" que você faça transações na rede do Dash. A maioria das transações é " -"para enviar ou receber Dash, mas também é possível criar mensagens " -"assinadas ou controlar um masternode, por exemplo. A interface da " -"Carteira Dash Core é descrita em detalhes nas seções a seguir." +"A Carteira Dash Core é um aplicativo que roda no seu computador e permite " +"que você faça transações na rede do Dash. A maioria das transações é para " +"enviar ou receber Dash, mas também é possível criar mensagens assinadas ou " +"controlar um masternode, por exemplo. A interface da Carteira Dash Core é " +"descrita em detalhes nas seções a seguir." #: ../../docs/user/wallets/dashcore/interface.rst:18 msgid "The Main Window" @@ -86,8 +84,8 @@ msgstr "A barra de menu" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" "A barra de menus fornece acesso a todas as funções do Dash Core. Existem " "quatro menus disponíveis:" @@ -106,11 +104,11 @@ msgstr "Configurações" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" -"O menu Configurações fornece acesso a opções de criptografia da carteira " -"e configurações gerais de software." +"O menu Configurações fornece acesso a opções de criptografia da carteira e " +"configurações gerais de software." #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "Window" @@ -118,8 +116,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -128,8 +126,8 @@ msgstr "Ajuda" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" "O menu Ajuda se conecta a documentação, guias e declarações legais " "relacionadas ao Dash Core." @@ -141,11 +139,11 @@ msgstr "A barra de tabalho" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" -"A barra de guias é usada para alternar rapidamente entre as principais " -"áreas do Core do Dash. O conteúdo na área principal do Core do Dash muda " +"A barra de guias é usada para alternar rapidamente entre as principais áreas" +" do Core do Dash. O conteúdo na área principal do Core do Dash muda " "dependendo de qual guia você selecionou. As seguintes abas estão " "disponíveis:" @@ -173,11 +171,11 @@ msgstr "Disponível" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" -"Isso mostra seu saldo líquido atual. Esta é a quantia de Dash que você " -"pode gastar agora." +"Isso mostra seu saldo líquido atual. Esta é a quantia de Dash que você pode " +"gastar agora." #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "Pending" @@ -196,8 +194,8 @@ msgid "" "This shows funds from masternode or mining payments which have not yet " "reached the required number of confirmations." msgstr "" -"Isso mostra fundos de pagamentos do masternode ou de mineração que ainda " -"não atingiram o número necessário de confirmações." +"Isso mostra fundos de pagamentos do masternode ou de mineração que ainda não" +" atingiram o número necessário de confirmações." #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "Total" @@ -206,8 +204,8 @@ msgstr "Total" #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "This is simply your available and pending funds added together." msgstr "" -"Isto é simplesmente os seus fundos disponíveis e pendentes adicionados em" -" conjunto." +"Isto é simplesmente os seus fundos disponíveis e pendentes adicionados em " +"conjunto." #: ../../docs/user/wallets/dashcore/interface.rst:85 msgid "" @@ -217,9 +215,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -230,10 +228,10 @@ msgstr "A guia Enviar" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -251,9 +249,9 @@ msgid "" "message, and send it to another user as a link or QR code." msgstr "" "A guia Receber permite que você crie endereços para receber o Dash. Você " -"pode criar uma solicitação para uma quantia específica de Dash ou incluir" -" uma mensagem específica e enviá-la para outro usuário como um link ou " -"código QR." +"pode criar uma solicitação para uma quantia específica de Dash ou incluir " +"uma mensagem específica e enviá-la para outro usuário como um link ou código" +" QR." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" @@ -265,20 +263,19 @@ msgstr "A guia Transações" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -292,11 +289,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -310,9 +306,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -325,9 +321,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -343,9 +339,8 @@ msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" -"A barra de status mostra uma barra de progresso de sincronização e uma " -"linha de ícones de status que indicam o status de sua conexão com a rede " -"do Dash." +"A barra de status mostra uma barra de progresso de sincronização e uma linha" +" de ícones de status que indicam o status de sua conexão com a rede do Dash." #: ../../docs/user/wallets/dashcore/interface.rst:181 msgid "The Synchronization Bar" @@ -354,20 +349,19 @@ msgstr "A barra de sincronização" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" -"Esta barra mostra o status de sincronização do Dash Core com a rede do " -"Dash. Toda vez que você abrir o Dash Core, ele começará a baixar os " -"blocos que foram criados no blockchain no tempo desde a última vez que " -"você abriu o aplicativo. Esses blocos são baixados de outros usuários do " -"Dash e masternodes. Se você nunca abriu o aplicativo antes, isso pode " -"significar que vários blocos de anos anteriores precisam ser baixados. Os" -" seguintes status são possíveis:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"Esta barra mostra o status de sincronização do Dash Core com a rede do Dash." +" Toda vez que você abrir o Dash Core, ele começará a baixar os blocos que " +"foram criados no blockchain no tempo desde a última vez que você abriu o " +"aplicativo. Esses blocos são baixados de outros usuários do Dash e " +"masternodes. Se você nunca abriu o aplicativo antes, isso pode significar " +"que vários blocos de anos anteriores precisam ser baixados. Os seguintes " +"status são possíveis:" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" @@ -375,8 +369,8 @@ msgstr "Nenhuma fonte de bloco disponível" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" "Isso ocorre se a conexão com a Internet estiver inativa ou se as portas " "exigidas pela Carteira forem bloqueadas por um firewall." @@ -399,11 +393,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" -"Quando a sincronização estiver concluída, a barra de progresso " -"desaparecerá e uma marcação aparecerá à direita da barra de status." +"Quando a sincronização estiver concluída, a barra de progresso desaparecerá " +"e uma marcação aparecerá à direita da barra de status." #: ../../docs/user/wallets/dashcore/interface.rst:203 msgid "The Status Icons" @@ -411,33 +405,31 @@ msgstr "Os ícones de status" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" "Os ícones de bloqueio indicam o status da sua carteira: bloqueados ou " -"desbloqueados. Você precisa desbloquear sua carteira para enviar fundos " -"ou executar outras ações." +"desbloqueados. Você precisa desbloquear sua carteira para enviar fundos ou " +"executar outras ações." #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -449,8 +441,8 @@ msgid "" "This documentation describes the functionality of the Dash Core Options " "dialog, available under the **Settings > Options** menu in Dash Core." msgstr "" -"Esta documentação descreve a funcionalidade da caixa de diálogo Opções do" -" Core do Dash, disponível no menu **Configurações> Opções** no Dash Core." +"Esta documentação descreve a funcionalidade da caixa de diálogo Opções do " +"Core do Dash, disponível no menu **Configurações> Opções** no Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:246 msgid "Main tab" @@ -458,8 +450,8 @@ msgstr "Aba principal" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" "A guia Principal da caixa de diálogo Opções contém configurações " "relacionadas à inicialização e ao desempenho do aplicativo Dash Core." @@ -474,17 +466,17 @@ msgstr "Inicie a Carteira Dash Core no login do sistema" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" -"Esta opção faz com que o Dash Core inicie automaticamente quando o " -"usuário atual se conecta. Na maioria dos computadores, há apenas uma " -"conta de usuário principal que é conectada automaticamente quando o " -"computador é ligado, portanto, é a mesma coisa que iniciar o Dash Core " -"junto com o sistema operacional." +"Esta opção faz com que o Dash Core inicie automaticamente quando o usuário " +"atual se conecta. Na maioria dos computadores, há apenas uma conta de " +"usuário principal que é conectada automaticamente quando o computador é " +"ligado, portanto, é a mesma coisa que iniciar o Dash Core junto com o " +"sistema operacional." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" @@ -493,12 +485,12 @@ msgstr "Ocultar ícone da bandeja" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" -"Quando esta opção está ativada, o Dash Core não exibe um ícone na bandeja" -" do sistema. Esta opção não pode ser selecionada ao mesmo tempo que " -"**Minimize para a bandeja em vez da barra de tarefas**." +"Quando esta opção está ativada, o Dash Core não exibe um ícone na bandeja do" +" sistema. Esta opção não pode ser selecionada ao mesmo tempo que **Minimize " +"para a bandeja em vez da barra de tarefas**." #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -506,18 +498,18 @@ msgstr "Minimizar para a bandeja em vez da barra de tarefas" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" -"Quando esta opção está ativada e a janela do Dash Core é minimizada, ela " -"não aparecerá mais na sua barra de tarefas como uma tarefa em execução. " -"Em vez disso, o Dash Core continuará funcionando em segundo plano e " -"poderá ser reaberto a partir do ícone do Dash na bandeja do sistema (a " -"área ao lado do relógio do sistema). Esta opção não pode ser selecionada " -"ao mesmo tempo que **Ocultar ícone da bandeja**." +"Quando esta opção está ativada e a janela do Dash Core é minimizada, ela não" +" aparecerá mais na sua barra de tarefas como uma tarefa em execução. Em vez " +"disso, o Dash Core continuará funcionando em segundo plano e poderá ser " +"reaberto a partir do ícone do Dash na bandeja do sistema (a área ao lado do " +"relógio do sistema). Esta opção não pode ser selecionada ao mesmo tempo que " +"**Ocultar ícone da bandeja**." #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" @@ -525,14 +517,13 @@ msgstr "Minimize na barra" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" -"Quando esta opção está ativada, clicar no botão X no canto superior " -"direito da janela fará com que o Core do Dash minimize ao invés de " -"fechar. Para fechar completamente o aplicativo, selecione **Arquivo > " -"Sair**." +"Quando esta opção está ativada, clicar no botão X no canto superior direito " +"da janela fará com que o Core do Dash minimize ao invés de fechar. Para " +"fechar completamente o aplicativo, selecione **Arquivo > Sair**." #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" @@ -540,11 +531,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -555,8 +545,8 @@ msgstr "Tamanho do cache do banco de dados" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -565,24 +555,23 @@ msgstr "Número de encadeamentos de verificação de script" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." -msgstr "" -"Esta opção define o número de threads de verificação de script, variando " -"de -4 a 16. `Verificação de script `__" -" é o processo de seguir as instruções registradas no blockchain para " -"garantir a transações são válidas. 0 significa automático e permitirá que" -" a verificação de script seja dimensionada para o número de núcleos " -"disponíveis em seu processador. Definir um número positivo especifica que" -" o Dash Core deve usar esse número de núcleos de processador, enquanto a " -"configuração de um número negativo deixará esse número de núcleos de " -"processador livres." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." +msgstr "" +"Esta opção define o número de threads de verificação de script, variando de " +"-4 a 16. `Verificação de script `__ é o " +"processo de seguir as instruções registradas no blockchain para garantir a " +"transações são válidas. 0 significa automático e permitirá que a verificação" +" de script seja dimensionada para o número de núcleos disponíveis em seu " +"processador. Definir um número positivo especifica que o Dash Core deve usar" +" esse número de núcleos de processador, enquanto a configuração de um número" +" negativo deixará esse número de núcleos de processador livres." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" @@ -592,9 +581,9 @@ msgstr "Guia Carteira" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -608,15 +597,14 @@ msgstr "Ativar recursos de controle de moedas" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -625,10 +613,10 @@ msgstr "Mostrar guia Masternodes" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -637,10 +625,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -649,23 +637,21 @@ msgstr "Gastar mudança não confirmada" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" "Quando esta opção está ativada, a carteira do Dash Core permite que você " "gaste imediatamente as alterações de transações anteriores que foram " -"transferidas internamente entre os endereços associados à mesma carteira." -" Isso é possível mesmo que a transação ainda não tenha sido confirmada, " -"porque a carteira sabe que ela será confirmada, uma vez que criou a " -"própria transação interna. Deixar essa opção ativada permite criar novas " -"transações, mesmo se as transações anteriores ainda não tiverem sido " -"confirmadas." +"transferidas internamente entre os endereços associados à mesma carteira. " +"Isso é possível mesmo que a transação ainda não tenha sido confirmada, " +"porque a carteira sabe que ela será confirmada, uma vez que criou a própria " +"transação interna. Deixar essa opção ativada permite criar novas transações," +" mesmo se as transações anteriores ainda não tiverem sido confirmadas." #: ../../docs/user/wallets/dashcore/interface.rst:352 msgid "Enable CoinJoin features" @@ -673,9 +659,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -684,8 +670,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -698,9 +684,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -710,8 +696,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -735,10 +721,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -747,11 +733,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -760,10 +746,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -784,19 +770,19 @@ msgstr "Mapear porta usando o UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" -"Esta opção faz com que o Dash Core tente automaticamente abrir e mapear a" -" porta do cliente no seu roteador usando o `UPnP " -"`__ (Universal " -"Plug and Play). Esse recurso é suportado pela maioria dos roteadores " -"domésticos modernos e permite que você se conecte à rede do Dash sem " -"fazer nenhuma configuração especial em seu roteador." +"Esta opção faz com que o Dash Core tente automaticamente abrir e mapear a " +"porta do cliente no seu roteador usando o `UPnP " +"`__ (Universal Plug " +"and Play). Esse recurso é suportado pela maioria dos roteadores domésticos " +"modernos e permite que você se conecte à rede do Dash sem fazer nenhuma " +"configuração especial em seu roteador." #: ../../docs/user/wallets/dashcore/interface.rst:429 msgid "Allow incoming connections" @@ -804,17 +790,15 @@ msgstr "Permitir conexões de entrada" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" -"Esta opção faz com que seu cliente aceite conexões externas. Como o Dash " -"é uma rede peer-to-peer e o Dash Core é considerado um cliente completo " -"porque armazena uma cópia do blockchain no seu dispositivo, habilitar " -"essa opção ajuda outros clientes a sincronizar o blockchain e a rede " -"através de seu nó." +"Esta opção faz com que seu cliente aceite conexões externas. Como o Dash é " +"uma rede peer-to-peer e o Dash Core é considerado um cliente completo porque" +" armazena uma cópia do blockchain no seu dispositivo, habilitar essa opção " +"ajuda outros clientes a sincronizar o blockchain e a rede através de seu nó." #: ../../docs/user/wallets/dashcore/interface.rst:436 msgid "Connect through SOCKS5 proxy (default proxy)" @@ -824,16 +808,16 @@ msgstr "Conectar-se por meio do proxy SOCKS5 (proxy padrão)" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" -"Essas opções permitem que os usuários em uma intranet solicitem que um " -"proxy atinja a Internet mais ampla para especificar o endereço de seu " -"servidor proxy para retransmitir solicitações para a Internet. Entre em " -"contato com o administrador do sistema ou verifique as configurações de " -"rede no seu navegador da Web se não conseguir conectar-se e suspeitar que" -" um proxy possa ser a origem do problema." +"Essas opções permitem que os usuários em uma intranet solicitem que um proxy" +" atinja a Internet mais ampla para especificar o endereço de seu servidor " +"proxy para retransmitir solicitações para a Internet. Entre em contato com o" +" administrador do sistema ou verifique as configurações de rede no seu " +"navegador da Web se não conseguir conectar-se e suspeitar que um proxy possa" +" ser a origem do problema." #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" @@ -843,16 +827,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" "Essas opções permitem que você especifique um servidor proxy adicional " -"projetado para ajudá-lo a se conectar a pontos na rede Tor. Esta é uma " -"opção avançada para maior privacidade e requer um proxy Tor em sua rede. " -"Para mais informações sobre o Tor, veja `here " -"`__." +"projetado para ajudá-lo a se conectar a pontos na rede Tor. Esta é uma opção" +" avançada para maior privacidade e requer um proxy Tor em sua rede. Para " +"mais informações sobre o Tor, veja `here `__." #: ../../docs/user/wallets/dashcore/interface.rst:446 msgid "Display tab" @@ -877,8 +860,8 @@ msgid "" "Select your preferred language from this drop-down menu. Changing the " "language requires you to restart the Dash Core app." msgstr "" -"Selecione seu idioma preferido neste menu suspenso. Alterar o idioma " -"exige que você reinicie o aplicativo Dash Core." +"Selecione seu idioma preferido neste menu suspenso. Alterar o idioma exige " +"que você reinicie o aplicativo Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:464 msgid "Unit to show amounts in" @@ -887,14 +870,14 @@ msgstr "Unidade para mostrar valores em" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" -"Isso permite que você altere a unidade padrão de moeda na Carteira Dash " -"para mDASH, µDASH ou duffs. Cada unidade desloca o separador decimal três" -" lugares para a direita. Os Duffs são a menor unidade na qual o Dash pode" -" ser separado." +"Isso permite que você altere a unidade padrão de moeda na Carteira Dash para" +" mDASH, µDASH ou duffs. Cada unidade desloca o separador decimal três " +"lugares para a direita. Os Duffs são a menor unidade na qual o Dash pode ser" +" separado." #: ../../docs/user/wallets/dashcore/interface.rst:469 msgid "Decimal digits" @@ -902,35 +885,33 @@ msgstr "Dígitos decimais" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" "Essa opção permite que você selecione quantos dígitos decimais serão " -"exibidos na interface do usuário. Isso não afeta a contabilização interna" -" de suas entradas e saldo." +"exibidos na interface do usuário. Isso não afeta a contabilização interna de" +" suas entradas e saldo." #: ../../docs/user/wallets/dashcore/interface.rst:477 msgid "Third party transaction URLs" msgstr "URLs de transação de terceiros" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." -msgstr "" -"Esta opção permite que você especifique e um site externo para " -"inspecionar um determinado endereço ou transação no blockchain. Vários " -"exploradores blockchain estão disponíveis para isso. Para usar este " -"recurso, insira o URL do seu explorador blockchain favorito, substituindo" -" %s pelo ID da transação. Você poderá então acessar este blockchain " -"explorer diretamente do Dash Core usando o menu de contexto de qualquer " -"transação." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." +msgstr "" +"Esta opção permite que você especifique e um site externo para inspecionar " +"um determinado endereço ou transação no blockchain. Vários exploradores " +"blockchain estão disponíveis para isso. Para usar este recurso, insira o URL" +" do seu explorador blockchain favorito, substituindo %s pelo ID da " +"transação. Você poderá então acessar este blockchain explorer diretamente do" +" Dash Core usando o menu de contexto de qualquer transação." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" @@ -938,8 +919,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -952,9 +933,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -984,9 +965,9 @@ msgid "" "This documentation describes the functionality of the Dash Core Tools " "dialog, available under the **Tools** menu in Dash Core." msgstr "" -"Esta documentação descreve a funcionalidade da caixa de diálogo " -"Ferramentas principais do Dash, disponível no menu **Ferramentas** na " -"Carteira Dash Core." +"Esta documentação descreve a funcionalidade da caixa de diálogo Ferramentas " +"principais do Dash, disponível no menu **Ferramentas** na Carteira Dash " +"Core." #: ../../docs/user/wallets/dashcore/interface.rst:509 msgid "Information tab" @@ -1002,11 +983,11 @@ msgstr "Geral" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" -"Esta seção exibe informações sobre o nome e a versão do cliente e do " -"banco de dados e o local do diretório de dados do aplicativo atual." +"Esta seção exibe informações sobre o nome e a versão do cliente e do banco " +"de dados e o local do diretório de dados do aplicativo atual." #: ../../docs/user/wallets/dashcore/interface.rst:523 msgid "Network" @@ -1014,11 +995,11 @@ msgstr "Rede" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" -"Esta seção exibe informações e estatísticas sobre a rede à qual você está" -" conectado." +"Esta seção exibe informações e estatísticas sobre a rede à qual você está " +"conectado." #: ../../docs/user/wallets/dashcore/interface.rst:526 msgid "Block chain" @@ -1035,14 +1016,14 @@ msgstr "Pool de memória" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" "Esta seção mostra o status do pool de memória, que contém transações que " "ainda não puderam ser gravadas em um bloco. Isso inclui as transações " -"criadas desde o último bloco e as transações que não puderam ser " -"inseridas no último bloco porque estavam cheias." +"criadas desde o último bloco e as transações que não puderam ser inseridas " +"no último bloco porque estavam cheias." #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" @@ -1050,12 +1031,11 @@ msgstr "Abra o arquivo de log de depuração" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" -"Este botão abre debug.log do diretório de dados do aplicativo. Este " -"arquivo contém a saída do Dash Core, que pode ajudar a diagnosticar " -"erros." +"Este botão abre debug.log do diretório de dados do aplicativo. Este arquivo " +"contém a saída do Dash Core, que pode ajudar a diagnosticar erros." #: ../../docs/user/wallets/dashcore/interface.rst:539 msgid "Console tab" @@ -1064,9 +1044,9 @@ msgstr "Guia Console" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -1081,14 +1061,15 @@ msgstr "Guia Tráfego de rede" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 msgid "The Network Traffic tab of the Dash Core Tools dialog" -msgstr "A guia Tráfego de Rede da caixa de diálogo Ferramentas da Carteira Dash" +msgstr "" +"A guia Tráfego de Rede da caixa de diálogo Ferramentas da Carteira Dash" #: ../../docs/user/wallets/dashcore/interface.rst:566 msgid "Peers tab" @@ -1096,15 +1077,14 @@ msgstr "Guia Peers" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" -"A guia \"Pares\" mostra uma lista de outros nós completos conectados ao " -"seu cliente do Dash Core. O endereço IP, versão e tempo de ping estão " -"visíveis. A seleção de um par mostra informações adicionais sobre os " -"dados trocados com esse peer." +"A guia \"Pares\" mostra uma lista de outros nós completos conectados ao seu " +"cliente do Dash Core. O endereço IP, versão e tempo de ping estão visíveis. " +"A seleção de um par mostra informações adicionais sobre os dados trocados " +"com esse peer." #: ../../docs/user/wallets/dashcore/interface.rst:576 msgid "The Peers tab of the Dash Core Tools dialog" @@ -1116,20 +1096,20 @@ msgstr "Guia de reparo da carteira" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" "A guia Reparar Carteira oferece vários comandos de inicialização para " -"restaurar uma carteira a um estado funcional. Selecionar qualquer um " -"desses comandos reiniciará a Carteira Dash Core o com a opção de linha de" -" comando especificada." +"restaurar uma carteira a um estado funcional. Selecionar qualquer um desses " +"comandos reiniciará a Carteira Dash Core o com a opção de linha de comando " +"especificada." #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" msgstr "" -"A aba de reparo da carteira da caixa de diálogo ferramentas da Carteira " -"Dash Core" +"A aba de reparo da carteira da caixa de diálogo ferramentas da Carteira Dash" +" Core" #: ../../docs/user/wallets/dashcore/interface.rst:595 msgid "Rescan blockchain files 1" @@ -1138,16 +1118,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" "Rescans o blockchain já baixado para quaisquer transações que afetem as " -"contas contidas na carteira. Isso pode ser necessário se você substituir " -"seu arquivo wallet.dat por uma carteira diferente ou um backup - a lógica" -" da carteira não saberá sobre essas transações, portanto, uma nova " -"verificação é necessária para determinar os saldos." +"contas contidas na carteira. Isso pode ser necessário se você substituir seu" +" arquivo wallet.dat por uma carteira diferente ou um backup - a lógica da " +"carteira não saberá sobre essas transações, portanto, uma nova verificação é" +" necessária para determinar os saldos." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1155,8 +1135,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1166,12 +1146,12 @@ msgstr "Recuperar transações" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1181,14 +1161,14 @@ msgstr "Atualizar formato de carteira" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" -"Este comando está disponível para carteiras muito antigas, onde é " -"necessária uma atualização para a versão de carteira, além de uma " -"atualização para o software de carteira. Você pode ver sua versão atual " -"da carteira executando o comando ``getwalletinfo`` no console." +"Este comando está disponível para carteiras muito antigas, onde é necessária" +" uma atualização para a versão de carteira, além de uma atualização para o " +"software de carteira. Você pode ver sua versão atual da carteira executando " +"o comando ``getwalletinfo`` no console." #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" @@ -1197,41 +1177,23 @@ msgstr "Recontruir Indice" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" "Descarta o blockchain atual e incorpora os índices (o banco de dados de " -"saídas de transação não gastas) e o recria a partir dos arquivos de bloco" -" existentes. Isso pode ser útil para recuperar saldos ausentes ou " -"emperrados." +"saídas de transação não gastas) e o recria a partir dos arquivos de bloco " +"existentes. Isso pode ser útil para recuperar saldos ausentes ou emperrados." #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index b86f2e25a..78448ca0f 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "Guia para enviar e receber o Dash usando a carteira do Dash Core" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "dash, core, carteira, enviar, receber, transação" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 034983abd..8e6bfe077 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/faq.po index af9ebfd4f..3c6fcf0dc 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/index.po index f061d28f8..069e5d751 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 27fd598f0..57891632a 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/security.po index 7cc8d4b10..230a3b397 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "Segurança, backup e segurança ao usar a carteira Dash Electrum" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "Segurança, backup e segurança ao usar a carteira Dash Electrum" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 5893770d6..9cadf57e5 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "Guia para enviar e receber o Dash usando a carteira do Dash Electrum" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "dash, carteira, electrum, enviar, receber, tranação" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/pt/LC_MESSAGES/docs/user/wallets/hardware.po index 5d30afd6e..555ec1b6b 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "Como usar a Criptomoeda Dash com carteiras de hardware" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" "dash, hardware, carteira, ledger, keepkey, trezor, seguro, chave privada" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-hardware.po index 3aaa3bd29..20df8732e 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-paper.po index bf476e396..22d827d6c 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-text.po index 47456388a..3dbab2ed9 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-third-party.po index d74efce3b..465a42174 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index-web.po index 952077541..eef993515 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/index.po index 3d64728dd..246840bcf 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,17 +12,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" @@ -30,7 +30,7 @@ msgstr "" "Descrição de diferentes carteiras disponíveis para usar e gastar a " "criptomoeda Dash" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 42c8aed47..a67f69215 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -45,10 +43,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -81,8 +79,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -95,8 +93,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -113,10 +111,10 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -131,4 +129,3 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 4082701b7..114045579 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,22 +12,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "" "Primeiros passos no envio e recebimento do Dash no seu dispositivo iOS" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "dash, mobile, carteira, ios, enviar, receber, endereço, começando" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/index.po index 3d51a50dc..2ca0992cd 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/installation.po index fd1234360..658acc2a5 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "Como instalar a carteira do Dash no seu dispositivo iOS" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "dash, mobile, carteira, Ios, instalação, compilar" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/paper.po b/locale/pt/LC_MESSAGES/docs/user/wallets/paper.po index 79b93acaa..b2c4daf60 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/pt/LC_MESSAGES/docs/user/wallets/recovery.po index 507666c36..7de44e305 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2022 # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" "Recuperando carteiras Dash do arquivo, chaves privadas ou frases de " "recuperação" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" "dash, carteira, recuperação, senha, perder, mobile, core, frase de " "recuperação, chave privada" @@ -43,19 +42,19 @@ msgstr "Recuperar Carteira" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" -"Os usuários de longa data na criptomoeda às vezes encontram arquivos " -"antigos da carteira em unidades USB ou armazenamento na nuvem de que se " -"esqueceram. Outros podem ter um backup, mas não conseguem lembrar o " -"software usado para criá-lo ou esqueceram a senha. Outros usuários podem " -"ter uma versão antiga do Dash Core que não funciona mais porque a rede " -"foi atualizada. Esta documentação destina-se a ajudar esses usuários a " -"restaurar o acesso a seus fundos." +"Os usuários de longa data na criptomoeda às vezes encontram arquivos antigos" +" da carteira em unidades USB ou armazenamento na nuvem de que se esqueceram." +" Outros podem ter um backup, mas não conseguem lembrar o software usado para" +" criá-lo ou esqueceram a senha. Outros usuários podem ter uma versão antiga " +"do Dash Core que não funciona mais porque a rede foi atualizada. Esta " +"documentação destina-se a ajudar esses usuários a restaurar o acesso a seus " +"fundos." #: ../../docs/user/wallets/recovery.rst:20 msgid "Determining the backup format" @@ -65,22 +64,21 @@ msgstr "Determinando o formato do backup" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" -"O primeiro passo é determinar o formato do seu backup. Na maioria dos " -"casos, isso será um arquivo, provavelmente chamado *wallet.dat*, ou uma " -"frase de palavras. Em alguns casos, você pode ter armazenado a chave " -"privada para um endereço Dash diretamente. A lista a seguir mostra as " -"possibilidades e métodos para restaurar sua carteira em ordem de " -"probabilidade." +"O primeiro passo é determinar o formato do seu backup. Na maioria dos casos," +" isso será um arquivo, provavelmente chamado *wallet.dat*, ou uma frase de " +"palavras. Em alguns casos, você pode ter armazenado a chave privada para um " +"endereço Dash diretamente. A lista a seguir mostra as possibilidades e " +"métodos para restaurar sua carteira em ordem de probabilidade." #: ../../docs/user/wallets/recovery.rst:28 msgid "Backup is stored in an older version of Dash Core that no longer works" msgstr "" -"Backup é armazenado em uma versão mais antiga do Dash Core que não " -"funciona mais" +"Backup é armazenado em uma versão mais antiga do Dash Core que não funciona " +"mais" #: ../../docs/user/wallets/recovery.rst:30 msgid "" @@ -96,21 +94,21 @@ msgstr "Backup é um arquivo" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" -"Se o nome do arquivo for semelhante ao wallet.dat, tente restaurar usando" -" :ref:`Dash Core `" +"Se o nome do arquivo for semelhante ao wallet.dat, tente restaurar usando " +":ref:`Dash Core `" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" "Se o nome do arquivo for semelhante a dash-wallet-backup ou incluir a " -"palavra 'mobile', tente restaurar usando :ref:`Carteira Dash para Android" -" `" +"palavra 'mobile', tente restaurar usando :ref:`Carteira Dash para Android " +"`" #: ../../docs/user/wallets/recovery.rst:37 msgid "Backup is a phrase of words" @@ -120,34 +118,34 @@ msgstr "Backup em uma frase de palavras" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" -"Se tiver 12 palavras, tente restaurar usando :ref:`Carteira Dash Electrum" -" ` ou Carteira Dash para :ref:`Android " -"` ou :ref:`iOS `, " -"dependendo do que você usou para criar o backup" +"Se tiver 12 palavras, tente restaurar usando :ref:`Carteira Dash Electrum " +"` ou Carteira Dash para :ref:`Android ` ou :ref:`iOS `, dependendo" +" do que você usou para criar o backup" #: ../../docs/user/wallets/recovery.rst:40 msgid "" "If 13 words long, try to restore using :ref:`Dash Electrum wallet `" msgstr "" -"Se tiver 13 palavras, tente restaurar usando :ref:`Carteira Dash Electrum" -"`" +"Se tiver 13 palavras, tente restaurar usando :ref:`Carteira Dash " +"Electrum`" #: ../../docs/user/wallets/recovery.rst:41 msgid "" "If 12, 18 or 24 or 25 words long, try to restore with the :ref:`hardware " "wallet ` you used to create the recovery phrase" msgstr "" -"Se tiver 12, 18 ou 24 ou 25 palavras, tente restaurar com :ref:`carteira " -"de hardware ` usada para criar a frase de " -"recuperação" +"Se tiver 12, 18 ou 24 ou 25 palavras, tente restaurar com :ref:`carteira de " +"hardware ` usada para criar a frase de recuperação" #: ../../docs/user/wallets/recovery.rst:43 msgid "Backup is a long string of random characters or a QR code" -msgstr "Backup em uma longa seqüência de caracteres aleatórios ou um código QR" +msgstr "" +"Backup em uma longa seqüência de caracteres aleatórios ou um código QR" #: ../../docs/user/wallets/recovery.rst:45 msgid "" @@ -155,34 +153,34 @@ msgid "" "cannot be used to restore access to lost funds. You need the private key." msgstr "" "Se tiver 34 caracteres e começar com X, esse é um endereço público e não " -"pode ser usado para restaurar o acesso a fundos perdidos. Você precisa da" -" chave privada." +"pode ser usado para restaurar o acesso a fundos perdidos. Você precisa da " +"chave privada." #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" -"Se tiver 51 caracteres e começar com 7, essa é uma chave privada :ref:`em" -" WIF `, importar usando o Dash Core" +"Se tiver 51 caracteres e começar com 7, essa é uma chave privada :ref:`em " +"WIF `, importar usando o Dash Core" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" "Se tiver 58 caracteres e começar com 6P, esta é uma :ref:`chave privada " -"criptografada BIP38 `, descriptografar usando carteira " -"de papel, em seguida, importar usando o Dash Core" +"criptografada BIP38 `, descriptografar usando carteira de " +"papel, em seguida, importar usando o Dash Core" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" -"Depois de determinar seu formato de backup, siga os links para visualizar" -" o guia de restauração para esse formato." +"Depois de determinar seu formato de backup, siga os links para visualizar o " +"guia de restauração para esse formato." #: ../../docs/user/wallets/recovery.rst:55 msgid "File Backups" @@ -197,13 +195,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -216,23 +213,22 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" "Atualize o Dash Core para a versão mais recente de acordo com a " ":ref:`instruções de instalação `. Se você tiver " -"apenas um arquivo de carteira e nenhuma instalação existente do Dash " -"Core, basta instalar o Dash Core de acordo com as :ref:`instruções de " -"instalação ` e iniciá-lo uma vez para criar a " -"pasta DashCore. Em seguida, feche o Dash Core e copie o arquivo " -"*wallet.dat* que você deseja restaurar para a pasta DashCore no local " -"especificado abaixo, substituindo ou renomeando o arquivo existente." +"apenas um arquivo de carteira e nenhuma instalação existente do Dash Core, " +"basta instalar o Dash Core de acordo com as :ref:`instruções de instalação " +"` e iniciá-lo uma vez para criar a pasta DashCore. Em" +" seguida, feche o Dash Core e copie o arquivo *wallet.dat* que você deseja " +"restaurar para a pasta DashCore no local especificado abaixo, substituindo " +"ou renomeando o arquivo existente." #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" @@ -256,8 +252,8 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" "Vá para a sua pasta pessoal e pressione **Ctrl + H** para mostrar os " "arquivos ocultos, depois abra o ``.dashcore``" @@ -272,8 +268,8 @@ msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -285,28 +281,29 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" "Precionar **Windows Key + R** e digite ``%APPDATA%``, então abra " "``DashCore``" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" "Se a sua versão existente do Dash Core é mais antiga que v0.12.1.x, você " "pode precisar renomear sua pasta de dados de ``Dash`` para ``DashCore``." #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" -"Para reparar uma instalação quebrada, navegue até a pasta DashCore e " -"exclua todos os arquivos *.log* e *.dat* exceto *wallet.dat*. Os " -"seguintes arquivos podem ser excluídos com segurança:" +"Para reparar uma instalação quebrada, navegue até a pasta DashCore e exclua " +"todos os arquivos *.log* e *.dat* exceto *wallet.dat*. Os seguintes arquivos" +" podem ser excluídos com segurança:" #: ../../docs/user/wallets/recovery.rst:107 msgid "*banlist.dat*" @@ -351,8 +348,8 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" "Deixar arquivos e pastas ``.conf`` (tal como``backups``, ``blocks``, " "``chainstate``, etc.) intacto, pois eles ajudarão você a começar mais " @@ -360,15 +357,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -377,12 +374,12 @@ msgstr "Forçando o Dash Core a rescanear o blockchain" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -391,29 +388,28 @@ msgstr "Dash Android" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -421,7 +417,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:178 msgid "*Restoring a file backup using Dash Wallet for Android*" -msgstr "*Restaurando um arquivo de backup usando o Carteira Dash para Android*" +msgstr "" +"*Restaurando um arquivo de backup usando o Carteira Dash para Android*" #: ../../docs/user/wallets/recovery.rst:181 msgid "Recovery Phrases" @@ -429,11 +426,11 @@ msgstr "Frases de Recuperação" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" -"Se você tiver uma frase de 12 palavras e tiver certeza de que seu backup " -"foi feito em um dispositivo móvel iOS ou Android, siga estas instruções." +"Se você tiver uma frase de 12 palavras e tiver certeza de que seu backup foi" +" feito em um dispositivo móvel iOS ou Android, siga estas instruções." #: ../../docs/user/wallets/recovery.rst:189 msgid "12-word phrase on Android" @@ -441,23 +438,23 @@ msgstr "Frase de 12 palavras no Android" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -466,8 +463,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:213 msgid "*Restoring a 12-word recovery phrase using Dash wallet for Android*" msgstr "" -"*Restaurando a partir de uma frase de recuperação de 12 palavras usando a" -" carteira do Dash para Android*" +"*Restaurando a partir de uma frase de recuperação de 12 palavras usando a " +"carteira do Dash para Android*" #: ../../docs/user/wallets/recovery.rst:218 msgid "12-word phrase on iOS" @@ -475,34 +472,33 @@ msgstr "Frase de 12 palavras no iOS" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" -msgstr "" -"Certifique-se de que sua carteira do Dash esteja totalmente atualizada na" -" App Store e abra o Dash. Se esta for a primeira vez que você está " -"abrindo o aplicativo, você pode inserir sua frase de recuperação " -"diretamente, selecionando **Recuperar carteira** na tela inicial. Se você" -" tiver um saldo existente, faça outro backup ou transfira-o para um " -"endereço externo, porque a restauração de uma carteira substituirá sua " -"carteira existente!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" +msgstr "" +"Certifique-se de que sua carteira do Dash esteja totalmente atualizada na " +"App Store e abra o Dash. Se esta for a primeira vez que você está abrindo o " +"aplicativo, você pode inserir sua frase de recuperação diretamente, " +"selecionando **Recuperar carteira** na tela inicial. Se você tiver um saldo " +"existente, faça outro backup ou transfira-o para um endereço externo, porque" +" a restauração de uma carteira substituirá sua carteira existente!" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 msgid "*Restoring a 12-word recovery phrase using Dash wallet for iOS*" msgstr "" -"*Restaurando a partir de uma frase de recuperação de 12 palavras usando a" -" carteira do Dash para iOS*" +"*Restaurando a partir de uma frase de recuperação de 12 palavras usando a " +"carteira do Dash para iOS*" #: ../../docs/user/wallets/recovery.rst:250 msgid "12/13-word phrase on Dash Electrum" @@ -510,30 +506,30 @@ msgstr "Frase de 12/13 palavras no Dash Electrum" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" "Certifique-se de estar usando a versão mais recente do Dash Electrum de " -"acordo com as instruções de instalação :ref:`aqui `. O Dash Electrum suporta múltiplas carteiras simultâneas, " -"para que você possa restaurar com segurança um novo arquivo de carteira, " -"sem perder sua carteira antiga. Clique em **Arquivo > Novo/Restaurar** e " -"insira um nome de arquivo para armazenar sua nova carteira. Em seguida, " -"selecione **Eu já tenho uma seed** e insira sua frase de recuperação de " -"12/13 palavras. Digite uma nova senha para sua carteira e clique em " -"**Próximo** para recuperar seus endereços da frase de recuperação." +"acordo com as instruções de instalação :ref:`aqui `. " +"O Dash Electrum suporta múltiplas carteiras simultâneas, para que você possa" +" restaurar com segurança um novo arquivo de carteira, sem perder sua " +"carteira antiga. Clique em **Arquivo > Novo/Restaurar** e insira um nome de " +"arquivo para armazenar sua nova carteira. Em seguida, selecione **Eu já " +"tenho uma seed** e insira sua frase de recuperação de 12/13 palavras. Digite" +" uma nova senha para sua carteira e clique em **Próximo** para recuperar " +"seus endereços da frase de recuperação." #: ../../docs/user/wallets/recovery.rst:274 msgid "*Restoring a 12-word recovery phrase using Dash Electrum*" msgstr "" -"*Restaurando a partir de uma frase de recuperação de 12 palavras usando o" -" Dash Electrum*" +"*Restaurando a partir de uma frase de recuperação de 12 palavras usando o " +"Dash Electrum*" #: ../../docs/user/wallets/recovery.rst:279 msgid "Hardware wallet recovery phrases" @@ -544,24 +540,21 @@ msgid "" "If your 12, 18 or 24-word recovery phrase was generated by a hardware " "wallet, follow these instructions:" msgstr "" -"Se a sua frase de recuperação de 12, 18 ou 24 palavras foi gerada por uma" -" carteira de hardware, siga estas instruções:" +"Se a sua frase de recuperação de 12, 18 ou 24 palavras foi gerada por uma " +"carteira de hardware, siga estas instruções:" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 -#, fuzzy msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" -"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" @@ -574,27 +567,27 @@ msgstr "Restaurando uma carteira do iOS no Dash Electrum" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." -msgstr "" -"Você pode usar sua frase de recuperação Dash iOS com o Dash Electrum para" -" recuperar fundos se perder o acesso ao seu dispositivo iOS por qualquer " +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." +msgstr "" +"Você pode usar sua frase de recuperação Dash iOS com o Dash Electrum para " +"recuperar fundos se perder o acesso ao seu dispositivo iOS por qualquer " "motivo. No entanto, como os caminhos de derivação de carteira não são " -"idênticos, o processo só funciona em uma direção, o que significa que não" -" é possível restaurar uma carteira Dash Electrum usando a carteira Dash " -"iOS. Além disso, como o processo de importação usa uma chave xprv em vez " -"da frase de recuperação diretamente, não será possível exibir a frase de " -"recuperação no Dash Electrum. Recomenda-se, portanto, mover os fundos " -"(para uma carteira padrão da Dash Electrum ou outra carteira) assim que a" -" recuperação for bem-sucedida para garantir que os procedimentos de " -"backup padrão funcionem conforme o esperado." +"idênticos, o processo só funciona em uma direção, o que significa que não é " +"possível restaurar uma carteira Dash Electrum usando a carteira Dash iOS. " +"Além disso, como o processo de importação usa uma chave xprv em vez da frase" +" de recuperação diretamente, não será possível exibir a frase de recuperação" +" no Dash Electrum. Recomenda-se, portanto, mover os fundos (para uma " +"carteira padrão da Dash Electrum ou outra carteira) assim que a recuperação " +"for bem-sucedida para garantir que os procedimentos de backup padrão " +"funcionem conforme o esperado." #: ../../docs/user/wallets/recovery.rst:304 msgid "" @@ -603,8 +596,8 @@ msgid "" "xprv key into Dash Electrum." msgstr "" "A recuperação ocorre em duas etapas. Primeiro, converteremos a frase de " -"recuperação do Dash iOS em uma chave xprv. Na segunda etapa, importaremos" -" a chave xprv para o Dash Electrum." +"recuperação do Dash iOS em uma chave xprv. Na segunda etapa, importaremos a " +"chave xprv para o Dash Electrum." #: ../../docs/user/wallets/recovery.rst:309 msgid "Retrieving the correct Dash iOS xprv key" @@ -612,22 +605,20 @@ msgstr "Recuperando a chave xprv do Dash iOS correta" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" "Vá para a página `BIP39 Mnemonic Code Converter " "`_page. Esta é uma ferramenta útil para " -"manipular/exibir dados de semente BIP32/39. Se você não estiver " -"confortável em realizar este procedimento on-line, uma versão off-line " -"estará disponível fazendo o download do arquivo descrito em `estas " -"instruções `_. Quando a ferramenta estiver carregada no navegador, conclua " -"as etapas a seguir:" +"manipular/exibir dados de semente BIP32/39. Se você não estiver confortável " +"em realizar este procedimento on-line, uma versão off-line estará disponível" +" fazendo o download do arquivo descrito em `estas instruções " +"`_. Quando a" +" ferramenta estiver carregada no navegador, conclua as etapas a seguir:" #: ../../docs/user/wallets/recovery.rst:319 msgid "Enter your 12 word seed phrase in the **BIP39 Mnemonic** field." @@ -679,31 +670,29 @@ msgstr "Opcionalmente, insira uma senha." #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." -msgstr "" -"O Dash Electrum deve agora detectar o seu saldo do Dash iOS e você deve " -"ter acesso completo aos seus fundos. A frase seed não estará disponível " -"no Dash Electrum, então você só precisará seguir os passos acima " -"novamente se quiser restaurar essa carteira a partir da frase de " -"recuperação novamente. Recomenda-se enviar seus fundos para uma nova " -"carteira Dash Electrum e seguir :ref:`procedimentos de backup padrão " -"`." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." +msgstr "" +"O Dash Electrum deve agora detectar o seu saldo do Dash iOS e você deve ter " +"acesso completo aos seus fundos. A frase seed não estará disponível no Dash " +"Electrum, então você só precisará seguir os passos acima novamente se quiser" +" restaurar essa carteira a partir da frase de recuperação novamente. " +"Recomenda-se enviar seus fundos para uma nova carteira Dash Electrum e " +"seguir :ref:`procedimentos de backup padrão `." #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -712,12 +701,12 @@ msgstr "Chaves Privadas" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -734,43 +723,43 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:375 msgid "Importing a private key using the debug console in Dash Core wallet" msgstr "" -"Importando uma chave privada usando o console de depuração na carteira do" -" Dash Core" +"Importando uma chave privada usando o console de depuração na carteira do " +"Dash Core" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" "O Dash Core irá fazer uma nova varredura do blockchain para transações " -"envolvendo o endereço público dessa chave e inserir as transações e o " -"saldo em sua carteira." +"envolvendo o endereço público dessa chave e inserir as transações e o saldo " +"em sua carteira." #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." -msgstr "" -"A chave privada deve estar no formato de importação de carteira (WIF). Se" -" sua chave for criptografada usando BIP38 (a chave começa com 6P em vez " -"de 7), primeiro você deve descriptografá-la para exibir a chave no WIF. " -"Para fazer isso, acesse https://paper.dash.org/ e clique em **Detalhes da" -" Carteira**. Digite a chave privada criptografada no campo e clique em " +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." +msgstr "" +"A chave privada deve estar no formato de importação de carteira (WIF). Se " +"sua chave for criptografada usando BIP38 (a chave começa com 6P em vez de " +"7), primeiro você deve descriptografá-la para exibir a chave no WIF. Para " +"fazer isso, acesse https://paper.dash.org/ e clique em **Detalhes da " +"Carteira**. Digite a chave privada criptografada no campo e clique em " "**Visualizar detalhes**. Você será solicitado a fornecer a senha e suas " -"chaves serão descriptografadas. Encontre a chave chamada **Private Key " -"WIF** e importe-a para sua carteira." +"chaves serão descriptografadas. Encontre a chave chamada **Private Key WIF**" +" e importe-a para sua carteira." #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" -"*Descriptografar uma chave criptografada BIP38 para WIF para importação " -"na carteira do Dash Core*" +"*Descriptografar uma chave criptografada BIP38 para WIF para importação na " +"carteira do Dash Core*" #: ../../docs/user/wallets/recovery.rst:399 msgid "Forgotten Passwords" @@ -778,28 +767,26 @@ msgstr "Senhas Esquecidas" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" "Na maioria dos casos, se você selecionou uma senha forte e a esqueceu ou " -"perdeu, praticamente não há esperança de recuperação. A criptografia " -"usada pelas carteiras do Dash é extremamente forte pelo design, e uma " -"senha bem escolhida deve anular a maioria das tentativas de quebra de " -"força bruta. Se você puder lembrar alguns detalhes da senha, " -"particularmente seu comprimento ou sequências de caracteres que podem ser" -" incluídos, então vale a pena tentar técnicas de quebra de senha de força" -" bruta. Vários serviços existem para fazer isso, ou você mesmo pode " -"tentar. Como o Dash Core é baseado no Bitcoin Core, a maioria das " -"abordagens para aplicar a força bruta para quebrar uma carteira Bitcoin " -"também funcionará para as carteiras do Dash." +"perdeu, praticamente não há esperança de recuperação. A criptografia usada " +"pelas carteiras do Dash é extremamente forte pelo design, e uma senha bem " +"escolhida deve anular a maioria das tentativas de quebra de força bruta. Se " +"você puder lembrar alguns detalhes da senha, particularmente seu comprimento" +" ou sequências de caracteres que podem ser incluídos, então vale a pena " +"tentar técnicas de quebra de senha de força bruta. Vários serviços existem " +"para fazer isso, ou você mesmo pode tentar. Como o Dash Core é baseado no " +"Bitcoin Core, a maioria das abordagens para aplicar a força bruta para " +"quebrar uma carteira Bitcoin também funcionará para as carteiras do Dash." #: ../../docs/user/wallets/recovery.rst:412 msgid "`Wallet Recovery Services `_" @@ -808,4 +795,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "`BTCRecover `_" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/signing.po b/locale/pt/LC_MESSAGES/docs/user/wallets/signing.po index 829334a1b..298a84e17 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/text.po b/locale/pt/LC_MESSAGES/docs/user/wallets/text.po index 9002ec980..5f7de25d6 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "Guias para carteiras de mensagens de texto para criptomoeda Dash" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po index bb72791d8..494515613 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # oscar junior , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -42,12 +40,12 @@ msgstr "Introdução" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" @@ -62,8 +60,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -86,9 +84,9 @@ msgstr "Instalação" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -134,22 +132,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -168,11 +165,10 @@ msgstr "" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" #: ../../docs/user/wallets/third-party.rst:131 @@ -204,21 +200,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" @@ -238,11 +232,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" #: ../../docs/user/wallets/third-party.rst:206 @@ -252,11 +246,10 @@ msgstr "Download" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -280,20 +273,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -343,16 +334,15 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -379,8 +369,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -404,17 +394,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -426,14 +416,14 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:362 @@ -450,36 +440,35 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:410 @@ -541,26 +530,25 @@ msgstr "" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" #: ../../docs/user/wallets/third-party.rst:495 @@ -577,23 +565,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -610,9 +597,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -625,9 +612,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -644,10 +630,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -660,8 +645,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -678,28 +663,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -717,332 +700,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "" - -#~ msgid "Evercoin" -#~ msgstr "" - -#~ msgid "https://evercoin.com" -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "" - -#~ msgid "Jaxx" -#~ msgstr "" - -#~ msgid "https://jaxx.io" -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "" - -#~ msgid "https://paytomat.com" -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "" - diff --git a/locale/pt/LC_MESSAGES/docs/user/wallets/web.po b/locale/pt/LC_MESSAGES/docs/user/wallets/web.po index 275cfeaac..2a5658fd2 100644 --- a/locale/pt/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/pt/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: oscar junior , 2022\n" -"Language-Team: Portuguese (https://www.transifex.com/dash/teams/37570/pt/)\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/pt/LC_MESSAGES/index.po b/locale/pt/LC_MESSAGES/index.po index 7def3e28f..0f048bf12 100644 --- a/locale/pt/LC_MESSAGES/index.po +++ b/locale/pt/LC_MESSAGES/index.po @@ -1,43 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # oscar junior , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: oscar junior , 2018\n" -"Language: pt\n" -"Language-Team: Portuguese " -"(https://www.transifex.com/dash/teams/37570/pt/)\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " -"1000000 == 0 ? 1 : 2;\n" +"Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" "A Documentação do Dash oferece informações e guias sobre o Dash, a " -"criptomoeda de código aberto de ponto a ponto, com um forte foco no setor" -" de pagamentos." +"criptomoeda de código aberto de ponto a ponto, com um forte foco no setor de" +" pagamentos." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -48,30 +46,28 @@ msgstr "Documentação Dash" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -80,8 +76,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -94,8 +90,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -108,17 +104,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po index 8c03076f1..b68d6e8f7 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/index.po b/locale/ru/LC_MESSAGES/docs/user/developers/index.po index 987bffcea..fa67b9659 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Андрей Дегтяр , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,21 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -41,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -76,14 +74,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" "В оставшихся разделах, приведённых ниже, описаны практические шаги для " "выполнения общих задач разработки в Dash." @@ -99,22 +97,3 @@ msgstr "Полная информация о выпуске и история в #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/insight.po b/locale/ru/LC_MESSAGES/docs/user/developers/insight.po index 8e587b689..7df994453 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/insight.po @@ -1,47 +1,45 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Dima, 2022 # Андрей Дегтяр , 2022 # Julia Ogonkova , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" "Dash Insight REST API c открытым кодом - это удобный, мощный и простой " "способ считывать данные из сети Dash и разрабатывать с его помощью свои " "собственные сервисы." -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" -"dash, insight, API, REST, блокчейн, обозреватель, JSON, HTTP, блоки, " -"index, транзакции" +"dash, insight, API, REST, блокчейн, обозреватель, JSON, HTTP, блоки, index, " +"транзакции" #: ../../docs/user/developers/insight.rst:9 msgid "Insight API Installation" @@ -50,21 +48,21 @@ msgstr "Установка Insight API" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" "**При необходимости** измените значение ``network`` на ``testnet``, если " "хотите выполнить запуск Insight в тестовой сети" @@ -109,18 +107,11 @@ msgstr "Запустите приложение::" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "Обозреватель блоков Insight UI будет доступен тут::" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po index 3e928c3dc..0b702e0e4 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Max Aronych , 2023 # Leon White , 2023 # Андрей Дегтяр , 2023 # Dima, 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dima, 2023\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -42,11 +40,11 @@ msgstr "Сервисы API" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" -"Существует несколько API, которые облегчают быструю и простую интеграцию " -"с сетью Dash для таких сервисов как:" +"Существует несколько API, которые облегчают быструю и простую интеграцию с " +"сетью Dash для таких сервисов как:" #: ../../docs/user/developers/integration-apis.rst:14 msgid "Transaction broadcasting" @@ -71,8 +69,8 @@ msgid "" "includes mechanisms such as:" msgstr "" "API обычно используются для того, чтобы устранить необходимость запуска " -"собственной инфраструктуры для поддержки взаимодействия с блокчейном. " -"Сюда входят такие механизмы, как:" +"собственной инфраструктуры для поддержки взаимодействия с блокчейном. Сюда " +"входят такие механизмы, как:" #: ../../docs/user/developers/integration-apis.rst:23 msgid "Forming and Broadcasting a Transaction to the network." @@ -88,17 +86,16 @@ msgstr "Обработка платежей с использованием WebH #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" "Существует множество вариантов поддержки этих методов, ключевым отличием " -"которых является включённая модель ценообразования и поддерживаемые " -"функции. В следующем списке провайдеров API выполнена попытка описать эти" -" ключевые функции/дифференциаторы, также в него включена ссылка на " -"соответствующую документацию." +"которых является включённая модель ценообразования и поддерживаемые функции." +" В следующем списке провайдеров API выполнена попытка описать эти ключевые " +"функции/дифференциаторы, также в него включена ссылка на соответствующую " +"документацию." #: ../../docs/user/developers/integration-apis.rst:35 msgid "Insight" @@ -110,15 +107,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" "Dash Insight REST API c открытым кодом - это удобный, мощный и простой " "способ считывать данные из сети Dash и разрабатывать с его помощью свои " -"собственные сервисы. Практическое руководство по Insight API и Insight UI" -" обозревателю блоков доступно :ref:`тут `." +"собственные сервисы. Практическое руководство по Insight API и Insight UI " +"обозревателю блоков доступно :ref:`тут `." #: ../../docs/user/developers/integration-apis.rst:50 msgid "Features: Transaction Broadcast, WebSocket Notifications." @@ -147,18 +144,18 @@ msgid "" "domain." msgstr "" "BlockCypher представляет собой простой, в основном RESTful JSON API для " -"взаимодействия с блокчейнами, доступ к которому осуществляется через HTTP" -" или HTTPS из домена api.blockcypher.com." +"взаимодействия с блокчейнами, доступ к которому осуществляется через HTTP " +"или HTTPS из домена api.blockcypher.com." #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" "Функции: обработка транзакций, кошелёк HD / генерация адресов, обратные " -"вызовы WebSocket и WebHook, а также перенаправление платежей. BlockCypher" -" не обрабатывает приватные ключи." +"вызовы WebSocket и WebHook, а также перенаправление платежей. BlockCypher не" +" обрабатывает приватные ключи." #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -180,9 +177,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" "BitGo предоставляет простой и надёжный RESTful API и SDK для интеграции " "кошельков, поддерживающих цифровую валюту, с вашим приложением. Доступна " @@ -214,18 +211,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -246,9 +242,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -274,21 +269,20 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 -#, fuzzy msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "Модель ценообразования: бесплатный / открытый источник" +msgstr "" #: ../../docs/user/developers/integration-apis.rst:153 msgid "Documentation: https://services.tokenview.io/docs?type=api" @@ -304,17 +298,17 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -329,8 +323,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" "Модель ценообразования: комиссия за обработку в размере 0,5% " "(https://www.coinpayments.net/help-fees)" @@ -345,8 +338,8 @@ msgstr "Ценовые тикеры" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -354,8 +347,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -365,17 +358,16 @@ msgstr "QR-коды " #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -383,15 +375,14 @@ msgid "" "In Dash for Android, tap **Request Coins** and then tap the QR code to " "display a larger image. You can screenshot this to save an image." msgstr "" -"В кошельке Dash для Android нажмите **Запросить средства**, а затем " -"нажмите на QR-код, чтобы отобразить его увеличенное изображение. Для " -"сохранения этого изображения вы можете сделать его скриншот." +"В кошельке Dash для Android нажмите **Запросить средства**, а затем нажмите " +"на QR-код, чтобы отобразить его увеличенное изображение. Для сохранения " +"этого изображения вы можете сделать его скриншот." #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" "В кошельке Dash для iOS проведите пальцем влево, чтобы отобразить экран " "**Запросить средства**. Появятся QR-код и адрес. Для сохранения этого " @@ -399,11 +390,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" "Чтобы сгенерировать QR-код из любого адреса Dash, посетите `CWA QR Code " -"Generator `_ и просто вставьте свой адрес Dash" -" для генерации изображения." - +"Generator `_ и просто вставьте свой адрес Dash " +"для генерации изображения." diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po index 914c9815b..7e67857be 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,12 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Андрей Дегтяр , 2023 # Julia Ogonkova , 2023 # Dima, 2023 +# #, fuzzy msgid "" msgstr "" @@ -15,24 +16,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dima, 2023\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -42,16 +40,16 @@ msgstr "Ресурсы SDK" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" -"SDK (набор средств для разработки) используются для ускорения " -"проектирования и разработки продуктов в сети Dash. Эти ресурсы могут " -"использоваться как для взаимодействия с провайдером API, так и для " -"создания автономных приложений путём формирования транзакций и/или " -"выполнения различных функций кошелька." +"SDK (набор средств для разработки) используются для ускорения проектирования" +" и разработки продуктов в сети Dash. Эти ресурсы могут использоваться как " +"для взаимодействия с провайдером API, так и для создания автономных " +"приложений путём формирования транзакций и/или выполнения различных функций " +"кошелька." #: ../../docs/user/developers/integration-sdks.rst:18 msgid "Dash Developer Guide" @@ -64,10 +62,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -88,16 +86,16 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" "Dashcore является форком Bitcore и работает как полная нода Dash - ваши " "приложения запускаются непосредственно в децентрализованной сети. Для " -"разработки приложений кошелька в Dash были добавлены дополнительные " -"индексы для запроса балансов адресов, истории транзакций и " -"неизрасходованных выходов." +"разработки приложений кошелька в Dash были добавлены дополнительные индексы " +"для запроса балансов адресов, истории транзакций и неизрасходованных " +"выходов." #: ../../docs/user/developers/integration-sdks.rst:51 #: ../../docs/user/developers/integration-sdks.rst:64 @@ -128,9 +126,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -156,8 +153,8 @@ msgid "" "Bitcoin-PHP is an implementation of Bitcoin with support for Dash using " "mostly pure PHP." msgstr "" -"Bitcoin-PHP - это реализация Bitcoin с поддержкой Dash, которая в " -"основном использует только PHP." +"Bitcoin-PHP - это реализация Bitcoin с поддержкой Dash, которая в основном " +"использует только PHP." #: ../../docs/user/developers/integration-sdks.rst:76 msgid "Platform: PHP" @@ -184,8 +181,8 @@ msgstr "https://github.com/richardkiss/pycoin" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" "PyCoin - это реализация ряда вспомогательных утилит, которые могут быть " "полезны при работе с Bitcoin и Dash. Он тестировался с Python 2.7, 3.6 и " @@ -222,16 +219,16 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" "DashJ - это библиотека для работы с протоколом Dash. В ней реализована " "поддержка кошелька, с её помощью можно отправлять/получать транзакции " -"(включая InstantSend), не нуждаясь в локальной копии Dash Core, также она" -" имеет много других дополнительных функций. Реализована на Java, но может" -" использоваться с любым совместимым с JVM языком: присутствуют примеры в " +"(включая InstantSend), не нуждаясь в локальной копии Dash Core, также она " +"имеет много других дополнительных функций. Реализована на Java, но может " +"использоваться с любым совместимым с JVM языком: присутствуют примеры в " "Python и JavaScript." #: ../../docs/user/developers/integration-sdks.rst:110 @@ -260,13 +257,13 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" -"Dash-Sync это блокчейн-фреймворк Dash для iOS на Objective-C. Он " -"реализует большинство релевантных Предложений по улучшению Bitcoin (BIPs)" -" и Предложений по улучшению Dash (DIPs)." +"Dash-Sync это блокчейн-фреймворк Dash для iOS на Objective-C. Он реализует " +"большинство релевантных Предложений по улучшению Bitcoin (BIPs) и " +"Предложений по улучшению Dash (DIPs)." #: ../../docs/user/developers/integration-sdks.rst:129 msgid "Platform: iOS" @@ -286,11 +283,11 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -308,7 +305,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "Репозиторий: https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" "Смотрите также: `Утилиты JSON-RPC " "`__" @@ -332,10 +330,3 @@ msgstr "Платформы: Ruby, Python, Java, PHP, Go, NodeJS" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po index d313011fe..6f5394efe 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po @@ -1,37 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Dima, 2022 # Tikhon Skudarnov , 2022 # Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 # Max Aronych , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -50,10 +48,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -62,21 +60,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -97,16 +95,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -116,14 +113,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -134,7 +131,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -166,9 +164,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -178,26 +176,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -298,48 +295,47 @@ msgstr "Примечания по интеграции:" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -354,36 +350,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -393,9 +388,9 @@ msgstr "Получение транзакций InstantSend" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -403,7 +398,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "Вводится два требования для получения транзакций InstantSend:" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "Возможность определить \"статус InstantSend\" в заданной транзакции." #: ../../docs/user/developers/integration.rst:178 @@ -412,20 +408,20 @@ msgid "" "The ability to adjust “Confirmation Status” independently of block " "confirmation." msgstr "" -"Возможность настройки \"статуса подтверждения\" независимо от " -"подтверждения блока." +"Возможность настройки \"статуса подтверждения\" независимо от подтверждения " +"блока." #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" "InstantSend Status обычно определяется через прямое соединение с демоном " "dash, `уведомление ZMQ " -"`__, " -"или с помощью сценария уведомления внешнего кошелька." +"`__, или" +" с помощью сценария уведомления внешнего кошелька." #: ../../docs/user/developers/integration.rst:186 #: ../../docs/user/developers/integration.rst:309 @@ -434,10 +430,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -448,16 +444,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -491,8 +487,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -501,29 +497,27 @@ msgstr "Распространение транзакций InstantSend" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -547,13 +541,13 @@ msgstr "Дополнительные ресурсы" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" "Следующие ресурсы предоставляют дополнительную информацию о функции " -"InstantSend и предназначены для обеспечения более полного понимания " -"базовых технологий." +"InstantSend и предназначены для обеспечения более полного понимания базовых " +"технологий." #: ../../docs/user/developers/integration.rst:266 msgid "" @@ -565,8 +559,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -596,19 +589,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -617,41 +609,33 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 -#, fuzzy msgid "Receiving a ChainLock introduces two requirements:" -msgstr "Вводится два требования для получения транзакций InstantSend:" +msgstr "" #: ../../docs/user/developers/integration.rst:298 -#, fuzzy msgid "" "The ability to determine the “ChainLock Status” of a given block or " "transaction." -msgstr "Возможность определить \"статус InstantSend\" в заданной транзакции." +msgstr "" #: ../../docs/user/developers/integration.rst:304 -#, fuzzy msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" -"InstantSend Status обычно определяется через прямое соединение с демоном " -"dash, `уведомление ZMQ " -"`__, " -"или с помощью сценария уведомления внешнего кошелька." #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -668,19 +652,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -715,144 +699,12 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 -#, fuzzy msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" -"`Техническая информация по InstantSend " -"`__" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po index b9181927d..d2844b397 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Андрей Дегтяр , 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po index 1caea12e0..415e34eb0 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,12 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Dima, 2022 # Андрей Дегтяр , 2022 +# #, fuzzy msgid "" msgstr "" @@ -15,25 +16,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -"Тестовая сеть и сеть разработчиков Dash используются разработчиками Dash " -"для тестирования с использованием монет tDASH" +"Тестовая сеть и сеть разработчиков Dash используются разработчиками Dash для" +" тестирования с использованием монет tDASH" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -47,21 +44,21 @@ msgstr "Тестовая сеть и devnets" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" "Testnet - это полностью функционирующий блокчейн Dash с одним ключевым " "отличием, которое состоит в том, что монеты Dash в этой сети могут " "создаваться свободно и они не имеют ценности. Эта валюта, известная как " -"tDASH, может запрашиваться на специальных сайтах-кранах и призвана помочь" -" разработчикам протестировать новые версии Dash, а также проверить " -"сетевые операции с использованием идентичных версий программного " -"обеспечения, прежде чем они начнут работать в основной сети. Существует " -"еще несколько ключевых отличий:" +"tDASH, может запрашиваться на специальных сайтах-кранах и призвана помочь " +"разработчикам протестировать новые версии Dash, а также проверить сетевые " +"операции с использованием идентичных версий программного обеспечения, прежде" +" чем они начнут работать в основной сети. Существует еще несколько ключевых " +"отличий:" #: ../../docs/user/developers/testnet.rst:18 msgid "Testnet operates on port 19999 (instead of 9999)" @@ -69,8 +66,8 @@ msgstr "Testnet работает на порту 19999 (вместо 9999)" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" "Адреса в тестовой сети начинаются с «y» вместо «X», ADDRESSVERSION - 140 " "(вместо 76)" @@ -81,12 +78,13 @@ msgstr "Балансы Testnet выражены в tDASH (вместо DASH)" #: ../../docs/user/developers/testnet.rst:22 msgid "Protocol message header bytes are 0xcee2caff (instead of 0xbf0c6bbd)" -msgstr "Протокол байтов заголовков сообщений равен 0xcee2caff (вместо 0xbf0c6bbd)" +msgstr "" +"Протокол байтов заголовков сообщений равен 0xcee2caff (вместо 0xbf0c6bbd)" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" "Во время начальной загрузки используются разные источники DNS: " "test.dnsseed.masternode.io, testnet-seed.darkcoin.qa, testnet-" @@ -100,11 +98,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" -"Чтобы запустить Dash Core в режиме testnet, найдите файл dash.conf и " -"введите следующую строку::" +"Чтобы запустить Dash Core в режиме testnet, найдите файл dash.conf и введите" +" следующую строку::" #: ../../docs/user/developers/testnet.rst:32 msgid "" @@ -112,10 +110,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -125,9 +123,9 @@ msgstr "Инструменты и ссылки" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -146,7 +144,8 @@ msgstr "**Обсуждение и помощь:** https://www.dash.org/forum/top #: ../../docs/user/developers/testnet.rst:54 msgid "**Masternode tools:** https://test.dashninja.pl/masternodes.html" -msgstr "**Инструменты для Мастернод:** https://test.dashninja.pl/masternodes.html" +msgstr "" +"**Инструменты для Мастернод:** https://test.dashninja.pl/masternodes.html" #: ../../docs/user/developers/testnet.rst:55 msgid "" @@ -192,8 +191,7 @@ msgstr "Пулы" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" "https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - " "пользователя flare" @@ -220,9 +218,9 @@ msgstr "Мастерноды" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" "Установка Мастерноды в тестовой сети обычно выполняется в той же " "последовательности, что и :ref:`руководство по установке Мастерноды в " @@ -230,10 +228,10 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -246,8 +244,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" "Кошелёк на вашем компьютере должен быть запущен в режиме тестовой сети. " "Добавьте следующую строку в файл *dash.conf*: ``testnet = 1``" @@ -257,14 +255,14 @@ msgid "" "When sending the collateral, you can get the 1000 tDASH for free from a " "faucet (see above)" msgstr "" -"Если хотите отправить залог, то 1000 tDASH вы можете получить бесплатно с" -" помощью сайтов-кранов (ссылки на них приведены выше)" +"Если хотите отправить залог, то 1000 tDASH вы можете получить бесплатно с " +"помощью сайтов-кранов (ссылки на них приведены выше)" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" "В файле конфигурации вашей мастерноды также должен быть указан режим " "тестовой сети. Добавьте следующую строку при настройке файла *dash.conf* " @@ -275,21 +273,20 @@ msgid "" "As for mainnet masternodes, the RPC username and password must contain " "alphanumeric characters only" msgstr "" -"Что касается мастернод, работающих в основной сети, то имя пользователя " -"RPC и пароль должны содержать только буквенно-цифровые символы" +"Что касается мастернод, работающих в основной сети, то имя пользователя RPC " +"и пароль должны содержать только буквенно-цифровые символы" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" "После того, как sentinel был установлен, модифицируйте файл " "``~/.dashcore/sentinel/sentinel.conf``, оставьте следующий комментарий в " @@ -298,8 +295,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" "Для кошелька, в котором удерживается залог мастерноды, файл " "``masternode.conf`` должен располагаться по адресу " @@ -312,12 +309,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -401,11 +398,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -438,12 +435,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -481,23 +478,24 @@ msgstr "Тестовая сеть версии 0.13.0" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" -msgstr "" -"В ноябре 2018 года команда Dash объявила о начале тестирования " -"предстоящего выпуска клиента Dash версии 0.13.0. Обширное внутреннее " -"тестирование уже было выполнено по коду версии 0.13.0, но есть множество " -"ошибок, которые могут быть обнаружены только в случае реального " -"использования реальными людьми. Команда Dash приглашает любого, кто " -"заинтересован, скачать программное обеспечение и проявить активность в " -"тестовой сети. Этот выпуск включает:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" +msgstr "" +"В ноябре 2018 года команда Dash объявила о начале тестирования предстоящего " +"выпуска клиента Dash версии 0.13.0. Обширное внутреннее тестирование уже " +"было выполнено по коду версии 0.13.0, но есть множество ошибок, которые " +"могут быть обнаружены только в случае реального использования реальными " +"людьми. Команда Dash приглашает любого, кто заинтересован, скачать " +"программное обеспечение и проявить активность в тестовой сети. Этот выпуск " +"включает:" #: ../../docs/user/developers/testnet.rst:201 msgid "Automatic InstantSend for Simple Transactions" -msgstr "Автоматическое задействование функции InstantSend для простых транзакций" +msgstr "" +"Автоматическое задействование функции InstantSend для простых транзакций" #: ../../docs/user/developers/testnet.rst:202 msgid "Deterministic Masternode List" @@ -539,20 +537,20 @@ msgstr "Тестовая сеть версии 0.12.3" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" -msgstr "" -"В июне 2018 года команда Dash объявила о начале тестирования предстоящего" -" выпуска кошелька Dash версии 0.12.3. Обширное внутреннее тестирование " -"уже было выполнено по коду версии 0.12.2, но есть множество ошибок, " -"которые могут быть обнаружены только в случае реального использования " -"реальными людьми. Команда Dash приглашает любого, кто заинтересован " -"скачать программное обеспечение и проявить активность в тестовой сети, " -"принять в этом участие. Этот выпуск включает:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" +msgstr "" +"В июне 2018 года команда Dash объявила о начале тестирования предстоящего " +"выпуска кошелька Dash версии 0.12.3. Обширное внутреннее тестирование уже " +"было выполнено по коду версии 0.12.2, но есть множество ошибок, которые " +"могут быть обнаружены только в случае реального использования реальными " +"людьми. Команда Dash приглашает любого, кто заинтересован скачать " +"программное обеспечение и проявить активность в тестовой сети, принять в " +"этом участие. Этот выпуск включает:" #: ../../docs/user/developers/testnet.rst:228 msgid "" @@ -600,21 +598,20 @@ msgstr "Тестовая сеть версии 0.12.2" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" "В октябре 2017 года команда Dash объявила о запуске тестовой сети для " -"публичного тестирования предстоящего выпуска программного обеспечения " -"Dash версии 0.12.2. Обширное внутреннее тестирование уже было выполнено " -"по коду этой версии, но есть множество ошибок, которые могут быть " -"обнаружены только в случае реального использования реальными людьми. " -"Команда Dash приглашает любого, кто заинтересован скачать программное " -"обеспечение и стать его активным пользователем в тестовой сети. Этот " -"выпуск включает:" +"публичного тестирования предстоящего выпуска программного обеспечения Dash " +"версии 0.12.2. Обширное внутреннее тестирование уже было выполнено по коду " +"этой версии, но есть множество ошибок, которые могут быть обнаружены только " +"в случае реального использования реальными людьми. Команда Dash приглашает " +"любого, кто заинтересован скачать программное обеспечение и стать его " +"активным пользователем в тестовой сети. Этот выпуск включает:" #: ../../docs/user/developers/testnet.rst:258 msgid "" @@ -626,7 +623,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:259 msgid "10x transaction fee reduction (including InstantSend fee)" -msgstr "Уменьшение комиссии за транзакцию в 10 раз (включая комиссию InstantSend)" +msgstr "" +"Уменьшение комиссии за транзакцию в 10 раз (включая комиссию InstantSend)" #: ../../docs/user/developers/testnet.rst:260 msgid "InstantSend vulnerability fix" @@ -638,12 +636,12 @@ msgstr "Многие другие исправления ошибок и улу #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" -"Экспериментальную версию HD-кошелька, выпущенного по рекламации " -"BIP39/BIP44 (который отключён по умолчанию и должен стать полностью " -"функциональным, но пока не имеет своего графического интерфейса)" +"Экспериментальную версию HD-кошелька, выпущенного по рекламации BIP39/BIP44 " +"(который отключён по умолчанию и должен стать полностью функциональным, но " +"пока не имеет своего графического интерфейса)" #: ../../docs/user/developers/testnet.rst:266 msgid "" @@ -658,8 +656,8 @@ msgid "" "Testnet tools: https://www.dash.org/forum/threads/testnet-tools-" "resources.1768/" msgstr "" -"Инструменты для тестовой сети: https://www.dash.org/forum/threads" -"/testnet-tools-resources.1768/" +"Инструменты для тестовой сети: https://www.dash.org/forum/threads/testnet-" +"tools-resources.1768/" #: ../../docs/user/developers/testnet.rst:270 msgid "Latest successfully built develop branch binaries:" @@ -672,24 +670,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "Sentinel: https://github.com/dashpay/sentinel/tree/develop" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/translating.po b/locale/ru/LC_MESSAGES/docs/user/developers/translating.po index 8d7c0e665..6f3c95451 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/translating.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/earning-spending.po b/locale/ru/LC_MESSAGES/docs/user/earning-spending.po index a83929950..c724172a9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ru/LC_MESSAGES/docs/user/earning-spending.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po index ce81ada63..6f8015299 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/index.po b/locale/ru/LC_MESSAGES/docs/user/governance/index.po index c2fa0e5e9..7d8a52c90 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/index.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po b/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po index 4fbbf97e0..0f0687c26 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dima, 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/using.po b/locale/ru/LC_MESSAGES/docs/user/governance/using.po index 5039815c1..d6dd92954 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/using.po @@ -1,11 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Julia Ogonkova , 2022 # Max Aronych , 2022 +# #, fuzzy msgid "" msgstr "" @@ -14,21 +15,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -39,8 +37,8 @@ msgstr "Использование Управления Dash" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -71,7 +69,8 @@ msgstr "Одобренные предложения приобретают ст #: ../../docs/user/governance/using.rst:25 msgid "Budgets are paid directly from the blockchain to the proposal owner" -msgstr "Бюджеты выплачиваются владельцу предложения непосредственно из блокчейна " +msgstr "" +"Бюджеты выплачиваются владельцу предложения непосредственно из блокчейна " #: ../../docs/user/governance/using.rst:28 msgid "Proposals" @@ -83,8 +82,8 @@ msgstr "Предложения это запросы на получение с #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -116,42 +115,40 @@ msgid "Budgets" msgstr "Бюджеты" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" -"Бюджеты это предложения, которые получили общее число голосов \"за\" " -"большее либо равное 10% всех возможных голосов (например 448 из 4480)" +"Бюджеты это предложения, которые получили общее число голосов \"за\" большее" +" либо равное 10% всех возможных голосов (например 448 из 4480)" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" -"Бюджеты могут быть обнулены в любое время, если общее число голосов " -"\"за\" (поданных изначально или изменённых в последствии) упадёт за " -"пределы, установленные для статуса \"одобренного\" предложения" +"Бюджеты могут быть обнулены в любое время, если общее число голосов \"за\" " +"(поданных изначально или изменённых в последствии) упадёт за пределы, " +"установленные для статуса \"одобренного\" предложения" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" "Бюджеты обрабатываются (выплачиваются) в зависимости от разницы между " -"голосами \"за\" и \"против\". Более популярные бюджеты получают " -"приоритетную выплату." +"голосами \"за\" и \"против\". Более популярные бюджеты получают приоритетную" +" выплату." #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." msgstr "" -"Приблизительно 6176 DASH (в 2018 г) доступно в каждом бюджетном цикле, но" -" эта сумма будет уменьшаться на 7,14% каждые 210240 блоков (примерно " -"383,25 дня)." +"Приблизительно 6176 DASH (в 2018 г) доступно в каждом бюджетном цикле, но " +"эта сумма будет уменьшаться на 7,14% каждые 210240 блоков (примерно 383,25 " +"дня)." #: ../../docs/user/governance/using.rst:57 msgid "Object structure" @@ -167,11 +164,11 @@ msgstr "proposal-name: название должно быть уникальны #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" -"url: веб-страница, созданная для предложения или пост на форуме, имеющий " -"в себе подробную информацию о предложении" +"url: веб-страница, созданная для предложения или пост на форуме, имеющий в " +"себе подробную информацию о предложении" #: ../../docs/user/governance/using.rst:64 msgid "payment-count: how many cycles the proposal is requesting payment" @@ -206,11 +203,10 @@ msgid "" "Proposals will remain visible on the network until they are either " "disapproved or the proposal's last payment-cycle is reached" msgstr "" -"Предложения будут видимы в сети до тех пор пока не потеряют поддержку или" -" не будет достигнут последний цикл выплат" +"Предложения будут видимы в сети до тех пор пока не потеряют поддержку или не" +" будет достигнут последний цикл выплат" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." @@ -219,26 +215,24 @@ msgstr "" "\"нет\" равна или более 10% от всех доступных голосов." #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" -"Отклонение происходит, когда разница между голосами \"нет\" и \"да\" " -"равна или более 10% от всех доступных голосов." +"Отклонение происходит, когда разница между голосами \"нет\" и \"да\" равна " +"или более 10% от всех доступных голосов." #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" -"Общее число доступных голосов считается по количеству работающих в сети и" -" отвечающих на запросы мастернод. Это число можно увидеть, запустив " -"команду \"masternode count\" в окне отладки кошелька Dash Core. Гафик " -"общего числа мастернод можно найти `здесь " +"Общее число доступных голосов считается по количеству работающих в сети и " +"отвечающих на запросы мастернод. Это число можно увидеть, запустив команду " +"\"masternode count\" в окне отладки кошелька Dash Core. Гафик общего числа " +"мастернод можно найти `здесь " "`__" #: ../../docs/user/governance/using.rst:86 @@ -248,11 +242,11 @@ msgstr "Заготовки" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" -"Для стандартизации процесса подачи и обновления бюджетных предложений " -"Dash Core Group подготовила два шаблона Microsoft Word. Их использование " +"Для стандартизации процесса подачи и обновления бюджетных предложений Dash " +"Core Group подготовила два шаблона Microsoft Word. Их использование " "рекомендовано, но не обязательно." #: ../../docs/user/governance/using.rst:92 @@ -273,18 +267,17 @@ msgstr "Бюджетные циклы" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" -"При подготовке предложения, осведомитесь, когда начнётся следующий цикл и" -" действуйте в нужное время. Рекомендуется выбирать блок начала выплат по " -"предложению как минимум через один цикл вперёд, для предоставления " -"времени на обсуждение, набор поддержки и голосование. Обратите внимание, " -"что голоса перестанут подсчитываться за 1662 блока (примерно 3 дня) перед" -" суперблоком." +"При подготовке предложения, осведомитесь, когда начнётся следующий цикл и " +"действуйте в нужное время. Рекомендуется выбирать блок начала выплат по " +"предложению как минимум через один цикл вперёд, для предоставления времени " +"на обсуждение, набор поддержки и голосование. Обратите внимание, что голоса " +"перестанут подсчитываться за 1662 блока (примерно 3 дня) перед суперблоком." #: ../../docs/user/governance/using.rst:108 msgid "Block height" @@ -405,17 +398,16 @@ msgstr "Создание предложений" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." -msgstr "" -"Как только вы подготовите текст вашего предложения и создадите веб-сайт " -"или пост на форуме, то наступит время подачи вашего предложения в " -"блокчейн для голосования. Все действия по созданию бюджетного предложения" -" могут быть выполнены из консоли кошелька Dash Core, но для облегчения " -"процедуры были разработаны несколько инструментов с пользовательским " -"интерфейсом." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." +msgstr "" +"Как только вы подготовите текст вашего предложения и создадите веб-сайт или " +"пост на форуме, то наступит время подачи вашего предложения в блокчейн для " +"голосования. Все действия по созданию бюджетного предложения могут быть " +"выполнены из консоли кошелька Dash Core, но для облегчения процедуры были " +"разработаны несколько инструментов с пользовательским интерфейсом." #: ../../docs/user/governance/using.rst:150 msgid "Dash Budget Proposal Generator" @@ -427,19 +419,19 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -448,43 +440,42 @@ msgstr "Шаги 1 и 2: Создание вашего предложения и #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" "Шаг 3: Создание транзакции предложения и ожидание 6 подтверждений ID " "транзакции" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" -"Когда выйдет подтверждение 6-го блока, появится ещё одна команда для " -"подачи подготовленного объекта управления в сеть на голосование. " -"Скопируйте и вставьте эту команду и появится ваш ID управления:" +"Когда выйдет подтверждение 6-го блока, появится ещё одна команда для подачи " +"подготовленного объекта управления в сеть на голосование. Скопируйте и " +"вставьте эту команду и появится ваш ID управления:" #: ../../docs/user/governance/using.rst:213 msgid "Step 4: Submitting the governance object to the network" @@ -492,16 +483,15 @@ msgstr "Шаг4: Подача объекта управления в сеть" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" -"Вы можете использовать этот ID, чтобы следить за процессом голосования до" -" тех пор, пока не закроется бюджет и вам не поступит выплата. " -"Дополнительно, вы можете отправить ID в DashCentral, чтобы подтвердить " -"себя как владельца предложения и использовать там упрощённый процесс " -"голосоввания мастернод." +"Вы можете использовать этот ID, чтобы следить за процессом голосования до " +"тех пор, пока не закроется бюджет и вам не поступит выплата. Дополнительно, " +"вы можете отправить ID в DashCentral, чтобы подтвердить себя как владельца " +"предложения и использовать там упрощённый процесс голосоввания мастернод." #: ../../docs/user/governance/using.rst:221 msgid "DashCentral Proposal Generator" @@ -515,15 +505,15 @@ msgstr "https://www.dashcentral.org/budget/create" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" "На DashCentral тоже имеется инструментарий для создания бюджетных " -"предложений или работы с уже созданными предложениями, вы можете создать " -"его описание на DashCentral и начать обсуждение с сообществом. " -"Необходимые шаги почти одинаковы с описанными выше. Документация доступна" -" `здесь `_." +"предложений или работы с уже созданными предложениями, вы можете создать его" +" описание на DashCentral и начать обсуждение с сообществом. Необходимые шаги" +" почти одинаковы с описанными выше. Документация доступна `здесь " +"`_." #: ../../docs/user/governance/using.rst:232 msgid "Dash Core Wallet Console" @@ -532,8 +522,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -554,12 +544,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -585,18 +574,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -609,8 +598,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -635,17 +623,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -653,7 +643,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -664,8 +655,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -674,23 +665,23 @@ msgstr "Голосование по предложениям" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -699,7 +690,8 @@ msgstr "`DashCentral `__" #: ../../docs/user/governance/using.rst:353 msgid "`Dash Ninja - Governance `__" -msgstr "`Dash Ninja - Управление `__" +msgstr "" +"`Dash Ninja - Управление `__" #: ../../docs/user/governance/using.rst:354 msgid "" @@ -723,41 +715,40 @@ msgstr "DashCentral" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." -msgstr "" -"Для упрощённого процесса голосования с удобным интефейсом многие " -"операторы мастернод хранят свои защищенные паролем приватные ключи на " -"`DashCentral `__. Популярность этого сайта " -"сделала его привычным местом для обсуждения предложений после подачи их в" -" систему управления. Для голосования через веб-интерфейс DashCentral, " -"сначала добавьте в ваш профиль приватный ключ мастерноды по инструкции, " -"предложенной здесь. Обратите внимание, что приватный ключ мастерноды не " -"является ключем, который контролирует 1000 DASH, поэтому риска утери " -"вашей суммы, обеспечивающей мастерноду нет. Для разблокирования " -"приватного ключа к голосованию мастерноды необходим отдельный пароль, " -"таким образом риск того, что за вас проголосует оператор сайта минимален." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." +msgstr "" +"Для упрощённого процесса голосования с удобным интефейсом многие операторы " +"мастернод хранят свои защищенные паролем приватные ключи на `DashCentral " +"`__. Популярность этого сайта сделала его " +"привычным местом для обсуждения предложений после подачи их в систему " +"управления. Для голосования через веб-интерфейс DashCentral, сначала " +"добавьте в ваш профиль приватный ключ мастерноды по инструкции, предложенной" +" здесь. Обратите внимание, что приватный ключ мастерноды не является ключем," +" который контролирует 1000 DASH, поэтому риска утери вашей суммы, " +"обеспечивающей мастерноду нет. Для разблокирования приватного ключа к " +"голосованию мастерноды необходим отдельный пароль, таким образом риск того, " +"что за вас проголосует оператор сайта минимален." #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" "Когда вы будете готовы проголосовать, проследуйте на `страницу бюджетных " "предложений `_. На предложения можно " -"нажимать для просмотра, далее следует нажать **Vote YES**, **Vote " -"ABSTAIN** или **Vote NO**." +"нажимать для просмотра, далее следует нажать **Vote YES**, **Vote ABSTAIN** " +"или **Vote NO**." #: ../../docs/user/governance/using.rst:382 msgid "Voting interface on DashCentral" @@ -770,21 +761,21 @@ msgstr "Dash Masternode Tool (DMT)" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" "Если вы запустили мастерноду из физического кошелька, используя `DMT " "`_, то с " -"помощью этого инструмента тоже можно проводить голосование. Нажмите " -"**Tools > Proposals** и дождитесь, пока загрузится список предложений. " -"Статус голосования по каждому предложению виден сразу, а выбор " -"предложения покажет подробности во вкладке **Details** в нижней части " -"окна. Чтобы проголосовать напрямую из DMT, перейдите во вкладку **Vote**," -" чтобы **Vote Yes**, **Vote No** или **Vote Abstain**." +"помощью этого инструмента тоже можно проводить голосование. Нажмите **Tools " +"> Proposals** и дождитесь, пока загрузится список предложений. Статус " +"голосования по каждому предложению виден сразу, а выбор предложения покажет " +"подробности во вкладке **Details** в нижней части окна. Чтобы проголосовать " +"напрямую из DMT, перейдите во вкладку **Vote**, чтобы **Vote Yes**, **Vote " +"No** или **Vote Abstain**." #: ../../docs/user/governance/using.rst:398 msgid "Voting interface in DMT" @@ -796,19 +787,19 @@ msgstr "Кошелёк Dash Core или мастернода" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -818,15 +809,15 @@ msgid "" "folder. The command should be similar to the following::" msgstr "" "Обратите внимание, что для голосования напрямую из мастерноды, перед " -"командой будет необходим префикс ``dash-cli``, его легко можно найти в " -"попке ``.dashcore``. Команда должна быть похожа на следующую::" +"командой будет необходим префикс ``dash-cli``, его легко можно найти в попке" +" ``.dashcore``. Команда должна быть похожа на следующую::" #: ../../docs/user/governance/using.rst:432 msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -860,32 +851,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/index.po b/locale/ru/LC_MESSAGES/docs/user/index.po index 48344161b..860fa03e8 100644 --- a/locale/ru/LC_MESSAGES/docs/user/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/index.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Dima, 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/about.po b/locale/ru/LC_MESSAGES/docs/user/introduction/about.po index a0b25b7f6..35c862ea6 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/about.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Tikhon Skudarnov , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/features.po b/locale/ru/LC_MESSAGES/docs/user/introduction/features.po index 29a3af72d..79f25554b 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/features.po @@ -1,40 +1,38 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Dima, 2022 # Tikhon Skudarnov , 2022 # Андрей Дегтяр , 2022 -# Max Aronych , 2023 # Julia Ogonkova , 2023 +# Max Aronych , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Julia Ogonkova , 2023\n" -"Language: ru\n" +"Last-Translator: Max Aronych , 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -59,14 +57,13 @@ msgstr "Премайна не было" #: ../../docs/user/introduction/features.rst:18 msgid "X11 hashing algorithm, CPU/GPU/ASIC mining available" msgstr "" -"Алгоритм хеширования X11, доступен майнинг с помощью " -"ЦПУ/GPU/ASIC-устройств" +"Алгоритм хеширования X11, доступен майнинг с помощью ЦПУ/GPU/ASIC-устройств" #: ../../docs/user/introduction/features.rst:19 msgid "2.6 minute block time, 2MB blocks, ~56 transactions per second" msgstr "" -"Время нахождения блока 2,6 минуты, размер блока 2MB, количество " -"транзакций в секунду - ~56" +"Время нахождения блока 2,6 минуты, размер блока 2MB, количество транзакций в" +" секунду - ~56" #: ../../docs/user/introduction/features.rst:20 msgid "Block reward decreases by 7.14% per year" @@ -100,8 +97,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" "Децентрализованное управление с помощью блокчейна позволяет владельцам " "мастернод голосовать за бюджетные предложения и решения, влияющие на " @@ -114,15 +111,15 @@ msgstr "Мастерноды" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -140,63 +137,61 @@ msgstr "" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" -"**Dash Evolution** сделает использование криптовалюты таким же простым, " -"как использование PayPal." +"**Dash Evolution** сделает использование криптовалюты таким же простым, как " +"использование PayPal." #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Мастернода" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -204,9 +199,8 @@ msgid "Masternode" msgstr "Мастернода" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Мастернода" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -263,12 +257,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -284,39 +278,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -324,25 +318,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -351,66 +344,61 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" "Пользователи традиционных децентрализованных криптовалют должны выждать " "определённый период времени для получения достаточного количества " "подтверждений, чтобы убедиться, что транзакция необратима и не является " "попыткой двойной траты денег, которые когда-то уже были потрачены. Этот " -"процесс требует значительных временных затрат от 15 минут до часа и " -"больше, пока накопится статистически надёжное количество из шести блоков " -"поверх транзакции. Другие криптовалюты достигают большей скорости " -"подтверждения транзакций за счёт использования централизованного органа в" -" сети в той или иной форме." +"процесс требует значительных временных затрат от 15 минут до часа и больше, " +"пока накопится статистически надёжное количество из шести блоков поверх " +"транзакции. Другие криптовалюты достигают большей скорости подтверждения " +"транзакций за счёт использования централизованного органа в сети в той или " +"иной форме." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "" -"Технология InstantSend позволит таким криптовалютам как Dash " -"конкурировать в точках продаж с традиционными платёжными системами, " -"такими как банковские карты, работающими практически мгновенно и не " -"полагаться при этом на централизованную систему. Широкое распространение " -"Dash как средства платежа и его функции InstantSend в торговых точках " -"произведёт криптореволюцию в розничной торговле, сократив сроки ожидания " -"транзакции от часа и более (как в сети Биткойна) до нескольких секунд." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"Технология InstantSend позволит таким криптовалютам как Dash конкурировать в" +" точках продаж с традиционными платёжными системами, такими как банковские " +"карты, работающими практически мгновенно и не полагаться при этом на " +"централизованную систему. Широкое распространение Dash как средства платежа " +"и его функции InstantSend в торговых точках произведёт криптореволюцию в " +"розничной торговле, сократив сроки ожидания транзакции от часа и более (как " +"в сети Биткойна) до нескольких секунд." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -428,18 +416,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -448,41 +436,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -492,63 +478,61 @@ msgstr "Спорки" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." -msgstr "" -"В качестве ответа на непредвиденные сложности, возникшие при выходе " -"главного обновления RC3 в июне 2014 года, команда разработчиков Dash " -"создала механизм, по которому обновлённый код выдаётся в сеть, но " -"активизируется не сразу (\"принудительно\"). Эта инновация позволяет " -"проводить обновления намного плавнее, чем это происходит в парадигме " -"традиционного хардфорка и одновременно выполнять сбор данных о тестовой " -"работе обновления в основной сети. Этот процесс многофазного перехода был" -" сначала назван \"софтфорком\", но в сообществе он был более известен как" -" \"спорк\" и именно такое название и прижилось." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." +msgstr "" +"В качестве ответа на непредвиденные сложности, возникшие при выходе главного" +" обновления RC3 в июне 2014 года, команда разработчиков Dash создала " +"механизм, по которому обновлённый код выдаётся в сеть, но активизируется не " +"сразу (\"принудительно\"). Эта инновация позволяет проводить обновления " +"намного плавнее, чем это происходит в парадигме традиционного хардфорка и " +"одновременно выполнять сбор данных о тестовой работе обновления в основной " +"сети. Этот процесс многофазного перехода был сначала назван \"софтфорком\", " +"но в сообществе он был более известен как \"спорк\" и именно такое название " +"и прижилось." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." -msgstr "" -"Новые функции или версии Dash проходят интенсивные проверки в тестовой " -"сети перед запуском их в основной сети. Когда в основной сети запускается" -" новая функция или версия, то по сети для всех пользователей рассылается " -"сообщение, информирующее об изменениях и необходимости обновить " -"программное обеспечение. Пользователи, обновившие свои клиенты, запускают" -" на них новый код, но этот код не активируется, пока достаточный процент " -"участников сети (обычно это 80%) не достигнет консенсуса по его запуску. " -"Если с новым кодом случаются какие-то ошибки, то блоки не отвергаются " -"сетью и незапланированных форков не происходит. Информация об ошибках " -"собирается и направляется команде разработчиков. Когда разработчики " -"удовлетворены стабильностью работы нового кода в основной сети и когда " -"необходимый уровень консенсуса в сети достигнут - новый код дистанционно " -"вводится в действие несколькими членами команды разработчиков, которые " -"вместе подписывают особое сообщение сети своими приватными ключами. Если " -"возникают какие-то проблемы, то новый код деактивируется таким же " -"способом без необходимости для всей сети откатываться к предыдущей " -"версии. С техническими деталями каждого отдельного спорка можно " -"ознакомиться :ref:`здесь `." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." +msgstr "" +"Новые функции или версии Dash проходят интенсивные проверки в тестовой сети " +"перед запуском их в основной сети. Когда в основной сети запускается новая " +"функция или версия, то по сети для всех пользователей рассылается сообщение," +" информирующее об изменениях и необходимости обновить программное " +"обеспечение. Пользователи, обновившие свои клиенты, запускают на них новый " +"код, но этот код не активируется, пока достаточный процент участников сети " +"(обычно это 80%) не достигнет консенсуса по его запуску. Если с новым кодом " +"случаются какие-то ошибки, то блоки не отвергаются сетью и незапланированных" +" форков не происходит. Информация об ошибках собирается и направляется " +"команде разработчиков. Когда разработчики удовлетворены стабильностью работы" +" нового кода в основной сети и когда необходимый уровень консенсуса в сети " +"достигнут - новый код дистанционно вводится в действие несколькими членами " +"команды разработчиков, которые вместе подписывают особое сообщение сети " +"своими приватными ключами. Если возникают какие-то проблемы, то новый код " +"деактивируется таким же способом без необходимости для всей сети " +"откатываться к предыдущей версии. С техническими деталями каждого отдельного" +" спорка можно ознакомиться :ref:`здесь `." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" @@ -556,66 +540,64 @@ msgstr "Хэш-алгоритм X11" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." -msgstr "" -"X11 - широко используемый алгоритм хеширования, созданный разработчиком " -"Dash Core Эваном Даффилдом. Алгоритм хеширования X11 в блокчейне " -"использует последовательность из одиннадцати научных алгоритмов " -"хеширования для реализации принципа доказательства выполнения работы. Это" -" необходимо для справедливого распределения обработки транзакций и для " -"того, чтобы распространить монеты таким же образом, как изначально были " -"распространены Биткойны. X11 был предназначен для того, чтобы усложнить " -"задачу создания ASIC-устройств, тем самым давая валюте достаточно времени" -" на разработку, прежде чем нависнет угроза централизации майнинга. Этот " -"подход был в значительной степени успешным; ASIC-устройства для X11 " -"существуют, начиная с 2016 года и составляют значительную часть хешрейта " -"сети, но не привели к такому уровню централизации, который присутствует в" -" Биткойне. Информацию о майнинге на алгоритме X11 можно найти в разделе " -":ref:`Майнинг ` данной документации." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." +msgstr "" +"X11 - широко используемый алгоритм хеширования, созданный разработчиком Dash" +" Core Эваном Даффилдом. Алгоритм хеширования X11 в блокчейне использует " +"последовательность из одиннадцати научных алгоритмов хеширования для " +"реализации принципа доказательства выполнения работы. Это необходимо для " +"справедливого распределения обработки транзакций и для того, чтобы " +"распространить монеты таким же образом, как изначально были распространены " +"Биткойны. X11 был предназначен для того, чтобы усложнить задачу создания " +"ASIC-устройств, тем самым давая валюте достаточно времени на разработку, " +"прежде чем нависнет угроза централизации майнинга. Этот подход был в " +"значительной степени успешным; ASIC-устройства для X11 существуют, начиная с" +" 2016 года и составляют значительную часть хешрейта сети, но не привели к " +"такому уровню централизации, который присутствует в Биткойне. Информацию о " +"майнинге на алгоритме X11 можно найти в разделе :ref:`Майнинг ` " +"данной документации." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." -msgstr "" -"X11 - название алгоритма цепного доказательства выполнения работы " -"(**PoW**), который был принят в Dash (был запущен в январе 2014 года как " -"\"Xcoin\"). Частично на его создание вдохновил подход, используемый в " -"криптовалюте Quark, где используется цепное хеширование с добавлением " -"дополнительной \"глубины\" и сложности за счёт увеличения числа хешей, но" -" X11 отличается от Quark тем, что раунды хешей определяются *априори*, " -"вместо выбора случайным образом некоторых хешей." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." +msgstr "" +"X11 - название алгоритма цепного доказательства выполнения работы (**PoW**)," +" который был принят в Dash (был запущен в январе 2014 года как \"Xcoin\"). " +"Частично на его создание вдохновил подход, используемый в криптовалюте " +"Quark, где используется цепное хеширование с добавлением дополнительной " +"\"глубины\" и сложности за счёт увеличения числа хешей, но X11 отличается от" +" Quark тем, что раунды хешей определяются *априори*, вместо выбора случайным" +" образом некоторых хешей." #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" -"Алгоритм X11 использует несколько циклов из 11 различных хешей (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"что делает его одним из самых безопасных и наиболее сложных " -"криптографических хешей, используемых в современных криптовалютах. Имя " -"X11 никак не связано с оконной системой с открытым кодом X11 Window " -"System, распространённой в UNIX-подобных операционных системах." +"Алгоритм X11 использует несколько циклов из 11 различных хешей (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), что " +"делает его одним из самых безопасных и наиболее сложных криптографических " +"хешей, используемых в современных криптовалютах. Имя X11 никак не связано с " +"оконной системой с открытым кодом X11 Window System, распространённой в " +"UNIX-подобных операционных системах." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -626,68 +608,67 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." msgstr "" "Повышенная сложность и изощрённость цепного алгоритма обеспечивает " "повышенный уровень безопасности и меньшую неопределённость для цифровой " "валюты по сравнению с однохешевыми решениями PoW, которые не защищены от " -"таких небезопасных случаев как SPOF (Single Point Of Failure - единая " -"точка отказа). Например, вероятный, но невозможный вычислительный прорыв," -" который \"взломал\" бы хеш SHA256, смог бы поставить под угрозу всю сеть" -" Биткойна, если она не перейдёт через хардфорк на другой " -"криптографический хеш." +"таких небезопасных случаев как SPOF (Single Point Of Failure - единая точка " +"отказа). Например, вероятный, но невозможный вычислительный прорыв, который " +"\"взломал\" бы хеш SHA256, смог бы поставить под угрозу всю сеть Биткойна, " +"если она не перейдёт через хардфорк на другой криптографический хеш." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" -"В случае аналогичного вычислительного прорыва цифровая валюта, " -"использующая алгоритм X11 PoW будет продолжать надёжное функционирование " -"до тех пор, пока все 11 хешей не будут взломаны одновременно. Если " -"некоторые из 11 хешей окажутся ненадёжными, это послужит адекватным " -"предупреждением для валюты, использующей X11 принять меры и заменить " -"проблематичные хеши другими, более надёжными алгоритмами." +"В случае аналогичного вычислительного прорыва цифровая валюта, использующая " +"алгоритм X11 PoW будет продолжать надёжное функционирование до тех пор, пока" +" все 11 хешей не будут взломаны одновременно. Если некоторые из 11 хешей " +"окажутся ненадёжными, это послужит адекватным предупреждением для валюты, " +"использующей X11 принять меры и заменить проблематичные хеши другими, более " +"надёжными алгоритмами." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." msgstr "" "Учитывая спекулятивный характер цифровых валют и присущие им " -"неопределенности как новое поле, алгоритм X11 может обеспечить повышенную" -" уверенность своих пользователей и потенциальных инвесторов в том, что " +"неопределенности как новое поле, алгоритм X11 может обеспечить повышенную " +"уверенность своих пользователей и потенциальных инвесторов в том, что " "одношаговые подходы не могут. Цепочки хеширования, такие как X11, " -"обеспечивают повышенную безопасность и долговечность для сохранения целей" -" богатства, диверсификации инвестиций и хеджирования рисков, связанных с " -"одномашинными валютами, которые страдают от SPOF (Single Point Of Failure" -" - единая точка отказа)." +"обеспечивают повышенную безопасность и долговечность для сохранения целей " +"богатства, диверсификации инвестиций и хеджирования рисков, связанных с " +"одномашинными валютами, которые страдают от SPOF (Single Point Of Failure - " +"единая точка отказа)." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" -"Эван Даффилд, создатель Dash и цепного хеша X11, неоднократно писал о " -"том, что X11 был интегрирован в Dash без намерения в будущем " -"предотвратить создание ASIC-производителями ASIC-устройств для X11 , а " -"скорее с целью предоставить аналогичный миграционный путь, который был у " -"Биткойна (ЦПУ, GPU, ASIC-устройства)." +"Эван Даффилд, создатель Dash и цепного хеша X11, неоднократно писал о том, " +"что X11 был интегрирован в Dash без намерения в будущем предотвратить " +"создание ASIC-производителями ASIC-устройств для X11 , а скорее с целью " +"предоставить аналогичный миграционный путь, который был у Биткойна (ЦПУ, " +"GPU, ASIC-устройства)." #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -696,49 +677,48 @@ msgstr "Алгоритм Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" "**DGW** или *Dark Gravity Wave* - это алгоритм регулировки сложности с " -"открытым исходным кодом для криптовалют, основанных на Биткойне, который " -"был впервые использован в Dash и с тех пор начал появляться в других " -"цифровых валютах. DGW разработал Эван Даффилд, который является " -"разработчиком и создателем Dash, в ответ на возможное использование бага " -"ложной временной отметки, обнаруженного в алгоритме *Kimoto Gravity " -"Well*. Концепция алгоритма DGW похожа на Kimoto Gravity Well, уровень " -"сложности в нём также корректируется после каждого блока (а не каждые " -"2016 блоков, как в Биткойне) на основе статистических данных из недавно " -"найденных блоков. Это позволяет выпускать блоки с относительно " -"последовательными метками временем создания, даже если хеширующая " -"мощность испытывает значительные колебания, не рискуя пострадать из-за " -"бага временного скачка." +"открытым исходным кодом для криптовалют, основанных на Биткойне, который был" +" впервые использован в Dash и с тех пор начал появляться в других цифровых " +"валютах. DGW разработал Эван Даффилд, который является разработчиком и " +"создателем Dash, в ответ на возможное использование бага ложной временной " +"отметки, обнаруженного в алгоритме *Kimoto Gravity Well*. Концепция " +"алгоритма DGW похожа на Kimoto Gravity Well, уровень сложности в нём также " +"корректируется после каждого блока (а не каждые 2016 блоков, как в Биткойне)" +" на основе статистических данных из недавно найденных блоков. Это позволяет " +"выпускать блоки с относительно последовательными метками временем создания, " +"даже если хеширующая мощность испытывает значительные колебания, не рискуя " +"пострадать из-за бага временного скачка." #: ../../docs/user/introduction/features.rst:363 msgid "" "Version 2.0 of DGW was implemented in Dash from block 45,000 onwards in " "order to completely alleviate the time-warp exploit." msgstr "" -"Версия DGW 2.0 была реализована в Dash, начиная с 45 000 блока и далее " -"для того, чтобы полностью смягчить возможность ложной временной отметки." +"Версия DGW 2.0 была реализована в Dash, начиная с 45 000 блока и далее для " +"того, чтобы полностью смягчить возможность ложной временной отметки." #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" "Версия 3.0 была реализована 14 мая 2014 года для большего улучшения " "перенаправление переназначения с более плавными переходами. Он также " -"устраняет проблемы с различными архитектурами, которые имеют разные " -"уровни точности с плавающей точкой за счет использования целых чисел." +"устраняет проблемы с различными архитектурами, которые имеют разные уровни " +"точности с плавающей точкой за счет использования целых чисел." #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -748,49 +728,46 @@ msgstr "Темпы эмиссии" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" "Криптовалюты, такие как Dash и Биткойн создаются через криптографически " "сложный процесс, называемый майнингом. Майнинг включает повторяющееся " -"исполнение :ref:`алгоритмов хеширования ` до тех пор," -" пока не будет найдено решение, удовлетворяющее текущей :ref:`сложности " +"исполнение :ref:`алгоритмов хеширования ` до тех пор, " +"пока не будет найдено решение, удовлетворяющее текущей :ref:`сложности " "майнинга `. Находя такое решение, майнеру разрешается " -"создать новую единицу криптовалюты. Эти новые единицы называются наградой" -" за блок. Для того, чтобы валюта не подвергалась бесконечной инфляции, " -"награда за блок регулярно уменьшается, как `показано в этом расчёте " -"`_. " -"Представив эти данные в виде кривой, показывающей общее количество монет " -"в обращении, мы получим темп эмиссии." +"создать новую единицу криптовалюты. Эти новые единицы называются наградой за" +" блок. Для того, чтобы валюта не подвергалась бесконечной инфляции, награда " +"за блок регулярно уменьшается, как `показано в этом расчёте " +"`_. Представив эти данные в виде кривой, " +"показывающей общее количество монет в обращении, мы получим темп эмиссии." #: ../../docs/user/introduction/features.rst:390 -#, python-format -msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." -msgstr "" -"Хотя Dash основан на коде Биткойна, темп его эмиссии значительно изменён " -"в сторону более плавного и постепенного уменьшения награды за блок. Если " -"в Биткойне темп эмиссии уменьшается каждые четыре года на 50%, то Dash " -"уменьшает эмиссию примерно на одну четырнадцатую (около 7,14%) каждые " -"210240 блоков (это приблизительно 383,25 дней). Нетрудно заметить, что " -"если уменьшать ежегодный размер блочной награды на небольшую величину, то" -" такой подход обеспечивает более плавный переход к экономике за счёт " -"взимаемых комиссий, чем это произойдёт в Биткойне." +msgid "" +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." +msgstr "" +"Хотя Dash основан на коде Биткойна, темп его эмиссии значительно изменён в " +"сторону более плавного и постепенного уменьшения награды за блок. Если в " +"Биткойне темп эмиссии уменьшается каждые четыре года на 50%, то Dash " +"уменьшает эмиссию примерно на одну четырнадцатую (около 7,14%) каждые 210240" +" блоков (это приблизительно 383,25 дней). Нетрудно заметить, что если " +"уменьшать ежегодный размер блочной награды на небольшую величину, то такой " +"подход обеспечивает более плавный переход к экономике за счёт взимаемых " +"комиссий, чем это произойдёт в Биткойне." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -801,49 +778,47 @@ msgid "Total coin emission" msgstr "Общая эмиссия монет" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`Общая эмиссия монет Биткойна `_ " -"может быть рассчитана как сумма геометрического ряда, при этом общая " -"эмиссия приближается (но не достигает) 21 000 000 BTC. Она будет " -"продолжаться до 2140 года, но вознаграждение за майнинг сократится " -"настолько быстро, что 99% всех Биткойнов будут в обращении уже к 2036 " -"году, а 99,9% к 2048 году." +"может быть рассчитана как сумма геометрического ряда, при этом общая эмиссия" +" приближается (но не достигает) 21 000 000 BTC. Она будет продолжаться до " +"2140 года, но вознаграждение за майнинг сократится настолько быстро, что 99%" +" всех Биткойнов будут в обращении уже к 2036 году, а 99,9% к 2048 году." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`Общая эмиссия монет DASH `_ также" -" является суммой геометрического ряда, но конечная общая сумма монет " -"неясна, потому что неизвестно, сколько из 10%-ного вознаграждения за " -"блок, зарезервированного для бюджетных предложений, потребуется выделить " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ также " +"является суммой геометрического ряда, но конечная общая сумма монет неясна, " +"потому что неизвестно, сколько из 10%-ного вознаграждения за блок, " +"зарезервированного для бюджетных предложений, потребуется выделить " "фактически, так как это зависит от будущих результатов голосования. Dash " -"будет продолжать выпускать монеты в течение примерно 192 лет, до тех пор," -" пока добыча за весь год майнинга не составит менее 1 DASH. После 2209 " -"года будет создано ещё 14 DASH. Генерация последней монеты DASH займет " -"231 год, начиная с 2246 года и заканчивая 2477 годом, в котором эмиссия " -"полностью прекратится. Исходя из этих чисел, максимальный и минимальный " -"возможный объем выпуска монет в 2254 году может быть в пределах между:" +"будет продолжать выпускать монеты в течение примерно 192 лет, до тех пор, " +"пока добыча за весь год майнинга не составит менее 1 DASH. После 2209 года " +"будет создано ещё 14 DASH. Генерация последней монеты DASH займет 231 год, " +"начиная с 2246 года и заканчивая 2477 годом, в котором эмиссия полностью " +"прекратится. Исходя из этих чисел, максимальный и минимальный возможный " +"объем выпуска монет в 2254 году может быть в пределах между:" #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -859,27 +834,26 @@ msgstr "18 921 005 DASH" #: ../../docs/user/introduction/features.rst:430 msgid "Assuming full treasury allocation" -msgstr "Если предположить, что распределяемый бюджет будет составлять полную сумму" +msgstr "" +"Если предположить, что распределяемый бюджет будет составлять полную сумму" #: ../../docs/user/introduction/features.rst:434 msgid "Block reward allocation" msgstr "Распределение вознаграждений за блок" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -901,19 +875,18 @@ msgstr "Бюджет децентрализованной системы упр #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1121,9 +1094,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1299,22 +1271,21 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" "Данная документация основана на подсчётах и постах moocowmoo. Для более " "детальной информации посмотрите пожалуйста `это пост на Reddit " "`_ или выполните " -"собственные `вычисления по эмиссии, используя этот инструмент " -"`_. Посетите " -"`этот сайт `_ для получения живых данных по " -"текущей статистике сети." +"7fc2on/dash_over_1000_in_a_few_weeks/dqb4pjn/>`_ или выполните собственные " +"`вычисления по эмиссии, используя этот инструмент " +"`_. Посетите `этот " +"сайт `_ для получения живых данных по текущей " +"статистике сети." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1322,43 +1293,40 @@ msgstr "Децентрализованное управление" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" "Подробнее о системе управления Dash вы можете прочесть в разделе " ":ref:`governance` этой документации." @@ -1369,19 +1337,18 @@ msgstr "Sentinel" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1394,51 +1361,49 @@ msgstr "Комиссии" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" "Транзакции в сети Dash записываются в блоки блокчейна. Размер каждой " "транзакции измеряется в байтах, но нет необходимости в корреляции между " "транзакциями с высокой стоимостью и количеством байтов, необходимых для " -"обработки транзакции. Вместо этого, на размер транзакции влияет " -"количество входных и выходных адресов, так как для хранения этой " -"информации в блоке должно быть записано больше данных. Каждый новый блок " -"генерируется майнером, которому выплачивается за выполнение работы по " -"созданию блока награда за блок. Чтобы предотвратить заполнение сети " -"спам-транзакциями, размер каждого блока искусственно ограничен. По мере " -"увеличения объёма транзакций пространство в каждом блоке становится " -"дефицитным ресурсом. Поскольку майнеры не обязаны включать все транзакции" -" в производимые ими блоки, то после того, как блоки полностью заполнятся," -" в качестве стимула для майнера обрабатывать транзакции может быть " -"включена добровольная комиссия за них. Большинство кошельков включают " -"небольшую плату по умолчанию, хотя некоторые майнеры будут обрабатывать " -"транзакции, даже без оплаты комиссии." +"обработки транзакции. Вместо этого, на размер транзакции влияет количество " +"входных и выходных адресов, так как для хранения этой информации в блоке " +"должно быть записано больше данных. Каждый новый блок генерируется майнером," +" которому выплачивается за выполнение работы по созданию блока награда за " +"блок. Чтобы предотвратить заполнение сети спам-транзакциями, размер каждого " +"блока искусственно ограничен. По мере увеличения объёма транзакций " +"пространство в каждом блоке становится дефицитным ресурсом. Поскольку " +"майнеры не обязаны включать все транзакции в производимые ими блоки, то " +"после того, как блоки полностью заполнятся, в качестве стимула для майнера " +"обрабатывать транзакции может быть включена добровольная комиссия за них. " +"Большинство кошельков включают небольшую плату по умолчанию, хотя некоторые " +"майнеры будут обрабатывать транзакции, даже без оплаты комиссии." #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1476,29 +1441,29 @@ msgstr "За килобайт данных транзакции" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1508,56 +1473,55 @@ msgstr "Evolution" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" -"Ниже приведён текущий ход работы над Evolution, в неё добавлено множество" -" компонентов, таких как:" +"Ниже приведён текущий ход работы над Evolution, в неё добавлено множество " +"компонентов, таких как:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" -"**DAPI:** Децентрализованный API, который обеспечивает безопасный доступ " -"к сети для пользователей третьего уровня" +"**DAPI:** Децентрализованный API, который обеспечивает безопасный доступ к " +"сети для пользователей третьего уровня" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" "**Децентрализованные кошельки DashPay:** Эти кошельки являются лёгкими " "клиентами, подключёнными к сети через DAPI и могут работать на различных " @@ -1568,8 +1532,8 @@ msgid "" "**Second Tier:** The masternode network, which provides compensated " "infrastructure for the project" msgstr "" -"**Второй уровень:** Сеть мастернод, которая обеспечивает компенсированную" -" инфраструктуру для проекта" +"**Второй уровень:** Сеть мастернод, которая обеспечивает компенсированную " +"инфраструктуру для проекта" #: ../../docs/user/introduction/features.rst:677 msgid "" @@ -1577,13 +1541,13 @@ msgid "" "specific projects on the network via the budget system" msgstr "" "**Бюджеты:** Второй уровень предоставляет возможность голосования для " -"выделения средств на реализацию конкретных проектов в сети через " -"бюджетную систему" +"выделения средств на реализацию конкретных проектов в сети через бюджетную " +"систему" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" "**Управление:** Второй уровень предоставляет возможность голосования по " "управлению валютой и разработке курса развития, который принимает валюта" @@ -1599,12 +1563,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" -"**Социальный кошелёк:** Представляем социальный кошелёк, в котором " -"доступен список друзей, группировка пользователей и совместные учётные " -"записи с мультиподписью." +"**Социальный кошелёк:** Представляем социальный кошелёк, в котором доступен " +"список друзей, группировка пользователей и совместные учётные записи с " +"мультиподписью." #: ../../docs/user/introduction/features.rst:688 msgid "Evolution Previews" @@ -1618,13 +1582,13 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" "Следующие видео с участием основателя Dash Эвана Даффилда и главы UI/UX " -"Development Чака Уильямса описывают процесс разработки и предстоящие " -"функции платформы Dash Evolution." +"Development Чака Уильямса описывают процесс разработки и предстоящие функции" +" платформы Dash Evolution." #: ../../docs/user/introduction/features.rst:704 msgid "**Evolution Demo #1 - The First Dash DAP**, 16 March 2018" @@ -1639,40 +1603,15 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "**Демо Evolution №3 - Удобная работа с Dashpay**, 15 мая 2018 года" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" -"**Чак Вильямс об Evolution**, Конференция Dash в Лондоне, 14 сентября " -"2017 года" +"**Чак Вильямс об Evolution**, Конференция Dash в Лондоне, 14 сентября 2017 " +"года" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" -"**Эван Даффилд о дорожной карте Evolution**, Dash Force News, 28 июня " -"2017 года" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - +"**Эван Даффилд о дорожной карте Evolution**, Dash Force News, 28 июня 2017 " +"года" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 1801bd71c..146bf14a0 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/information.po b/locale/ru/LC_MESSAGES/docs/user/introduction/information.po index 81a17379e..559c07053 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/information.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Max Aronych , 2022 # Dima, 2022 @@ -10,31 +10,29 @@ # Андрей Дегтяр , 2022 # Tikhon Skudarnov , 2022 # Julia Ogonkova , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "Глоссарий и ссылки на различные части экосистемы и сети Dash" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -61,14 +59,12 @@ msgid "**User documentation:** https://docs.dash.org" msgstr "**Пользовательская документация:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 -#, fuzzy msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "**Пользовательская документация:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:22 -#, fuzzy msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "**Пользовательская документация:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" @@ -126,8 +122,10 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" -msgstr "**Тред на Bitcointalk:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgstr "" +"**Тред на Bitcointalk:** https://bitcointalk.org/index.php?topic=421615.0" #: ../../docs/user/introduction/information.rst:45 msgid "Chat" @@ -162,10 +160,10 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" -"**Dash Embassy D-A-CH на немецком в Telegram:** " -"https://t.me/dashembassydach" +"**Dash Embassy D-A-CH на немецком в Telegram:** https://t.me/dashembassydach" #: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" @@ -314,13 +312,10 @@ msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Официальный аккаунт Dash:** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:103 -#, fuzzy msgid "" "**Samuel Westrich, CTO of Dash Core Group:** " "https://twitter.com/SamWestrich/" msgstr "" -"**Райан Тейлор, генеральный директор Dash Core Group:** " -"https://twitter.com/RTaylor05" #: ../../docs/user/introduction/information.rst:104 msgid "" @@ -356,11 +351,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -"**Новости Dash на испанском (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Новости Dash на испанском (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" #: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" @@ -412,15 +407,17 @@ msgstr "**Форум Bitcoin.com:** https://forum.bitcoin.com/dash-f67" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" -"**Страница на Crypto-city.com:** https://www.crypto-city.com/index.php" -"/dash-dash-coin" +"**Страница на Crypto-city.com:** https://www.crypto-city.com/index.php/dash-" +"dash-coin" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" -msgstr "**Форум Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgstr "" +"**Форум Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" #: ../../docs/user/introduction/information.rst:147 msgid "Tools" @@ -459,9 +456,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashvotetracker.com" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -532,9 +528,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.coinexplorer.net/dash" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -558,12 +553,10 @@ msgstr "**Dash (Зеркало главной страницы):** http://dashor #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -"**Спрятанная Вики:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**Спрятанная Вики:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" #: ../../docs/user/introduction/information.rst:207 @@ -617,7 +610,8 @@ msgstr "" "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -641,8 +635,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgstr "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" @@ -670,17 +666,17 @@ msgstr "51% атака " #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" "Состояние, в котором больше половины вычислительной мощности в " -"криптоватолютной сети контролируется одним майнером или группой майнеров." -" Такое количество мощности теоретически наделяет их властью над сетью. " -"Это означает, что каждый клиент в сети верит хэшированному блоку " -"транзакций, который сгенерировал атакущий. " +"криптоватолютной сети контролируется одним майнером или группой майнеров. " +"Такое количество мощности теоретически наделяет их властью над сетью. Это " +"означает, что каждый клиент в сети верит хэшированному блоку транзакций, " +"который сгенерировал атакущий. " #: ../../docs/user/introduction/information.rst:251 msgid "Address" @@ -691,14 +687,14 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" -"Адрес Dash используется для того, чтобы :ref:`Получить или Отправить " -"Платёж ` в сети Dash. Он состоит из строки букв и " -"цифр, но также может выглядеть как QR код. Адрес Dash - это также и " -"открытый ключ из пары ключей, которая используется владельцами Dash, " -"чтобы подписывать транзакции электронной подписью (см. Открытый ключ)." +"Адрес Dash используется для того, чтобы :ref:`Получить или Отправить Платёж " +"` в сети Dash. Он состоит из строки букв и цифр, но " +"также может выглядеть как QR код. Адрес Dash - это также и открытый ключ из " +"пары ключей, которая используется владельцами Dash, чтобы подписывать " +"транзакции электронной подписью (см. Открытый ключ)." #: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" @@ -707,15 +703,14 @@ msgstr "Алгоритм" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" "В математике и информатике, `aлгоритм " "`_ - это независимый пошаговый " -"набор действий, которые нужно выполнить. С помощью алгоритмов " -"производятся расчёты, обработка данных, и/или выполнение автоматических " -"логических задач." +"набор действий, которые нужно выполнить. С помощью алгоритмов производятся " +"расчёты, обработка данных, и/или выполнение автоматических логических задач." #: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" @@ -727,9 +722,9 @@ msgid "" "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -"Поскольку Биткойн был первой криптовалютой, и у него самая большая " -"рыночная капитализация, он используется в качестве эталона. Альткоин, или" -" альтернативная монета, это любая другая криптовалюта кроме Биткойна." +"Поскольку Биткойн был первой криптовалютой, и у него самая большая рыночная " +"капитализация, он используется в качестве эталона. Альткоин, или " +"альтернативная монета, это любая другая криптовалюта кроме Биткойна." #: ../../docs/user/introduction/information.rst:269 msgid "AML" @@ -738,14 +733,14 @@ msgstr "AML" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" "Методы AML применяются для того, чтобы люди не выдавали нелегально " -"полученные средства за легально заработанный доход. Механизмы AML по " -"своей природе могут быть техническими или юридическими. Регулирующие " -"органы часто применяют техники AML к обменникам Dash." +"полученные средства за легально заработанный доход. Механизмы AML по своей " +"природе могут быть техническими или юридическими. Регулирующие органы часто " +"применяют техники AML к обменникам Dash." #: ../../docs/user/introduction/information.rst:275 msgid "API" @@ -754,9 +749,8 @@ msgstr "API" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" "В компьютерном программировании, `программный интерфейс приложения (API) " "`_ это " @@ -765,20 +759,19 @@ msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" "API описывает части программы с точки зрения её операций, входящих и " "исходящих данных и соответствующих типов, определяющих функциональные " -"возможности, которые являются независимыми от соответствующих им " -"реализаций, что позволяет использовать различные определения и " -"реализации, не ставя под угрозу интерфейс. Хороший API облегчает " -"разработку программы, предоставляя готовые блоки, которые программист " -"затем собирает в готовое решение." +"возможности, которые являются независимыми от соответствующих им реализаций," +" что позволяет использовать различные определения и реализации, не ставя под" +" угрозу интерфейс. Хороший API облегчает разработку программы, предоставляя " +"готовые блоки, которые программист затем собирает в готовое решение." #: ../../docs/user/introduction/information.rst:289 msgid "ASIC" @@ -786,17 +779,15 @@ msgstr "ASIC" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -"Интегральная схема специального назначения (ASIC) - это интегральная " -"схема (IC), которая специализирована для решения конкретной задачи, а не " -"для общих целей. Например, чип, специально разработанный для записи " -"голоса или для :ref:`высокоэффективного майнинга Dash ` - " -"это ASIC. " +"Интегральная схема специального назначения (ASIC) - это интегральная схема " +"(IC), которая специализирована для решения конкретной задачи, а не для общих" +" целей. Например, чип, специально разработанный для записи голоса или для " +":ref:`высокоэффективного майнинга Dash ` - это ASIC. " #: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" @@ -805,15 +796,15 @@ msgstr "ATM / BTM" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" -"ATM Dash - это физическое устройство, с помощью которого пользователь " -"может купить Dash за наличные деньги. Существует множество " -"производителей, и некоторые из этих устройств также дают возможность " -"продавать Dash за наличность. Иногда эти устройства также называются BTM " -"или Dash AVMS. Dash поддерживается на нескольких :ref:`ATM `." +"ATM Dash - это физическое устройство, с помощью которого пользователь может " +"купить Dash за наличные деньги. Существует множество производителей, и " +"некоторые из этих устройств также дают возможность продавать Dash за " +"наличность. Иногда эти устройства также называются BTM или Dash AVMS. Dash " +"поддерживается на нескольких :ref:`ATM `." #: ../../docs/user/introduction/information.rst:302 msgid "Backlog" @@ -821,11 +812,11 @@ msgstr "Задержка" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" -"Под задержкой обычно понимают постепенное накопление работы, которая " -"должна быть сделана или заказы, которые должны быть выполнены." +"Под задержкой обычно понимают постепенное накопление работы, которая должна " +"быть сделана или заказы, которые должны быть выполнены." #: ../../docs/user/introduction/information.rst:306 msgid "Backup" @@ -833,22 +824,22 @@ msgstr "Создание резервной копии" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" "Процесс копирования компьютерного файла для того, чтобы обеспечить его " "целостность в случае его утраты, кражи или повреждения. В Dash у " "пользователей есть :ref:`возможность сделать резервные копии ` их электронных кошельков. Таким образом можно предотвратить " -"утрату денег в случае, если компьютер сломается или потеряется мобильное " -"устройство. Например, если вы сделаете резервную копию наличных денег " -"вашего кошелька, а потом потеряете кошелёк, то вы сможете восстановить " -"эти деньги с помощью резервной копии." +"backup>` их электронных кошельков. Таким образом можно предотвратить утрату " +"денег в случае, если компьютер сломается или потеряется мобильное " +"устройство. Например, если вы сделаете резервную копию наличных денег вашего" +" кошелька, а потом потеряете кошелёк, то вы сможете восстановить эти деньги " +"с помощью резервной копии." #: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" @@ -857,13 +848,12 @@ msgstr "Биткойн 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -"Этот термин означает следующий уровень Биткойн проектов, которые " -"появились в результате форка от Биткойна, но расширили свой код для " -"следующего уровня блокчейн-проектов (смарт контракты, децентрализованное " -"голосование и т.д.)" +"Этот термин означает следующий уровень Биткойн проектов, которые появились в" +" результате форка от Биткойна, но расширили свой код для следующего уровня " +"блокчейн-проектов (смарт контракты, децентрализованное голосование и т.д.)" #: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" @@ -871,24 +861,24 @@ msgstr "Блокчейн" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" "`Блокчейн `_ - это " "распределённая база данных, которая содержит постоянно растущий список " "данных, защищённых от фальсификации и изменений. Он состоит из " "структурированных блоков с информацией, которые в первоначальных версиях " -"блокчейна содержали исключительно данные, но в более современных " -"вариантах содержат и данные, и программы, где каждый блок содержит серию " -"индивидуальных транзакций и результаты любых исполняемых файлов " -"блокчейна. Кроме того, в каждом блоке есть временная метка и информация о" -" предыдущем блоке." +"блокчейна содержали исключительно данные, но в более современных вариантах " +"содержат и данные, и программы, где каждый блок содержит серию " +"индивидуальных транзакций и результаты любых исполняемых файлов блокчейна. " +"Кроме того, в каждом блоке есть временная метка и информация о предыдущем " +"блоке." #: ../../docs/user/introduction/information.rst:332 msgid "Blocks" @@ -899,17 +889,16 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" "Транзакций в блокчейне собираются в \"`блоки " -"`_\", " -"которые записывают и подтверждают, когда и в какой последовательности " -"транзакции появились и были зарегистрированы в цепочке блоков. Блоки " -"создаются пользователями, которые называются \"майнерами\". Они " -"используют специальный софт или оборудование, разработанное для создания " -"блоков." +"`_\", которые " +"записывают и подтверждают, когда и в какой последовательности транзакции " +"появились и были зарегистрированы в цепочке блоков. Блоки создаются " +"пользователями, которые называются \"майнерами\". Они используют специальный" +" софт или оборудование, разработанное для создания блоков." #: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" @@ -918,11 +907,11 @@ msgstr "ChainLock" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" "В соответствии с определением в `DIP8 " "`__, ChainLocks " @@ -938,21 +927,21 @@ msgstr "Облачный кошелёк" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." -msgstr "" -"Это третья сторона, которая будет хранить ваши Dash на своих серверах, " -"чтобы вы могли получить доступ к своим средствам с любого устройства, " -"которое подключено к интернету. Если их вебсайт взломают или их сервера " -"сломаются, вы рискуете потерять ваши Dash. Любые онлайн кошельки должны " -"быть защищены сильной кодовой фразой и 2FA. Сделать резервную копию " -"онлайн кошелька невозможно, потому что у вас нет доступа к приватным " -"ключам. Мы не рекомендуем вам хранить крупные суммы в онлайн кошельках." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." +msgstr "" +"Это третья сторона, которая будет хранить ваши Dash на своих серверах, чтобы" +" вы могли получить доступ к своим средствам с любого устройства, которое " +"подключено к интернету. Если их вебсайт взломают или их сервера сломаются, " +"вы рискуете потерять ваши Dash. Любые онлайн кошельки должны быть защищены " +"сильной кодовой фразой и 2FA. Сделать резервную копию онлайн кошелька " +"невозможно, потому что у вас нет доступа к приватным ключам. Мы не " +"рекомендуем вам хранить крупные суммы в онлайн кошельках." #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" @@ -960,13 +949,13 @@ msgstr "Coinbase-транзакция" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" -"Первая транзакция в блоке. Всегда создаётся майнером и включает в себя " -"один вход, который представляет собой вознаграждение за блок. Оно делится" -" между майнером и определённым образом выбранной мастернодой." +"Первая транзакция в блоке. Всегда создаётся майнером и включает в себя один " +"вход, который представляет собой вознаграждение за блок. Оно делится между " +"майнером и определённым образом выбранной мастернодой." #: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" @@ -976,11 +965,11 @@ msgstr "Холодное хранение" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" -"Это метод оффлайн генерирования и хранения приватных ключей. Для этого " -"можно использовать компьютер или ноутбук, отключённый от интернета, " +"Это метод оффлайн генерирования и хранения приватных ключей. Для этого можно" +" использовать компьютер или ноутбук, отключённый от интернета, " "предназначенный для этого аппаратный кошелёк, USB-накопитель или " ":ref:`бумажник`." @@ -990,46 +979,45 @@ msgstr "Подтвердить (Подтверждена) транзакцию" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" "Когда совершается транзакция Dash, майнер должен подтвердить, что эта " "транзакция валидна. Когда все входы и выходы подтверждены, транзакция " "включается в блок блокчейна. После этого транзакция может считаться " -"завершённой и необратимой. Номер подтверждения увеличивается по мере " -"того, как в блокчейн добавляются новые блоки." +"завершённой и необратимой. Номер подтверждения увеличивается по мере того, " +"как в блокчейн добавляются новые блоки." #: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "Номер подтверждения" #: ../../docs/user/introduction/information.rst:377 -#, fuzzy msgid "confirmations" -msgstr "Нулевое подтверждение" +msgstr "" #: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" "Это число подтверждений определённой транзакции Dash. Ноль подтверждений " -"означает, что **транзакция не подтверждена**. Одно подтверждение " -"означает, что транзакция включена в последний блок в блокчейне. Два " -"подтверждения означают, что транзакция включена в два блока, три - в три " -"блока, и так далее. Возможность отмены транзакции (двойного списания) " -"уменьшается по экспоненте с каждым новым блоком и последующим " -"подтверждением. Обычно шести подтверждений достаточно, чтобы считать " -"транзакцию \"защищённой\" и необратимой." +"означает, что **транзакция не подтверждена**. Одно подтверждение означает, " +"что транзакция включена в последний блок в блокчейне. Два подтверждения " +"означают, что транзакция включена в два блока, три - в три блока, и так " +"далее. Возможность отмены транзакции (двойного списания) уменьшается по " +"экспоненте с каждым новым блоком и последующим подтверждением. Обычно шести " +"подтверждений достаточно, чтобы считать транзакцию \"защищённой\" и " +"необратимой." #: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" @@ -1038,14 +1026,14 @@ msgstr "Подтверждённые транзакции" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" "Это транзакции, которые обрабатываются майнерами и которые считаются " "необратимыми, обычно после шести подтверждений. В случае InstantSend, " -"средства могут считаться \"необратимыми\" уже через несколько секунд, " -"однако их всё так же необходимо записать в блокчейн (и таким образом " +"средства могут считаться \"необратимыми\" уже через несколько секунд, однако" +" их всё так же необходимо записать в блокчейн (и таким образом " "\"подтвердить\")." #: ../../docs/user/introduction/information.rst:394 @@ -1055,21 +1043,21 @@ msgstr "ЦПУ" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" "Центральное процессорное устройство (ЦПУ) " -"`_ это электронная" -" схема в компьютере, которая исполняет инструкции компьютерной программы," -" совершая базовые арифметические, логические, контрольные операции и " -"операции ввода/вывода (I/O), которые оговорены в инструкции. Этот термин " +"`_ это электронная " +"схема в компьютере, которая исполняет инструкции компьютерной программы, " +"совершая базовые арифметические, логические, контрольные операции и операции" +" ввода/вывода (I/O), которые оговорены в инструкции. Этот термин " "используется в компьютерной индустрии как минимум с 1960х годов. Обычно, " "термин \"ЦПУ\" обозначает процессор, а именно его блок обработки и блок " "управления (CU), тем самым отделяя эти базовые элементы компьютера от " @@ -1083,13 +1071,13 @@ msgstr "Криптовалюта" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" "`Криптовалюта `_ (также " "пишется как крипто валюта или крипто-валюта) это средство обмена, " -"использующее криптографию для защиты транзакций и контролирования " -"создания новых единиц." +"использующее криптографию для защиты транзакций и контролирования создания " +"новых единиц." #: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" @@ -1099,46 +1087,45 @@ msgstr "Криптография" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." -msgstr "" -"Криптография или криптология (от греческого κρυπτός \"скрытый\"; и " -"γράφειν, \"пишу,\" или -λογία, \"слово\", соответственно) - это создание " -"или изучение методов безопасной коммуникации в присутствии третьих лиц, " -"которые называются \"противниками\". В более общем смысле, криптография -" -" это создание и анализ протоколов, которые защищают приватные сообщения " -"от прочтения третьими лицами или попадания в общий доступ. Различные " -"аспекты информационной безопасности, например, конфиденциальность и " -"целостность данных, аутентификация, а также невозможность отказа от " -"авторства - это основа современной криптографии. Современная криптография" -" существует на стыке таких дисциплин, как математика, информатика и " -"электротехника. Криптография применяется в том числе для ATM-карт, при " -"создании компьютерных паролей и в электронной коммерции." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." +msgstr "" +"Криптография или криптология (от греческого κρυπτός \"скрытый\"; и γράφειν, " +"\"пишу,\" или -λογία, \"слово\", соответственно) - это создание или изучение" +" методов безопасной коммуникации в присутствии третьих лиц, которые " +"называются \"противниками\". В более общем смысле, криптография - это " +"создание и анализ протоколов, которые защищают приватные сообщения от " +"прочтения третьими лицами или попадания в общий доступ. Различные аспекты " +"информационной безопасности, например, конфиденциальность и целостность " +"данных, аутентификация, а также невозможность отказа от авторства - это " +"основа современной криптографии. Современная криптография существует на " +"стыке таких дисциплин, как математика, информатика и электротехника. " +"Криптография применяется в том числе для ATM-карт, при создании компьютерных" +" паролей и в электронной коммерции." #: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -1150,8 +1137,8 @@ msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -"Децентрализованный протокол приложения. Этот термин описывает приложение," -" которое работает на базе платформы DAPI Dash." +"Децентрализованный протокол приложения. Этот термин описывает приложение, " +"которое работает на базе платформы DAPI Dash." #: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" @@ -1159,11 +1146,11 @@ msgstr "DAP-клиент " #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" -"HTTP-клиент, который подключается к DAPI и даёт возможность пользователям" -" блокчейна Dash считывать и записывать данные в их DAP-пространстве." +"HTTP-клиент, который подключается к DAPI и даёт возможность пользователям " +"блокчейна Dash считывать и записывать данные в их DAP-пространстве." #: ../../docs/user/introduction/information.rst:444 msgid "DAP Schema" @@ -1171,8 +1158,8 @@ msgstr "DAP-схема" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" "Документ со схемой Dash, расширяющий схему системы Dash для определения " "данных и правил консенсуса в контрактах DAP." @@ -1183,12 +1170,11 @@ msgstr "DAP-пространство" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" -"Часть состояния DAP, которая принадлежит конкретному пользователю " -"блокчейна. Данные в пространстве DAP могут быть изменены только " -"владельцем." +"Часть состояния DAP, которая принадлежит конкретному пользователю блокчейна." +" Данные в пространстве DAP могут быть изменены только владельцем." #: ../../docs/user/introduction/information.rst:452 msgid "DAP State" @@ -1199,8 +1185,8 @@ msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -"Совокупный набор данных, сохранённых в DAP. Эти данные содержат " -"информацию о пользователях пространств DAP. " +"Совокупный набор данных, сохранённых в DAP. Эти данные содержат информацию о" +" пользователях пространств DAP. " #: ../../docs/user/introduction/information.rst:456 msgid "DAPI" @@ -1208,13 +1194,12 @@ msgstr "DAPI" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" -"Децентрализованный программный интерфейс приложения. См. выше определение" -" API. DAPI выполняет те же функции, что и API, но с учётом кворумов " +"Децентрализованный программный интерфейс приложения. См. выше определение " +"API. DAPI выполняет те же функции, что и API, но с учётом кворумов " "мастернод, которые выступают в роли конечных точек для коммуникации API." #: ../../docs/user/introduction/information.rst:462 @@ -1223,20 +1208,20 @@ msgstr "Алгоритм Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." -msgstr "" -"По своей сути, :ref:`Dark Gravity Wave (DGW) ` похож " -"на *Kimoto Gravity Well*, алгоритм подстройки к уровню сложности каждого " -"блока (в отличие от каждого 2016 блока, как в Биткойне), который " -"использует статистические данные последнего найденного блока. Таким " -"образом, время выпуска блока может оставаться неизменным, несмотря на " -"разницу вычислительных мощностей. Однако, в DGW отсутствует уязвимость к " -"временным скачкам. " +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." +msgstr "" +"По своей сути, :ref:`Dark Gravity Wave (DGW) ` похож на " +"*Kimoto Gravity Well*, алгоритм подстройки к уровню сложности каждого блока " +"(в отличие от каждого 2016 блока, как в Биткойне), который использует " +"статистические данные последнего найденного блока. Таким образом, время " +"выпуска блока может оставаться неизменным, несмотря на разницу " +"вычислительных мощностей. Однако, в DGW отсутствует уязвимость к временным " +"скачкам. " #: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" @@ -1247,8 +1232,8 @@ msgid "" "Dash was initially launched as XCoin and then rebranded to Darkcoin and " "finally Dash." msgstr "" -"Изначально, Dash был запущен под названием XCoin, затем был переименован " -"в Darkcoin и, наконец, в Dash." +"Изначально, Dash был запущен под названием XCoin, затем был переименован в " +"Darkcoin и, наконец, в Dash." #: ../../docs/user/introduction/information.rst:474 msgid "Dash" @@ -1256,14 +1241,13 @@ msgstr "Dash" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1272,14 +1256,13 @@ msgstr "DashDrive" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" "Backend-сервис для хранения данных сети Dash, который используется " "мастернодами для офчейн данных, имеющих отношение к Evolution. DashDrive " -"использует IPFS `_, распределённую систему хранения " -"файлов." +"использует IPFS `_, распределённую систему хранения файлов." #: ../../docs/user/introduction/information.rst:489 msgid "Dash Client" @@ -1287,19 +1270,19 @@ msgstr "Dash-клиент" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" -"Dash-клиенты это программы, которые используются для взаимодействия с " -"сетью Dash. Они хранят приватные ключи, которые нужны для совершения Dash" -" транзакций, а также копию всего блокчейна. Dash-клиент подключается к " -"сети Dash и становится нодой этой сети. Нода разделяет и распространяет " -"новые транзакции между остальными нодами сети, таким образом создавая " -"надёжную децентрализованную инфраструктуру. " +"Dash-клиенты это программы, которые используются для взаимодействия с сетью " +"Dash. Они хранят приватные ключи, которые нужны для совершения Dash " +"транзакций, а также копию всего блокчейна. Dash-клиент подключается к сети " +"Dash и становится нодой этой сети. Нода разделяет и распространяет новые " +"транзакции между остальными нодами сети, таким образом создавая надёжную " +"децентрализованную инфраструктуру. " #: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" @@ -1307,11 +1290,11 @@ msgstr "Кошелёк Dash Core" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1321,12 +1304,12 @@ msgstr "Dash Evolution" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" "Это 3-х уровневая сеть Dash, над которой сейчас трудятся разработчики. " -"Благодаря ей пользоваться Dash будет так же просто, как и Paypal, и он " -"по-прежнему будет децентрализованным. См. страницу :ref:`Evolution " +"Благодаря ей пользоваться Dash будет так же просто, как и Paypal, и он по-" +"прежнему будет децентрализованным. См. страницу :ref:`Evolution " "`, чтобы узнать больше." #: ../../docs/user/introduction/information.rst:510 @@ -1335,11 +1318,11 @@ msgstr "Dash Schema" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" -"Основанный на JSON язык спецификаций, который используется для " -"определения и подтверждения консенсусных данных в Evolution. " +"Основанный на JSON язык спецификаций, который используется для определения и" +" подтверждения консенсусных данных в Evolution. " #: ../../docs/user/introduction/information.rst:514 msgid "DDoS" @@ -1347,19 +1330,19 @@ msgstr "DDoS" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" -"Распределённая атака \"отказа в обслуживании\" использует большое " -"количество компьютеров, подконтрольных хакеру, чтобы исчерпать все " -"ресурсы главной цели. Часто они рассылают небольшие пакеты данных по " -"Интернету, чтобы связать воедино вычислительные и пропускные ресурсы и " -"замкнуть на одной цели, не давая ей обслуживать законных пользователей. " -"Иногда Dash биржи подвергаются таким DDoS атакам." +"Распределённая атака \"отказа в обслуживании\" использует большое количество" +" компьютеров, подконтрольных хакеру, чтобы исчерпать все ресурсы главной " +"цели. Часто они рассылают небольшие пакеты данных по Интернету, чтобы " +"связать воедино вычислительные и пропускные ресурсы и замкнуть на одной " +"цели, не давая ей обслуживать законных пользователей. Иногда Dash биржи " +"подвергаются таким DDoS атакам." #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" @@ -1368,38 +1351,37 @@ msgstr "Децентрализация" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" "`Децентрализованное вычисление " "`_ - это " -"распространение ресурсов аппаратного и программного обеспечения, между " -"всеми индивидуальными рабочими местами или кабинетами. Для сравнения, в " +"распространение ресурсов аппаратного и программного обеспечения, между всеми" +" индивидуальными рабочими местами или кабинетами. Для сравнения, в " "централизованном вычислении основная часть функций осуществляется или " "получается от удалённого централизованного источника. Децентрализованное " "вычисление - это тренд современной бизнес-среды. Оно является " "противоположность. централизованного вычисления, которое было широко " "распространено в начале компьютерной эпохи. У децентрализованной " "компьютерной системы есть ряд преимуществ перед обычной централизованной " -"сетью. Персональные компьютеры так быстро развиваются, что их " -"потенциальная мощность намного превышает требования большинства " -"бизнес-приложений. Следовательно, большая часть компьютеров большую часть" -" времени практически простаивает. Децентрализованная система может " -"использовать их потенциал, чтобы обеспечить максимальную эффективность. " -"Однако, вопрос о том, повысят ли такие сети общую эффективность, всё ещё " -"остаётся открытым." +"сетью. Персональные компьютеры так быстро развиваются, что их потенциальная " +"мощность намного превышает требования большинства бизнес-приложений. " +"Следовательно, большая часть компьютеров большую часть времени практически " +"простаивает. Децентрализованная система может использовать их потенциал, " +"чтобы обеспечить максимальную эффективность. Однако, вопрос о том, повысят " +"ли такие сети общую эффективность, всё ещё остаётся открытым." #: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" @@ -1408,10 +1390,10 @@ msgstr "Desktop-кошелёк" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" "Кошелёк - это программа, которая хранит ваши Dash. Существует множество " "вариантов кошелька, но важно выбрать надёжный. Мы рекомендуем следующие: " @@ -1426,21 +1408,21 @@ msgstr "Сложность" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" "Это число определяет сложность хэширования нового блока. Оно связано с " -"максимально возможной целью в заданной числовой строке хэша текущего " -"блока. Чем ниже это число, тем сложнее будет найти подходящее значение " -"хэш. Сложность изменяется в зависимость от уровня вычислительной " -"мощности, которую задействуют майнеры сети Dash. Если из сети уйдёт " -"большое количество майнеров, сложность снизится. Растущая популярность " -"Dash и доступность специальных ASIC майнеров привели к тому, что " -"сложность со временем повышается." +"максимально возможной целью в заданной числовой строке хэша текущего блока. " +"Чем ниже это число, тем сложнее будет найти подходящее значение хэш. " +"Сложность изменяется в зависимость от уровня вычислительной мощности, " +"которую задействуют майнеры сети Dash. Если из сети уйдёт большое количество" +" майнеров, сложность снизится. Растущая популярность Dash и доступность " +"специальных ASIC майнеров привели к тому, что сложность со временем " +"повышается." #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" @@ -1452,19 +1434,18 @@ msgstr "Полную документацию о кошельках см. :ref:` #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" "Электронный кошелёк во многом похож на физический кошелёк за исключением " -"того, что он используется для хранения **цифровой валюты**. В кошельке " -"Dash хранятся ваши приватные ключи, с помощью которых вы можете тратить " -"ваши Dash. Вы также можете сделать резервное копирование вашего кошелька," -" чтобы убедиться, что вы никогда не потеряете доступ к вашим Dash. " -"Существует множество версий электронных кошельков для различных " -"устройств:" +"того, что он используется для хранения **цифровой валюты**. В кошельке Dash " +"хранятся ваши приватные ключи, с помощью которых вы можете тратить ваши " +"Dash. Вы также можете сделать резервное копирование вашего кошелька, чтобы " +"убедиться, что вы никогда не потеряете доступ к вашим Dash. Существует " +"множество версий электронных кошельков для различных устройств:" #: ../../docs/user/introduction/information.rst:569 msgid "" @@ -1478,98 +1459,95 @@ msgstr "" "**Десктоп-кошелёк** (:ref:`Dash Electrum Wallet `, " ":ref:`Dash Core Wallet `): программы-кошельки, которые " "можно установить на ноутбук или стационарный компьютер. Вы несёте полную " -"ответственность за защиту файла кошелька и приватных ключей, которые в " -"нём хранятся. Делайте резервные копии файлов вашего кошелька, чтобы не " -"потерять ваши средства. " +"ответственность за защиту файла кошелька и приватных ключей, которые в нём " +"хранятся. Делайте резервные копии файлов вашего кошелька, чтобы не потерять " +"ваши средства. " #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" "**Мобильный кошелёк** (:ref:`Android `, :ref:`iOS " -"`): Эти кошельки можно скачать через Google Play или " -"Apple (iTunes) App Store. С помощью мобильных кошельков вы можете " -"пользоваться Dash на ходу, просканировав QR код, чтобы отправить платёж. " -"Делайте резервные копии вашего мобильного кошелька, чтобы не потерять " -"доступ к вашим средствам. Из-за проблем с безопасностью, которым " -"подвержены мобильные телефоны, рекомендуется не хранить в мобильных " -"кошельках большие суммы." +"`): Эти кошельки можно скачать через Google Play или Apple " +"(iTunes) App Store. С помощью мобильных кошельков вы можете пользоваться " +"Dash на ходу, просканировав QR код, чтобы отправить платёж. Делайте " +"резервные копии вашего мобильного кошелька, чтобы не потерять доступ к вашим" +" средствам. Из-за проблем с безопасностью, которым подвержены мобильные " +"телефоны, рекомендуется не хранить в мобильных кошельках большие суммы." #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" "**Онлайн/Облачные/Веб кошельки** (:ref:`Exodus `, " -":ref:`MyDashWallet `): это сторонние сервисы, которые хранят" -" ваши Dash на своих серверах, или представляют интерфейся для доступа к " -"вашим Dash, запрашивая для этого ключи, и таким образом вы можете " -"получить доступ к Dash с любого устройства, которое подключено к " -"Интернету. Если их сайт подвергнется атаке или их сервера повредятся, вы " -"рискуете потерять ваши Dash. Любые онлайн-кошельки нужно защищать сильной" -" кодовой фразой и 2FA. Сделать резервную копию онлайн-кошелька " -"невозможно, поскольку у вас нет приватных ключей. Мы настоятельно " -"рекомендуем НИКОГДА не хранить большое количество Dash в любом онлайн " -"кошельке или на любой криптовалютной бирже." +":ref:`MyDashWallet `): это сторонние сервисы, которые хранят " +"ваши Dash на своих серверах, или представляют интерфейся для доступа к вашим" +" Dash, запрашивая для этого ключи, и таким образом вы можете получить доступ" +" к Dash с любого устройства, которое подключено к Интернету. Если их сайт " +"подвергнется атаке или их сервера повредятся, вы рискуете потерять ваши " +"Dash. Любые онлайн-кошельки нужно защищать сильной кодовой фразой и 2FA. " +"Сделать резервную копию онлайн-кошелька невозможно, поскольку у вас нет " +"приватных ключей. Мы настоятельно рекомендуем НИКОГДА не хранить большое " +"количество Dash в любом онлайн кошельке или на любой криптовалютной бирже." #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." -msgstr "" -"**Аппаратные кошельки** (:ref:`Trezor `, KeepKey, " -"Ledger, Nano). Аппаратный кошелёк это специализированное защищённое от " -"взлома устройство, в котором хранятся ваши приватные ключи. Это " -"устройство может подписывать транзакции с помощью приватного ключа, не " -"имея при этом доступа к интернету. Однако, чтобы отправить транзакцию в " -"сеть Dash, подключение к интернету всё же понадобится. Аппаратный кошелёк" -" даёт вам быстрый доступ к приватным ключам, которые при этом надёжно " -"защищены. Он считается наиболее безопасным вариантом хранения Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." +msgstr "" +"**Аппаратные кошельки** (:ref:`Trezor `, KeepKey, Ledger, " +"Nano). Аппаратный кошелёк это специализированное защищённое от взлома " +"устройство, в котором хранятся ваши приватные ключи. Это устройство может " +"подписывать транзакции с помощью приватного ключа, не имея при этом доступа " +"к интернету. Однако, чтобы отправить транзакцию в сеть Dash, подключение к " +"интернету всё же понадобится. Аппаратный кошелёк даёт вам быстрый доступ к " +"приватным ключам, которые при этом надёжно защищены. Он считается наиболее " +"безопасным вариантом хранения Dash." #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." -msgstr "" -"**Оффлайн/Холодное хранение** (:ref:`Бумажный кошелёк `): специальный кошелёк, который создаётся оффлайн и не " -"подключается к интернету. Выполняется с использованием программы для " -"генерирования публичного и приватного ключей оффлайн, а затем эти ключи " -"сохраняются. Эти ключи впоследствии можно распечатать на бумаге или даже " -"выжечь лазером на металле. Можно сделать копии и хранить в личном сейфе " -"или банковской депозитной ячейке. Это самый безопасный способ хранения " -"Dash. Вы не рискуете, используя файлы десктоп-кошельков, которые могут " -"быть неисправны, или веб-кошельков, которые можно взломать. ОБРАТИТЕ " -"ВНИМАНИЕ: USB флэшки не подходят для долгосрочного хранения (в течение " -"нескольких лет) ключей, потому что они со временем портятся." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." +msgstr "" +"**Оффлайн/Холодное хранение** (:ref:`Бумажный кошелёк `):" +" специальный кошелёк, который создаётся оффлайн и не подключается к " +"интернету. Выполняется с использованием программы для генерирования " +"публичного и приватного ключей оффлайн, а затем эти ключи сохраняются. Эти " +"ключи впоследствии можно распечатать на бумаге или даже выжечь лазером на " +"металле. Можно сделать копии и хранить в личном сейфе или банковской " +"депозитной ячейке. Это самый безопасный способ хранения Dash. Вы не " +"рискуете, используя файлы десктоп-кошельков, которые могут быть неисправны, " +"или веб-кошельков, которые можно взломать. ОБРАТИТЕ ВНИМАНИЕ: USB флэшки не " +"подходят для долгосрочного хранения (в течение нескольких лет) ключей, " +"потому что они со временем портятся." #: ../../docs/user/introduction/information.rst:618 msgid "DKG" @@ -1578,23 +1556,22 @@ msgstr "DKG" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" "В соответствии с определением в `DIP6 " -"`__, Distributed" -" Key Generation или распределённое создание ключей (`DKG " -"`__) это способ создания пары BLS ключей для " -"использования их в LLMQ для выполнеия пороговой подписи сетевых " -"сообщений. Cпособ основывается на BLS M-of-N пороговой схеме и " -"распределённом создании ключей, с помощью которых осуществляется " -"разделение секрета Шамира." +"`__, Distributed " +"Key Generation или распределённое создание ключей (`DKG " +"`__) это способ создания пары BLS ключей для использования их в " +"LLMQ для выполнеия пороговой подписи сетевых сообщений. Cпособ основывается " +"на BLS M-of-N пороговой схеме и распределённом создании ключей, с помощью " +"которых осуществляется разделение секрета Шамира." #: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" @@ -1602,22 +1579,22 @@ msgstr "Электронная подпись" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." -msgstr "" -"Электронная подпись - это математический механизм, который позволяет " -"какому-либо лицу удостоверить свою личность или право владения " -"электронным активом. Когда ваш кошелёк подписывает транзакцию " -"соответствующим приватным ключом, вся сеть видит, что подпись " -"соответствует адресу, с которого были потрачены Dash, и при этом нет " -"необходимости раскрывать сети этот приватный ключ. Кроме того, с помощью " -"приватного ключа вы можете подписывать сообщения, например, чтобы " -"подтвердить, что вы являетесь владельцем определённого адреса Dash." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." +msgstr "" +"Электронная подпись - это математический механизм, который позволяет какому-" +"либо лицу удостоверить свою личность или право владения электронным активом." +" Когда ваш кошелёк подписывает транзакцию соответствующим приватным ключом, " +"вся сеть видит, что подпись соответствует адресу, с которого были потрачены " +"Dash, и при этом нет необходимости раскрывать сети этот приватный ключ. " +"Кроме того, с помощью приватного ключа вы можете подписывать сообщения, " +"например, чтобы подтвердить, что вы являетесь владельцем определённого " +"адреса Dash." #: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" @@ -1625,10 +1602,10 @@ msgstr "Electrum кошелёк" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1637,31 +1614,30 @@ msgstr "Шифрование" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" -msgstr "" -"В криптографии, `шифрование `_ " -"- это процесс кодирования сообщений или информации таким образом, чтобы " -"их могли прочитать только уполномоченные на это лица. Без приватного " -"ключа зашифрованные сообщения кажутся стороннему наблюдателю " -"бессмысленным набором символов. В схеме шифрования, *исходный текст* " -"зашифровывается с помощью шифровального алгоритма, который генерирует " -"*шифротекст*, и его можно прочитать только если он будет расшифрован " -"человеком, которому этот текст предназначался. По техническим причинам, " -"схемы шифрования обычно используют псевдо-рандомные ключи шифрования, " -"которые генерируются алгоритмом. Повышение вычислительных мощностей " -"\"сломало\" большую часть старых алгоритмов шифрования, но хорошо " -"продуманные современные системы, например, AES-256 считаются " -"\"неприступными\"." +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" +msgstr "" +"В криптографии, `шифрование `_ - " +"это процесс кодирования сообщений или информации таким образом, чтобы их " +"могли прочитать только уполномоченные на это лица. Без приватного ключа " +"зашифрованные сообщения кажутся стороннему наблюдателю бессмысленным набором" +" символов. В схеме шифрования, *исходный текст* зашифровывается с помощью " +"шифровального алгоритма, который генерирует *шифротекст*, и его можно " +"прочитать только если он будет расшифрован человеком, которому этот текст " +"предназначался. По техническим причинам, схемы шифрования обычно используют " +"псевдо-рандомные ключи шифрования, которые генерируются алгоритмом. " +"Повышение вычислительных мощностей \"сломало\" большую часть старых " +"алгоритмов шифрования, но хорошо продуманные современные системы, например, " +"AES-256 считаются \"неприступными\"." #: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" @@ -1675,12 +1651,12 @@ msgstr "`Эскроу `_ - это: " msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" "контрактное соглашение, согласно которому третья сторона получает и " -"распределяет деньги или документы для сторон, которые заключают сделку, и" -" распространение зависит от оговоренных в соглашении условий; или " +"распределяет деньги или документы для сторон, которые заключают сделку, и " +"распространение зависит от оговоренных в соглашении условий; или " #: ../../docs/user/introduction/information.rst:667 msgid "" @@ -1688,9 +1664,8 @@ msgid "" "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -"это счёт, который создаётся брокером для хранения средств в интересах его" -" нанимателя или другого человека до подтверждения или отмены договора; " -"или " +"это счёт, который создаётся брокером для хранения средств в интересах его " +"нанимателя или другого человека до подтверждения или отмены договора; или " #: ../../docs/user/introduction/information.rst:671 msgid "" @@ -1704,20 +1679,19 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" "Трастовый эскроу сервис часто используется при покупке криптовлаюты или " "других товаров/услуг через интернет. И продавец, и покупатель выбирают " -"доверенное третье лицо, затем продавец высылает товар (или валюту) " -"эскроу-агенту, а покупатель высылает эскроу-агенту оплату за заказ. Когда" -" эскроу-агент убеждается, что обе стороны удовлетворены условиями сделки," -" он или она отправит средства и заказанный продукт (или валюту) " -"соответствующим сторонам." +"доверенное третье лицо, затем продавец высылает товар (или валюту) эскроу-" +"агенту, а покупатель высылает эскроу-агенту оплату за заказ. Когда эскроу-" +"агент убеждается, что обе стороны удовлетворены условиями сделки, он или она" +" отправит средства и заказанный продукт (или валюту) соответствующим " +"сторонам." #: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" @@ -1725,13 +1699,13 @@ msgstr "Эван Даффилд" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" -"Основатель и первый Вещующий Разработчик Dash. Создатель X11, InstantSend" -" и PrivateSend. До создания Dash, Эван работал финансовым консультантом и" -" имел соответствующую лицензию - Series 65." +"Основатель и первый Вещующий Разработчик Dash. Создатель X11, InstantSend и " +"PrivateSend. До создания Dash, Эван работал финансовым консультантом и имел " +"соответствующую лицензию - Series 65." #: ../../docs/user/introduction/information.rst:687 msgid "Exchange" @@ -1740,24 +1714,23 @@ msgstr "Обменный курс" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" "Текущая цена одного Dash по отношению к цене на другую валюту, например, " "доллар США, йену, евро или Биткойн. Поскольку основной объем торговли " "происходит на рынках BTC/DASH, цена часто озвучивается в долях Биткойна. " -"Например, в конце марта 2017 года цена одного Dash равнялась 0,08 " -"(Биткойнов за Dash). Отличный сайт для мониторинга курса Dash - " -"CoinMarketCap `_. Бизнесы, которые хотят " -"сократить риск владения волатильной электронной валютой, могут избежать " -"риска, обменивая монеты через обработчик платежей во время каждой " -"транзакции." +"Например, в конце марта 2017 года цена одного Dash равнялась 0,08 (Биткойнов" +" за Dash). Отличный сайт для мониторинга курса Dash - CoinMarketCap " +"`_. Бизнесы, которые хотят сократить риск " +"владения волатильной электронной валютой, могут избежать риска, обменивая " +"монеты через обработчик платежей во время каждой транзакции." #: ../../docs/user/introduction/information.rst:699 msgid "Faucet" @@ -1765,14 +1738,14 @@ msgstr "Кран" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" -"Краны - это система вознаграждения в форме вебсайта или приложения, " -"которые распределяют награду в виде microdash или Duff свои посетителям в" -" обмен на ввод капчи или выполнение описанного на вебсайте задания." +"Краны - это система вознаграждения в форме вебсайта или приложения, которые " +"распределяют награду в виде microdash или Duff свои посетителям в обмен на " +"ввод капчи или выполнение описанного на вебсайте задания." #: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" @@ -1780,11 +1753,11 @@ msgstr "Фиатный шлюз" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" -"`Фиатные деньги `_ определяются" -" по-разному:" +"`Фиатные деньги `_ определяются " +"по-разному:" #: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." @@ -1794,14 +1767,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" -"Государственные деньги, неразменные по закону на какую-либо вещь, а также" -" не имеющие фиксированной стоимости с точки зрения объективных критериев." +"Государственные деньги, неразменные по закону на какую-либо вещь, а также не" +" имеющие фиксированной стоимости с точки зрения объективных критериев." #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" "Деньги, по своей сути не обладающие никакой стоимостью, но которые " "используются в качестве денег из-за указа правительства." @@ -1818,21 +1792,21 @@ msgstr "Финтех" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" "`Финансовые технологии " -"`_, также известные " -"как финтех, это экономическая индустрия, состоящая из компаний, которые " +"`_, также известные как " +"финтех, это экономическая индустрия, состоящая из компаний, которые " "используют технологии для того, чтобы сделать финансовые услуги более " "эффективными. Финтех компании это обычно стартапы, которые хотят сделать " "финансовые процессы более эффективными или избавиться от посредников. " -"Недавно многие финтех компании стали использовать блокчейн технологию, то" -" есть, ту самую технологию, которая лежит в основе Dash и Bitcoin. " +"Недавно многие финтех компании стали использовать блокчейн технологию, то " +"есть, ту самую технологию, которая лежит в основе Dash и Bitcoin. " #: ../../docs/user/introduction/information.rst:725 msgid "Fork" @@ -1840,30 +1814,30 @@ msgstr "Форк" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" "Когда блокчейн отклоняется или раскалывается на две версии, некоторые " -"клиенты признают одну версию блокчейна как валидный, а некоторые верят, " -"что валидна другая версия. Большинство форков разрешаются сами собой, не " +"клиенты признают одну версию блокчейна как валидный, а некоторые верят, что " +"валидна другая версия. Большинство форков разрешаются сами собой, не " "создавая никаких проблем, потому что валидной версией в итоге признаётся " "самая длинная цепочка блоков. Со временем, какая-то из версий блокчейна " -"обычно \"выигрывает\" и признаётся всеми валидной. Однако форки могут " -"быть очень опасны, и по возможности их следует избегать." +"обычно \"выигрывает\" и признаётся всеми валидной. Однако форки могут быть " +"очень опасны, и по возможности их следует избегать." #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" -"В большинстве случаев форк возникает в результате обновления программного" -" обеспечения сети. Dash использует Мультифазовую Форковую систему " +"В большинстве случаев форк возникает в результате обновления программного " +"обеспечения сети. Dash использует Мультифазовую Форковую систему " "(\":ref:`Спорк `\"), для большей гибкости и надёжности." #: ../../docs/user/introduction/information.rst:739 @@ -1872,17 +1846,17 @@ msgstr "Полноценная нода" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" -"Любой Dash клиент, который раздаёт пирам полную версию блокчейна. Это " -"может быть запущенный пользователем Dash Core Wallet на его/её рабочем " -"столе или :ref:`мастернода `. Полноценные ноды способствуют " -"децентрализации, позволяя любому пользователю дважды проверить валидность" -" блокчейна." +"Любой Dash клиент, который раздаёт пирам полную версию блокчейна. Это может " +"быть запущенный пользователем Dash Core Wallet на его/её рабочем столе или " +":ref:`мастернода `. Полноценные ноды способствуют " +"децентрализации, позволяя любому пользователю дважды проверить валидность " +"блокчейна." #: ../../docs/user/introduction/information.rst:746 msgid "Fungible" @@ -1910,32 +1884,31 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" "`Графический процессор (GPU) " -"`_, который " -"иногда называют также визуальным процессором (VPU), это " -"специализированная электронная схема, разработанная, чтобы быстро " -"управлять памятью для оперативного создания изображений в буфере кадров," -" которые затем выводятся на экран. GPU используются во встроенных " -"система, мобильных телефонах, персональных компьютерах, рабочих станциях " -"и игровых консолях. Современные GPU весьма эффективны в управлении " -"компьютерной графикой и обработке изображений, а их параллельная " -"структура делает их более эффективными, чем CPU общего назначения, когда " -"дело касается одновременной обработки больших блоков данных. В " -"персональном компьютере, GPU расположен на видеокарте, может быть встроен" -" в материнскую плату или - в некоторых CPU - встроен в центральный " -"процессор. Некоторые криптовалюты используют такие майнинговые алгоритмы," -" которые эффективнее всего выполнять на GPU. " +"`_, который иногда " +"называют также визуальным процессором (VPU), это специализированная " +"электронная схема, разработанная, чтобы быстро управлять памятью для " +"оперативного создания изображений в буфере кадров, которые затем выводятся " +"на экран. GPU используются во встроенных система, мобильных телефонах, " +"персональных компьютерах, рабочих станциях и игровых консолях. Современные " +"GPU весьма эффективны в управлении компьютерной графикой и обработке " +"изображений, а их параллельная структура делает их более эффективными, чем " +"CPU общего назначения, когда дело касается одновременной обработки больших " +"блоков данных. В персональном компьютере, GPU расположен на видеокарте, " +"может быть встроен в материнскую плату или - в некоторых CPU - встроен в " +"центральный процессор. Некоторые криптовалюты используют такие майнинговые " +"алгоритмы, которые эффективнее всего выполнять на GPU. " #: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" @@ -1944,14 +1917,14 @@ msgstr "Аппаратный кошелёк" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" ":ref:`Аппаратный кошелёк ` - это один из наиболее " "безопасных кошельков для хранения Dash. Ваш приватный ключ защищён на " -"физическом уровне, и он никогда не будет доступен из интернета. Вы можете" -" так же подписывать транзакции, и это удобно и безопасно." +"физическом уровне, и он никогда не будет доступен из интернета. Вы можете " +"так же подписывать транзакции, и это удобно и безопасно." #: ../../docs/user/introduction/information.rst:775 msgid "Hash" @@ -1959,18 +1932,18 @@ msgstr "Хэш" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" "Математический процесс, который преобразует массив данный произвольной " -"длинны в более короткую выходную строку с установленной длинной. " -"Хэш-функция имеет две важные характеристики. Во-первых, математически " -"очень сложно вычислить, какой была оригинальная строка, имея на руках " -"только выходную строку. Во-вторых, самые малые изменения во входящих " -"данных влекут за собой полное изменения выходных данных. " +"длинны в более короткую выходную строку с установленной длинной. Хэш-функция" +" имеет две важные характеристики. Во-первых, математически очень сложно " +"вычислить, какой была оригинальная строка, имея на руках только выходную " +"строку. Во-вторых, самые малые изменения во входящих данных влекут за собой " +"полное изменения выходных данных. " #: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" @@ -1978,11 +1951,11 @@ msgstr "Хешрейт" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" -"Это количество хэшей, которое может произвести майнер Dash в заданный " -"период времени (обычно в секунду)." +"Это количество хэшей, которое может произвести майнер Dash в заданный период" +" времени (обычно в секунду)." #: ../../docs/user/introduction/information.rst:787 msgid "Insight" @@ -1990,11 +1963,11 @@ msgstr "Insight" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" -"Сервер с блокчейном использовался для поддержки Обозревателя блоков и " -"ответа на транзакционные запросы." +"Сервер с блокчейном использовался для поддержки Обозревателя блоков и ответа" +" на транзакционные запросы." #: ../../docs/user/introduction/information.rst:791 msgid "InstantX" @@ -2010,17 +1983,17 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" "Технология :ref:`InstantSend ` с помощью сети мастернод " "\"блокирует\" входы транзакции, предотвращая двойное списание Dash. В " -"отличие от Биткойна, где полное подтверждение транзакции занимает " -"примерно час или даже больше, транзакции InstantSend \"блокируются\" и " -"становятся необратимыми уже через несколько секунд. " +"отличие от Биткойна, где полное подтверждение транзакции занимает примерно " +"час или даже больше, транзакции InstantSend \"блокируются\" и становятся " +"необратимыми уже через несколько секунд. " #: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" @@ -2028,15 +2001,14 @@ msgstr "Ликвидность " #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" -"Возможность легко и быстро купить или продать актив, цена которого " -"остаётся примерно на одном рыночном уровне. Для ликвидности важно наличие" -" относительно большого сообщества продавцов и покупателей. Результатом " +"Возможность легко и быстро купить или продать актив, цена которого остаётся " +"примерно на одном рыночном уровне. Для ликвидности важно наличие " +"относительно большого сообщества продавцов и покупателей. Результатом " "неликвидного рынка является волатильность, а также невозможность быстро " "определить ценность актива." @@ -2047,24 +2019,24 @@ msgstr "LLMQ" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" "Как определено в `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) или долгосрочный кворум мастернод - это " +"`__, A Long- Living" +" Masternode Quorum (LLMQ) или долгосрочный кворум мастернод - это " "детерминированное подмножество глобального детерминированного списка " -"мастернод. Подобный кворум формируется с помощью протокола " -"распределённого создания ключей (DKG) и срок активности этого кворума " -"подразумевается длительным (например, несколько дней). Многочисленные " -"кворумы сосуществуют в одно и то же время, что позволяет нагрузке " -"равномерно распределяться между кворумами. Главной задачей LLMQ является " -"выполнение пороговой подписи сообщений, относящихся к консенсусу." +"мастернод. Подобный кворум формируется с помощью протокола распределённого " +"создания ключей (DKG) и срок активности этого кворума подразумевается " +"длительным (например, несколько дней). Многочисленные кворумы сосуществуют в" +" одно и то же время, что позволяет нагрузке равномерно распределяться между " +"кворумами. Главной задачей LLMQ является выполнение пороговой подписи " +"сообщений, относящихся к консенсусу." #: ../../docs/user/introduction/information.rst:819 msgid "Masternode" @@ -2072,14 +2044,13 @@ msgstr "Мастернода" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" -":ref:`Мастернода ` - это особый вид полной ноды, " -"которая выполняет услуги для сети и получает оплату в виде части от " -"вознаграждения за блок. Для запуска мастерноды необходимо подтверждение " -"владения 1000 Dash." +":ref:`Мастернода ` - это особый вид полной ноды, которая" +" выполняет услуги для сети и получает оплату в виде части от вознаграждения " +"за блок. Для запуска мастерноды необходимо подтверждение владения 1000 Dash." #: ../../docs/user/introduction/information.rst:825 msgid "" @@ -2093,10 +2064,10 @@ msgstr "Майнинг" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -2105,7 +2076,8 @@ msgstr "Мобильный кошелёк" #: ../../docs/user/introduction/information.rst:835 msgid "These are wallets available on mobile devices (iOS + Android)." -msgstr "Это кошельки, которые работают на мобильных устройствах (iOS + Android)." +msgstr "" +"Это кошельки, которые работают на мобильных устройствах (iOS + Android)." #: ../../docs/user/introduction/information.rst:836 msgid "MultiSig" @@ -2113,23 +2085,22 @@ msgstr "Мультиподпись" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." -msgstr "" -"Адреса с мультиподписью дают дополнительный уровень защиты, поскольку для" -" подписания транзакции перед её отправлением требуется подписи нескольких" -" человек с их приватными ключами. Например, в :ref:`мультиподписи 2 из 3 " -"`, требуется как минимум два человека, которые " -"подпишут транзакцию, чтобы её можно было отправить. Адреса с " -"мультиподписью часто используются биржами или другими организациями, в " -"чьём распоряжении находятся большие суммы криптовалюты, поскольку такой " -"подход затрудняет кражу этих сумм." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." +msgstr "" +"Адреса с мультиподписью дают дополнительный уровень защиты, поскольку для " +"подписания транзакции перед её отправлением требуется подписи нескольких " +"человек с их приватными ключами. Например, в :ref:`мультиподписи 2 из 3 " +"`, требуется как минимум два человека, которые подпишут " +"транзакцию, чтобы её можно было отправить. Адреса с мультиподписью часто " +"используются биржами или другими организациями, в чьём распоряжении " +"находятся большие суммы криптовалюты, поскольку такой подход затрудняет " +"кражу этих сумм." #: ../../docs/user/introduction/information.rst:846 msgid "Node" @@ -2137,13 +2108,13 @@ msgstr "Нода" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" -"Нода это любое устройство, на котором запущен кошелёк Dash. Полноценные " -"ноды - это приложения, которые скачали весь блокчейн и раздают его другим" -" клиентам в пиринговой сети Dash." +"Нода это любое устройство, на котором запущен кошелёк Dash. Полноценные ноды" +" - это приложения, которые скачали весь блокчейн и раздают его другим " +"клиентам в пиринговой сети Dash." #: ../../docs/user/introduction/information.rst:851 msgid "OTC" @@ -2151,16 +2122,16 @@ msgstr "OTC" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" -"Внебиржевые (OTC) сделки - это сделки, которые происходят за пределами " -"бирж. Во время внебиржевой сделки, продавец и покупатель взаимодействуют " -"друг с другом напрямую или через посредника. Внебиржевая сделка удобна в " -"том случае, если человек хочет продать или купить большое количество " +"Внебиржевые (OTC) сделки - это сделки, которые происходят за пределами бирж." +" Во время внебиржевой сделки, продавец и покупатель взаимодействуют друг с " +"другом напрямую или через посредника. Внебиржевая сделка удобна в том " +"случае, если человек хочет продать или купить большое количество " "криптовалюты и опасается, что такая крупная покупка или продажа вызовет " "сдвиг в цене (т.н. \"проскальзывание\")." @@ -2170,13 +2141,13 @@ msgstr "P2P" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" -"Пиринговая сеть. Децентрализованное взаимодействие, которое происходит " -"как минимум между двумя участниками в сильно взаимосвязанной сети. Это " +"Пиринговая сеть. Децентрализованное взаимодействие, которое происходит как " +"минимум между двумя участниками в сильно взаимосвязанной сети. Это " "альтернатива \"веерной\" системе, в которой все участники транзакции " "взаимодействуют друг с другом через одного посредника." @@ -2190,10 +2161,9 @@ msgid "" "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -":ref:`Бумажные кошельки ` это оффлайн кошельки, " -"которые напечатаны на бумаге для большей безопасности. При должном " -"хранении, они считаются наиболее безопасным способом хранения " -"криптовалюты." +":ref:`Бумажные кошельки ` это оффлайн кошельки, которые " +"напечатаны на бумаге для большей безопасности. При должном хранении, они " +"считаются наиболее безопасным способом хранения криптовалюты." #: ../../docs/user/introduction/information.rst:869 msgid "Privacy" @@ -2202,15 +2172,14 @@ msgstr "Приватность" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -2219,22 +2188,21 @@ msgstr "Приватный ключ" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." -msgstr "" -"`Приватный ключ `_ - это длинный буквенно-цифровой пароль, который даёт " -"возможность тратить Dash. Каждый кошелёк Dash содержит один или более " -"приватных ключей, которые хранятся в файле кошелька. Приватные ключи " -"математически связаны со всеми адресами Dash, которые сгенерированы для " -"этого кошелька. Поскольку приватный ключ это своего рода \"билет\", " -"который позволяет кому-либо тратить Dash, важно хранить их в безопасном " -"месте и в тайне." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." +msgstr "" +"`Приватный ключ `_ -" +" это длинный буквенно-цифровой пароль, который даёт возможность тратить " +"Dash. Каждый кошелёк Dash содержит один или более приватных ключей, которые " +"хранятся в файле кошелька. Приватные ключи математически связаны со всеми " +"адресами Dash, которые сгенерированы для этого кошелька. Поскольку приватный" +" ключ это своего рода \"билет\", который позволяет кому-либо тратить Dash, " +"важно хранить их в безопасном месте и в тайне." #: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" @@ -2243,8 +2211,8 @@ msgstr "Функция PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -2253,11 +2221,10 @@ msgstr "Доказательство предоставления услуги - #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" "Механизм достижения консенсуса, который используется в Dash для " "подтверждения того, что мастернода предоставила сети полноценную услугу, " @@ -2272,29 +2239,28 @@ msgstr "Подтверждение доли владения - PoS" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." -msgstr "" -"Механизм достижения консенсуса, который описается на владение " -"криптовалютой для поддержание работы блокчейна. В системах, основанных на" -" подтверждении доли владения, каждый владелец криптовалюты может " -"воспользоваться своим кошельком, чтобы \"заявить о своей доле\", и есть " -"небольшой шанс, что именно его выберут для создания следующего блока и " -"добавят в цепь. Таким способом консенсус поддерживается всеми нодами. PoS" -" экономит электроэнергию и не требует для работы специального " -"компьютерного оборудования. Однако у него есть несколько недостатков, в " -"том числе проблема \"нулевого владения\". Поскольку в процессе не " -"тратится электричество, в случае атаки нодам, работающим с консенсусом " -"PoS на самом деле выгодно \"голосовать\" за принятие и легитимной, и " -"хакерской цепочки." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." +msgstr "" +"Механизм достижения консенсуса, который описается на владение криптовалютой " +"для поддержание работы блокчейна. В системах, основанных на подтверждении " +"доли владения, каждый владелец криптовалюты может воспользоваться своим " +"кошельком, чтобы \"заявить о своей доле\", и есть небольшой шанс, что именно" +" его выберут для создания следующего блока и добавят в цепь. Таким способом " +"консенсус поддерживается всеми нодами. PoS экономит электроэнергию и не " +"требует для работы специального компьютерного оборудования. Однако у него " +"есть несколько недостатков, в том числе проблема \"нулевого владения\". " +"Поскольку в процессе не тратится электричество, в случае атаки нодам, " +"работающим с консенсусом PoS на самом деле выгодно \"голосовать\" за " +"принятие и легитимной, и хакерской цепочки." #: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" @@ -2302,19 +2268,18 @@ msgstr "Доказательство выполненной работы - PoW" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" "Консенсусный механизм, который обеспечивает честность всех нод, требуя " -"затраты вычислительных мощностей в обмен на создание новых блоков. " -"Майнерам необходимо дорогое оборудование и расходы электричества, чтобы " -"добавить блоки в блокчейн. Без подобного консенсусного механизма, любая " -"нода смогла бы добавить блоки в цепь, а находящиеся в сети ноды никогда " -"бы не смогли определиться, какая цепочка является верной." +"затраты вычислительных мощностей в обмен на создание новых блоков. Майнерам " +"необходимо дорогое оборудование и расходы электричества, чтобы добавить " +"блоки в блокчейн. Без подобного консенсусного механизма, любая нода смогла " +"бы добавить блоки в цепь, а находящиеся в сети ноды никогда бы не смогли " +"определиться, какая цепочка является верной." #: ../../docs/user/introduction/information.rst:924 msgid "Public Key" @@ -2322,16 +2287,16 @@ msgstr "Публичный ключ" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" -"`Публичный ключ `_ определяется приватным ключом, но не является " -"секретным, и его можно передавать любому другому пользователю. В то время" -" как приватный ключ используется для подписи сообщений, публичный ключ " -"используется для подтверждения того, что подпись верна." +"`Публичный ключ `_ " +"определяется приватным ключом, но не является секретным, и его можно " +"передавать любому другому пользователю. В то время как приватный ключ " +"используется для подписи сообщений, публичный ключ используется для " +"подтверждения того, что подпись верна." #: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" @@ -2339,21 +2304,20 @@ msgstr "Накачивание и сброс" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" "Завышение цены финансового актива, который был выпущен или приобретён по " "низкой цене, часто с использованием агрессивной пропаганды и вводящих в " "заблуждение утверждений. Пропаганда убеждает других покупать актив, тем " "самым поднимая его цену. Когда цена поднимается достаточно высоко, " -"исполнитель продаёт его активы, зарабатывая на этом, и перенасыщает " -"рынок, что вызывает падение цены. Это довольно частое явление для рынков " -"с низкой ликвидностью, например, для некоторых альткоинов." +"исполнитель продаёт его активы, зарабатывая на этом, и перенасыщает рынок, " +"что вызывает падение цены. Это довольно частое явление для рынков с низкой " +"ликвидностью, например, для некоторых альткоинов." #: ../../docs/user/introduction/information.rst:940 msgid "Quorum" @@ -2361,8 +2325,8 @@ msgstr "Кворум" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" "Группа мастернод, которые ставят подпись или голосуют по какому-либо " "действию, где формат этой группы задан определённым алгоритмом." @@ -2375,11 +2339,11 @@ msgstr "QR код" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" -"Двухмерное графическое изображение, которое содержит монохромный рисунок," -" представляющий собой последовательность данных. QR коды разработаны для " +"Двухмерное графическое изображение, которое содержит монохромный рисунок, " +"представляющий собой последовательность данных. QR коды разработаны для " "сканирования камерами, в том числе камерами мобильных телефонов, а также " "часто используются для того, чтобы зашифровать адреса Dash." @@ -2389,12 +2353,12 @@ msgstr "Сатоши Накамото" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" -"`Сатоши Накамото `_ - " -"имя, которым пользуется человек или группа лиц, создавшая Биткойн в его " +"`Сатоши Накамото `_ - имя, " +"которым пользуется человек или группа лиц, создавшая Биткойн в его " "изначальном виде. " #: ../../docs/user/introduction/information.rst:955 @@ -2408,9 +2372,9 @@ msgid "" "platform." msgstr "" "Набор средств разработки. Набор, состоящий из инструментов, кода и " -"документации, который используется разработчиками для создания " -"приложений, работающих с определённым оборудованием или платформой " -"программного обеспечения." +"документации, который используется разработчиками для создания приложений, " +"работающих с определённым оборудованием или платформой программного " +"обеспечения." #: ../../docs/user/introduction/information.rst:960 msgid "Signaling" @@ -2418,19 +2382,18 @@ msgstr "Сигнализирование" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" "Индикация, флаг или сигнал поддержки функции или форка. Термин " -"\"сигнализирование\" чаще всего используется в контексте майнеров, " -"которые являются источником подобной индикации поддержки или согласия. О " -"своём согласии майнеры дают понять с помощью обновления программного " -"обеспечения для поддержки определённого протокола и/или путём указания " -"определённой версии в обнаруженных ими блоках." +"\"сигнализирование\" чаще всего используется в контексте майнеров, которые " +"являются источником подобной индикации поддержки или согласия. О своём " +"согласии майнеры дают понять с помощью обновления программного обеспечения " +"для поддержки определённого протокола и/или путём указания определённой " +"версии в обнаруженных ими блоках." #: ../../docs/user/introduction/information.rst:967 msgid "State View" @@ -2439,12 +2402,12 @@ msgstr "Обзор состояний" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" "Текущее состояние всех объектов данных после применения всех переходных " -"этапов. Используется в Evolution для определения, например, того, что " -"должно отображаться в данном социальном кошельке." +"этапов. Используется в Evolution для определения, например, того, что должно" +" отображаться в данном социальном кошельке." #: ../../docs/user/introduction/information.rst:972 msgid "Spork" @@ -2454,32 +2417,31 @@ msgstr "Спорк" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" "Команда разработчиков Dash создала механизм, известный как \":ref:`спорк " "`\", с помощью которого обновлённый код становится доступным для " -"сети, но не активируется или (или \"исполняется\") сразу же. " -"Пользователям рассылается сообщение, уведомляющее их об изменениях и " -"необходимости обновить их клиенты. Те, кто обновил клиенты, запускают " -"новый код, но в случае, если новый код работает с ошибками, блоки этого " -"клиента не отвергаются сетью, и таким образом избегается появление " -"нежелательных форков. Затем данные об ошибках могут быть собраны и " -"отправлены команде разработчиков. Когда разработчики остаются довольны " -"стабильностью работы нового кода в основной сети - и когда достигается " -"приемлемый консенсус в сети - может быть запущено удалённая установка " -"нового кода. Если возникнут какие-то проблемы, код снова можно " -"деактивировать тем же способом, не откатывая назад сеть или обновление " -"клиента. " +"сети, но не активируется или (или \"исполняется\") сразу же. Пользователям " +"рассылается сообщение, уведомляющее их об изменениях и необходимости " +"обновить их клиенты. Те, кто обновил клиенты, запускают новый код, но в " +"случае, если новый код работает с ошибками, блоки этого клиента не " +"отвергаются сетью, и таким образом избегается появление нежелательных " +"форков. Затем данные об ошибках могут быть собраны и отправлены команде " +"разработчиков. Когда разработчики остаются довольны стабильностью работы " +"нового кода в основной сети - и когда достигается приемлемый консенсус в " +"сети - может быть запущено удалённая установка нового кода. Если возникнут " +"какие-то проблемы, код снова можно деактивировать тем же способом, не " +"откатывая назад сеть или обновление клиента. " #: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" @@ -2487,11 +2449,11 @@ msgstr "Запятнанные монеты" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" -"Пятно обозначает связь между двумя адресами (кошельками). Это важно " -"только в том случае, если пользователь хочет оставаться анонимным. " +"Пятно обозначает связь между двумя адресами (кошельками). Это важно только в" +" том случае, если пользователь хочет оставаться анонимным. " #: ../../docs/user/introduction/information.rst:992 msgid "tDash" @@ -2508,16 +2470,15 @@ msgstr "Тестнет" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" ":ref:`Тестнет ` - это сеть исключительно для тестирования " -"(работающая параллельно с основной сетью), с тестовыми кошельками, " -"тестовыми монетами, тестовыми мастернодами, тестовыми майнерами и " -"тестовыми пользователями, которые симулируют действия своих двойников из " -"основной сети в безопасной среде, где ошибки или форки не могут принести " -"ущерб." +"(работающая параллельно с основной сетью), с тестовыми кошельками, тестовыми" +" монетами, тестовыми мастернодами, тестовыми майнерами и тестовыми " +"пользователями, которые симулируют действия своих двойников из основной сети" +" в безопасной среде, где ошибки или форки не могут принести ущерб." #: ../../docs/user/introduction/information.rst:1001 msgid "Tor" @@ -2525,11 +2486,11 @@ msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" -"Анонимный протокол маршрутизации, которым пользуются люди, желающие " -"остаться анонимными в сети." +"Анонимный протокол маршрутизации, которым пользуются люди, желающие остаться" +" анонимными в сети." #: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" @@ -2537,20 +2498,19 @@ msgstr "Транзакция" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" -"Некоторое перемещение данных в распределённом блокчейн реестре. " -"Транзакции могут быть обычными и специальными. Как и в Биткойне, обычные " -"транзакции переводят балансы между адресами в блокчейне. Специальные " -"транзакции содержат дополнительные данные в формате, обозначенном `DIP2 " -"`_, и могут быть" -" использованы, например, для управления пользователями блокчейна." +"Некоторое перемещение данных в распределённом блокчейн реестре. Транзакции " +"могут быть обычными и специальными. Как и в Биткойне, обычные транзакции " +"переводят балансы между адресами в блокчейне. Специальные транзакции " +"содержат дополнительные данные в формате, обозначенном `DIP2 " +"`_, и могут быть " +"использованы, например, для управления пользователями блокчейна." #: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" @@ -2558,11 +2518,11 @@ msgstr "Блок транзакций" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" -"Набор транзакций сети Dash, собранных в блок, который затем можно " -"хэшировать и добавить в блокчейн." +"Набор транзакций сети Dash, собранных в блок, который затем можно хэшировать" +" и добавить в блокчейн." #: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" @@ -2570,13 +2530,13 @@ msgstr "Комиссия за транзакцию" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" -":ref:`Небольшая комиссия `, которая взимается с некоторых " -"транзакций, проведённых через сеть Dash. Комиссия за транзакцию вручается" -" майнеру, который успешно хэшировал блок, содержаший эту транзакцию." +":ref:`Небольшая комиссия `, которая взимается с некоторых транзакций, " +"проведённых через сеть Dash. Комиссия за транзакцию вручается майнеру, " +"который успешно хэшировал блок, содержаший эту транзакцию." #: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" @@ -2584,14 +2544,13 @@ msgstr "Неподтверждённые транзакции" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" "Транзакции, которые ещё не обработаны майнерами или посланные через " -"InstantSend - \"неподтверждённые блокчейном транзакции\". " -"Неподтверждённые транзакции могут быть отозваны и не должны считаться " -"\"окончательными\"." +"InstantSend - \"неподтверждённые блокчейном транзакции\". Неподтверждённые " +"транзакции могут быть отозваны и не должны считаться \"окончательными\"." #: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" @@ -2607,12 +2566,12 @@ msgstr "Первичный Dash " #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" "Dash, полученный в качестве награды за майнинг блока или за управление " -"мастернодой. Эти Dash, которые ещё не были ни на что потрачены, " -"называются \"первичными\"." +"мастернодой. Эти Dash, которые ещё не были ни на что потрачены, называются " +"\"первичными\"." #: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" @@ -2620,11 +2579,11 @@ msgstr "Волатильность" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" -"Изменение движений цен с учетом времени на торгуемые финансовые активы (в" -" том числе Dash)." +"Изменение движений цен с учетом времени на торгуемые финансовые активы (в " +"том числе Dash)." #: ../../docs/user/introduction/information.rst:1039 msgid "Wallet" @@ -2647,16 +2606,15 @@ msgstr "Белая книга" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" "`Белая книга `_ - это " "авторитетный отчёт или гид, который в краткой форме даёт читателям " -"представление о сложной задаче и содержит подход выпустивших эту книгу " -"людей к задаче. Она предназначена для того, чтобы помочь читателям понять" -" задачу, разрешить её или принять решение. " +"представление о сложной задаче и содержит подход выпустивших эту книгу людей" +" к задаче. Она предназначена для того, чтобы помочь читателям понять задачу," +" разрешить её или принять решение. " #: ../../docs/user/introduction/information.rst:1051 msgid "X11" @@ -2664,8 +2622,8 @@ msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" ":ref:`X11 ` это алгоритм хэширования, созданный Dash " "Core разработчиком Эваном Даффилдом. " @@ -2676,12 +2634,11 @@ msgstr "Нулевое подтверждение" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" -"Это транзакция, которая ни разу не была подтверждена блокчейном. " -"Технически, она обратима (если для её отправления не использовался " -"InstantSend)." +"Это транзакция, которая ни разу не была подтверждена блокчейном. Технически," +" она обратима (если для её отправления не использовался InstantSend)." #: ../../docs/user/introduction/information.rst:1059 msgid "vin" @@ -2689,15 +2646,14 @@ msgstr "vin" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" -"Транзакция (tx) содержит один или более входов и один или более выходов. " -"Vin - это список входов в транзакцию, а vout это список выходов. Для " -"того, чтобы мастернода заработала, требуется vin в 1000 Dash (именно эта " -"сумма)." +"Транзакция (tx) содержит один или более входов и один или более выходов. Vin" +" - это список входов в транзакцию, а vout это список выходов. Для того, " +"чтобы мастернода заработала, требуется vin в 1000 Dash (именно эта сумма)." #: ../../docs/user/introduction/information.rst:1065 msgid "VMN" @@ -2712,140 +2668,3 @@ msgstr "" "Виртуальная мастернода - отдельный эмулятор мастерноды на JavaScript, " "который симулирует работу Layer 1-3 Evolution для создания, разработки и " "тестирования DAP." - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**Организация:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "**Венесуэла:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" -#~ "**Марк Мэйсон, глава отдела медиа и " -#~ "рекламы, Dash Force News:** " -#~ "https://twitter.com/StayDashy" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" -#~ "**Аманда Б. Джонсон, суперфанат Dash и" -#~ " финансируемый ДАО исполнитель:** " -#~ "https://twitter.com/AmandaB_Johnson" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" -#~ "**Tao of Satoshi, основатель Dash Nation" -#~ " и финансируемый ДАО исполнитель:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "**Dash Вьетнам:** https://twitter.com/dashvietnam" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "**Новости Dash на испанском:** https://dashnewsespanol.com" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "**Dash News в Германии:** https://dash-news.de" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "**Dash Вьетнам:** https://dashvn.blogspot.com" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "**Dash France:** https://dashfrance.com/" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "https://www.cryptonator.com/widget" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po index f249101de..982db7ed7 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/legal.po b/locale/ru/LC_MESSAGES/docs/user/legal.po index db2f0e96c..aa4dafdc6 100644 --- a/locale/ru/LC_MESSAGES/docs/user/legal.po +++ b/locale/ru/LC_MESSAGES/docs/user/legal.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/marketing.po b/locale/ru/LC_MESSAGES/docs/user/marketing.po index cb8b6673e..a76dfcc99 100644 --- a/locale/ru/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ru/LC_MESSAGES/docs/user/marketing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po index e5ea146d6..8a0759855 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,32 +1,30 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Андрей Дегтяр , 2022 # Julia Ogonkova , 2022 # Dima, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dima, 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" @@ -34,10 +32,10 @@ msgstr "" "Хостинг-сервисы мастернод помогут вам настроить и поддерживать работу " "мастерноды Dash" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" "dash, криптовалюта, хостинг, сервер, linux, мастернода, контакт, trezor, " "настройка, оператор, владелец, dip3, награда" @@ -49,19 +47,19 @@ msgstr "Хостинг-сервисы" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." -msgstr "" -"Несколько участников сообщества Dash предлагают услуги хостинга. Эти " -"услуги могут быть оказаны с должным уровнем безопасности, и пользователю " -"не надо передавать управление 1000 Dash, которые необходимы для " -"залогового подтверждения. С точки зрения безопасности, мы настоятельно " -"рекомендуем хранить залоговое подтверждение на аппаратном кошельке, когда" -" вы обращаетесь к услугам хостинга. Ниже представлен список " -"хостинг-сервисов, которые работают с мастернодами." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." +msgstr "" +"Несколько участников сообщества Dash предлагают услуги хостинга. Эти услуги " +"могут быть оказаны с должным уровнем безопасности, и пользователю не надо " +"передавать управление 1000 Dash, которые необходимы для залогового " +"подтверждения. С точки зрения безопасности, мы настоятельно рекомендуем " +"хранить залоговое подтверждение на аппаратном кошельке, когда вы обращаетесь" +" к услугам хостинга. Ниже представлен список хостинг-сервисов, которые " +"работают с мастернодами." #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" @@ -69,11 +67,11 @@ msgstr "Список хостинг-сервисов" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" -"**Дисклеймер**: Dash Core могут быть связаны с этими участниками " -"сообщества, но они никак не участвуют в оказании этих услуг. " +"**Дисклеймер**: Dash Core могут быть связаны с этими участниками сообщества," +" но они никак не участвуют в оказании этих услуг. " #: ../../docs/user/masternodes/hosting.rst:26 msgid "CrowdNode" @@ -94,7 +92,6 @@ msgid "Services: Hosting, Shares" msgstr "Услуги: хостинг, долевое участие" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "Стоимость: 15% от выплат мастерноды" @@ -220,7 +217,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -257,7 +253,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -383,19 +378,18 @@ msgstr ":ref:`Полное руководство по настройке мас #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" -":ref:`Информация для пользователей активных мастернод ` (вы" -" находитесь здесь)" +":ref:`Информация для пользователей активных мастернод ` (вы " +"находитесь здесь)" #: ../../docs/user/masternodes/hosting.rst:192 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -":ref:`Информация для операторов активных мастернод `" +":ref:`Информация для операторов активных мастернод `" #: ../../docs/user/masternodes/hosting.rst:194 msgid "Registering a hosted masternode is done in several steps:" @@ -403,138 +397,80 @@ msgstr "Регистрация мастерноды на хостинге про #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" -"Отправьте 1000 Dash на принадлежащий вам адрес одним переводом и " -"подождите, пока он не подтвердится 15 раз" +"Отправьте 1000 Dash на принадлежащий вам адрес одним переводом и подождите, " +"пока он не подтвердится 15 раз" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" -"Свяжитесь с вашим хостинг-провайдером и определите, кто будет " -"генерировать BLS ключи оператора, будет ли эта комиссия выплачиваться в " -"виде процента от вознаграждения оператора или по отдельной " -"договорённости, и будет ли мастернода настроена до или после " -"регистрационной транзакции. " +"Свяжитесь с вашим хостинг-провайдером и определите, кто будет генерировать " +"BLS ключи оператора, будет ли эта комиссия выплачиваться в виде процента от " +"вознаграждения оператора или по отдельной договорённости, и будет ли " +"мастернода настроена до или после регистрационной транзакции. " #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" -"Подготовьте, подпишите и передайте в сеть регистрационную транзакцию " -"через Dash Core или DMT" +"Подготовьте, подпишите и передайте в сеть регистрационную транзакцию через " +"Dash Core или DMT" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" "**Настоятельно рекомендуется** хранить ключи от залоговых средств вашей " "мастерноды на :ref:`аппаратном кошельке` в целях " -"дополнительной защиты от хакеров. Поскольку аппаратный кошелёк " -"используется только в момент подписания транзакции, нет никакой " -"необходимости подключать его к интернету. Однако, чтобы отправить " -"регистрационную транзакцию, вам также понадобится и кошелёк Dash Core с " -"положительным балансом (оплатить комиссию за транзакцию). Процесс " -"регистрации мастерноды подробно описан по ссылке :ref:`руководство по " -"настройке `. Начните с шага по ссылке :ref:`регистрация" -"`." +"дополнительной защиты от хакеров. Поскольку аппаратный кошелёк используется " +"только в момент подписания транзакции, нет никакой необходимости подключать " +"его к интернету. Однако, чтобы отправить регистрационную транзакцию, вам " +"также понадобится и кошелёк Dash Core с положительным балансом (оплатить " +"комиссию за транзакцию). Процесс регистрации мастерноды подробно описан по " +"ссылке :ref:`руководство по настройке `. Начните с шага по" +" ссылке :ref:`регистрация`." #: ../../docs/user/masternodes/hosting.rst:220 msgid "Operator transactions" msgstr "Транзакции оператора" #: ../../docs/user/masternodes/hosting.rst:222 -#, fuzzy msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." -msgstr "" -"Эта инструкция предназначена для операторов, которые управляют нодой от " -"лица её владельца. Если вы предоставляете IP адрес и порт для полной " -"синхронизированной ноды, а ваш ``masternodeblsprivkey`` добавлен в файл " -"``dash.conf`` описанным :ref:`здесь` способом для " -"владельцев ноды, он появится в действительном наборе DIP003 немедленно " -"после выполнения команды ``protx register_submit`` описанным выше " -"способом. Если полная нода не запущена, или владелец устанавливает ``0`` " -"для ``ipAndPort``, то нода будет зарегистрирована в PoSe-заблокированном " -"состоянии. В этом случае, оператору нужно выполнить :ref:`ProUpServTx " -"транзакцию` , чтобы обновить настройки сервера и " -"зарегистрировать мастерноду." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." +msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" -"В транзакции ProRegTx, выполненной владельцем, также определяется процент" -" выплат оператору. В ней не указывается адрес для выплат, поэтому чтобы " -"вознаграждение отправлялось на определённый адрес, требуется выполнить " -"также ProUpServTx. Если порядок выплат вознаграждения не определён, сумма" -" в полном размере будет направлена владельцу. " - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "В версии Dash 0.13.0 реализовано " -#~ "предложение по улучшению DIP003, в " -#~ "которое внесены несколько изменений по " -#~ "настройке и управлению мастернодой Dash. " -#~ "Список имеющейся документации приведён ниже:" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`Детерминированные списки мастернод DIP003 " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`изменения dip3`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" -#~ "Настоятельно рекомендуется перед продолжением " -#~ "для начала ознакомиться хотя бы со " -#~ "списком изменений, чтобы узнать о новых" -#~ " концепциях в DIP003." - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" +"В транзакции ProRegTx, выполненной владельцем, также определяется процент " +"выплат оператору. В ней не указывается адрес для выплат, поэтому чтобы " +"вознаграждение отправлялось на определённый адрес, требуется выполнить также" +" ProUpServTx. Если порядок выплат вознаграждения не определён, сумма в " +"полном размере будет направлена владельцу. " diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po index 807c65dfd..b6101032f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" @@ -22,7 +22,7 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." @@ -30,7 +30,7 @@ msgstr "" "Введение в документацию о том, как настроить и управлять мастернодой при " "использовании криптовалюты Dash." -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "dash, мастерноды, хостинг, linux, выплаты, настройка" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po index c88bc68f7..92e8db88f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,48 +1,45 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Julia Ogonkova , 2022 # Max Aronych , 2022 # Андрей Дегтяр , 2022 # Dima, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dima, 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" "Обслуживание мастерноды Dash включает в себя регулярное обновление до " -"последних версий программного обеспечения, голосование и обработку " -"платежей" +"последних версий программного обеспечения, голосование и обработку платежей" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" msgstr "" -"dash, криптовалюта, мастернода, обслуживание, обслуживать, платежи, " -"вывод, голосование, мониторинг, dip3, обновление, детерминированный" +"dash, криптовалюта, мастернода, обслуживание, обслуживать, платежи, вывод, " +"голосование, мониторинг, dip3, обновление, детерминированный" #: ../../docs/user/masternodes/maintenance.rst:9 msgid "Maintenance" @@ -50,18 +47,18 @@ msgstr "Обслуживание" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" -"Мастреноды требуют регулярного обслуживания, это необходимо для того, " -"чтобы не выпасть из очереди на выплату наград. Обслуживание включает в " -"себя своевременное обновление Dash и поддержку уровня безопасности и " +"Мастреноды требуют регулярного обслуживания, это необходимо для того, чтобы " +"не выпасть из очереди на выплату наград. Обслуживание включает в себя " +"своевременное обновление Dash и поддержку уровня безопасности и " "производительности сервера на должном уровне. Также мастерноды должны " -"голосовать по бюджетным предложениям и выполнять другие задачи в " -"интересах сети и для поддержки стоимости DASH, заложенных в них." +"голосовать по бюджетным предложениям и выполнять другие задачи в интересах " +"сети и для поддержки стоимости DASH, заложенных в них." #: ../../docs/user/masternodes/maintenance.rst:21 msgid "Masternode Software Update" @@ -71,10 +68,10 @@ msgstr "Обновление программного обеспечения м msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -83,16 +80,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" "Для обновления Dash вручную, войдите в учётную запись вашего сервера, " -"использовав ssh или PuTTY. Если в вашем файле crontab содержится запись " -"для автоматического перезапуска dashd, запустите ``crontab -e`` и " -"пропишите соответствующую строку добавлением символа ``#``. Это должно " -"выглядеть вот так::" +"использовав ssh или PuTTY. Если в вашем файле crontab содержится запись для " +"автоматического перезапуска dashd, запустите ``crontab -e`` и пропишите " +"соответствующую строку добавлением символа ``#``. Это должно выглядеть вот " +"так::" #: ../../docs/user/masternodes/maintenance.rst:39 msgid "Then stop Dash running::" @@ -100,19 +97,17 @@ msgstr "После этого остановите работу Dash::" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -128,7 +123,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "Распакуйте архив и скопируйте новые файлы в следующую папку::" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -137,20 +133,19 @@ msgstr "Перезапустите Dash::" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" "Вы увидите сообщение \"Dash Core server starting\". Сейчас мы обновим " "Sentinel::" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" -"В завершение, раскомментируйте строку для автоматического перезапуска " -"Dash в файле crontab повторным запуском ``crontab -e`` и удалением " -"символа ``#``." +"В завершение, раскомментируйте строку для автоматического перезапуска Dash в" +" файле crontab повторным запуском ``crontab -e`` и удалением символа ``#``." #: ../../docs/user/masternodes/maintenance.rst:91 msgid "The Dash software on the masternode is now updated." @@ -164,28 +159,27 @@ msgstr "Информация по обновлению мастеноды" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" "Периодически может возникнуть необходимость обновить информацию о " "мастерноде, если какие-либо данные о владельце или операторе мастерноды " "изменились. Например, это может быть IP адрес, изменение адреса выплат " "владельца/оператора или изменение назначенных для голосующего/оператора " -"ключей. Также есть возможность отозвать зарегистрированный статус " -"мастерноды (например, в случае проблем с безопасностью) для того, чтобы " -"принудить и владельца, и оператора обновить данные." +"ключей. Также есть возможность отозвать зарегистрированный статус мастерноды" +" (например, в случае проблем с безопасностью) для того, чтобы принудить и " +"владельца, и оператора обновить данные." #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -195,14 +189,14 @@ msgstr "ProUpServTx" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -224,19 +218,18 @@ msgstr "``ipAndPort``: IP и порт из \"ip:port\"" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" "``operatorKey``: BLS приватный ключ оператора, привязанный к " "зарегистрированному публичному ключу оператора" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -245,9 +238,9 @@ msgid "" "``feeSourceAddress`` (optional): An address used to fund ProTx fee. " "``operatorPayoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress`` (по желанию): адрес, использующийся для оплаты " -"комиссии за ProTx. Будет использоваться ``operatorPayoutAddress``, если " -"не указано другое." +"``feeSourceAddress`` (по желанию): адрес, использующийся для оплаты комиссии" +" за ProTx. Будет использоваться ``operatorPayoutAddress``, если не указано " +"другое." #: ../../docs/user/masternodes/maintenance.rst:143 #: ../../docs/user/masternodes/maintenance.rst:212 @@ -256,8 +249,8 @@ msgstr "Пример::" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" "Теперь мастернода удалена из бан-списка PoSe, а IP:port и адрес награды " "оператора обновлены." @@ -269,27 +262,27 @@ msgstr "ProUpRegTx" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" -"``operatorKeyAddr``: Обновленный BLS публичный ключ или значение ``\"\"``" -" для использования ключа последнего оператора в цепи." +"``operatorKeyAddr``: Обновленный BLS публичный ключ или значение ``\"\"`` " +"для использования ключа последнего оператора в цепи." #: ../../docs/user/masternodes/maintenance.rst:176 msgid "" @@ -299,8 +292,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" "``payoutAddress``: обновлённый адрес для выплат владельцу или значение " "``\"\"`` для использования ключа последнего оператора в цепи." @@ -310,8 +303,8 @@ msgid "" "``feeSourceAddress`` (optional): An address used to fund ProTx fee. " "``PayoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress`` (по желанию): адрес для оплаты комиссии за ProTx. " -"Если не указано иное, то будет использоваться``PayoutAddress``." +"``feeSourceAddress`` (по желанию): адрес для оплаты комиссии за ProTx. Если " +"не указано иное, то будет использоваться``PayoutAddress``." #: ../../docs/user/masternodes/maintenance.rst:183 msgid "Example to update payout address::" @@ -325,24 +318,24 @@ msgstr "ProUpRevTx" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" "``reason``: целочисленное значение, обозначающее `причину отзыва " -"`__" +"`__" #: ../../docs/user/masternodes/maintenance.rst:218 msgid "Proof of Service Bans" @@ -351,16 +344,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -384,8 +375,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -397,27 +388,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -427,14 +416,14 @@ msgstr "Голосование, проверки и слежение за мас #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" "Сайт Dash Central имеет поддержку сообщества и управляется пользователем " -"Rango. Этот сайт стал местом, на котором \"де-факто\" обсуждаются " -"бюджетные предложения, для чего там предлагается графический интерфейс, " -"но, кроме этого, там можно следить за мастернодами." +"Rango. Этот сайт стал местом, на котором \"де-факто\" обсуждаются бюджетные " +"предложения, для чего там предлагается графический интерфейс, но, кроме " +"этого, там можно следить за мастернодами." #: ../../docs/user/masternodes/maintenance.rst:262 msgid "Adding your masternode to DashCentral" @@ -443,17 +432,17 @@ msgstr "Добавление вашей мастерноды на Dash Central" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" -msgstr "" -"`Dashcentral `_ позволяет вам голосовать по" -" бюджетным предложениям прямо из браузера. После завершения `регистрации " -"`_, пройдите на страницу " -"`мастерноды `_ и нажмите кнопку " -"**Add masternode now**. Введите адрес, на котором находится залоговое " +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" +msgstr "" +"`Dashcentral `_ позволяет вам голосовать по " +"бюджетным предложениям прямо из браузера. После завершения `регистрации " +"`_, пройдите на страницу `мастерноды " +"`_ и нажмите кнопку **Add " +"masternode now**. Введите адрес, на котором находится залоговое " "подтверждение на этом экране:" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -462,11 +451,9 @@ msgstr "Добавление мастерноды на Dash Central" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" -"Нажмите **Add masternode**. Теперь ваша мастернода добавлена на " -"DashCentral." +"Нажмите **Add masternode**. Теперь ваша мастернода добавлена на DashCentral." #: ../../docs/user/masternodes/maintenance.rst:280 msgid "Enabling voting from DashCentral" @@ -474,18 +461,18 @@ msgstr "Включение системы голосования из Dash Centr #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" "Нажмите **Edit** под **Voting privkeys** и введите приватный ключ вашей " "мастерноды для подключения голосования через веб-интерфейс DashCentral. " -"Введите кодовую фразу для голосования (она отличается от вашего пароля " -"для входа на сайт и её также важно помнить!) и введите приватный ключ " -"(тот же самый ключ, что вы использовали в файле dash.conf вашей " -"мастерноды) на этом экране:" +"Введите кодовую фразу для голосования (она отличается от вашего пароля для " +"входа на сайт и её также важно помнить!) и введите приватный ключ (тот же " +"самый ключ, что вы использовали в файле dash.conf вашей мастерноды) на этом " +"экране:" #: ../../docs/user/masternodes/maintenance.rst:292 msgid "Adding voting privkeys to DashCentral" @@ -494,23 +481,22 @@ msgstr "Добавление приватных ключей для голос #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." -msgstr "" -"Важно обратить внимание на то, что приватный ключ для запуска мастерноды " -"не имеет отношения к приватным ключам адреса с залоговым подтверждением в" -" 1000 DASH. Эти ключи могут использоваться для отдачи команд от имени " -"мастерноды, например, на голосование и не могут использоваться для " -"доступа к залоговому подтверждению. Эти ключи зашифрованы на вашем " -"устройстве и не хранятся в текстовом формате на серверах DashCentral. Как" -" только вы ввели ключ, нажмите **Store encrypted voting privkeys on " -"server**. Теперь вы можете голосовать по бюджетным предложениям из " -"веб-интерфейса DashCentral." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." +msgstr "" +"Важно обратить внимание на то, что приватный ключ для запуска мастерноды не " +"имеет отношения к приватным ключам адреса с залоговым подтверждением в 1000 " +"DASH. Эти ключи могут использоваться для отдачи команд от имени мастерноды, " +"например, на голосование и не могут использоваться для доступа к залоговому " +"подтверждению. Эти ключи зашифрованы на вашем устройстве и не хранятся в " +"текстовом формате на серверах DashCentral. Как только вы ввели ключ, нажмите" +" **Store encrypted voting privkeys on server**. Теперь вы можете голосовать " +"по бюджетным предложениям из веб-интерфейса DashCentral." #: ../../docs/user/masternodes/maintenance.rst:304 msgid "Verifying ownership" @@ -518,9 +504,9 @@ msgstr "Подтверждение владения" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" "Вы можете создать сообщение из своего адреса для подтверждения владения " "мастернодой для DashCentral. Нажмите **Unverified** под **Ownership** и " @@ -532,22 +518,22 @@ msgstr "Подтверждение владения мастернодой дл #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" -msgstr "" -"Инструкция по подписи адреса с залоговым подтверждением через программу," -" связанную с кошельком. Если вы используете физический кошелёк, отличный " -"от Trezor, то необходимо использовать приложение DMT для подписи адреса. " -"Если вы используете физический кошелёк Trezor, то зайдите `в него " +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" +msgstr "" +"Инструкция по подписи адреса с залоговым подтверждением через программу, " +"связанную с кошельком. Если вы используете физический кошелёк, отличный от " +"Trezor, то необходимо использовать приложение DMT для подписи адреса. Если " +"вы используете физический кошелёк Trezor, то зайдите `в него " "`_, скопируйте адрес суммы с залоговым " "подтверждением и нажмите **Sign & Verify**. Далее появится экран, где вы " -"можете ввести сообщение, предоставленное Dash Central и адрес, который вы" -" хотите подписать:" +"можете ввести сообщение, предоставленное Dash Central и адрес, который вы " +"хотите подписать:" #: ../../docs/user/masternodes/maintenance.rst:326 msgid "Signing a message from the Trezor Wallet" @@ -555,15 +541,15 @@ msgstr "Подпись сообщения из кошелька Trezor" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" "Нажмите **Sign**, подтвердите ваш Trezor и введите PIN для подписи " -"сообщения. Подпись сообщения появится в окне **Signature**. Скопируйте " -"эту подпись, вставьте её в окно на DashCentral и нажмите **Verify " -"ownership**. Процедура подтверждения завершена." +"сообщения. Подпись сообщения появится в окне **Signature**. Скопируйте эту " +"подпись, вставьте её в окно на DashCentral и нажмите **Verify ownership**. " +"Процедура подтверждения завершена." #: ../../docs/user/masternodes/maintenance.rst:336 msgid "Masternode ownership has been successfully verified" @@ -586,8 +572,7 @@ msgstr "" "автоматический перезапуск dashd в случае отключения и отправку письма по " "e-mail в случае ошибки. Пройдите на страницу `Account settings " "`_ и создайте новый ключ API, " -"добавив к своему профилю PIN, при необходимости. Проследуйте на этот " -"экран:" +"добавив к своему профилю PIN, при необходимости. Проследуйте на этот экран:" #: ../../docs/user/masternodes/maintenance.rst:351 msgid "Setting up the DashCentral monitoring script" @@ -596,12 +581,12 @@ msgstr "Настройка скрипта наблюдения DashCentral" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" "Скопируйте ссылку на текущую версию скрипта dashcentral, нажав правой " -"кнопкой мыши и выбрав **Copy link address**. Откройте PuTTY, " -"присоединитесь к своей мастерноде и напечатайте::" +"кнопкой мыши и выбрав **Copy link address**. Откройте PuTTY, присоединитесь " +"к своей мастерноде и напечатайте::" #: ../../docs/user/masternodes/maintenance.rst:359 msgid "" @@ -622,21 +607,20 @@ msgid "" "Copy the values for ``rpcuser`` and ``rpcpassword``. Then edit the " "dashcentral configuration by typing::" msgstr "" -"Скопируйте значения для ``rpcuser` и ``rpcpassword``. Далее, " -"отредактируйте конфигурацию dashcentral, написав:" +"Скопируйте значения для ``rpcuser` и ``rpcpassword``. Далее, отредактируйте " +"конфигурацию dashcentral, написав:" #: ../../docs/user/masternodes/maintenance.rst:373 msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" "Замените значения ``api_key``, адреса залогового подтверждения вашей " "мастерноды, ``rpc_user``, ``rpc_password``, ``daemon_binary`` и " -"``daemon_datadir`` в соответствии с вашей системой. Чаще всего, " -"конфигурация выглядит следующим образом, где ``lwhite`` это имя " -"пользователя Linux:" +"``daemon_datadir`` в соответствии с вашей системой. Чаще всего, конфигурация" +" выглядит следующим образом, где ``lwhite`` это имя пользователя Linux:" #: ../../docs/user/masternodes/maintenance.rst:381 msgid "DashCentral updater configuration file" @@ -645,14 +629,14 @@ msgstr "Конфигурационный файл DashCentral updater" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" -"Нажмите **Ctrl + X** для выхода, подтвердите, что хотите сохранить, нажав" -" **Y** , далее нажмите **Enter**. Протестируйте свою конфигурацию, " -"запустив скрипт dashcentral, затем проверьте сайт. Если всё прошло " -"успешно, вы увидете, что было отправлено обновление::" +"Нажмите **Ctrl + X** для выхода, подтвердите, что хотите сохранить, нажав " +"**Y** , далее нажмите **Enter**. Протестируйте свою конфигурацию, запустив " +"скрипт dashcentral, затем проверьте сайт. Если всё прошло успешно, вы " +"увидете, что было отправлено обновление::" #: ../../docs/user/masternodes/maintenance.rst:416 msgid "Manually testing the DashCentral updater" @@ -666,18 +650,18 @@ msgstr "DashCentral updater успешно отправил данные на с msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" "Как только вы убедились, что ваша конфгурация работает, то можно " -"отредактировать crontab вашей системы для задачи расписания работы " -"скрипта dcupdater каждые 2 минуты. Это позволит системе выдать вам раннее" -" предупреждение в случае неполадок и перезапустит dash daemon в случае " -"его зависания или прекращения работы. Это эффективный способ обрести " -"уверенность в том, что вы не выпадите из очереди на выплаты. Напечатайте " -"следующую команду::" +"отредактировать crontab вашей системы для задачи расписания работы скрипта " +"dcupdater каждые 2 минуты. Это позволит системе выдать вам раннее " +"предупреждение в случае неполадок и перезапустит dash daemon в случае его " +"зависания или прекращения работы. Это эффективный способ обрести уверенность" +" в том, что вы не выпадите из очереди на выплаты. Напечатайте следующую " +"команду::" #: ../../docs/user/masternodes/maintenance.rst:433 msgid "" @@ -686,12 +670,13 @@ msgid "" "system::" msgstr "" "При необходимости, выберите редактор и добавьте следующую строку в ваш " -"crontab после строки для sentinel, заменив lwhite вашим именем " -"пользователя системы::" +"crontab после строки для sentinel, заменив lwhite вашим именем пользователя " +"системы::" #: ../../docs/user/masternodes/maintenance.rst:442 msgid "Editing crontab to run the DashCentral updater automatically" -msgstr "Редактирование crontad для автоматического запуска DashCentral updater" +msgstr "" +"Редактирование crontad для автоматического запуска DashCentral updater" #: ../../docs/user/masternodes/maintenance.rst:444 msgid "" @@ -699,10 +684,10 @@ msgid "" "**Enter**. The dcupdater script will now run every two minutes, restart " "dashd whenever necessary and email you in the event of an error." msgstr "" -"Нажмите **Ctrl + X** для выхода, подтвердите, что хотите сохранить, нажав" -" **Y** , далее нажмите **Enter**. Теперь скрипт dcupdater будет " -"запускаться каждые 2 минуты, перезапускать dashd, когда это будет " -"необходимо и отправлять вам e-mail в случае ошибки." +"Нажмите **Ctrl + X** для выхода, подтвердите, что хотите сохранить, нажав " +"**Y** , далее нажмите **Enter**. Теперь скрипт dcupdater будет запускаться " +"каждые 2 минуты, перезапускать dashd, когда это будет необходимо и " +"отправлять вам e-mail в случае ошибки." #: ../../docs/user/masternodes/maintenance.rst:449 msgid "Masternode monitoring tools" @@ -713,9 +698,9 @@ msgid "" "Several sites operated by community members are available to monitor key " "information and statistics relating to the masternode network." msgstr "" -"Некоторые сайты, управляемые членами сообщества Dash, могут " -"использоваться для слежения за ключевой информацией и статистикой, " -"относящейся к сети мастернод." +"Некоторые сайты, управляемые членами сообщества Dash, могут использоваться " +"для слежения за ключевой информацией и статистикой, относящейся к сети " +"мастернод." #: ../../docs/user/masternodes/maintenance.rst:455 msgid "Block Explorers" @@ -723,32 +708,32 @@ msgstr "Обозреватели блоков" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" "Поскольку Dash является публичным блокчейном, то для просмотра балансов " -"публичных адресов Dash возможно использование обозревателей блоков. Также" -" возможно исследовать транзакции в любом блоке. Каждая уникальная " -"транзакция доступна к поиску через txid. Для сети Dash существует " -"несколько обозревателей блоков." +"публичных адресов Dash возможно использование обозревателей блоков. Также " +"возможно исследовать транзакции в любом блоке. Каждая уникальная транзакция " +"доступна к поиску через txid. Для сети Dash существует несколько " +"обозревателей блоков." #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" -"`Blockchair `__ предлагает обозреватель " -"блоков с подробными визуальными данными для анализа блокчейна Dash." +"`Blockchair `__ предлагает обозреватель блоков " +"с подробными визуальными данными для анализа блокчейна Dash." #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" "`CryptoID `__ предлагает `Dash blockchain " "explorer `__ и `функцию " @@ -758,21 +743,21 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" "`BitInfoCharts `_ предлает `страницу " -"`_ со статистикой по ценам и " -"`обозреватель блоков `__." +"`_ со статистикой по ценам и `обозреватель " +"блоков `__." #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" -"`CoinCheckup `__ предоставляет" -" ряд статистических данных и информации по большинству блокчейнов, " -"включая Dash." +"`CoinCheckup `__ предоставляет " +"ряд статистических данных и информации по большинству блокчейнов, включая " +"Dash." #: ../../docs/user/masternodes/maintenance.rst:475 msgid "" @@ -799,15 +784,15 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" -"Программа написана и поддерживается членом сообщества Dash Bertrant256. " -"Dash Masternode Tool (DMT) позволяет осуществлять запуск мастерноды со " -"всех ведущих физических кошельков, таких как Trezor, Ledger и KeepKey. " +"Программа написана и поддерживается членом сообщества Dash Bertrant256. Dash" +" Masternode Tool (DMT) позволяет осуществлять запуск мастерноды со всех " +"ведущих физических кошельков, таких как Trezor, Ledger и KeepKey. " "Дополнительно, программа поддерживает функцию голосования по бюджетным " "предложениям и вывода выплат для мастернод, не затрагивая залоговое " "подтверждение." @@ -823,17 +808,16 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" "DASH Ninja управляется участником форума и разработчиком Dash Core под " -"именем elbereth. Предлагается ключевая статистика по применению различных" -" версий Dash во всей сети мастернод. Есть несколько функций для " -"наблюдения за управлением Dash, расписанием вылат и географическим " -"распределением мастернод. Доступен простой обозреватель блоков." +"именем elbereth. Предлагается ключевая статистика по применению различных " +"версий Dash во всей сети мастернод. Есть несколько функций для наблюдения за" +" управлением Dash, расписанием вылат и географическим распределением " +"мастернод. Доступен простой обозреватель блоков." #: ../../docs/user/masternodes/maintenance.rst:507 msgid "DashCentral" @@ -845,9 +829,9 @@ msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -861,8 +845,8 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -875,32 +859,12 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." msgstr "" "Этот сайт управляется членом форума и разработчиком Dash Core под именем " "crowning. Он предлагает визуализацию различной важной статистики сети " -"мастернод Dash, включая графики общего числа мастернод, информацию по " -"цене и распределение сети." - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"мастернод Dash, включая графики общего числа мастернод, информацию по цене и" +" распределение сети." diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po index 057da6b03..6a9e89e1e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,30 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Андрей Дегтяр , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ru\n" -"Language-Team: ru \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Андрей Дегтяр , 2023\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -35,154 +36,183 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"Настройка и запуск мастерноды подразумевают наличие базового понимания Linux" +" и технологии блокчейн, а также способности внимательно следовать " +"инструкциям. Этот процесс также требует регулярного обслуживания и " +"тщательной защиты, особенно если вы не храните DASH на аппаратном кошельке. " +"Во время настройки необходимо будет принять некоторые решения и " +"дополнительные меры для повышения безопасности." #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 msgid "Set up your VPS" -msgstr "" +msgstr "Настройка VPS" #: ../../docs/user/masternodes/server-config.rst:28 msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 msgid "Vultr server location selection screen" -msgstr "" +msgstr "Экран выбора расположения Vultr-сервера" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 msgid "Vultr server type selection screen" -msgstr "" +msgstr "Экран выбора типа Vultr-сервера" #: ../../docs/user/masternodes/server-config.rst:67 msgid "Select a server size offering at least 2GB of memory." -msgstr "" +msgstr "Выберите размер сервера, в котором имеется как минимум 2ГБ памяти." #: ../../docs/user/masternodes/server-config.rst:72 msgid "Vultr server size selection screen" -msgstr "" +msgstr "Экран выбора размера Vultr-сервера" #: ../../docs/user/masternodes/server-config.rst:74 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" +"Введите имя хоста и метку для вашего сервера. В данном примере в качестве " +"имени хоста мы будем использовать ``dashmn1``." #: ../../docs/user/masternodes/server-config.rst:80 msgid "Vultr server hostname & label selection screen" -msgstr "" +msgstr "Экран выбора имени хоста и метки для Vultr-сервера" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" +"Vultr теперь выполнит установку вашего сервера. Этот процесс может занять " +"несколько минут." #: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server installation screen" -msgstr "" +msgstr "Экран инсталляции Vultr-сервера" #: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" +"Когда инсталляция будет завершена, кликните **Manage** и обратите внимание " +"на IP-адрес, имя пользователя и пароль." #: ../../docs/user/masternodes/server-config.rst:95 msgid "Vultr server management screen" -msgstr "" +msgstr "Экран управления Vultr-сервера" #: ../../docs/user/masternodes/server-config.rst:100 msgid "Set up your operating system" -msgstr "" +msgstr "Настройте вашу операционную систему" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." -msgstr "" +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." +msgstr "" +"Начнём с подключения к вашему вновь подготовленному серверу. На Windows для " +"начала скачаем приложение для соединения с сервером, которое называется " +"PuTTY. Отправляйтесь на `страницу загрузки PuTTY " +"`_ и " +"выберите там соответствующий вашей системе MSI-установщик. Для Mac или Linux" +" вы можете использовать команду ssh прямо из терминала - просто набрав ``ssh" +" root@`` после чего по запросу ввести пароль." #: ../../docs/user/masternodes/server-config.rst:113 msgid "PuTTY download page" -msgstr "" +msgstr "Страница загрузки PuTTY" #: ../../docs/user/masternodes/server-config.rst:115 msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" +"Выполните двойной щелчок по скачанному файлу и установите PuTTY, затем " +"запустите приложение из меню Пуск. Введите IP-адрес сервера в поле **Host " +"Name** и кликните **Open**. Вы увидите свидетельство, предупреждающее о том," +" что к этому серверу вы подсоединяетесь впервые. Будет вполне безопасно, " +"если вы кликните **Yes**, этим вы доверите соединение с этим сервером в " +"будущем." #: ../../docs/user/masternodes/server-config.rst:124 msgid "PuTTY security alert when connecting to a new server" -msgstr "" +msgstr "Оповещение безопасности PuTTY при подсоединении к новому серверу" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" +"Теперь вы подсоединены к серверу и должны увидеть окно терминала. Начните с " +"авторизации на сервере с правами администратора, введите логин и пароль, " +"предложенные вашим хостинг-провайдером." #: ../../docs/user/masternodes/server-config.rst:133 msgid "Password challenge when connecting to your VPS for the first time" -msgstr "" +msgstr "Проверка пароля при первом соединении с VPS" #: ../../docs/user/masternodes/server-config.rst:137 msgid "Set up users" @@ -190,28 +220,42 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" -msgstr "" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" +msgstr "" +"Вам необходимо немедленно сменить свой root-пароль и в целях безопасности " +"сохранить его в надёжном месте. Можно скопировать и вставить любую из " +"следующих команд, выбрав её в браузере и нажав **Ctrl + C**, затем перейти в" +" окно PuTTY и кликнуть правой кнопкой мыши в этом окне. Текст будет вставлен" +" на текущем месте расположения курсора::" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" +"Введите и подтвердите новый пароль (предпочтительно, чтобы он был длинным и " +"сгенерированным случайным образом). Далее произойдёт создание нового " +"пользователя с использованием следующей команды, заменяющей ```` " +"выбранное вами имя пользователя::" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" -msgstr "" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" +msgstr "" +"Вам будет предложено задать пароль. Введите и подтвердите новый пароль (он " +"должен отличаться от вашего root-пароля) и сохраните его в безопасном месте." +" Также вы можете ввести информацию о пользователе, но эти поля можно не " +"заполнять. После создания пользователя, мы добавим их в sudo-группу, чтобы " +"они могли выполнять команды в качестве root-пользователей:" #: ../../docs/user/masternodes/server-config.rst:163 msgid "Update the system" @@ -219,9 +263,11 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" +"Теперь, пока мы все ещё с правами администратора, обновим систему с помощью " +"пакета репозитория Ubuntu::" #: ../../docs/user/masternodes/server-config.rst:171 msgid "" @@ -235,19 +281,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 #: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" -msgstr "" +msgstr "(нажмите **Y** и **Enter** для подтверждения)" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -264,16 +309,19 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"В конце файла добавьте следующую строку (чтобы разделить каждое слово/цифру," +" нажмите tab), затем нажмите **Ctrl + X**, чтобы закрыть редактор и потом " +"**Y** и **Enter** для сохранения файла." #: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" @@ -281,14 +329,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" +"Наконец, чтобы предотвратить атаки взлома паролей методом \"грубой силы\", " +"установим fail2ban и отключим root-авторизацию через SSH. Эти шаги не " +"являются обязательными, но выполнить их настоятельно рекомендуется. Начнём с" +" установки fail2ban::" #: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" -msgstr "" +msgstr "Создайте новый файл конфигурации::" #: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" @@ -296,27 +348,34 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" +"Далее откройте файл конфигурации SSH, чтобы отключить root-авторизацию через" +" SSH::" #: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"Найдите строку с надписью ``PermitRootLogin yes`` и измените её на " +"``PermitRootLogin no``. Прямо под ней добавьте строку с надписью " +"``AllowUsers ``, заменив ```` именем пользователя, " +"которое вы задали выше. Затем нажмите **Ctrl + X**, чтобы закрыть редактор, " +"далее **Y** и **Enter**, чтобы сохранить файл." #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -334,11 +393,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index d554762c1..b89efc723 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,32 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Max Aronych , 2023 +# Julia Ogonkova , 2023 +# Dima, 2023 +# Андрей Дегтяр , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ru\n" -"Language-Team: ru \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Андрей Дегтяр , 2023\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -36,34 +40,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" -msgstr "" +msgstr "Прежде чем начать" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -75,10 +79,12 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"Кошелёк для хранения DASH, предпочтительно аппаратный кошелёк, хотя кошелёк " +"Dash Core также поддерживается" #: ../../docs/user/masternodes/setup-evonode.rst:36 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "Сервер Linux, предпочтительно виртуальный выделенный сервер (VPS)" #: ../../docs/user/masternodes/setup-evonode.rst:38 msgid "" @@ -88,20 +94,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:40 msgid ":ref:`Information for users of hosted masternodes `" -msgstr "" +msgstr ":ref:`Информация для пользователей активных мастернод `" #: ../../docs/user/masternodes/setup-evonode.rst:41 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" +":ref:`Информация для операторов активных мастернод `" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -110,39 +117,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "" +msgstr "Отправьте залог" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -151,17 +158,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -172,54 +179,66 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"Когда транзакция появится, кликните на QR-код справа, чтобы увидеть " +"транзакцию в блокчейне. Не закрывайте это окно, пока выполняете дальнейшие " +"шаги, поскольку скоро нам понадобится подтвердить, что существует 15 " +"подтверждений транзакции, как показано на скриншоте ниже. " #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" +"Блокчейн обозреватель Trezor показывает, что прошло 15 подтверждений " +"перевода" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "Экран запуска Dash Masternode Tool" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" +"Кликните третью кнопку слева **Check Dash Network Connection** в верхнем " +"левом углу главного окна, чтобы убедиться, что соединение работает. Затем " +"соединитесь с вашим устройством Trezor и кликните следующую кнопку **Test " +"Hardware Wallet Connection**, чтобы убедиться, что соединение с Trezor " +"работает." #: ../../docs/user/masternodes/setup-evonode.rst:136 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "Подтверждения успешного соединения Dash Masternode Tool" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" +"Введите имя вашей мастерноды. Имя хоста, которое вы указали для VPS выше, " +"является хорошим вариантом." #: ../../docs/user/masternodes/setup-evonode.rst:145 msgid "Select which masternode type you are setting up." @@ -227,18 +246,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -247,8 +266,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -257,46 +276,46 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"Откройте кошелёк Dash Core и дождитесь пока он синхронизируется с сетью. По " +"завершении это должно выглядеть вот так:" #: ../../docs/user/masternodes/setup-evonode.rst:172 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "Полностью синхрониируйте кошелёк Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -305,14 +324,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -325,19 +342,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -346,16 +362,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -365,32 +381,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -407,13 +422,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" +"Создайте рабочую папку для Dash, извлеките туда архив и скопируйте " +"необходимые файлы в эту папку::" #: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "С помощью следующей команды создайте файл настроек::" #: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" @@ -422,36 +439,43 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" +"Появится окно редактора. Теперь нам нужно создать конфигурационный файл, в " +"котором будут описаны некоторые параметры. Для начала, скопируйте и вставьте" +" в него следующий текст, а затем замените параметры на те, которые " +"удовлетвоярют вашей конфигурации::" #: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Замените все поля с ``XXXXXXX`` следующим образом::" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" +"``rpcuser``: введите любой набор цифр или букв, без специальных символов" #: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: введите любой набор цифр или букв, без специальных " +"символов" #: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip``: это IP-адрес вашего VPS" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" -msgstr "" +msgstr "Ввод ключевых данных в dash.conf для мастерноды" #: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" @@ -459,6 +483,9 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"Нажмите **Ctrl + X** и закройте редактор, а затем нажмите **Y** и **Enter**," +" чтобы сохранить файл. Теперь вы можете запустить Dash в режиме мастерноды и" +" начать синхронизацию с блокчейном::" #: ../../docs/user/masternodes/setup-evonode.rst:345 msgid "You will see a message reading **Dash Core server starting**." @@ -466,74 +493,85 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"Появится сообщение с текстом **dashd not synced with network! Awaiting full " +"sync before running Sentinel.** Добавьте dashd и Sentinel в файл crontab, " +"чтобы иметь возможность получать ежеминутные подтверждения того, что ваша " +"мастернода запущена и работает::" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" +"В качестве редактора выберите nano и в конце файла введите следующие " +"строки::" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" +"Нажмите Enter, чтобы убедиться, что в конце файла есть пустая строка, затем " +"нажмите **Ctrl + X**, чтобы закрыть редактор, а затем **Y** и **Enter**, " +"чтобы сохранить файл. Теперь для залоговой транзакции, чтобы она считалась " +"завершённой, следует дождаться 15 подтверждений сети, а также дождаться пока" +" мастернода завершит процес синхронизации с блокчейном. Для мониторинга за " +"процессом можно использовать следующие команды::" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" -msgstr "" +msgid "" +"When synchronisation is complete, you should see the following response::" +msgstr "По завершении синхронизации вы увидите следующий ответ::" #: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" -msgstr "" +msgstr "Зарегистрируйте вашу мастерноду" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 msgid "Option 1: Registering from a hardware wallet" -msgstr "" +msgstr "Способ 1: Регистрация из аппаратного кошелька" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 msgid "Owner private key" -msgstr "" +msgstr "Приватный ключ владельца" #: ../../docs/user/masternodes/setup-evonode.rst:418 msgid "Operator private key" -msgstr "" +msgstr "Приватный ключ оператора" #: ../../docs/user/masternodes/setup-evonode.rst:419 msgid "Voting private key" -msgstr "" +msgstr "Приватный ключ голосования" #: ../../docs/user/masternodes/setup-evonode.rst:420 msgid "Platform Node private key (evonodes only)" @@ -551,22 +589,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:430 msgid "Dash Masternode Tool ready to register a new masternode" -msgstr "" +msgstr "Dash Masternode Tool готов к регистрации новой мастерноды" #: ../../docs/user/masternodes/setup-evonode.rst:432 msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" +"Запрашивающие подтверждение диалоги в Dash Masternode Tool для регистрации " +"мастерноды " #: ../../docs/user/masternodes/setup-evonode.rst:449 msgid "Complete server configuration" @@ -574,11 +614,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -594,30 +634,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -631,8 +669,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -641,41 +679,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -684,6 +721,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"На этом этапе можно безопасно совершить выход из сервера, набрав ``exit``. " +"Поздравляем! Ваша мастернода теперь работает." #: ../../docs/user/masternodes/setup-evonode.rst:533 msgid "Option 2: Registering from dashmate" @@ -693,8 +732,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -714,9 +753,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -726,23 +765,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -751,10 +790,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -771,19 +810,19 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" -msgstr "" +msgstr "Идентификация транзакции финансирования" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -792,30 +831,29 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" -msgstr "" +msgstr "Генерация пары BLS-ключей" #: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -827,23 +865,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" -msgstr "" +msgstr "Добавьте приватный ключ в конфигурацию вашей мастерноды" #: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -852,8 +890,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -864,14 +902,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -884,10 +922,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -897,9 +934,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -908,9 +945,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -926,9 +963,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -939,13 +976,17 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" +"Приватные ключи владельца и адреса источника оплаты комиссии должны " +"присутствовать в кошельке, отправляющем транзакцию в сеть. Если ваш кошелёк " +"защищён паролем, то для выполнения указанных команд его необходимо " +"разблокировать. Разблокируйте свой кошелёк на 5 минут::" #: ../../docs/user/masternodes/setup-evonode.rst:788 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Подготовка транзакции ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" @@ -959,52 +1000,62 @@ msgid "" "Open a text editor such as notepad to prepare this command. Replace each " "argument to the command as follows:" msgstr "" +"Откройте текстовый редактор, например Блокнот и подготовьте эту команду. " +"Замените каждый аргумент команды следующим образом:" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" -msgstr "" +msgstr "``ipAndPort``: IP-адрес и порт мастерноды в формате ``x.x.x.x:yyyy``" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" +"``ownerKeyAddr``: Сгенерированный выше новый адрес Dash для " +"владельца/голосования" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" +"``votingKeyAddr``: Новый адрес Dash, сгенерированный выше или адрес " +"делегата, используемый для голосования по предложениям" #: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" +"``operatorReward``: Процент награды за блок, который выделен оператору в " +"качестве оплаты" #: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" +"``payoutAddress``: Новый или существующий адрес Dash для получения платежей " +"от владельца мастерноды" #: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" @@ -1014,14 +1065,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1029,24 +1080,32 @@ msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress``: (Необязательный) адрес, используемый для " +"финансирования комиссий ProTx. Если не указан, то будет использоваться " +"``payoutAddress``." #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" +"Обратите внимание, что оператор несёт ответственность за указание адреса, на" +" который будет начисляться :ref:`его собственная награда ` в отдельной транзакции ``update_service`` в случае, если вы " +"укажете отличную от нуля награду ``operatorReward``. Владелец залогового " +"подтверждения не указывает адрес для выплаты оператору." #: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" -msgstr "" +msgstr "Пример (удалите разрывы строк при копировании)::" #: ../../docs/user/masternodes/setup-evonode.rst:842 #: ../../docs/user/masternodes/setup-evonode.rst:869 #: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" -msgstr "" +msgstr "На выходе::" #: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" @@ -1054,213 +1113,79 @@ msgid "" "sign the transaction, and the output of the ``tx`` field to submit the " "transaction." msgstr "" +"Теперь используем поля ``collateralAddress`` и ``signMessage`` для " +"подписания транзакции и поле выхода ``tx`` для отправления транзакции." #: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Подпишите транзакцию ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Теперь подпишем содержимое поля ``signMessage`` используя приватный ключ для" +" залогового адреса, указанный в ``collateralAddress``. Обратите внимание, " +"что для выполнения этого шага не требуется интернет-соединение, что значит, " +"что для подписи сообщения кошелёк может оставаться отключённым от интернета " +"в состоянии холодного хранилища. В этом примере мы снова используем Dash " +"Core, но в равной степени возможно использовать функцию подписи аппаратного " +"кошелька. Команда имеет следующий синтаксис::" #: ../../docs/user/masternodes/setup-evonode.rst:865 #: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" -msgstr "" +msgstr "Пример::" #: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" -msgstr "" +msgstr "Подтвердите подписанное сообщение" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" -msgstr "" +msgstr "Где:" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" +"``sig``: Сообщение, подписанное залоговым ключом с помощью команды " +"``signmessage``" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 510cb5e92..0e7229ef6 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,36 +1,35 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Max Aronych , 2022 # Julia Ogonkova , 2022 # Dima, 2022 # Андрей Дегтяр , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language: ru\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, руководство, мастерноды, trezor, dip3, настройка, bls" @@ -41,8 +40,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -51,21 +50,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" "Если вы предпочитаете делегировать повседневную работу вашей мастерноды " "профессиональному оператору, то для этого существуют коммерческие " ":ref:`сервисы хостинга мастернод `. Используя такие " -"сервисы хостинга, вы сохраняете полный контроль над залогом в 1000 DASH и" -" выплачиваете согласованный процент от вашего вознаграждения оператору. " -"Также можно делегировать представителю ваши ключи для голосования, для " -"получения дополнительной информации смотрите :ref:`документацию по " -"управлению: `." +"сервисы хостинга, вы сохраняете полный контроль над залогом в 1000 DASH и " +"выплачиваете согласованный процент от вашего вознаграждения оператору. Также" +" можно делегировать представителю ваши ключи для голосования, для получения " +"дополнительной информации смотрите :ref:`документацию по управлению: " +"`." #: ../../docs/user/masternodes/setup-testnet.rst:29 msgid "Before you begin" @@ -73,9 +72,9 @@ msgstr "Прежде чем начать" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -87,8 +86,8 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" -"Кошелёк для хранения DASH, предпочтительно аппаратный кошелёк, хотя " -"кошелёк Dash Core также поддерживается" +"Кошелёк для хранения DASH, предпочтительно аппаратный кошелёк, хотя кошелёк " +"Dash Core также поддерживается" #: ../../docs/user/masternodes/setup-testnet.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" @@ -109,28 +108,26 @@ msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -":ref:`Информация для операторов активных мастернод `" +":ref:`Информация для операторов активных мастернод `" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Создайте новый файл конфигурации::" +msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -139,16 +136,15 @@ msgstr "Отправьте залог" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -157,23 +153,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" "Вкладка Receive из кошелька Trezor, в которой отображается успешно " "переведённый залог в размере 1000 DASH" @@ -182,32 +178,31 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" "Когда транзакция появится, кликните на QR-код справа, чтобы увидеть " -"транзакцию в блокчейне. Не закрывайте это окно, пока выполняете " -"дальнейшие шаги, поскольку скоро нам понадобится подтвердить, что " -"существует 15 подтверждений транзакции, как показано на скриншоте ниже. " +"транзакцию в блокчейне. Не закрывайте это окно, пока выполняете дальнейшие " +"шаги, поскольку скоро нам понадобится подтвердить, что существует 15 " +"подтверждений транзакции, как показано на скриншоте ниже. " #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" "Блокчейн обозреватель Trezor показывает, что прошло 15 подтверждений " "перевода" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"Во время ожидания завершения 15 подтверждений, загрузите последнюю версию" -" Dash Masternode Tool (DMT) со страницы релизов GitHub `здесь " +"Во время ожидания завершения 15 подтверждений, загрузите последнюю версию " +"Dash Masternode Tool (DMT) со страницы релизов GitHub `здесь " "`__. " "Распакуйте и запустите файл. Появится следующее окно." @@ -217,16 +212,16 @@ msgstr "Экран запуска Dash Masternode Tool" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" "Кликните третью кнопку слева **Check Dash Network Connection** в верхнем " -"левом углу главного окна, чтобы убедиться, что соединение работает. Затем" -" соединитесь с вашим устройством Trezor и кликните следующую кнопку " -"**Test Hardware Wallet Connection**, чтобы убедиться, что соединение с " -"Trezor работает." +"левом углу главного окна, чтобы убедиться, что соединение работает. Затем " +"соединитесь с вашим устройством Trezor и кликните следующую кнопку **Test " +"Hardware Wallet Connection**, чтобы убедиться, что соединение с Trezor " +"работает." #: ../../docs/user/masternodes/setup-testnet.rst:125 msgid "Dash Masternode Tool successful connection confirmations" @@ -234,9 +229,9 @@ msgstr "Подтверждения успешного соединения Dash #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -249,26 +244,25 @@ msgstr "Кликните на кнопку **New**." #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" -"Введите имя вашей мастерноды. Имя хоста, которое вы указали для VPS выше," -" является хорошим вариантом." +"Введите имя вашей мастерноды. Имя хоста, которое вы указали для VPS выше, " +"является хорошим вариантом." #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -277,8 +271,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -287,11 +281,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Откройте кошелёк Dash Core и дождитесь пока он синхронизируется с сетью. " -"По завершении это должно выглядеть вот так:" +"Откройте кошелёк Dash Core и дождитесь пока он синхронизируется с сетью. По " +"завершении это должно выглядеть вот так:" #: ../../docs/user/masternodes/setup-testnet.rst:165 msgid "Fully synchronized Dash Core wallet" @@ -299,36 +293,34 @@ msgstr "Полностью синхрониируйте кошелёк Dash Core #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -340,7 +332,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -349,8 +342,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -362,8 +355,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -375,9 +368,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -423,9 +416,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -434,21 +427,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -466,16 +458,11 @@ msgid "Option 1: Registering from a hardware wallet" msgstr "Способ 1: Регистрация из аппаратного кошелька" #: ../../docs/user/masternodes/setup-testnet.rst:324 -#, fuzzy msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" -"Возвращайтесь назад в DMT и убедитесь, что все поля из предыдущего шага " -"остались заполнены правильно. Кликните **Generate new**, чтобы " -"сгенерировать три приватных ключа, которые необходимы для " -"детерминированной мастерноды DIP003:" #: ../../docs/user/masternodes/setup-testnet.rst:328 msgid "Owner private key" @@ -483,8 +470,7 @@ msgstr "Приватный ключ владельца" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -497,30 +483,30 @@ msgstr "Dash Masternode Tool готов к регистрации новой м #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -"Запрашивающие подтверждение диалоги в Dash Masternode Tool для " -"регистрации мастерноды " +"Запрашивающие подтверждение диалоги в Dash Masternode Tool для регистрации " +"мастерноды " #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -547,9 +533,9 @@ msgstr "Идентификация транзакции финансирован #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -558,8 +544,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -570,19 +556,18 @@ msgstr "Генерация пары BLS-ключей" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -601,17 +586,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -620,32 +605,31 @@ msgstr "Подготовка транзакции ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -657,40 +641,38 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" "Приватные ключи владельца и адреса источника оплаты комиссии должны " -"присутствовать в кошельке, отправляющем транзакцию в сеть. Если ваш " -"кошелёк защищён паролем, то для выполнения указанных команд его " -"необходимо разблокировать. Разблокируйте свой кошелёк на 5 минут::" +"присутствовать в кошельке, отправляющем транзакцию в сеть. Если ваш кошелёк " +"защищён паролем, то для выполнения указанных команд его необходимо " +"разблокировать. Разблокируйте свой кошелёк на 5 минут::" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" "Сейчас мы подготовим неподписанную специальную ProRegTx-транзакцию, " -"использовав команду ``protx register_prepare``. Эта команда имеет " -"следующий синтаксис::" +"использовав команду ``protx register_prepare``. Эта команда имеет следующий " +"синтаксис::" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -703,13 +685,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" -msgstr "``collateralHash``: txid транзакции залогового финансирования на 1000 DASH" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" +msgstr "" +"``collateralHash``: txid транзакции залогового финансирования на 1000 DASH" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" -msgstr "``collateralIndex``: Индекс выхода транзакции финансирования на 1000 DASH" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgstr "" +"``collateralIndex``: Индекс выхода транзакции финансирования на 1000 DASH" #: ../../docs/user/masternodes/setup-testnet.rst:512 msgid "" @@ -719,24 +703,24 @@ msgstr "``ipAndPort``: IP-адрес и порт мастерноды в фор #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" "``ownerKeyAddr``: Сгенерированный выше новый адрес Dash для " "владельца/голосования" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" "``operatorPubKey``: Публичный BLS-ключ, сгенерированный выше (или " "предоставленный хостинг-сервисом)" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" "``votingKeyAddr``: Новый адрес Dash, сгенерированный выше или адрес " "делегата, используемый для голосования по предложениям" @@ -754,8 +738,8 @@ msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -"``payoutAddress``: Новый или существующий адрес Dash для получения " -"платежей от владельца мастерноды" +"``payoutAddress``: Новый или существующий адрес Dash для получения платежей " +"от владельца мастерноды" #: ../../docs/user/masternodes/setup-testnet.rst:524 msgid "" @@ -768,13 +752,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" -"Обратите внимание, что оператор несёт ответственность за указание адреса," -" на который будет начисляться :ref:`его собственная награда ` в отдельной транзакции ``update_service`` в случае, если вы " "укажете отличную от нуля награду ``operatorReward``. Владелец залогового " "подтверждения не указывает адрес для выплаты оператору." @@ -804,21 +788,21 @@ msgstr "Подпишите транзакцию ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" -"Теперь подпишем содержимое поля ``signMessage`` используя приватный ключ " -"для залогового адреса, указанный в ``collateralAddress``. Обратите " -"внимание, что для выполнения этого шага не требуется интернет-соединение," -" что значит, что для подписи сообщения кошелёк может оставаться " -"отключённым от интернета в состоянии холодного хранилища. В этом примере " -"мы снова используем Dash Core, но в равной степени возможно использовать " -"функцию подписи аппаратного кошелька. Команда имеет следующий синтаксис::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Теперь подпишем содержимое поля ``signMessage`` используя приватный ключ для" +" залогового адреса, указанный в ``collateralAddress``. Обратите внимание, " +"что для выполнения этого шага не требуется интернет-соединение, что значит, " +"что для подписи сообщения кошелёк может оставаться отключённым от интернета " +"в состоянии холодного хранилища. В этом примере мы снова используем Dash " +"Core, но в равной степени возможно использовать функцию подписи аппаратного " +"кошелька. Команда имеет следующий синтаксис::" #: ../../docs/user/masternodes/setup-testnet.rst:571 #: ../../docs/user/masternodes/setup-testnet.rst:598 @@ -832,10 +816,10 @@ msgstr "Подтвердите подписанное сообщение" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -844,16 +828,16 @@ msgstr "Где:" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" -"``tx``: Сериализованная транзакция, ранее возвращённая в поле выхода " -"``tx`` из ``protx register_prepare``" +"``tx``: Сериализованная транзакция, ранее возвращённая в поле выхода ``tx`` " +"из ``protx register_prepare``" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" "``sig``: Сообщение, подписанное залоговым ключом с помощью команды " "``signmessage``" @@ -861,11 +845,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -878,10 +862,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -908,16 +892,16 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -942,9 +926,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -968,8 +952,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -977,7 +961,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "По завершении синхронизации вы увидите следующий ответ::" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -1017,7 +1002,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -1026,9 +1012,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -1037,8 +1023,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -1082,31 +1068,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1114,7 +1099,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1156,8 +1142,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -"На этом этапе можно безопасно совершить выход из сервера, набрав " -"``exit``. Поздравляем! Ваша мастернода теперь работает." +"На этом этапе можно безопасно совершить выход из сервера, набрав ``exit``. " +"Поздравляем! Ваша мастернода теперь работает." #: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" @@ -1165,22 +1151,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1194,529 +1179,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`Детерминированные списки мастернод DIP003 " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`изменения dip3`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Полное руководство по настройке " -#~ "мастерноды ` (вы сейчас " -#~ "на этом этапе)" - -#~ msgid "Set up your VPS" -#~ msgstr "Настройка VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" -#~ "VPS, более известный как облачный " -#~ "сервер, является полнофункциональной установкой " -#~ "операционной системы (обычно Linux), " -#~ "работающей на виртуальной машине. Виртуальная" -#~ " машина позволяет провайдеру VPS запускать" -#~ " несколько систем на одном физическом " -#~ "сервере, что делает её более эффективной" -#~ " и намного более дешёвой, чем " -#~ "использование одной операционной системы на" -#~ " \"голом железе\" каждого сервера. VPS " -#~ "идеально подходит для размещения мастерноды" -#~ " Dash, поскольку он обычно обеспечивает " -#~ "гарантированное время безотказной работы, " -#~ "дублирование в случае аппаратного сбоя и" -#~ " статический IP-адрес, необходимый для " -#~ "того, чтобы вы оставались в очереди " -#~ "получения платежей за работу мастерноды. " -#~ "Хотя технически возможно запустить мастерноду" -#~ " из дома на настольном компьютере, " -#~ "она, скорее всего, не будет работать " -#~ "надёжно, поскольку большинство интернет-провайдеров" -#~ " выделяют динамические IP-адреса домашним " -#~ "пользователям." - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Экран выбора расположения Vultr-сервера" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Экран выбора типа Vultr-сервера" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Выберите размер сервера, в котором имеется как минимум 2ГБ памяти." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Экран выбора размера Vultr-сервера" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Введите имя хоста и метку для " -#~ "вашего сервера. В данном примере в " -#~ "качестве имени хоста мы будем " -#~ "использовать ``dashmn1``." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Экран выбора имени хоста и метки для Vultr-сервера" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" -#~ "Vultr теперь выполнит установку вашего " -#~ "сервера. Этот процесс может занять " -#~ "несколько минут." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Экран инсталляции Vultr-сервера" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Когда инсталляция будет завершена, кликните" -#~ " **Manage** и обратите внимание на " -#~ "IP-адрес, имя пользователя и пароль." - -#~ msgid "Vultr server management screen" -#~ msgstr "Экран управления Vultr-сервера" - -#~ msgid "Set up your operating system" -#~ msgstr "Настройте вашу операционную систему" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "Начнём с подключения к вашему вновь " -#~ "подготовленному серверу. На Windows для " -#~ "начала скачаем приложение для соединения " -#~ "с сервером, которое называется PuTTY. " -#~ "Отправляйтесь на `страницу загрузки PuTTY " -#~ "`_ " -#~ "и выберите там соответствующий вашей " -#~ "системе MSI-установщик. Для Mac или " -#~ "Linux вы можете использовать команду ssh" -#~ " прямо из терминала - просто набрав" -#~ " ``ssh root@`` после чего по " -#~ "запросу ввести пароль." - -#~ msgid "PuTTY download page" -#~ msgstr "Страница загрузки PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "Выполните двойной щелчок по скачанному " -#~ "файлу и установите PuTTY, затем " -#~ "запустите приложение из меню Пуск. " -#~ "Введите IP-адрес сервера в поле **Host" -#~ " Name** и кликните **Open**. Вы " -#~ "увидите свидетельство, предупреждающее о том," -#~ " что к этому серверу вы " -#~ "подсоединяетесь впервые. Будет вполне " -#~ "безопасно, если вы кликните **Yes**, " -#~ "этим вы доверите соединение с этим " -#~ "сервером в будущем." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Оповещение безопасности PuTTY при подсоединении к новому серверу" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "Проверка пароля при первом соединении с VPS" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "Вам необходимо немедленно сменить свой " -#~ "root-пароль и в целях безопасности " -#~ "сохранить его в надёжном месте. Можно" -#~ " скопировать и вставить любую из " -#~ "следующих команд, выбрав её в браузере" -#~ " и нажав **Ctrl + C**, затем " -#~ "перейти в окно PuTTY и кликнуть " -#~ "правой кнопкой мыши в этом окне. " -#~ "Текст будет вставлен на текущем месте" -#~ " расположения курсора::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Введите и подтвердите новый пароль " -#~ "(предпочтительно, чтобы он был длинным и" -#~ " сгенерированным случайным образом). Далее " -#~ "произойдёт создание нового пользователя с " -#~ "использованием следующей команды, заменяющей " -#~ "```` выбранное вами имя " -#~ "пользователя::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "Тут же вам предложат выбрать пароль. " -#~ "Введите его и подтвердите, используя " -#~ "новый пароль (который отличается от " -#~ "вашего рут-пароля) и сохраните его в " -#~ "безопасном месте. Также тут вы можете" -#~ " ввести информацию о пользователе, но " -#~ "эти поля можно не заполнять. После " -#~ "создания пользователя, мы добавим их в" -#~ " sudo группу, таким образом, они " -#~ "смогу выполнять те же команды, что " -#~ "и рут-пользователи:" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Теперь, пока мы все ещё с правами" -#~ " администратора, обновим систему с помощью" -#~ " пакета репозитория Ubuntu::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(нажмите **Y** и **Enter** для подтверждения)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "В конце файла добавьте следующую строку" -#~ " (чтобы разделить каждое слово/цифру, " -#~ "нажмите tab), затем нажмите **Ctrl + " -#~ "X**, чтобы закрыть редактор и потом " -#~ "**Y** и **Enter** для сохранения файла." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" -#~ "Наконец, чтобы предотвратить атаки взлома " -#~ "паролей методом \"грубой силы\", установим " -#~ "fail2ban и отключим root-авторизацию через " -#~ "SSH. Эти шаги не являются обязательными," -#~ " но выполнить их настоятельно " -#~ "рекомендуется. Начнём с установки fail2ban::" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "И вставьте в него следующую конфигурацию::" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" -#~ "Затем нажмите **Ctrl + X**, чтобы " -#~ "закрыть редактор, а затем **Y** и " -#~ "**Enter**, чтобы сохранить файл. " -#~ "Перезапуститесь и активируйте сервис " -#~ "fail2ban::" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Далее откройте файл конфигурации SSH, " -#~ "чтобы отключить root-авторизацию через SSH::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" -#~ "Найдите строку с надписью ``PermitRootLogin" -#~ " yes`` и измените её на " -#~ "``PermitRootLogin no``. Прямо под ней " -#~ "добавьте строку с надписью ``AllowUsers " -#~ "``, заменив ```` именем " -#~ "пользователя, которое вы задали выше. " -#~ "Затем нажмите **Ctrl + X**, чтобы " -#~ "закрыть редактор, далее **Y** и " -#~ "**Enter**, чтобы сохранить файл." - -#~ msgid "Then reboot the server::" -#~ msgstr "Затем перезагрузите сервер::" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "При перезагрузке сервера PuTTY отсоединится." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" -#~ "Несмотря на то, что данная настройка " -#~ "содержит только базовые шаги для защиты" -#~ " вашего сервера от атак, на самом " -#~ "деле можно сделать гораздо больше. В " -#~ "частности, `аутентификацию с публичным ключом" -#~ " `_ " -#~ "вместо комбинации имя пользователя/пароль, а" -#~ " также желательно `активировать автоматические" -#~ " обновления безопасности " -#~ "`_. " -#~ "Больше советов доступно `здесь " -#~ "`__. " -#~ "Однако, поскольку мастернода не хранит " -#~ "ключи всех Dash, указанные способы " -#~ "защиты рассматриваются за рамками данного " -#~ "руководства." - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po index 38e10843e..d29d3dce3 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Julia Ogonkova , 2022 -# Dima, 2022 # Андрей Дегтяр , 2022 +# Dima, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Андрей Дегтяр , 2022\n" -"Language: ru\n" +"Last-Translator: Dima, 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" @@ -33,7 +31,7 @@ msgstr "" "В этом руководстве описывается настройка мастерноды Dash. Также в нём " "описаны различные варианты для хостинга и различные кошельки" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, руководство, мастерноды, trezor, dip3, настройка, bls" @@ -44,37 +42,37 @@ msgstr "Настройка" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" -"Настройка и запуск мастерноды подразумевают наличие базового понимания " -"Linux и технологии блокчейн, а также способности внимательно следовать " +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"Настройка и запуск мастерноды подразумевают наличие базового понимания Linux" +" и технологии блокчейн, а также способности внимательно следовать " "инструкциям. Этот процесс также требует регулярного обслуживания и " -"тщательной защиты, особенно если вы не храните DASH на аппаратном " -"кошельке. Во время настройки необходимо будет принять некоторые решения и" -" дополнительные меры для повышения безопасности." +"тщательной защиты, особенно если вы не храните DASH на аппаратном кошельке. " +"Во время настройки необходимо будет принять некоторые решения и " +"дополнительные меры для повышения безопасности." #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" "Если вы предпочитаете делегировать повседневную работу вашей мастерноды " "профессиональному оператору, то для этого существуют коммерческие " ":ref:`сервисы хостинга мастернод `. Используя такие " -"сервисы хостинга, вы сохраняете полный контроль над залогом в 1000 DASH и" -" выплачиваете согласованный процент от вашего вознаграждения оператору. " -"Также можно делегировать представителю ваши ключи для голосования, для " -"получения дополнительной информации смотрите :ref:`документацию по " -"управлению: `." +"сервисы хостинга, вы сохраняете полный контроль над залогом в 1000 DASH и " +"выплачиваете согласованный процент от вашего вознаграждения оператору. Также" +" можно делегировать представителю ваши ключи для голосования, для получения " +"дополнительной информации смотрите :ref:`документацию по управлению: " +"`." #: ../../docs/user/masternodes/setup.rst:29 msgid "Before you begin" @@ -82,9 +80,9 @@ msgstr "Прежде чем начать" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -96,8 +94,8 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" -"Кошелёк для хранения DASH, предпочтительно аппаратный кошелёк, хотя " -"кошелёк Dash Core также поддерживается" +"Кошелёк для хранения DASH, предпочтительно аппаратный кошелёк, хотя кошелёк " +"Dash Core также поддерживается" #: ../../docs/user/masternodes/setup.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" @@ -118,28 +116,26 @@ msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -":ref:`Информация для операторов активных мастернод `" +":ref:`Информация для операторов активных мастернод `" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Создайте новый файл конфигурации::" +msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -148,27 +144,26 @@ msgstr "Отправьте залог" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -177,23 +172,23 @@ msgstr "Способ 1: Отправка из аппаратного кошел #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" "Вкладка Receive из кошелька Trezor, в которой отображается успешно " "переведённый залог в размере 1000 DASH" @@ -202,32 +197,31 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" "Когда транзакция появится, кликните на QR-код справа, чтобы увидеть " -"транзакцию в блокчейне. Не закрывайте это окно, пока выполняете " -"дальнейшие шаги, поскольку скоро нам понадобится подтвердить, что " -"существует 15 подтверждений транзакции, как показано на скриншоте ниже. " +"транзакцию в блокчейне. Не закрывайте это окно, пока выполняете дальнейшие " +"шаги, поскольку скоро нам понадобится подтвердить, что существует 15 " +"подтверждений транзакции, как показано на скриншоте ниже. " #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" "Блокчейн обозреватель Trezor показывает, что прошло 15 подтверждений " "перевода" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"Во время ожидания завершения 15 подтверждений, загрузите последнюю версию" -" Dash Masternode Tool (DMT) со страницы релизов GitHub `здесь " +"Во время ожидания завершения 15 подтверждений, загрузите последнюю версию " +"Dash Masternode Tool (DMT) со страницы релизов GitHub `здесь " "`__. " "Распакуйте и запустите файл. Появится следующее окно." @@ -237,16 +231,16 @@ msgstr "Экран запуска Dash Masternode Tool" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" "Кликните третью кнопку слева **Check Dash Network Connection** в верхнем " -"левом углу главного окна, чтобы убедиться, что соединение работает. Затем" -" соединитесь с вашим устройством Trezor и кликните следующую кнопку " -"**Test Hardware Wallet Connection**, чтобы убедиться, что соединение с " -"Trezor работает." +"левом углу главного окна, чтобы убедиться, что соединение работает. Затем " +"соединитесь с вашим устройством Trezor и кликните следующую кнопку **Test " +"Hardware Wallet Connection**, чтобы убедиться, что соединение с Trezor " +"работает." #: ../../docs/user/masternodes/setup.rst:130 msgid "Dash Masternode Tool successful connection confirmations" @@ -254,9 +248,9 @@ msgstr "Подтверждения успешного соединения Dash #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -269,26 +263,25 @@ msgstr "Кликните на кнопку **New**." #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" -"Введите имя вашей мастерноды. Имя хоста, которое вы указали для VPS выше," -" является хорошим вариантом." +"Введите имя вашей мастерноды. Имя хоста, которое вы указали для VPS выше, " +"является хорошим вариантом." #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -297,11 +290,11 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" -"Оставьте DMT открытым и далее выполните следующий шаг: :ref:`установка " -"Dash Core на вашем VPS `." +"Оставьте DMT открытым и далее выполните следующий шаг: :ref:`установка Dash " +"Core на вашем VPS `." #: ../../docs/user/masternodes/setup.rst:162 msgid "Option 2: Sending from Dash Core wallet" @@ -309,11 +302,11 @@ msgstr "Способ 2: Отправка из кошелька Dash Core" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Откройте кошелёк Dash Core и дождитесь пока он синхронизируется с сетью. " -"По завершении это должно выглядеть вот так:" +"Откройте кошелёк Dash Core и дождитесь пока он синхронизируется с сетью. По " +"завершении это должно выглядеть вот так:" #: ../../docs/user/masternodes/setup.rst:170 msgid "Fully synchronized Dash Core wallet" @@ -321,36 +314,34 @@ msgstr "Полностью синхрониируйте кошелёк Dash Core #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -370,8 +361,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -381,15 +372,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -406,25 +397,24 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" -msgstr "" -"Для того, чтобы вручную загрузить и установить компоненты мастерноды " -"Dash, посетите `страницу релизов GitHub " +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" +msgstr "" +"Для того, чтобы вручную загрузить и установить компоненты мастерноды Dash, " +"посетите `страницу релизов GitHub " "`_ и скопируйте ссылку на " "последнюю версию x86_64-linux-gnu. Вернитесь в окно терминала и введите " -"следующую команду, вставив адрес последней версии Dash Core, кликнув " -"правой кнопкой мыши или нажав **Ctrl + V**::" +"следующую команду, вставив адрес последней версии Dash Core, кликнув правой " +"кнопкой мыши или нажав **Ctrl + V**::" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -441,8 +431,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" "Создайте рабочую папку для Dash, извлеките туда архив и скопируйте " "необходимые файлы в эту папку::" @@ -458,10 +448,10 @@ msgid "" "started, then replace the variables specific to your configuration as " "follows::" msgstr "" -"Появится окно редактора. Теперь нам нужно создать конфигурационный файл, " -"в котором будут описаны некоторые параметры. Для начала, скопируйте и " -"вставьте в него следующий текст, а затем замените параметры на те, " -"которые удовлетвоярют вашей конфигурации::" +"Появится окно редактора. Теперь нам нужно создать конфигурационный файл, в " +"котором будут описаны некоторые параметры. Для начала, скопируйте и вставьте" +" в него следующий текст, а затем замените параметры на те, которые " +"удовлетвоярют вашей конфигурации::" #: ../../docs/user/masternodes/setup.rst:285 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" @@ -469,9 +459,10 @@ msgstr "Замените все поля с ``XXXXXXX`` следующим об #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" -msgstr "``rpcuser``: введите любой набор цифр или букв, без специальных символов" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" +msgstr "" +"``rpcuser``: введите любой набор цифр или букв, без специальных символов" #: ../../docs/user/masternodes/setup.rst:289 msgid "" @@ -487,8 +478,8 @@ msgstr "``externalip``: это IP-адрес вашего VPS" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -501,67 +492,66 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -"Нажмите **Ctrl + X** и закройте редактор, а затем нажмите **Y** и " -"**Enter**, чтобы сохранить файл. Теперь вы можете запустить Dash в режиме" -" мастерноды и начать синхронизацию с блокчейном::" +"Нажмите **Ctrl + X** и закройте редактор, а затем нажмите **Y** и **Enter**," +" чтобы сохранить файл. Теперь вы можете запустить Dash в режиме мастерноды и" +" начать синхронизацию с блокчейном::" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" -"Появится сообщение с текстом **Dash Core server starting**. Теперь " -"установим Sentinel, ту часть ПО, которая работает в режиме сторожевого " -"таймера общаясь с сетью и сообщая ей, что ваша нода работает нормально::" +"Появится сообщение с текстом **Dash Core server starting**. Теперь установим" +" Sentinel, ту часть ПО, которая работает в режиме сторожевого таймера " +"общаясь с сетью и сообщая ей, что ваша нода работает нормально::" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" -"Появится сообщение с текстом **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Добавьте dashd и Sentinel в файл " -"crontab, чтобы иметь возможность получать ежеминутные подтверждения того," -" что ваша мастернода запущена и работает::" +"Появится сообщение с текстом **dashd not synced with network! Awaiting full " +"sync before running Sentinel.** Добавьте dashd и Sentinel в файл crontab, " +"чтобы иметь возможность получать ежеминутные подтверждения того, что ваша " +"мастернода запущена и работает::" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" "В качестве редактора выберите nano и в конце файла введите следующие " "строки::" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" -msgstr "" -"Нажмите Enter, чтобы убедиться, что в конце файла есть пустая строка, " -"затем нажмите **Ctrl + X**, чтобы закрыть редактор, а затем **Y** и " -"**Enter**, чтобы сохранить файл. Теперь для залоговой транзакции, чтобы " -"она считалась завершённой, следует дождаться 15 подтверждений сети, а " -"также дождаться пока мастернода завершит процес синхронизации с " -"блокчейном. Для мониторинга за процессом можно использовать следующие " -"команды::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" +msgstr "" +"Нажмите Enter, чтобы убедиться, что в конце файла есть пустая строка, затем " +"нажмите **Ctrl + X**, чтобы закрыть редактор, а затем **Y** и **Enter**, " +"чтобы сохранить файл. Теперь для залоговой транзакции, чтобы она считалась " +"завершённой, следует дождаться 15 подтверждений сети, а также дождаться пока" +" мастернода завершит процес синхронизации с блокчейном. Для мониторинга за " +"процессом можно использовать следующие команды::" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "По завершении синхронизации вы увидите следующий ответ::" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" -"Выполните следующий шаг, в котором необходимо создать транзакцию ProTx, " -"она требуется для активации мастерноды." +"Выполните следующий шаг, в котором необходимо создать транзакцию ProTx, она " +"требуется для активации мастерноды." #: ../../docs/user/masternodes/setup.rst:359 msgid "Register your masternode" @@ -578,16 +568,11 @@ msgid "Option 1: Registering from a hardware wallet" msgstr "Способ 1: Регистрация из аппаратного кошелька" #: ../../docs/user/masternodes/setup.rst:368 -#, fuzzy msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" -"Возвращайтесь назад в DMT и убедитесь, что все поля из предыдущего шага " -"остались заполнены правильно. Кликните **Generate new**, чтобы " -"сгенерировать три приватных ключа, которые необходимы для " -"детерминированной мастерноды DIP003:" #: ../../docs/user/masternodes/setup.rst:372 msgid "Owner private key" @@ -607,61 +592,60 @@ msgstr "Dash Masternode Tool готов к регистрации новой м #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" -"Запрашивающие подтверждение диалоги в Dash Masternode Tool для " -"регистрации мастерноды " +"Запрашивающие подтверждение диалоги в Dash Masternode Tool для регистрации " +"мастерноды " #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -670,8 +654,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -"На этом этапе можно безопасно совершить выход из сервера, набрав " -"``exit``. Поздравляем! Ваша мастернода теперь работает." +"На этом этапе можно безопасно совершить выход из сервера, набрав ``exit``. " +"Поздравляем! Ваша мастернода теперь работает." #: ../../docs/user/masternodes/setup.rst:439 msgid "Option 2: Registering from Dash Core wallet" @@ -683,9 +667,9 @@ msgstr "Идентификация транзакции финансирован #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -694,8 +678,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -706,28 +690,27 @@ msgstr "Генерация пары BLS-ключей" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" -"**Эти ключи НЕ сохраняются в кошельке и должны храниться в безопасном " -"месте, как и значение, предоставленное в одном из предыдущих шагов после " +"**Эти ключи НЕ сохраняются в кошельке и должны храниться в безопасном месте," +" как и значение, предоставленное в одном из предыдущих шагов после " "выполнения** ``masternode genkey`` **команды.**" #: ../../docs/user/masternodes/setup.rst:490 @@ -739,22 +722,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -763,32 +746,31 @@ msgstr "Подготовка транзакции ProRegTx" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -800,40 +782,38 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" "Приватные ключи владельца и адреса источника оплаты комиссии должны " -"присутствовать в кошельке, отправляющем транзакцию в сеть. Если ваш " -"кошелёк защищён паролем, то для выполнения указанных команд его " -"необходимо разблокировать. Разблокируйте свой кошелёк на 5 минут::" +"присутствовать в кошельке, отправляющем транзакцию в сеть. Если ваш кошелёк " +"защищён паролем, то для выполнения указанных команд его необходимо " +"разблокировать. Разблокируйте свой кошелёк на 5 минут::" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" "Сейчас мы подготовим неподписанную специальную ProRegTx-транзакцию, " -"использовав команду ``protx register_prepare``. Эта команда имеет " -"следующий синтаксис::" +"использовав команду ``protx register_prepare``. Эта команда имеет следующий " +"синтаксис::" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -846,13 +826,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" -msgstr "``collateralHash``: txid транзакции залогового финансирования на 1000 DASH" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" +msgstr "" +"``collateralHash``: txid транзакции залогового финансирования на 1000 DASH" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" -msgstr "``collateralIndex``: Индекс выхода транзакции финансирования на 1000 DASH" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgstr "" +"``collateralIndex``: Индекс выхода транзакции финансирования на 1000 DASH" #: ../../docs/user/masternodes/setup.rst:592 msgid "" @@ -862,24 +844,24 @@ msgstr "``ipAndPort``: IP-адрес и порт мастерноды в фор #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" "``ownerKeyAddr``: Сгенерированный выше новый адрес Dash для " "владельца/голосования" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" "``operatorPubKey``: Публичный BLS-ключ, сгенерированный выше (или " "предоставленный хостинг-сервисом)" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" "``votingKeyAddr``: Новый адрес Dash, сгенерированный выше или адрес " "делегата, используемый для голосования по предложениям" @@ -897,8 +879,8 @@ msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" -"``payoutAddress``: Новый или существующий адрес Dash для получения " -"платежей от владельца мастерноды" +"``payoutAddress``: Новый или существующий адрес Dash для получения платежей " +"от владельца мастерноды" #: ../../docs/user/masternodes/setup.rst:604 msgid "" @@ -911,13 +893,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" -"Обратите внимание, что оператор несёт ответственность за указание адреса," -" на который будет начисляться :ref:`его собственная награда ` в отдельной транзакции ``update_service`` в случае, если вы " "укажете отличную от нуля награду ``operatorReward``. Владелец залогового " "подтверждения не указывает адрес для выплаты оператору." @@ -947,21 +929,21 @@ msgstr "Подпишите транзакцию ProRegTx" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" -msgstr "" -"Теперь подпишем содержимое поля ``signMessage`` используя приватный ключ " -"для залогового адреса, указанный в ``collateralAddress``. Обратите " -"внимание, что для выполнения этого шага не требуется интернет-соединение," -" что значит, что для подписи сообщения кошелёк может оставаться " -"отключённым от интернета в состоянии холодного хранилища. В этом примере " -"мы снова используем Dash Core, но в равной степени возможно использовать " -"функцию подписи аппаратного кошелька. Команда имеет следующий синтаксис::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" +msgstr "" +"Теперь подпишем содержимое поля ``signMessage`` используя приватный ключ для" +" залогового адреса, указанный в ``collateralAddress``. Обратите внимание, " +"что для выполнения этого шага не требуется интернет-соединение, что значит, " +"что для подписи сообщения кошелёк может оставаться отключённым от интернета " +"в состоянии холодного хранилища. В этом примере мы снова используем Dash " +"Core, но в равной степени возможно использовать функцию подписи аппаратного " +"кошелька. Команда имеет следующий синтаксис::" #: ../../docs/user/masternodes/setup.rst:651 #: ../../docs/user/masternodes/setup.rst:678 @@ -975,10 +957,10 @@ msgstr "Подтвердите подписанное сообщение" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -987,16 +969,16 @@ msgstr "Где:" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" -"``tx``: Сериализованная транзакция, ранее возвращённая в поле выхода " -"``tx`` из ``protx register_prepare``" +"``tx``: Сериализованная транзакция, ранее возвращённая в поле выхода ``tx`` " +"из ``protx register_prepare``" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" "``sig``: Сообщение, подписанное залоговым ключом с помощью команды " "``signmessage``" @@ -1004,18 +986,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -1024,454 +1006,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`Детерминированные списки мастернод DIP003 " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`изменения dip3`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Полное руководство по настройке " -#~ "мастерноды ` (вы сейчас " -#~ "на этом этапе)" - -#~ msgid "Set up your VPS" -#~ msgstr "Настройка VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" -#~ "VPS, более известный как облачный " -#~ "сервер, является полнофункциональной установкой " -#~ "операционной системы (обычно Linux), " -#~ "работающей на виртуальной машине. Виртуальная" -#~ " машина позволяет провайдеру VPS запускать" -#~ " несколько систем на одном физическом " -#~ "сервере, что делает её более эффективной" -#~ " и намного более дешёвой, чем " -#~ "использование одной операционной системы на" -#~ " \"голом железе\" каждого сервера. VPS " -#~ "идеально подходит для размещения мастерноды" -#~ " Dash, поскольку он обычно обеспечивает " -#~ "гарантированное время безотказной работы, " -#~ "дублирование в случае аппаратного сбоя и" -#~ " статический IP-адрес, необходимый для " -#~ "того, чтобы вы оставались в очереди " -#~ "получения платежей за работу мастерноды. " -#~ "Хотя технически возможно запустить мастерноду" -#~ " из дома на настольном компьютере, " -#~ "она, скорее всего, не будет работать " -#~ "надёжно, поскольку большинство интернет-провайдеров" -#~ " выделяют динамические IP-адреса домашним " -#~ "пользователям." - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Экран выбора расположения Vultr-сервера" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Экран выбора типа Vultr-сервера" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Выберите размер сервера, в котором имеется как минимум 2ГБ памяти." - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Экран выбора размера Vultr-сервера" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Введите имя хоста и метку для " -#~ "вашего сервера. В данном примере в " -#~ "качестве имени хоста мы будем " -#~ "использовать ``dashmn1``." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Экран выбора имени хоста и метки для Vultr-сервера" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" -#~ "Vultr теперь выполнит установку вашего " -#~ "сервера. Этот процесс может занять " -#~ "несколько минут." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Экран инсталляции Vultr-сервера" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Когда инсталляция будет завершена, кликните" -#~ " **Manage** и обратите внимание на " -#~ "IP-адрес, имя пользователя и пароль." - -#~ msgid "Vultr server management screen" -#~ msgstr "Экран управления Vultr-сервера" - -#~ msgid "Set up your operating system" -#~ msgstr "Настройте вашу операционную систему" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "Начнём с подключения к вашему вновь " -#~ "подготовленному серверу. На Windows для " -#~ "начала скачаем приложение для соединения " -#~ "с сервером, которое называется PuTTY. " -#~ "Отправляйтесь на `страницу загрузки PuTTY " -#~ "`_ " -#~ "и выберите там соответствующий вашей " -#~ "системе MSI-установщик. Для Mac или " -#~ "Linux вы можете использовать команду ssh" -#~ " прямо из терминала - просто набрав" -#~ " ``ssh root@`` после чего по " -#~ "запросу ввести пароль." - -#~ msgid "PuTTY download page" -#~ msgstr "Страница загрузки PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "Выполните двойной щелчок по скачанному " -#~ "файлу и установите PuTTY, затем " -#~ "запустите приложение из меню Пуск. " -#~ "Введите IP-адрес сервера в поле **Host" -#~ " Name** и кликните **Open**. Вы " -#~ "увидите свидетельство, предупреждающее о том," -#~ " что к этому серверу вы " -#~ "подсоединяетесь впервые. Будет вполне " -#~ "безопасно, если вы кликните **Yes**, " -#~ "этим вы доверите соединение с этим " -#~ "сервером в будущем." - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Оповещение безопасности PuTTY при подсоединении к новому серверу" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" -#~ "Теперь вы подсоединены к серверу и " -#~ "должны увидеть окно терминала. Начните с" -#~ " авторизации на сервере с правами " -#~ "администратора, введите логин и пароль, " -#~ "предложенные вашим хостинг-провайдером." - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "Проверка пароля при первом соединении с VPS" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "Вам необходимо немедленно сменить свой " -#~ "root-пароль и в целях безопасности " -#~ "сохранить его в надёжном месте. Можно" -#~ " скопировать и вставить любую из " -#~ "следующих команд, выбрав её в браузере" -#~ " и нажав **Ctrl + C**, затем " -#~ "перейти в окно PuTTY и кликнуть " -#~ "правой кнопкой мыши в этом окне. " -#~ "Текст будет вставлен на текущем месте" -#~ " расположения курсора::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Введите и подтвердите новый пароль " -#~ "(предпочтительно, чтобы он был длинным и" -#~ " сгенерированным случайным образом). Далее " -#~ "произойдёт создание нового пользователя с " -#~ "использованием следующей команды, заменяющей " -#~ "```` выбранное вами имя " -#~ "пользователя::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "Вам будет предложено задать пароль. " -#~ "Введите и подтвердите новый пароль (он" -#~ " должен отличаться от вашего root-пароля)" -#~ " и сохраните его в безопасном месте." -#~ " Также вы можете ввести информацию о" -#~ " пользователе, но эти поля можно не" -#~ " заполнять. После создания пользователя, мы" -#~ " добавим их в sudo-группу, чтобы они" -#~ " могли выполнять команды в качестве " -#~ "root-пользователей:" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Теперь, пока мы все ещё с правами" -#~ " администратора, обновим систему с помощью" -#~ " пакета репозитория Ubuntu::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" -#~ "Система покажет список обновляемых пакетов." -#~ " Нажмите **Y** и **Enter**, чтобы " -#~ "установить пакеты. Теперь установим брандмауэр" -#~ " (и некоторые другие пакеты, которые " -#~ "будем использовать позже), добавим подкачку" -#~ " памяти и перезагрузим сервер, чтобы " -#~ "применить все необходимые обновления ядра, " -#~ "а затем войдём в нашу новую " -#~ "защищённую среду, как новый пользователь::" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(нажмите **Y** и **Enter** для подтверждения)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "В конце файла добавьте следующую строку" -#~ " (чтобы разделить каждое слово/цифру, " -#~ "нажмите tab), затем нажмите **Ctrl + " -#~ "X**, чтобы закрыть редактор и потом " -#~ "**Y** и **Enter** для сохранения файла." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" -#~ "Наконец, чтобы предотвратить атаки взлома " -#~ "паролей методом \"грубой силы\", установим " -#~ "fail2ban и отключим root-авторизацию через " -#~ "SSH. Эти шаги не являются обязательными," -#~ " но выполнить их настоятельно " -#~ "рекомендуется. Начнём с установки fail2ban::" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "И вставьте в него следующую конфигурацию::" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" -#~ "Затем нажмите **Ctrl + X**, чтобы " -#~ "закрыть редактор, а затем **Y** и " -#~ "**Enter**, чтобы сохранить файл. " -#~ "Перезапуститесь и активируйте сервис " -#~ "fail2ban::" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Далее откройте файл конфигурации SSH, " -#~ "чтобы отключить root-авторизацию через SSH::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" -#~ "Найдите строку с надписью ``PermitRootLogin" -#~ " yes`` и измените её на " -#~ "``PermitRootLogin no``. Прямо под ней " -#~ "добавьте строку с надписью ``AllowUsers " -#~ "``, заменив ```` именем " -#~ "пользователя, которое вы задали выше. " -#~ "Затем нажмите **Ctrl + X**, чтобы " -#~ "закрыть редактор, далее **Y** и " -#~ "**Enter**, чтобы сохранить файл." - -#~ msgid "Then reboot the server::" -#~ msgstr "Затем перезагрузите сервер::" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "При перезагрузке сервера PuTTY отсоединится." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po index 5c4a62c98..35b43243f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,38 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 # Max Aronych , 2022 # Dima, 2022 +# Julia Ogonkova , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Dima, 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Last-Translator: Julia Ogonkova , 2023\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -48,131 +46,100 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" "Мастерноды когда-то были уникальной особенностью сети Dash, но сейчас " "приобрели они популярность и в других криптовалютах, так как технология " -"перешла в другие блокчейны посредством форка. Данная документация " -"объясняет принципы и механизмы работы мастернод и той работы, которую они" -" выполняют для сети Dash." +"перешла в другие блокчейны посредством форка. Данная документация объясняет " +"принципы и механизмы работы мастернод и той работы, которую они выполняют " +"для сети Dash." #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 -#, fuzzy msgid "" "Anyone can run a masternode. The objective is to have enough " "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "" -"Запустить мастерноду может каждый. Смысл этого в обеспечении достаточного" -" уровня децентрализации для предотвращения возможности одного человека " -"контролировать значительную часть мастернод. тем не менее, для " -"предотвращения появления излишнего количества мастернод и появления " -"безответственных владельцев мастернод, существует обязательное " -"требование: наличие 1000 DASH. Эти монеты необходимо хранить определённым" -" образом, который прозрачен для всей сети. Если владелец переместит или " -"потратит эти монеты, то мастернода прекратит свою работу и выплаты " -"прекратятся." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" "Наличие столь большого числа серверов, хранящих полную копию блокчейна и " "работающих на монету может быть чрезвычайно полезным. Благодаря системе " -"наград, отсутствует риск недостаточного числа мастернод и разработчики, " -"при желении внедрить новые децентрализованные технологий, могут на них " -"полагаться. Именно в этом истинная сила Dash- сеть финансово " -"стимулируемых децентрализованных серверов, работающих 24х7, дающих " -"возможность Dash более эффективно масштабироваться и внедрять функции, " -"чем блокчейны, работающие исключительно на энтузиазме неоплачиваемых " -"добровольцев. Чем больше мастернод, тем лучше и безопаснее сеть Dash." +"наград, отсутствует риск недостаточного числа мастернод и разработчики, при " +"желении внедрить новые децентрализованные технологий, могут на них " +"полагаться. Именно в этом истинная сила Dash- сеть финансово стимулируемых " +"децентрализованных серверов, работающих 24х7, дающих возможность Dash более " +"эффективно масштабироваться и внедрять функции, чем блокчейны, работающие " +"исключительно на энтузиазме неоплачиваемых добровольцев. Чем больше " +"мастернод, тем лучше и безопаснее сеть Dash." #: ../../docs/user/masternodes/understanding.rst:71 -#, fuzzy, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." -msgstr "" -"По состоянию на ноябрь 2018 сеть Dash насчитывает `более 5000 мастернод, " -"которые расположены `_ в" -" более чем `45 странах " -"`_, а их хостинг " -"обеспечивает более `более 140 провайдеров " -"`_. Награда за блок" -" составляет приблизительно 3,34 DASH, таким образом, одна мастернода " -"получает выплату в 1,67 DASH за раз или около 6 DASH в месяц. Награда за " -"блок уменьшается на 7,14% примерно раз в год, таким образом, за год " -"владелец мастерноды зарабатывает примерно 7% от суммы залога, но это " -"значение со временем будет падать, как показано `в подсчётах здесь " -"`_. Для " -"подсчётов наград в реальном времени используйте `этот инструмент " -"`_, и `этот сайт " -"`_ для получения " -"различной текущей статистики по сети мастернод." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 msgid "Evolution Masternodes (evonodes)" @@ -180,15 +147,14 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -#, fuzzy msgid "Masternode" -msgstr "Мастерноды и майнинг" +msgstr "Мастернода" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" @@ -196,7 +162,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 msgid "Collateral" -msgstr "" +msgstr "Залог" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" @@ -215,14 +181,12 @@ msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -#, fuzzy msgid "Higher than normal masternodes" -msgstr "Основы мастернод" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 -#, fuzzy msgid "Service" -msgstr "Доказательство предоставления услуги" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Only Dash Core" @@ -245,9 +209,8 @@ msgid "Has 4 times the voting power of a normal masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:109 -#, fuzzy msgid "Masternode Concepts" -msgstr "Изменения для мастернод DIP003 " +msgstr "" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" @@ -274,78 +237,60 @@ msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" -":ref:`Информация для операторов активных мастернод `" +":ref:`Информация для операторов активных мастернод `" #: ../../docs/user/masternodes/understanding.rst:118 -#, fuzzy msgid "Important concepts:" -msgstr "Важные концепции и изменения:" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 -#, fuzzy msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" -"Ранее мастернода \"запускалась\" с использованием команды ``masternode " -"start-alias``, расположенной в файле ``masternode.conf``. После " -"обновления DIP003 этот файл больше не используется и мастерноды теперь " -"\"регистрируются\", а не \"запускаются\". Сервисы мастернод начинают " -"работать, если `ProRegTx " -"`_ `специальная транзакция " -"`_ содержит " -"конкретный ключ, который записан в блокчейне." #: ../../docs/user/masternodes/understanding.rst:125 -#, fuzzy msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" -"Как и раньше, в файле ``masternode.conf``, ProRegTx ссылается на " -"идентификатор (txid) и индекс транзакции, на которой удерживается залог. " -"В этой транзакции также определены IP-адрес и порт мастерноды." #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" -"ProRegTx содержит 2 адреса Dash (которые ещё называют публичными ключами)" -" и один публичный ключ BLS, который представляет 3 различных роли в " -"мастерноде и определяет права на обновление и голосование. Ключами " -"являются:" +"ProRegTx содержит 2 адреса Dash (которые ещё называют публичными ключами) и " +"один публичный ключ BLS, который представляет 3 различных роли в мастерноде " +"и определяет права на обновление и голосование. Ключами являются:" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" -"``ownerKeyAddr``: Это адрес Dash (публичный ключ), который контролируется" -" владельцем мастерноды. Он отличается от адреса, используемого для " -"хранения залога. Так как владелец использует приватный ключ, который " -"связан с этим адресом для проведения транзакций :ref:`ProUpRegTx `, он должен быть уникальным для каждой мастерноды." +"``ownerKeyAddr``: Это адрес Dash (публичный ключ), который контролируется " +"владельцем мастерноды. Он отличается от адреса, используемого для хранения " +"залога. Так как владелец использует приватный ключ, который связан с этим " +"адресом для проведения транзакций :ref:`ProUpRegTx `, он" +" должен быть уникальным для каждой мастерноды." #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" "``operatorPubKey``: Это публичный ключ BLS оператора мастерноды. Только " "оператору разрешено проводить транзакции :ref:`ProUpServTx `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" "Конфигурацию мастерноды можно обновить со временем, используя транзакции " -"ProUpServTx, ProUpRegTx и ProUpRevTx. Для получения более подробных " -"сведений смотрите `Обновление информации о мастернодах " +"ProUpServTx, ProUpRegTx и ProUpRevTx. Для получения более подробных сведений" +" смотрите `Обновление информации о мастернодах " "`_ в DIP003 и :ref:`update-dip3-config` в этой " "документации." @@ -424,11 +362,10 @@ msgstr "Подтвердите подписанную транзакцию ProRe #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" "Шаг 1 можно пропустить, если у вас есть существующий сервер. Шаги 2 и 3 " "требуют прямого доступа к мастерноде. Для шагов 3 и 4 требуется доступ к " @@ -446,166 +383,136 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." -msgstr "" -"Dash, ровно как Bitcoin и большинство других криптовалют, основывается на" -" технологии распределённого списка транзакций, называемой блокчейном. " -"Блокчейн защищён через механизм консенсуса; в случае Dash и Bitcoin, этот" -" механизм называется Proof of Work (доказательство выполненной работы). " -"При данном консенсусе :ref:`Miners ` майнеры пытаются решить " -"сложные криптографические задачи, используя специальное программное " -"обеспечение и/или компьютеры. Когда они решают задачу, то получают право " -"добавить новый блок в блокчейн. Если все остальные люди, у которых " -"запущено соответствующее программное обеспечение, согласны с тем, что " -"задача решена верно, то блок добавляется в блокчейн и майнер получает " -"вознаграждение." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." +msgstr "" +"Dash, ровно как Bitcoin и большинство других криптовалют, основывается на " +"технологии распределённого списка транзакций, называемой блокчейном. " +"Блокчейн защищён через механизм консенсуса; в случае Dash и Bitcoin, этот " +"механизм называется Proof of Work (доказательство выполненной работы). При " +"данном консенсусе :ref:`Miners ` майнеры пытаются решить сложные " +"криптографические задачи, используя специальное программное обеспечение " +"и/или компьютеры. Когда они решают задачу, то получают право добавить новый " +"блок в блокчейн. Если все остальные люди, у которых запущено соответствующее" +" программное обеспечение, согласны с тем, что задача решена верно, то блок " +"добавляется в блокчейн и майнер получает вознаграждение." #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" "Система мастернод характеризуется концепцией Proof of Service (PoSe) " -"-доказательство службы, поскольку мастерноды предоставляют жизненно " -"важные услуги для сети. Фактически, мастерноды осуществляют наблюдение за" -" работой всей сети и наделены властью отказывать неверно сформированным " -"майнерами блокам. Если бы майнер попытался забрать всю награду за блок " -"себе или запустить старую версию программного обеспечения Dash, то сеть " -"мастернод определила бы его блок как \"сиротский\" и он не был бы " -"добавлен в блокчейн." +"-доказательство службы, поскольку мастерноды предоставляют жизненно важные " +"услуги для сети. Фактически, мастерноды осуществляют наблюдение за работой " +"всей сети и наделены властью отказывать неверно сформированным майнерами " +"блокам. Если бы майнер попытался забрать всю награду за блок себе или " +"запустить старую версию программного обеспечения Dash, то сеть мастернод " +"определила бы его блок как \"сиротский\" и он не был бы добавлен в блокчейн." #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Если подытожить, то майнеры представляют собой первый уровень, который " -"несёт ответственность за получение и отправку средств и предотвращение " -"двойных трат. Мастерноды - это второй уровень, предоставляющий " -"возможность использования дополнительных функций, которые отличают Dash " -"от других криптовалют. Мастерноды не занимаются майнингом, а майнинговые " -"компьютеры не могут работать как мастерноды. Каждая мастернода требует " -"\"заблокировать\" в ней 1000 DASH. Эти DASH всё время остаются под полным" -" контролем их владельца и их можно потратить в любой момент. Эти средства" -" не заблокированы в полном смысле, тем не менее, если они будут " -"перемещены или потрачены, то соответствующая мастернода перестанет " -"работать и получать награды." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" msgstr "Логика выплат" #: ../../docs/user/masternodes/understanding.rst:220 -#, fuzzy msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." -msgstr "" -"Платежи мастернод в версии Dash 0.13.0 являются полностью " -"детерминированными и основаны на простом алгоритме сортировки списка. " -"Документация о принципах оплаты в версии 0.12.0 приведена в `документации" -" по оплате для старых версий мастернод " -"`_. В версии Dash 0.13.0 реализован `DIP003 " -"`_, в котором " -"определено два набора мастернод." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" "Полный набор, который содержит все зарегистрированные мастерноды, не " "потратившие своё залоговое подтверждение." #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" -"Допустимый набор является подмножеством полного набора, который содержит " -"все мастерноды, у которых нет метки бана Proof of Service (PoSe)." +"Допустимый набор является подмножеством полного набора, который содержит все" +" мастерноды, у которых нет метки бана Proof of Service (PoSe)." #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." -msgstr "" -"Каждая мастернода в наборе допустимых мастернод имеет свой ID, " -"присвоенный ей при регистрационной транзакции и ассоциируется с блоком, в" -" котором мастернодой последний раз была получена выплата. Если мастернода" -" ни разу не получала выплату или была заблокирована за несоблюдение " -"требований PoSe, то вместо блока последней выплаты используется блок, в " -"котором мастернода была впервые зарегистрирована или в котором была " -"восстановлена блокирования. Список сортируется в порядке возрастания по " -"высоте блока и хешу ProRegTx (в качестве идентификатора для случаев, " -"когда две мастерноды были зарегистрированы в одном блоке), и выплата " -"отравляется первой записи в нём. " +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." +msgstr "" +"Каждая мастернода в наборе допустимых мастернод имеет свой ID, присвоенный " +"ей при регистрационной транзакции и ассоциируется с блоком, в котором " +"мастернодой последний раз была получена выплата. Если мастернода ни разу не " +"получала выплату или была заблокирована за несоблюдение требований PoSe, то " +"вместо блока последней выплаты используется блок, в котором мастернода была " +"впервые зарегистрирована или в котором была восстановлена блокирования. " +"Список сортируется в порядке возрастания по высоте блока и хешу ProRegTx (в " +"качестве идентификатора для случаев, когда две мастерноды были " +"зарегистрированы в одном блоке), и выплата отравляется первой записи в нём. " #: ../../docs/user/masternodes/understanding.rst:240 -#, fuzzy msgid "Evonode Payment Logic" -msgstr "Логика выплат" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -615,28 +522,27 @@ msgstr "Доказательство предоставления услуги" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" "Проблемы при участии в `DKG " -"`__\\ = 66% наказания" +"`__\\ = 66% наказания" #: ../../docs/user/masternodes/understanding.rst:272 msgid "Each subsequent block reduces PoSe score by 1" @@ -649,18 +555,17 @@ msgstr "Выбор кворума" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -668,24 +573,20 @@ msgid "Masternode requirements" msgstr "Требования к мастернодам" #: ../../docs/user/masternodes/understanding.rst:296 -#, fuzzy msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" -"1000 DASH: пожалуй, самая трудная часть, но это утверждение спорно. Dash " -"можно приобрести на таких биржах как Poloniex, Bittrex и Kraken. Также " -"будет очень удобно воспользоваться ShapeShift." #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -694,9 +595,9 @@ msgstr "Выделенный IP адрес: обычно они прилагаю #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -716,9 +617,8 @@ msgid "1x 2 GHz" msgstr "1x 2 ГГц" #: ../../docs/user/masternodes/understanding.rst:316 -#, fuzzy msgid "2x 2 GHz" -msgstr "1x 2 ГГц" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" @@ -741,9 +641,8 @@ msgid "60 GB" msgstr "" #: ../../docs/user/masternodes/understanding.rst:320 -#, fuzzy msgid "80 GB" -msgstr "40 ГБ" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:322 msgid "Network" @@ -759,11 +658,11 @@ msgstr "1 Тб/мес" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" -"Мастернода передаёт информации порядка 300-500 Гб в месяц и это число " -"будет расти вместе с сетью." +"Мастернода передаёт информации порядка 300-500 Гб в месяц и это число будет " +"расти вместе с сетью." #: ../../docs/user/masternodes/understanding.rst:329 msgid "Dash Evolution" @@ -771,123 +670,11 @@ msgstr "Dash Evolution" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "В версии Dash 0.13.0 реализовано " -#~ "предложение по улучшению DIP003, в " -#~ "которое внесены несколько изменений по " -#~ "настройке и управлению мастернодой Dash. " -#~ "Список имеющейся документации приведён ниже:" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr ":ref:`изменения dip3` (вы сейчас на этом этапе)" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" -#~ "Возможно обновление существующей мастерноды на" -#~ " месте без необходимости запуска нового " -#~ "сервера и без перемещения залога в " -#~ "размере 1000 DASH." - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "1x 1 ГГц" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/index.po b/locale/ru/LC_MESSAGES/docs/user/mining/index.po index 7adac5760..b91c7345d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/index.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Julia Ogonkova , 2022 # Leon White , 2022 # Андрей Дегтяр , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "Информация и руководство по майнингу криптовалюты Dash" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -43,63 +41,60 @@ msgstr "Майнинг" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." -msgstr "" -"Майнинг в контексте такой криптовалюты как Dash подразумевает процесс " -"поиска решений криптографически сложных задач, как метода защиты блоков " -"на блокчейне. Процесс майнинга создаёт новые денежные токены в качестве " -"награды для майнера. Майнинг возможен на ряде аппаратных средств. Dash " -"реализует алгоритм, известный как :ref:`X11 `, " -"который майнер должен решить, чтобы заработать вознаграждение." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." +msgstr "" +"Майнинг в контексте такой криптовалюты как Dash подразумевает процесс поиска" +" решений криптографически сложных задач, как метода защиты блоков на " +"блокчейне. Процесс майнинга создаёт новые денежные токены в качестве награды" +" для майнера. Майнинг возможен на ряде аппаратных средств. Dash реализует " +"алгоритм, известный как :ref:`X11 `, который майнер " +"должен решить, чтобы заработать вознаграждение." #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." -msgstr "" -"Простейшим и самым основным оборудованием, доступным для майнинга, " -"является ЦПУ общего назначения, присутствующее на каждом компьютере. ЦПУ " +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." +msgstr "" +"Простейшим и самым основным оборудованием, доступным для майнинга, является " +"ЦПУ общего назначения, присутствующее на каждом компьютере. ЦПУ " "спроектировано как универсальное средство, но обеспечивает меньшую " -"эффективность, чем графический процессор, который предназначен для " -"быстрого вычисления миллионов параллельных направлений задачи. Хотя " -"некоторые усовершенствования инструкций ЦП, связанные с криптографией, " -"такие как AES или AVX, могут обеспечить приличный прирост, графические " -"процессоры обеспечивают значительное увеличение производительности из-за " -"их нескольких конвейеров, способных обрабатывать прогнозируемые " -"повторяющиеся вычисления, связанные с майнингом криптовалют. Наконец, " -"ASIC-устройства являются относительно негибкими и могут обрабатывать " -"только определённую функцию (функции), для которых они были разработаны, " -"но ещё более быстрыми темпами, чем GPU общего назначения и процессоры " -"общего назначения. В настоящее время на рынке появилось несколько " -"ASIC-устройств X11, которые быстро сделали ЦПУ и GPU нерентабельными " -"из-за повышающейся сложности хэширования, возникающей из-за быстро " -"растущей скорости хеша. Результатом является валюта, которая более " -"защищена от атак методом \"грубой силы\" на блокчейн Dash." +"эффективность, чем графический процессор, который предназначен для быстрого " +"вычисления миллионов параллельных направлений задачи. Хотя некоторые " +"усовершенствования инструкций ЦП, связанные с криптографией, такие как AES " +"или AVX, могут обеспечить приличный прирост, графические процессоры " +"обеспечивают значительное увеличение производительности из-за их нескольких " +"конвейеров, способных обрабатывать прогнозируемые повторяющиеся вычисления, " +"связанные с майнингом криптовалют. Наконец, ASIC-устройства являются " +"относительно негибкими и могут обрабатывать только определённую функцию " +"(функции), для которых они были разработаны, но ещё более быстрыми темпами, " +"чем GPU общего назначения и процессоры общего назначения. В настоящее время " +"на рынке появилось несколько ASIC-устройств X11, которые быстро сделали ЦПУ " +"и GPU нерентабельными из-за повышающейся сложности хэширования, возникающей " +"из-за быстро растущей скорости хеша. Результатом является валюта, которая " +"более защищена от атак методом \"грубой силы\" на блокчейн Dash." #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" "Доходность от майнинга определяется хешрейтом вашего устройства для " "майнинга, текущей сложностью сети и расходами на ваше оборудование и " @@ -137,78 +132,72 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" "Dash, как Биткойн и большинство других криптовалют, основывается на " "технологии распределённого реестра транзакций, называемой блокчейном. " "Блокчейн защищён через механизм консенсуса; в случае как с Dash, так и с " "Биткойном этот механизм называется Proof of Work (PoW) - доказательство " "выполненной работы. Майнеры пытаются решить сложные задачи, используя " -"специализированные компьютеры и после решения задачи получают право " -"добавить новый блок в блокчейн. Если все остальные пользователи, у " -"которых запущено соответствующее программное обеспечение, согласны с тем," -" что задача решена верно, то блок добавляется в блокчейн и майнер " -"получает вознаграждение." +"специализированные компьютеры и после решения задачи получают право добавить" +" новый блок в блокчейн. Если все остальные пользователи, у которых запущено " +"соответствующее программное обеспечение, согласны с тем, что задача решена " +"верно, то блок добавляется в блокчейн и майнер получает вознаграждение." #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" "Система мастернод характеризуется концепцией Proof of Service (PoSe) " -"-доказательство службы, поскольку мастерноды предоставляют жизненно " -"важные услуги для сети. Фактически, мастерноды осуществляют наблюдение за" -" работой всей сети и наделены властью отказывать неверно сформированным " -"майнерами блокам. Если бы майнер попытался забрать всю награду за блок " -"себе или запустить старую версию программного обеспечения Dash, то сеть " -"мастернод определила бы его блок как \"сиротский\" и он не был бы " -"добавлен в блокчейн." +"-доказательство службы, поскольку мастерноды предоставляют жизненно важные " +"услуги для сети. Фактически, мастерноды осуществляют наблюдение за работой " +"всей сети и наделены властью отказывать неверно сформированным майнерами " +"блокам. Если бы майнер попытался забрать всю награду за блок себе или " +"запустить старую версию программного обеспечения Dash, то сеть мастернод " +"определила бы его блок как \"сиротский\" и он не был бы добавлен в блокчейн." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Если подытожить, то майнеры представляют собой первый уровень, который " -"несёт ответственность за получение и отправку средств и предотвращение " -"двойных трат. Мастерноды - это второй уровень, предоставляющий " -"возможность использования дополнительных функций, которые отличают Dash " -"от других криптовалют. Мастерноды не занимаются майнингом, а майнинговые " -"компьютеры не могут работать как мастерноды. Каждая мастернода требует " -"\"заблокировать\" в ней 1000 DASH. Эти DASH всё время остаются под полным" -" контролем их владельца и их можно потратить в любой момент. Эти средства" -" не заблокированы в полном смысле, тем не менее, если они будут " -"перемещены или потрачены, то соответствующая мастернода перестанет " -"работать и получать награды." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." +msgstr "" +"Если подытожить, то майнеры представляют собой первый уровень, который несёт" +" ответственность за получение и отправку средств и предотвращение двойных " +"трат. Мастерноды - это второй уровень, предоставляющий возможность " +"использования дополнительных функций, которые отличают Dash от других " +"криптовалют. Мастерноды не занимаются майнингом, а майнинговые компьютеры не" +" могут работать как мастерноды. Каждая мастернода требует \"заблокировать\" " +"в ней 1000 DASH. Эти DASH всё время остаются под полным контролем их " +"владельца и их можно потратить в любой момент. Эти средства не заблокированы" +" в полном смысле, тем не менее, если они будут перемещены или потрачены, то " +"соответствующая мастернода перестанет работать и получать награды." #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" @@ -217,20 +206,20 @@ msgstr "Пулы для майнинга" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." -msgstr "" -"С помощью майнинга Dash в пулах легче добиться генерации вознаграждений, " -"чем добывая Dash в одиночку непосредственно на блокчейне. Настоятельно " -"рекомендуется использовать майнинг Dash с использованием P2Pool, так как " -"это хороший способ распределить, а не централизовать мощность " -"хеширования. На следующем сайте перечислены P2Pool пулы для майнинга Dash" -" в вашей стране, просто выберите пул с выгодной оплатой и " -"продолжительностью пинга и введите адрес своего кошелька для выплаты Dash" -" в качестве имени пользователя и придумайте какой-то как пароль." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." +msgstr "" +"С помощью майнинга Dash в пулах легче добиться генерации вознаграждений, чем" +" добывая Dash в одиночку непосредственно на блокчейне. Настоятельно " +"рекомендуется использовать майнинг Dash с использованием P2Pool, так как это" +" хороший способ распределить, а не централизовать мощность хеширования. На " +"следующем сайте перечислены P2Pool пулы для майнинга Dash в вашей стране, " +"просто выберите пул с выгодной оплатой и продолжительностью пинга и введите " +"адрес своего кошелька для выплаты Dash в качестве имени пользователя и " +"придумайте какой-то как пароль." #: ../../docs/user/mining/index.rst:97 msgid "http://www.p2poolmining.us/p2poolnodes/" @@ -238,12 +227,12 @@ msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -304,28 +293,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" "ОТКАЗ ОТ ОТВЕТСТВЕННОСТИ: этот список предоставлен исключительно в " "информационных целях. Сервисы, указанные в нём не поддерживались и не " -"проходили оценку Dash Core, никаких гарантий точности информации не " -"даётся. Пожалуйста, соблюдайте конфиденциальность, используя сторонние " -"сервисы. Если хотите добавить свой пул в этот список, то отправьте, " -"пожалуйста, письмо об этом на leon.white@dash.org" +"проходили оценку Dash Core, никаких гарантий точности информации не даётся. " +"Пожалуйста, соблюдайте конфиденциальность, используя сторонние сервисы. Если" +" хотите добавить свой пул в этот список, то отправьте, пожалуйста, письмо об" +" этом на leon.white@dash.org" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" -"Кроме присоединения к пулу, вам также необходимо будет создать адрес Dash" -" для получения выплат. Как это сделать в кошельке Dash Core, смотрите " +"Кроме присоединения к пулу, вам также необходимо будет создать адрес Dash " +"для получения выплат. Как это сделать в кошельке Dash Core, смотрите " ":ref:`здесь `." #: ../../docs/user/mining/index.rst:143 @@ -334,34 +322,33 @@ msgstr "Майнинг с помощью ЦПУ" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." -msgstr "" -"В этой документации описывается способ майнинга Dash на компьютере на " -"базе операционной системы Windows с ипользованием только лишь ЦПУ. " -"Обратите внимание, что распространённость GPU и ASIC-майнеров означает, " -"что, если у вас нет бесплатного электричества, то такой способ майнинга " -"вряд ли будет выгоден! Из-за этого программное обеспечение в этом " -"руководстве не обновлялось в течение нескольких лет и предназначено " -"только для экспериментальных целей и только для тестовой сети." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." +msgstr "" +"В этой документации описывается способ майнинга Dash на компьютере на базе " +"операционной системы Windows с ипользованием только лишь ЦПУ. Обратите " +"внимание, что распространённость GPU и ASIC-майнеров означает, что, если у " +"вас нет бесплатного электричества, то такой способ майнинга вряд ли будет " +"выгоден! Из-за этого программное обеспечение в этом руководстве не " +"обновлялось в течение нескольких лет и предназначено только для " +"экспериментальных целей и только для тестовой сети." #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" -"Это довольно простая процедура и далее будут приведены примеры достижения" -" максимально возможной хеш-скорости для вашего процессора, но помните, " -"что появляются более оптимизированные майнеры, поэтому мы советуем вам " -"следить за такими сайтами, как эти, чтобы быть в курсе последних новостей" -" и релизов." +"Это довольно простая процедура и далее будут приведены примеры достижения " +"максимально возможной хеш-скорости для вашего процессора, но помните, что " +"появляются более оптимизированные майнеры, поэтому мы советуем вам следить " +"за такими сайтами, как эти, чтобы быть в курсе последних новостей и релизов." #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 msgid "`Crypto Mining Blog `_" @@ -392,8 +379,8 @@ msgid "" "The first step is to download appropriate mining software. A good basic " "miner for modern CPUs can be found here:" msgstr "" -"Для начала необходимо загрузить соответствующее программное обеспечение " -"для майнинга. Хороший майнер для современных ЦПУ можно найти здесь:" +"Для начала необходимо загрузить соответствующее программное обеспечение для " +"майнинга. Хороший майнер для современных ЦПУ можно найти здесь:" #: ../../docs/user/mining/index.rst:168 msgid "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" @@ -401,10 +388,9 @@ msgstr "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -414,12 +400,12 @@ msgstr "На CPU-Z показаны подробности для ЦПУ Intel i #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" "Если ваше ЦПУ не поддерживает расширения AES-NI и AVX, можете попытаться " -"использовать более обобщённое программное обеспечение, которое не требует" -" конкретных наборов инструкций, такое как это:" +"использовать более обобщённое программное обеспечение, которое не требует " +"конкретных наборов инструкций, такое как это:" #: ../../docs/user/mining/index.rst:185 msgid "https://github.com/ig0tik3d/darkcoin-cpuminer-1.2c" @@ -432,19 +418,18 @@ msgstr "https://github.com/tpruvot/cpuminer-multi" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" "Наша цель - выбрать программное обеспечение для майнинга, которое " "поддерживает максимально возможные наборы инструкций, доступные на вашем " -"ЦПУ, а затем попытаться увеличить скорость хеша. После того, как вы " -"сделали свой выбор, нажмите **Релизы**, загрузите и извлеките файлы из " -"zip-архива. Различные файлы \\*.exe указывают, какие конкретные " -"оптимизации процессоров они поддерживают. Папка должна выглядеть примерно" -" так:" +"ЦПУ, а затем попытаться увеличить скорость хеша. После того, как вы сделали " +"свой выбор, нажмите **Релизы**, загрузите и извлеките файлы из zip-архива. " +"Различные файлы \\*.exe указывают, какие конкретные оптимизации процессоров " +"они поддерживают. Папка должна выглядеть примерно так:" #: ../../docs/user/mining/index.rst:198 msgid "Executable CPU miners for Dash" @@ -456,27 +441,27 @@ msgstr "Конфигурация" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" -msgstr "" -"Начните с выбора пула майнинга и создания адреса Dash, как описано по " -"ссылке :ref:`Пулы для майнинга ` в разделе выше. Храните " -"все ваши файлы в одной папке. В этом примере мы будем работать с " -"настольного компьютера. Нода для этого примера выбрана из списка " -"p2poolming.us и расположена в Китае::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" +msgstr "" +"Начните с выбора пула майнинга и создания адреса Dash, как описано по ссылке" +" :ref:`Пулы для майнинга ` в разделе выше. Храните все ваши " +"файлы в одной папке. В этом примере мы будем работать с настольного " +"компьютера. Нода для этого примера выбрана из списка p2poolming.us и " +"расположена в Китае::" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" -"Далее откройте **Блокнот** и введите в одну строку команду, которую мы " -"будем использовать для запуска майнера, а затем команду \"pause\" во " -"второй строке. Основной формат этой записи показан ниже::" +"Далее откройте **Блокнот** и введите в одну строку команду, которую мы будем" +" использовать для запуска майнера, а затем команду \"pause\" во второй " +"строке. Основной формат этой записи показан ниже::" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 msgid "Where:" @@ -485,8 +470,8 @@ msgstr "Где:" #: ../../docs/user/mining/index.rst:220 msgid "minerd = the executable miner daemon file you choose to use" msgstr "" -"minerd = демон-файл майнера в виде исполняемого приложения, выбранный " -"вами для использования" +"minerd = демон-файл майнера в виде исполняемого приложения, выбранный вами " +"для использования" #: ../../docs/user/mining/index.rst:221 msgid "a = algorithm, which is X11 for Dash" @@ -497,7 +482,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "o = URL вашего пула для майнинга, которая включает протокол и порт" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" "u = имя пользователя, обычно это адрес вашего или рабочего кошелька для " "получения DASH " @@ -524,13 +510,13 @@ msgstr "В Блокноте показан пример команды для з #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" -"Кликните **Файл**, затем **Сохранить как**. Измените **Тип файла** на " -"**Все файлы**, затем введите имя файла *startminer.bat* и сохраните его в" -" той же папке, что и zip-архив с файлами *minerd*." +"Кликните **Файл**, затем **Сохранить как**. Измените **Тип файла** на **Все " +"файлы**, затем введите имя файла *startminer.bat* и сохраните его в той же " +"папке, что и zip-архив с файлами *minerd*." #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 msgid "Testing" @@ -539,30 +525,30 @@ msgstr "Тестирование" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." -msgstr "" -"Теперь вы готовы приступить к работе! Понаблюдайте за использованием ЦПУ " -"в **Диспетчере задач** (чтобы открыть его, кликните правой кнопкой на " -"панели задач) и особое внимание обратите на то, чтобы температура ЦПУ не " -"превышала максимально допустимую (около 64°C). Если у вас наблюдаются " -"проблемы с температурой или стабильностью работы вашего компьютера, " -"попробуйте сначала уменьшить параметр ``t`` до ~2 соединений. Если " -"параметр ``t`` не указан, компьютер по умолчанию соединяется с " -"максимальным количеством сетевых входов. После работы майнера некоторое " -"время посмотрите на хеш-скорость и выплаты в вашем пуле для майнинга. Вы " -"можете идентифицировать свой майнер по адресу кошелька на странице." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." +msgstr "" +"Теперь вы готовы приступить к работе! Понаблюдайте за использованием ЦПУ в " +"**Диспетчере задач** (чтобы открыть его, кликните правой кнопкой на панели " +"задач) и особое внимание обратите на то, чтобы температура ЦПУ не превышала " +"максимально допустимую (около 64°C). Если у вас наблюдаются проблемы с " +"температурой или стабильностью работы вашего компьютера, попробуйте сначала " +"уменьшить параметр ``t`` до ~2 соединений. Если параметр ``t`` не указан, " +"компьютер по умолчанию соединяется с максимальным количеством сетевых " +"входов. После работы майнера некоторое время посмотрите на хеш-скорость и " +"выплаты в вашем пуле для майнинга. Вы можете идентифицировать свой майнер по" +" адресу кошелька на странице." #: ../../docs/user/mining/index.rst:257 msgid "Example of CPU mining using DarkCoin CPUMiner 1.3 on Intel Core i7" msgstr "" -"Пример майнинга на ЦПУ с использованием DarkCoin CPUMiner 1.3 на Intel " -"Core i7" +"Пример майнинга на ЦПУ с использованием DarkCoin CPUMiner 1.3 на Intel Core " +"i7" #: ../../docs/user/mining/index.rst:260 msgid "Tips" @@ -570,35 +556,34 @@ msgstr "Советы" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" "Уменьшите количество соединений для удобства использования компьютера и " "сокращения тепловыделений. Если температура процессора слишком высока, " "подумайте об установке дополнительного вентилятора и убедитесь, что на " -"теплоотводе ЦПУ достаточно термопасты. Измените тактовую частоту " -"процессора для повышения производительности с помощью контроллера " -"материнской платы, как это показано в примере `AI Suite " +"теплоотводе ЦПУ достаточно термопасты. Измените тактовую частоту процессора " +"для повышения производительности с помощью контроллера материнской платы, " +"как это показано в примере `AI Suite " "`_ для материнских плат Asus. " "Уменьшение напряжения на ядро процессора уменьшит его температуру, но " "ухудшит стабильность работы." #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" "Выберите пул, расположенный поблизости в вашей стране для уменьшения " -"задержек в работе сети. Если нода будет работать медленно, переключитесь " -"на другой пул. Постарайтесь, пожалуйста, распределить мощность " -"хеширования по всему миру в разных пулах, чтобы избежать ответвлений " -"сети." +"задержек в работе сети. Если нода будет работать медленно, переключитесь на " +"другой пул. Постарайтесь, пожалуйста, распределить мощность хеширования по " +"всему миру в разных пулах, чтобы избежать ответвлений сети." #: ../../docs/user/mining/index.rst:277 msgid "GPU Mining" @@ -608,51 +593,47 @@ msgstr "Майнинг с помощью графического процесс msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" "Это руководство объединяет несколько других руководств о том, как " "использовать ваш GPU (процессор на вашей графической карте) для майнинга " -"Dash, используя алгоритм X11 для Windows. Обратите внимание, что из-за " -"роста рынка ASIC-майнеров майнинг с помощью GPU может оказаться " -"невыгодным! Большое количество программного обеспечения и двоичных " -"файлов, описанных здесь, также не обновлялись в течение нескольких лет, " -"поэтому это руководство должно использоваться только в экспериментальных " -"целях." +"Dash, используя алгоритм X11 для Windows. Обратите внимание, что из-за роста" +" рынка ASIC-майнеров майнинг с помощью GPU может оказаться невыгодным! " +"Большое количество программного обеспечения и двоичных файлов, описанных " +"здесь, также не обновлялись в течение нескольких лет, поэтому это " +"руководство должно использоваться только в экспериментальных целях." #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" "В этом руководстве будет рассмотрен процесс загрузки и настройки " "программного обеспечения для майнинга, сопровождаемый некоторыми " -"предложениями по оптимизации. Эта технология может быстро меняться, " -"поэтому мы советуем вам следить за такими сайтами, как эти, чтобы быть в " -"курсе последних новостей и релизов." +"предложениями по оптимизации. Эта технология может быстро меняться, поэтому " +"мы советуем вам следить за такими сайтами, как эти, чтобы быть в курсе " +"последних новостей и релизов." #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" "Как и для майнинга с помощью ЦПУ, ряд программного обеспечения доступен " -"также и для майнинга на графических процессорах. Большая его часть " -"основана на sgminer и скомпилирована с различными оптимизациями, " -"характерными для разных аппаратных средств. Хорошим подходом в данном " -"случае является определение вашего графического оборудования, а затем " -"выбор подходящей сборки sgminer. Для идентификации аппаратных средств " -"вашего графического процессора можно использовать `GPU-Z " -"`_:" +"также и для майнинга на графических процессорах. Большая его часть основана " +"на sgminer и скомпилирована с различными оптимизациями, характерными для " +"разных аппаратных средств. Хорошим подходом в данном случае является " +"определение вашего графического оборудования, а затем выбор подходящей " +"сборки sgminer. Для идентификации аппаратных средств вашего графического " +"процессора можно использовать `GPU-Z `_:" #: ../../docs/user/mining/index.rst:309 msgid "" @@ -664,19 +645,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." -msgstr "" -"Далее необходимо загрузить программное обеспечение для майнинга. Большее " -"его количество основано на оригинальном `sgminer `_,но это не подходящий вариант для алгоритма Х11, в" -" нём нет скомпилированных двоичных файлов и он не обновлялся годами. " -"Далее будет описано использование предварительно скомпилированного " -"двоичного программного обеспечения, поддерживаемого только новыми " -"разработчиками." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." +msgstr "" +"Далее необходимо загрузить программное обеспечение для майнинга. Большее его" +" количество основано на оригинальном `sgminer `_,но это не подходящий вариант для алгоритма Х11, в нём нет " +"скомпилированных двоичных файлов и он не обновлялся годами. Далее будет " +"описано использование предварительно скомпилированного двоичного " +"программного обеспечения, поддерживаемого только новыми разработчиками." #: ../../docs/user/mining/index.rst:318 msgid "**AMD**" @@ -691,26 +671,27 @@ msgid "**NVIDIA**" msgstr "**NVIDIA**" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" "https://github.com/tpruvot/ccminer/releases (внимание сосредоточено на " "ключевых приложениях)" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, оптимизирован под " -"CUDA ядро для Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, оптимизирован под CUDA " +"ядро для Windows)" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" -"Скачайте выбранный вами релиз и извлеките файлы из zip-архива в выбранное" -" место. Папка должна выглядеть вот так:" +"Скачайте выбранный вами релиз и извлеките файлы из zip-архива в выбранное " +"место. Папка должна выглядеть вот так:" #: ../../docs/user/mining/index.rst:335 msgid "Executable GPU miners for Dash" @@ -718,17 +699,16 @@ msgstr "GPU-майнеры для Dash в виде исполняемых при #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." -msgstr "" -"Файл sgminer является исполняемым приложением, в котором различные файлы " -"с расширениями .cl определяют различные алгоритмы, поддерживаеме sgminer." -" В данном случае нас интересуют реализации darkcoin.cl и darkcoin-mod.cl " -"на алгоритме X11. Обратите внимание, что имя извлекаемого файла может " +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." +msgstr "" +"Файл sgminer является исполняемым приложением, в котором различные файлы с " +"расширениями .cl определяют различные алгоритмы, поддерживаеме sgminer. В " +"данном случае нас интересуют реализации darkcoin.cl и darkcoin-mod.cl на " +"алгоритме X11. Обратите внимание, что имя извлекаемого файла может " "отличаться для майнеров с различными оптимизациями, как отличается, " "например, имя ccminer для карт NVIDIA." @@ -742,8 +722,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" "pools = определяет список пулов (в данном случае пул только один), на " "которые будет направлена мощность хеширования" @@ -754,11 +734,10 @@ msgstr "url = URL вашего пула для майнинга, которая #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" -"user = имя пользвателя, обычно это адрес вашего или рабочего кошелька для" -" получения DASH " +"user = имя пользвателя, обычно это адрес вашего или рабочего кошелька для " +"получения DASH " #: ../../docs/user/mining/index.rst:376 msgid "pass = password, can often be set to x" @@ -766,11 +745,11 @@ msgstr "pass = пароль, может быть задан как \"x\"" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" -"algorithm = используемый алгоритм хеширования, в данном случае darkcoin " -"(по историческим соображениям) или darkcoin-mod" +"algorithm = используемый алгоритм хеширования, в данном случае darkcoin (по " +"историческим соображениям) или darkcoin-mod" #: ../../docs/user/mining/index.rst:380 msgid "For the pool above, the configuration may be:" @@ -782,33 +761,33 @@ msgstr "Файл конфигурации для GPU-майнера Dash" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" -"Кликните **Файл**, затем **Сохранить как**. Измените **Тип файла** на " -"**Все файлы**, затем введите имя файла *sgminer.conf* и сохраните его в " -"той же папке, что и нераспакованный zip-архив с файлами *sgminer*." +"Кликните **Файл**, затем **Сохранить как**. Измените **Тип файла** на **Все " +"файлы**, затем введите имя файла *sgminer.conf* и сохраните его в той же " +"папке, что и нераспакованный zip-архив с файлами *sgminer*." #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" "Дважды щёлкните на *sgminer.exe*, после чего на экране сразу же появится " -"окно **Командной строки**. Если оно появляется и тут же исчезает, " -"проверьте конфигурацию на предмет пропущеных запятых, незакрытых скобок " -"или неправильно введённого имени. Программа скомпилирует специфический " -"для вашего графического процессора файл и сохранит его в папке, после " -"чего начнёт хеширование." +"окно **Командной строки**. Если оно появляется и тут же исчезает, проверьте " +"конфигурацию на предмет пропущеных запятых, незакрытых скобок или " +"неправильно введённого имени. Программа скомпилирует специфический для " +"вашего графического процессора файл и сохранит его в папке, после чего " +"начнёт хеширование." #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" "Пример GPU-майнинга с использованием sgminer 5.6.1-nicehash-51 на карте " "Intel HD Graphics 4600" @@ -819,45 +798,42 @@ msgstr "Майнинг с помощью ASIC-устройств" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" "Аббревитаура ASIC расшифровывается как *Интегральная схема специального " -"назначения* и описывает тип процессора, который предназначен для " -"выполнения только одной задачи. ASIC-устройства являются популярным " -"средством для майнинга криптовалюты, поскольку могут обеспечить большую " -"эффективность, чем майнинг на ЦПУ или GPU, что позволяет увеличить " -"прибыль." +"назначения* и описывает тип процессора, который предназначен для выполнения " +"только одной задачи. ASIC-устройства являются популярным средством для " +"майнинга криптовалюты, поскольку могут обеспечить большую эффективность, чем" +" майнинг на ЦПУ или GPU, что позволяет увеличить прибыль." #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" "Обратите внимание, что информация на этой странице может очень быстро " -"устареть из-за быстро меняющегося рынка и сложности добычи Dash. Только " -"вы несёте ответственность за проведение собственных испытаний и любые " -"новые добавления на этой странице не должны восприниматься как одобрение " -"какого-либо конкретного продукта. Хорошим местом для начала испытаний " -"является `раздел майнинга на форумах Dash " -"`_." +"устареть из-за быстро меняющегося рынка и сложности добычи Dash. Только вы " +"несёте ответственность за проведение собственных испытаний и любые новые " +"добавления на этой странице не должны восприниматься как одобрение какого-" +"либо конкретного продукта. Хорошим местом для начала испытаний является " +"`раздел майнинга на форумах Dash `_." #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" -"Следующие ASIC-майнеры на алгоритме Х11 в настоящее время доступны на " -"рынке, нажмите на название товара, чтобы перейти на веб-сайт " -"производителя:" +"Следующие ASIC-майнеры на алгоритме Х11 в настоящее время доступны на рынке," +" нажмите на название товара, чтобы перейти на веб-сайт производителя:" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 msgid "Name" @@ -913,7 +889,8 @@ msgstr "$1,180" #: ../../docs/user/mining/index.rst:432 msgid "`Spondoolies SPx36 `_" -msgstr "`Spondoolies SPx36 `_" +msgstr "" +"`Spondoolies SPx36 `_" #: ../../docs/user/mining/index.rst:432 msgid "540 GH/s ±10%" @@ -937,8 +914,7 @@ msgstr "$7,000" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -971,8 +947,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" "Следующие ASIC-майнеры либо более не доступны, либо устарели из-за " "увеличения сложности сети" @@ -1119,9 +1095,8 @@ msgid "490 x 350 x 180" msgstr "490 x 350 x 180" #: ../../docs/user/mining/index.rst:462 -#, fuzzy msgid "`iBelink DM11G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:462 msgid "11 GH/s ±5%" @@ -1136,9 +1111,8 @@ msgid "22 kg" msgstr "22 кг" #: ../../docs/user/mining/index.rst:464 -#, fuzzy msgid "`iBelink DM22G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:464 msgid "22 GH/s ±5%" @@ -1262,7 +1236,8 @@ msgid "490 x 390 x 180" msgstr "490 x 390 x 180" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1280,23 +1255,3 @@ msgstr "3.1 кг" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "400 x 135 x 158" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" -#~ "https://github.com/KlausT/ccminer/releases (аналогичен " -#~ "SP-версии, более \"чистый\")" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" -#~ "`iBelink DM22G `_" - diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po index 95c81c20e..f96f9b48b 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -15,21 +15,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "Инструкция для настройки P2Pool ноды Dash" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "dash, майнинг, X11, p2pool, нода, пул, софт, ASIC, майнинг пул " diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/pools.po b/locale/ru/LC_MESSAGES/docs/user/mining/pools.po index a1e4f8d46..70cf29d6e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po index bead0bd07..07b061f5b 100644 --- a/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,30 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Julia Ogonkova , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: ru\n" -"Language-Team: ru \n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Julia Ogonkova , 2023\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -46,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Установка" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -82,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -93,21 +94,21 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" -msgstr "" +msgstr "Настройки мастерноды" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -124,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -143,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -163,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -188,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -203,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -219,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -265,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -290,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -303,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -359,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -372,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/ru/LC_MESSAGES/docs/user/network/electrumx-server.po index 68b63b42b..9d27b0c5c 100644 --- a/locale/ru/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/ru/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 135005950..29648cbbb 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Julia Ogonkova , 2022 # Leon White , 2022 # Dima, 2022 # Max Aronych , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" "Настройка адресной книги, обменных курсов, перенос бумажного кошелька и " "изменение настроек в кошельке Dash для Android." -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" -msgstr "dash, мобильный, кошлёк, android, адресная книга, бумажный, обменный курс" +msgstr "" +"dash, мобильный, кошлёк, android, адресная книга, бумажный, обменный курс" #: ../../docs/user/wallets/android/advanced-functions.rst:8 msgid "Advanced functions" @@ -48,28 +47,26 @@ msgstr "Адресная книга" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" -"Ваш кошелёк для Android позволяет настроить часто используемые адреса " -"путём добавления метки для быстрой идентификации владельца. Так же вы " -"можете создавать метки для своих адресов, чтобы следить за регулярными " -"входящими платежами. Доступ к адресной книге можно получить, нажав кнопку" -" **Меню**, а потом **Адресная книга*. Это выведет экран, который можно " -"пролистывать влево и вправо для перемещения между вашими адресами и " -"адресами, на которые вы часто отправляете Dash, например, это могут быть " -"адреса членов семьи. Нажмите кнопку **Больше опций**, чтобы **Скопировать" -" из буфера обмена** или **Отсканировать адрес** из QR-кода или же нажмите" -" на существующий адрес, чтобы **Отправить Dash** или **Отредактировать** " -"метку." +"Ваш кошелёк для Android позволяет настроить часто используемые адреса путём " +"добавления метки для быстрой идентификации владельца. Так же вы можете " +"создавать метки для своих адресов, чтобы следить за регулярными входящими " +"платежами. Доступ к адресной книге можно получить, нажав кнопку **Меню**, а " +"потом **Адресная книга*. Это выведет экран, который можно пролистывать влево" +" и вправо для перемещения между вашими адресами и адресами, на которые вы " +"часто отправляете Dash, например, это могут быть адреса членов семьи. " +"Нажмите кнопку **Больше опций**, чтобы **Скопировать из буфера обмена** или " +"**Отсканировать адрес** из QR-кода или же нажмите на существующий адрес, " +"чтобы **Отправить Dash** или **Отредактировать** метку." #: ../../docs/user/wallets/android/advanced-functions.rst:34 msgid "*Accessing the address book and adding an address*" @@ -77,11 +74,11 @@ msgstr "*Вход в адресную книгу и добавление адр #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" "Также вы можете добавлять метки напрямую из главного экрана истории " "транзакций, нажав кнопку **Больше опций** для конкретной транзакции (три " @@ -99,28 +96,28 @@ msgstr "Обменные курсы" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" -"Кошелёк Dash для Android позволяет показывать эквивалентную стоимость " -"вашего баланса Dash и транзакций в фиатных деньгах, выбрав фиатную валюту" -" по умолчанию. Для выбора фиатной валюты, нажмите **Кнопка Меню*, далее " -"**Обменные курсы**. Выберите предпочитаемую фиатную валюту, потом " -"нажмите кнопку **Больше опций** для выбранной фиатной валюты и нажмите " -"**Установить по умолчанию**. Обменный курс этой валюты появится при " -"отправке Dash. Также вы можете нажать на поле фиатной валюты для указания" -" размера транзакции в фиатной валюте, вместо Dash." +"Кошелёк Dash для Android позволяет показывать эквивалентную стоимость вашего" +" баланса Dash и транзакций в фиатных деньгах, выбрав фиатную валюту по " +"умолчанию. Для выбора фиатной валюты, нажмите **Кнопка Меню*, далее " +"**Обменные курсы**. Выберите предпочитаемую фиатную валюту, потом нажмите " +"кнопку **Больше опций** для выбранной фиатной валюты и нажмите **Установить " +"по умолчанию**. Обменный курс этой валюты появится при отправке Dash. Также " +"вы можете нажать на поле фиатной валюты для указания размера транзакции в " +"фиатной валюте, вместо Dash." #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" "*Выбор обменного курса на фиатные деньги и создание транзакции, " "деноминированной в USD*" @@ -133,10 +130,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -149,36 +146,35 @@ msgstr "Перенос бумажного кошелька" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" -"Перенос бумажного кошелька это метод переноса средств, хранимых на " -"адресе, которые вы могли получить в качестве бумажного кошелька или из " -"криптомата на ваш кошелёк. Для использования этой функции у вас должен " -"быть приватный ключ к адресу. В рассматриваемом случае, все Dash, " -"хранящиеся на этом адресе будут отправлены на новый адрес, который " -"определённым образом создан из сида вашего кошелька. Приватные ключи, " -"которые вы переносите не становятся частью вашего кошелька." +"Перенос бумажного кошелька это метод переноса средств, хранимых на адресе, " +"которые вы могли получить в качестве бумажного кошелька или из криптомата на" +" ваш кошелёк. Для использования этой функции у вас должен быть приватный " +"ключ к адресу. В рассматриваемом случае, все Dash, хранящиеся на этом адресе" +" будут отправлены на новый адрес, который определённым образом создан из " +"сида вашего кошелька. Приватные ключи, которые вы переносите не становятся " +"частью вашего кошелька." #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" "Для переноса бумажного кошелька нажмите **Кнопку Меню** и выберите " -"**Перенести бумажный кошелёк**. Нажмите **Отсканировать** и отсканируйте " -"QR-код из вашего бумажного кошелька. Как только приватный ключ будет " -"определён, то нажмите **Перенести** для создания транзакции по переносу " -"Dash в ваш кошелёк. Как только транзакция будет подтверждена, то бумажный" -" кошелёк потеряет свою ценность и его следует уничтожить." +"**Перенести бумажный кошелёк**. Нажмите **Отсканировать** и отсканируйте QR-" +"код из вашего бумажного кошелька. Как только приватный ключ будет определён," +" то нажмите **Перенести** для создания транзакции по переносу Dash в ваш " +"кошелёк. Как только транзакция будет подтверждена, то бумажный кошелёк " +"потеряет свою ценность и его следует уничтожить." #: ../../docs/user/wallets/android/advanced-functions.rst:124 msgid "*Sweeping a paper wallet with 0.10 DASH into the Android Wallet*" @@ -190,17 +186,17 @@ msgstr "Сетевой монитор" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" -"Кошелёк Dash для Android это лёгкий кошелёк, который работает в режиме " -"SPV. Это означает, что необходимость выкачивать полную копию блокчейна " -"отсутствует. Сетевой монитор позволяет видеть детальную информацию по " -"полным нодам, к которым вы подключены. Вы можете перелистать экран " -"налево, чтобы видеть как создаются блоки в сети." +"Кошелёк Dash для Android это лёгкий кошелёк, который работает в режиме SPV. " +"Это означает, что необходимость выкачивать полную копию блокчейна " +"отсутствует. Сетевой монитор позволяет видеть детальную информацию по полным" +" нодам, к которым вы подключены. Вы можете перелистать экран налево, чтобы " +"видеть как создаются блоки в сети." #: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" @@ -217,18 +213,18 @@ msgstr "*Меню настроек в кошельке Dash для Android*" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" -"Меню настроек содержит в себе большой круг настроек для управления " -"работой кошелька Dash для Android. Для доступа к настройкам, нажмите " -"**Кнопку Меню**, далее **Настройки**. Вы можете перемещаться между окнами" -" **Настройка**, **Диагностика** и **О программе**, где найдёте сведения о" -" версии кошелька, правах на интеллектуальную собственность и информацию " -"об исходном коде." +"Меню настроек содержит в себе большой круг настроек для управления работой " +"кошелька Dash для Android. Для доступа к настройкам, нажмите **Кнопку " +"Меню**, далее **Настройки**. Вы можете перемещаться между окнами " +"**Настройка**, **Диагностика** и **О программе**, где найдёте сведения о " +"версии кошелька, правах на интеллектуальную собственность и информацию об " +"исходном коде." #: ../../docs/user/wallets/android/advanced-functions.rst:167 msgid "Denomination and precision" @@ -239,9 +235,8 @@ msgid "" "Select the number of decimal places to show for DASH denominations, or " "switch to mDASH or µDASH denominations" msgstr "" -"Выберите число десятичных знаков, которые будут показываться для " -"деноминаций DASH или переключитесь в режим показа mDASH или µDASH " -"деноминаций" +"Выберите число десятичных знаков, которые будут показываться для деноминаций" +" DASH или переключитесь в режим показа mDASH или µDASH деноминаций" #: ../../docs/user/wallets/android/advanced-functions.rst:173 msgid "Own name" @@ -249,9 +244,9 @@ msgstr "Собственное имя" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" "Введите короткое имя, которое будет включаться в ваши QR-коды, когда они " "показываются другим пользователям для сканирования. Короткое имя будет " @@ -264,8 +259,7 @@ msgstr "Автозакрытие диалога отправки монет" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "Укажите, закрывать или не закрывать диалог после завершения платежа." #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -274,8 +268,8 @@ msgstr "Индикатор соединения" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" "Включает показ индикатора в области оповещений Andoid для быстрого " "определения наличия соединения" @@ -294,11 +288,11 @@ msgstr "Пропустить поиск обычного пира" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" -"Включает опцию предотвращения автоматического поиска пира и принудительно" -" включает присоединение к определённому доверенному пиру." +"Включает опцию предотвращения автоматического поиска пира и принудительно " +"включает присоединение к определённому доверенному пиру." #: ../../docs/user/wallets/android/advanced-functions.rst:192 msgid "Block explorer" @@ -309,8 +303,8 @@ msgid "" "Allows you to select which block explorer you want to use for functions " "linking to a block explorer." msgstr "" -"Позволяет выбрать обозреватель блоков, который вы хотели бы использовать " -"для функций привязанных к обозревателю блоков." +"Позволяет выбрать обозреватель блоков, который вы хотели бы использовать для" +" функций привязанных к обозревателю блоков." #: ../../docs/user/wallets/android/advanced-functions.rst:196 msgid "Data usage" @@ -318,11 +312,11 @@ msgstr "Использование данных" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" -"Соединяет с функцией Android **Использование данных** для просмотра и/или" -" ограничения таффика, используемого приложением." +"Соединяет с функцией Android **Использование данных** для просмотра и/или " +"ограничения таффика, используемого приложением." #: ../../docs/user/wallets/android/advanced-functions.rst:200 msgid "Balance reminder" @@ -330,8 +324,8 @@ msgstr "Оповещение о балансе" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" "Включает системные оповещения Android для напоминаний о наличии " "непотраченных Dash, если вы не открываете приложение." @@ -359,7 +353,8 @@ msgid "Show disclaimer" msgstr "Показать документ об отказе от ответсвенности" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" "Включает или выключает показ различных юридических документов и " "предупреждающих сообщений в приложении." @@ -371,13 +366,13 @@ msgstr "BIP70 для сканирования с целью оплаты" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" "Включает использование `протокола платежей BIP70 " -"`_ с " -"целью дополнительной верификации и дополнительных функций безопасности " -"при сканировании QR-кодов." +"`_ с целью " +"дополнительной верификации и дополнительных функций безопасности при " +"сканировании QR-кодов." #: ../../docs/user/wallets/android/advanced-functions.rst:220 msgid "Look up wallet names" @@ -386,12 +381,12 @@ msgstr "Поиск по названиям кошельков" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" "Включение использования `DNSSEC " -"`_" -" для попытки определения названия кошелька при создании транзакций." +"`_ " +"для попытки определения названия кошелька при создании транзакций." #: ../../docs/user/wallets/android/advanced-functions.rst:223 msgid "Diagnostics" @@ -403,8 +398,8 @@ msgstr "Сообщить об ошибке" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" "Позволяет собирать определённую информацию касаемо вашего кошелька для " "отправки отчётов об ошибках разработчикам с целью их исправления." @@ -415,14 +410,13 @@ msgstr "Показать xpub" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" -"Показывает расширенный публичный ключ для сида, используемого при " -"создании адресов в вашем кошельке. Передача вашего xpub третьим лицам " -"позволит им видеть вашу историю транзакций, без права создавать новые " -"транзакции." +"Показывает расширенный публичный ключ для сида, используемого при создании " +"адресов в вашем кошельке. Передача вашего xpub третьим лицам позволит им " +"видеть вашу историю транзакций, без права создавать новые транзакции." #: ../../docs/user/wallets/android/advanced-functions.rst:237 msgid "Reset block chain" @@ -430,11 +424,10 @@ msgstr "Пересканировать блокчейн" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" "Сбрасывает данные о блокчейне на вашем устройстве. Эти данные необходимо " -"будет снова собрать из полных нод, этот процесс похож на настройку нового" -" кошелька. Он занимает некоторое время." - +"будет снова собрать из полных нод, этот процесс похож на настройку нового " +"кошелька. Он занимает некоторое время." diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/ru/LC_MESSAGES/docs/user/wallets/android/getting-started.po index ae280b997..40c6c9efb 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "Как начать получать и отправлять Dash на вашем Android устройстве " -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/android/index.po index b7c0ac8d3..d939e62a7 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/ru/LC_MESSAGES/docs/user/wallets/android/installation.po index 24803a36d..f182a3cde 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Julia Ogonkova , 2022 # Leon White , 2022 # Max Aronych , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "Как установить кошелёк Dash на ваше устройство Android" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "" "dash, дэш, mobile, мобильный, wallet, кошелёк, android, андройд, " @@ -45,8 +43,8 @@ msgstr "Google Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" "Самый простой способ установки кошелька Dash- это установка из магазина " "Google Play." @@ -57,24 +55,24 @@ msgstr "Установка из APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" -"Некоторые телефоны на Android не имеют доступа к магазину Google Play " -"из-за особенностей программного обеспечения телефона, мобильного " -"оператора или государственных ограничений. Вы можете установить " -"приложение вручную, для этого, во-первых, необходимо разрешить установку " -"с внешних источников (если вы ещё этого не сделали), а потом скачать и " -"установить APK файл. Следуйте этим инструкциям:" +"Некоторые телефоны на Android не имеют доступа к магазину Google Play из-за " +"особенностей программного обеспечения телефона, мобильного оператора или " +"государственных ограничений. Вы можете установить приложение вручную, для " +"этого, во-первых, необходимо разрешить установку с внешних источников (если " +"вы ещё этого не сделали), а потом скачать и установить APK файл. Следуйте " +"этим инструкциям:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" "Удостоверьтесь, что ваша версия Android 4.0.3 или старше, пройдя в " "**Настройки → О телефоне** и проверив указанную версию." @@ -96,44 +94,43 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" -"Если вы не можете использовать телефон для подключения к сети, то скачате" -" APK на ваш компьютер, а потом скопируйте файл на телефон через " -"USB-кабель или Bluetooth. Для поиска скопированного файла может " -"понадобиться файловый браузер." +"Если вы не можете использовать телефон для подключения к сети, то скачате " +"APK на ваш компьютер, а потом скопируйте файл на телефон через USB-кабель " +"или Bluetooth. Для поиска скопированного файла может понадобиться файловый " +"браузер." #: ../../docs/user/wallets/android/installation.rst:39 msgid "" "You can also install an APK file directly from your computer using the " "Android Debug Bridge (ADB). Follow these instructions:" msgstr "" -"Так же можно установить АРК напрямую из копьютера, используя Android " -"Debug Bridge (ADB). Следуйте этим инструкциям:" +"Так же можно установить АРК напрямую из копьютера, используя Android Debug " +"Bridge (ADB). Следуйте этим инструкциям:" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" "Удостоверьтесь, что на вашем компьютере есть копия ADB. Она включена в " "Android `SDK Platform Tools " -"`_ для" -" Mac, Windows или Linux." +"`_ для " +"Mac, Windows или Linux." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" -"Включите USB-отладку, пройдя в **Настройки → Для разработчиков → Отладка " -"по USB**. Если **Для разработчиков** не доступна, то зайдите в **О " -"телефоне**, прокрутите вниз и нажмите на **Номер сборки** семь раз." +"Включите USB-отладку, пройдя в **Настройки → Для разработчиков → Отладка по " +"USB**. Если **Для разработчиков** не доступна, то зайдите в **О телефоне**, " +"прокрутите вниз и нажмите на **Номер сборки** семь раз." #: ../../docs/user/wallets/android/installation.rst:54 msgid "" @@ -157,21 +154,21 @@ msgstr "Из исходного кода" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" "Теперь, когда среда для сборки готова, скачайте и соберите исходный код " "кошелька Dash Android::" @@ -181,30 +178,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index c307036e2..9df90883d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,38 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Dima, 2022 # Max Aronych , 2022 # Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -48,51 +46,49 @@ msgstr "Контроль монет" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" -msgstr "" -"Контроль монет позволяет пользователям кошелька Dash Core определять " -"какие адреса и выходы непотраченных транзакций (UTXOs) должны быть " -"использованы в качестве входов в транзакциях. Это позволит вам удерживать" -" определённый баланс на выбранных адресах вашего кошелька, в то время как" -" с остальных адресов можно производить свободные траты. В кошельке Dash " -"Core кликните **Настройки > Параметры > Кошелёк > Включить функции " -"контроля монет**. Теперь, когда вы зайдёте во вкладку кошелька " -"**Отправить**, то увидите новую кнопку с названием **Входы...**. Нажмите " -"на эту кнопку и выберите, какие UTXO могут использоваться в качестве " -"входа для любой созданной вами транзакции. Появится следующее окно:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" +msgstr "" +"Контроль монет позволяет пользователям кошелька Dash Core определять какие " +"адреса и выходы непотраченных транзакций (UTXOs) должны быть использованы в " +"качестве входов в транзакциях. Это позволит вам удерживать определённый " +"баланс на выбранных адресах вашего кошелька, в то время как с остальных " +"адресов можно производить свободные траты. В кошельке Dash Core кликните " +"**Настройки > Параметры > Кошелёк > Включить функции контроля монет**. " +"Теперь, когда вы зайдёте во вкладку кошелька **Отправить**, то увидите новую" +" кнопку с названием **Входы...**. Нажмите на эту кнопку и выберите, какие " +"UTXO могут использоваться в качестве входа для любой созданной вами " +"транзакции. Появится следующее окно:" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" -"Окно \"Выбор монет\" в кошельке Dash Core, показывающее две мастерноды (в" -" тестовой сети)" +"Окно \"Выбор монет\" в кошельке Dash Core, показывающее две мастерноды (в " +"тестовой сети)" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." -msgstr "" -"Нажмите правой кнопкой мыши на транзакцию (транзакции), которую вы не " -"хотите тратить, затем выберите **Заблокировать непотраченное**. Напротив " +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." +msgstr "" +"Нажмите правой кнопкой мыши на транзакцию (транзакции), которую вы не хотите" +" тратить, затем выберите **Заблокировать непотраченное**. Напротив " "транзакции появится значок маленького замка. Чтобы инвертировать статус " -"\"заблокирован/разблокирован\" сразу для всех UTXO, можно кликнуть на " -"кнопку **Сменить блокировку**. Если готовы продолжать - нажмите **OK**. " -"Теперь вы можете безопасно создавать транзакции из оставшихся средств и в" -" этих транзакциях не будут задействованы заблокированные UTXO." +"\"заблокирован/разблокирован\" сразу для всех UTXO, можно кликнуть на кнопку" +" **Сменить блокировку**. Если готовы продолжать - нажмите **OK**. Теперь вы " +"можете безопасно создавать транзакции из оставшихся средств и в этих " +"транзакциях не будут задействованы заблокированные UTXO." #: ../../docs/user/wallets/dashcore/advanced.rst:45 msgid "Locking UTXOs in Dash Core wallet" @@ -104,8 +100,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -118,8 +114,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -146,10 +142,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -177,29 +173,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 -#, fuzzy msgid "Restore HD wallet" -msgstr "HD кошельки" +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 -#, fuzzy msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" -"Dash Core отобразит HD сид-фразу в двух вариантах: в шестнадцатиричной " -"системе счисления и как мнемоническую фразу BIP39. Для восстановления " -"существующего HD-кошелька или определения ваших собственных, раздельно " -"сгенерированных мнемонической фразы и/или фразы-пароля, убедитесь, что " -"файл ``wallet.dat`` существует в ``datadir`` и введите следующую " -"команду::" #: ../../docs/user/wallets/dashcore/advanced.rst:126 msgid "Add the HD wallet details to the newly created wallet by running::" @@ -210,53 +198,35 @@ msgid "" "The HD wallet will be restored and your balance will appear once sync is " "complete." msgstr "" -"HD-кошелёк будет восстановлен и как только завершится процесс " -"синхронизации, отобразится ваш баланс." +"HD-кошелёк будет восстановлен и как только завершится процесс синхронизации," +" отобразится ваш баланс." #: ../../docs/user/wallets/dashcore/advanced.rst:133 -#, fuzzy msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." -msgstr "" -"Начиная с версии 0.12.2.0, Dash Core включает имплементацию совместимых " -"со стандартами BIP39/BIP44 генерируемых иерархически детерминированных " -"(HD) ключей. Эта функция доступна только из командной строки с помощью " -"опции ``usehd`` при первом запуске кошелька Dash Core. Используйте эту " -"функцию с осторожностью, так как до тех пор, пока вы не определите " -"фразу-пароль кошелька, мнемоническая фраза и ключи будут храниться в " -"формате простого текста. Обратите внимание, что фраза-пароль кошелька " -"отличается от мнемонической фразы-пароля, её ещё называют \"25-е слово\" " -"или \"слово-расширение\". Фраза-пароль кошелька зашифровывает сам " -"кошелёк, тогда как мнемоническая фраза-пароль используется для указания " -"различных ветвей происхождения из соответствующего мнемонического сида." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 msgid "Enable HD Wallet Creation By Default" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 -#, fuzzy msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" -"В этом примере мы будем использовать кошелёк с графическим интерфейсом " -"под ОС Windows, но при использовании ``dash-qt`` или ``dashd`` на других " -"операционных системах команды аналогичные. Для начала введите следующую " -"команду со случайным образом сгенерированной HD-кошельком сид-фразой и " -"без мнемонической фразы-пароля::" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -265,22 +235,21 @@ msgstr "Мультиподпись" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" "В данном разделе представлен рабочий пример, демонстрирующий функцию " "мультиподписи в кошельке Dash Core. Хотя транзакции больше не видны в " -"текущем блокчейне тестовой сети и некоторые форматы адресов или ответы " -"RPC могут немного отличаться от версии, показанной здесь, принцип и " -"команды одинаковы. В примере показано как настроить адрес с 2-из-3 " -"multisig-адресов и создать транзакцию. В примере задействованными " -"сторонами являются: покупатель, продавец и арбитр. Данный пример " -"основывается на:" +"текущем блокчейне тестовой сети и некоторые форматы адресов или ответы RPC " +"могут немного отличаться от версии, показанной здесь, принцип и команды " +"одинаковы. В примере показано как настроить адрес с 2-из-3 multisig-адресов " +"и создать транзакцию. В примере задействованными сторонами являются: " +"покупатель, продавец и арбитр. Данный пример основывается на:" #: ../../docs/user/wallets/dashcore/advanced.rst:167 msgid "https://gist.github.com/jashmenn/9811198" @@ -330,25 +299,24 @@ msgstr "Шаг 2: Создайте адрес с мультиподписью" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" "Для выполнения команды ``createmultisig`` необходимо принять в качестве " -"переменных количество подписей n из количества ключей m (представленных в" -" виде json-массива). В данном примере для подписи транзакции необходимы 2" -" из 3-х ключей." +"переменных количество подписей n из количества ключей m (представленных в " +"виде json-массива). В данном примере для подписи транзакции необходимы 2 из " +"3-х ключей." #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" "Примечание: адрес может быть создан любым человеком, которому доступна " "информация о публичных ключах и известна их последовательность " -"(результирующий адрес и redeemScript являются идентичными, смотрите " -"ниже)." +"(результирующий адрес и redeemScript являются идентичными, смотрите ниже)." #: ../../docs/user/wallets/dashcore/advanced.rst:267 msgid "Step 3: Buyer funds the multisig address" @@ -363,8 +331,8 @@ msgid "" "The seller/arbiter can trace the transaction by its txid in the block " "explorer. Or from the console as follows." msgstr "" -"Продавец/арбитр может отследить транзакцию по её txid в " -"блокчейн-обозревателе. Или из консоли, как показано ниже." +"Продавец/арбитр может отследить транзакцию по её txid в блокчейн-" +"обозревателе. Или из консоли, как показано ниже." #: ../../docs/user/wallets/dashcore/advanced.rst:311 msgid "Step 4: Spending the multisig" @@ -372,55 +340,54 @@ msgstr "Шаг 4: Трата средств из кошелька с мульт #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" -"Теперь мы предполагаем, что сделка завершена, покупатель получил товар и " -"все счастливы. А продавец теперь хочет получить свои DASH. Так как было " -"задействовано 2-из-3-х мультиподписей, транзакция должна быть подписана 2" -" сторонами (продавец + покупатель или арбитр). Продавец создаёт " -"транзакцию (мы заново используем его публичный адрес из примера выше)." +"Теперь мы предполагаем, что сделка завершена, покупатель получил товар и все" +" счастливы. А продавец теперь хочет получить свои DASH. Так как было " +"задействовано 2-из-3-х мультиподписей, транзакция должна быть подписана 2 " +"сторонами (продавец + покупатель или арбитр). Продавец создаёт транзакцию " +"(мы заново используем его публичный адрес из примера выше)." #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" "И частично подписывает её, используя redeemScript, scriptPubKey и свой " "приватный ключ" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" -"Обратите внимание, что исходящий hex-код стал длиннее, но он дополнен " -"флагом \"false\", так как для транзакции требуется ещё одна подпись. " -"Поэтому теперь либо покупатель, либо арбитр могут завершить подпись " -"транзакции, используя выходы из примера выше и свои приватные ключи. " -"Предположим, что подпись завершает покупатель." +"Обратите внимание, что исходящий hex-код стал длиннее, но он дополнен флагом" +" \"false\", так как для транзакции требуется ещё одна подпись. Поэтому " +"теперь либо покупатель, либо арбитр могут завершить подпись транзакции, " +"используя выходы из примера выше и свои приватные ключи. Предположим, что " +"подпись завершает покупатель." #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" "Теперь подпись завершена и любая из сторон может отправить транзакцию на " "обработку в сеть." #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" -"Опять-таки, данную транзакцию можно отследить в обозревателе блокчейна. А" -" продавец рад получить деньги на свой публичный адрес, что показано ниже." +"Опять-таки, данную транзакцию можно отследить в обозревателе блокчейна. А " +"продавец рад получить деньги на свой публичный адрес, что показано ниже." #: ../../docs/user/wallets/dashcore/advanced.rst:383 msgid "Daemon" @@ -428,10 +395,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -454,8 +421,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -480,13 +447,12 @@ msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -506,30 +472,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -538,10 +504,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -564,8 +529,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -594,18 +558,17 @@ msgstr "Множественные кошельки" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -614,8 +577,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -628,9 +591,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -643,9 +606,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -654,8 +617,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -664,29 +627,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" "Для начала установите кошелёк Dash Core на вашу систему в соответствии с " -":ref:`инструкциями по установке `. На шаге " -"**Первый запуск Dash Core** вы можете решить хотите ли вы поддерживать " -"раздельные файлы ``wallet.dat``, расположенные в папке по умолчанию (это " -"проще, если не требуется запускать кошельки одновременно) или определить " -"полностью раздельные каталоги данных, например ``C:\\Dash1`` (это проще, " -"если хотите запускать кошельки одновременно)." +":ref:`инструкциями по установке `. На шаге **Первый " +"запуск Dash Core** вы можете решить хотите ли вы поддерживать раздельные " +"файлы ``wallet.dat``, расположенные в папке по умолчанию (это проще, если не" +" требуется запускать кошельки одновременно) или определить полностью " +"раздельные каталоги данных, например ``C:\\Dash1`` (это проще, если хотите " +"запускать кошельки одновременно)." #: ../../docs/user/wallets/dashcore/advanced.rst:608 msgid "Separate wallet.dat files" @@ -694,18 +657,18 @@ msgstr "Раздельные файлы wallet.dat" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" "Для этого сценария мы создадим на рабочем столе два ярлыка, каждый из " -"которых будет использовать свой файл кошелька. Переходим к бинарному " -"файлу, который используется для запуска Dash Core (по умолчанию он " -"расположен по адресу ``C:\\Program Files\\DashCore\\dash-qt.exe`` или " -"похожему) и создаём два ярлыка на рабочем столе. Затем открываем окно " -"**Свойства** для каждого из этих ярлыков." +"которых будет использовать свой файл кошелька. Переходим к бинарному файлу, " +"который используется для запуска Dash Core (по умолчанию он расположен по " +"адресу ``C:\\Program Files\\DashCore\\dash-qt.exe`` или похожему) и создаём " +"два ярлыка на рабочем столе. Затем открываем окно **Свойства** для каждого " +"из этих ярлыков." #: ../../docs/user/wallets/dashcore/advanced.rst:619 msgid "Creating desktop shortcuts using Windows 10" @@ -714,18 +677,18 @@ msgstr "Создание ярлыков на рабочем столе с исп #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" -msgstr "" -"Обновите строку **Объект** каждого ярлыка для того, чтобы они ссылались " -"на разные файлы кошельков, указав аргумент ``wallet`` при запуске " -"кошелька. Если вы не укажете аргумент ``wallet``, то по умолчанию будет " -"использоваться ``wallet.dat``. Если указанного файла кошелька не " -"существует, он будет создан. В следующем примере показано, как создать " -"два кошелька с именами ``workwallet.dat`` и ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" +msgstr "" +"Обновите строку **Объект** каждого ярлыка для того, чтобы они ссылались на " +"разные файлы кошельков, указав аргумент ``wallet`` при запуске кошелька. " +"Если вы не укажете аргумент ``wallet``, то по умолчанию будет использоваться" +" ``wallet.dat``. Если указанного файла кошелька не существует, он будет " +"создан. В следующем примере показано, как создать два кошелька с именами " +"``workwallet.dat`` и ``homewallet.dat``:" #: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" @@ -749,15 +712,14 @@ msgstr "Расположение отдельных файлов кошельк #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" "Теперь с помощью двух созданных ярлыков можно быстро и просто открывать " -"различные кошельки с вашего рабочего стола. Обратите внимание, что " -"открывать оба кошелька одновременно нельзя. Чтобы делать это, необходимо " -"создать два отдельных каталога данных, как описано ниже." +"различные кошельки с вашего рабочего стола. Обратите внимание, что открывать" +" оба кошелька одновременно нельзя. Чтобы делать это, необходимо создать два " +"отдельных каталога данных, как описано ниже." #: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" @@ -766,23 +728,21 @@ msgstr "Отдельные каталоги данных" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" -msgstr "" -"Запустите кошелёк Dash Core и дождитесь пока он полностью " -"синхронизируется с сетью, затем закройте Dash Core. Теперь вы можете " -"создать две папки, например ``C:\\Dash1`` и ``C:\\Dash2`` и скопировать " -"папки ``blocks`` и ``chainstate`` из синхронизированной папки данных в " -"эти новые папки. Каждая из них будет обслуживаться как отдельная папка с " -"данными, что позволит вам запускать две копии приложения Dash Core " -"одновременно. Создайте два (или более) ярлыка на рабочем столе в " -"соответствии с описанием выше, затем определите аргументы для " -"``datadir``, как показано ниже:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" +msgstr "" +"Запустите кошелёк Dash Core и дождитесь пока он полностью синхронизируется с" +" сетью, затем закройте Dash Core. Теперь вы можете создать две папки, " +"например ``C:\\Dash1`` и ``C:\\Dash2`` и скопировать папки ``blocks`` и " +"``chainstate`` из синхронизированной папки данных в эти новые папки. Каждая " +"из них будет обслуживаться как отдельная папка с данными, что позволит вам " +"запускать две копии приложения Dash Core одновременно. Создайте два (или " +"более) ярлыка на рабочем столе в соответствии с описанием выше, затем " +"определите аргументы для ``datadir``, как показано ниже:" #: ../../docs/user/wallets/dashcore/advanced.rst:654 msgid "" @@ -806,21 +766,21 @@ msgstr "Расположение отдельных каталогов данн #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." -msgstr "" -"Теперь с помощью двух созданных ярлыков можно быстро, просто и " -"одновременно открывать различные кошельки с рабочего стола. Оба кошелька " -"будут иметь отдельные и полные копии блокчейна, для чего может " -"потребоваться большой объём дискового пространства. Для более " -"эффективного использования дискового пространства и поддержания работы " -"нескольких раздельных кошельков без необходимости хранения полной копии " -"блокчейна, рассмотрите возможность использования SPV или \"лёгкого\" " -"кошелька, такого как :ref:`Dash Electrum `." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." +msgstr "" +"Теперь с помощью двух созданных ярлыков можно быстро, просто и одновременно " +"открывать различные кошельки с рабочего стола. Оба кошелька будут иметь " +"отдельные и полные копии блокчейна, для чего может потребоваться большой " +"объём дискового пространства. Для более эффективного использования дискового" +" пространства и поддержания работы нескольких раздельных кошельков без " +"необходимости хранения полной копии блокчейна, рассмотрите возможность " +"использования SPV или \"лёгкого\" кошелька, такого как :ref:`Dash Electrum " +"`." #: ../../docs/user/wallets/dashcore/advanced.rst:672 msgid "Two instances of Dash Core running simultaneously" @@ -832,35 +792,7 @@ msgstr "KeePass" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 3186a52f5..1d7746776 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,22 +12,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" "Как безопасно сделать резервную копию и восстановить кошелёк Dash Core" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "dash, core, кошелёк, резервная копия, восстановление, wallet.dat" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index ef0734327..2102a04db 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Tikhon Skudarnov , 2022 # Dima, 2022 # Андрей Дегтяр , 2022 # Julia Ogonkova , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "Аргументы запуска кошелька Dash Core и справка по командам RPC " -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "dash, core, кошелёк, аргументы, команды, RPC" @@ -41,32 +39,32 @@ msgstr "Аргументы и команды" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" "Все параметры командной строки (за исключением ``-datadir`` и ``-conf``) " -"можно задать в файле конфигурации, и все параметры файла конфигурации " -"можно также задать с помощью командной строки. Параметры, заданные через " -"командную строку, превалируют над значениями, заданными в файле " -"конфигурации. Файл конфигурации состоит из списка пар вида " -"``setting=value``, по одной в строке, возможно также наличие " -"комментариев, которые начинаются с символа ``#``." +"можно задать в файле конфигурации, и все параметры файла конфигурации можно " +"также задать с помощью командной строки. Параметры, заданные через командную" +" строку, превалируют над значениями, заданными в файле конфигурации. Файл " +"конфигурации состоит из списка пар вида ``setting=value``, по одной в " +"строке, возможно также наличие комментариев, которые начинаются с символа " +"``#``." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" -"Файл конфигурации не создаётся автоматически; его можно создать с помощью" -" вашего любимого текстового редактора. По умолчанию, dash-qt (или dashd) " -"будет искать файл с названием ``dash.conf`` в папке с данными dash, но " -"путь к папке с данными, равно как и путь к файлу конфигурации, можно " +"Файл конфигурации не создаётся автоматически; его можно создать с помощью " +"вашего любимого текстового редактора. По умолчанию, dash-qt (или " +"dashd) будет искать файл с названием ``dash.conf`` в папке с данными dash, " +"но путь к папке с данными, равно как и путь к файлу конфигурации, можно " "изменить с помощью аргументов командной строки -datadir и -conf." #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -114,12 +112,8 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" -msgstr "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgstr "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 msgid "" @@ -131,8 +125,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" "Обратите внимание: если Dash запущен в режиме тестнета, подпапка " "``testnet3`` будет автоматически добавлена в директорию с данными." @@ -144,8 +138,8 @@ msgstr "Аргументы командной строки" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -170,68 +164,18 @@ msgstr "Команды RPC " #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index a136b8ee3..457382589 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po index fc3c40813..9becebefc 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 6a54c7597..bb53bc677 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: +# Dima, 2022 # Leon White , 2022 -# Max Aronych , 2022 # Андрей Дегтяр , 2022 -# Dima, 2022 +# Max Aronych , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Dima, 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Last-Translator: Max Aronych , 2023\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "Как скачать и установить и зашифровать кошелёк Dash Core в ОС Linux" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "dash, core, кошелёк, linux, ubuntu, установка" @@ -40,9 +38,9 @@ msgstr "Руководство по установке в Linux" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -52,8 +50,8 @@ msgstr "Процедура скачивания кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -62,18 +60,18 @@ msgstr "Сайт автоматически определит кошелёк, #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -90,15 +88,15 @@ msgstr "Верификация Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -137,18 +135,17 @@ msgstr "Извлечение Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" "Dash Core для Linux выпускается в виде сжатого архива, а не в виде " "установочного файла. Так сделано потому, что этот архив также содержит " "дополнителные файлы, среди которых, к примеру, файлы разработанные для " -"запуска мастерноды на сервере. В данном руководстве мы рассмотрим процесс" -" извлечения исполняемого файла с графическим интерфейсом пользователя " -"(GUI), разработанный для использвания конечными пользователями в качестве" -" кошелька." +"запуска мастерноды на сервере. В данном руководстве мы рассмотрим процесс " +"извлечения исполняемого файла с графическим интерфейсом пользователя (GUI), " +"разработанный для использвания конечными пользователями в качестве кошелька." #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 msgid "Extract Dash Core as follows::" @@ -156,9 +153,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -168,15 +165,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "При первом запуске программы, вам будет предложено выбрать расположение " "места хранения блокчейна и данных кошелька. Выберите расположение с " -"достаточным объёмом свободного места на диске, поскольку размер блокчейна" -" может достигать 30+ ГБ. По возможности рекомендуется использовать место," -" предлагаемое по умолчанию." +"достаточным объёмом свободного места на диске, поскольку размер блокчейна " +"может достигать 30+ ГБ. По возможности рекомендуется использовать место, " +"предлагаемое по умолчанию." #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" @@ -184,13 +181,13 @@ msgstr "Выбор места хранения данных кошелька Das #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Произойдёт запуск кошелька Dash Core. Первый запуск проходит дольше " -"обычного, поскольку кошельку Dash Core необходимо создать " -"криптографические данные для обеспечения безопасности вашего кошелька." +"обычного, поскольку кошельку Dash Core необходимо создать криптографические " +"данные для обеспечения безопасности вашего кошелька." #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 msgid "Starting Dash Core" @@ -203,33 +200,26 @@ msgstr "Синхронизация кошелька Dash Core с сетью Dash #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"Как только кошелёк Dash Core будет успешно установлен и запущен, вы " -"увидете экран обзора кошелька. Вы заметите, что кошелёк \"не " -"синхронизирован\", а строка состояния в нижней части окна будет " -"показывать ход синхронизации." +"Как только кошелёк Dash Core будет успешно установлен и запущен, вы увидете " +"экран обзора кошелька. Вы заметите, что кошелёк \"не синхронизирован\", а " +"строка состояния в нижней части окна будет показывать ход синхронизации." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Кошелёк Dash Core начинает синхронизацию с сетью Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Во время этого процесса, кошелёк Dash Core скачает с нод сети полную " -"копию блокчейна Dash на ваше устройство. В зависимости от " -"интернет-соединения, это может занят как мало времени, так и много. Если " -"вы увидете сообщение \"Отсутствует источник блоков\", проверьте ваше " -"соединение с интернетом." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -249,10 +239,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -266,39 +255,36 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Шифрование паролем кошелька Dash Core" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Вам поступит запрос ввести и подтвердить пароль." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 -#, fuzzy msgid "Enter a password" -msgstr "Ввод пароля" +msgstr "Введите пароль" #: ../../docs/user/wallets/dashcore/installation-linux.rst:199 msgid "Following that, you will get a standard warning." @@ -311,8 +297,8 @@ msgstr "Подтвердите, что вы хотите зашифровать #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -338,114 +324,13 @@ msgid "Entering a password" msgstr "Ввод пароля" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Когда процесс шифрования завершится, вы увидите предупреждение, что " -"старые резервные копии вашего кошелька более не могут быть использованы, " -"после чего вам будет предложено закрыть кошелёк Dash Core. Когда вы " -"перезапустите кошелёк Dash Core, то увидите небольшой синий знак замка в " -"нижней правой части экрана." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Кошелёк Dash Core полностью зашифрован и синхронизирован" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "Обзор системы Ubuntu. Это 64-битная система." - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Как только ваш кошелёк синхронизируется " -#~ "с сетью Dash, то для предотвращения " -#~ "несанкционированного доступа к нему, " -#~ "настойчиво рекомендуется зашифровать кошелёк с" -#~ " помощью пароля или кодовой фразы. " -#~ "Необходимо использовать надёжный и новый " -#~ "пароль, который вы ранее нигде не " -#~ "использовали. Запишите свой пароль и " -#~ "храните его в безопасном месте, иначе" -#~ " ваш кошелёк навсегда останется " -#~ "заблокированным и вы потеряете доступ к" -#~ " вашим средствам." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index f1743bed3..391ffe2b9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Dima, 2022 # Андрей Дегтяр , 2022 # Max Aronych , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "Как скачать и установить и зашифровать кошелёк Dash Core в macOS" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "dash, core, кошелёк, macos, установка" @@ -44,9 +42,9 @@ msgid "" "wallet for macOS. The guide is written for macOS Sierra, but the steps " "should be similar for other versions." msgstr "" -"Это руководство объясняет как скачать, установить и зашифровать кошелёк " -"Dash Core при использовании macOS. Руководство написано для macOS Sierra," -" но шаги этого процесса аналогичны и для других версий." +"Это руководство объясняет как скачать, установить и зашифровать кошелёк Dash" +" Core при использовании macOS. Руководство написано для macOS Sierra, но " +"шаги этого процесса аналогичны и для других версий." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -55,8 +53,8 @@ msgstr "Процедура скачивания кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -65,10 +63,10 @@ msgstr "Сайт автоматически определит кошелёк, #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -78,16 +76,17 @@ msgstr "Верификация Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -125,8 +124,8 @@ msgstr "Установка Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" "Откройте Finder и отправляйтесь в папку Downloads. Дважды щёлкните на " @@ -139,8 +138,8 @@ msgstr "Открытие файла .dmg кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" "Для установки Dash Core перенесите файл приложения Dash Core в папку " "Applications." @@ -151,25 +150,24 @@ msgstr "Первый запуск кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" -"При первом запуске Dash Core либо откройте Launchpad, либо отправляйтесь " -"в папку **Applications** в Finder. Для запуска приложения дважды щёлкните" -" **Dash Core** или **Dash-Qt**. Может появиться предупреждение о том, что" -" вы собираетесь открыть приложение из неизвестного источника. Для решения" -" этой проблемы, удерживая Control, кликните на иконке приложения и " -"выберите **Open** из контекстного меню, затем снова кликните **Open** в " -"диалоговом окне. В ваших настройках безопасности будет сохранено " -"исключение для этого приложения и в будущем вы сможете открывать его " -"обычным двойным щелчком так же, как открываете любое зарегистрированное " -"приложение." +"При первом запуске Dash Core либо откройте Launchpad, либо отправляйтесь в " +"папку **Applications** в Finder. Для запуска приложения дважды щёлкните " +"**Dash Core** или **Dash-Qt**. Может появиться предупреждение о том, что вы " +"собираетесь открыть приложение из неизвестного источника. Для решения этой " +"проблемы, удерживая Control, кликните на иконке приложения и выберите " +"**Open** из контекстного меню, затем снова кликните **Open** в диалоговом " +"окне. В ваших настройках безопасности будет сохранено исключение для этого " +"приложения и в будущем вы сможете открывать его обычным двойным щелчком так " +"же, как открываете любое зарегистрированное приложение." #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 msgid "Unblocking macOS from running Dash Core" @@ -178,15 +176,15 @@ msgstr "Разблокировка macOS во время запуска Dash Cor #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "При первом запуске программы, вам будет предложено выбрать расположение " "места хранения блокчейна и данных кошелька. Выберите расположение с " -"достаточным объёмом свободного места на диске, поскольку размер блокчейна" -" может достигать 30+ ГБ. По возможности рекомендуется использовать место," -" предлагаемое по умолчанию." +"достаточным объёмом свободного места на диске, поскольку размер блокчейна " +"может достигать 30+ ГБ. По возможности рекомендуется использовать место, " +"предлагаемое по умолчанию." #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" @@ -194,13 +192,13 @@ msgstr "Выбор места хранения данных кошелька Das #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Произойдёт запуск кошелька Dash Core. Первый запуск проходит дольше " -"обычного, поскольку кошельку Dash Core необходимо создать " -"криптографические данные для обеспечения безопасности вашего кошелька." +"обычного, поскольку кошельку Dash Core необходимо создать криптографические " +"данные для обеспечения безопасности вашего кошелька." #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 msgid "Starting Dash Core" @@ -211,16 +209,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "Синхронизация кошелька Dash Core с сетью Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"Как только кошелёк Dash Core будет успешно установлен и запущен, вы " -"увидете экран обзора кошелька. Вы заметите, что кошелёк \"не " -"синхронизирован\", а строка состояния в нижней части окна будет " -"показывать ход синхронизации." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -231,55 +224,49 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" -"Во время этого процесса, кошелёк Dash Core скачает с нод сети полную " -"копию блокчейна Dash на ваше устройство. В зависимости от " -"интернет-соединения, это может занят как мало времени, так и много. Если " -"вы увидете сообщение \"Отсутствует источник блоков\", проверьте ваше " -"соединение с интернетом." +"Во время этого процесса, кошелёк Dash Core скачает с нод сети полную копию " +"блокчейна Dash на ваше устройство. В зависимости от интернет-соединения, это" +" может занят как мало времени, так и много. Если вы увидете сообщение " +"\"Отсутствует источник блоков\", проверьте ваше соединение с интернетом." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "Синхронизация кошелька Dash Core завершена" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Теперь вы можете начать использовать кошелёк для отправки или получения " -"средств." #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Шифрование паролем кошелька Dash Core" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Вам поступит запрос ввести и подтвердить пароль." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -297,8 +284,8 @@ msgstr "Подтвердите, что вы хотите зашифровать #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -308,8 +295,8 @@ msgstr "Шифрование паролем кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:190 msgid "To encrypt your wallet, click **Settings** > **Encrypt Wallet**." msgstr "" -"Для того, чтобы зашифровать кошелёк, кликните **Настройки** > " -"**Зашифровать кошелёк**. " +"Для того, чтобы зашифровать кошелёк, кликните **Настройки** > **Зашифровать " +"кошелёк**. " #: ../../docs/user/wallets/dashcore/installation-macos.rst:195 msgid "Encrypting the Dash wallet with a password" @@ -321,16 +308,16 @@ msgstr "Вам поступит запрос ввести и подтверди #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" -"Когда процесс шифрования завершится, вы увидите предупреждение, что " -"старые резервные копии вашего кошелька более не могут быть использованы, " -"после чего вам будет предложено закрыть кошелёк Dash Core. Когда вы " -"перезапустите кошелёк Dash Core, то увидите небольшой синий знак замка в " -"нижней правой части экрана." +"Когда процесс шифрования завершится, вы увидите предупреждение, что старые " +"резервные копии вашего кошелька более не могут быть использованы, после чего" +" вам будет предложено закрыть кошелёк Dash Core. Когда вы перезапустите " +"кошелёк Dash Core, то увидите небольшой синий знак замка в нижней правой " +"части экрана." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -339,42 +326,5 @@ msgstr "Кошелёк Dash Core полностью зашифрован и си #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Теперь вы можете начать использовать свой кошелёк для отправки и " -"получения средств." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Как только ваш кошелёк синхронизируется " -#~ "с сетью Dash, то для предотвращения " -#~ "несанкционированного доступа к нему, " -#~ "настойчиво рекомендуется зашифровать кошелёк с" -#~ " помощью пароля или кодовой фразы. " -#~ "Необходимо использовать надёжный и новый " -#~ "пароль, который вы ранее нигде не " -#~ "использовали. Запишите свой пароль и " -#~ "храните его в безопасном месте, иначе" -#~ " ваш кошелёк навсегда останется " -#~ "заблокированным и вы потеряете доступ к" -#~ " вашим средствам." - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Теперь вы можете начать использовать свой кошелёк для отправки и получения " +"средств." diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index d5fcb32b2..721157370 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Max Aronych , 2022 # Андрей Дегтяр , 2022 # Dima, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dima, 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr " Как скачать, установить и зашифровать кошелёк Dash Core в Windows" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "dash, core, кошелёк, windows, установка" @@ -44,9 +42,9 @@ msgid "" "wallet for Windows. The guide is written for Windows 10, but the steps " "should be similar for Windows XP, Vista, 7 and 8." msgstr "" -"Это руководство объясняет как скачать, установить и зашифровать кошелёк " -"Dash Core для Windows. Руководство написано для Windows 10, но описанные " -"в нём шаги подходят для Windows XP, Vista, 7 и 8." +"Это руководство объясняет как скачать, установить и зашифровать кошелёк Dash" +" Core для Windows. Руководство написано для Windows 10, но описанные в нём " +"шаги подходят для Windows XP, Vista, 7 и 8." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 msgid "Downloading the Dash Core wallet" @@ -55,8 +53,8 @@ msgstr "Процедура скачивания кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -65,35 +63,24 @@ msgstr "Сайт автоматически определит кошелёк, #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." -msgstr "" -"Если автоматическое определение не работает, то вам будет необходимо " -"вручную выбрать вашу операционную систему и указать, какая версия " -"необходима, 32-битная или 64-битная. Если вы не знаете, какая у вас " -"верcия Windows, 32-битная или 64-битная, то в Windows 10 можно это " -"проверить следующим образом: **Start > Settings > System > About**. Для " -"подробностей, как это проверить в других версиях Windows, обратитесь " -"сюда: `здесь `__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -102,15 +89,15 @@ msgstr "Верификация Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -129,10 +116,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -141,10 +128,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -154,9 +141,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -170,8 +156,8 @@ msgstr "Запуск установщика кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:90 msgid "Double-click the file to start installing Dash Core." msgstr "" -"Сделайте двойной щелчок мышкой на файле для запуска установки кошелька " -"Dash Core." +"Сделайте двойной щелчок мышкой на файле для запуска установки кошелька Dash " +"Core." #: ../../docs/user/wallets/dashcore/installation-windows.rst:95 msgid "The Dash Core installer in the Downloads folder" @@ -179,14 +165,14 @@ msgstr "Установочный файл кошелька Dash Core наход #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" "На данном этапе, Защитник Windows может выдать предупреждение о " "нераспознанной угрозе. Вы можете пропустить это предупреждение, не " -"беспокоясь о безопасности, нажав **Подробнее**, далее **Выполнить в любом" -" случае**." +"беспокоясь о безопасности, нажав **Подробнее**, далее **Выполнить в любом " +"случае**." #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 msgid "" @@ -210,8 +196,8 @@ msgid "" "default values unless you have a specific reason to change something." msgstr "" "Пройдите через все последующие окна. Все настройки можно оставить на " -"значениях по умолчанию, кроме случаев, когда у вас есть конкретная " -"причина для их изменения." +"значениях по умолчанию, кроме случаев, когда у вас есть конкретная причина " +"для их изменения." #: ../../docs/user/wallets/dashcore/installation-windows.rst:123 msgid "Select the installation location" @@ -235,16 +221,15 @@ msgstr "Первый запуск кошелька Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." -msgstr "" -"По завершению установки, кошелёк Dash Core сразу запустится. Если этого " -"не произойдёт, то нажмите **Start > Dash Core > Dash Core** для запуска " +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." +msgstr "" +"По завершению установки, кошелёк Dash Core сразу запустится. Если этого не " +"произойдёт, то нажмите **Start > Dash Core > Dash Core** для запуска " "приложения. При первом запуске программы, вам будет предложено выбрать " "расположение места хранения блокчейна и данных кошелька. Выберите " "расположение с достаточным свободным местом на диске, поскольку размер " @@ -257,13 +242,13 @@ msgstr "Выбор места хранения данных кошелька Das #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" "Произойдёт запуск кошелька Dash Core. Первый запуск проходит дольше " -"обычного, поскольку кошельку Dash Core необходимо создать " -"криптографические данные для обеспечения безопасности вашего кошелька." +"обычного, поскольку кошельку Dash Core необходимо создать криптографические " +"данные для обеспечения безопасности вашего кошелька." #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 msgid "Starting Dash Core" @@ -276,74 +261,62 @@ msgstr "Синхронизация кошелька Dash Core с сетью Dash #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"Как только кошелёк Dash Core будет успешно установлен и запущен, вы " -"увидете экран обзора кошелька. Вы заметите, что кошелёк \"не " -"синхронизирован\", а строка состояния в нижней части окна будет " -"показывать ход синхронизации." +"Как только кошелёк Dash Core будет успешно установлен и запущен, вы увидете " +"экран обзора кошелька. Вы заметите, что кошелёк \"не синхронизирован\", а " +"строка состояния в нижней части окна будет показывать ход синхронизации." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Кошелёк Dash Core начинает синхронизацию с сетью Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Во время этого процесса, кошелёк Dash Core скачает с нод сети полную " -"копию блокчейна Dash на ваше устройство. В зависимости от " -"интернет-соединения, это может занят как мало времени, так и много. Если " -"вы увидете сообщение \"Отсутствует источник блоков\", проверьте ваше " -"соединение с интернетом." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "Синхронизация кошелька Dash Core завершена" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." msgstr "" -"Теперь вы можете начать использовать кошелёк для отправки или получения " -"средств." #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Шифрование паролем кошелька Dash Core" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Вам поступит запрос ввести и подтвердить пароль." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -361,8 +334,8 @@ msgstr "Подтвердите, что вы хотите зашифровать #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -384,18 +357,12 @@ msgid "You will be asked to enter and verify a password." msgstr "Вам поступит запрос ввести и подтвердить пароль." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Когда процесс шифрования завершится, вы увидите предупреждение, что " -"старые резервные копии вашего кошелька более не могут быть использованы, " -"после чего вам будет предложено закрыть кошелёк Dash Core. Когда вы " -"перезапустите кошелёк Dash Core, то увидите небольшой синий знак замка в " -"нижней правой части экрана." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -404,100 +371,5 @@ msgstr "Кошелёк Dash Core полностью зашифрован и си #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Теперь вы можете начать использовать свой кошелёк для отправки и " -"получения средств." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "В Панели управления Windows зайдите в раздел Система" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" -#~ "Во вкладке Система зайдите в раздел " -#~ "\"О системе\", чтобы увидеть тип " -#~ "системы. В данном случае это 64-битная" -#~ " система." - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Как только ваш кошелёк синхронизируется " -#~ "с сетью Dash, то для предотвращения " -#~ "несанкционированного доступа к нему, " -#~ "настойчиво рекомендуется зашифровать кошелёк с" -#~ " помощью пароля или кодовой фразы. " -#~ "Необходимо использовать надёжный и новый " -#~ "пароль, который вы ранее нигде не " -#~ "использовали. Запишите свой пароль и " -#~ "храните его в безопасном месте, иначе" -#~ " ваш кошелёк навсегда останется " -#~ "заблокированным и вы потеряете доступ к" -#~ " вашим средствам." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Теперь вы можете начать использовать свой кошелёк для отправки и получения " +"средств." diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 22ec8cb49..30d595be8 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" @@ -29,7 +29,7 @@ msgstr "" "Как скачать и установить кошелёк Dash Core. Также доступна инструкция по " "компиляции." -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "dash, core, wallet, linux, windows, macos, installation, compile" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index ef0677be3..0e414a712 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Dima, 2022 # Julia Ogonkova , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "Описание диалоговых окон и интерфейсов кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "dash, core, wallet, interface, dialog, synchronisation, tools options" @@ -38,18 +36,18 @@ msgstr "Интерфейс" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" -"Dash Core Wallet - это приложение, которое запускается на вашем " -"компьютере и с помощью которого вы можете совершать переводы в сети Dash." -" Большая часть транзакций предназначена для получения и отправления Dash," -" но также есть возможность отправлять подписанные сообщения или, " -"например, контролировать работу мастерноды. Интерфейс Dash Core Wallet " -"подробно описан в следующих разделах." +"Dash Core Wallet - это приложение, которое запускается на вашем компьютере и" +" с помощью которого вы можете совершать переводы в сети Dash. Большая часть " +"транзакций предназначена для получения и отправления Dash, но также есть " +"возможность отправлять подписанные сообщения или, например, контролировать " +"работу мастерноды. Интерфейс Dash Core Wallet подробно описан в следующих " +"разделах." #: ../../docs/user/wallets/dashcore/interface.rst:18 msgid "The Main Window" @@ -85,11 +83,11 @@ msgstr "Строка меню" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" -"Через Строку меню вы можете получить доступ ко всем функциям Dash Core. " -"Там доступны четыре меню: " +"Через Строку меню вы можете получить доступ ко всем функциям Dash Core. Там " +"доступны четыре меню: " #: ../../docs/user/wallets/dashcore/interface.rst:38 msgid "File" @@ -105,8 +103,8 @@ msgstr "Настройки" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" "Меню Настройки даёт доступ к вариантам шифрования и общим настройкам " "программы." @@ -117,8 +115,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -127,8 +125,8 @@ msgstr "Помощь" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" "В меню Помощь можно найти документацию, инструкции и правовые документы, " "имеющие отношение к Dash Core." @@ -140,12 +138,12 @@ msgstr "Панель вкладок" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" "Панель вкладок используется для быстрого переключения между основными " -"областями Dash Core. Содержимое основной области меняется в зависимости " -"от того, какую вкладку вы выбрали. Доступны следующие вкладки:" +"областями Dash Core. Содержимое основной области меняется в зависимости от " +"того, какую вкладку вы выбрали. Доступны следующие вкладки:" #: ../../docs/user/wallets/dashcore/interface.rst:58 #: ../../docs/user/wallets/dashcore/interface.rst:65 @@ -171,8 +169,8 @@ msgstr "Доступно" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" "Здесь показан ваш ликвидный баланс. Это то количество Dash, которое вы " "можете сейчас потратить." @@ -194,8 +192,8 @@ msgid "" "This shows funds from masternode or mining payments which have not yet " "reached the required number of confirmations." msgstr "" -"Здесь показаны средства от мастерноды или выплаты за майнинг, которые ещё" -" не достигли требуемого количества подтверждений." +"Здесь показаны средства от мастерноды или выплаты за майнинг, которые ещё не" +" достигли требуемого количества подтверждений." #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "Total" @@ -203,7 +201,8 @@ msgstr "Итого" #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "This is simply your available and pending funds added together." -msgstr "Здесь показана сумма всех доступных и ожидаемых средств на вашем счёте." +msgstr "" +"Здесь показана сумма всех доступных и ожидаемых средств на вашем счёте." #: ../../docs/user/wallets/dashcore/interface.rst:85 msgid "" @@ -213,9 +212,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -226,10 +225,10 @@ msgstr "Вкладка Отправить" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -246,10 +245,9 @@ msgid "" "create a request for a specific amount of Dash or include a specific " "message, and send it to another user as a link or QR code." msgstr "" -"Во вкладке Получить вы можете создать адреса для получения Dash. Вы " -"можете создать запрос на определённое количество Dash или добавить " -"специальное сообщение, и отправить его другому пользователю в виде ссылки" -" или QR кода." +"Во вкладке Получить вы можете создать адреса для получения Dash. Вы можете " +"создать запрос на определённое количество Dash или добавить специальное " +"сообщение, и отправить его другому пользователю в виде ссылки или QR кода." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" @@ -261,20 +259,19 @@ msgstr "Вкладка Транзакции" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -288,11 +285,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -306,9 +302,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -321,9 +317,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -339,8 +335,8 @@ msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" -"В строке состояния отображается панель синхронизации и ряд иконок " -"статуса, которые показывают статус вашего соединения с сетью Dash. " +"В строке состояния отображается панель синхронизации и ряд иконок статуса, " +"которые показывают статус вашего соединения с сетью Dash. " #: ../../docs/user/wallets/dashcore/interface.rst:181 msgid "The Synchronization Bar" @@ -349,20 +345,19 @@ msgstr "Панель синхронизации" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" -"Эта панель показывает статус синхронизации Dash Core с сетью Dash. Каждый" -" раз, когда вы открываете Dash Core, он начинает скачивать блоки, которые" -" были созданы в блокчейне с того момента, когда вы последний раз " -"открывали приложение. Эти блока скачиваются от других пользователей Dash " -"и мастернод. Если вы никогда прежде не открывали это приложение, это " -"значит, что вам предстоит скачать блоки за несколько лет. На этой панели " -"доступны следующие статусы:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"Эта панель показывает статус синхронизации Dash Core с сетью Dash. Каждый " +"раз, когда вы открываете Dash Core, он начинает скачивать блоки, которые " +"были созданы в блокчейне с того момента, когда вы последний раз открывали " +"приложение. Эти блока скачиваются от других пользователей Dash и мастернод. " +"Если вы никогда прежде не открывали это приложение, это значит, что вам " +"предстоит скачать блоки за несколько лет. На этой панели доступны следующие " +"статусы:" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" @@ -370,12 +365,12 @@ msgstr "Нет доступа к источникам блока" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" -"Этот статус появляется, когда ваше интернет-соединение перестаёт " -"работать, или порты, которые требуются для работы с Dash Core, " -"заблокированы фаерволом. " +"Этот статус появляется, когда ваше интернет-соединение перестаёт работать, " +"или порты, которые требуются для работы с Dash Core, заблокированы " +"фаерволом. " #: ../../docs/user/wallets/dashcore/interface.rst:194 msgid "Synchronizing with network" @@ -395,8 +390,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" "Когда синхронизация завершена, индикатор прогресса исчезнет, и справа в " "строке состояния появится галочка." @@ -407,33 +402,31 @@ msgstr "Иконки статуса" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" "Иконки замка отображают статус вашего кошелька: заблокирован или не " -"заблокирован. Вам нужно разблокировать ваш кошелёк перед тем, как " -"отправить средства или совершить какие-то другие действия." +"заблокирован. Вам нужно разблокировать ваш кошелёк перед тем, как отправить " +"средства или совершить какие-то другие действия." #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -454,8 +447,8 @@ msgstr "Главная вкладка" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" "Главная вкладка окна Настройки содержит настройки, которые относятся к " "запуску и работе приложения Dash Core." @@ -470,18 +463,17 @@ msgstr "Запускать Dash Core при входе в систему" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" -"Эта опция даёт возможность автоматически запускать Dash Core, когда " -"текущий пользователь начинает работу. На большинстве компьютеров " -"существует только один основной пользовательский аккаунт, который " -"автоматически залогинивается, когда включается компьютер, поэтому эта " -"опция так же эффективна, как и одновременный запуск Dash Core с " -"операционной системой." +"Эта опция даёт возможность автоматически запускать Dash Core, когда текущий " +"пользователь начинает работу. На большинстве компьютеров существует только " +"один основной пользовательский аккаунт, который автоматически " +"залогинивается, когда включается компьютер, поэтому эта опция так же " +"эффективна, как и одновременный запуск Dash Core с операционной системой." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" @@ -490,12 +482,12 @@ msgstr "Скрыть иконку в системном лотке" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" -"Когда эта опция включена, Dash Core не отображает иконку в системном " -"лотке. Эту опцию невозможно включить одновременно с опцией **Сворачивать " -"в системный лоток вместо панели задач**. " +"Когда эта опция включена, Dash Core не отображает иконку в системном лотке. " +"Эту опцию невозможно включить одновременно с опцией **Сворачивать в " +"системный лоток вместо панели задач**. " #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -503,17 +495,17 @@ msgstr "Сворачивать в системный лоток вместо п #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" -"Когда эта опция включена и окно Dash Core свёрнуто, оно не отображается " -"на панели задач как работающее приложение. Вместо этого, Dash Core будет " -"работать в фоновом режиме, и его можно снова открыть через системный " -"лоток (в области рядом с часами). Эту опцию невозможно включить " -"одновременно с опцией **Скрыть иконку в системном лотке**. " +"Когда эта опция включена и окно Dash Core свёрнуто, оно не отображается на " +"панели задач как работающее приложение. Вместо этого, Dash Core будет " +"работать в фоновом режиме, и его можно снова открыть через системный лоток " +"(в области рядом с часами). Эту опцию невозможно включить одновременно с " +"опцией **Скрыть иконку в системном лотке**. " #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" @@ -521,9 +513,9 @@ msgstr "Сворачивать при закрытии" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" "Когда эта опция включена, то клик по крестику в правом верхнем углу окна " "будет сворачивать, а не закрывать Dash Core. Чтобы полностью выйти из " @@ -535,11 +527,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -550,8 +541,8 @@ msgstr "Размер кэша БД" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -560,23 +551,23 @@ msgstr "Число потоков проверки сценария" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." -msgstr "" -"Эта опция задаёт номер ветки верификации скрипта, от -4 до 16. " -"`Верификация скрипта `__ - это процесс" -" следования инструкциям, записанный в блокчейне, чтобы гарантировать " -"подлинность транзакции. 0 - автоматический режим, в котором верификация " -"скрипта равняется числу ядер вашего процессора. Использование " -"положительных чисел подразумевает, что Dash Core должен использовать это " -"числе ядер процессора, а использование отрицательных чисел оставит " -"количество используемых ядер на усмотрение Dash Core." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." +msgstr "" +"Эта опция задаёт номер ветки верификации скрипта, от -4 до 16. `Верификация " +"скрипта `__ - это процесс следования " +"инструкциям, записанный в блокчейне, чтобы гарантировать подлинность " +"транзакции. 0 - автоматический режим, в котором верификация скрипта " +"равняется числу ядер вашего процессора. Использование положительных чисел " +"подразумевает, что Dash Core должен использовать это числе ядер процессора, " +"а использование отрицательных чисел оставит количество используемых ядер на " +"усмотрение Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" @@ -586,9 +577,9 @@ msgstr "Вкладка Кошелёк" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -602,15 +593,14 @@ msgstr "Включить функции контроля монет" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -619,10 +609,10 @@ msgstr "Показывать вкладку Мастерноды" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -631,10 +621,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -643,22 +633,21 @@ msgstr "Тратить неподтверждённую сдачу" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." -msgstr "" -"Когда эта опция включена, кошелёк Dash Core позволяет вам тут же " -"потратить сдачу от предыдущих транзакций, которые были переведены между " -"адресами внутри одного кошелька. Это возможно даже тогда, когда " -"транзакция не была полностью подтверждена, потому что кошелёк знает, что " -"им же созданная внутренняя транзакция со временем подтвердится. При " -"включении этой опции вы сможете создавать новые транзакции даже тогда, " -"когда предыдущие ещё не подтвердились." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." +msgstr "" +"Когда эта опция включена, кошелёк Dash Core позволяет вам тут же потратить " +"сдачу от предыдущих транзакций, которые были переведены между адресами " +"внутри одного кошелька. Это возможно даже тогда, когда транзакция не была " +"полностью подтверждена, потому что кошелёк знает, что им же созданная " +"внутренняя транзакция со временем подтвердится. При включении этой опции вы " +"сможете создавать новые транзакции даже тогда, когда предыдущие ещё не " +"подтвердились." #: ../../docs/user/wallets/dashcore/interface.rst:352 msgid "Enable CoinJoin features" @@ -666,9 +655,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -677,8 +666,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -691,9 +680,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -703,8 +692,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -728,10 +717,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -740,11 +729,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -753,10 +742,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -777,20 +766,19 @@ msgstr "Пробросить порт через UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" "Когда эта опция включена, Dash Core автоматически пытается открыть и " "пробросить клиентский порт на вашем роутере, используя `UPnP " -"`__ (Universal " -"Plug and Play) - универсальный набор сетевых протоколов. Большинство " -"современных домашних роутеров поддерживают эту функцию, и благодаря ей вы" -" сможете подключиться к сети Dash без специальных настроек вашего " -"роутера." +"`__ (Universal Plug " +"and Play) - универсальный набор сетевых протоколов. Большинство современных " +"домашних роутеров поддерживают эту функцию, и благодаря ей вы сможете " +"подключиться к сети Dash без специальных настроек вашего роутера." #: ../../docs/user/wallets/dashcore/interface.rst:429 msgid "Allow incoming connections" @@ -798,17 +786,16 @@ msgstr "Принимать входящие подключения" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" "Эта опция даёт возможность вашему клиенту принимать подключения извне. " "Поскольку Dash - пиринговая сеть, а Dash Core считается полноценным " "клиентом, потому что он хранит на вашем устройстве копию блокчейна, " -"включение этой опции позволит другим клиентам синхронизировать блокчейн и" -" сеть через вашу ноду. " +"включение этой опции позволит другим клиентам синхронизировать блокчейн и " +"сеть через вашу ноду. " #: ../../docs/user/wallets/dashcore/interface.rst:436 msgid "Connect through SOCKS5 proxy (default proxy)" @@ -818,16 +805,15 @@ msgstr "Подключаться через прокси SOCKS5 (прокси п msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" "Если пользователь работает с интранетом и ему нужен прокси для выхода в " -"общий интернет, эти опции дают возможность настройки адреса прокси " -"сервера, чтобы пересылать запросы в интернет. Свяжитесь с вашим системным" -" администратором или проверьте сетевые настройки вашего браузера, если вы" -" не можете подключиться и подозреваете, что проблема может быть в прокси." -" " +"общий интернет, эти опции дают возможность настройки адреса прокси сервера, " +"чтобы пересылать запросы в интернет. Свяжитесь с вашим системным " +"администратором или проверьте сетевые настройки вашего браузера, если вы не " +"можете подключиться и подозреваете, что проблема может быть в прокси. " #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" @@ -837,15 +823,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" -"Здесь вы можете настроить дополнительный прокси сервер, с помощью " -"которого сможете подключиться к пирам в сети Tor. Это дополнительная " -"опция для повышения уровня приватности, и она требует наличия Tor прокси " -"в вашей сети. Чтобы узнать больше о Tor, пройдите по " +"Здесь вы можете настроить дополнительный прокси сервер, с помощью которого " +"сможете подключиться к пирам в сети Tor. Это дополнительная опция для " +"повышения уровня приватности, и она требует наличия Tor прокси в вашей сети." +" Чтобы узнать больше о Tor, пройдите по " "`ссылке`__." #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -881,14 +867,13 @@ msgstr "Отображать суммы в единицах" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" -"Здесь вы можете изменить единицы валюты в Dash Core, с DASH на mDASH, " -"µDASH или duffs. Каждая единица сдвигают десятичный разделитель на три " -"пункта вправо. Duffs - самые маленькие единицы валюты, на которые делится" -" Dash." +"Здесь вы можете изменить единицы валюты в Dash Core, с DASH на mDASH, µDASH " +"или duffs. Каждая единица сдвигают десятичный разделитель на три пункта " +"вправо. Duffs - самые маленькие единицы валюты, на которые делится Dash." #: ../../docs/user/wallets/dashcore/interface.rst:469 msgid "Decimal digits" @@ -896,34 +881,33 @@ msgstr "Знаков после запятой" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" -"Здесь можно выбрать количество десятичных знаков, которые будут " -"отображаться в пользовательском интерфейсе. Эта опция никак не влияет на " -"количество средств на ваших счетах и общий баланс." +"Здесь можно выбрать количество десятичных знаков, которые будут отображаться" +" в пользовательском интерфейсе. Эта опция никак не влияет на количество " +"средств на ваших счетах и общий баланс." #: ../../docs/user/wallets/dashcore/interface.rst:477 msgid "Third party transaction URLs" msgstr "Сторонние URL для транзакций" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" -"Здесь вы можете задать внешний вебсайт, чтобы проверить определённый " -"адрес или транзакцию в блокчейне. Для этого подходят несколько блокчейн " +"Здесь вы можете задать внешний вебсайт, чтобы проверить определённый адрес " +"или транзакцию в блокчейне. Для этого подходят несколько блокчейн " "эксплореров. Чтобы воспользоваться этой функцией, введите URL выбранного " -"блокчейн эксплорера и замените %sна ID транзакции. После этого вы сможете" -" войти в блокчейн эксплорер напрямую из Dash Core с помощью контекстного " -"меню любой выбранной транзакции." +"блокчейн эксплорера и замените %sна ID транзакции. После этого вы сможете " +"войти в блокчейн эксплорер напрямую из Dash Core с помощью контекстного меню" +" любой выбранной транзакции." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" @@ -931,8 +915,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -945,9 +929,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -977,8 +961,8 @@ msgid "" "This documentation describes the functionality of the Dash Core Tools " "dialog, available under the **Tools** menu in Dash Core." msgstr "" -"Эти документы описывают функционал диалогового окна Инструменты Dash " -"Core, которые доступны через меню **Инструменты** в Dash Core." +"Эти документы описывают функционал диалогового окна Инструменты Dash Core, " +"которые доступны через меню **Инструменты** в Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:509 msgid "Information tab" @@ -994,8 +978,8 @@ msgstr "Общие" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" "В этом разделе отображается информация об имени и версии клиента и базы " "данных, а также местоположение текущей директории данных приложения. " @@ -1006,8 +990,8 @@ msgstr "Сеть" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" "В этом разделе отображается информация и статистика сети, к которой вы " "подключены." @@ -1027,15 +1011,14 @@ msgstr "Пул памяти" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" -"В этом разделе отображается статус пула памяти, где содержатся " -"транзакции, которые ещё не могут быть записаны в блок. Здесь находятся " -"как транзакции, которые были созданы во время последнего блока, так и " -"транзакции, которые не вошли в последний блок, потому что он уже был " -"полон. " +"В этом разделе отображается статус пула памяти, где содержатся транзакции, " +"которые ещё не могут быть записаны в блок. Здесь находятся как транзакции, " +"которые были созданы во время последнего блока, так и транзакции, которые не" +" вошли в последний блок, потому что он уже был полон. " #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" @@ -1043,12 +1026,11 @@ msgstr "Открыть отладочный лог-файл" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" -"Эта кнопка открывает debug.log из директории данных приложения. Этот файл" -" содержит выгрузку из Dash Core, которая может помочь в диагностике " -"ошибок. " +"Эта кнопка открывает debug.log из директории данных приложения. Этот файл " +"содержит выгрузку из Dash Core, которая может помочь в диагностике ошибок. " #: ../../docs/user/wallets/dashcore/interface.rst:539 msgid "Console tab" @@ -1057,9 +1039,9 @@ msgstr "Вкладка Консоль" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -1074,9 +1056,9 @@ msgstr "Вкладка Сетевой трафик" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -1089,15 +1071,14 @@ msgstr "Вкладка Пиры" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" -"Вкладка Пиры отображает список других полноценных нод, подключённых к " -"вашему клиенту Dash Core. Доступны IP адрес, время пинга и версия " -"клиента. При выборе пира отображается дополнительная информация об обмене" -" данных с этим пиром. " +"Вкладка Пиры отображает список других полноценных нод, подключённых к вашему" +" клиенту Dash Core. Доступны IP адрес, время пинга и версия клиента. При " +"выборе пира отображается дополнительная информация об обмене данных с этим " +"пиром. " #: ../../docs/user/wallets/dashcore/interface.rst:576 msgid "The Peers tab of the Dash Core Tools dialog" @@ -1109,14 +1090,13 @@ msgstr "Вкладка Ремонт кошелька" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" "Во вкладке Ремонт кошелька находится набор загрузочных команд, чтобы " -"привести кошелёк в рабочее состояние. Выбор любой из этих команд приведёт" -" к перезапуску Dash Core с определёнными настройками, заданными командой." -" " +"привести кошелёк в рабочее состояние. Выбор любой из этих команд приведёт к " +"перезапуску Dash Core с определёнными настройками, заданными командой. " #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" @@ -1129,16 +1109,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" "Пересканирует уже скачанный блокчейн в поиске любой транзакции, которая " -"влияет на содержащиеся в кошельке средства. Это может понадобиться, если " -"вы заменили файл wallet.dat другим кошельком или бэкапом - логика " -"кошелька не будет знать об этих транзакциях, поэтому пересканирование " -"необходимо для восстановления баланса." +"влияет на содержащиеся в кошельке средства. Это может понадобиться, если вы " +"заменили файл wallet.dat другим кошельком или бэкапом - логика кошелька не " +"будет знать об этих транзакциях, поэтому пересканирование необходимо для " +"восстановления баланса." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1146,8 +1126,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1157,12 +1137,12 @@ msgstr "Восстановление транзакций" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1172,13 +1152,13 @@ msgstr "Обновить формат кошелька" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" -"Эта команда доступна для очень старых кошельков, где помимо обновления ПО" -" необходимо обновлять версию кошелька. Версию вашего кошелька можно " -"узнать, выполнив команду ``getwalletinfo`` в консоли. " +"Эта команда доступна для очень старых кошельков, где помимо обновления ПО " +"необходимо обновлять версию кошелька. Версию вашего кошелька можно узнать, " +"выполнив команду ``getwalletinfo`` в консоли. " #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" @@ -1187,41 +1167,24 @@ msgstr "Перестроить индекс" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" "Удаляет текущий блокчейн и индексы статуса цепи (базу данных средств " -"непотраченных транзакций) и перестраивает её из существующих файлов " -"блока. Эту функцию можно использовать, чтобы восстановить пропавшие или " -"застрявшие балансы." +"непотраченных транзакций) и перестраивает её из существующих файлов блока. " +"Эту функцию можно использовать, чтобы восстановить пропавшие или застрявшие " +"балансы." #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index fa7b1a313..07942d105 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,22 +12,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" "Руководство по отправке и получению DASH с использованием кошелька Dash Core" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "dash, core, кошелёк, отправка, получение, транзакция" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index e8a3a57d6..441b7ed0e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -15,17 +15,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." @@ -33,7 +33,7 @@ msgstr "" "Мастерноды, мультиподпись, бумажные кошельки, холодное хранение и командная " "строка в кошельке Dash Electrum." -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 061bfdf45..f03b64bdd 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "Часто задаваемые вопросы о кошельке Dash Electrum" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "dash, кошелёе, electrum, faq, seed-фраза" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/index.po index e1b1686db..4469c8fbc 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 226650f66..cbe40a96e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Julia Ogonkova , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/security.po index 9d55f0327..4567ed71b 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" "Надёжность, безопасность и создание резервных копий при использовании " "кошелька Dash Electrum" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" "dash, кошелёк, electrum, безопасность, пароль, резервная копия, защита, " diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 20e0dd42b..630d989e5 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" "Руководство по отправке и получению DASH с использованием кошелька Dash " "Electrum" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "dash, кошелёк, electrum, отправка, получение, транзакция" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/ru/LC_MESSAGES/docs/user/wallets/hardware.po index 24c7ebd87..57f28c746 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -14,21 +14,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "Как пользоваться криптовалютой DASH на аппаратных кошельках" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" "dash, железо, кошелёк, реестр, keepkey, trezor, безопасность, приватный ключ" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-hardware.po index 96adc11c1..64cc54787 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-paper.po index 17a3650ae..51e1bed65 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-text.po index 8fddbc323..846b13642 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-third-party.po index 89c8273d8..03ac7ffa0 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index-web.po index e74e2596a..e82ac4ec9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/index.po index 92ca036a6..e198a2645 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,24 +12,24 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "" "Описание различных кошельков для хранения и использования криптовалюты Dash" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 61501b5e2..5fea10aef 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Max Aronych , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" @@ -32,7 +30,7 @@ msgstr "" "Схема URL, главный публичный ключ и запрос платежа в Dash на вашем iOS " "устройстве" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "dash, кошелёк, ios, отправить, платёж, url, публичный ключ" @@ -41,18 +39,17 @@ msgid "Advanced functions" msgstr "Продвинутые функции" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -#, fuzzy msgid "Masternode keys" -msgstr "Главный публичный ключ" +msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -70,11 +67,10 @@ msgid "" "call the wallet to complete a transaction denominated in Dash. This page " "documents the methods available using the URL scheme." msgstr "" -"iOS позволяет приложениям обмениваться друг с другом информацией через " -"URL-схемы. В кошелёк Dash для iOS внедрена схема dashwallet:// , " -"позволяющая вам запросить кошелёк о завершении транзакции, " -"деноминированной в Dash. На данной странице представлены доступные для " -"этого способы через URL-схему." +"iOS позволяет приложениям обмениваться друг с другом информацией через URL-" +"схемы. В кошелёк Dash для iOS внедрена схема dashwallet:// , позволяющая вам" +" запросить кошелёк о завершении транзакции, деноминированной в Dash. На " +"данной странице представлены доступные для этого способы через URL-схему." #: ../../docs/user/wallets/ios/advanced-functions.rst:41 msgid "Payment" @@ -90,12 +86,12 @@ msgstr "Примечания:" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" -"``sender`` является одновременно вашим ответным URL и названием " -"приложения, которые вы показываете пользователю. Это сделано для " -"предотвращения фишинга со стороны 3-их лиц." +"``sender`` является одновременно вашим ответным URL и названием приложения, " +"которые вы показываете пользователю. Это сделано для предотвращения фишинга" +" со стороны 3-их лиц." #: ../../docs/user/wallets/ios/advanced-functions.rst:52 msgid "The user will see something similar to this:" @@ -107,12 +103,11 @@ msgstr "Запрос платежа в iOS" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" "Если пользователь вводит правильный пароль, то транзакция отправляется и " -"пользователь возвращается в приложение для отправки, следуя ответному " -"URL." +"пользователь возвращается в приложение для отправки, следуя ответному URL." #: ../../docs/user/wallets/ios/advanced-functions.rst:62 msgid "Callback URL format::" @@ -128,15 +123,15 @@ msgstr "Формат запроса главного публичного клю #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" "Обратите внимание, что профиль пользователя является опциональным и " -"соответствует профилю BIP32/BIP44, большую часть времени его значение " -"должно быть 0. Если профиль не указан, то мы используем профиль 0. При " -"выплнении этого условия, назад отправятся и расширенный публичный ключ " +"соответствует профилю BIP32/BIP44, большую часть времени его значение должно" +" быть 0. Если профиль не указан, то мы используем профиль 0. При выплнении " +"этого условия, назад отправятся и расширенный публичный ключ " "``44’/5’/’`` и ``’``" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -151,4 +146,3 @@ msgstr "Получите адрес для платежа" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index f286f6be4..6633ee1d9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Dima, 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "Знакомство с методом отправки и получения Dash на ваше iOS устройство" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "" "dash, мобильный, кошелёк, ios, отправить, получить, адреса, начало работы" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/index.po index b71126d03..34d5e1981 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/installation.po index 46c567698..1698ead4f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,21 +13,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "Как установить кошелёк Dash на ваше устройство iOS" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "dash, мобильный, кошелёк, ios, установка, сборка" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po b/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po index cc3fa9af6..0ba2efbc5 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -14,23 +14,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "" "Руководства по безопасному использованию бумажных кошельков криптовалюты " "Dash" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "dash, бумажный, кошелёк, шифрование" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po index f9172c55c..575b0e3e8 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,39 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Leon White , 2022 # Tikhon Skudarnov , 2022 # Max Aronych , 2022 # Андрей Дегтяр , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" -"Восстановление кошельков Dash из файлов, с помощью приватных ключей или " -"фраз для восстановления" +"Восстановление кошельков Dash из файлов, с помощью приватных ключей или фраз" +" для восстановления" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" "dash, кошелёк, восстановление, пароль, потеря, мобильный, core, фраза, " "приватный ключ" @@ -45,20 +43,20 @@ msgstr "Восстановление кошелька" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" "Пользователи, которые длительный период пользуются криптовалютой, иногда " -"находят старые файлы кошельков на USB-накопителях или в облачном " -"хранилище, о которых они забыли. Также есть пользователи, которые могут " -"иметь резервную копию, но не могут вспомнить какое программное " -"обеспечение они использовали для её создания, или забыли пароль. И есть " -"пользователи, которые могут иметь старую версию Dash Core, которая больше" -" не работает из-за обновления сети. Эта документация призвана помочь " -"таким пользователям восстановить доступ к своим средствам." +"находят старые файлы кошельков на USB-накопителях или в облачном хранилище, " +"о которых они забыли. Также есть пользователи, которые могут иметь резервную" +" копию, но не могут вспомнить какое программное обеспечение они использовали" +" для её создания, или забыли пароль. И есть пользователи, которые могут " +"иметь старую версию Dash Core, которая больше не работает из-за обновления " +"сети. Эта документация призвана помочь таким пользователям восстановить " +"доступ к своим средствам." #: ../../docs/user/wallets/recovery.rst:20 msgid "Determining the backup format" @@ -68,16 +66,15 @@ msgstr "Определение формата резервного копиро msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" -"Первым шагом является определение формата создаваемой вами резервной " -"копии. В большинстве случаев это будет либо файл, возможно, названный " -"*wallet.dat*, либо фраза из слов. В некоторых случаях вы можете напрямую " -"сохранить приватный ключ для адреса Dash. В следующем списке показаны " -"возможности и методы восстановления вашего кошелька в порядке " -"вероятности." +"Первым шагом является определение формата создаваемой вами резервной копии. " +"В большинстве случаев это будет либо файл, возможно, названный *wallet.dat*," +" либо фраза из слов. В некоторых случаях вы можете напрямую сохранить " +"приватный ключ для адреса Dash. В следующем списке показаны возможности и " +"методы восстановления вашего кошелька в порядке вероятности." #: ../../docs/user/wallets/recovery.rst:28 msgid "Backup is stored in an older version of Dash Core that no longer works" @@ -90,8 +87,8 @@ msgid "" "Follow instructions for restoring wallet files using :ref:`Dash Core " "`" msgstr "" -"Следуйте инструкциям по восстановлению файлов кошелька, используя " -":ref:`Dash Core `" +"Следуйте инструкциям по восстановлению файлов кошелька, используя :ref:`Dash" +" Core `" #: ../../docs/user/wallets/recovery.rst:32 msgid "Backup is a file" @@ -99,21 +96,21 @@ msgstr "Резервной копией является файл" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" "Если файл имеет имя идентичное с wallet.dat, попробуйте способ " "восстановления по :ref:`Dash Core `" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" -"Если имя файла аналогично с dash-wallet-backup или содержит слово " -"'mobile', попробуйте способ восстановления по :ref:`Кошелёк Dash для " -"Android `" +"Если имя файла аналогично с dash-wallet-backup или содержит слово 'mobile', " +"попробуйте способ восстановления по :ref:`Кошелёк Dash для Android `" #: ../../docs/user/wallets/recovery.rst:37 msgid "Backup is a phrase of words" @@ -123,37 +120,37 @@ msgstr "Резервной копией является фраза из сло msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" -"Если фраза состоит из 12 слов, попробуйте восстановление по :ref:`кошелёк" -" Dash Electrum ` или кошелёк Dash для " -":ref:`Android ` или :ref:`iOS `, в зависимости от того, какую платформу вы использовали " -"для создания резервной копии" +"Если фраза состоит из 12 слов, попробуйте восстановление по :ref:`кошелёк " +"Dash Electrum ` или кошелёк Dash для " +":ref:`Android ` или :ref:`iOS `, в зависимости от того, какую платформу вы использовали для " +"создания резервной копии" #: ../../docs/user/wallets/recovery.rst:40 msgid "" "If 13 words long, try to restore using :ref:`Dash Electrum wallet `" msgstr "" -"Если фраза состоит из 13 слов, попробуйте восстановление по :ref:`кошелёк" -" Dash Electrum `" +"Если фраза состоит из 13 слов, попробуйте восстановление по :ref:`кошелёк " +"Dash Electrum `" #: ../../docs/user/wallets/recovery.rst:41 msgid "" "If 12, 18 or 24 or 25 words long, try to restore with the :ref:`hardware " "wallet ` you used to create the recovery phrase" msgstr "" -"Если фраза состоит из 12, 18, 24 или 25 слов, попробуйте восстановление " -"по :ref:`аппаратный кошелёк `, который вы " -"использовали для создания фразы восстановления" +"Если фраза состоит из 12, 18, 24 или 25 слов, попробуйте восстановление по " +":ref:`аппаратный кошелёк `, который вы использовали" +" для создания фразы восстановления" #: ../../docs/user/wallets/recovery.rst:43 msgid "Backup is a long string of random characters or a QR code" msgstr "" -"Резервной копией является длинная строка, состоящая из случайных букв и " -"цифр или QR-код" +"Резервной копией является длинная строка, состоящая из случайных букв и цифр" +" или QR-код" #: ../../docs/user/wallets/recovery.rst:45 msgid "" @@ -161,23 +158,22 @@ msgid "" "cannot be used to restore access to lost funds. You need the private key." msgstr "" "Если строка состоит из 34 символов и начинается с Х, то это строка с " -"публичным адресом и она не может использоваться для восстановления " -"доступа к потерянным средствам. Вам необходим приватный ключ." +"публичным адресом и она не может использоваться для восстановления доступа к" +" потерянным средствам. Вам необходим приватный ключ." #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" -"Если строка состоит из 51 символа и начинается с 7, то это " -":ref:`приватный ключ в формате WIF `, импортируйте его с" -" помощью Dash Core" +"Если строка состоит из 51 символа и начинается с 7, то это :ref:`приватный " +"ключ в формате WIF `, импортируйте его с помощью Dash Core" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" "Если строка состоит из 58 символов и начинается с 6Р, то это " ":ref:`зашифрованный с помощью BIP38 приватный ключ `, " @@ -186,8 +182,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" "После того как вы определили формат резервного копирования, следуйте по " "ссылкам для ознакомления с руководством по восстановлению для выбранного " @@ -206,13 +202,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -220,28 +215,27 @@ msgid "" "Comparing the installed version of Dash Core with the latest version " "available on the website" msgstr "" -"Сравнение установленной версии Dash Core с последней версией, доступной " -"на веб-сайте" +"Сравнение установленной версии Dash Core с последней версией, доступной на " +"веб-сайте" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." -msgstr "" -"Обновите Dash Core до последней версии в соответствии с :ref:`инструкции " -"по инсталляции `. Если у вас имеется только файл " +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." +msgstr "" +"Обновите Dash Core до последней версии в соответствии с :ref:`инструкции по " +"инсталляции `. Если у вас имеется только файл " "кошелька и нет установленной версии Dash Core, то просто установите Dash " "Core в соответствии с :ref:`инструкции по инсталляции ` после чего единожды запустите его для создания папки " -"DashCore. Затем закройте Dash Core и скопируйте файл *wallet.dat*, " -"который хотите восстановить в папку DashCore, расположенную по адресу, " -"указанному ниже, заменив или переименовав существующий файл." +"DashCore. Затем закройте Dash Core и скопируйте файл *wallet.dat*, который " +"хотите восстановить в папку DashCore, расположенную по адресу, указанному " +"ниже, заменив или переименовав существующий файл." #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" @@ -265,11 +259,11 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" -"Откройте домашнюю папку и нажмите **Ctrl+H** для отображения скрытых " -"файлов, затем откройте ``.dashcore``" +"Откройте домашнюю папку и нажмите **Ctrl+H** для отображения скрытых файлов," +" затем откройте ``.dashcore``" #: ../../docs/user/wallets/recovery.rst:95 msgid "macOS" @@ -281,8 +275,8 @@ msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -294,28 +288,29 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" "Нажмите **Windows Key + R** и наберите ``%APPDATA%``, затем откройте " "``DashCore``" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" "Если существующая версия Dash Core у вас старее, чем v0.12.1.x, то может " "потребоваться переименовать папку с данными из ``Dash`` в ``DashCore``." #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" "Для исправления неудавшейся инсталляции, перейдите в папку DashCore и " -"удалите все *.log* и *.dat* файлы, кроме *wallet.dat*. Удаление следующих" -" файлов не принесёт вреда:" +"удалите все *.log* и *.dat* файлы, кроме *wallet.dat*. Удаление следующих " +"файлов не принесёт вреда:" #: ../../docs/user/wallets/recovery.rst:107 msgid "*banlist.dat*" @@ -360,24 +355,24 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" -"``.conf`` файлы и папки (такие как ``backups``, ``blocks``, " -"``chainstate``, и т.п.) не изменяйте, поскольку они помогут быстрее " -"запустить кошелёк, обеспечив загрузку копии блокчейна и ваших настроек." +"``.conf`` файлы и папки (такие как ``backups``, ``blocks``, ``chainstate``, " +"и т.п.) не изменяйте, поскольку они помогут быстрее запустить кошелёк, " +"обеспечив загрузку копии блокчейна и ваших настроек." #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -386,12 +381,12 @@ msgstr "Принуждение Dash Core к пересканированию б #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -400,29 +395,28 @@ msgstr "Dash на платформе Android" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -440,12 +434,11 @@ msgstr "Фразы для восстановления" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" -"Если у вас есть фраза из 12 слов и вы уверены, что сделали резервную " -"копию на мобильном устройстве на базе iOS или Android - следуйте " -"инструкциям ниже." +"Если у вас есть фраза из 12 слов и вы уверены, что сделали резервную копию " +"на мобильном устройстве на базе iOS или Android - следуйте инструкциям ниже." #: ../../docs/user/wallets/recovery.rst:189 msgid "12-word phrase on Android" @@ -453,23 +446,23 @@ msgstr "Фраза из 12 слов для устройств на Android" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -487,28 +480,27 @@ msgstr "Фраза из 12 слов для iOS" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" -msgstr "" -"Убедитесь в том, что у вас последняя версия кошелька Dash, загруженная из" -" App Store, затем откройте кошелёк Dash. Если вы открываете это " -"приложение впервые, то можете ввести вашу фразу восстановления сразу на " -"экране запуска, выбрав **Восстановить кошелёк**. Если на вашем балансе " -"имеются какие-то средства, то либо сделайте ещё одну резервную копию, " -"либо переведите деньги на какой-то внешний адрес, так как при " -"восстановлении кошелька ваш существующий файл кошелька будет заменён " -"новым!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" +msgstr "" +"Убедитесь в том, что у вас последняя версия кошелька Dash, загруженная из " +"App Store, затем откройте кошелёк Dash. Если вы открываете это приложение " +"впервые, то можете ввести вашу фразу восстановления сразу на экране запуска," +" выбрав **Восстановить кошелёк**. Если на вашем балансе имеются какие-то " +"средства, то либо сделайте ещё одну резервную копию, либо переведите деньги " +"на какой-то внешний адрес, так как при восстановлении кошелька ваш " +"существующий файл кошелька будет заменён новым!" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -523,24 +515,24 @@ msgstr "Фраза из 12/13 слов для кошелька Dash Electrum" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" "Убедитесь, что вы используете последнюю версию кошелька Dash Electrum в " "соответствии с инструкциями по инсталляции :ref:`здесь `. Dash Electrum поддерживает работу нескольких совместных " -"кошельков, поэтому можно безопасно восстановиться в новый файл кошелька " -"без потери старого кошелька. Нажмите **Файл > Создать/Восстановить** и " -"введите имя для сохранения вашего новго кошелька. Затем выберите **I " -"already have a seed** и введите фразу восстановления из 12/13 слов. " -"Введите новый пароль для своего кошелька и нажмите **Далее** для " -"восстановления ваших адресов из фразы восстановления." +"кошельков, поэтому можно безопасно восстановиться в новый файл кошелька без " +"потери старого кошелька. Нажмите **Файл > Создать/Восстановить** и введите " +"имя для сохранения вашего новго кошелька. Затем выберите **I already have a " +"seed** и введите фразу восстановления из 12/13 слов. Введите новый пароль " +"для своего кошелька и нажмите **Далее** для восстановления ваших адресов из " +"фразы восстановления." #: ../../docs/user/wallets/recovery.rst:274 msgid "*Restoring a 12-word recovery phrase using Dash Electrum*" @@ -562,19 +554,16 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 -#, fuzzy msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" -"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" @@ -587,27 +576,27 @@ msgstr "Восстановление кошелька iOS при помощи Da #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." -msgstr "" -"Для восстановления средств можно использовать фразу восстановления Dash " -"iOS в Dash Electrum, если по какой-либо причине вы потеряли доступ к " -"своему устройству iOS. Однако, поскольку пути расположения кошелька не " -"идентичны, процесс работает только в одном направлении, то есть " -"невозможно восстановить кошелек Dash Electrum с помощью кошелька Dash " -"iOS. Кроме того, поскольку в процессе импорта напрямую используется ключ " -"xprv, а не фраза восстановления, невозможно будет отобразить фразу " -"восстановления в Dash Electrum. Поэтому рекомендуется переместить " -"средства (либо в стандартный кошелек Dash Electrum или какой-либо другой " -"кошелек) после успешного восстановления, для того, чтобы убедиться, что " -"стандартные процедуры резервного копирования работают должным образом." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." +msgstr "" +"Для восстановления средств можно использовать фразу восстановления Dash iOS " +"в Dash Electrum, если по какой-либо причине вы потеряли доступ к своему " +"устройству iOS. Однако, поскольку пути расположения кошелька не идентичны, " +"процесс работает только в одном направлении, то есть невозможно восстановить" +" кошелек Dash Electrum с помощью кошелька Dash iOS. Кроме того, поскольку в " +"процессе импорта напрямую используется ключ xprv, а не фраза восстановления," +" невозможно будет отобразить фразу восстановления в Dash Electrum. Поэтому " +"рекомендуется переместить средства (либо в стандартный кошелек Dash Electrum" +" или какой-либо другой кошелек) после успешного восстановления, для того, " +"чтобы убедиться, что стандартные процедуры резервного копирования работают " +"должным образом." #: ../../docs/user/wallets/recovery.rst:304 msgid "" @@ -615,9 +604,9 @@ msgid "" "recovery phrase into an xprv key. In the second step, we will import the " "xprv key into Dash Electrum." msgstr "" -"Восстановление происходит в два шага. На первом шаге мы конвертируем " -"фразу восстановления Dash iOS в ключ xprv. На втором шаге импортируем " -"ключ xprv в кошелёк Dash Electrum." +"Восстановление происходит в два шага. На первом шаге мы конвертируем фразу " +"восстановления Dash iOS в ключ xprv. На втором шаге импортируем ключ xprv в " +"кошелёк Dash Electrum." #: ../../docs/user/wallets/recovery.rst:309 msgid "Retrieving the correct Dash iOS xprv key" @@ -625,25 +614,25 @@ msgstr "Получение правильного ключа xprv для Dash н #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" "Перейдите на страницу `Конвертер мнемонического кода BIP39 " "`_. Это полезный инструмент для " -"манипуляции/отображения даных сидов BIP32/39. Если вам неудобно выполнять" -" эту процедуру онлайн, то можно загрузить офлайн версию, скачав файл, " -"описанный в `этих инструкциях `_. Как только инструмент будет загружен в " -"ваш браузер, следуйте следующим шагам:" +"манипуляции/отображения даных сидов BIP32/39. Если вам неудобно выполнять " +"эту процедуру онлайн, то можно загрузить офлайн версию, скачав файл, " +"описанный в `этих инструкциях " +"`_. Как " +"только инструмент будет загружен в ваш браузер, следуйте следующим шагам:" #: ../../docs/user/wallets/recovery.rst:319 msgid "Enter your 12 word seed phrase in the **BIP39 Mnemonic** field." -msgstr "Введите вашу сид-фразу, состоящую из 12 слов в поле **BIP39 Mnemonic**." +msgstr "" +"Введите вашу сид-фразу, состоящую из 12 слов в поле **BIP39 Mnemonic**." #: ../../docs/user/wallets/recovery.rst:320 msgid "Leave **BIP39 Passphrase** blank." @@ -659,7 +648,8 @@ msgstr "Под **Derivation Path**, кликните на вкладку **BIP44 #: ../../docs/user/wallets/recovery.rst:323 msgid "Copy the value shown in **Account Extended Private Key**." -msgstr "Скопируйте значение показанное в поле **Account Extended Private Key**." +msgstr "" +"Скопируйте значение показанное в поле **Account Extended Private Key**." #: ../../docs/user/wallets/recovery.rst:326 msgid "Importing the xprv key into Dash Electrum" @@ -693,31 +683,30 @@ msgstr "При желании введите пароль." #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." -msgstr "" -"Кошелёк Dash Electrum теперь должен обнаружить баланс кошелька Dash iOS и" -" у вас должен появиться полный доступ к вашим средствам. Сид-фраза не " -"будет доступна в Dash Electrum, поэтому, если вы хотите снова " -"восстановить этот кошелек с помощью фразы восстановления, то вам просто " -"нужно будет повторить шаги, описанные выше. Вместо этого рекомендуется " -"отправить свои деньги на новый кошелек Dash Electrum и следовать " -":ref:`стандартные шаги резервного копирования `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." +msgstr "" +"Кошелёк Dash Electrum теперь должен обнаружить баланс кошелька Dash iOS и у " +"вас должен появиться полный доступ к вашим средствам. Сид-фраза не будет " +"доступна в Dash Electrum, поэтому, если вы хотите снова восстановить этот " +"кошелек с помощью фразы восстановления, то вам просто нужно будет повторить " +"шаги, описанные выше. Вместо этого рекомендуется отправить свои деньги на " +"новый кошелек Dash Electrum и следовать :ref:`стандартные шаги резервного " +"копирования `." #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -726,12 +715,12 @@ msgstr "Приватные ключи" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -753,9 +742,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" "Dash Core пересканирует блокчейн для транзакций, использующих публичный " "адрес этого ключа и покажет транзакции и баланс в вашем кошельке." @@ -764,23 +752,24 @@ msgstr "" msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." -msgstr "" -"Приватный ключ должен быть в формате импорта кошелька (WIF). Если ваш " -"ключ зашифрован с использованием BIP38 (ключ начинается с 6P вместо 7), " -"то следует сначала расшифровать его, чтобы увидеть ключ в формате WIF. " -"Чтобы сделать это - отправляйтесь по адресу https://paper.dash.org/ и " -"кликните **Wallet Details**. В поле введите расшифрованный приватный ключ" -" и кликните **View Details**. Вам будет предложено ввести пароль, после " -"чего ваши ключи будут расшифрованы. Найдите ключ, который называется " -"**Private Key WIF** и импортируйте его в свой кошелёк." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." +msgstr "" +"Приватный ключ должен быть в формате импорта кошелька (WIF). Если ваш ключ " +"зашифрован с использованием BIP38 (ключ начинается с 6P вместо 7), то " +"следует сначала расшифровать его, чтобы увидеть ключ в формате WIF. Чтобы " +"сделать это - отправляйтесь по адресу https://paper.dash.org/ и кликните " +"**Wallet Details**. В поле введите расшифрованный приватный ключ и кликните " +"**View Details**. Вам будет предложено ввести пароль, после чего ваши ключи " +"будут расшифрованы. Найдите ключ, который называется **Private Key WIF** и " +"импортируйте его в свой кошелёк." #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" "*Расшифровка закондированного в BIP38 ключа в формат WIF для импорта в " "кошелёк Dash Core*" @@ -791,29 +780,27 @@ msgstr "Забытые пароли" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." -msgstr "" -"В большинстве случаев, если вы выбрали надёжный пароль и забыли или " -"потеряли его, то надежды на восстановление практически нет. Шифрование, " -"используемое кошельками Dash, сделано чрезвычайно надёжным, и хорошо " -"придуманный пароль должен защитить вас от самых грубые попыток взлома с " -"помощью полного перебора. Если вы можете вспомнить некоторые данные о " -"пароле, в частности его длину или последовательности символов, которые " -"могут в него входить, тогда можно попытаться использовать методы взлома " -"паролей с помощью полного перебора. Для этого существует несколько " -"сервисов, или же вы можете попробовать сделать это самостоятельно. " -"Поскольку Dash Core основан на Bitcoin Core, большинство подходов к " -"применению полного перебора для взлома Биткойн-кошелька также будут " -"работать и для кошельков Dash." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." +msgstr "" +"В большинстве случаев, если вы выбрали надёжный пароль и забыли или потеряли" +" его, то надежды на восстановление практически нет. Шифрование, используемое" +" кошельками Dash, сделано чрезвычайно надёжным, и хорошо придуманный пароль " +"должен защитить вас от самых грубые попыток взлома с помощью полного " +"перебора. Если вы можете вспомнить некоторые данные о пароле, в частности " +"его длину или последовательности символов, которые могут в него входить, " +"тогда можно попытаться использовать методы взлома паролей с помощью полного " +"перебора. Для этого существует несколько сервисов, или же вы можете " +"попробовать сделать это самостоятельно. Поскольку Dash Core основан на " +"Bitcoin Core, большинство подходов к применению полного перебора для взлома " +"Биткойн-кошелька также будут работать и для кошельков Dash." #: ../../docs/user/wallets/recovery.rst:412 msgid "`Wallet Recovery Services `_" @@ -822,4 +809,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "`BTCRecover `_" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po b/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po index 35bfe9f91..27572a253 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,17 +13,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" @@ -31,7 +31,7 @@ msgstr "" "Руководство и скриншоты о том, как подписывать и верифицировать сообщения " "используя криптовалюту Dash" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "dash, подпись, верификация, сообщение, trezor, dash core" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/text.po b/locale/ru/LC_MESSAGES/docs/user/wallets/text.po index 6148e5260..4e2a2e7f0 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Max Aronych , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "Руководство по текстовым кошелькам для криптовалюты Dash" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po index 24d41370d..6257c6b70 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,33 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: +# Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 # Leon White , 2022 # Max Aronych , 2022 -# Julia Ogonkova , 2022 # Dima, 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Dima, 2022\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" @@ -35,15 +33,11 @@ msgstr "" "Список сторонних кошельков, поддерживающих криптовалюту Dash и подробная " "информация о них" -#: ../../docs/user/wallets/third-party.rst:-1 -#, fuzzy +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" msgstr "" -"dash, кошелёк, мобильный, edge, ethos, paytomat, mobi, guarda, exodus, " -"atomic, jaxx, coinomi, cobo, cryptonator, trust, kurepay, ownbit, abra, " -"vegawallet" #: ../../docs/user/wallets/third-party.rst:8 msgid "Introduction" @@ -51,24 +45,23 @@ msgstr "Введение" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" -"Протокол Dash, как и многие продукты Dash, такие как Dash Core и " -"мобильные кошельки, созданы целиком на открытом коде, что облегчает " -"сторонним организациям интегрировать Dash в уже существующие кошельки. В " -"этом разделе рассказывается о некоторых доступных сторонних кошельках и " -"функциях, которые они предлагают. Обратите внимание, что Dash не " -"осуществляет поддержку этих кошельков и наличие любого кошелька в этом " -"списке не следует расценивать как факт заинтересованного отношения Dash к" -" ним или рекомендации к использованию. Для поддержки представленных " -"продуктов связывайтесь с производителями соответствующего программного " -"обеспечения." +"Протокол Dash, как и многие продукты Dash, такие как Dash Core и мобильные " +"кошельки, созданы целиком на открытом коде, что облегчает сторонним " +"организациям интегрировать Dash в уже существующие кошельки. В этом разделе " +"рассказывается о некоторых доступных сторонних кошельках и функциях, которые" +" они предлагают. Обратите внимание, что Dash не осуществляет поддержку этих " +"кошельков и наличие любого кошелька в этом списке не следует расценивать как" +" факт заинтересованного отношения Dash к ним или рекомендации к " +"использованию. Для поддержки представленных продуктов связывайтесь с " +"производителями соответствующего программного обеспечения." #: ../../docs/user/wallets/third-party.rst:21 msgid "ADAMANT" @@ -81,8 +74,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -105,9 +98,9 @@ msgstr "Установка" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -153,22 +146,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -187,19 +179,18 @@ msgstr "https://cobo.com" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" "Cobo это мультивалютный кошелёк с поддержкой Dash, доступны варианты " "использования облачного кошелька (приватные ключи будут храниться на " "сервере) или создания собственного HD seed кошелька (приватные ключи " -"шифруются и хранятся на вашем устройстве), что даёт вам максимум свободы " -"в принятии решения, как хранить криптографические ключи к средствам. " -"Кошелёк предлагает уникальную функцию \"стейкинга\", когда пользователи " -"могут настроить мастерноду и наслаждаться еженедельными наградами." +"шифруются и хранятся на вашем устройстве), что даёт вам максимум свободы в " +"принятии решения, как хранить криптографические ключи к средствам. Кошелёк " +"предлагает уникальную функцию \"стейкинга\", когда пользователи могут " +"настроить мастерноду и наслаждаться еженедельными наградами." #: ../../docs/user/wallets/third-party.rst:131 msgid "" @@ -222,44 +213,37 @@ msgstr "Cobo wallet" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 -#, fuzzy msgid "Coin Wallet" -msgstr "Cobo wallet" +msgstr "" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://evercoin.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" #: ../../docs/user/wallets/third-party.rst:181 -#, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -"С подробной документацией по Cobo можно ознакомиться здесь: " -"https://support.cobo.com" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" @@ -271,17 +255,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" "Coinomi это мультивалютный кошелёк на открытом коде, доступный для iOS и " "Android. Приватные ключи хранятся исключительно на вашем устройстве, а " -"надёжная шифровка кошелька гарантирует, что средства всегда исключительно" -" под вашим контролем. Прямо в кошельке доступен мгновенный обменник на " -"основе интеграций с ShapeShift и Changelly." +"надёжная шифровка кошелька гарантирует, что средства всегда исключительно " +"под вашим контролем. Прямо в кошельке доступен мгновенный обменник на основе" +" интеграций с ShapeShift и Changelly." #: ../../docs/user/wallets/third-party.rst:206 msgid "Download" @@ -290,11 +274,10 @@ msgstr "Скачать" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -320,28 +303,25 @@ msgstr "https://edge.app" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." -msgstr "" -"Edge это защищенный мультивалютный кошелёк для iOS и Android. Oн " -"предлагает уникальную систему входа в кошелёк: ваш зашифрованный HD seed " -"хранится в облаке, в то время как все критические операции, требующие " -"вашего ключа, хрянятся на устройстве. Edge быстро работает и прост в " -"использовании, есть функция сканирования QR-кодов и подписывания " -"транзакций с помощью отпечатка пальцев или пин-кода. Также есть " -"интеграция с ShapeShift для обеспечения обмена между различными " -"криптовалютами." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." +msgstr "" +"Edge это защищенный мультивалютный кошелёк для iOS и Android. Oн предлагает " +"уникальную систему входа в кошелёк: ваш зашифрованный HD seed хранится в " +"облаке, в то время как все критические операции, требующие вашего ключа, " +"хрянятся на устройстве. Edge быстро работает и прост в использовании, есть " +"функция сканирования QR-кодов и подписывания транзакций с помощью отпечатка " +"пальцев или пин-кода. Также есть интеграция с ShapeShift для обеспечения " +"обмена между различными криптовалютами." #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -393,21 +373,20 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" "В Универсальном Кошельке Ethos вы сможете хранить Dash и 100 других " "криптовалют. Он включает в себя одну кодовую фразу, которая известна как " -"SmartKey, с помощью которой можно восстановить все свои балансы на другом" -" устройстве. Помимо прочих функций, у него есть удобные для чтения имена " +"SmartKey, с помощью которой можно восстановить все свои балансы на другом " +"устройстве. Помимо прочих функций, у него есть удобные для чтения имена " "пользователей, обмен монет ShapeShift  и отслеживание портфеля." #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -436,8 +415,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -461,21 +440,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" "Кошелёк Exodus предлагает приятное визуальное оформление и может хранить " -"одновременно сразу несколько криптовалют. Доступны версии для Windows, " -"Mac, Linux и iOS. Осуществлена полная интеграция с ShapeShift, поэтому " -"доступен обмен между различными криптовалютами." +"одновременно сразу несколько криптовалют. Доступны версии для Windows, Mac, " +"Linux и iOS. Осуществлена полная интеграция с ShapeShift, поэтому доступен " +"обмен между различными криптовалютами." #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -487,19 +466,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" -"`Как установить Exodus? `_" +"`Как установить Exodus? `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" -"`Как начать пользоваться Exodus? `_" +"`Как начать пользоваться Exodus? `_" #: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" @@ -515,49 +494,46 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" -"Guarda предлагает целую блокчейн экосистему, состоящую из " -"десктоп-приложения, веб-кошелька и мобильного кошелька, внебиржевые " -"продажи криптовалюты и мгновенный обмен. Dash поддерживается во всей " -"экосистеме, поэтому это достаточно удобный для новых пользователей " -"кошелёк. Все ключи хранятся у пользователя, гарантируя тем самым " -"безопасность ваших средств." +"Guarda предлагает целую блокчейн экосистему, состоящую из десктоп-" +"приложения, веб-кошелька и мобильного кошелька, внебиржевые продажи " +"криптовалюты и мгновенный обмен. Dash поддерживается во всей экосистеме, " +"поэтому это достаточно удобный для новых пользователей кошелёк. Все ключи " +"хранятся у пользователя, гарантируя тем самым безопасность ваших средств." #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" "У Guarda есть подробная документация по всем функциям, доступная на " -"https://guarda.freshdesk.com. Здесь также собраны несколько быстрых " -"ссылок:" +"https://guarda.freshdesk.com. Здесь также собраны несколько быстрых ссылок:" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" "`Как создать кошелёк? " -"`_" +"`_" #: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" @@ -618,39 +594,37 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" "Mobi это мультивалютный кошелёк, привязанный к вашему номеру телефона. " -"Поскольку кошелёк держится на сервере, то Mobi хранит у себя приватные " -"ключи к вашим средствам, это значит, что вы можете восстановить свой " -"баланс просто получив текстовое сообщение и введя PIN. С другой стороны, " -"нужна определённая степень доверия, что Mobi распоряжается вашими " -"приватными ключами ответственно, вдобавок, вы можете потерять доступ к " -"средствам, если потеряете привязанный телефонный номер. Доступен " -"веб-интерфейс, через приложение можно покупать криптовалюту за фиатные " -"деньги." +"Поскольку кошелёк держится на сервере, то Mobi хранит у себя приватные ключи" +" к вашим средствам, это значит, что вы можете восстановить свой баланс " +"просто получив текстовое сообщение и введя PIN. С другой стороны, нужна " +"определённая степень доверия, что Mobi распоряжается вашими приватными " +"ключами ответственно, вдобавок, вы можете потерять доступ к средствам, если " +"потеряете привязанный телефонный номер. Доступен веб-интерфейс, через " +"приложение можно покупать криптовалюту за фиатные деньги." #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" "Чтобы узнать больше о Mobi, читайте `FAQ `__, " -"присоединяйтесь к `группе Mobi Telegram `_ или " -"пишите письма на support@mobi.me." +"присоединяйтесь к `группе Mobi Telegram `_ или пишите" +" письма на support@mobi.me." #: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" @@ -666,30 +640,28 @@ msgstr "https://ownbit.io" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" -"Ownbit представляет собой мультивалютный мобильный кошелёк с возможностью" -" мультиподписи и поддержкой Dash. С его помощью можно управлять " -"несколькими кошельками и контактами, что облегчает проведение транзакций." +"Ownbit представляет собой мультивалютный мобильный кошелёк с возможностью " +"мультиподписи и поддержкой Dash. С его помощью можно управлять несколькими " +"кошельками и контактами, что облегчает проведение транзакций." #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" "Присоединяйтесь к `группе Ownbit в Telegram `_ или " -"отправьте e-mail на hi@bitbill.com для контакта со службой поддержки " -"Ownbit." +"отправьте e-mail на hi@bitbill.com для контакта со службой поддержки Ownbit." #: ../../docs/user/wallets/third-party.rst:535 msgid "Ownbit wallet" @@ -705,14 +677,14 @@ msgstr "https://trustwallet.com" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" -"Кошелёк Trust поддерживается биржей `Binance `__" -" и является безопасным и интуитивно понятным мультивалютным мобильным " -"кошельком с поддержкой Dash, Bitcoin, Ethereum и широкого спектра токенов" -" и децентрализованных приложений." +"Кошелёк Trust поддерживается биржей `Binance `__ и " +"является безопасным и интуитивно понятным мультивалютным мобильным кошельком" +" с поддержкой Dash, Bitcoin, Ethereum и широкого спектра токенов и " +"децентрализованных приложений." #: ../../docs/user/wallets/third-party.rst:563 msgid "" @@ -724,12 +696,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" -"Посетите `Центр Помощи `__, а для " -"общения с поддержкой Trust присоединяйтесь к `группе Trust в Telegram " +"Посетите `Центр Помощи `__, а для общения с" +" поддержкой Trust присоединяйтесь к `группе Trust в Telegram " "`_." #: ../../docs/user/wallets/third-party.rst:576 @@ -746,10 +717,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -762,8 +732,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -780,33 +750,31 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" "Кошелёк VegaWallet представляет собой безопасный кошелёк для различных " -"активов и мультивалютный кошелёк с поддержкой Dash InstantSend и " -"кошельков с мультиподписями. Кошелёк интегрируется с несколькими биржами " -"и источниками курсов, а также предлагает расширенные функциональные " -"возможности NFC для платежей." +"активов и мультивалютный кошелёк с поддержкой Dash InstantSend и кошельков с" +" мультиподписями. Кошелёк интегрируется с несколькими биржами и источниками " +"курсов, а также предлагает расширенные функциональные возможности NFC для " +"платежей." #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -824,423 +792,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "Cryptonator" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" -#~ "Cryptonator предлагает веб/мобильный кошелёк, " -#~ "к которому можно получить доступ просто" -#~ " используя логин и пароль. Он " -#~ "поддерживает множество криптовалют, включая " -#~ "Dash, и позволяет проводить обмен между" -#~ " различными криптовалютами. Также он " -#~ "поддерживает Евро-деноминированные SEPA платежи " -#~ "прямо из профиля." - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" -#~ "Cryptonator доступен для скачивания в " -#~ "`Google Play Store для Android " -#~ "`__" -#~ " и онлайн по адресу " -#~ "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "Кошелёк Cryptonator, работающий на Android" - -#~ msgid "Evercoin" -#~ msgstr "Evercoin" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" -#~ "Evercoin является мультивалютным мобильным " -#~ "кошельком, который обладает функцией " -#~ "мгновенного обмена валюты, и всё это " -#~ "в одном приложении. С помощью " -#~ "дополнительных функций, например, лимитных " -#~ "ордеров, вы можете проводить выгодные " -#~ "сделки, не копируя адреса по всем " -#~ "приложениям и не разбираясь в сложных" -#~ " онлайн биржах. Приватные ключи хранятся" -#~ " на устройстве и восстанавливаются с " -#~ "использованием обычной фразы из 12 слов." -#~ " Evercoin также планируют скоро выпустить" -#~ " аппаратный кошелёк." - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" -#~ "Можно прочесть `FAQ `__" -#~ " или зайти на `Сайт " -#~ "Evercoin`_ чтобы пообщаться с" -#~ " командой поддержки напрямую." - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "Кошелёк Evercoin, работающий на Android." - -#~ msgid "Jaxx" -#~ msgstr "Jaxx" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" -#~ "Jaxx поддерживает хранение множества " -#~ "криптовалют, включая Dash, в одном " -#~ "кошельке. Он доступен почти для всех " -#~ "платформ, включая Android, iOS, macOS, " -#~ "Windows, Linux, так же есть расширение" -#~ " для браузера Chrome. Jaxx написан на" -#~ " открытом коде." - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "Кошелёк Jaxx, работающий на различных устройствах." - -#~ msgid "KurePay" -#~ msgstr "KurePay" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "https://wallet.kurepay.com" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" -#~ "Кошелёк KurePay существует в веб и " -#~ "мобильной версии и имеет возможность " -#~ "пополнения с помощью кредитной/ дебетовой " -#~ "карты, а также с помощью криптовалют " -#~ "и возможность вывода средств в " -#~ "нигерийской найре на банковские счета в" -#~ " Нигерии. Также имеется возможность " -#~ "конвертировать средства и оплачивать счета " -#~ "в Нигерии." - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" -#~ "Прочтите `FAQ `__ " -#~ "или отправьте e-mail на info@kurepay.com " -#~ "для контакта со службой поддержки " -#~ "KurePay." - -#~ msgid "Magnum" -#~ msgstr "Magnum" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "https://magnumwallet.co" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" -#~ "Magnum представляет собой мультивалютный " -#~ "кошелёк, существующий в веб и мобильной" -#~ " версии, который поддерживает более 100 " -#~ "криптовалют, включая Dash. Кошелёк имеет " -#~ "интеграцию с платформой Changelly для " -#~ "совершения обмена внутри приложения и " -#~ "поддерживает функции стейкинга, делегирования " -#~ "и раздачи монет. Разработчики Magnum " -#~ "сфокусировались на создании простого и " -#~ "безопасного интерфейса для хранения и " -#~ "взаимодействия с вашими цифровыми активами." - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" -#~ "Magnum доступен на `Google Play Store" -#~ " для Android " -#~ "`__." - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" -#~ "Для связи со службой поддержки " -#~ "присоединяйтесь к `группе Magnum в " -#~ "Telegram `_." - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "Кошелёк Magnum, работающий на Android" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" -#~ "Paytomat это мультивалютный кошелёк для " -#~ "Android и iOS, у него есть " -#~ "встроенная программа лояльности для " -#~ "стимулирования розничной торговли и " -#~ "покупателей к оплате в Dash." - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" -#~ "Присоединяйтесь к `группе Paytomat в " -#~ "Telegram `_ или, если " -#~ "необходима поддержка, то отправьте письмо " -#~ "на support@paytomat.com." - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "Кошелёк Paytomat, работающий на Android" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "Atomic Wallet" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "https://atomicwallet.io" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" -#~ "Atomic Wallet это мультивалютный кошелёк " -#~ "с atomic swap обменами и функционалом" -#~ " децентрализованного выставления ордеров. Кошелёк" -#~ " обеспечивает мощный, безопасный сервис, он" -#~ " прозрачен и надёжен, позволяет сэкономить" -#~ " много времени на работе с " -#~ "крипто-активами." - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" -#~ "Все релизы Atomic Wallet доступны на " -#~ "https://atomicwallet.io - просто скачайте и" -#~ " установите файл, подходящий для вашей " -#~ "системы. Atomic Wallet также доступен на" -#~ " `Google Play Store для Android " -#~ "`__ " -#~ "и скоро будет доступен на Apple " -#~ "App Store для iOS." - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" -#~ "С подробной документацией по Atomic " -#~ "Wallet можно ознакомиться здесь " -#~ "https://atomicwallet.freshdesk.com. Несколько готовых " -#~ "ссылок представлено далее:" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" -#~ "`Как создать кошелёк " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" -#~ "`Знакомимся с Atomic Swaps " -#~ "`_" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "Экран Portfolio в Atomic Wallet" - diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/web.po b/locale/ru/LC_MESSAGES/docs/user/wallets/web.po index d78a343e7..47357072f 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,23 +13,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/ru/LC_MESSAGES/index.po b/locale/ru/LC_MESSAGES/index.po index e577f31cd..b9aea811d 100644 --- a/locale/ru/LC_MESSAGES/index.po +++ b/locale/ru/LC_MESSAGES/index.po @@ -1,44 +1,42 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2018 # Андрей Дегтяр , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Андрей Дегтяр , 2018\n" -"Language: ru\n" -"Language-Team: Russian (https://www.transifex.com/dash/teams/37570/ru/)\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) " -"|| (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" "Документация Dash содержит информацию и руководства по Dash, " -"децентрализованной криптовалюте с открытым исходным кодом, особое " -"внимание в которой уделяется индустрии платежей." +"децентрализованной криптовалюте с открытым исходным кодом, особое внимание в" +" которой уделяется индустрии платежей." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -49,30 +47,28 @@ msgstr "Документация Dash" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -81,8 +77,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -95,8 +91,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -109,17 +105,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po b/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po index dee010498..db8626547 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/index.po b/locale/tl/LC_MESSAGES/docs/user/developers/index.po index 8c46002e7..e59183f72 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/index.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,20 +10,18 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -37,28 +35,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -72,14 +70,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" #: ../../docs/user/developers/index.rst:53 @@ -93,22 +91,3 @@ msgstr "" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/insight.po b/locale/tl/LC_MESSAGES/docs/user/developers/insight.po index f0ec039d2..e1a12b494 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/insight.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -39,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -85,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -96,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po index 0e027e2ea..e93aec2dc 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -35,8 +33,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -76,11 +74,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -93,10 +90,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -128,9 +125,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -153,9 +150,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -182,18 +179,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -214,9 +210,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -242,15 +237,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 @@ -271,17 +266,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -293,8 +288,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" #: ../../docs/user/developers/integration-apis.rst:179 @@ -307,8 +301,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -316,8 +310,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -327,17 +321,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -348,15 +341,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po index 8cd538187..5ae87b375 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,23 +10,21 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -36,10 +34,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -53,10 +51,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -112,9 +110,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -166,8 +163,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -199,8 +196,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" @@ -231,9 +228,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -254,11 +251,11 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -276,7 +273,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -298,10 +296,3 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/integration.po b/locale/tl/LC_MESSAGES/docs/user/developers/integration.po index 9200a6477..e8ac67d53 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/integration.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -42,10 +40,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -54,21 +52,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -89,16 +87,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -108,14 +105,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -126,7 +123,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -158,9 +156,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -170,26 +168,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -290,48 +287,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -346,36 +342,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -385,9 +380,9 @@ msgstr "" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -395,7 +390,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" #: ../../docs/user/developers/integration.rst:178 @@ -407,10 +403,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -420,10 +416,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -434,16 +430,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -477,8 +473,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -487,29 +483,27 @@ msgstr "" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -533,8 +527,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" @@ -546,8 +540,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -577,19 +570,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -598,9 +590,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 @@ -615,17 +606,17 @@ msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -642,19 +633,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -689,7 +680,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -697,133 +689,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po b/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po index a4ef80d6f..c9f583021 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po b/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po index ce16d8ff4..cdd629c5a 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,22 +10,19 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -37,12 +34,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:18 @@ -51,8 +48,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" #: ../../docs/user/developers/testnet.rst:21 @@ -65,8 +62,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" #: ../../docs/user/developers/testnet.rst:25 @@ -75,8 +72,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" #: ../../docs/user/developers/testnet.rst:32 @@ -85,10 +82,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -98,9 +95,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -165,8 +162,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" #: ../../docs/user/developers/testnet.rst:75 @@ -189,17 +185,17 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -210,8 +206,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" #: ../../docs/user/developers/testnet.rst:94 @@ -222,9 +218,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -235,23 +231,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -260,12 +255,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -349,11 +344,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -386,12 +381,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -429,11 +424,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -478,12 +473,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -530,12 +525,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -558,8 +553,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" #: ../../docs/user/developers/testnet.rst:266 @@ -585,24 +580,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/translating.po b/locale/tl/LC_MESSAGES/docs/user/developers/translating.po index 799c8de74..9973fdf07 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/translating.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/earning-spending.po b/locale/tl/LC_MESSAGES/docs/user/earning-spending.po index 3356118d5..722c44a82 100644 --- a/locale/tl/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/tl/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po index effb16706..3babfd92c 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/index.po b/locale/tl/LC_MESSAGES/docs/user/governance/index.po index de46bb209..f5e168f4c 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po b/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po index 66fe06350..c4021974c 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/using.po b/locale/tl/LC_MESSAGES/docs/user/governance/using.po index b6f778ed2..e59a4041b 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/using.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,20 +10,18 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -34,8 +32,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -76,8 +74,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -109,27 +107,25 @@ msgid "Budgets" msgstr "" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -149,8 +145,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" #: ../../docs/user/governance/using.rst:64 @@ -184,26 +180,23 @@ msgid "" msgstr "" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" #: ../../docs/user/governance/using.rst:86 @@ -213,8 +206,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" #: ../../docs/user/governance/using.rst:92 @@ -235,11 +228,11 @@ msgstr "" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" #: ../../docs/user/governance/using.rst:108 @@ -359,10 +352,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" #: ../../docs/user/governance/using.rst:150 @@ -375,19 +368,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -396,37 +389,36 @@ msgstr "" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" #: ../../docs/user/governance/using.rst:213 @@ -435,10 +427,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" #: ../../docs/user/governance/using.rst:221 @@ -453,8 +445,8 @@ msgstr "" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" @@ -465,8 +457,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -487,12 +479,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -518,18 +509,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -542,8 +533,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -568,17 +558,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -586,7 +578,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -597,8 +590,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -607,20 +600,20 @@ msgstr "" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -649,25 +642,24 @@ msgstr "" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." msgstr "" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" #: ../../docs/user/governance/using.rst:382 @@ -681,12 +673,12 @@ msgstr "" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" #: ../../docs/user/governance/using.rst:398 @@ -699,19 +691,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -725,8 +717,8 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -751,32 +743,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/index.po b/locale/tl/LC_MESSAGES/docs/user/index.po index c3d8946c7..ffc92be3c 100644 --- a/locale/tl/LC_MESSAGES/docs/user/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/about.po b/locale/tl/LC_MESSAGES/docs/user/introduction/about.po index d86e1a89f..0d2f104f3 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/about.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/features.po b/locale/tl/LC_MESSAGES/docs/user/introduction/features.po index 81cfd0f34..e568ad4ca 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/features.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -56,8 +56,7 @@ msgstr "X11 hashing algorithm, magagamit ang CPU / GPU / ASIC pagmimina" #: ../../docs/user/introduction/features.rst:19 msgid "2.6 minute block time, 2MB blocks, ~56 transactions per second" msgstr "" -"2.6 minutong oras ng bloke, 2MB bloke, ~ 56 mga transaksyon sa bawat " -"segundo" +"2.6 minutong oras ng bloke, 2MB bloke, ~ 56 mga transaksyon sa bawat segundo" #: ../../docs/user/introduction/features.rst:20 msgid "Block reward decreases by 7.14% per year" @@ -91,8 +90,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" #: ../../docs/user/introduction/features.rst:35 @@ -102,15 +101,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -125,49 +124,48 @@ msgstr "" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 @@ -176,9 +174,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -244,12 +242,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -265,39 +263,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -305,25 +303,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -332,50 +329,45 @@ msgstr "" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." msgstr "" #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -391,18 +383,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -411,41 +403,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -455,35 +445,34 @@ msgstr "" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." msgstr "" #: ../../docs/user/introduction/features.rst:284 @@ -492,38 +481,36 @@ msgstr "" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" #: ../../docs/user/introduction/features.rst:314 @@ -535,40 +522,40 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." msgstr "" #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." msgstr "" #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" #: ../../docs/user/introduction/features.rst:349 @@ -578,15 +565,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" #: ../../docs/user/introduction/features.rst:363 @@ -597,10 +584,10 @@ msgstr "" #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" #: ../../docs/user/introduction/features.rst:375 @@ -611,28 +598,26 @@ msgstr "" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/features.rst:401 @@ -644,28 +629,27 @@ msgid "Total coin emission" msgstr "" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" @@ -690,20 +674,18 @@ msgid "Block reward allocation" msgstr "" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -725,19 +707,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1122,13 +1103,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" #: ../../docs/user/introduction/features.rst:523 @@ -1137,43 +1117,40 @@ msgstr "" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:559 @@ -1182,19 +1159,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1207,35 +1183,34 @@ msgstr "" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1273,29 +1248,29 @@ msgstr "" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1305,52 +1280,51 @@ msgstr "" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" #: ../../docs/user/introduction/features.rst:675 @@ -1367,8 +1341,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" #: ../../docs/user/introduction/features.rst:681 @@ -1379,8 +1353,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" #: ../../docs/user/introduction/features.rst:688 @@ -1395,9 +1369,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" #: ../../docs/user/introduction/features.rst:704 @@ -1413,36 +1387,11 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po index de30294e2..5d527c776 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/information.po b/locale/tl/LC_MESSAGES/docs/user/introduction/information.po index b29134f39..3f7dcd84d 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/information.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -115,7 +113,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" #: ../../docs/user/introduction/information.rst:45 @@ -151,7 +150,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" #: ../../docs/user/introduction/information.rst:55 @@ -338,8 +338,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" #: ../../docs/user/introduction/information.rst:115 @@ -390,12 +390,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" #: ../../docs/user/introduction/information.rst:147 @@ -532,8 +533,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" @@ -586,7 +586,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -608,7 +609,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" #: ../../docs/user/introduction/information.rst:233 @@ -633,11 +635,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" #: ../../docs/user/introduction/information.rst:251 @@ -649,8 +651,8 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" #: ../../docs/user/introduction/information.rst:258 @@ -660,9 +662,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" #: ../../docs/user/introduction/information.rst:264 @@ -683,9 +685,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" #: ../../docs/user/introduction/information.rst:275 @@ -695,19 +697,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" #: ../../docs/user/introduction/information.rst:289 @@ -716,11 +717,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" #: ../../docs/user/introduction/information.rst:296 @@ -730,9 +730,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" #: ../../docs/user/introduction/information.rst:302 @@ -741,8 +741,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" #: ../../docs/user/introduction/information.rst:306 @@ -751,13 +751,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" #: ../../docs/user/introduction/information.rst:315 @@ -767,8 +767,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" #: ../../docs/user/introduction/information.rst:321 @@ -777,14 +777,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" #: ../../docs/user/introduction/information.rst:332 @@ -796,9 +796,9 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" #: ../../docs/user/introduction/information.rst:340 @@ -808,11 +808,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -821,13 +821,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" #: ../../docs/user/introduction/information.rst:358 @@ -836,9 +836,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" #: ../../docs/user/introduction/information.rst:363 @@ -849,8 +849,8 @@ msgstr "" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" #: ../../docs/user/introduction/information.rst:369 @@ -859,11 +859,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:376 @@ -878,12 +878,12 @@ msgstr "" msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" #: ../../docs/user/introduction/information.rst:388 @@ -893,9 +893,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" #: ../../docs/user/introduction/information.rst:394 @@ -905,15 +905,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" #: ../../docs/user/introduction/information.rst:406 @@ -924,8 +924,8 @@ msgstr "" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" #: ../../docs/user/introduction/information.rst:412 @@ -936,16 +936,16 @@ msgstr "" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" #: ../../docs/user/introduction/information.rst:426 @@ -953,17 +953,16 @@ msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -982,8 +981,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" #: ../../docs/user/introduction/information.rst:444 @@ -992,8 +991,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" #: ../../docs/user/introduction/information.rst:448 @@ -1002,8 +1001,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" #: ../../docs/user/introduction/information.rst:452 @@ -1022,10 +1021,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" #: ../../docs/user/introduction/information.rst:462 @@ -1034,12 +1032,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" #: ../../docs/user/introduction/information.rst:470 @@ -1058,14 +1056,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1074,9 +1071,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" #: ../../docs/user/introduction/information.rst:489 @@ -1085,12 +1082,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" #: ../../docs/user/introduction/information.rst:497 @@ -1099,11 +1096,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1113,8 +1110,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" #: ../../docs/user/introduction/information.rst:510 @@ -1123,8 +1120,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" #: ../../docs/user/introduction/information.rst:514 @@ -1133,12 +1130,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" #: ../../docs/user/introduction/information.rst:522 @@ -1148,20 +1145,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" #: ../../docs/user/introduction/information.rst:539 @@ -1171,10 +1168,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" #: ../../docs/user/introduction/information.rst:547 @@ -1185,12 +1182,12 @@ msgstr "" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" #: ../../docs/user/introduction/information.rst:558 @@ -1203,11 +1200,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" #: ../../docs/user/introduction/information.rst:569 @@ -1223,52 +1220,51 @@ msgstr "" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" #: ../../docs/user/introduction/information.rst:618 @@ -1278,13 +1274,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1293,13 +1289,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" #: ../../docs/user/introduction/information.rst:638 @@ -1308,10 +1304,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1320,17 +1316,17 @@ msgstr "" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" #: ../../docs/user/introduction/information.rst:658 @@ -1345,8 +1341,8 @@ msgstr "" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" #: ../../docs/user/introduction/information.rst:667 @@ -1366,12 +1362,11 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" #: ../../docs/user/introduction/information.rst:682 @@ -1380,9 +1375,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" #: ../../docs/user/introduction/information.rst:687 @@ -1392,14 +1387,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" #: ../../docs/user/introduction/information.rst:699 @@ -1408,10 +1403,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" #: ../../docs/user/introduction/information.rst:705 @@ -1420,8 +1415,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" #: ../../docs/user/introduction/information.rst:710 @@ -1430,12 +1425,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" #: ../../docs/user/introduction/information.rst:714 @@ -1450,12 +1446,12 @@ msgstr "" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/information.rst:725 @@ -1464,20 +1460,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" #: ../../docs/user/introduction/information.rst:739 @@ -1486,11 +1482,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:746 @@ -1519,16 +1515,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" #: ../../docs/user/introduction/information.rst:768 @@ -1538,9 +1534,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" #: ../../docs/user/introduction/information.rst:775 @@ -1549,11 +1545,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" #: ../../docs/user/introduction/information.rst:783 @@ -1562,8 +1558,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" #: ../../docs/user/introduction/information.rst:787 @@ -1572,8 +1568,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" #: ../../docs/user/introduction/information.rst:791 @@ -1590,11 +1586,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" #: ../../docs/user/introduction/information.rst:801 @@ -1603,11 +1599,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" #: ../../docs/user/introduction/information.rst:808 @@ -1617,13 +1612,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1632,9 +1627,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" #: ../../docs/user/introduction/information.rst:825 @@ -1649,10 +1644,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1669,14 +1664,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" #: ../../docs/user/introduction/information.rst:846 @@ -1685,9 +1679,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" #: ../../docs/user/introduction/information.rst:851 @@ -1696,11 +1690,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" #: ../../docs/user/introduction/information.rst:858 @@ -1709,10 +1703,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" #: ../../docs/user/introduction/information.rst:864 @@ -1733,15 +1727,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1750,13 +1743,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" #: ../../docs/user/introduction/information.rst:890 @@ -1766,8 +1759,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1776,11 +1769,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" #: ../../docs/user/introduction/information.rst:903 @@ -1789,16 +1781,16 @@ msgstr "" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" #: ../../docs/user/introduction/information.rst:916 @@ -1807,12 +1799,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" #: ../../docs/user/introduction/information.rst:924 @@ -1821,10 +1812,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" #: ../../docs/user/introduction/information.rst:931 @@ -1833,13 +1824,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" #: ../../docs/user/introduction/information.rst:940 @@ -1848,8 +1838,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" #: ../../docs/user/introduction/information.rst:944 @@ -1860,8 +1850,8 @@ msgstr "" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" #: ../../docs/user/introduction/information.rst:950 @@ -1870,9 +1860,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" #: ../../docs/user/introduction/information.rst:955 @@ -1892,12 +1882,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -1907,8 +1896,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" #: ../../docs/user/introduction/information.rst:972 @@ -1919,17 +1908,17 @@ msgstr "" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" #: ../../docs/user/introduction/information.rst:988 @@ -1938,8 +1927,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" #: ../../docs/user/introduction/information.rst:992 @@ -1957,9 +1946,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" #: ../../docs/user/introduction/information.rst:1001 @@ -1968,8 +1957,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" #: ../../docs/user/introduction/information.rst:1005 @@ -1978,12 +1967,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" @@ -1993,8 +1981,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:1018 @@ -2003,9 +1991,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" #: ../../docs/user/introduction/information.rst:1023 @@ -2014,8 +2002,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" @@ -2033,8 +2021,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" #: ../../docs/user/introduction/information.rst:1035 @@ -2043,8 +2031,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" #: ../../docs/user/introduction/information.rst:1039 @@ -2065,10 +2053,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" #: ../../docs/user/introduction/information.rst:1051 @@ -2077,8 +2064,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" #: ../../docs/user/introduction/information.rst:1055 @@ -2087,8 +2074,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" #: ../../docs/user/introduction/information.rst:1059 @@ -2097,10 +2084,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" #: ../../docs/user/introduction/information.rst:1065 @@ -2113,129 +2100,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po b/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po index 88c456bd8..a48b38df5 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/legal.po b/locale/tl/LC_MESSAGES/docs/user/legal.po index 96aa440cc..0ba0912cd 100644 --- a/locale/tl/LC_MESSAGES/docs/user/legal.po +++ b/locale/tl/LC_MESSAGES/docs/user/legal.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/marketing.po b/locale/tl/LC_MESSAGES/docs/user/marketing.po index 20b2cadfc..787669a90 100644 --- a/locale/tl/LC_MESSAGES/docs/user/marketing.po +++ b/locale/tl/LC_MESSAGES/docs/user/marketing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po index ac1a2dddd..3adebf293 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,34 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -38,11 +36,11 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" #: ../../docs/user/masternodes/hosting.rst:19 @@ -51,8 +49,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" #: ../../docs/user/masternodes/hosting.rst:26 @@ -74,7 +72,6 @@ msgid "Services: Hosting, Shares" msgstr "" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -200,7 +197,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -237,7 +233,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -361,8 +356,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -377,35 +372,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -415,76 +409,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po index 749a37c4f..8664c4017 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" @@ -17,13 +17,13 @@ msgstr "" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." msgstr "" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/maintenance.po index 5a953aa41..cd3e62aa8 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -37,11 +35,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -52,10 +50,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -64,10 +62,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -76,19 +74,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -104,7 +100,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -113,14 +110,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -133,21 +130,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -157,14 +153,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -186,17 +182,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -213,8 +208,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -224,24 +219,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -252,8 +247,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -274,20 +269,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -297,16 +292,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -330,8 +323,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -343,27 +336,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -373,9 +364,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -385,11 +376,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -398,8 +389,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -408,11 +398,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -422,13 +412,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -437,9 +427,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -448,13 +438,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -463,10 +453,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -494,8 +484,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -518,8 +508,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -529,9 +519,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -546,10 +536,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -586,38 +576,38 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -645,11 +635,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -663,11 +653,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -680,9 +669,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -696,8 +685,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -710,28 +699,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po index 135f0ab40..3510a48f3 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: tl \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 @@ -58,35 +56,35 @@ msgstr "" msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 @@ -123,7 +121,8 @@ msgid "Vultr server hostname & label selection screen" msgstr "" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" #: ../../docs/user/masternodes/server-config.rst:87 @@ -146,13 +145,13 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 @@ -163,9 +162,9 @@ msgstr "" msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 @@ -174,9 +173,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" #: ../../docs/user/masternodes/server-config.rst:133 @@ -189,27 +188,27 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:163 @@ -218,8 +217,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:171 @@ -234,8 +233,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 @@ -245,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,15 +261,15 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:232 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +293,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +305,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +331,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index b93265811..7f8e87677 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: tl \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,23 +33,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,17 +107,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 @@ -128,20 +126,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +148,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,23 +169,22 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 @@ -196,10 +193,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 @@ -208,16 +205,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +223,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,8 +253,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:172 @@ -266,36 +263,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +299,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +317,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +337,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,9 +356,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 @@ -377,19 +369,18 @@ msgstr "" msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,8 +397,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 @@ -428,8 +419,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:327 @@ -444,8 +435,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 @@ -470,35 +461,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:403 @@ -507,8 +497,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +507,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +546,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +563,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +583,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +618,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +628,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -692,8 +679,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +700,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +712,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +737,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +757,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +767,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +778,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +790,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +819,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +837,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +849,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +869,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +881,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +892,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +910,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +923,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +946,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +962,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +998,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1016,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1045,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,10 +1066,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 @@ -1093,173 +1078,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 1aa42d343..ae7349e7a 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -34,8 +33,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -44,12 +43,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -58,9 +57,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -96,9 +95,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 @@ -107,10 +106,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -119,16 +118,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -137,46 +135,45 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -185,10 +182,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -197,9 +194,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -212,24 +209,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -238,8 +234,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -248,8 +244,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -258,36 +254,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -299,7 +293,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -308,8 +303,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -321,8 +316,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -334,9 +329,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -382,9 +377,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -393,21 +388,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -426,9 +420,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -437,8 +431,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -451,12 +444,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -466,13 +459,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -499,9 +492,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -510,8 +503,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -522,19 +515,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -553,17 +545,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -572,32 +564,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -609,33 +600,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -646,12 +635,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -662,20 +651,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -698,10 +687,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -727,13 +716,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -748,10 +737,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -760,24 +749,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -790,10 +779,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -820,16 +809,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -854,9 +843,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -880,8 +869,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -889,7 +878,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -929,7 +919,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -938,9 +929,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -949,8 +940,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -994,31 +985,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1026,7 +1016,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1075,22 +1066,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1104,406 +1094,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup.po index 0882be9ae..f430940f6 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -36,22 +34,22 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -121,27 +119,26 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -150,46 +147,45 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -198,10 +194,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -210,9 +206,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -225,24 +221,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -251,8 +246,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -261,8 +256,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup.rst:170 @@ -271,36 +266,34 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -316,8 +309,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -327,15 +320,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -352,19 +345,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -381,8 +373,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -403,8 +395,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup.rst:289 @@ -419,8 +411,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -436,42 +428,42 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -490,9 +482,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -513,12 +505,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -528,44 +520,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -585,9 +576,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -596,8 +587,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -608,24 +599,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -638,22 +628,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -662,32 +652,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -699,33 +688,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -736,12 +723,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -752,20 +739,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -788,10 +775,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -817,13 +804,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -838,10 +825,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -850,31 +837,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -883,334 +870,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po index 0940c6304..00fca6fad 100644 --- a/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/tl/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -41,24 +39,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 @@ -67,63 +65,59 @@ msgid "" "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -132,9 +126,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 @@ -227,10 +221,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -238,58 +231,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -322,11 +314,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -339,50 +330,48 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/masternodes/understanding.rst:203 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 @@ -391,35 +380,34 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 @@ -429,21 +417,19 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -453,24 +439,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -484,18 +469,17 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -505,18 +489,18 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:296 msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -525,9 +509,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -588,8 +572,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" #: ../../docs/user/masternodes/understanding.rst:329 @@ -598,254 +582,11 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Anyone can run a masternode. The " -#~ "objective is to have enough " -#~ "decentralization to ensure that no " -#~ "single person controls a significant " -#~ "fraction of the masternodes. However, to" -#~ " avoid bloating the network with " -#~ "unnecessary masternodes or encouraging " -#~ "reckless operators, there is one " -#~ "condition that needs to be fulfilled:" -#~ " proof of ownership of 1000 Dash. " -#~ "The coins don't need to be in " -#~ "the masternode, but they need to " -#~ "be kept in a certain way that " -#~ "is transparent to the entire network." -#~ " If the owner moves or spends " -#~ "those coins, the masternode stops " -#~ "working and payment ceases." -#~ msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "In short, miners power the first " -#~ "tier, which is the basic sending " -#~ "and receiving of funds and prevention" -#~ " of doublespending. Masternodes power the" -#~ " second tier, which provide the added" -#~ " features that make Dash different " -#~ "from other cryptocurrencies. Masternodes do" -#~ " not mine, and mining computers " -#~ "cannot serve as masternodes. Additionally, " -#~ "each masternode is “secured” by 1000 " -#~ "DASH. Those DASH remain under the " -#~ "sole control of their owner at all" -#~ " times, and can still be freely " -#~ "spent. The funds are not locked in" -#~ " any way. However, if the funds " -#~ "are moved or spent, the associated " -#~ "masternode will go offline and stop " -#~ "receiving rewards." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "1000 Dash: Arguably the hardest part." -#~ " Dash can be obtained from exchanges" -#~ " such as Poloniex, Bittrex, Kraken " -#~ "and LiveCoin. Shapeshift's service is " -#~ "also an excellent way." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "EvoNode Payment Logic" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/mining/index.po b/locale/tl/LC_MESSAGES/docs/user/mining/index.po index 29ac6ec5b..fa2f9f47e 100644 --- a/locale/tl/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/mining/index.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -35,39 +33,37 @@ msgstr "" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" #: ../../docs/user/mining/index.rst:39 @@ -99,48 +95,45 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." msgstr "" #: ../../docs/user/mining/index.rst:87 @@ -150,11 +143,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" #: ../../docs/user/mining/index.rst:97 @@ -163,12 +156,12 @@ msgstr "" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -229,19 +222,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" #: ../../docs/user/mining/index.rst:143 @@ -250,21 +242,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -299,10 +291,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -312,8 +303,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -327,11 +318,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -344,18 +335,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -375,7 +366,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -400,9 +392,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -412,13 +404,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -431,20 +423,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -455,29 +447,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -488,11 +478,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -508,19 +498,20 @@ msgid "**NVIDIA**" msgstr "" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -529,12 +520,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -545,8 +535,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -555,8 +545,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -565,8 +554,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -579,24 +568,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -605,27 +594,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -704,8 +693,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -738,8 +726,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1021,7 +1009,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1039,21 +1028,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/tl/LC_MESSAGES/docs/user/mining/p2pool.po index 58d1edc24..c8ab0d4a5 100644 --- a/locale/tl/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/tl/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/mining/pools.po b/locale/tl/LC_MESSAGES/docs/user/mining/pools.po index fda83383a..c325f5df2 100644 --- a/locale/tl/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/tl/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po index 99aa1bb28..e0067d015 100644 --- a/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: tl \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -81,8 +79,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -96,17 +94,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +121,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +140,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +160,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +185,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +200,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +216,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +262,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +287,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +300,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +355,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +368,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/tl/LC_MESSAGES/docs/user/network/electrumx-server.po index 0414372ef..6567f383e 100644 --- a/locale/tl/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/tl/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index a5b280ea2..61731063c 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -39,16 +37,15 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -57,11 +54,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -74,20 +71,20 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -98,10 +95,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -114,22 +111,21 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:124 @@ -142,11 +138,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:143 @@ -164,11 +160,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:167 @@ -187,9 +183,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -198,8 +194,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -208,8 +203,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -226,8 +221,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -246,8 +241,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -256,8 +251,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -281,7 +276,8 @@ msgid "Show disclaimer" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -291,8 +287,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:220 @@ -302,8 +298,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -316,8 +312,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -326,9 +322,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -337,8 +333,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/getting-started.po index f9229dba3..696a618ba 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/index.po index 5073088fd..fe055cbd4 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/tl/LC_MESSAGES/docs/user/wallets/android/installation.po index b0d15974c..a15d3862d 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "" @@ -37,8 +35,8 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" #: ../../docs/user/wallets/android/installation.rst:21 @@ -47,18 +45,18 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" #: ../../docs/user/wallets/android/installation.rst:31 @@ -76,9 +74,9 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" #: ../../docs/user/wallets/android/installation.rst:39 @@ -89,17 +87,16 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" #: ../../docs/user/wallets/android/installation.rst:54 @@ -122,21 +119,21 @@ msgstr "" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:97 @@ -144,30 +141,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 75abb17ea..2f8a80a35 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -41,31 +39,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -78,8 +74,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -92,8 +88,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -120,10 +116,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -151,9 +147,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -162,8 +158,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -180,10 +176,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -192,17 +188,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -211,13 +207,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -268,16 +264,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -300,38 +296,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -340,10 +335,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -366,8 +361,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -392,13 +387,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -418,30 +412,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -450,10 +444,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -476,8 +469,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -506,18 +498,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -526,8 +517,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -540,9 +531,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -555,9 +546,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -566,8 +557,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -576,21 +567,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -599,11 +590,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -613,11 +604,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -638,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -651,13 +641,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -678,12 +667,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -696,80 +685,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 3c60304f1..803c2d550 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 536254c1f..12dbd32d1 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -95,9 +93,7 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -108,8 +104,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -119,8 +115,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -145,68 +141,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 3da77766d..1332faad5 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 5c3e1b857..19d785a82 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 3440a7281..acf5473ba 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "" @@ -33,9 +31,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -55,18 +53,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -83,15 +81,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -130,10 +128,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 @@ -142,9 +140,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -154,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 @@ -165,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 @@ -181,9 +179,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 @@ -195,8 +193,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 @@ -215,10 +213,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -238,19 +235,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 @@ -274,8 +271,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -300,120 +297,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index dbfc37c66..551841973 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "" @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -55,10 +53,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -68,16 +66,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -115,8 +114,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" @@ -126,8 +125,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 @@ -136,14 +135,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 @@ -153,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 @@ -164,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 @@ -180,8 +179,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 @@ -193,8 +192,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 @@ -212,19 +211,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 @@ -249,8 +248,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -271,10 +270,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 @@ -284,41 +283,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "Once Dash Core is successfully installed" -#~ " and started, you will see the " -#~ "wallet overview screen. You will notice" -#~ " that the wallet is “out of " -#~ "sync”, and the status bar at the" -#~ " bottom of the window will show " -#~ "the synchronization progress." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 3655daf9d..87dfa5935 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "" @@ -45,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -55,25 +53,23 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 @@ -83,15 +79,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -110,10 +106,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -122,10 +118,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -135,9 +131,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -158,9 +153,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 @@ -205,13 +200,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 @@ -220,9 +214,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 @@ -236,9 +230,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 @@ -250,8 +244,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 @@ -269,19 +263,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 @@ -306,8 +300,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -328,10 +322,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 @@ -341,126 +335,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Windows is 32 or 64 bit, " -#~ "you can check in Windows 10 under" -#~ " **Start > Settings > System > " -#~ "About**. For details on how to " -#~ "check this in other versions of " -#~ "Windows, see `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "In Windows Settings, click System" -#~ msgstr "" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 231db7cf3..9726da53c 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" msgstr "" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 9455221b8..dbc71b6f7 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" @@ -33,11 +31,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:18 @@ -74,8 +72,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:38 @@ -92,8 +90,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 @@ -102,8 +100,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -112,8 +110,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:51 @@ -123,8 +121,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:58 @@ -151,8 +149,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:76 @@ -189,9 +187,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -202,10 +200,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -233,20 +231,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -260,11 +257,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -278,9 +274,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -293,9 +289,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -319,12 +315,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 @@ -333,8 +328,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:194 @@ -355,8 +350,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:203 @@ -365,30 +360,28 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -407,8 +400,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:254 @@ -421,8 +414,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." @@ -435,8 +428,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:273 @@ -445,11 +438,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:278 @@ -458,9 +451,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:284 @@ -469,11 +462,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -484,8 +476,8 @@ msgstr "" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -494,14 +486,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:303 @@ -512,9 +504,9 @@ msgstr "" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -528,15 +520,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -545,10 +536,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -557,10 +548,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -569,14 +560,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:352 @@ -585,9 +575,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -596,8 +586,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -610,9 +600,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -622,8 +612,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -647,10 +637,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -659,11 +649,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -672,10 +662,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -696,12 +686,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:429 @@ -710,11 +700,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:436 @@ -725,9 +714,9 @@ msgstr "" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:443 @@ -736,10 +725,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -773,9 +762,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:469 @@ -784,9 +773,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:477 @@ -794,14 +783,13 @@ msgid "Third party transaction URLs" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:480 @@ -810,8 +798,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -824,9 +812,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -871,8 +859,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:523 @@ -881,8 +869,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -900,9 +888,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:536 @@ -911,8 +899,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:539 @@ -922,9 +910,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -939,9 +927,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -954,10 +942,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:576 @@ -970,9 +957,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:588 @@ -986,10 +973,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:599 @@ -998,8 +985,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1009,12 +996,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1024,9 +1011,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:619 @@ -1036,37 +1023,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 4a19153e1..024b2a7df 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 0520d7d0d..511fdbb33 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/faq.po index b07caa947..0615e6b28 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/index.po index 5cbd80ae3..23a40c2b2 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 6e706296e..f9562bbe4 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/security.po index 7d74e5693..4b48d6ad3 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 851d9e6e7..18bf6d42b 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/tl/LC_MESSAGES/docs/user/wallets/hardware.po index f3dd367ee..9e8c28cb1 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-hardware.po index 4371ba0a2..091333bb7 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-paper.po index 9e3f71a57..e21f6aa05 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-text.po index d89a12fac..3dfda2a5d 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-third-party.po index ff1b6f5a4..dff9323d0 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index-web.po index 9db630941..0d5604269 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/index.po index 18a3dc01c..a59de88a2 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index a01186fbd..eb1b82d2d 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -41,10 +39,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -77,8 +75,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -91,8 +89,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -109,10 +107,10 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -127,4 +125,3 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 3255a779e..382fc4684 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/index.po index ceeb236ba..ecf7a10e4 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/installation.po index e2c81d5ce..1f9925e7f 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/paper.po b/locale/tl/LC_MESSAGES/docs/user/wallets/paper.po index f6da073a0..6e6e7eba0 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/tl/LC_MESSAGES/docs/user/wallets/recovery.po index 6c7b5140c..a1eca4304 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,30 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" #: ../../docs/user/wallets/recovery.rst:9 @@ -34,11 +33,11 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" #: ../../docs/user/wallets/recovery.rst:20 @@ -49,9 +48,9 @@ msgstr "" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" #: ../../docs/user/wallets/recovery.rst:28 @@ -70,15 +69,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" #: ../../docs/user/wallets/recovery.rst:37 @@ -89,8 +88,8 @@ msgstr "" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" #: ../../docs/user/wallets/recovery.rst:40 @@ -117,21 +116,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" #: ../../docs/user/wallets/recovery.rst:55 @@ -147,13 +146,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -164,14 +162,13 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" #: ../../docs/user/wallets/recovery.rst:91 @@ -196,8 +193,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:95 @@ -210,8 +207,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -223,20 +220,21 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" #: ../../docs/user/wallets/recovery.rst:107 @@ -282,21 +280,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -305,12 +303,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -319,29 +317,28 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -357,8 +354,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" #: ../../docs/user/wallets/recovery.rst:189 @@ -367,23 +364,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -399,20 +396,20 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -425,14 +422,14 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" #: ../../docs/user/wallets/recovery.rst:274 @@ -451,15 +448,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" #: ../../docs/user/wallets/recovery.rst:286 @@ -473,15 +470,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" #: ../../docs/user/wallets/recovery.rst:304 @@ -497,13 +494,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" #: ../../docs/user/wallets/recovery.rst:319 @@ -556,24 +552,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -582,12 +577,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -607,24 +602,24 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" #: ../../docs/user/wallets/recovery.rst:399 @@ -633,16 +628,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" #: ../../docs/user/wallets/recovery.rst:412 @@ -652,10 +646,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "" - -#~ msgid "" -#~ "`Ledger Nano S `_" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/signing.po b/locale/tl/LC_MESSAGES/docs/user/wallets/signing.po index 0714c8182..9cdab9252 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/text.po b/locale/tl/LC_MESSAGES/docs/user/wallets/text.po index d2c3fe0e7..2a523efda 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po index 959af4909..75319e00c 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -37,12 +35,12 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" @@ -57,8 +55,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -81,9 +79,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -129,22 +127,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -163,11 +160,10 @@ msgstr "" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" #: ../../docs/user/wallets/third-party.rst:131 @@ -199,21 +195,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" @@ -233,11 +227,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" #: ../../docs/user/wallets/third-party.rst:206 @@ -247,11 +241,10 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -275,20 +268,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -338,16 +329,15 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -374,8 +364,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -399,17 +389,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -421,14 +411,14 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:362 @@ -445,36 +435,35 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:410 @@ -536,26 +525,25 @@ msgstr "" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" #: ../../docs/user/wallets/third-party.rst:495 @@ -572,23 +560,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -605,9 +592,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -620,9 +607,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -639,10 +625,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -655,8 +640,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -673,28 +658,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -712,332 +695,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "" - -#~ msgid "Evercoin" -#~ msgstr "" - -#~ msgid "https://evercoin.com" -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "" - -#~ msgid "Jaxx" -#~ msgstr "" - -#~ msgid "https://jaxx.io" -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "" - -#~ msgid "https://paytomat.com" -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "" - diff --git a/locale/tl/LC_MESSAGES/docs/user/wallets/web.po b/locale/tl/LC_MESSAGES/docs/user/wallets/web.po index a1c094f6b..5fd8de29b 100644 --- a/locale/tl/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/tl/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,22 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tl\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/tl/LC_MESSAGES/index.po b/locale/tl/LC_MESSAGES/index.po index fa519212e..6e6d87f23 100644 --- a/locale/tl/LC_MESSAGES/index.po +++ b/locale/tl/LC_MESSAGES/index.po @@ -1,36 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" -"Last-Translator: FULL NAME \n" -"Language: tl\n" -"Language-Team: Tagalog (https://www.transifex.com/dash/teams/37570/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: tl\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -41,30 +39,28 @@ msgstr "" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -73,8 +69,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -87,8 +83,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -101,17 +97,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po b/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po index 61e5d028b..6c5b14e14 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/index.po b/locale/vi/LC_MESSAGES/docs/user/developers/index.po index 094b8460e..5a727f01c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -40,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -75,14 +74,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" #: ../../docs/user/developers/index.rst:53 @@ -96,22 +95,3 @@ msgstr "" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/insight.po b/locale/vi/LC_MESSAGES/docs/user/developers/insight.po index 686894259..e2614d836 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/insight.po @@ -1,36 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -40,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -86,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -97,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po index e38cb70b6..80cc2cc63 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Kien Bui , 2023\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -38,8 +37,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -79,11 +78,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -96,10 +94,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -131,9 +129,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -156,9 +154,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -185,18 +183,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -217,9 +214,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -245,15 +241,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 @@ -274,17 +270,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -296,8 +292,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" #: ../../docs/user/developers/integration-apis.rst:179 @@ -310,8 +305,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -319,8 +314,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -330,17 +325,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -351,15 +345,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po index a73e5e1d5..f2668d6a2 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,8 +1,8 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" @@ -10,24 +10,21 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: FULL NAME \n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -37,10 +34,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -54,10 +51,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -78,8 +75,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -113,9 +110,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -167,8 +163,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -200,8 +196,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" @@ -232,9 +228,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -255,11 +251,11 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -277,7 +273,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -299,10 +296,3 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/integration.po b/locale/vi/LC_MESSAGES/docs/user/developers/integration.po index cf0a126a5..f28485f23 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/integration.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Tuan Nguyen , 2022 -# Kien Bui , 2022 +# Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Last-Translator: Kien Bui , 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -46,10 +45,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -58,21 +57,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -93,16 +92,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -112,14 +110,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -130,7 +128,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -162,9 +161,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -174,26 +173,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -294,48 +292,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -350,36 +347,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -389,9 +385,9 @@ msgstr "Nhận các giao dịch InstantSend" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -399,7 +395,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "Nhận một giao dịch InstantSend đứng trước hai yêu cầu:" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "Khả năng xác định \"Tình trạng InstantSend\" của một giao dịch." #: ../../docs/user/developers/integration.rst:178 @@ -413,10 +410,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -426,10 +423,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -440,19 +437,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" -"Những thông báo sau là liên quan đến việc nhận dạng những giao dịch và " -"các instantlocks tương ứng của chúng:" +"Những thông báo sau là liên quan đến việc nhận dạng những giao dịch và các " +"instantlocks tương ứng của chúng:" #: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" @@ -485,8 +482,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -495,38 +492,36 @@ msgstr "Quảng bá về các giao dịch InstantSend" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" -"Từ khi Dash v0.14.0 thiết lập LLMQ trên mạng lưới Dash, quorum bây giờ sẽ" -" thử khoá mọi giao dịch hợp lệ nào một cách ngầm định mà không tính thêm " -"phí bổ sung hoặc yêu cầu các hành động bổ sung từ phía ví hay người dùng." -" Một giao dịch được coi là hợp lệ cho InstantSend khi mỗi đầu vào của nó " -"được xem như là đã được xác thực. Đây là trường hợp mà ít nhất một trong " -"các điều kiện sau là đúng:" +"Từ khi Dash v0.14.0 thiết lập LLMQ trên mạng lưới Dash, quorum bây giờ sẽ " +"thử khoá mọi giao dịch hợp lệ nào một cách ngầm định mà không tính thêm phí " +"bổ sung hoặc yêu cầu các hành động bổ sung từ phía ví hay người dùng. Một " +"giao dịch được coi là hợp lệ cho InstantSend khi mỗi đầu vào của nó được xem" +" như là đã được xác thực. Đây là trường hợp mà ít nhất một trong các điều " +"kiện sau là đúng:" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" -"giao dịch trước đó được tham chiếu đên bởi đầu vào được xác nhận với 6 " -"khối." +"giao dịch trước đó được tham chiếu đên bởi đầu vào được xác nhận với 6 khối." #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" -msgstr "giao dịch trước đó được xác nhận thông qua một khoá InstantSend trước hơn" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" +msgstr "" +"giao dịch trước đó được xác nhận thông qua một khoá InstantSend trước hơn" #: ../../docs/user/developers/integration.rst:253 msgid "" @@ -549,8 +544,8 @@ msgstr "Những tài nguyên bổ sung" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" "Những tài nguyên sau cung cấp thêm thông tin về InstantSend và có ý định " @@ -564,8 +559,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -590,24 +584,28 @@ msgstr "" #: ../../docs/user/developers/integration.rst:275 msgid "ChainLocks" -msgstr "" +msgstr "ChainLocks" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" +"ChainLocks là một tính năng được cung cấp bởi mạng lưới Dash nhằm cung cấp " +"mức độ chắc chắn khi chấp nhận thanh toán. Công nghệ này, đặc biệt khi được " +"sử dụng song song với :ref:`InstantSend `, tạo ra một môi " +"trường trong đó các khoản thanh toán có thể được chấp nhận ngay tức thời mà" +" không phải chịu rủi ro của \"Các sự kiện tái tổ chức blockchain\"." #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -616,36 +614,33 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 -#, fuzzy msgid "Receiving a ChainLock introduces two requirements:" -msgstr "Nhận một giao dịch InstantSend đứng trước hai yêu cầu:" +msgstr "" #: ../../docs/user/developers/integration.rst:298 -#, fuzzy msgid "" "The ability to determine the “ChainLock Status” of a given block or " "transaction." -msgstr "Khả năng xác định \"Tình trạng InstantSend\" của một giao dịch." +msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -662,23 +657,20 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 -#, fuzzy msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" -"Những thông báo sau là liên quan đến việc nhận dạng những giao dịch và " -"các instantlocks tương ứng của chúng:" #: ../../docs/user/developers/integration.rst:338 msgid "zmqpubhashblock" @@ -712,7 +704,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -720,133 +713,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po b/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po index 04e64bd6f..d94bad24a 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Kien Bui , 2023\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po b/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po index 96e0a9c3f..beea87f7c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,22 +14,19 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -40,12 +38,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:18 @@ -54,8 +52,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" #: ../../docs/user/developers/testnet.rst:21 @@ -68,8 +66,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" #: ../../docs/user/developers/testnet.rst:25 @@ -78,8 +76,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" #: ../../docs/user/developers/testnet.rst:32 @@ -88,10 +86,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -101,9 +99,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -168,8 +166,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" #: ../../docs/user/developers/testnet.rst:75 @@ -192,17 +189,17 @@ msgstr "Masternodes" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -213,8 +210,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" #: ../../docs/user/developers/testnet.rst:94 @@ -225,9 +222,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -238,23 +235,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -263,12 +259,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -352,11 +348,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -389,12 +385,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -432,11 +428,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -481,12 +477,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -533,12 +529,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -561,8 +557,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" #: ../../docs/user/developers/testnet.rst:266 @@ -588,24 +584,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/translating.po b/locale/vi/LC_MESSAGES/docs/user/developers/translating.po index 87d46bd86..c67943120 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/earning-spending.po b/locale/vi/LC_MESSAGES/docs/user/earning-spending.po index a431a1ab6..01cc46789 100644 --- a/locale/vi/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/vi/LC_MESSAGES/docs/user/earning-spending.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po index a8a35bbce..5db081f4b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/index.po b/locale/vi/LC_MESSAGES/docs/user/governance/index.po index 107acf793..7bdbedb17 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po b/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po index 335371596..29f748f78 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/using.po b/locale/vi/LC_MESSAGES/docs/user/governance/using.po index 160762236..2d51cb55f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/using.po @@ -1,11 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" @@ -14,20 +15,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -38,8 +37,8 @@ msgstr "Sử dụng cơ chế Quản trị Dash" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -61,8 +60,8 @@ msgstr "Bất cứ ai cũng có thể đăng một đề xuất với một kho #: ../../docs/user/governance/using.rst:23 msgid "Each valid masternode can vote for, against or abstain on proposals" msgstr "" -"Mỗi masternode có thể bỏ phiếu ủng hộ, phản đối hoặc không ý kiến cho các" -" đề xuất" +"Mỗi masternode có thể bỏ phiếu ủng hộ, phản đối hoặc không ý kiến cho các đề" +" xuất" #: ../../docs/user/governance/using.rst:24 msgid "Approved proposals become budgets" @@ -82,8 +81,8 @@ msgstr "Các đề xuất yêu cầu được cấp phát ngân sách" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -115,41 +114,39 @@ msgid "Budgets" msgstr "Ngân sách" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" -"Ngân sách là các đề xuất mà nhận được tổng số vote YES ít nhất bằng 10% " -"tổng số khả năng bỏ phiếu (ví dụ đạt 448 trên tổng số 4480)" +"Ngân sách là các đề xuất mà nhận được tổng số vote YES ít nhất bằng 10% tổng" +" số khả năng bỏ phiếu (ví dụ đạt 448 trên tổng số 4480)" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" -"Ngân sách có thể bị huỷ bỏ tại bất kỳ thời điểm nào nếu tổng số phiếu (bỏ" -" phiếu hoặc bỏ phiếu lại) dưới ngưỡng được chấp nhận." +"Ngân sách có thể bị huỷ bỏ tại bất kỳ thời điểm nào nếu tổng số phiếu (bỏ " +"phiếu hoặc bỏ phiếu lại) dưới ngưỡng được chấp nhận." #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" -"Ngân sách được xử lý (chi trả) theo cách lấy số phiếu đồng ý - YES trừ đi" -" số phiêu không đồng ý - NO. Ưu tiên thanh toán cho những đề xuất có " -"nhiều bỏ phiếu ủng hộ hơn." +"Ngân sách được xử lý (chi trả) theo cách lấy số phiếu đồng ý - YES trừ đi số" +" phiêu không đồng ý - NO. Ưu tiên thanh toán cho những đề xuất có nhiều bỏ " +"phiếu ủng hộ hơn." #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." msgstr "" -"Có xấp xỉ 6176 dash (trong năm 2018) dành cho mỗi chu kỳ ngân sách, " -"khoảng một tháng, ngân sách này giảm dần 7.14% cứ mỗi 210240 block (xấp " -"xỉ 383.25 ngày)" +"Có xấp xỉ 6176 dash (trong năm 2018) dành cho mỗi chu kỳ ngân sách, khoảng " +"một tháng, ngân sách này giảm dần 7.14% cứ mỗi 210240 block (xấp xỉ 383.25 " +"ngày)" #: ../../docs/user/governance/using.rst:57 msgid "Object structure" @@ -161,15 +158,16 @@ msgstr "Thông tin sau đây là cần thiết để tạo một Đề xuất:" #: ../../docs/user/governance/using.rst:61 msgid "proposal-name: a unique label, 20 characters or less" -msgstr "proposal-name: là một tiêu đề không trùng nhau, dài không quá 20 ký tự" +msgstr "" +"proposal-name: là một tiêu đề không trùng nhau, dài không quá 20 ký tự" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" -"url: là trang web do người lập đề xuất tạo hoặc một chủ đề trên diễn đàn " -"có chứa thông tin cụ thể về đề xuất" +"url: là trang web do người lập đề xuất tạo hoặc một chủ đề trên diễn đàn có " +"chứa thông tin cụ thể về đề xuất" #: ../../docs/user/governance/using.rst:64 msgid "payment-count: how many cycles the proposal is requesting payment" @@ -177,7 +175,8 @@ msgstr "payment-count: số chu kỳ thanh toán mà đề xuất này muốn đ #: ../../docs/user/governance/using.rst:65 msgid "block-start: the requested start of proposal payments" -msgstr "block-start: đề xuất yêu cầu bắt đầu thanh toán từ block thứ bao nhiêu" +msgstr "" +"block-start: đề xuất yêu cầu bắt đầu thanh toán từ block thứ bao nhiêu" #: ../../docs/user/governance/using.rst:66 msgid "dash-address: the address to receive proposal payments" @@ -200,39 +199,36 @@ msgid "" "Proposals will remain visible on the network until they are either " "disapproved or the proposal's last payment-cycle is reached" msgstr "" -"Các đề xuất vẫn sẽ hiển thị trên mạng lưới đến tận khi hoặc là nó không " -"còn được chấp nhận hoặc kết thúc chu kỳ thanh toán cuối cùng." +"Các đề xuất vẫn sẽ hiển thị trên mạng lưới đến tận khi hoặc là nó không còn " +"được chấp nhận hoặc kết thúc chu kỳ thanh toán cuối cùng." #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" -"Chấp thuận xảy ra khi những phiếu YES trừ đi những phiếu NO đạt ít nhất " -"10% trên tổng số lượng phiếu bầu." +"Chấp thuận xảy ra khi những phiếu YES trừ đi những phiếu NO đạt ít nhất 10% " +"trên tổng số lượng phiếu bầu." #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" -"Không chấp thuận xảy ra khi số phiếu bầu NO trừ đi số phiếu bầu YES ít " -"nhất bằng 10% tổng số lượng phiếu bầu." +"Không chấp thuận xảy ra khi số phiếu bầu NO trừ đi số phiếu bầu YES ít nhất " +"bằng 10% tổng số lượng phiếu bầu." #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" "Tổng số phiếu bầu có thể là số masternode đang online và đáp ứng đủ điều " -"kiện, nó có thể xem bằng cách chạy lệnh ``masternode count`` trong cửa sổ" -" Debug của ví Dash Core. Một biểu đồ về tổng số masternode có thể tìm " -"thấy `ở đây `__" +"kiện, nó có thể xem bằng cách chạy lệnh ``masternode count`` trong cửa sổ " +"Debug của ví Dash Core. Một biểu đồ về tổng số masternode có thể tìm thấy `ở" +" đây `__" #: ../../docs/user/governance/using.rst:86 msgid "Templates" @@ -241,12 +237,12 @@ msgstr "Các mẫu" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" -"Những định dạng mẫu cho Microsoft Word sau đây từ Dash Core Group sẽ giúp" -" chúng ta chuẩn hoá những mẫu đề xuất và được thường xuyên cập nhật. Bạn " -"nên sử dụng những mẫu này, nhưng nó không phải là bắt buộc." +"Những định dạng mẫu cho Microsoft Word sau đây từ Dash Core Group sẽ giúp " +"chúng ta chuẩn hoá những mẫu đề xuất và được thường xuyên cập nhật. Bạn nên " +"sử dụng những mẫu này, nhưng nó không phải là bắt buộc." #: ../../docs/user/governance/using.rst:92 msgid "" @@ -270,17 +266,17 @@ msgstr "Các chu kỳ ngân sách" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" -"Khi chuẩn bị một đề xuất, hãy chú ý khi nào thì chu kỳ tới sẽ đến và lập " -"kế hoạch cho phù hợp. Bạn nên chọn kỳ thanh toán cho đề xuất ít nhất " -"trước một chu kỳ thanh toán để có thời gian cho thảo luận và thu hút đủ " -"sự hỗ trợ và bỏ phiếu ủng hộ. Hãy chú ý rằng các phiếu sẽ không được kiểm" -" trong vòng 1662 khối (khoảng 3 ngày) trước khi siêu khối được ra." +"Khi chuẩn bị một đề xuất, hãy chú ý khi nào thì chu kỳ tới sẽ đến và lập kế " +"hoạch cho phù hợp. Bạn nên chọn kỳ thanh toán cho đề xuất ít nhất trước một " +"chu kỳ thanh toán để có thời gian cho thảo luận và thu hút đủ sự hỗ trợ và " +"bỏ phiếu ủng hộ. Hãy chú ý rằng các phiếu sẽ không được kiểm trong vòng 1662" +" khối (khoảng 3 ngày) trước khi siêu khối được ra." #: ../../docs/user/governance/using.rst:108 msgid "Block height" @@ -401,18 +397,17 @@ msgstr "Tạo các đề xuất" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." -msgstr "" -"Một khi bạn đã chuẩn bị những nội dung cho đề xuất của bạn và thiết lập " -"một website hoặc bài viết trên diễn đàn, thì đây là thời điểm để bạn đăng" -" đề xuất của mình lên blockchain để cho mọi người bỏ phiếu. Trong khi tất" -" cả các công việc liên quan đến việc tạo đề xuất xin ngân sách đều có thể" -" thực hiện từ cửa sổ lệnh trên ví Dash Core, thì có vài công cụ cung cấp " -"một giao diện trực quan hơn được phát triển để làm đơn giản tiến trình " -"xin cấp vốn này." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." +msgstr "" +"Một khi bạn đã chuẩn bị những nội dung cho đề xuất của bạn và thiết lập một " +"website hoặc bài viết trên diễn đàn, thì đây là thời điểm để bạn đăng đề " +"xuất của mình lên blockchain để cho mọi người bỏ phiếu. Trong khi tất cả các" +" công việc liên quan đến việc tạo đề xuất xin ngân sách đều có thể thực hiện" +" từ cửa sổ lệnh trên ví Dash Core, thì có vài công cụ cung cấp một giao diện" +" trực quan hơn được phát triển để làm đơn giản tiến trình xin cấp vốn này." #: ../../docs/user/governance/using.rst:150 msgid "Dash Budget Proposal Generator" @@ -424,19 +419,19 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -445,43 +440,42 @@ msgstr "Bước 1 & 2: Tạo đề xuất và chuẩn bị câu lệnh" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" -"Bước 3: Tạo giao dịch đề xuất và đợi cho giao dịch có 6 xác thực và lấy " -"mã giao dịch" +"Bước 3: Tạo giao dịch đề xuất và đợi cho giao dịch có 6 xác thực và lấy mã " +"giao dịch" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" -"Sau khi đã có đủ 6 xác thực, thì lệnh khác sẽ sẵn sàng để gửi đối tượng " -"quản trị đã chuẩn bị đến mạng cho việc biểu quyết. Hãy copy và dán lệnh " -"này, và mã ID của đối tượng quản trị của bạn sẽ xuất hiện giống như sau:" +"Sau khi đã có đủ 6 xác thực, thì lệnh khác sẽ sẵn sàng để gửi đối tượng quản" +" trị đã chuẩn bị đến mạng cho việc biểu quyết. Hãy copy và dán lệnh này, và" +" mã ID của đối tượng quản trị của bạn sẽ xuất hiện giống như sau:" #: ../../docs/user/governance/using.rst:213 msgid "Step 4: Submitting the governance object to the network" @@ -489,16 +483,16 @@ msgstr "Bước 4: Gửi đối tượng quản trị lên mạng lưới Dash" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" -"Bạn có thể dùng mã ID này để theo dõi việc bỏ phiếu của đề xuất đến khi " -"ngân sách được khép lại và bạn nhận được khoản thanh toán. Bạn cũng có " -"thể đăng mã lên DashCentral để đề xuất của mình có thể được bỏ phiếu bởi " -"các chủ masternode là thành viên trên DashCentral bằng cơ chế bỏ phiếu " -"đơn giản với dịch vụ bỏ phiếu của DashCentral." +"Bạn có thể dùng mã ID này để theo dõi việc bỏ phiếu của đề xuất đến khi ngân" +" sách được khép lại và bạn nhận được khoản thanh toán. Bạn cũng có thể đăng " +"mã lên DashCentral để đề xuất của mình có thể được bỏ phiếu bởi các chủ " +"masternode là thành viên trên DashCentral bằng cơ chế bỏ phiếu đơn giản với " +"dịch vụ bỏ phiếu của DashCentral." #: ../../docs/user/governance/using.rst:221 msgid "DashCentral Proposal Generator" @@ -512,16 +506,15 @@ msgstr "https://www.dashcentral.org/budget/create" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" "DashCentral cũng có các công cụ để tạo đề xuất ngân sách, hoặc trình bày " "những đề xuất đã được tạo và bạn có thể bổ sung thêm các phần mô tả trên " -"DashCentral và để cộng đồng có thể bắt đầu thảo luận về nó. Các bước tiến" -" hành cũng gần giống với thủ tục được mô tả ở trên đây và tài liệu của nó" -" thì bạn có thể tìm thấy `ở đây " -"`_." +"DashCentral và để cộng đồng có thể bắt đầu thảo luận về nó. Các bước tiến " +"hành cũng gần giống với thủ tục được mô tả ở trên đây và tài liệu của nó thì" +" bạn có thể tìm thấy `ở đây `_." #: ../../docs/user/governance/using.rst:232 msgid "Dash Core Wallet Console" @@ -530,8 +523,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -552,12 +545,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -583,18 +575,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -607,8 +599,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -633,17 +624,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -651,7 +644,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -662,8 +656,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -672,23 +666,23 @@ msgstr "Bỏ phiếu cho các đề xuất" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" -"*Bạn phải bỏ phiếu ít nhất ba ngày trước khi siêu khối được tạo nếu không" -" thì phiếu của bạn sẽ không được tính. Chính xác thì hạn chót là 1662 " -"khối trước siêu khối.**" +"*Bạn phải bỏ phiếu ít nhất ba ngày trước khi siêu khối được tạo nếu không " +"thì phiếu của bạn sẽ không được tính. Chính xác thì hạn chót là 1662 khối " +"trước siêu khối.**" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -697,7 +691,8 @@ msgstr "`DashCentral `__" #: ../../docs/user/governance/using.rst:353 msgid "`Dash Ninja - Governance `__" -msgstr "`Dash Ninja - Governance `__" +msgstr "" +"`Dash Ninja - Governance `__" #: ../../docs/user/governance/using.rst:354 msgid "" @@ -721,43 +716,41 @@ msgstr "DashCentral" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." -msgstr "" -"Rất nhiều người vận hành masternode lưu khoá riêng của họ với tài khoản " -"được bảo vệ bởi mật khẩu trên `DashCentral " -"`__ để có thể bỏ phiếu nhanh và đơn giản với" -" giao diện trực quan. Sự phổ biến của website này làm cho nó trở thành " -"một nơi nhiều người thảo luận về các đề xuất sau khi nó được đăng lên hệ " -"thống quản trị. Để bỏ phiếu trên giao diện web của DashCentral, đầu tiên " -"bạn cần nhập khoá riêng của masternode của bạn trong tài khoản theo hướng" -" dẫn ở đây. Chú ý rằng khoá riêng của masternode không phải là khoá riêng" -" để kiểm soát 1000 DASH, như vậy nếu có rủi ro đánh mất khoá riêng cũng " -"không làm bạn bị mất 1000 DASH đặt cọc cho masternode. Đặt mật khẩu riêng" -" cho khoá riêng của masternode để cho bỏ phiếu, và như vậy cũng giảm rủi " -"ro cho việc người vận hành website này sử dụng khoá riêng của bạn xuống " -"mức tối thiểu. " +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." +msgstr "" +"Rất nhiều người vận hành masternode lưu khoá riêng của họ với tài khoản được" +" bảo vệ bởi mật khẩu trên `DashCentral `__ để " +"có thể bỏ phiếu nhanh và đơn giản với giao diện trực quan. Sự phổ biến của " +"website này làm cho nó trở thành một nơi nhiều người thảo luận về các đề " +"xuất sau khi nó được đăng lên hệ thống quản trị. Để bỏ phiếu trên giao diện " +"web của DashCentral, đầu tiên bạn cần nhập khoá riêng của masternode của bạn" +" trong tài khoản theo hướng dẫn ở đây. Chú ý rằng khoá riêng của masternode " +"không phải là khoá riêng để kiểm soát 1000 DASH, như vậy nếu có rủi ro đánh " +"mất khoá riêng cũng không làm bạn bị mất 1000 DASH đặt cọc cho masternode. " +"Đặt mật khẩu riêng cho khoá riêng của masternode để cho bỏ phiếu, và như vậy" +" cũng giảm rủi ro cho việc người vận hành website này sử dụng khoá riêng của" +" bạn xuống mức tối thiểu. " #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" "Khi bạn đã sẵn sàng bỏ phiếu, hãy vào `trang ngân sách đề xuất " -"`_. Chỉ cần click vào để xem các đề " -"xuất rồi click vào một trong các tuỳ chọn **Vote YES**, **Vote ABSTAIN** " -"or **Vote NO**." +"`_. Chỉ cần click vào để xem các đề xuất" +" rồi click vào một trong các tuỳ chọn **Vote YES**, **Vote ABSTAIN** or " +"**Vote NO**." #: ../../docs/user/governance/using.rst:382 msgid "Voting interface on DashCentral" @@ -770,21 +763,21 @@ msgstr "Dash Masternode Tool (DMT)" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" "Nếu bạn khởi động masternode của bạn từ ví cứng sử dụng `DMT " -"`_, bạn " -"cũng có thể sử dụng công cụ đó để bỏ phiếu. Bấm vào **Tools > Proposals**" -" và đợi cho danh sách các đề xuất được tải. Bạn có thể dễ dàng nhìn thấy " -"tình trạng bỏ phiếu của mỗi một đề xuất và chọn một đề xuất để xem thông " -"tin chi tiết trong trang **Details** ở phần bên dưới của cửa sổ. Chuyển " -"sang trang **Vote** để **Vote Yes**, **Vote No** or **Vote Abstain** một " -"cách trực tiếp từ DMT." +"`_, bạn cũng " +"có thể sử dụng công cụ đó để bỏ phiếu. Bấm vào **Tools > Proposals** và đợi " +"cho danh sách các đề xuất được tải. Bạn có thể dễ dàng nhìn thấy tình trạng " +"bỏ phiếu của mỗi một đề xuất và chọn một đề xuất để xem thông tin chi tiết " +"trong trang **Details** ở phần bên dưới của cửa sổ. Chuyển sang trang " +"**Vote** để **Vote Yes**, **Vote No** or **Vote Abstain** một cách trực tiếp" +" từ DMT." #: ../../docs/user/governance/using.rst:398 msgid "Voting interface in DMT" @@ -796,19 +789,19 @@ msgstr "Ví Dash Core hoặc masternode" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -817,25 +810,25 @@ msgid "" "command with ``dash-cli``, which is usually found in the ``.dashcore`` " "folder. The command should be similar to the following::" msgstr "" -"Chú ý rằng việc bỏ phiếu trực tiếp từ masternode của bạn, bạn cần có thêm" -" tiền tố vào câu lệnh với ``dash-cli``, chương trình thường được thấy " -"trong thư mục ``.dashcore``. Câu lệnh sẽ có dạng giống như sau::" +"Chú ý rằng việc bỏ phiếu trực tiếp từ masternode của bạn, bạn cần có thêm " +"tiền tố vào câu lệnh với ``dash-cli``, chương trình thường được thấy trong " +"thư mục ``.dashcore``. Câu lệnh sẽ có dạng giống như sau::" #: ../../docs/user/governance/using.rst:432 msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" -"Chú ý lệnh này sẽ kích hoạt việc bỏ phiếu từ tất cả các masternode được " -"cấu hình trong file ``dash.conf``. Nếu bạn có nhiều masternode và mỗi " -"masternode một file .conf riêng, hoặc nếu bạn muốn bỏ phiếu chỉ với một " -"vài masternode nào đó, bạn phải thay đổi câu lệnh từ ``vote-many`` thành " -"``vote``. Nếu việc bỏ phiếu của bạn thành công, bạn sẽ thấy thông báo xác" -" nhận việc đó có dạng như sau **Voted successfully**." +"Chú ý lệnh này sẽ kích hoạt việc bỏ phiếu từ tất cả các masternode được cấu " +"hình trong file ``dash.conf``. Nếu bạn có nhiều masternode và mỗi masternode" +" một file .conf riêng, hoặc nếu bạn muốn bỏ phiếu chỉ với một vài masternode" +" nào đó, bạn phải thay đổi câu lệnh từ ``vote-many`` thành ``vote``. Nếu " +"việc bỏ phiếu của bạn thành công, bạn sẽ thấy thông báo xác nhận việc đó có " +"dạng như sau **Voted successfully**." #: ../../docs/user/governance/using.rst:442 msgid "Voting from the debug console in Dash Core Wallet" @@ -846,9 +839,8 @@ msgid "" "You can also view a list of proposals in JSON format from the console to " "copy and paste the proposal hash for voting as follows::" msgstr "" -"Bạn cũng có thể xem danh sách các đề xuất theo định dạng JSON từ bảng " -"điều khiển để copy và dán mã băm của đề xuất cho việc bỏ phiếu theo cách " -"sau::" +"Bạn cũng có thể xem danh sách các đề xuất theo định dạng JSON từ bảng điều " +"khiển để copy và dán mã băm của đề xuất cho việc bỏ phiếu theo cách sau::" #: ../../docs/user/governance/using.rst:452 msgid "Delegating votes" @@ -860,32 +852,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/index.po b/locale/vi/LC_MESSAGES/docs/user/index.po index a241c08d3..a1b68c924 100644 --- a/locale/vi/LC_MESSAGES/docs/user/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/about.po b/locale/vi/LC_MESSAGES/docs/user/introduction/about.po index 103c6c5ce..7978589e3 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/features.po b/locale/vi/LC_MESSAGES/docs/user/introduction/features.po index 8d3aafe61..adb7e9083 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/features.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2023\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -46,8 +45,8 @@ msgstr "Những đặc tả" #: ../../docs/user/introduction/features.rst:16 msgid "First block mined at 11PM EST, 18th January 2014" msgstr "" -"Khối đầu tiên được đào vào lúc 11 giờ tối giờ bờ đông Mỹ, Ngày 18 tháng 1" -" năm 2014" +"Khối đầu tiên được đào vào lúc 11 giờ tối giờ bờ đông Mỹ, Ngày 18 tháng 1 " +"năm 2014" #: ../../docs/user/introduction/features.rst:17 msgid "No premine" @@ -71,7 +70,8 @@ msgstr "Thuật toán điều chỉnh độ khó Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:22 msgid "Between 17.74M and 18.92M total coin supply" -msgstr "Tổng lượng coin có thể sinh ra vào khoảng từ 17.74 triệu đến 18.92 triệu" +msgstr "" +"Tổng lượng coin có thể sinh ra vào khoảng từ 17.74 triệu đến 18.92 triệu" #: ../../docs/user/introduction/features.rst:23 msgid "Decentralized second-tier masternode network" @@ -90,13 +90,13 @@ msgid "" "Protection against blockchain reorganization events (commonly called 51% " "attacks) using ChainLocks" msgstr "" -"Cơ chế bảo vệ chống các sự kiện tái tổ chức blockchain (thường được gọi " -"là tấn công 51%) sử dụng ChainLocks" +"Cơ chế bảo vệ chống các sự kiện tái tổ chức blockchain (thường được gọi là " +"tấn công 51%) sử dụng ChainLocks" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" "Hệ quản trị phi tập trung bởi Blockchain cho phép các chủ masternode bỏ " "phiếu cho các đề xuất ngân sách và các quyết định mà ảnh hưởng đến Dash" @@ -108,15 +108,15 @@ msgstr "Masternodes" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -128,90 +128,86 @@ msgid "" "**InstantSend** allows for near-instant transactions. Dash InstantSend " "transactions are fully confirmed within two seconds." msgstr "" -"**InstantSend** cho phép có những giao dịch gần như tức thời. Các giao " -"dịch InstantSend của Dash được xác thực đầy đủ chỉ trong vòng hai giây " -"đồng hồ." +"**InstantSend** cho phép có những giao dịch gần như tức thời. Các giao dịch " +"InstantSend của Dash được xác thực đầy đủ chỉ trong vòng hai giây đồng hồ." #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" -"**ChainLocks**, là cơ chế bảo vệ blockchain khỏi sự tấn công 51% bằng các" -" khối được ký ngay khi chúng được đào." +"**ChainLocks**, là cơ chế bảo vệ blockchain khỏi sự tấn công 51% bằng các " +"khối được ký ngay khi chúng được đào." #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" -"**Hệ thống quản trị và ngân quỹ** cho phép những người sở hữu Dash có thể" -" định hướng cho các dự án và dành riêng 10% của phần thưởng khối cho việc" -" phát triển của các dự và hệ sinh thái." +"**Hệ thống quản trị và ngân quỹ** cho phép những người sở hữu Dash có thể " +"định hướng cho các dự án và dành riêng 10% của phần thưởng khối cho việc " +"phát triển của các dự và hệ sinh thái." #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" -"**Dash Evolution** sẽ làm cho việc sử dụng tiền kỹ thuật số trở nên dễ " -"dàng như dùng PayPal" +"**Dash Evolution** sẽ làm cho việc sử dụng tiền kỹ thuật số trở nên dễ dàng " +"như dùng PayPal" #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" -"Chủ sở hữu phải sở hữu 1000 Dash, nó phải được chứng minh bằng việc ký " -"vào một thông điệp được gộp trong một giao dịch đặc biệt được ghi vào " -"trong blockchain. Dash có thể di chuyển hoặc chi tiêu bất kỳ thời điểm " -"nào, nhưng làm như vậy sẽ làm cho masternode bị rơi vào hàng đợi và không" -" nhận được phần thưởng. Người dùng masternode cũng được cấp **quyền bỏ " -"phiếu** trên những đề xuất. Mỗi masternode có một phiếu và phiếu này cho " -"việc cấp vốn cho các đề xuất hoặc các quyết định quan trọng ảnh hưởng đến" -" Dash." +"Chủ sở hữu phải sở hữu 1000 Dash, nó phải được chứng minh bằng việc ký vào " +"một thông điệp được gộp trong một giao dịch đặc biệt được ghi vào trong " +"blockchain. Dash có thể di chuyển hoặc chi tiêu bất kỳ thời điểm nào, nhưng " +"làm như vậy sẽ làm cho masternode bị rơi vào hàng đợi và không nhận được " +"phần thưởng. Người dùng masternode cũng được cấp **quyền bỏ phiếu** trên " +"những đề xuất. Mỗi masternode có một phiếu và phiếu này cho việc cấp vốn cho" +" các đề xuất hoặc các quyết định quan trọng ảnh hưởng đến Dash." #: ../../docs/user/introduction/features.rst:70 -#, python-format -msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." -msgstr "" -"Masternode làm tốn tiền và nỗ lực để duy trì nó và nó cũng được trả một " -"mức phần trăm nhất định của phần thưởng khối để tạo động lực. Bởi vì chỉ " -"có một masternode được chi trả trong mỗi khối, mức độ thường xuyên của " -"việc thanh toán có thể thay đổi, cũng giống như giá trị của Dash được chi" -" trả. `Công cụ này `_ cho bạn cách tính thu" -" nhập tức thời của masternode. Phần thưởng này được giảm 7% cứ mỗi năm, " -"cùng với phần thưởng khối. Các masternode cũng có thể nhận được tiền từ " -"phí giao dịch trong tương lai." +msgid "" +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." +msgstr "" +"Masternode làm tốn tiền và nỗ lực để duy trì nó và nó cũng được trả một mức " +"phần trăm nhất định của phần thưởng khối để tạo động lực. Bởi vì chỉ có một " +"masternode được chi trả trong mỗi khối, mức độ thường xuyên của việc thanh " +"toán có thể thay đổi, cũng giống như giá trị của Dash được chi trả. `Công cụ" +" này `_ cho bạn cách tính thu nhập tức thời " +"của masternode. Phần thưởng này được giảm 7% cứ mỗi năm, cùng với phần " +"thưởng khối. Các masternode cũng có thể nhận được tiền từ phí giao dịch " +"trong tương lai." #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "Masternode" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -219,9 +215,8 @@ msgid "Masternode" msgstr "Masternode" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "Masternode" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -278,12 +273,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -299,39 +294,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -339,25 +334,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -366,65 +360,60 @@ msgstr "InstantSend" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." -msgstr "" -"Các loại tiền số phi tập trung truyền thống phải đợi một khoảng thời gian" -" nhất định để đủ các khối được thông qua để đảm bảo rằng giao dịch không " -"thể bị đảo ngược và không bị cố tiêu lại nhiều lần một số tiền đã được " -"tiêu trước đó ở đâu đó khác. Quá trình này rất tốn thời gian, và nó " -"thường mất ở đâu đó vào khoảng từ 15 phút cho đến hàng giờ cho đủ số " -"lượng được chấp nhận rộng rãi trong sáu khối nối tiếp. Những loại tiền số" -" khác đạt được thời gian xác thực nhanh hơn bằng cách tập trung quyền hạn" -" trên mạng ở những mức độ khác nhau." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." +msgstr "" +"Các loại tiền số phi tập trung truyền thống phải đợi một khoảng thời gian " +"nhất định để đủ các khối được thông qua để đảm bảo rằng giao dịch không thể " +"bị đảo ngược và không bị cố tiêu lại nhiều lần một số tiền đã được tiêu " +"trước đó ở đâu đó khác. Quá trình này rất tốn thời gian, và nó thường mất ở " +"đâu đó vào khoảng từ 15 phút cho đến hàng giờ cho đủ số lượng được chấp nhận" +" rộng rãi trong sáu khối nối tiếp. Những loại tiền số khác đạt được thời " +"gian xác thực nhanh hơn bằng cách tập trung quyền hạn trên mạng ở những mức " +"độ khác nhau." #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "" -"Công nghệ InstantSend sẽ cho phép những đồng tiền như Dash có thể cạnh " -"tranh với những hệ thống giao dịch gần như tức thời như thẻ tín dụng cho " -"các tình huống như điểm bán hàng trong khi không cần phải dựa vào thẩm " -"quyền tập trung. Việc có nhiều nhà kinh doanh chấp nhận rộng rãi Dash và " -"InstantSend có thể làm nên một cuộc cách mạng về tiền số bằng việc giảm " -"thời gian trễ của các giao dịch từ lâu như hàng giờ (với Bitcoin) xuống " -"một khoảng thời gian rất ngắn là vài giây." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"Công nghệ InstantSend sẽ cho phép những đồng tiền như Dash có thể cạnh tranh" +" với những hệ thống giao dịch gần như tức thời như thẻ tín dụng cho các tình" +" huống như điểm bán hàng trong khi không cần phải dựa vào thẩm quyền tập " +"trung. Việc có nhiều nhà kinh doanh chấp nhận rộng rãi Dash và InstantSend " +"có thể làm nên một cuộc cách mạng về tiền số bằng việc giảm thời gian trễ " +"của các giao dịch từ lâu như hàng giờ (với Bitcoin) xuống một khoảng thời " +"gian rất ngắn là vài giây." #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -432,8 +421,8 @@ msgid "" "**How Dash 'InstantSend' Protects Merchants from Double Spends**, Dash " "Detailed by Amanda B. Johnson, 16 September 2016" msgstr "" -"**Làm thế nào mà cơ chế 'InstantSend' của Dash bảo vệ người bán khỏi sự " -"tiêu lặp**, Dash Detail của Amanda B. Johnson, ngày 16 tháng 9 năm 2016" +"**Làm thế nào mà cơ chế 'InstantSend' của Dash bảo vệ người bán khỏi sự tiêu" +" lặp**, Dash Detail của Amanda B. Johnson, ngày 16 tháng 9 năm 2016" #: ../../docs/user/introduction/features.rst:207 msgid "ChainLocks" @@ -442,29 +431,28 @@ msgstr "ChainLocks" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." -msgstr "" -"ChainLocks là một tính năng được cung cấp bởi mạng lưới Dash nhằm cung " -"cấp mức độ chắc chắn khi chấp nhận thanh toán. Công nghệ này, đặc biệt " -"khi được sử dụng song song với :ref:`InstantSend `, tạo ra " -"một môi trường trong đó các khoản thanh toán có thể được chấp nhận ngay " -"tức thời mà không phải chịu rủi ro của \"Các sự kiện tái tổ chức " -"blockchain\"." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." +msgstr "" +"ChainLocks là một tính năng được cung cấp bởi mạng lưới Dash nhằm cung cấp " +"mức độ chắc chắn khi chấp nhận thanh toán. Công nghệ này, đặc biệt khi được " +"sử dụng song song với :ref:`InstantSend `, tạo ra một môi " +"trường trong đó các khoản thanh toán có thể được chấp nhận ngay tức thời mà" +" không phải chịu rủi ro của \"Các sự kiện tái tổ chức blockchain\"." #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" -"Rủi ro của việc tái tổ chức blockchain được giải quyết một cách điển hình" -" bằng việc yêu cầu nhiều \"xác thực\" trước khi một giao dịch có thể được" -" chấp nhận một cách an toàn thành một giao dịch. Loại bảo mật gián tiếp " -"này có hiệu quả, nhưng với chi phí thời gian và trải nghiệm người dùng. " +"Rủi ro của việc tái tổ chức blockchain được giải quyết một cách điển hình " +"bằng việc yêu cầu nhiều \"xác thực\" trước khi một giao dịch có thể được " +"chấp nhận một cách an toàn thành một giao dịch. Loại bảo mật gián tiếp này " +"có hiệu quả, nhưng với chi phí thời gian và trải nghiệm người dùng. " "ChainLocks là một giải pháp cho vấn đề này." #: ../../docs/user/introduction/features.rst:222 @@ -473,56 +461,54 @@ msgstr "Tổng quan về tiến trình ChainLocks" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" "Khi một khối được khai thác, các thành viên Quorum sẽ phát tán một thông " "điệp đã ký có chứa khối đã quan sát đến phần còn lại của Quorum." #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" -"Nếu có 60% hoặc hơn các thành viên của Quorum nhìn thấy cùng một khối mới" -" chúng sẽ cùng tập hợp tạo nên một thông điệp \"CLSIG\" (Chữ ký " -"ChainLock), nó sẽ được phát tán lên phần còn lại của mạng lưới." +"Nếu có 60% hoặc hơn các thành viên của Quorum nhìn thấy cùng một khối mới " +"chúng sẽ cùng tập hợp tạo nên một thông điệp \"CLSIG\" (Chữ ký ChainLock), " +"nó sẽ được phát tán lên phần còn lại của mạng lưới." #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" -"Khi một chữ ký ChainLock hợp lệ được nhận bởi một phần mềm trên mạng, nó " -"sẽ từ chối tất cả các khối có cùng độ cao mà không tương xứng với khối " -"được chỉ ra trong thông điệp đó." +"Khi một chữ ký ChainLock hợp lệ được nhận bởi một phần mềm trên mạng, nó sẽ " +"từ chối tất cả các khối có cùng độ cao mà không tương xứng với khối được chỉ" +" ra trong thông điệp đó." #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" -"Kết quả là một quyết định rõ ràng và nhanh chóng trên blockchain \"đúng\"" -" cho việc tích hợp các phần mềm trạm cuối và các phần mềm ví. Từ quan " -"điểm về bảo mật, nó làm cho việc tái tổ chức nhánh trước trở nên bất khả " -"thi. Xem `DIP0008 ChainLocks " -"`__ để có mô tả " -"đầy đủ về ChainLocks hoạt động ra sao." +"Kết quả là một quyết định rõ ràng và nhanh chóng trên blockchain \"đúng\" " +"cho việc tích hợp các phần mềm trạm cuối và các phần mềm ví. Từ quan điểm về" +" bảo mật, nó làm cho việc tái tổ chức nhánh trước trở nên bất khả thi. Xem " +"`DIP0008 ChainLocks " +"`__ để có mô tả đầy" +" đủ về ChainLocks hoạt động ra sao." #: ../../docs/user/introduction/features.rst:250 msgid "Sporks" @@ -531,62 +517,60 @@ msgstr "Sporks" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." -msgstr "" -"Để đối phó với các vấn đề không lường trước được khi triển khai bản cập " -"nhật lớn \"RC3\" vào tháng 6 năm 2014, nhóm phát triển Dash đã tạo cơ chế" -" theo đó mã cập nhật được phát hành cho mạng, nhưng không được kích hoạt " -"ngay lập tức (\"thi hành\"). Sự cải tiến này cho phép việc chuyển đổi " -"trơn tru hơn hình thức hard fork truyền thống, cũng như việc thu thập dữ " -"liệu thử nghiệm trong môi trường mạng trực tiếp. Quá trình phân chia " -"nhiều giai đoạn này thường được gọi là \"soft fork\" nhưng cộng đồng trìu" -" mến gọi nó là \"spork\" và thành tên như vậy." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." +msgstr "" +"Để đối phó với các vấn đề không lường trước được khi triển khai bản cập nhật" +" lớn \"RC3\" vào tháng 6 năm 2014, nhóm phát triển Dash đã tạo cơ chế theo " +"đó mã cập nhật được phát hành cho mạng, nhưng không được kích hoạt ngay lập " +"tức (\"thi hành\"). Sự cải tiến này cho phép việc chuyển đổi trơn tru hơn " +"hình thức hard fork truyền thống, cũng như việc thu thập dữ liệu thử nghiệm " +"trong môi trường mạng trực tiếp. Quá trình phân chia nhiều giai đoạn này " +"thường được gọi là \"soft fork\" nhưng cộng đồng trìu mến gọi nó là " +"\"spork\" và thành tên như vậy." #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." -msgstr "" -"Các tính năng hoặc các phiên bản mới của Dash đang được kiểm tra một cách" -" kỹ lưỡng trên mạng testnet trước khi công bố lên mạng chính thức. Khi " -"một chức năng hoặc một phiên bản của Dash được công bố trên mạng chính " -"thức, thông tin được gửi cho người dùng để nhắc họ về những thay đổi và " -"cho họ nâng cấp phần mềm của mình. Những ai nâng cấp phần mềm sẽ chạy mã " -"mới, nhưng nó chưa được kích hoạt đến tận khi có đủ một lượng phần trăm " -"nhất định (thường khoảng 80%) thì mới đạt được sự đồng thuận về việc chạy" -" đó. Trong trường hợp khi có lỗi xảy ra đối với bản mã mới, những khối " -"của phần mềm mới không bị từ chối bởi mạng lưới và tránh được việc phân " -"nhánh không mong muốn. Dữ liệu về lỗi sau đó có thể được thu thập và " -"chuyển tiếp đến nhóm phát triển. Khi nhóm phát triển hài lòng với sự ổn " -"định của mã mới trong môi trường mạng chính - và một khi sự đồng thuận " -"của mạng đã đạt được - việc thực thi mã cập nhật có thể được kích hoạt từ" -" xa bởi nhiều thành viên của Core Team cùng ký vào một thông điệp với các" -" khoá riêng của họ. Nếu có vấn đề phát sinh, mã có thể bị vô hiệu hóa " -"theo cách tương tự, mà không cần cập nhật toàn bộ hoặc cập nhật phần mềm." -" Để có thông tin kỹ thuật cụ thể về các spork riêng, hãy xem :ref:`ở đây " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." +msgstr "" +"Các tính năng hoặc các phiên bản mới của Dash đang được kiểm tra một cách kỹ" +" lưỡng trên mạng testnet trước khi công bố lên mạng chính thức. Khi một chức" +" năng hoặc một phiên bản của Dash được công bố trên mạng chính thức, thông " +"tin được gửi cho người dùng để nhắc họ về những thay đổi và cho họ nâng cấp " +"phần mềm của mình. Những ai nâng cấp phần mềm sẽ chạy mã mới, nhưng nó chưa " +"được kích hoạt đến tận khi có đủ một lượng phần trăm nhất định (thường " +"khoảng 80%) thì mới đạt được sự đồng thuận về việc chạy đó. Trong trường hợp" +" khi có lỗi xảy ra đối với bản mã mới, những khối của phần mềm mới không bị " +"từ chối bởi mạng lưới và tránh được việc phân nhánh không mong muốn. Dữ liệu" +" về lỗi sau đó có thể được thu thập và chuyển tiếp đến nhóm phát triển. Khi " +"nhóm phát triển hài lòng với sự ổn định của mã mới trong môi trường mạng " +"chính - và một khi sự đồng thuận của mạng đã đạt được - việc thực thi mã cập" +" nhật có thể được kích hoạt từ xa bởi nhiều thành viên của Core Team cùng ký" +" vào một thông điệp với các khoá riêng của họ. Nếu có vấn đề phát sinh, mã " +"có thể bị vô hiệu hóa theo cách tương tự, mà không cần cập nhật toàn bộ " +"hoặc cập nhật phần mềm. Để có thông tin kỹ thuật cụ thể về các spork riêng, " +"hãy xem :ref:`ở đây `." #: ../../docs/user/introduction/features.rst:284 msgid "X11 Hash Algorithm" @@ -594,65 +578,61 @@ msgstr "Thuật toán băm X11" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." -msgstr "" -"X11 là một thuật toán băm được sử dụng rộng rãi, nó được tạo ra bởi người" -" phát triển ra Dash tên là Evan Duffield. Chuỗi các thuật toán băm của " -"X11 sử dụng một chuỗi 11 thuật toán băm để xử lý vấn đề proof-of-work. Nó" -" cũng giúp cho việc phân phối coin một cách công bằng và các coin của " -"Dash cũng được phân phối theo cách giống như với Bitcoin. X11 được tạo ra" -" sao cho việc tạo khó khăn hơn trong việc tạo ra chip ASIC, và như vậy nó" -" cho phép coin có nhiều thời gian hơn để phát triển trước khi bị đe doạ " -"bởi sự tập trung hoá của việc đào coin. Cách tiếp cận này cũng khá thành " -"công; và đầu năm 2016 thì chip ASIC dành cho X11 được ra mắt và nó chiếm " -"một phần khá lớn trong tổng năng lực băm của mạng lưới, nhưng điều đó vẫn" -" không làm cho nó bị một mức độ tập trung như Bitcoin hiện nay. Thông tin" -" về việc đào coin với X11 có thể tìm thấy ở phần :ref:`Đào coin `" -" trong tài liệu này." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." +msgstr "" +"X11 là một thuật toán băm được sử dụng rộng rãi, nó được tạo ra bởi người " +"phát triển ra Dash tên là Evan Duffield. Chuỗi các thuật toán băm của X11 " +"sử dụng một chuỗi 11 thuật toán băm để xử lý vấn đề proof-of-work. Nó cũng " +"giúp cho việc phân phối coin một cách công bằng và các coin của Dash cũng " +"được phân phối theo cách giống như với Bitcoin. X11 được tạo ra sao cho việc" +" tạo khó khăn hơn trong việc tạo ra chip ASIC, và như vậy nó cho phép coin " +"có nhiều thời gian hơn để phát triển trước khi bị đe doạ bởi sự tập trung " +"hoá của việc đào coin. Cách tiếp cận này cũng khá thành công; và đầu năm " +"2016 thì chip ASIC dành cho X11 được ra mắt và nó chiếm một phần khá lớn " +"trong tổng năng lực băm của mạng lưới, nhưng điều đó vẫn không làm cho nó bị" +" một mức độ tập trung như Bitcoin hiện nay. Thông tin về việc đào coin với " +"X11 có thể tìm thấy ở phần :ref:`Đào coin ` trong tài liệu này." #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." -msgstr "" -"X11 là tên của một chuỗi các thuật toán proof-of-work (**PoW**) được giới" -" thiệu trong  Dash (ra mắt vào tháng Giêng năm 2014 với tên là " -"\"Xcoin\"). Nó một phần có được nhờ cảm hứng của chuỗi các thuật toán băm" -" giống như Quark, và thêm vào độ \"sâu\" và độ phức tạp bằng cách tăng số" -" lượng phép băm, nhưng nó khác với Quark ở chỗ số vòng băm được xác định " -"trước *một trật tự* thay vì sử dụng các phép băm được chọn một cách ngẫu " -"nhiên." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." +msgstr "" +"X11 là tên của một chuỗi các thuật toán proof-of-work (**PoW**) được giới " +"thiệu trong  Dash (ra mắt vào tháng Giêng năm 2014 với tên là \"Xcoin\"). Nó" +" một phần có được nhờ cảm hứng của chuỗi các thuật toán băm giống như Quark," +" và thêm vào độ \"sâu\" và độ phức tạp bằng cách tăng số lượng phép băm, " +"nhưng nó khác với Quark ở chỗ số vòng băm được xác định trước *một trật tự* " +"thay vì sử dụng các phép băm được chọn một cách ngẫu nhiên." #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" "Thuật toán X11 sử dụng nhiều vòng của 11 thuật toán băm (blake, bmw, " -"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), như " -"vậy nó đảm bảo sự an toàn cao nhất nhờ sự kết hợp các thuật toán băm rất " -"tinh vi mà thường được sử dụng trong các loại tiền điện tử hiện đại. Cái " -"tên X11 không liên quan đến hệ thống cửa sổ mã nguồn mở X11, thông dụng " -"trên các hệ điều hành kiểu Unix." +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), như vậy " +"nó đảm bảo sự an toàn cao nhất nhờ sự kết hợp các thuật toán băm rất tinh vi" +" mà thường được sử dụng trong các loại tiền điện tử hiện đại. Cái tên X11 " +"không liên quan đến hệ thống cửa sổ mã nguồn mở X11, thông dụng trên các hệ " +"điều hành kiểu Unix." #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -663,68 +643,66 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." -msgstr "" -"Việc tăng độ phức tạp của chuỗi các thuật toán nhằm nâng cao mức độ an " -"toàn và giảm sự không chắc chắn cho tiền kỹ thuật số, so với việc sử dụng" -" giải pháp PoW dùng một thuật toán đơn, dùng thuật toán đơn là không bảo " -"đảm cho việc rủi ro về mặt an ninh mà người ta gọi là SPOF (Một Điểm Chịu" -" Lỗi). Ví dụ, giả sử có khả năng về tính toán mà nó \"phá vỡ\" thuật toán" -" SHA256 thì nó có thể gây nguy hại cho toàn bộ mạng lưới của Bitcoin cho " -"đến khi Bitcoin phải chuyển đổi bằng hard fork sang thuật toán mới." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." +msgstr "" +"Việc tăng độ phức tạp của chuỗi các thuật toán nhằm nâng cao mức độ an toàn " +"và giảm sự không chắc chắn cho tiền kỹ thuật số, so với việc sử dụng giải " +"pháp PoW dùng một thuật toán đơn, dùng thuật toán đơn là không bảo đảm cho " +"việc rủi ro về mặt an ninh mà người ta gọi là SPOF (Một Điểm Chịu Lỗi). Ví " +"dụ, giả sử có khả năng về tính toán mà nó \"phá vỡ\" thuật toán SHA256 thì " +"nó có thể gây nguy hại cho toàn bộ mạng lưới của Bitcoin cho đến khi Bitcoin" +" phải chuyển đổi bằng hard fork sang thuật toán mới." #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" -"Trong sự kiện tương tự nếu có sự cố về mặt tính toán, một loại tiền dùng " -"cơ chế PoW với X11 sẽ vẫn hoạt động một cách an toàn trừ khi cả 11 thuật " -"toán băm đều được phá vỡ một cách đồng thời. Thậm chí nếu vài thuật toán " -"băm trong X11 được chứng minh là không đáng tin cậy, thì nó vẫn đủ thời " -"gian để cảnh báo cho đồng tiền dùng X11 đánh giá và thay thế những thuật " -"toán băm có vấn đề bằng các thuật toán băm khác đáng tin cậy hơn." +"Trong sự kiện tương tự nếu có sự cố về mặt tính toán, một loại tiền dùng cơ " +"chế PoW với X11 sẽ vẫn hoạt động một cách an toàn trừ khi cả 11 thuật toán " +"băm đều được phá vỡ một cách đồng thời. Thậm chí nếu vài thuật toán băm " +"trong X11 được chứng minh là không đáng tin cậy, thì nó vẫn đủ thời gian để " +"cảnh báo cho đồng tiền dùng X11 đánh giá và thay thế những thuật toán băm có" +" vấn đề bằng các thuật toán băm khác đáng tin cậy hơn." #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." -msgstr "" -"Với đặc tính đầu cơ của các loại tiền kỹ thuật số và những tính chất " -"không chắc chắn được thừa kế của nó như là một lĩnh vực mới, thì thuật " -"toán X11 có thể cung cấp sự tự tin cao hơn cho người dùng cũng như những " -"nhà đầu tư tiềm năng mà cách tiếp cận sử dụng một thuật toán đơn không " -"giải quyết được. Giải pháp sử dụng chuỗi các thuật toán băm như X11, cung" -" cấp sự an toàn nâng cao và tính bền vững hơn trong mục đích gìn giữ giá " -"trị, đa dạng hoá đầu tư và bảo hiểm trước những rủi ro liên quan như vấn " -"đề SPOF (Một điểm Chịu lỗi Đơn lẻ) của các loại tiền điện tử sử dụng một " -"thuật toán băm đơn." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." +msgstr "" +"Với đặc tính đầu cơ của các loại tiền kỹ thuật số và những tính chất không " +"chắc chắn được thừa kế của nó như là một lĩnh vực mới, thì thuật toán X11 có" +" thể cung cấp sự tự tin cao hơn cho người dùng cũng như những nhà đầu tư " +"tiềm năng mà cách tiếp cận sử dụng một thuật toán đơn không giải quyết được." +" Giải pháp sử dụng chuỗi các thuật toán băm như X11, cung cấp sự an toàn " +"nâng cao và tính bền vững hơn trong mục đích gìn giữ giá trị, đa dạng hoá " +"đầu tư và bảo hiểm trước những rủi ro liên quan như vấn đề SPOF (Một điểm " +"Chịu lỗi Đơn lẻ) của các loại tiền điện tử sử dụng một thuật toán băm đơn." #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" -"Evan Duffield, người sáng lập của Dash và chuỗi thuật toán băm X11, đã " -"một số lần viết rằng việc tích hợp X11 vào Dash không nhằm mục đích ngăn " -"chặn các nhà sản xuất tạo ra chip ASIC cho thuật toán X11 trong tương " -"lai, mà chỉ cung cấp cách chuyển đổi tương tự như Bitcoin là có (CPU, " -"GPU, và ASIC)." +"Evan Duffield, người sáng lập của Dash và chuỗi thuật toán băm X11, đã một " +"số lần viết rằng việc tích hợp X11 vào Dash không nhằm mục đích ngăn chặn " +"các nhà sản xuất tạo ra chip ASIC cho thuật toán X11 trong tương lai, mà chỉ" +" cung cấp cách chuyển đổi tương tự như Bitcoin là có (CPU, GPU, và ASIC)." #: ../../docs/user/introduction/features.rst:349 msgid "Dark Gravity Wave" @@ -733,47 +711,47 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." -msgstr "" -"**DGW** hay *Dark Gravity Wave* là một thuật toán mã nguồn mở để điều " -"chỉnh độ khó cho các loại tiền điện tử dựa trên Bitcoin, nó lần đầu tiên " -"được sử dụng ở Dash và sau đó xuất hiện trên nhiều loại tiền điện tử " -"khác. DGW được sáng tạo ra bởi Evan Duffield, cũng là người sáng lập ra " -"Dash, để xử lý cho vấn đề bù-thời-gian được tìm thấy ở *Kimoto's Gravity " -"Well*. Khái niệm về DGW cũng tương tự như thuật toán Kimoto Gravity Well," -" là điều chỉnh mức độ khó ở mỗi block (thay vì mỗi 2016 block giống như ở" -" Bitcoin) dựa trên những dữ liệu thống kê được tìm thấy từ những block " -"gần nhất. Nó cũng làm cho việc sinh khối với khoảng thời gian tương đối " -"đồng nhất, thậm chí ngay cả khi tổng tốc độ băm dao động mạnh, mà không " -"phải gánh chịu lỗi bù-thời-gian." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." +msgstr "" +"**DGW** hay *Dark Gravity Wave* là một thuật toán mã nguồn mở để điều chỉnh " +"độ khó cho các loại tiền điện tử dựa trên Bitcoin, nó lần đầu tiên được sử " +"dụng ở Dash và sau đó xuất hiện trên nhiều loại tiền điện tử khác. DGW được " +"sáng tạo ra bởi Evan Duffield, cũng là người sáng lập ra Dash, để xử lý cho " +"vấn đề bù-thời-gian được tìm thấy ở *Kimoto's Gravity Well*. Khái niệm " +"về DGW cũng tương tự như thuật toán Kimoto Gravity Well, là điều chỉnh mức " +"độ khó ở mỗi block (thay vì mỗi 2016 block giống như ở Bitcoin) dựa trên " +"những dữ liệu thống kê được tìm thấy từ những block gần nhất. Nó cũng làm " +"cho việc sinh khối với khoảng thời gian tương đối đồng nhất, thậm chí ngay " +"cả khi tổng tốc độ băm dao động mạnh, mà không phải gánh chịu lỗi bù-thời-" +"gian." #: ../../docs/user/introduction/features.rst:363 msgid "" "Version 2.0 of DGW was implemented in Dash from block 45,000 onwards in " "order to completely alleviate the time-warp exploit." msgstr "" -"Phiên bản 2.0 của  DGW đã được thực hiện ở  Dash từ khối 45,000 trở về " -"sau để hoàn toàn làm giảm nhẹ loại lợi dụng làm-lệch-thời-gian." +"Phiên bản 2.0 của  DGW đã được thực hiện ở  Dash từ khối 45,000 trở về sau " +"để hoàn toàn làm giảm nhẹ loại lợi dụng làm-lệch-thời-gian." #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" -"Phiên bản 3.0 được thực hiện vào ngày 14 tháng 5 năm 2014 để tiếp tục cải" -" tiến điều chỉnh độ khó với sự chuyển đổi mượt hơn. Nó cũng xử lý vấn đề " -"với nhiều kiến trúc mà có nhiều cấp độ khác nhau của độ chính xác của dấu" -" chấm động thông qua việc sử dụng số nguyên." +"Phiên bản 3.0 được thực hiện vào ngày 14 tháng 5 năm 2014 để tiếp tục cải " +"tiến điều chỉnh độ khó với sự chuyển đổi mượt hơn. Nó cũng xử lý vấn đề với " +"nhiều kiến trúc mà có nhiều cấp độ khác nhau của độ chính xác của dấu chấm " +"động thông qua việc sử dụng số nguyên." #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -783,50 +761,47 @@ msgstr "Tốc độ phát sinh" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." -msgstr "" -"Các loại tiền kỹ thuật số như Dash và Bitcoin được tạo ra thông qua một " -"tiến trình giải quyết vấn đề khó về lĩnh vực mật mã học gọi là đào coin. " -"Đào coin liên quan đến việc liên tục phải giải quyết :ref:`các thuật toán" -" băm ` đến khi tìm được lời giải phù hợp cho " -":ref:`cái khó của đào coin`. Một khi giải pháp được " -"tìm ra, thợ mỏ được phép tạo ra một số đơn vị tiền mới. Cái này gọi là " -"phần thưởng khối. Để đảm bảo cho việc đồng tiền không bị lạm phát vô hạn," -" phần thưởng khối được thiết kế để giảm dần theo thời gian, như `trong " -"tính toán này `_. . " -"Biểu đồ hiển thị kết quả dữ liệu trong một đường cong cho thấy tổng số " -"lượng coin được lưu thông, nó được biết với cái tên là tỷ lệ phát sinh " -"coin." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." +msgstr "" +"Các loại tiền kỹ thuật số như Dash và Bitcoin được tạo ra thông qua một tiến" +" trình giải quyết vấn đề khó về lĩnh vực mật mã học gọi là đào coin. Đào " +"coin liên quan đến việc liên tục phải giải quyết :ref:`các thuật toán băm " +"` đến khi tìm được lời giải phù hợp cho :ref:`cái khó " +"của đào coin`. Một khi giải pháp được tìm ra, thợ mỏ được" +" phép tạo ra một số đơn vị tiền mới. Cái này gọi là phần thưởng khối. Để đảm" +" bảo cho việc đồng tiền không bị lạm phát vô hạn, phần thưởng khối được " +"thiết kế để giảm dần theo thời gian, như `trong tính toán này " +"`_. . Biểu đồ hiển thị kết quả dữ liệu trong " +"một đường cong cho thấy tổng số lượng coin được lưu thông, nó được biết với " +"cái tên là tỷ lệ phát sinh coin." #: ../../docs/user/introduction/features.rst:390 -#, python-format -msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." -msgstr "" -"Trong khi Dash dựa trên Bitcoin, nó cũng thay đổi rất nhiều tỷ lệ phát " -"sinh coin để đưa ra khả năng giảm bớt lượng coin phát sinh một cách trơn " -"tru hơn theo thời gian. Trong khi Bitcoin giảm lượng con phát sinh theo " -"tỷ lệ 50% cứ mỗi 4 năm, thì Dash lại giảm dần lượng coin phát sinh Theo " -"tỷ lệ 1/14 (xấp xỉ 7.14%) cứ mỗi 210240 khối (xấp xỉ 383.25 ngày). Chúng " -"ta có thể thấy sự giảm phần thưởng khối bởi một lượng nhỏ dần mỗi năm làm" -" cho sự chuyển đổi được trơn tru hơn về phía phần thưởng dựa dần về phí " -"giao dịch so với Bitcoin." +msgid "" +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." +msgstr "" +"Trong khi Dash dựa trên Bitcoin, nó cũng thay đổi rất nhiều tỷ lệ phát sinh " +"coin để đưa ra khả năng giảm bớt lượng coin phát sinh một cách trơn tru hơn " +"theo thời gian. Trong khi Bitcoin giảm lượng con phát sinh theo tỷ lệ 50% cứ" +" mỗi 4 năm, thì Dash lại giảm dần lượng coin phát sinh Theo tỷ lệ 1/14 (xấp " +"xỉ 7.14%) cứ mỗi 210240 khối (xấp xỉ 383.25 ngày). Chúng ta có thể thấy sự " +"giảm phần thưởng khối bởi một lượng nhỏ dần mỗi năm làm cho sự chuyển đổi " +"được trơn tru hơn về phía phần thưởng dựa dần về phí giao dịch so với " +"Bitcoin." #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -837,50 +812,48 @@ msgid "Total coin emission" msgstr "Tổng số coin phát sinh ra" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`Tổng số coin phát sinh của Bitcoin " "`_ " -"có thể được tính là tổng của một chuỗi hình học, với tổng số phát sinh " -"tiệm cận (nhưng không bao giờ chạm tới) 21,000,000 BTC. Nó sẽ tiếp tục " -"sinh đến tận năm 2140, nhưng phần thưởng khi đào coin sẽ giảm một cách " -"nhanh chóng mà 99% của tất cả số bitcoin sẽ được lưu thông vào năm 2036, " -"và 99.9% vào năm 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ có " +"thể được tính là tổng của một chuỗi hình học, với tổng số phát sinh tiệm cận" +" (nhưng không bao giờ chạm tới) 21,000,000 BTC. Nó sẽ tiếp tục sinh đến tận " +"năm 2140, nhưng phần thưởng khi đào coin sẽ giảm một cách nhanh chóng mà 99%" +" của tất cả số bitcoin sẽ được lưu thông vào năm 2036, và 99.9% vào năm " +"2048." #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`Tổng số Dash được phát sinh `_ cũng " -"sẽ là tổng của chuỗi hình học, nhưng tổng số tiền phát sinh là không chắc" -" chắn bởi vì không thể biết bao nhiêu của 10% phần thưởng khối dự trữ cho" -" các đề xuất ngân sách sẽ thực tế được cấp phát, vì nó còn phụ thuộc vào " -"việc bỏ phiếu trong tương lai. Dash sẽ tiếp tục phát sinh coin trong vòng" -" xấp xỉ 192 năm trước khi mà tổng số coin phát sinh cho cả một năm là ít " -"hơn 1 DASH. Sau năm 2209 chỉ còn có 14 DASH sẽ được tạo ra. Đồng DASH " -"cuối cùng sẽ mất đến 231 năm để sinh ra, bắt đầu từ năm 2246 và việc sinh" -" ra đồng cuối cùng này sẽ dừng lại vào năm 2477. Dựa trên các con số đó, " -"nguồn cung cấp số coin tối đa và tối thiểu vào năm 2254 có thể được tính " -"trong khoảng như sau:" +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ cũng sẽ " +"là tổng của chuỗi hình học, nhưng tổng số tiền phát sinh là không chắc chắn " +"bởi vì không thể biết bao nhiêu của 10% phần thưởng khối dự trữ cho các đề " +"xuất ngân sách sẽ thực tế được cấp phát, vì nó còn phụ thuộc vào việc bỏ " +"phiếu trong tương lai. Dash sẽ tiếp tục phát sinh coin trong vòng xấp xỉ 192" +" năm trước khi mà tổng số coin phát sinh cho cả một năm là ít hơn 1 DASH. " +"Sau năm 2209 chỉ còn có 14 DASH sẽ được tạo ra. Đồng DASH cuối cùng sẽ mất " +"đến 231 năm để sinh ra, bắt đầu từ năm 2246 và việc sinh ra đồng cuối cùng " +"này sẽ dừng lại vào năm 2477. Dựa trên các con số đó, nguồn cung cấp số coin" +" tối đa và tối thiểu vào năm 2254 có thể được tính trong khoảng như sau:" #: ../../docs/user/introduction/features.rst:428 msgid "17,742,696 DASH" @@ -903,20 +876,18 @@ msgid "Block reward allocation" msgstr "Phân phối phần thưởng khối" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -938,19 +909,18 @@ msgstr "Cơ chế quản trị ngân sách phi tập trung" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -1158,9 +1128,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1336,21 +1305,20 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." -msgstr "" -"Tài liệu này là dựa trên tính toán và bài viết của moocowmoo. Hãy xem " -"`bài viết trên reddit này `_ để có thêm thông tin chi" -" tiết, hoặc tự chạy `tính toán việc phát sinh coin của riêng bạn bằng " -"việc sử dụng công cụ `_. Xem `website này `_ để có dữ " -"liệu trực tiếp về những thông tin thống kê hiện tại của mạng." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." +msgstr "" +"Tài liệu này là dựa trên tính toán và bài viết của moocowmoo. Hãy xem `bài " +"viết trên reddit này `_ để có thêm thông tin chi " +"tiết, hoặc tự chạy `tính toán việc phát sinh coin của riêng bạn bằng việc sử" +" dụng công cụ `_. " +"Xem `website này `_ để có dữ liệu trực tiếp về " +"những thông tin thống kê hiện tại của mạng." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1358,46 +1326,43 @@ msgstr "Quản trị Phi tập trung" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" -"Bạn có thể đọc thêm về cơ chế quản trị của Dash ở mục :ref:`governance` " -"của tài liệu này." +"Bạn có thể đọc thêm về cơ chế quản trị của Dash ở mục :ref:`governance` của " +"tài liệu này." #: ../../docs/user/introduction/features.rst:559 msgid "Sentinel" @@ -1405,29 +1370,27 @@ msgstr "Sentinel" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" -"Được giới thiệu trong Dash 0.12.1, Sentinel là một tác nhân tự quản dành " -"cho việc duy trì, xử lý và tự động hoá các đối tượng quản trị của Dash và" -" các tác vụ. Sentinel được thực thi như là một ứng dụng Python liên kết " -"với một phiên bản dashd cục bộ trên mỗi masternode của Dash. " +"Được giới thiệu trong Dash 0.12.1, Sentinel là một tác nhân tự quản dành cho" +" việc duy trì, xử lý và tự động hoá các đối tượng quản trị của Dash và các " +"tác vụ. Sentinel được thực thi như là một ứng dụng Python liên kết với một " +"phiên bản dashd cục bộ trên mỗi masternode của Dash. " #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" -"Một Đối tượng Quản trị (hay \"govObject\") là một cấu trúc chung được " -"giới thiệu trong Dash 0.12.1 để cho phép việc tạo ra các Đề xuất Ngân " -"sách và các Trigger. Thừa kế lớp được sử dụng để mở rộng đối tượng chung " -"thành một đối tượng \"Đề xuất\" để thay thế cho hệ thống ngân sách hiện " -"tại của Dash." +"Một Đối tượng Quản trị (hay \"govObject\") là một cấu trúc chung được giới " +"thiệu trong Dash 0.12.1 để cho phép việc tạo ra các Đề xuất Ngân sách và " +"các Trigger. Thừa kế lớp được sử dụng để mở rộng đối tượng chung thành một " +"đối tượng \"Đề xuất\" để thay thế cho hệ thống ngân sách hiện tại của Dash." #: ../../docs/user/introduction/features.rst:575 msgid "Diagram highlighting the relationship between Dash Sentinel and Core" @@ -1439,51 +1402,49 @@ msgstr "Phí giao dịch" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." -msgstr "" -"Các giao dịch trên mạng lưới Dash được ghi trong các khối trên chuỗi " -"khối. Kích thước của mỗi giao dịch được đo theo đơn vị bằng byte, nhưng " -"không nhất thiết phải có mối tương quan giữa các giao dịch có giá trị cao" -" và số byte cần thiết để xử lý giao dịch. Thay vào đó kích thước của giao" -" dịch tuỳ thuộc vào số lượng các địa chỉ đầu vào và đầu ra của giao dịch," -" vì nó có nhiều dự liệu được ghi vào block để chứa các thông tin đó. Mỗi " -"khối mới được sinh bởi một thợ mỏ, người được trả cho việc hoàn thành " -"công việc sinh khối với một phần thưởng khối. Để ngăn cho cho mạng lưới " -"không bị tràn ngập bởi các giao dịch spam, kích thước khối bị giới hạn " -"một cách có chủ đích. Khi số lượng giao dịch tăng lên, không gian dành " -"cho mỗi khối lại trở thành một tài sản quý hiếm. Do thợ mỏ không bắt buộc" -" phải bao gồm bất kỳ giao dịch nào vào các khối mà họ tạo ra, cho nên khi" -" các khối đầy, thì một mức phí tự nguyện sẽ được thêm vào để tạo ra động " -"lực cho thợ mỏ xử lý giao dịch. Hầu hết các phần mềm ví đều tính một " -"khoản phí nhỏ làm ngầm định, mặc dù có một số thợ mỏ vẫn xử lý các giao " -"dịch thậm chí nó không có phí đi kèm." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." +msgstr "" +"Các giao dịch trên mạng lưới Dash được ghi trong các khối trên chuỗi khối. " +"Kích thước của mỗi giao dịch được đo theo đơn vị bằng byte, nhưng không nhất" +" thiết phải có mối tương quan giữa các giao dịch có giá trị cao và số byte " +"cần thiết để xử lý giao dịch. Thay vào đó kích thước của giao dịch tuỳ thuộc" +" vào số lượng các địa chỉ đầu vào và đầu ra của giao dịch, vì nó có nhiều dự" +" liệu được ghi vào block để chứa các thông tin đó. Mỗi khối mới được sinh " +"bởi một thợ mỏ, người được trả cho việc hoàn thành công việc sinh khối với " +"một phần thưởng khối. Để ngăn cho cho mạng lưới không bị tràn ngập bởi các " +"giao dịch spam, kích thước khối bị giới hạn một cách có chủ đích. Khi số " +"lượng giao dịch tăng lên, không gian dành cho mỗi khối lại trở thành một tài" +" sản quý hiếm. Do thợ mỏ không bắt buộc phải bao gồm bất kỳ giao dịch nào " +"vào các khối mà họ tạo ra, cho nên khi các khối đầy, thì một mức phí tự " +"nguyện sẽ được thêm vào để tạo ra động lực cho thợ mỏ xử lý giao dịch. Hầu " +"hết các phần mềm ví đều tính một khoản phí nhỏ làm ngầm định, mặc dù có một " +"số thợ mỏ vẫn xử lý các giao dịch thậm chí nó không có phí đi kèm." #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1521,29 +1482,29 @@ msgstr "Cho mỗi kB dữ liệu giao dịch" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1553,78 +1514,77 @@ msgstr "Evolution" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." -msgstr "" -"`Dash Evolution `_ là tên mã cho một nền " -"tảng tiền phi tập trung được xây dựng trên công nghệ blockchain của Dash." -" Mục đích là cung cấp cách truy cập đơn giản đến những tính năng độc đáo " -"và lợi ích của Dash nhằm hỗ trợ việc tạo ra công nghệ phi tập trung. Dash" -" giới thiệu một thiết kế mạng phân tầng, nó cho phép người dùng thực hiện" -" rất nhiều công việc trên mạng lưới, cùng với việc truy cập API phi tập " -"trung và một hệ thống file phi tập trung." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." +msgstr "" +"`Dash Evolution `_ là tên mã cho một nền tảng" +" tiền phi tập trung được xây dựng trên công nghệ blockchain của Dash. Mục " +"đích là cung cấp cách truy cập đơn giản đến những tính năng độc đáo và lợi " +"ích của Dash nhằm hỗ trợ việc tạo ra công nghệ phi tập trung. Dash giới " +"thiệu một thiết kế mạng phân tầng, nó cho phép người dùng thực hiện rất " +"nhiều công việc trên mạng lưới, cùng với việc truy cập API phi tập trung và " +"một hệ thống file phi tập trung." #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" "Dash Evolution sẽ được phát hành theo các giai đoạn. Dash Core phiên bản " -"0.12.1 đến 0.12.3 sẽ tạo nền tảng cho các tính năng phi tập trung hoạt " -"động ở phía sau. Phiên bản 0.13 giới thiệu những nền tảng cho Evolution, " -"được mô tả trong `DIP2 Giao dịch đặc biệt " -"`__ và `DIP3 " -"Danh sách masternode định sẵn " -"`__. Phiên bản " -"0.14 thiết lập `DIP6 Masternode Quorums tồn tại lâu " -"`__. Dự kiến đến" -" cuối năm 2019, Dash Core 1.0 sẽ ra mắt những tính năng chính của " -"Evolution như thanh toán dựa trên tên người dùng, hệ thống API phi tập " -"trung (DAPI) đầu tiên trên thế giới và hệ thống lưu trữ dữ liệu phi tập " -"trung (Drive) dựa trên IPFS." +"0.12.1 đến 0.12.3 sẽ tạo nền tảng cho các tính năng phi tập trung hoạt động " +"ở phía sau. Phiên bản 0.13 giới thiệu những nền tảng cho Evolution, được mô " +"tả trong `DIP2 Giao dịch đặc biệt " +"`__ và `DIP3 Danh " +"sách masternode định sẵn " +"`__. Phiên bản 0.14" +" thiết lập `DIP6 Masternode Quorums tồn tại lâu " +"`__. Dự kiến đến " +"cuối năm 2019, Dash Core 1.0 sẽ ra mắt những tính năng chính của Evolution " +"như thanh toán dựa trên tên người dùng, hệ thống API phi tập trung (DAPI) " +"đầu tiên trên thế giới và hệ thống lưu trữ dữ liệu phi tập trung (Drive) dựa" +" trên IPFS." #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" -"Dưới đây là công việc hiện tại của chúng tôi về Evolution, ngoài ra còn " -"có thêm nhiều thành phần như:" +"Dưới đây là công việc hiện tại của chúng tôi về Evolution, ngoài ra còn có " +"thêm nhiều thành phần như:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" -"**Drive:** Là một hệ thống chia sẻ file cho những dữ liệu của người dùng " -"nằm trên mạng lưới bậc hai" +"**Drive:** Là một hệ thống chia sẻ file cho những dữ liệu của người dùng nằm" +" trên mạng lưới bậc hai" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" -"**DAPI:** Là giao diện lập trình phi tập trung cho phép người dùng trên " -"các ứng dụng bậc 3 có thể truy cập mạng lưới một cách an toàn" +"**DAPI:** Là giao diện lập trình phi tập trung cho phép người dùng trên các " +"ứng dụng bậc 3 có thể truy cập mạng lưới một cách an toàn" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" "**DashPay Decentralized Wallets:** Là những ví nhẹ được kết nối với mạng " "thông qua DAPI và chạy trên nhiều nền tảng khác nhau" @@ -1634,42 +1594,41 @@ msgid "" "**Second Tier:** The masternode network, which provides compensated " "infrastructure for the project" msgstr "" -"**Bậc hai:** Là mạng lưới masternode, nó cung cấp hạ tầng bổ sung cho dự " -"án" +"**Bậc hai:** Là mạng lưới masternode, nó cung cấp hạ tầng bổ sung cho dự án" #: ../../docs/user/introduction/features.rst:677 msgid "" "**Budgets:** The second tier is given voting power to allocate funds for " "specific projects on the network via the budget system" msgstr "" -"**Ngân sách:** Mạng bậc hai cho phép việc bỏ phiếu để cấp phát ngân sách " -"cho những dự án cụ thể của mạng lưới qua hệ thống ngân sách" +"**Ngân sách:** Mạng bậc hai cho phép việc bỏ phiếu để cấp phát ngân sách cho" +" những dự án cụ thể của mạng lưới qua hệ thống ngân sách" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" -"**Quản trị:** Mạng bậc hai cho phép việc bỏ phiếu để quản trị hệ thống " -"tiền tệ và quản lý các hoạt động cần thiết của hệ thống tiền tệ" +"**Quản trị:** Mạng bậc hai cho phép việc bỏ phiếu để quản trị hệ thống tiền " +"tệ và quản lý các hoạt động cần thiết của hệ thống tiền tệ" #: ../../docs/user/introduction/features.rst:681 msgid "" "**Deterministic Masternode Lists:** This feature introduces an on-chain " "masternode list, which can be used to calculate past and present quorums" msgstr "" -"**Deterministic Masternode Lists:** Tính năng này giới thiệu một danh " -"sách masternode trên blockchain, nó có thể được sử dụng để tính toán các " -"quorum ở quá khứ và hiện tại." +"**Deterministic Masternode Lists:** Tính năng này giới thiệu một danh sách " +"masternode trên blockchain, nó có thể được sử dụng để tính toán các quorum ở" +" quá khứ và hiện tại." #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" -"**Social Wallet:** Chúng tôi giới thiệu một social wallet hay còn gọi là " -"ví xã hội, nó cung cấp tính năng danh sách bạn bè, nhóm người dùng, và " -"các tài khoản chia sẻ đa chữ ký." +"**Social Wallet:** Chúng tôi giới thiệu một social wallet hay còn gọi là ví " +"xã hội, nó cung cấp tính năng danh sách bạn bè, nhóm người dùng, và các tài " +"khoản chia sẻ đa chữ ký." #: ../../docs/user/introduction/features.rst:688 msgid "Evolution Previews" @@ -1683,13 +1642,13 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" -"Những video sau đây được giới thiệu bởi người sáng lập Dash là Evan " -"Duffield và trưởng nhóm phát triển UI/UX là Chuck Williams mô tả quy " -"trình phát triển và những tính năng dự kiến của nền tảng Dash Evolution." +"Những video sau đây được giới thiệu bởi người sáng lập Dash là Evan Duffield" +" và trưởng nhóm phát triển UI/UX là Chuck Williams mô tả quy trình phát " +"triển và những tính năng dự kiến của nền tảng Dash Evolution." #: ../../docs/user/introduction/features.rst:704 msgid "**Evolution Demo #1 - The First Dash DAP**, 16 March 2018" @@ -1702,44 +1661,18 @@ msgstr "**Evolution Demo #2 - Mobile Evolution**, 25 tháng 4 năm 2018" #: ../../docs/user/introduction/features.rst:720 msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "" -"**Evolution Demo #3 - Trải nghiệm người dùng Dashpay**, 15 tháng 5 năm " -"2018" +"**Evolution Demo #3 - Trải nghiệm người dùng Dashpay**, 15 tháng 5 năm 2018" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" -"**Chuck Williams với Evolution**, Hội thảo của Dash ở London, 14 tháng 9 " -"năm 2017" +"**Chuck Williams với Evolution**, Hội thảo của Dash ở London, 14 tháng 9 năm" +" 2017" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" -"**Evan Duffield Lộ trình của Evolution**, Dash Force News, 28 tháng 6 năm" -" 2017" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - +"**Evan Duffield Lộ trình của Evolution**, Dash Force News, 28 tháng 6 năm " +"2017" diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 06ceedcd7..73cb2bbba 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/information.po b/locale/vi/LC_MESSAGES/docs/user/introduction/information.po index f9e8c30a6..695da6717 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/information.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -"Thuật ngữ và bộ sưu tập các liên kết đến các phần khác của hệ sinh thái " -"và mạng lưới Dash" +"Thuật ngữ và bộ sưu tập các liên kết đến các phần khác của hệ sinh thái và " +"mạng lưới Dash" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -58,14 +57,12 @@ msgid "**User documentation:** https://docs.dash.org" msgstr "**Tài liệu cho người dùng:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 -#, fuzzy msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "**Tài liệu cho người dùng:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:22 -#, fuzzy msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "**Tài liệu cho người dùng:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" @@ -123,7 +120,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" "**Chủ đề thảo luận trên BitcoinTalk:** " "https://bitcointalk.org/index.php?topic=421615.0" @@ -139,8 +137,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:48 msgid "**Dash Dapp Devs Discord:** https://chat.dashdevs.org" msgstr "" -"**Discord dành cho các nhà phát triển Dash Dapp:** " -"https://chat.dashdevs.org" +"**Discord dành cho các nhà phát triển Dash Dapp:** https://chat.dashdevs.org" #: ../../docs/user/introduction/information.rst:49 msgid "**Dash English Telegram:** https://t.me/dash_chat" @@ -163,8 +160,10 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" -msgstr "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgstr "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" #: ../../docs/user/introduction/information.rst:55 msgid "**Dash France Telegram:** https://t.me/DashFrance" @@ -313,11 +312,10 @@ msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**Tài khoản chính thức của Dash:** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:103 -#, fuzzy msgid "" "**Samuel Westrich, CTO of Dash Core Group:** " "https://twitter.com/SamWestrich/" -msgstr "**Ryan Taylor, CEO của Dash Core Group:** https://twitter.com/RTaylor05" +msgstr "" #: ../../docs/user/introduction/information.rst:104 msgid "" @@ -353,11 +351,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" #: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" @@ -409,15 +407,17 @@ msgstr "**Diễn đàn Bitcoin.com:** https://forum.bitcoin.com/dash-f67" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" -"**Trang Crypto-city.com:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Trang Crypto-city.com:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" -msgstr "**Diễn đàn Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgstr "" +"**Diễn đàn Bitco.in:** https://bitco.in/forum/threads/dash-digitalcash.891" #: ../../docs/user/introduction/information.rst:147 msgid "Tools" @@ -456,9 +456,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashdevs.org" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -529,9 +528,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.coinexplorer.net/dash" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -551,17 +549,16 @@ msgstr "Các trang trên mạng Darknet" #: ../../docs/user/introduction/information.rst:205 msgid "**Dash (Mirror of Main Page):** http://dashorg64cjvj4s3.onion" -msgstr "**Dash (Ảnh của trang chính trên Darknet):** http://dashorg64cjvj4s3.onion" +msgstr "" +"**Dash (Ảnh của trang chính trên Darknet):** http://dashorg64cjvj4s3.onion" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -"**Wiki trên DarkNet:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " -"`_" +"**Wiki trên DarkNet:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-" +"_DigitalCash `_" #: ../../docs/user/introduction/information.rst:207 msgid "" @@ -614,8 +611,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" -msgstr "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgstr "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" #: ../../docs/user/introduction/information.rst:229 msgid "" @@ -642,8 +641,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgstr "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" @@ -671,17 +672,17 @@ msgstr "Tấn công 51%" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" -"Một điều kiện trong đó hơn một nửa sức mạnh tính toán trên mạng lưới tiền" -" số được kiểm soát bởi một thợ mỏ hoặc một nhóm thợ mỏ duy nhất. Lượng " -"sức mạnh tính toán đó theo lý thuyết khiến chúng có thể kiểm soát toàn " -"mạng. Điều này có nghĩa là mọi phần mềm trên mạng đều tin vào mã băm " -"trong khối giao dịch của kẻ tấn công." +"Một điều kiện trong đó hơn một nửa sức mạnh tính toán trên mạng lưới tiền số" +" được kiểm soát bởi một thợ mỏ hoặc một nhóm thợ mỏ duy nhất. Lượng sức mạnh" +" tính toán đó theo lý thuyết khiến chúng có thể kiểm soát toàn mạng. Điều " +"này có nghĩa là mọi phần mềm trên mạng đều tin vào mã băm trong khối giao " +"dịch của kẻ tấn công." #: ../../docs/user/introduction/information.rst:251 msgid "Address" @@ -692,15 +693,14 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" -"Một địa chỉ dash được dùng để :ref:`Gửi/Nhận một khoản thanh toán " -"` trên mạng lưới Dash. Nó có chứa một xâu gồm các " -"ký tự chữ cái và chữ số, nhưng có thể hiện diện như là một mã quét được " -"dạng mã QR. Một địa chỉ Dash cũng là một khoá công khai trong một cặp " -"khoá được dùng bởi người dùng Dash để ký số cho các giao dịch (xem thêm " -"phần Mã công khai)." +"Một địa chỉ dash được dùng để :ref:`Gửi/Nhận một khoản thanh toán ` trên mạng lưới Dash. Nó có chứa một xâu gồm các ký tự chữ cái" +" và chữ số, nhưng có thể hiện diện như là một mã quét được dạng mã QR. Một " +"địa chỉ Dash cũng là một khoá công khai trong một cặp khoá được dùng bởi " +"người dùng Dash để ký số cho các giao dịch (xem thêm phần Mã công khai)." #: ../../docs/user/introduction/information.rst:258 msgid "Algorithm" @@ -709,14 +709,14 @@ msgstr "Thuật toán" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" "Trong toán học và khoa học máy tính, một `thuật toán " "`_ là một tập hợp các bước hoạt " -"động độc lập để thực hiện một nhiệm vụ nào đó. Thuật toán thực hiện các " -"phép tính toán, xử lý dữ liệu và/hoặc các nhiệm vụ suy luận tự động." +"động độc lập để thực hiện một nhiệm vụ nào đó. Thuật toán thực hiện các phép" +" tính toán, xử lý dữ liệu và/hoặc các nhiệm vụ suy luận tự động." #: ../../docs/user/introduction/information.rst:264 msgid "Altcoin" @@ -728,9 +728,9 @@ msgid "" "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." msgstr "" -"Vì Bitcoin là tiền điện tử đầu tiên và có vốn hóa thị trường lớn nhất, nó" -" được coi là tham chiếu. Một đồng altcoin, hay còn gọi là đồng tiền thay " -"thế, là bất kỳ loại tiền điện tử nào khác ngoài Bitcoin." +"Vì Bitcoin là tiền điện tử đầu tiên và có vốn hóa thị trường lớn nhất, nó " +"được coi là tham chiếu. Một đồng altcoin, hay còn gọi là đồng tiền thay thế," +" là bất kỳ loại tiền điện tử nào khác ngoài Bitcoin." #: ../../docs/user/introduction/information.rst:269 msgid "AML" @@ -739,15 +739,14 @@ msgstr "AML" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" -"Kỹ thuật chống rửa tiền viết tắt tiếng Anh là AML được dùng để ngăn chặn " -"mọi người nhận những khoản tiền mà nó có vẻ như được kiếm bằng những hình" -" thức bất hợp pháp. Các cơ chế AML có thể ở dưới dạng luật pháp hay kỹ " -"thuật. Các nhà làm luật thường áp dụng các kỹ thuật AML vào các sàn giao " -"dịch Dash." +"Kỹ thuật chống rửa tiền viết tắt tiếng Anh là AML được dùng để ngăn chặn mọi" +" người nhận những khoản tiền mà nó có vẻ như được kiếm bằng những hình thức " +"bất hợp pháp. Các cơ chế AML có thể ở dưới dạng luật pháp hay kỹ thuật. Các " +"nhà làm luật thường áp dụng các kỹ thuật AML vào các sàn giao dịch Dash." #: ../../docs/user/introduction/information.rst:275 msgid "API" @@ -756,30 +755,29 @@ msgstr "API" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" -"Trong lĩnh vực lập trình máy tính, một `giao diện lập trình ứng dụng " -"(API) `_" -" là một tập hợp các đoạn mã được tái sử dụng, các giao thức, và các công " -"cụ dùng để xây dựng nên phần mềm và ứng dụng." +"Trong lĩnh vực lập trình máy tính, một `giao diện lập trình ứng dụng (API) " +"`_ là một " +"tập hợp các đoạn mã được tái sử dụng, các giao thức, và các công cụ dùng để " +"xây dựng nên phần mềm và ứng dụng." #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" -"Một API có thể hiểu như là một thành phần của phần mềm Theo nghĩa mà hoạt" -" động của nó, các đầu ra, đầu vào và các kiểu dữ liệu, các chức năng độc " -"lập với triển khai tương ứng, cho phép định nghĩa và triển khai thay đổi " -"mà không ảnh hưởng đến giao diện. Một API tốt sẽ giúp việc phát triển một" -" chương trình dễ dàng hơn bằng việc cung cấp tất cả các thành phần xây " -"dựng, mà nó có thể được lắp ghép lại với nhau bởi các lập trình viên." +"Một API có thể hiểu như là một thành phần của phần mềm Theo nghĩa mà hoạt " +"động của nó, các đầu ra, đầu vào và các kiểu dữ liệu, các chức năng độc lập " +"với triển khai tương ứng, cho phép định nghĩa và triển khai thay đổi mà " +"không ảnh hưởng đến giao diện. Một API tốt sẽ giúp việc phát triển một " +"chương trình dễ dàng hơn bằng việc cung cấp tất cả các thành phần xây dựng, " +"mà nó có thể được lắp ghép lại với nhau bởi các lập trình viên." #: ../../docs/user/introduction/information.rst:289 msgid "ASIC" @@ -787,16 +785,15 @@ msgstr "ASIC" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -"Một mạch tích hợp cho ứng dụng cụ thể (ASIC), là một mạch tích hợp (IC) " -"được thiết kế riêng cho việc sử dụng đặc biệt, hơn là sử dụng cho các mục" -" tiêu chung. Ví dụ, một chip được thiết kế để ghi âm số hoá hoặc để " -":ref:`đào Dash với hiệu suất cao ` là một ASIC." +"Một mạch tích hợp cho ứng dụng cụ thể (ASIC), là một mạch tích hợp (IC) được" +" thiết kế riêng cho việc sử dụng đặc biệt, hơn là sử dụng cho các mục tiêu " +"chung. Ví dụ, một chip được thiết kế để ghi âm số hoá hoặc để :ref:`đào Dash" +" với hiệu suất cao ` là một ASIC." #: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" @@ -805,15 +802,14 @@ msgstr "ATM / BTM" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" -"Một Dash ATM là một máy vật lý cho phép khách hàng có thể mua Dash bằng " -"tiền mặt. Có rất nhiều nhà sản xuất khác nhau, một số cho phép người dùng" -" có thể bán Dash để lấy tiền mặt. Đôi khi chúng có thể được gọi là 'BTM' " -"hoặc 'Dash AVMS'. Dash được hỗ trợ trên một số loại :ref:`ATMs `." +"Một Dash ATM là một máy vật lý cho phép khách hàng có thể mua Dash bằng tiền" +" mặt. Có rất nhiều nhà sản xuất khác nhau, một số cho phép người dùng có thể" +" bán Dash để lấy tiền mặt. Đôi khi chúng có thể được gọi là 'BTM' hoặc 'Dash" +" AVMS'. Dash được hỗ trợ trên một số loại :ref:`ATMs `." #: ../../docs/user/introduction/information.rst:302 msgid "Backlog" @@ -821,11 +817,11 @@ msgstr "Backlog" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" -"Backlog thường nói đến một sự tích luỹ theo thời gian chờ đợi công việc " -"được hoàn thành hoặc các đơn hàng được hoàn thành." +"Backlog thường nói đến một sự tích luỹ theo thời gian chờ đợi công việc được" +" hoàn thành hoặc các đơn hàng được hoàn thành." #: ../../docs/user/introduction/information.rst:306 msgid "Backup" @@ -833,21 +829,21 @@ msgstr "Sao lưu" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." -msgstr "" -"Tiến trình mà tạo ra các bản sao của một file dữ liệu để đảm bảo tính " -"nhất quán trong trường hợp bị mất, bị trộm, hoặc hỏng. Dash cho phép " -"người dùng :ref:`tạo các bản sao dự phòng ` của ví tiền " -"số của họ. Điều này bảo vệ chống lại việc mất tiền trong trường hợp máy " -"tính bị hỏng hoặc mất điện thoại. Điều này tương tự như việc sao lưu dự " -"phòng cho tiền trong ví của bạn, và nếu bạn có bị mất ví, bạn cũng có thể" -" khôi phục tiền của mình từ bản sao lưu." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." +msgstr "" +"Tiến trình mà tạo ra các bản sao của một file dữ liệu để đảm bảo tính nhất " +"quán trong trường hợp bị mất, bị trộm, hoặc hỏng. Dash cho phép người dùng " +":ref:`tạo các bản sao dự phòng ` của ví tiền số của họ. " +"Điều này bảo vệ chống lại việc mất tiền trong trường hợp máy tính bị hỏng " +"hoặc mất điện thoại. Điều này tương tự như việc sao lưu dự phòng cho tiền " +"trong ví của bạn, và nếu bạn có bị mất ví, bạn cũng có thể khôi phục tiền " +"của mình từ bản sao lưu." #: ../../docs/user/introduction/information.rst:315 msgid "Bitcoin 2.0" @@ -856,13 +852,13 @@ msgstr "Bitcoin 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" -"Đây là một thuật ngữ giải thích bước phát triển tiếp theo của dự án " -"Bitcoin bắt đầu như một rẽ nhánh của Bitcoin nhưng mở rộng mã nguồn của " -"nó sang một mức cao hơn của các dự án Blockchain (Hợp đồng thông minh, Bỏ" -" phiếu phi tập trung,...)" +"Đây là một thuật ngữ giải thích bước phát triển tiếp theo của dự án Bitcoin " +"bắt đầu như một rẽ nhánh của Bitcoin nhưng mở rộng mã nguồn của nó sang một " +"mức cao hơn của các dự án Blockchain (Hợp đồng thông minh, Bỏ phiếu phi tập " +"trung,...)" #: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" @@ -870,24 +866,23 @@ msgstr "Blockchain" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." -msgstr "" -"Một `blockchain `_ " -"là một cơ sở dữ liệu phân tán nó duy trì một danh sách các bản ghi dữ " -"liệu ngày càng tăng liên tục nhằm chống giả mạo và sửa đổi. Nó gồm có các" -" khối cấu trúc dữ liệu - mà phiên bản đầu tiên nó lưu giữ hoàn toàn chỉ " -"có dữ liệu trong một chuỗi khối, và trong một vài những phiên bản gần đây" -" thì nó lưu giữ cả dữ liệu và chương trình - với mỗi khối nắm giữ các bó " -"các giao dịch và các kết quả của bất kỳ các chương trình blockchain. Mỗi " -"khối có chứa những thông tin được gắn dấu thời gian và liên kết với một " -"khối trước đó." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." +msgstr "" +"Một `blockchain `_ là " +"một cơ sở dữ liệu phân tán nó duy trì một danh sách các bản ghi dữ liệu ngày" +" càng tăng liên tục nhằm chống giả mạo và sửa đổi. Nó gồm có các khối cấu " +"trúc dữ liệu - mà phiên bản đầu tiên nó lưu giữ hoàn toàn chỉ có dữ liệu " +"trong một chuỗi khối, và trong một vài những phiên bản gần đây thì nó lưu " +"giữ cả dữ liệu và chương trình - với mỗi khối nắm giữ các bó các giao dịch " +"và các kết quả của bất kỳ các chương trình blockchain. Mỗi khối có chứa " +"những thông tin được gắn dấu thời gian và liên kết với một khối trước đó." #: ../../docs/user/introduction/information.rst:332 msgid "Blocks" @@ -898,16 +893,16 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" "Các giao dịch trên blockchain được tập hợp vào thành \"`các khối " -"`_\" trong " -"đó ghi lại và xác thực khi nào và những giao dịch nào được đưa vào khối " -"và ghi lại trong blockchain. Các khối được tạo bởi những người dùng được " -"biết với cái tên \"thợ mỏ\" là những người dùng các phần mềm và phần cứng" -" được thiết kế đặc biệt cho mục đích tạo các khối." +"`_\" trong đó " +"ghi lại và xác thực khi nào và những giao dịch nào được đưa vào khối và ghi " +"lại trong blockchain. Các khối được tạo bởi những người dùng được biết với " +"cái tên \"thợ mỏ\" là những người dùng các phần mềm và phần cứng được thiết " +"kế đặc biệt cho mục đích tạo các khối." #: ../../docs/user/introduction/information.rst:340 msgid "ChainLock" @@ -916,18 +911,18 @@ msgstr "ChainLock" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" "Được định nghĩa trong `DIP8 " -"`__, ChainLocks " -"là một phương pháp sử dụng LLMQ để ký một khối ngay lập tức sau khi nó " -"được lan truyền bởi thợ mỏ để tăng cường quy luật thấy-trước. Đây là " -"phương pháp mạnh mẽ để giảm bớt nguy cơ của tấn công 51%, mà nó có thể " -"dẫn đến tình trạng tiêu nhiều lần." +"`__, ChainLocks là " +"một phương pháp sử dụng LLMQ để ký một khối ngay lập tức sau khi nó được lan" +" truyền bởi thợ mỏ để tăng cường quy luật thấy-trước. Đây là phương pháp " +"mạnh mẽ để giảm bớt nguy cơ của tấn công 51%, mà nó có thể dẫn đến tình " +"trạng tiêu nhiều lần." #: ../../docs/user/introduction/information.rst:348 msgid "Cloud Wallet" @@ -935,22 +930,21 @@ msgstr "Cloud Wallet" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." -msgstr "" -"Các bên thứ ba sẽ lưu giữ Dash của bạn trên máy chủ của họ cho bạn, và do" -" đó bạn có thể truy cập nguồn tiền của mình từ bất kỳ thiết bị nào kết " -"nối vào mạng Internet. Nếu website của họ bị hack hoặc máy chủ của họ bị " -"hỏng bạn sẽ gặp rủi ro làm mất số Dash của mình. Bất kỳ ví online nào " -"cũng nên đảm bảo an toàn với mật khẩu mạnh và bảo mật 2 lớp. Bạn không " -"thể tạo bản sao cho ví online của mình, bởi vì bạn không thể truy cập đến" -" các khoá riêng. Chúng tôi không khuyên bạn để một lượng lớn tiền trên " -"các ví online." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." +msgstr "" +"Các bên thứ ba sẽ lưu giữ Dash của bạn trên máy chủ của họ cho bạn, và do đó" +" bạn có thể truy cập nguồn tiền của mình từ bất kỳ thiết bị nào kết nối vào " +"mạng Internet. Nếu website của họ bị hack hoặc máy chủ của họ bị hỏng bạn sẽ" +" gặp rủi ro làm mất số Dash của mình. Bất kỳ ví online nào cũng nên đảm bảo " +"an toàn với mật khẩu mạnh và bảo mật 2 lớp. Bạn không thể tạo bản sao cho ví" +" online của mình, bởi vì bạn không thể truy cập đến các khoá riêng. Chúng " +"tôi không khuyên bạn để một lượng lớn tiền trên các ví online." #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" @@ -958,13 +952,13 @@ msgstr "Giao dịch tạo coin" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" -"Là giao dịch đầu tiên trong một khối. Nó luôn được tạo bởi thợ mỏ, nó đưa" -" vào một đầu vào đơn mà ở đó tạo thành phần thưởng khối. Nó được tách " -"giữa thợ mỏ và và một masternode đã được chọn." +"Là giao dịch đầu tiên trong một khối. Nó luôn được tạo bởi thợ mỏ, nó đưa " +"vào một đầu vào đơn mà ở đó tạo thành phần thưởng khối. Nó được tách giữa " +"thợ mỏ và và một masternode đã được chọn." #: ../../docs/user/introduction/information.rst:363 msgid "Cold Storage" @@ -974,13 +968,12 @@ msgstr "Lưu trữ lạnh" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." -msgstr "" -"Một phương pháp sinh và lưu giữ khoá riêng hoàn toàn offline. Nó có thể " -"là một máy tính để bàn hoặc laptop không kết với mạng Internet, một phần " -"cứng chuyên biệt, một thẻ nhớ USB, hoặc một :ref:`ví giấy `." +msgstr "" +"Một phương pháp sinh và lưu giữ khoá riêng hoàn toàn offline. Nó có thể là " +"một máy tính để bàn hoặc laptop không kết với mạng Internet, một phần cứng " +"chuyên biệt, một thẻ nhớ USB, hoặc một :ref:`ví giấy `." #: ../../docs/user/introduction/information.rst:369 msgid "Confirm(ed) Transaction" @@ -988,45 +981,44 @@ msgstr "Giao dịch (đã được) xác thực" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" -"Khi một giao dịch Dash được tạo, một thợ mỏ phải kiểm tra xem liệu giao " -"dịch đó có hợp lệ không. Khi các đầu vào và các đầu ra được kiểm tra, " -"giao dịch sẽ được đưa vào một khối trong blockchain. Giao dịch sau đó có " -"thể được xem là hoàn chỉnh và không thể đảo ngược được. Số lượng xác thực" -" được tăng lên theo số lượng khối được thêm vào blockchain." +"Khi một giao dịch Dash được tạo, một thợ mỏ phải kiểm tra xem liệu giao dịch" +" đó có hợp lệ không. Khi các đầu vào và các đầu ra được kiểm tra, giao dịch " +"sẽ được đưa vào một khối trong blockchain. Giao dịch sau đó có thể được xem " +"là hoàn chỉnh và không thể đảo ngược được. Số lượng xác thực được tăng lên " +"theo số lượng khối được thêm vào blockchain." #: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "Số xác thực" #: ../../docs/user/introduction/information.rst:377 -#, fuzzy msgid "confirmations" -msgstr "Không xác thực" +msgstr "" #: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." -msgstr "" -"Một số các xác thực cần cho một giao dịch Dash cụ thể nào đó. Không xác " -"thực có nghĩa là **giao dịch chưa được xác thực**. Một xác thực có nghĩa " -"là giao dịch đã được gộp vào trong khối cuối cùng của blockchain. Hai xác" -" thực có nghĩa là giao dịch đã được gộp vào trong hai khối, ba xác thực " -"là ba khối, và cứ thế. Khả năng một giao dịch có thể bị đảo ngược (tiêu " -"lặp) giảm theo cấp số nhân với mỗi khối và xác thực tiếp theo. Sáu xác " -"thực nói chung được coi là \"an toàn\" và không thể đảo ngược." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." +msgstr "" +"Một số các xác thực cần cho một giao dịch Dash cụ thể nào đó. Không xác thực" +" có nghĩa là **giao dịch chưa được xác thực**. Một xác thực có nghĩa là giao" +" dịch đã được gộp vào trong khối cuối cùng của blockchain. Hai xác thực có " +"nghĩa là giao dịch đã được gộp vào trong hai khối, ba xác thực là ba khối, " +"và cứ thế. Khả năng một giao dịch có thể bị đảo ngược (tiêu lặp) giảm theo " +"cấp số nhân với mỗi khối và xác thực tiếp theo. Sáu xác thực nói chung được " +"coi là \"an toàn\" và không thể đảo ngược." #: ../../docs/user/introduction/information.rst:388 msgid "Confirmed Transactions" @@ -1035,14 +1027,14 @@ msgstr "Giao dịch đã được xác thực" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" "Các giao dịch đã được xử lý bởi các thợ mỏ và được xem là không thể đảo " "ngược được, thường sau sáu xác thực. Trong trường hợp InstantSend, khoản " -"tiền có thể được coi là không thể đảo ngược được chỉ sau một vài giây, " -"nhưng vẫn cần được viết vào blockchain (và sau đó \"được xác thực\")." +"tiền có thể được coi là không thể đảo ngược được chỉ sau một vài giây, nhưng" +" vẫn cần được viết vào blockchain (và sau đó \"được xác thực\")." #: ../../docs/user/introduction/information.rst:394 msgid "CPU" @@ -1051,26 +1043,25 @@ msgstr "CPU" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" "Một `bộ xử lý trung tâm (CPU) " -"`_ là một mạch " -"điện tử trong máy tính mà nó thực hiện các câu lệnh của một chương trình " -"máy tính bằng việc thực hiện các thao tác cơ bản như số học, logic, điều " -"khiển và xuất/nhập (I/O) dữ liệu được chỉ ra bởi các câu lệnh. Thuật ngữ " -"này được sử dụng trong ngành công nghiệp điện toán ít nhất từ đầu những " -"năm 1960. Theo truyền thống, thuật ngữ \"CPU\" dùng để chỉ một bộ xử lý, " -"cụ thể hơn cho đơn vị xử lý và đơn vị điều khiển (CU), phân biệt các " -"thành phần cốt lõi của máy tính với các thành phần bên ngoài như bộ nhớ " -"chính và mạch vào ra." +"`_ là một mạch điện " +"tử trong máy tính mà nó thực hiện các câu lệnh của một chương trình máy tính" +" bằng việc thực hiện các thao tác cơ bản như số học, logic, điều khiển và " +"xuất/nhập (I/O) dữ liệu được chỉ ra bởi các câu lệnh. Thuật ngữ này được sử " +"dụng trong ngành công nghiệp điện toán ít nhất từ đầu những năm 1960. Theo " +"truyền thống, thuật ngữ \"CPU\" dùng để chỉ một bộ xử lý, cụ thể hơn cho đơn" +" vị xử lý và đơn vị điều khiển (CU), phân biệt các thành phần cốt lõi của " +"máy tính với các thành phần bên ngoài như bộ nhớ chính và mạch vào ra." #: ../../docs/user/introduction/information.rst:406 msgid "Cryptocurrency" @@ -1080,14 +1071,13 @@ msgstr "Tiền số" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" -"Một loại `tiền kỹ thuật số " -"`_ (hoặc tiền điện tử hoặc " -"tiền mã hoá) là một phương tiện trao đổi sử dụng mật mã học để đảm bảo an" -" toàn cho các giao dịch và kiểm soát việc tạo ra những đơn vị tiền tệ " -"mới." +"Một loại `tiền kỹ thuật số `_ " +"(hoặc tiền điện tử hoặc tiền mã hoá) là một phương tiện trao đổi sử dụng mật" +" mã học để đảm bảo an toàn cho các giao dịch và kiểm soát việc tạo ra những " +"đơn vị tiền tệ mới." #: ../../docs/user/introduction/information.rst:412 msgid "Cryptography" @@ -1097,47 +1087,45 @@ msgstr "Mật mã học" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." -msgstr "" -"Cryptography - Mật mã hoặc cryptology - mật mã học (từ tiếng Hy Lạp " -"κρυπτός *kryptós*, có nghĩa là \"ẩn giấu, bí mật\"; và γράφειν " -"*graphein*, là \"ghi chép\", hoặc -λογία *-logia*, là \"nghiên cứu,\") " -"là các hoạt động nghiên cứu về các kỹ thuật nhằm đảm bảo an toàn cho việc" -" truyền thông trong trường hợp có sự hiện diện của bên thứ ba được gọi là" -" kẻ thù. Một cách tổng quát hơn, mật mã là về xây dựng và phân tích các " -"giao thức nhằm ngăn chặn bên thứ ba hoặc công chúng trong việc đọc các " -"thông điệp bí mật; có rất nhiều khía cạnh trong an toàn dữ liệu như bảo " -"mật dữ liệu, toàn vẹn dữ liệu, xác thực và không chối bỏ là những trọng " -"tâm của ngành mật mã học hiện đại. Mật mã hiện đại tồn tại như là sự giao" -" thua của các nguyên tắc toán học, khoa học máy tính, kỹ thuật điện. Ứng " -"dụng của mật mã bao gồm thẻ ATM, mật khẩu máy tính, và thương mại điện " -"tử." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." +msgstr "" +"Cryptography - Mật mã hoặc cryptology - mật mã học (từ tiếng Hy Lạp κρυπτός " +"*kryptós*, có nghĩa là \"ẩn giấu, bí mật\"; và γράφειν *graphein*, là " +"\"ghi chép\", hoặc -λογία *-logia*, là \"nghiên cứu,\") là các hoạt động " +"nghiên cứu về các kỹ thuật nhằm đảm bảo an toàn cho việc truyền thông trong " +"trường hợp có sự hiện diện của bên thứ ba được gọi là kẻ thù. Một cách tổng " +"quát hơn, mật mã là về xây dựng và phân tích các giao thức nhằm ngăn chặn " +"bên thứ ba hoặc công chúng trong việc đọc các thông điệp bí mật; có rất " +"nhiều khía cạnh trong an toàn dữ liệu như bảo mật dữ liệu, toàn vẹn dữ liệu," +" xác thực và không chối bỏ là những trọng tâm của ngành mật mã học hiện đại." +" Mật mã hiện đại tồn tại như là sự giao thua của các nguyên tắc toán học, " +"khoa học máy tính, kỹ thuật điện. Ứng dụng của mật mã bao gồm thẻ ATM, mật " +"khẩu máy tính, và thương mại điện tử." #: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -1149,8 +1137,8 @@ msgid "" "Decentralized Application Protocol. This term describes an application " "running on top of the Dash DAPI platform." msgstr "" -"Giao thức ứng dụng phi tập trung. Thuật ngữ này mô tả một ứng dụng chạy " -"bên trên của nền tảng Dash DAPI." +"Giao thức ứng dụng phi tập trung. Thuật ngữ này mô tả một ứng dụng chạy bên " +"trên của nền tảng Dash DAPI." #: ../../docs/user/introduction/information.rst:440 msgid "DAP Client" @@ -1158,8 +1146,8 @@ msgstr "Phần mềm trạm cuối DAP" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" "Một phần mềm đầu cuối HTTP kết nối với DAPI để cho phép người dùng " "blockchain Dash có thể đọc và viết dữ liệu vào DAP Space của họ." @@ -1170,11 +1158,11 @@ msgstr "DAP Schema" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" -"Tài liệu Dash Schema mở rộng Dash System Schema để xác định dữ liệu và " -"quy tắc đồng thuận trong một hợp đồng DAP." +"Tài liệu Dash Schema mở rộng Dash System Schema để xác định dữ liệu và quy " +"tắc đồng thuận trong một hợp đồng DAP." #: ../../docs/user/introduction/information.rst:448 msgid "DAP Space" @@ -1182,12 +1170,12 @@ msgstr "DAP Space" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" -"Thành phần của một DAP State mà được sở hữu bởi một người dùng blockchain" -" nhất định. Dữ liệu trong DAP Space chỉ có thể được thay đổi bởi người " -"chủ của nó." +"Thành phần của một DAP State mà được sở hữu bởi một người dùng blockchain " +"nhất định. Dữ liệu trong DAP Space chỉ có thể được thay đổi bởi người chủ " +"của nó." #: ../../docs/user/introduction/information.rst:452 msgid "DAP State" @@ -1198,8 +1186,8 @@ msgid "" "The total set of data stored in a DAP. This data consists of user DAP " "Spaces." msgstr "" -"Tổng số các tập hợp dữ liệu được lưu trữ trên DAP. Dữ liệu này bao gồm " -"các không gian DAP của người dùng." +"Tổng số các tập hợp dữ liệu được lưu trữ trên DAP. Dữ liệu này bao gồm các " +"không gian DAP của người dùng." #: ../../docs/user/introduction/information.rst:456 msgid "DAPI" @@ -1207,15 +1195,14 @@ msgstr "DAPI" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" -"Giao diện lập trình ứng dụng phi tập trung. Hãy xem ở trên để có được một" -" định nghĩa về API. DAPI sẽ thực hiện cùng các chức năng giống như một " -"API, nhưng với nhóm các masternode hoạt động trong vai trò là điểm cuối " -"cho các giao tiếp API." +"Giao diện lập trình ứng dụng phi tập trung. Hãy xem ở trên để có được một " +"định nghĩa về API. DAPI sẽ thực hiện cùng các chức năng giống như một API, " +"nhưng với nhóm các masternode hoạt động trong vai trò là điểm cuối cho các " +"giao tiếp API." #: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" @@ -1223,19 +1210,19 @@ msgstr "Dark Gravity Wave" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" -"Khái niệm về :ref:`Dark Gravity Wave (DGW) ` cũng " -"tương tự như thuật toán Kimoto Gravity Well, là điều chỉnh mức độ khó ở " -"mỗi block (thay vì mỗi 2016 block giống như ở Bitcoin) dựa trên những dữ " -"liệu thống kê được tìm thấy từ những block gần nhất. Nó cũng làm cho việc" -" sinh khối với khoảng thời gian tương đối đồng nhất, thậm chí ngay cả khi" -" tổng tốc độ băm dao động mạnh, mà không phải gánh chịu lỗi bù-thời-gian." +"Khái niệm về :ref:`Dark Gravity Wave (DGW) ` cũng tương " +"tự như thuật toán Kimoto Gravity Well, là điều chỉnh mức độ khó ở mỗi block " +"(thay vì mỗi 2016 block giống như ở Bitcoin) dựa trên những dữ liệu thống kê" +" được tìm thấy từ những block gần nhất. Nó cũng làm cho việc sinh khối với " +"khoảng thời gian tương đối đồng nhất, thậm chí ngay cả khi tổng tốc độ băm " +"dao động mạnh, mà không phải gánh chịu lỗi bù-thời-gian." #: ../../docs/user/introduction/information.rst:470 msgid "Darkcoin" @@ -1255,14 +1242,13 @@ msgstr "Dash" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1271,9 +1257,9 @@ msgstr "DashDrive" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" "Dịch vụ lưu trữ dữ liệu nền được sử dụng bởi các masternode cho những dữ " "liệu không trên blockchain mà cần thiết cho Evolution. DashDrive sử dụng " @@ -1285,19 +1271,19 @@ msgstr "Phần mềm Dash" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" "Phần mềm Dash là những phần mềm được sử dụng để giao tiếp với mạng lưới " -"Dash. Chúng lưu trữ khoá riêng cần thiết để kiểm soát các giao dịch cũng " -"như bản sao của toàn bộ blockchain. Một phần mềm Dash kết nối với mạng " -"lưới Dash và trở thành một nút mạng của mạng lưới. Một nút chia sẻ và " -"truyền bá những giao dịch mới cho toàn bộ mạng lưới, tạo nên một hạ tầng " -"phi tập trung mạnh mẽ." +"Dash. Chúng lưu trữ khoá riêng cần thiết để kiểm soát các giao dịch cũng như" +" bản sao của toàn bộ blockchain. Một phần mềm Dash kết nối với mạng lưới " +"Dash và trở thành một nút mạng của mạng lưới. Một nút chia sẻ và truyền bá " +"những giao dịch mới cho toàn bộ mạng lưới, tạo nên một hạ tầng phi tập trung" +" mạnh mẽ." #: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" @@ -1305,11 +1291,11 @@ msgstr "Ví Dash Core" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1319,13 +1305,13 @@ msgstr "Dash Evolution" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" "Đây là một cơ chế phát triển mạng lưới Dash 3 tầng hiện đang được phát " -"triển. Nó sẽ làm cho Dash trở nên dễ sử dụng giống như PayPal, trong khi " -"vẫn giữ được đặc tính phi tập trung. Hãy xem trang :ref:`Evolution " -"` để có thêm thông tin." +"triển. Nó sẽ làm cho Dash trở nên dễ sử dụng giống như PayPal, trong khi vẫn" +" giữ được đặc tính phi tập trung. Hãy xem trang :ref:`Evolution `" +" để có thêm thông tin." #: ../../docs/user/introduction/information.rst:510 msgid "Dash Schema" @@ -1333,11 +1319,11 @@ msgstr "Dash Schema" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" -"Một ngôn ngữ đặc tả dựa trên JSON cho việc định nghĩa và xác thực dữ liệu" -" đồng thuận trong Evolution." +"Một ngôn ngữ đặc tả dựa trên JSON cho việc định nghĩa và xác thực dữ liệu " +"đồng thuận trong Evolution." #: ../../docs/user/introduction/information.rst:514 msgid "DDoS" @@ -1345,20 +1331,20 @@ msgstr "DDoS" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." -msgstr "" -"Một cuộc tấn công từ chối dịch vụ phân tán hay còn gọi tắt là DDoS sử " -"dụng một lượng lớn các máy tính dưới sự kiểm soát của kẻ tấn công nhằm " -"làm kiệt nguồn tài nguyên của mục tiêu trung tâm. Chúng thường gửi một " -"lượng nhỏ thông tin qua mạng Internet để làm tắc nghẽn khả năng tính toán" -" và băng thông của mục tiêu, nhằm mục đích ngăn cản mục tiêu cung cấp " -"dịch vụ cho những người dùng hợp pháp. Các sàn giao dịch Dash đôi khi bị " -"những đợt tấn công DDoS như vậy." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." +msgstr "" +"Một cuộc tấn công từ chối dịch vụ phân tán hay còn gọi tắt là DDoS sử dụng " +"một lượng lớn các máy tính dưới sự kiểm soát của kẻ tấn công nhằm làm kiệt " +"nguồn tài nguyên của mục tiêu trung tâm. Chúng thường gửi một lượng nhỏ " +"thông tin qua mạng Internet để làm tắc nghẽn khả năng tính toán và băng " +"thông của mục tiêu, nhằm mục đích ngăn cản mục tiêu cung cấp dịch vụ cho " +"những người dùng hợp pháp. Các sàn giao dịch Dash đôi khi bị những đợt tấn " +"công DDoS như vậy." #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" @@ -1367,34 +1353,34 @@ msgstr "Phi tập trung" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" "`Tính toán phi tập trung " -"`_ là việc phân " -"bổ tài nguyên, cả phần cứng và phần mềm, cho mỗi máy trạm hoặc vị trí văn" -" phòng riêng lẻ. Ngược lại tính toán tập trung tồn tại khi phần lớn các " -"chức năng được đem đến hoặc thu nhận từ một vị trí tập trung từ xa. Tính " -"toán phi tập trung là một xu hướng trong môi trường kinh doanh hiện đại. " -"Nó ngược lại với tính toán tập trung, vốn đã thịnh hành trong những ngày " -"đầu của kỷ nguyên máy tính. Một hệ thống máy tính phi tập trung có nhiều " -"lợi ích hơn so với một mạng tập trung thông thường. Máy tính để bàn đã " -"phát triển nhanh đến mức mà khả năng của chúng vượt xa yêu cầu của hầu " -"hết các ứng dụng kinh doanh. Điều này dẫn đến việc hầu hết các máy tính " -"để bàn hầu như được nghỉ ngơi gần như hầu hết thời gian. Tuy vậy, vẫn có " -"những tranh cãi rằng những mạng lưới đó đã tăng hiệu suất tổng thể." +"`_ là việc phân bổ " +"tài nguyên, cả phần cứng và phần mềm, cho mỗi máy trạm hoặc vị trí văn phòng" +" riêng lẻ. Ngược lại tính toán tập trung tồn tại khi phần lớn các chức năng " +"được đem đến hoặc thu nhận từ một vị trí tập trung từ xa. Tính toán phi tập " +"trung là một xu hướng trong môi trường kinh doanh hiện đại. Nó ngược lại với" +" tính toán tập trung, vốn đã thịnh hành trong những ngày đầu của kỷ nguyên " +"máy tính. Một hệ thống máy tính phi tập trung có nhiều lợi ích hơn so với " +"một mạng tập trung thông thường. Máy tính để bàn đã phát triển nhanh đến mức" +" mà khả năng của chúng vượt xa yêu cầu của hầu hết các ứng dụng kinh doanh. " +"Điều này dẫn đến việc hầu hết các máy tính để bàn hầu như được nghỉ ngơi gần" +" như hầu hết thời gian. Tuy vậy, vẫn có những tranh cãi rằng những mạng lưới" +" đó đã tăng hiệu suất tổng thể." #: ../../docs/user/introduction/information.rst:539 msgid "Desktop Wallet" @@ -1403,15 +1389,15 @@ msgstr "Ví trên máy tính" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" -msgstr "" -"Một ví là một phần mềm mà quản lý Dash của bạn. Có rất nhiều loại ví khác" -" nhau cho bạn chọn, nhưng điều quan trọng là phải chọn một loại an toàn. " -"Chúng tôi gợi ý bạn nên dùng bất cứ loại nào trong các loại sau: :ref:`Ví" -" Dash Core ` / :ref:`Ví Dash Electrum ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" +msgstr "" +"Một ví là một phần mềm mà quản lý Dash của bạn. Có rất nhiều loại ví khác " +"nhau cho bạn chọn, nhưng điều quan trọng là phải chọn một loại an toàn. " +"Chúng tôi gợi ý bạn nên dùng bất cứ loại nào trong các loại sau: :ref:`Ví " +"Dash Core ` / :ref:`Ví Dash Electrum ` / :ref:`Các ví cứng `" #: ../../docs/user/introduction/information.rst:547 @@ -1422,21 +1408,21 @@ msgstr "Độ khó" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." -msgstr "" -"Con số này xác định độ khó của phép băm cho một khối mới. Nó liên quan " -"đến số lượng tối đa cho phép trong một phần bằng số của mã băm của một " -"khối giao dịch. Số càng nhỏ càng khó để tạo một giá trị băm phù hợp với " -"nó. Độ khó thay đổi tuỳ thuộc vào số lượng năng lực tính toán được sử " -"dụng bởi các thợ mỏ trong mạng lưới của Dash. Nếu có nhiều máy đào rời bỏ" -" mạng thì độ khó sẽ giảm xuống. Do Dash càng ngày càng được nhiều người " -"biết đến và đã có máy đào ASIC chuyên biệt dành riêng nên làm cho độ khó " -"của nó càng ngày càng tăng." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." +msgstr "" +"Con số này xác định độ khó của phép băm cho một khối mới. Nó liên quan đến " +"số lượng tối đa cho phép trong một phần bằng số của mã băm của một khối giao" +" dịch. Số càng nhỏ càng khó để tạo một giá trị băm phù hợp với nó. Độ khó " +"thay đổi tuỳ thuộc vào số lượng năng lực tính toán được sử dụng bởi các thợ " +"mỏ trong mạng lưới của Dash. Nếu có nhiều máy đào rời bỏ mạng thì độ khó sẽ " +"giảm xuống. Do Dash càng ngày càng được nhiều người biết đến và đã có máy " +"đào ASIC chuyên biệt dành riêng nên làm cho độ khó của nó càng ngày càng " +"tăng." #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" @@ -1448,17 +1434,17 @@ msgstr "Xem :ref:`đường link này ` để có tài liệu đầy đ #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" -"Một ví số cũng tương tự như một chiếc ví vật lý trừ điều là nó dùng để " -"giữ **tiền số**. Một ví Dash quản lý các khoá riêng mà nó cho phép bạn " -"chi tiêu Dash. Bạn cũng có thẻ tạo các sao lưu ví của bạn để đảm bảo rằng" -" bạn không bao giờ bị mất quyền truy cập đến Dash của mình. Các ví số có " -"thể tồn tại với rất nhiều kiểu và trên nhiều thiết bị." +"Một ví số cũng tương tự như một chiếc ví vật lý trừ điều là nó dùng để giữ " +"**tiền số**. Một ví Dash quản lý các khoá riêng mà nó cho phép bạn chi tiêu " +"Dash. Bạn cũng có thẻ tạo các sao lưu ví của bạn để đảm bảo rằng bạn không " +"bao giờ bị mất quyền truy cập đến Dash của mình. Các ví số có thể tồn tại " +"với rất nhiều kiểu và trên nhiều thiết bị." #: ../../docs/user/introduction/information.rst:569 msgid "" @@ -1471,97 +1457,95 @@ msgid "" msgstr "" "**Ví Desktop** (:ref:`Ví Dash Electrum `, :ref:`Ví " "Dash Core `): Là các phần mềm ví mà bạn cài trên máy " -"laptop hoặc máy tính để bàn. Bạn là người duy nhất chịu trách nhiệm bảo " -"vệ file ví và những khoá riêng được chứa trong đó. Hãy sao lưu dự phòng " -"file ví của mình để đảm bảo rằng bạn không bị mất quyền truy cập đến " -"nguồn tiền của mình." +"laptop hoặc máy tính để bàn. Bạn là người duy nhất chịu trách nhiệm bảo vệ " +"file ví và những khoá riêng được chứa trong đó. Hãy sao lưu dự phòng file ví" +" của mình để đảm bảo rằng bạn không bị mất quyền truy cập đến nguồn tiền của" +" mình." #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." -msgstr "" -"**Ví di động**: (:ref:`Android `, :ref:`iOS `): Những ví này có thể tải thông qua các cửa hàng ứng dụng " -"Google Play hoặc Apple (iTunes). Ví di động cho phép bạn sử dụng Dash một" -" cách di động bằng việc quét mã QR để có thể chuyển tiền. Hãy sao lưu dự " -"phòng file ví để đảm bảo rằng bạn sẽ không mất quyền truy cập đến nguồn " -"tiền của mình. Vì lý do an toàn với điện thoại di động, chúng tôi khuyên " -"bạn không nên để khoản tiền lớn ở trong ví này." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." +msgstr "" +"**Ví di động**: (:ref:`Android `, :ref:`iOS `): Những ví này có thể tải thông qua các cửa hàng ứng dụng Google " +"Play hoặc Apple (iTunes). Ví di động cho phép bạn sử dụng Dash một cách di " +"động bằng việc quét mã QR để có thể chuyển tiền. Hãy sao lưu dự phòng file " +"ví để đảm bảo rằng bạn sẽ không mất quyền truy cập đến nguồn tiền của mình. " +"Vì lý do an toàn với điện thoại di động, chúng tôi khuyên bạn không nên để " +"khoản tiền lớn ở trong ví này." #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" "**Ví Online/Cloud/Web** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Các bên thứ ba sẽ lưu giữ Dash của " -"bạn trên máy chủ của họ cho bạn, và do đó bạn có thể truy cập nguồn tiền " -"của mình từ bất kỳ thiết bị nào kết nối vào mạng Internet. Nếu website " -"của họ bị hack hoặc máy chủ của họ bị hỏng bạn sẽ gặp rủi ro làm mất số " -"Dash của mình. Bất kỳ ví online nào cũng nên đảm bảo an toàn với mật khẩu" -" mạnh và bảo mật 2 lớp. Bạn không thể tạo bản sao cho ví online của mình," -" bởi vì bạn không thể truy cập đến các khoá riêng. Chúng tôi muốn nhấn " -"máy rằng bạn KHÔNG nên lưu giữ một lượng lớn Dash trên bất kỳ ví online " -"hoặc sàn giao dịch tiền số nào." +":ref:`MyDashWallet `): Các bên thứ ba sẽ lưu giữ Dash của bạn " +"trên máy chủ của họ cho bạn, và do đó bạn có thể truy cập nguồn tiền của " +"mình từ bất kỳ thiết bị nào kết nối vào mạng Internet. Nếu website của họ bị" +" hack hoặc máy chủ của họ bị hỏng bạn sẽ gặp rủi ro làm mất số Dash của " +"mình. Bất kỳ ví online nào cũng nên đảm bảo an toàn với mật khẩu mạnh và bảo" +" mật 2 lớp. Bạn không thể tạo bản sao cho ví online của mình, bởi vì bạn " +"không thể truy cập đến các khoá riêng. Chúng tôi muốn nhấn máy rằng bạn " +"KHÔNG nên lưu giữ một lượng lớn Dash trên bất kỳ ví online hoặc sàn giao " +"dịch tiền số nào." #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." -msgstr "" -"**Ví cứng** (:ref:`Trezor `, KeepKey, Ledger, Nano): " -"Một ví cứng là một thiết bị phần cứng đặc biệt để lưu giữ những khoá " -"riêng của bạn. Thiết bị này có thể ký vào các giao dịch với khoá riêng " -"của bạn mà không phải kết nối với Internet. Tuy nhiên, bạn cần phải có " -"kết nối với Inernet để gửi giao dịch của bạn lên mạng lưới Dash. Điều này" -" cho phép khoá riêng của bạn có thể truy cập một cách dễ dàng trong khi " -"vẫn giữ chúng được bảo vệ an toàn. Ví cứng được nhiều người công nhận là " -"cách lưu trữ an toàn nhất đối với Dash của bạn." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." +msgstr "" +"**Ví cứng** (:ref:`Trezor `, KeepKey, Ledger, Nano): Một " +"ví cứng là một thiết bị phần cứng đặc biệt để lưu giữ những khoá riêng của " +"bạn. Thiết bị này có thể ký vào các giao dịch với khoá riêng của bạn mà " +"không phải kết nối với Internet. Tuy nhiên, bạn cần phải có kết nối với " +"Inernet để gửi giao dịch của bạn lên mạng lưới Dash. Điều này cho phép khoá " +"riêng của bạn có thể truy cập một cách dễ dàng trong khi vẫn giữ chúng được " +"bảo vệ an toàn. Ví cứng được nhiều người công nhận là cách lưu trữ an toàn " +"nhất đối với Dash của bạn." #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." -msgstr "" -"**Offline/Lưu trữ Lạnh** (:ref:`Paper wallet `): Một " -"ví đặc biệt được tạo offline và không bao giờ được phơi ra trên mạng " -"Internet. Nó được thực hiện bằng việc sử dụng phần mềm để sinh ra các cặp" -" khoá riêng và khoá công khai một cách offline và lưu lại khoá đã được " -"sinh ra đó. Những khoá đó có thể được in ra giấy hoặc thậm chí là khắc " -"lazer vào kim loại. Sau đó có thể lưu trữ ở két sắt cá nhân hoặc gửi nơi " -"an toàn ở ngân hàng chẳng hạn. Điều này thì cực kỳ an toàn để lưu trữ " -"Dash. Nó không có những rủi ro liên quan đến việc sử dụng các file trên " -"máy tính, mà nó có thể bị hỏng, hoặc bị hack. CHÚ Ý: thẻ nhớ USB không an" -" toàn cho việc lưu trữ lâu (nhiều năm) bởi vì thiết bị điện tử có thể bị " -"hỏng vì thời gian." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." +msgstr "" +"**Offline/Lưu trữ Lạnh** (:ref:`Paper wallet `): Một ví " +"đặc biệt được tạo offline và không bao giờ được phơi ra trên mạng Internet. " +"Nó được thực hiện bằng việc sử dụng phần mềm để sinh ra các cặp khoá riêng " +"và khoá công khai một cách offline và lưu lại khoá đã được sinh ra đó. Những" +" khoá đó có thể được in ra giấy hoặc thậm chí là khắc lazer vào kim loại. " +"Sau đó có thể lưu trữ ở két sắt cá nhân hoặc gửi nơi an toàn ở ngân hàng " +"chẳng hạn. Điều này thì cực kỳ an toàn để lưu trữ Dash. Nó không có những " +"rủi ro liên quan đến việc sử dụng các file trên máy tính, mà nó có thể bị " +"hỏng, hoặc bị hack. CHÚ Ý: thẻ nhớ USB không an toàn cho việc lưu trữ lâu " +"(nhiều năm) bởi vì thiết bị điện tử có thể bị hỏng vì thời gian." #: ../../docs/user/introduction/information.rst:618 msgid "DKG" @@ -1570,22 +1554,22 @@ msgstr "DKG" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" "Được định nghĩa trong `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) là một phương thức sinh cặp khoá BLS cho việc sử " -"dụng LLQM để thực hiện việc ký vào các thông điệp mạng. Nó dựa trên lược " -"đồ ngưỡng BLS M-của-N và sinh khoá phân tán, nó là một triển khai của " -"phương pháp chia sẻ bí mật của Shamir." +"`__, Distributed " +"Key Generation (`DKG " +"`__) là một phương thức sinh cặp khoá BLS cho việc sử dụng LLQM để " +"thực hiện việc ký vào các thông điệp mạng. Nó dựa trên lược đồ ngưỡng BLS " +"M-của-N và sinh khoá phân tán, nó là một triển khai của phương pháp chia sẻ " +"bí mật của Shamir." #: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" @@ -1593,21 +1577,20 @@ msgstr "Chữ ký số" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." -msgstr "" -"Một chữ ký số là một cơ chế toán học nó cho phép một người chứng minh " -"danh tính của họ hoặc quyền sở hữu một tài sản số. Khi ví tiền số của bạn" -" ký vào một giao dịch với một khoá riêng thích hợp, toàn mạng có thể thấy" -" chữ ký đó tương ứng với địa chỉ Dash đã được chi tiêu, mà không cần tiết" -" lộ khoá riêng cho mạng lưới. Bạn có thể ký số cho các thông điệp sử dụng" -" khoá riêng của mình, để chứng minh rằng ví dụ, mình là sở hữu của một " -"địa chỉ Dash nào đó." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." +msgstr "" +"Một chữ ký số là một cơ chế toán học nó cho phép một người chứng minh danh " +"tính của họ hoặc quyền sở hữu một tài sản số. Khi ví tiền số của bạn ký vào " +"một giao dịch với một khoá riêng thích hợp, toàn mạng có thể thấy chữ ký đó " +"tương ứng với địa chỉ Dash đã được chi tiêu, mà không cần tiết lộ khoá riêng" +" cho mạng lưới. Bạn có thể ký số cho các thông điệp sử dụng khoá riêng của " +"mình, để chứng minh rằng ví dụ, mình là sở hữu của một địa chỉ Dash nào đó." #: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" @@ -1615,10 +1598,10 @@ msgstr "Ví Electrum" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1627,30 +1610,29 @@ msgstr "Mã hoá" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" -msgstr "" -"Trong mật mã học, `mã hoá `_ là" -" một quá trình biến đổi một thông điệp hoặc thông tin theo một cách mà " -"chỉ có những bên có thẩm quyền mới có thể đọc được. Thông điệp được mã " -"hoá dù có được một bên thứ ba chặn lấy được cũng không thể đọc được nội " -"dung nếu như không có chìa khoá. Trong lược đồ mã hoá, một thông điệp " -"*bản gốc* được mã hoá sử dụng thuật toán mã hoá sẽ tạo ra *bản mã* mà chỉ" -" có thể đọc được nếu được giải mã bởi đúng người nhận. Vì những lý do kỹ " -"thuật, các lược đồ mã hoá thường sử dụng các chìa khoá tương đối ngẫu " -"nhiên được sinh ra bởi một thuật toán. Việc tăng khả năng tín toán đã " -"\"phá vỡ\" rất nhiều thuật toán mã hoá trong quá khứ, nhưng một hệ thống " -"hiện đại được thiết kế tốt như AES256 cơ bản được cho là \"không thể phá " -"vỡ được\"." +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" +msgstr "" +"Trong mật mã học, `mã hoá `_ là " +"một quá trình biến đổi một thông điệp hoặc thông tin theo một cách mà chỉ có" +" những bên có thẩm quyền mới có thể đọc được. Thông điệp được mã hoá dù có " +"được một bên thứ ba chặn lấy được cũng không thể đọc được nội dung nếu như " +"không có chìa khoá. Trong lược đồ mã hoá, một thông điệp *bản gốc* được mã " +"hoá sử dụng thuật toán mã hoá sẽ tạo ra *bản mã* mà chỉ có thể đọc được nếu " +"được giải mã bởi đúng người nhận. Vì những lý do kỹ thuật, các lược đồ mã " +"hoá thường sử dụng các chìa khoá tương đối ngẫu nhiên được sinh ra bởi một " +"thuật toán. Việc tăng khả năng tín toán đã \"phá vỡ\" rất nhiều thuật toán " +"mã hoá trong quá khứ, nhưng một hệ thống hiện đại được thiết kế tốt như " +"AES256 cơ bản được cho là \"không thể phá vỡ được\"." #: ../../docs/user/introduction/information.rst:658 msgid "Escrow Services" @@ -1664,12 +1646,12 @@ msgstr "Một `dịch vụ uỷ thác `_ l msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" -"một thoả thuận hợp đồng trong đó bên thứ ba nhận và giải ngân tiền hoặc " -"tài liệu cho các bên giao dịch chính, mà việc giải ngân phụ thuộc vào các" -" điều kiện đã được các bên giao dịch thỏa thuận; hoặc là" +"một thoả thuận hợp đồng trong đó bên thứ ba nhận và giải ngân tiền hoặc tài " +"liệu cho các bên giao dịch chính, mà việc giải ngân phụ thuộc vào các điều " +"kiện đã được các bên giao dịch thỏa thuận; hoặc là" #: ../../docs/user/introduction/information.rst:667 msgid "" @@ -1677,36 +1659,35 @@ msgid "" "broker's principal or some other person until the consummation or " "termination of a transaction; or" msgstr "" -"một tài khoản được lập bởi một nhà môi giới để nắm giữ các quỹ thay mặt " -"cho người môi giới chính hoặc một người khác cho đến khi kết thúc hoặc " -"chấm dứt một giao dịch; hoặc là" +"một tài khoản được lập bởi một nhà môi giới để nắm giữ các quỹ thay mặt cho " +"người môi giới chính hoặc một người khác cho đến khi kết thúc hoặc chấm dứt " +"một giao dịch; hoặc là" #: ../../docs/user/introduction/information.rst:671 msgid "" "a trust account held in the borrower's name to pay obligations such as " "property taxes and insurance premiums." msgstr "" -"một tài khoản ủy thác được giữ trong tên của người vay để trả các nghĩa " -"vụ như thuế tài sản và phí bảo hiểm." +"một tài khoản ủy thác được giữ trong tên của người vay để trả các nghĩa vụ " +"như thuế tài sản và phí bảo hiểm." #: ../../docs/user/introduction/information.rst:674 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." -msgstr "" -"Dịch vụ ủy thác đáng tin cậy thường được sử dụng khi mua tiền điện tử " -"hoặc các hàng hóa / dịch vụ khác qua internet. Cả người mua và người bán " -"sẽ chọn một bên thứ ba đáng tin cậy, người bán sẽ gửi hàng (hoặc tiền " -"điện tử) cho đại diện ký quỹ và người mua cũng sẽ gửi tiền mua cho đại " -"diện ký quỹ. Khi đại lý ký quỹ thỏa mãn rằng cả hai bên đã đáp ứng các " -"điều khoản của thỏa thuận, họ sẽ chuyển tiền và hàng (hoặc tiền điện tử) " -"được mua cho bên thích hợp." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." +msgstr "" +"Dịch vụ ủy thác đáng tin cậy thường được sử dụng khi mua tiền điện tử hoặc " +"các hàng hóa / dịch vụ khác qua internet. Cả người mua và người bán sẽ chọn " +"một bên thứ ba đáng tin cậy, người bán sẽ gửi hàng (hoặc tiền điện tử) cho " +"đại diện ký quỹ và người mua cũng sẽ gửi tiền mua cho đại diện ký quỹ. Khi " +"đại lý ký quỹ thỏa mãn rằng cả hai bên đã đáp ứng các điều khoản của thỏa " +"thuận, họ sẽ chuyển tiền và hàng (hoặc tiền điện tử) được mua cho bên thích " +"hợp." #: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" @@ -1714,13 +1695,13 @@ msgstr "Evan Duffield" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" -"Người sáng lập và người lãnh đạo nhóm phát triển đầu tiên của Dash. Người" -" phát minh ra X11, InstantSend và PrivateSend. Trước khi tạo ra Dash, " -"Evan là một chuyên gia tư vấn tài chính và sở hữu chứng chỉ Series 65." +"Người sáng lập và người lãnh đạo nhóm phát triển đầu tiên của Dash. Người " +"phát minh ra X11, InstantSend và PrivateSend. Trước khi tạo ra Dash, Evan là" +" một chuyên gia tư vấn tài chính và sở hữu chứng chỉ Series 65." #: ../../docs/user/introduction/information.rst:687 msgid "Exchange" @@ -1729,25 +1710,25 @@ msgstr "Sàn giao dịch" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." -msgstr "" -"Mức giá hiện tại của một Dash so với giá của các loại tiền khác, như đô " -"la Mỹ, Yên Nhật, Euro, hoặc Bitcoin. Bởi vì hầu hết lượng giao dịch được " -"thực hiện trên cặp BTC/DASH, nên giá đôi khi được tính Theo tỷ lệ của một" -" đồng Bitcoin. Ví dụ, giá của một Dash ở thời điểm cuối tháng ba năm 2017" -" là 0.08 (Bitcoin cho một Dash). Có một website tuyệt vời để theo dõi tỷ " -"giá của Dash đó là `CoinMarketCap `_. Các " -"doanh nghiệp muốn giảm rủi ro của việc phải nắm giữ một loại tiền kỹ " -"thuật số với tỷ giá biến động có thể tránh rủi ro hoàn toàn bằng việc sử " -"dụng một phương tiện xử lý giao dịch để có thể trao đổi tức thời ra tiền " -"thông thường tại thời điểm của mỗi giao dịch." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." +msgstr "" +"Mức giá hiện tại của một Dash so với giá của các loại tiền khác, như đô la " +"Mỹ, Yên Nhật, Euro, hoặc Bitcoin. Bởi vì hầu hết lượng giao dịch được thực " +"hiện trên cặp BTC/DASH, nên giá đôi khi được tính Theo tỷ lệ của một đồng " +"Bitcoin. Ví dụ, giá của một Dash ở thời điểm cuối tháng ba năm 2017 là 0.08 " +"(Bitcoin cho một Dash). Có một website tuyệt vời để theo dõi tỷ giá của Dash" +" đó là `CoinMarketCap `_. Các doanh nghiệp muốn " +"giảm rủi ro của việc phải nắm giữ một loại tiền kỹ thuật số với tỷ giá biến " +"động có thể tránh rủi ro hoàn toàn bằng việc sử dụng một phương tiện xử lý " +"giao dịch để có thể trao đổi tức thời ra tiền thông thường tại thời điểm của" +" mỗi giao dịch." #: ../../docs/user/introduction/information.rst:699 msgid "Faucet" @@ -1755,16 +1736,16 @@ msgstr "Faucet" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" -"Faucets là một cơ chế trao thưởng, thường ở dạng một website hoặc app, nó" -" phân phát phần thưởng dưới dạng một microdash hoặc Duff, tương đương với" -" một phần trăm của một phần triệu Dash, cho những người truy cập để đổi " -"lại họ phải hoàn thành việc gõ captcha hoặc công việc nào đó được mô tả " -"bởi website/app đó. " +"Faucets là một cơ chế trao thưởng, thường ở dạng một website hoặc app, nó " +"phân phát phần thưởng dưới dạng một microdash hoặc Duff, tương đương với một" +" phần trăm của một phần triệu Dash, cho những người truy cập để đổi lại họ " +"phải hoàn thành việc gõ captcha hoặc công việc nào đó được mô tả bởi " +"website/app đó. " #: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" @@ -1772,11 +1753,11 @@ msgstr "Fiat Gateway" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" -"`TiềnFiat `_ được định nghĩa " -"với rất nhiều cách như:" +"`TiềnFiat `_ được định nghĩa với " +"rất nhiều cách như:" #: ../../docs/user/introduction/information.rst:710 msgid "Any money declared by a government to be legal tender." @@ -1784,18 +1765,19 @@ msgstr "Bất kỳ khoản tiền nào được chính phủ tuyên bố là h #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" -"Tiền do chính phủ phát hành là không thể chuyển đổi sang bất cứ thứ gì " -"khác theo luật cũng như không cố định về giá trị theo bất kỳ tiêu chuẩn " -"khách quan nào." +"Tiền do chính phủ phát hành là không thể chuyển đổi sang bất cứ thứ gì khác " +"theo luật cũng như không cố định về giá trị theo bất kỳ tiêu chuẩn khách " +"quan nào." #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" -"Tiền không có giá trị nguyên thuỷ nhưng được sử dụng là tiền bởi vì nó " -"được quyết định bởi chính phủ." +"Tiền không có giá trị nguyên thuỷ nhưng được sử dụng là tiền bởi vì nó được " +"quyết định bởi chính phủ." #: ../../docs/user/introduction/information.rst:714 msgid "Examples include the US dollar, the Euro, the Yen, and so forth." @@ -1809,22 +1791,21 @@ msgstr "Fintech" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." -msgstr "" -"`Công nghệ tài chính " -"`_, cũng được biết " -"với cái tên là FinTech, là một ngành công nghiệp kinh tế bao gồm các công" -" ty sử dụng công nghệ để làm cho các dịch vụ tài chính trở nên hiệu quả " -"hơn. Các công ty công nghệ tài chính thường khởi nghiệp bằng việc làm cho" -" các quy trình tài chính trở nên hiệu quả hơn hoặc loại bỏ những thành " -"phần trung gian. Gần đây nhiều công ty công nghệ tài chính bắt đầu sử " -"dụng công nghệ blockchain, đây là công nghệ giống như công nghệ nền tảng " -"cho Dash và Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." +msgstr "" +"`Công nghệ tài chính `_," +" cũng được biết với cái tên là FinTech, là một ngành công nghiệp kinh tế bao" +" gồm các công ty sử dụng công nghệ để làm cho các dịch vụ tài chính trở nên " +"hiệu quả hơn. Các công ty công nghệ tài chính thường khởi nghiệp bằng việc " +"làm cho các quy trình tài chính trở nên hiệu quả hơn hoặc loại bỏ những " +"thành phần trung gian. Gần đây nhiều công ty công nghệ tài chính bắt đầu sử " +"dụng công nghệ blockchain, đây là công nghệ giống như công nghệ nền tảng cho" +" Dash và Bitcoin." #: ../../docs/user/introduction/information.rst:725 msgid "Fork" @@ -1832,32 +1813,32 @@ msgstr "Fork" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." -msgstr "" -"Khi blockchain bị phân rẽ hoặc chia tách, với một số phần mềm nhận dạng " -"một phiên bản của blockchain là hợp lệ, còn những phần mềm khác lại tin " -"rằng một phiên bản khác của blockchain mới là hợp lệ. Hầu hết các phân " -"nhánh đều tự giải quyết mà không gây ra bất kỳ vấn đề nào, bởi vì " -"blockchain dài nhất luôn được coi là hợp lệ. Trong một thời điểm, một " -"phiên bản của blockchain sẽ luôn \"chiến thắng\" và trở thành được nhận " -"dạng chung là hợp lệ. Phân nhánh hay còn gọi Fork là có thể, tuy nhiên, " -"nó cực kỳ nguy hiểm và tốt nhất là nên tránh." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." +msgstr "" +"Khi blockchain bị phân rẽ hoặc chia tách, với một số phần mềm nhận dạng một " +"phiên bản của blockchain là hợp lệ, còn những phần mềm khác lại tin rằng một" +" phiên bản khác của blockchain mới là hợp lệ. Hầu hết các phân nhánh đều tự " +"giải quyết mà không gây ra bất kỳ vấn đề nào, bởi vì blockchain dài nhất " +"luôn được coi là hợp lệ. Trong một thời điểm, một phiên bản của blockchain " +"sẽ luôn \"chiến thắng\" và trở thành được nhận dạng chung là hợp lệ. Phân " +"nhánh hay còn gọi Fork là có thể, tuy nhiên, nó cực kỳ nguy hiểm và tốt nhất" +" là nên tránh." #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" -"Forking thường xuất hiện trong khi cập nhật phần mềm lên mạng lưới. Dash " -"sử dụng một hệ thống Fork đa giai đoạn (“:ref:`Spork `”) nhằm cho" -" có sự linh hoạt và an toàn hơn." +"Forking thường xuất hiện trong khi cập nhật phần mềm lên mạng lưới. Dash sử " +"dụng một hệ thống Fork đa giai đoạn (“:ref:`Spork `”) nhằm cho có sự" +" linh hoạt và an toàn hơn." #: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" @@ -1865,18 +1846,17 @@ msgstr "Full Nodes" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." -msgstr "" -"Bất kỳ phần mềm nào phục vụ một phiên bản đầy đủ của blockchain cho các " -"nút mạng ngang hàng. Nó có thể là một người dùng chạy phần mềm ví Dash " -"Core trên máy tính của anh ta, hoặc có thể là một :ref:`masternode " -"`. Full node thúc đẩy sự phi tập trung bằng việc cho phép " -"bất kỳ người dùng nào cũng có thể kiểm tra kép tính hợp lệ của " +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " "blockchain." +msgstr "" +"Bất kỳ phần mềm nào phục vụ một phiên bản đầy đủ của blockchain cho các nút " +"mạng ngang hàng. Nó có thể là một người dùng chạy phần mềm ví Dash Core trên" +" máy tính của anh ta, hoặc có thể là một :ref:`masternode `. " +"Full node thúc đẩy sự phi tập trung bằng việc cho phép bất kỳ người dùng nào" +" cũng có thể kiểm tra kép tính hợp lệ của blockchain." #: ../../docs/user/introduction/information.rst:746 msgid "Fungible" @@ -1885,8 +1865,8 @@ msgstr "Tính có thể thay thế" #: ../../docs/user/introduction/information.rst:748 msgid "Every unit of the currency is worth the same as any other unit." msgstr "" -"Mọi đơn vị của đồng tiền đều có giá trị hoàn toàn giống với cùng một " -"trong những đơn vị khác của đồng tiền." +"Mọi đơn vị của đồng tiền đều có giá trị hoàn toàn giống với cùng một trong " +"những đơn vị khác của đồng tiền." #: ../../docs/user/introduction/information.rst:749 msgid "Genesis Block" @@ -1906,31 +1886,31 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" "Một `Bộ xử lý đồ hoạ (GPU) " "`_, cũng thỉnh " -"thoảng được gọi là bộ xử lý trực trực quan hay visual processing unit " -"(VPU), là một mạch điện tử được thiết kế đặc biệt cho việc xử lý nhanh và" -" tăng tộc việc tạo hình ảnh trong bộ đệm trước khi kết xuất ra màn hình. " -"GPU được sử dụng trong cá hệ thống nhúng, trong điện thoại di động, trong" -" máy tính cá nhân, trong những máy trạm, và trong các thiết bị trò chơi " -"điện tử. Các GPU hiện đại là rất hiệu quả trong việc tính toán xử lý vấn " -"đề đồ hoạ và xử lý hình ảnh, và kiến trúc xử lý song song tốc độ cao cho " -"phép nó xử lý hiệu quả hơn CPU cho những thuật toán xử lý các khối lớn dữ" -" liệu một cách song song. Trong máy tính cá nhân, GPU có thể nằm trên " -"card đồ hoạ hoặc nó có thể nhúng ngay chính bo mạch chính của máy hoặc " -"thậm chí cùng một chỗ với CPU hoặc trên đế của CPU. Các loại tiền số cũng" -" sử dụng các thuật toán đào một cách rất hiệu quả trên các GPU." +"thoảng được gọi là bộ xử lý trực trực quan hay visual processing unit (VPU)," +" là một mạch điện tử được thiết kế đặc biệt cho việc xử lý nhanh và tăng tộc" +" việc tạo hình ảnh trong bộ đệm trước khi kết xuất ra màn hình. GPU được sử " +"dụng trong cá hệ thống nhúng, trong điện thoại di động, trong máy tính cá " +"nhân, trong những máy trạm, và trong các thiết bị trò chơi điện tử. Các GPU " +"hiện đại là rất hiệu quả trong việc tính toán xử lý vấn đề đồ hoạ và xử lý " +"hình ảnh, và kiến trúc xử lý song song tốc độ cao cho phép nó xử lý hiệu quả" +" hơn CPU cho những thuật toán xử lý các khối lớn dữ liệu một cách song song." +" Trong máy tính cá nhân, GPU có thể nằm trên card đồ hoạ hoặc nó có thể " +"nhúng ngay chính bo mạch chính của máy hoặc thậm chí cùng một chỗ với CPU " +"hoặc trên đế của CPU. Các loại tiền số cũng sử dụng các thuật toán đào một " +"cách rất hiệu quả trên các GPU." #: ../../docs/user/introduction/information.rst:768 msgid "Hardware Wallet" @@ -1939,14 +1919,14 @@ msgstr "Ví cứng" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" -":ref:`Ví cứng ` thuộc trong những loại ví an toàn nhất " -"để lưu trữ Dash của bạn. Khoá riêng được bảo vệ ở trong một phần cứng, và" -" không được phơi bày lên mạng Internet. Bạn vẫn có thể ký cho các giao " -"dịch như bình thường, điều này làm cho nó vừa an toàn vừa thuận tiện." +":ref:`Ví cứng ` thuộc trong những loại ví an toàn nhất để " +"lưu trữ Dash của bạn. Khoá riêng được bảo vệ ở trong một phần cứng, và không" +" được phơi bày lên mạng Internet. Bạn vẫn có thể ký cho các giao dịch như " +"bình thường, điều này làm cho nó vừa an toàn vừa thuận tiện." #: ../../docs/user/introduction/information.rst:775 msgid "Hash" @@ -1954,17 +1934,17 @@ msgstr "Hash" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" -"Một quy trình toán học mà lấy một lượng dữ liệu có độ dài bất kỳ và tạo " -"ra một đầu ra ngắn hơn và có độ dài cố định. Một hàm băm có hai đặc điểm " -"quan trọng như sau. Thứ nhất, về mặt toán học nó rất khó để có thể tìm ra" -" được đầu vào chỉ bằng việc dựa vào đầu ra. Thứ hai, thay đổi thậm chí " -"một chút xíu trong đầu vào sẽ tạo ra đầu ra hoàn toàn khác." +"Một quy trình toán học mà lấy một lượng dữ liệu có độ dài bất kỳ và tạo ra " +"một đầu ra ngắn hơn và có độ dài cố định. Một hàm băm có hai đặc điểm quan " +"trọng như sau. Thứ nhất, về mặt toán học nó rất khó để có thể tìm ra được " +"đầu vào chỉ bằng việc dựa vào đầu ra. Thứ hai, thay đổi thậm chí một chút " +"xíu trong đầu vào sẽ tạo ra đầu ra hoàn toàn khác." #: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" @@ -1972,11 +1952,11 @@ msgstr "Tốc độ băm" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" -"Số các phép băm có thể được thực hiện bởi một thợ mỏ Dash trong một " -"khoảng thời gian nhất định (thường là một giây)." +"Số các phép băm có thể được thực hiện bởi một thợ mỏ Dash trong một khoảng " +"thời gian nhất định (thường là một giây)." #: ../../docs/user/introduction/information.rst:787 msgid "Insight" @@ -1984,11 +1964,11 @@ msgstr "Insight" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" -"Máy chủ cung cấp thông tin dùng cho việc khám phá khối và đáp ứng các yêu" -" cầu truy vấn giao dịch." +"Máy chủ cung cấp thông tin dùng cho việc khám phá khối và đáp ứng các yêu " +"cầu truy vấn giao dịch." #: ../../docs/user/introduction/information.rst:791 msgid "InstantX" @@ -2004,17 +1984,17 @@ msgstr "InstantSend" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" -"Công nghệ :ref:`InstantSend ` sử dụng mạng lưới masternode " -"để \"khoá\" các đầu vào giao dịch, để ngăn cho Dash bị tiêu lặp. Không " -"giống như Bitcoin, cần phải mất hàng giờ hoặc lâu hơn để các giao dịch " -"được xác thực một cách đầy đủ, giao dịch sử dụng InstantSend được " -"\"khoá\" và không thể đảo ngược được chỉ sau một vài giây." +"Công nghệ :ref:`InstantSend ` sử dụng mạng lưới masternode để " +"\"khoá\" các đầu vào giao dịch, để ngăn cho Dash bị tiêu lặp. Không giống " +"như Bitcoin, cần phải mất hàng giờ hoặc lâu hơn để các giao dịch được xác " +"thực một cách đầy đủ, giao dịch sử dụng InstantSend được \"khoá\" và không " +"thể đảo ngược được chỉ sau một vài giây." #: ../../docs/user/introduction/information.rst:801 msgid "Liquidity" @@ -2022,17 +2002,16 @@ msgstr "Tính thanh khoản" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" -"Khả năng mua và bán một tài sản một cách dễ dàng, với giá cả tương đối " -"giống nhau giữa các giao dịch. Một cộng đồng lớn người mua và người bán " -"phù hợp là rất quan trọng đối với tính thanh khoản. Kết quả của một thị " -"trường không thanh khoản là sự biến động giá cả, và không có khả năng dễ " -"dàng xác định giá trị của một tài sản." +"Khả năng mua và bán một tài sản một cách dễ dàng, với giá cả tương đối giống" +" nhau giữa các giao dịch. Một cộng đồng lớn người mua và người bán phù hợp " +"là rất quan trọng đối với tính thanh khoản. Kết quả của một thị trường không" +" thanh khoản là sự biến động giá cả, và không có khả năng dễ dàng xác định " +"giá trị của một tài sản." #: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" @@ -2041,23 +2020,23 @@ msgstr "LLMQ" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" "Được định nghĩa trong `DIP6 " "`__, Một Long- " "Living Masternode Quorum (LLMQ) là một tập con xác định của danh sách " -"masternode xác định toàn cục. Như một quorum được hình thành với sự giúp " -"đỡ của giao thức sinh khoá phân tán (DKG) và được hỗ trợ để kích hoạt " -"trong một khoảng thời gian (ví dụ, một ngày). Nhiều quorum được giữ hoạt " -"động tại cùng một thời điểm, điều này cho phép việc phân tải giữa các " -"quorum. Nhiệm vụ chính của một LLMQ là để thực hiện ký ngưỡng cho các " -"thông điệp liên quan đến sự đồng thuận." +"masternode xác định toàn cục. Như một quorum được hình thành với sự giúp đỡ " +"của giao thức sinh khoá phân tán (DKG) và được hỗ trợ để kích hoạt trong một" +" khoảng thời gian (ví dụ, một ngày). Nhiều quorum được giữ hoạt động tại " +"cùng một thời điểm, điều này cho phép việc phân tải giữa các quorum. Nhiệm " +"vụ chính của một LLMQ là để thực hiện ký ngưỡng cho các thông điệp liên quan" +" đến sự đồng thuận." #: ../../docs/user/introduction/information.rst:819 msgid "Masternode" @@ -2065,13 +2044,13 @@ msgstr "Masternode" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" -"Một :ref:`masternode ` là một loại full node đặc biết" -" mà nó thực hiện các dịch vụ cho mạng lưới và được trả một phần trong " -"phần thưởng khối. Masternode cần phải chứng minh sở hữu 1000 DASH." +"Một :ref:`masternode ` là một loại full node đặc biết mà" +" nó thực hiện các dịch vụ cho mạng lưới và được trả một phần trong phần " +"thưởng khối. Masternode cần phải chứng minh sở hữu 1000 DASH." #: ../../docs/user/introduction/information.rst:825 msgid "" @@ -2085,10 +2064,10 @@ msgstr "Đào coin" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -2105,22 +2084,21 @@ msgstr "Đa chữ ký" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." -msgstr "" -"Địa chỉ đa chữ ký cung cấp một mức bảo mật gia tăng bằng việc yêu cầu " -"nhiều người phải ký cho một giao dịch với những khoá riêng của họ trước " -"khi giao dịch có thể được gửi. Ví dụ, đối với :ref:`đa chữ ký 2 trong 3 " -"`, cần hai trên tổng số ba chữ ký cần phải ký thì giao" -" dịch mới được tiến hành. Địa chỉ đa chữ ký thường được dùng bởi các sàn " -"giao dịch và những tổ chức khác mà họ có giữ một lượng lớn tiền kỹ thuật " -"số, và điều này làm cho việc đánh cắp tiền số khó khăn hơn." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." +msgstr "" +"Địa chỉ đa chữ ký cung cấp một mức bảo mật gia tăng bằng việc yêu cầu nhiều " +"người phải ký cho một giao dịch với những khoá riêng của họ trước khi giao " +"dịch có thể được gửi. Ví dụ, đối với :ref:`đa chữ ký 2 trong 3 `, cần hai trên tổng số ba chữ ký cần phải ký thì giao dịch mới " +"được tiến hành. Địa chỉ đa chữ ký thường được dùng bởi các sàn giao dịch và " +"những tổ chức khác mà họ có giữ một lượng lớn tiền kỹ thuật số, và điều này " +"làm cho việc đánh cắp tiền số khó khăn hơn." #: ../../docs/user/introduction/information.rst:846 msgid "Node" @@ -2128,13 +2106,13 @@ msgstr "Nút" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" -"Một nút là bất kỳ thiết bị nào chạy phần mềm ví Dash. Full node là phần " -"mềm mà có tải xuống đầy đủ toàn bộ blockchain và phục vụ cho các phần mềm" -" khác trên mạng lưới mạng ngang hàng của Dash." +"Một nút là bất kỳ thiết bị nào chạy phần mềm ví Dash. Full node là phần mềm " +"mà có tải xuống đầy đủ toàn bộ blockchain và phục vụ cho các phần mềm khác " +"trên mạng lưới mạng ngang hàng của Dash." #: ../../docs/user/introduction/information.rst:851 msgid "OTC" @@ -2142,17 +2120,17 @@ msgstr "OTC" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" -"Giao dịch chưa lên sàn (OTC) là những giao dịch bên ngoài các sàn giao " -"dịch. Trong một giao dịch OTC, người bán và người mua trao đổi trực tiếp " -"với nhau hoặc thông qua một trung gian. Giao dịch thường hữu ích khi một " -"người muốn mua hoặc bán một lượng lớn tiền số và sợ rằng khi mua hoặc bán" -" lớn như vậy trên sánex làm thay đổi giá (nó được gọi là \"slippage\")" +"Giao dịch chưa lên sàn (OTC) là những giao dịch bên ngoài các sàn giao dịch." +" Trong một giao dịch OTC, người bán và người mua trao đổi trực tiếp với nhau" +" hoặc thông qua một trung gian. Giao dịch thường hữu ích khi một người muốn " +"mua hoặc bán một lượng lớn tiền số và sợ rằng khi mua hoặc bán lớn như vậy " +"trên sánex làm thay đổi giá (nó được gọi là \"slippage\")" #: ../../docs/user/introduction/information.rst:858 msgid "P2P" @@ -2160,15 +2138,15 @@ msgstr "P2P" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" -"Peer-to-peer hoặc ngang hàng: Các tương tác phi tập trung xảy gia giữa ít" -" nhất hai bên trong mạng lưới kết nối qua lại cao. Đây là một hệ thống " -"kết nối thay thế cho kiểu kết nối thông qua một điểm trung tâm, là cách " -"mà mỗi bên giao dịch với nhau đều cần thông qua một điểm trung gian." +"Peer-to-peer hoặc ngang hàng: Các tương tác phi tập trung xảy gia giữa ít " +"nhất hai bên trong mạng lưới kết nối qua lại cao. Đây là một hệ thống kết " +"nối thay thế cho kiểu kết nối thông qua một điểm trung tâm, là cách mà mỗi " +"bên giao dịch với nhau đều cần thông qua một điểm trung gian." #: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" @@ -2180,9 +2158,9 @@ msgid "" "paper for safety. If properly secured and stored they are considered the " "safest way to store cryptocurrency." msgstr "" -":ref:`Ví giấy ` là các ví offline, được in ra trên " -"giấy cho mục tiêu an toàn. Nếu nó được cất giữ một cách đảm bảo thì nó có" -" thể được coi là một trong những cách cất giữ tiền số an toàn nhất." +":ref:`Ví giấy ` là các ví offline, được in ra trên giấy " +"cho mục tiêu an toàn. Nếu nó được cất giữ một cách đảm bảo thì nó có thể " +"được coi là một trong những cách cất giữ tiền số an toàn nhất." #: ../../docs/user/introduction/information.rst:869 msgid "Privacy" @@ -2191,15 +2169,14 @@ msgstr "Tính riêng tư" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -2208,21 +2185,20 @@ msgstr "Khoá riêng" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." -msgstr "" -"`Khoá riêng `_ là" -" một đoạn mật mã dài mà nó cho phép Dash có thể được tiêu. Mỗi ví Dash " -"đều có chưa một hoặc nhiều các khoá riêng được chứa trong file ví. Những " -"khoá riêng tương ứng về mặt toán học với các địa chỉ Dash được sinh ra " -"trong ví. Bởi vì khoá riêng là \"tấm vé\" cho phép bất cứ ai cũng có thể " -"chi tiêu Dash, nên điều rất quan trọng là làm sao bảo quản nó được an " -"toàn và bí mật." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." +msgstr "" +"`Khoá riêng `_ là " +"một đoạn mật mã dài mà nó cho phép Dash có thể được tiêu. Mỗi ví Dash đều có" +" chưa một hoặc nhiều các khoá riêng được chứa trong file ví. Những khoá " +"riêng tương ứng về mặt toán học với các địa chỉ Dash được sinh ra trong ví. " +"Bởi vì khoá riêng là \"tấm vé\" cho phép bất cứ ai cũng có thể chi tiêu " +"Dash, nên điều rất quan trọng là làm sao bảo quản nó được an toàn và bí mật." #: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" @@ -2231,8 +2207,8 @@ msgstr "PrivateSend" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -2241,17 +2217,16 @@ msgstr "Proof of Service - PoSe" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" -"Cơ chế đồng thuận được sử dụng ở Dash cho việc kiểm tra một masternode có" -" khả năng cung cấp dịch vụ một cách không bị gián đoạn đảm bảo mức độ yêu" -" cầu tối thiểu cho mạng lưới. Việc duy trì dịch vụ này cho phép " -"masternode có thể tham gia hoặc di chuyển trong một danh sách toàn cầu và" -" thậm chí tham gia bể lựa chọn để có thể nhận được thanh toán." +"Cơ chế đồng thuận được sử dụng ở Dash cho việc kiểm tra một masternode có " +"khả năng cung cấp dịch vụ một cách không bị gián đoạn đảm bảo mức độ yêu cầu" +" tối thiểu cho mạng lưới. Việc duy trì dịch vụ này cho phép masternode có " +"thể tham gia hoặc di chuyển trong một danh sách toàn cầu và thậm chí tham " +"gia bể lựa chọn để có thể nhận được thanh toán." #: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" @@ -2259,26 +2234,26 @@ msgstr "Proof of Stake - PoS" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" "Cơ chế đồng thuận dựa trên quyền sở hữu của một loại tiền số để duy trì " -"blockchain. Trong hệ thống Proof of Stake, mỗi người chủ ví cần sử dụng " -"ví để \"góp vốn\" và có một cơ hội nhỏ cho họ được chọn để tạo khối tiếp " -"theo và đưa nó vào chuỗi khối. Theo cách này sự đồng thuận được duy trì " -"thông qua tất cả các nút. Proof of Stake tiết kiệm chi phí điện năng và " -"không đòi hỏi phần cứng máy tính đặc biệt. Tuy nhiên, nó cũng có một vài " -"trở ngải, bao gồm vấn đề \"không có gì ở vốn góp\". Khi mà nó không tốn " -"điện, nên trong trường hợp tấn công thì thực ra nó có lợi cho các nút khi" -" họ \"bỏ phiếu\" chấp nhận cả chuỗi hợp pháp và chuỗi của kẻ tấn công." +"blockchain. Trong hệ thống Proof of Stake, mỗi người chủ ví cần sử dụng ví " +"để \"góp vốn\" và có một cơ hội nhỏ cho họ được chọn để tạo khối tiếp theo " +"và đưa nó vào chuỗi khối. Theo cách này sự đồng thuận được duy trì thông qua" +" tất cả các nút. Proof of Stake tiết kiệm chi phí điện năng và không đòi hỏi" +" phần cứng máy tính đặc biệt. Tuy nhiên, nó cũng có một vài trở ngải, bao " +"gồm vấn đề \"không có gì ở vốn góp\". Khi mà nó không tốn điện, nên trong " +"trường hợp tấn công thì thực ra nó có lợi cho các nút khi họ \"bỏ phiếu\" " +"chấp nhận cả chuỗi hợp pháp và chuỗi của kẻ tấn công." #: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" @@ -2286,19 +2261,18 @@ msgstr "Proof of Work - PoW" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" -"Cơ chế đồng thuận giữ cho tất cả các nút trung thực bằng việc yêu cầu sức" -" mạnh tính toán cần thiết để tạo ra một khối mới. Các thợ mỏ phải sử dụng" -" những thiết bị đắt tiền và tiêu tốn năng lượng để thêm các khối vào " -"blockchain. Nếu không có một cơ chế đồng thuận nào đó, bất kỳ nút nào " -"cũng có thể thêm các khối vào chuỗi và các nút trên mạng sẽ không bao giờ" -" đồng ý được với nhau rằng chuỗi nào là hợp lệ." +"Cơ chế đồng thuận giữ cho tất cả các nút trung thực bằng việc yêu cầu sức " +"mạnh tính toán cần thiết để tạo ra một khối mới. Các thợ mỏ phải sử dụng " +"những thiết bị đắt tiền và tiêu tốn năng lượng để thêm các khối vào " +"blockchain. Nếu không có một cơ chế đồng thuận nào đó, bất kỳ nút nào cũng " +"có thể thêm các khối vào chuỗi và các nút trên mạng sẽ không bao giờ đồng ý " +"được với nhau rằng chuỗi nào là hợp lệ." #: ../../docs/user/introduction/information.rst:924 msgid "Public Key" @@ -2306,16 +2280,15 @@ msgstr "Khoá công khai" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" -"`Khoá công khai `_ được tính ra từ khoá riêng nhưng nó không bí mật và " -"có thể chia sẻ với bất cứ ai. Khoá riêng thì được dùng để ký vào các " -"thông điệp, còn khoá công khai lại được dùng để kiểm tra xem chữ ký đó có" -" phải là hợp lệ hay không." +"`Khoá công khai `_ " +"được tính ra từ khoá riêng nhưng nó không bí mật và có thể chia sẻ với bất " +"cứ ai. Khoá riêng thì được dùng để ký vào các thông điệp, còn khoá công khai" +" lại được dùng để kiểm tra xem chữ ký đó có phải là hợp lệ hay không." #: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" @@ -2323,21 +2296,20 @@ msgstr "Bơm và Xả" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." -msgstr "" -"Sự tăng giá của một tài sản tài chính có thể có được khi mua nó khi còn " -"rất rẻ, thường được sử dụng trong những tuyên bố công khai gây hiểu lầm. " -"Những quảng cáo có thể gây nên việc mua dồn dập và đẩy giá của nó lên " -"cao. Khi giá đã lên cao đến một ngưỡng đủ lớn, những kẻ thao túng thị " -"trường sẽ xả hàng, làm tràn ngập với giá rẻ, và điều này làm giá trị bị " -"sụp đổ. Điều này rất hay xảy ra khi thị trường ở giai đoạn có lượng giao " -"dịch thanh khoản thấp, như các loại altcoin." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." +msgstr "" +"Sự tăng giá của một tài sản tài chính có thể có được khi mua nó khi còn rất " +"rẻ, thường được sử dụng trong những tuyên bố công khai gây hiểu lầm. Những " +"quảng cáo có thể gây nên việc mua dồn dập và đẩy giá của nó lên cao. Khi giá" +" đã lên cao đến một ngưỡng đủ lớn, những kẻ thao túng thị trường sẽ xả hàng," +" làm tràn ngập với giá rẻ, và điều này làm giá trị bị sụp đổ. Điều này rất " +"hay xảy ra khi thị trường ở giai đoạn có lượng giao dịch thanh khoản thấp, " +"như các loại altcoin." #: ../../docs/user/introduction/information.rst:940 msgid "Quorum" @@ -2345,8 +2317,8 @@ msgstr "Quorum" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" "Nhóm các masternode ký hoặc bỏ phiếu cho một số hoạt động, với việc hình " "thành nhóm được xác định bởi các thuật toán xác định." @@ -2359,12 +2331,12 @@ msgstr "Mã QR" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" -"Một khối đồ họa hai chiều chứa một mẫu đơn sắc biểu diễn một chuỗi dữ " -"liệu. Mã QR được thiết kế để quét bằng máy ảnh, bao gồm loại trên điện " -"thoại di động, và mã QR thường được sử dụng để mã hóa địa chỉ Dash." +"Một khối đồ họa hai chiều chứa một mẫu đơn sắc biểu diễn một chuỗi dữ liệu. " +"Mã QR được thiết kế để quét bằng máy ảnh, bao gồm loại trên điện thoại di " +"động, và mã QR thường được sử dụng để mã hóa địa chỉ Dash." #: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" @@ -2372,13 +2344,13 @@ msgstr "Satoshi Nakamoto" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" -"`Satoshi Nakamoto `_ là " -"tên được dùng bởi một người hoặc nhóm người đã thiết kế ra Bitcoin và lập" -" trình ra phiên bản đầu tiên của phần mềm này." +"`Satoshi Nakamoto `_ là tên " +"được dùng bởi một người hoặc nhóm người đã thiết kế ra Bitcoin và lập trình " +"ra phiên bản đầu tiên của phần mềm này." #: ../../docs/user/introduction/information.rst:955 msgid "SDK" @@ -2391,8 +2363,8 @@ msgid "" "platform." msgstr "" "Bộ công cụ phát triển phần mềm. Một tập hợp các công cụ, mã nguồn và tài " -"liệu được sử dụng bởi các lập trình viên để tạo ra các ứng dụng nhắm đến " -"một nền tảng phần cứng hoặc phần mềm nhất định." +"liệu được sử dụng bởi các lập trình viên để tạo ra các ứng dụng nhắm đến một" +" nền tảng phần cứng hoặc phần mềm nhất định." #: ../../docs/user/introduction/information.rst:960 msgid "Signaling" @@ -2400,19 +2372,18 @@ msgstr "Báo hiệu" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" "Một chỉ thị, cờ, hoặc tín hiệu hỗ trợ cho một tính năng hoặc một sự phân " -"nhánh. Thuật ngữ báo hiệu thường được sử dụng nhiều trong bối cảnh các " -"thợ mỏ thể hiện dấu hiệu về hỗ trợ hoặc đồng thuận. Thông điệp này thường" -" được thể hiện thông qua việc họ chấp nhận cập nhật phần mềm để hỗ trợ " -"một giao thức cụ thể và/hoặc bằng cách thiết lập một bit thể hiện phiên " -"bản phần mềm cụ thể trong khối được khám phá." +"nhánh. Thuật ngữ báo hiệu thường được sử dụng nhiều trong bối cảnh các thợ " +"mỏ thể hiện dấu hiệu về hỗ trợ hoặc đồng thuận. Thông điệp này thường được " +"thể hiện thông qua việc họ chấp nhận cập nhật phần mềm để hỗ trợ một giao " +"thức cụ thể và/hoặc bằng cách thiết lập một bit thể hiện phiên bản phần mềm " +"cụ thể trong khối được khám phá." #: ../../docs/user/introduction/information.rst:967 msgid "State View" @@ -2421,13 +2392,12 @@ msgstr "Xem trạng thái" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" -"Trạng thái hiện tại của tất cả các đối tượng dữ liệu một khi tất cả sự " -"thay đổi các trạng thái chuyển đổi được áp dụng. Được sử dụng trong " -"Evolution để xác định nhữn gì sẽ được hiển thị, ví dụ như một ví xã hội " -"chẳng hạn." +"Trạng thái hiện tại của tất cả các đối tượng dữ liệu một khi tất cả sự thay " +"đổi các trạng thái chuyển đổi được áp dụng. Được sử dụng trong Evolution để " +"xác định nhữn gì sẽ được hiển thị, ví dụ như một ví xã hội chẳng hạn." #: ../../docs/user/introduction/information.rst:972 msgid "Spork" @@ -2437,32 +2407,32 @@ msgstr "Spork" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." -msgstr "" -"Nhóm phát triển Dash tạo ra một cơ chế được biết với tên là \":ref:`spork" -" `\" theo đó mã cập nhận được giới thiệu lên mạng, nhưng không " -"được kích hoạt ngay lập tức (hoặc \"cưỡng bức\"). Việc truyền thông được " -"gửi cho người dùng báo rằng có những thay đổi và cần mọi người cập nhật " -"phần mềm của mình. Những ai cập nhật phần mềm sẽ chạy trên những đoạn mã " -"nguồn mới, nhưng trong trường hợp xảy ra lỗi với mã mới đó, các khối của " -"phần mềm đó sẽ không bị từ chối bởi mạng lưới và tránh được việc rẽ nhánh" -" không mong muốn. Dữ liệu về lỗi sau đó có thể được thu thập và chuyển " -"tiếp đến nhóm phát triển. Khi nhóm phát triển hài lòng với sự ổn định của" -" mã mới trong môi trường mạng chính - và một khi sự đồng thuận của mạng " -"đã đạt được - việc thực thi mã cập nhật có thể được kích hoạt từ xa bởi " -"nhiều thành viên của Core Team cùng ký vào một thông điệp với các khoá " -"riêng của họ. Nếu có vấn đề phát sinh, mã có thể bị vô hiệu hóa theo cách" -" tương tự, mà không cần quay ngược lại toàn bộ hoặc cập nhật phần mềm. " +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." +msgstr "" +"Nhóm phát triển Dash tạo ra một cơ chế được biết với tên là \":ref:`spork " +"`\" theo đó mã cập nhận được giới thiệu lên mạng, nhưng không được " +"kích hoạt ngay lập tức (hoặc \"cưỡng bức\"). Việc truyền thông được gửi cho " +"người dùng báo rằng có những thay đổi và cần mọi người cập nhật phần mềm của" +" mình. Những ai cập nhật phần mềm sẽ chạy trên những đoạn mã nguồn mới, " +"nhưng trong trường hợp xảy ra lỗi với mã mới đó, các khối của phần mềm đó sẽ" +" không bị từ chối bởi mạng lưới và tránh được việc rẽ nhánh không mong muốn." +" Dữ liệu về lỗi sau đó có thể được thu thập và chuyển tiếp đến nhóm phát " +"triển. Khi nhóm phát triển hài lòng với sự ổn định của mã mới trong môi " +"trường mạng chính - và một khi sự đồng thuận của mạng đã đạt được - việc " +"thực thi mã cập nhật có thể được kích hoạt từ xa bởi nhiều thành viên của " +"Core Team cùng ký vào một thông điệp với các khoá riêng của họ. Nếu có vấn " +"đề phát sinh, mã có thể bị vô hiệu hóa theo cách tương tự, mà không cần quay" +" ngược lại toàn bộ hoặc cập nhật phần mềm. " #: ../../docs/user/introduction/information.rst:988 msgid "Tainted Coins" @@ -2470,11 +2440,11 @@ msgstr "Tainted Coins" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" -"Vết là việc đo lường liên quan giữa hai địa chỉ (ví). Nó chỉ quan trọng " -"nếu người dùng cố gắng giữ tính ẩn danh." +"Vết là việc đo lường liên quan giữa hai địa chỉ (ví). Nó chỉ quan trọng nếu " +"người dùng cố gắng giữ tính ẩn danh." #: ../../docs/user/introduction/information.rst:992 msgid "tDash" @@ -2491,15 +2461,15 @@ msgstr "Testnet" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" -":ref:`Testnet ` là một mạng lưới chỉ cho việc thử nghiệm (nó " -"chạy song song với mạng chính thức - mainnet), ví testnet, coin test, " -"masternode test, thợ mỏ test, và người dùng test tất cả được giả lập " -"giống như trên mạng chính thức trong một môi trường an toàn để nếu có lỗi" -" hoặc fork xảy ra thì cũng không gây hại." +":ref:`Testnet ` là một mạng lưới chỉ cho việc thử nghiệm (nó chạy " +"song song với mạng chính thức - mainnet), ví testnet, coin test, masternode " +"test, thợ mỏ test, và người dùng test tất cả được giả lập giống như trên " +"mạng chính thức trong một môi trường an toàn để nếu có lỗi hoặc fork xảy ra " +"thì cũng không gây hại." #: ../../docs/user/introduction/information.rst:1001 msgid "Tor" @@ -2507,11 +2477,11 @@ msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" -"Một giao thức định tuyến ẩn danh được sử dụng bởi những người muốn danh " -"danh tính trực tuyến của họ." +"Một giao thức định tuyến ẩn danh được sử dụng bởi những người muốn danh danh" +" tính trực tuyến của họ." #: ../../docs/user/introduction/information.rst:1005 msgid "Transaction" @@ -2519,21 +2489,20 @@ msgstr "Giao dịch" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" -"Một số di chuyển của dữ liệu trên sổ cái phân tán. Các giao dịch có thể " -"được chia thành các loại giao dịch truyền thống và giao dịch đặc biệt. " -"Tương tự như trong Bitcoin, các giao dịch truyền thống là việc chuyển số " -"dư giữa các địa chỉ trong blockchain. Giao dịch đặc biệt có chứa những " -"thứ bổ sung khacs được định nghĩa trong `DIP2 " -"`_, và nó có thể" -" được sử dụng để, ví dụ như quản lý người dùng." +"Một số di chuyển của dữ liệu trên sổ cái phân tán. Các giao dịch có thể được" +" chia thành các loại giao dịch truyền thống và giao dịch đặc biệt. Tương tự " +"như trong Bitcoin, các giao dịch truyền thống là việc chuyển số dư giữa các " +"địa chỉ trong blockchain. Giao dịch đặc biệt có chứa những thứ bổ sung khacs" +" được định nghĩa trong `DIP2 " +"`_, và nó có thể " +"được sử dụng để, ví dụ như quản lý người dùng." #: ../../docs/user/introduction/information.rst:1014 msgid "Transaction Block" @@ -2541,11 +2510,11 @@ msgstr "Khối giao dịch" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" -"Một tập hợp các giao dịch trên mạng lưới Dash, được tập hợp thành một " -"khối và sau đó được băm và đưa vào blockchain." +"Một tập hợp các giao dịch trên mạng lưới Dash, được tập hợp thành một khối " +"và sau đó được băm và đưa vào blockchain." #: ../../docs/user/introduction/information.rst:1018 msgid "Transaction Fee" @@ -2553,13 +2522,13 @@ msgstr "Phí giao dịch" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" -"Một :ref:`khoản phí nhỏ ` đặt lên trên các giao dịch chuyển tiền " -"trên mạng lưới Dash. Phí giao dịch này được trao cho thợ mỏ đã băm thành " -"công khối có chứa giao dịch liên quan" +"Một :ref:`khoản phí nhỏ ` đặt lên trên các giao dịch chuyển tiền trên " +"mạng lưới Dash. Phí giao dịch này được trao cho thợ mỏ đã băm thành công " +"khối có chứa giao dịch liên quan" #: ../../docs/user/introduction/information.rst:1023 msgid "Unconfirmed Transactions" @@ -2567,14 +2536,13 @@ msgstr "Giao dịch chưa được xác thực" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" "Những giao dịch mà chưa được xử lý bởi các thợ mỏ hoặc được giữ bởi " -"InstantSend là \"chưa được xác thực trên blockchain\". Những giao dịch " -"chưa được xác thực thì có thể bị đảo ngược và chưa nên coi nó là \"an " -"toàn\"." +"InstantSend là \"chưa được xác thực trên blockchain\". Những giao dịch chưa " +"được xác thực thì có thể bị đảo ngược và chưa nên coi nó là \"an toàn\"." #: ../../docs/user/introduction/information.rst:1028 msgid "Vanity Address" @@ -2590,12 +2558,11 @@ msgstr "Dash Trinh tiết" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" -"Đồng Dash nhận được như là một phần thưởng của việc đào coin hoặc chạy " -"một masternode. Nó chưa từng được chi tiêu ở đâu cả thì gọi là \"trinh " -"tiết\"." +"Đồng Dash nhận được như là một phần thưởng của việc đào coin hoặc chạy một " +"masternode. Nó chưa từng được chi tiêu ở đâu cả thì gọi là \"trinh tiết\"." #: ../../docs/user/introduction/information.rst:1035 msgid "Volatility" @@ -2603,8 +2570,8 @@ msgstr "Biến động tỷ giá" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" "Việc đo lường biến động giá theo thời gian cho một tài sản tài được giao " "dịch (bao gồm cả Dash)." @@ -2619,9 +2586,9 @@ msgid "" "associated with Dash addresses. The blockchain is the record of the Dash " "balances (and transactions) associated with those addresses." msgstr "" -"Một phương pháp lưu trữ Dash để sử dụng về sau. Một ví giữ những khoá " -"riêng liên hệ với các địa chỉ Dash. Blockchain là danh sách ghi lại những" -" số dư Dash (và các giao dịch) liên kết với những địa chỉ đó." +"Một phương pháp lưu trữ Dash để sử dụng về sau. Một ví giữ những khoá riêng " +"liên hệ với các địa chỉ Dash. Blockchain là danh sách ghi lại những số dư " +"Dash (và các giao dịch) liên kết với những địa chỉ đó." #: ../../docs/user/introduction/information.rst:1044 msgid "Whitepaper" @@ -2630,16 +2597,15 @@ msgstr "Cáo bạch" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" -"Môt `bản cáo bạch `_ là một " -"báo cáo căn cứ chính xác hoặc hướng dẫn để chỉ giúp cho người đọc một " -"cách súc tích về những vấn đề phức tạp và trình bày những triết lý của " -"đơn vị phát hành. Điều này có nghĩa sẽ giúp người đọc hiểu về vấn đề, " -"cách giải quyết vấn đề, và ra quyết định." +"Môt `bản cáo bạch `_ là một báo " +"cáo căn cứ chính xác hoặc hướng dẫn để chỉ giúp cho người đọc một cách súc " +"tích về những vấn đề phức tạp và trình bày những triết lý của đơn vị phát " +"hành. Điều này có nghĩa sẽ giúp người đọc hiểu về vấn đề, cách giải quyết " +"vấn đề, và ra quyết định." #: ../../docs/user/introduction/information.rst:1051 msgid "X11" @@ -2647,8 +2613,8 @@ msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" ":ref:`X11 ` là một thuật toán băm được tạo bởi người " "phát triển Dash Core là Evan Duffield." @@ -2659,12 +2625,11 @@ msgstr "Không xác thực" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" -"Đây là một giao dịch mà không có xác thực nào từ blockchain. Về mặt kỹ " -"thuật thì nó có thể đảo ngược lại được (trừ khi InstantSend được sử " -"dụng)." +"Đây là một giao dịch mà không có xác thực nào từ blockchain. Về mặt kỹ thuật" +" thì nó có thể đảo ngược lại được (trừ khi InstantSend được sử dụng)." #: ../../docs/user/introduction/information.rst:1059 msgid "vin" @@ -2672,15 +2637,15 @@ msgstr "vin" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" -"Một giao dịch (tx) bao gồm một hoặc nhiều đầu vào và một hoặc nhiều đầu " -"ra. Vin là một danh sách các đầu vào của giao dịch, và vout là danh sách " -"của các đầu ra. Masternode cần một vin 1000 DASH (một số chính xác) để có" -" thể hoạt động." +"Một giao dịch (tx) bao gồm một hoặc nhiều đầu vào và một hoặc nhiều đầu ra. " +"Vin là một danh sách các đầu vào của giao dịch, và vout là danh sách của các" +" đầu ra. Masternode cần một vin 1000 DASH (một số chính xác) để có thể hoạt " +"động." #: ../../docs/user/introduction/information.rst:1065 msgid "VMN" @@ -2692,147 +2657,6 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" -"Masternode ảo - một giả lập masternode trong JavaScript mà giả lập các " -"chức năng của các lớp 1-3 của Evolution dành cho việc thiết kế, phát " -"triển và kiểm tra DAP." - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "**Tài liệu về Dash Core:** https://dashcore.readme.io" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "**Tài liệu về Dash Platform:** https://dashplatform.readme.io" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**Quỹ Dash:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "https://dashthailand.org" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "https://www.dashnation.com" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" -#~ "**Mark Mason, Giám đốc Media & PR," -#~ " Dash Force News:** https://twitter.com/StayDashy" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" -#~ "**Amanda B. Johnson, Một fan cuồng " -#~ "của Dash và là nhà thầu được " -#~ "Dash cấp vốn:** https://twitter.com/AmandaB_Johnson" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" -#~ "**Tao of Satoshi, Sáng lập của " -#~ "Dash Nation và nhà thầu được cấp" -#~ " vốn bởi Dash DAO:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "**Dash Vietnam:** https://twitter.com/dashvietnam" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "**Dash News En Español:** https://dashnewsespanol.com" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "**Dash News Germany:** https://dash-news.de" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "**Dash Việt Nam:** https://dashvn.blogspot.com" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "**Dash France:** https://dashfrance.com/" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "https://www.cryptonator.com/widget" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - +"Masternode ảo - một giả lập masternode trong JavaScript mà giả lập các chức " +"năng của các lớp 1-3 của Evolution dành cho việc thiết kế, phát triển và " +"kiểm tra DAP." diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po b/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po index 13cdae698..da4509aee 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/legal.po b/locale/vi/LC_MESSAGES/docs/user/legal.po index e9728613f..12d167f0d 100644 --- a/locale/vi/LC_MESSAGES/docs/user/legal.po +++ b/locale/vi/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/marketing.po b/locale/vi/LC_MESSAGES/docs/user/marketing.po index 5962af6c9..c0a64d9a2 100644 --- a/locale/vi/LC_MESSAGES/docs/user/marketing.po +++ b/locale/vi/LC_MESSAGES/docs/user/marketing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po index f201c8f09..a9dd043bd 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -"Dịch vụ lưu trữ masternode có thể giúp bạn cài đặt và duy trì một " -"masternode cho Dash" +"Dịch vụ lưu trữ masternode có thể giúp bạn cài đặt và duy trì một masternode" +" cho Dash" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" #: ../../docs/user/masternodes/hosting.rst:9 msgid "Hosting Services" @@ -45,18 +44,18 @@ msgstr "Dịch vụ lưu trữ" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." -msgstr "" -"Một số thành viên của cộng đồng Dash cung cấp dịch vụ lưu trữ masternode." -" Dịch vụ này có thể tin cậy một cách an toàn mà khách hàng không cần phải" -" từ bỏ quyền kiểm soát 1000 Dash cần cho việc đặt cọc. Vì những lý do an " -"ninh, chúng tôi gợi ý bạn giữ khoản đặt cọc trong một ví phần cứng khi " -"tận dụng những lợi điểm của dịch vụ lưu trữ. Danh sách sau đây là các " -"dịch vụ lưu trữ masternode đang hiện hành." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." +msgstr "" +"Một số thành viên của cộng đồng Dash cung cấp dịch vụ lưu trữ masternode. " +"Dịch vụ này có thể tin cậy một cách an toàn mà khách hàng không cần phải từ " +"bỏ quyền kiểm soát 1000 Dash cần cho việc đặt cọc. Vì những lý do an ninh, " +"chúng tôi gợi ý bạn giữ khoản đặt cọc trong một ví phần cứng khi tận dụng " +"những lợi điểm của dịch vụ lưu trữ. Danh sách sau đây là các dịch vụ lưu trữ" +" masternode đang hiện hành." #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" @@ -64,12 +63,12 @@ msgstr "Danh sách các dịch vụ lưu trữ" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" -"**Tuyên bố từ chối trách nhiệm**: Dash Core có thể liên kết với các thành" -" viên cộng đồng này, nhưng không liên quan đến việc cung cấp bất kỳ dịch " -"vụ nào trong số này." +"**Tuyên bố từ chối trách nhiệm**: Dash Core có thể liên kết với các thành " +"viên cộng đồng này, nhưng không liên quan đến việc cung cấp bất kỳ dịch vụ " +"nào trong số này." #: ../../docs/user/masternodes/hosting.rst:26 msgid "CrowdNode" @@ -90,7 +89,6 @@ msgid "Services: Hosting, Shares" msgstr "Dịch vụ: Lưu trữ, Chia sẻ" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "Chi phí: 15% phần thưởng cho masternode" @@ -216,7 +214,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -253,7 +250,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -379,11 +375,11 @@ msgstr ":ref:`Hướng dẫn đầy đủ cách cài đặt masternode ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" -":ref:`Thông tin cho người dùng dịch vụ lưu trữ masternode `" -" (bạn đang ở đây)" +":ref:`Thông tin cho người dùng dịch vụ lưu trữ masternode ` " +"(bạn đang ở đây)" #: ../../docs/user/masternodes/hosting.rst:192 msgid "" @@ -396,147 +392,84 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:194 msgid "Registering a hosted masternode is done in several steps:" msgstr "" -"Đăng ký một masternode dùng dịch vụ lưu trữ bằng cách làm theo vài bước " -"sau:" +"Đăng ký một masternode dùng dịch vụ lưu trữ bằng cách làm theo vài bước sau:" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" -"Gửi 1000 Dash đến một địa chỉ mà bạn kiểm soát trong chỉ một giao dịch và" -" đợi cho có 15 xác thực." +"Gửi 1000 Dash đến một địa chỉ mà bạn kiểm soát trong chỉ một giao dịch và " +"đợi cho có 15 xác thực." #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" -"Tương ứng với nhà cung cấp dịch vụ lưu trữ masternode để xác định ai sẽ " -"là người sinh các khoá vận hành BLS, liệu phí vận hành có được trả theo " -"phần trăm cho người vận hành hoặc theo một hợp đồng riêng, và do đó " -"masternode có thể được thiết lập trước hoặc sau giao dịch đăng ký." +"Tương ứng với nhà cung cấp dịch vụ lưu trữ masternode để xác định ai sẽ là " +"người sinh các khoá vận hành BLS, liệu phí vận hành có được trả theo phần " +"trăm cho người vận hành hoặc theo một hợp đồng riêng, và do đó masternode có" +" thể được thiết lập trước hoặc sau giao dịch đăng ký." #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" -"Chuẩn bị, ký và quảng bá giao dịch đăng ký bằng cách dùng phần mềm Dash " -"Core hoặc DMT" +"Chuẩn bị, ký và quảng bá giao dịch đăng ký bằng cách dùng phần mềm Dash Core" +" hoặc DMT" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." -msgstr "" -"**Rất khuyến khích** bạn để các khoá chứa khoản đặt cọc masternode của " -"bạn trong một :ref:`ví phần cứng ` để tăng mức độ " -"bảo mật trước các hacker. Do các ví phần cứng chỉ sử dụng để ký vào một " -"giao dịch, do đó nó không cần thiết phải kết nối ví này vào với mạng " -"Internet. Tuy nhiên, một ví Dash Core wallet với số dư (cho phí giao " -"dịch) là cần thiết để gửi những giao dịch đăng ký. Tiến trình đăng ký " -"masternode là thực hiện những hướng dẫn sau :ref:`hướng dẫn cài đặt " -"`, bắt đầu với :ref:`bước đăng ký `. " +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." +msgstr "" +"**Rất khuyến khích** bạn để các khoá chứa khoản đặt cọc masternode của bạn " +"trong một :ref:`ví phần cứng ` để tăng mức độ bảo mật " +"trước các hacker. Do các ví phần cứng chỉ sử dụng để ký vào một giao dịch, " +"do đó nó không cần thiết phải kết nối ví này vào với mạng Internet. Tuy " +"nhiên, một ví Dash Core wallet với số dư (cho phí giao dịch) là cần thiết để" +" gửi những giao dịch đăng ký. Tiến trình đăng ký masternode là thực hiện " +"những hướng dẫn sau :ref:`hướng dẫn cài đặt `, bắt đầu với" +" :ref:`bước đăng ký `. " #: ../../docs/user/masternodes/hosting.rst:220 msgid "Operator transactions" msgstr "Giao dịch vận hành" #: ../../docs/user/masternodes/hosting.rst:222 -#, fuzzy msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." -msgstr "" -"Tài liệu này dành cho các nhà vận hành quản lý các node của mình cho " -"những chủ sở hữu. Nếu bạn cung cấp một địa chỉ IP và cổng cho một nút đầy" -" đủ được đồng bộ với ``masternodeblsprivkey`` của bạn nhập trong file " -"``dash.conf`` như được mô tả :ref:`tại đây ` cho chủ " -"masternode, nó cũng sẽ xuất hiện trong DIP003 và có hiệu lực tức thời " -"ngay sau khi gửi câu lệnh ``protx register_submit`` như đã mô tả ở trên. " -"Nếu một nút đầy đủ không được chạy hoặc nếu chủ sở hữu gửi ``0`` cho " -"``ipAndPort``, thì nút sẽ được đăng ký trong trạng thái là bị cấm PoSe. " -"Trong trường hợp này, người vận hành cần phải thực hiện giao dịch " -":ref:`ProUpServTx ` để cập nhật các tính năng của " -"dịch vụ và đăng ký masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." +msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" -"Giao dịch ProRegTx được gửi bởi chủ sở hữu và lệnh này cũng chỉ định phần" -" trăm phần thưởng cho người vận hành. Nó không chỉ định địa chỉ trả " -"thưởng của người vận hành, do đó, cần có ProUpServTx để nhận phần thưởng " -"này bằng cách chỉ định địa chỉ Dash. Nếu phần thưởng không có người nhận," -" nó sẽ được trả cho chủ sở hữu đầy đủ. Điều đó có nghĩa người vận hành sẽ" -" có trách nhiệm thực hiện lệnh ProUpServTx để cung cấp địa chỉ nhận công " -"vận hành." - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 thực hiện DIP003, nó " -#~ "giới thiệu một số thay đổi cách" -#~ " một masternode của Dash được cài " -#~ "đặt và vận hành. Có một loạt " -#~ "các tài liệu ở trong danh sách " -#~ "dưới đây:" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Danh sách Masternode xác định" -#~ " `__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ "`Dash 0.13 Các bước nâng cấp cho" -#~ " masternode (tài liệu cập nhật) " -#~ "`__" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" -#~ "Trước tiên, bạn nên đọc ít nhất" -#~ " danh sách các thay đổi trước " -#~ "khi tiếp tục để làm quen với " -#~ "các khái niệm mới trong DIP003." - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" +"Giao dịch ProRegTx được gửi bởi chủ sở hữu và lệnh này cũng chỉ định phần " +"trăm phần thưởng cho người vận hành. Nó không chỉ định địa chỉ trả thưởng " +"của người vận hành, do đó, cần có ProUpServTx để nhận phần thưởng này bằng " +"cách chỉ định địa chỉ Dash. Nếu phần thưởng không có người nhận, nó sẽ được " +"trả cho chủ sở hữu đầy đủ. Điều đó có nghĩa người vận hành sẽ có trách nhiệm" +" thực hiện lệnh ProUpServTx để cung cấp địa chỉ nhận công vận hành." diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po index 9dfb0f21f..c81e98198 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" @@ -22,7 +22,7 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." @@ -30,7 +30,7 @@ msgstr "" "Giới thiệu tài liệu về cách thiết lập và vận hành một masternode cho tiền số" " Dash" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "" "dash, masternodes, hosting, lưu trữ, vận hành, cài đặt, linux, thanh toán" diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/maintenance.po index 99fb0baf8..145133e2e 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,42 +1,41 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -"Bảo trì một masternode của dash liên quan đến việc liên tục cập nhật " -"phiên bản phần mềm mới nhất, bỏ phiếu và xử lý thanh toán" +"Bảo trì một masternode của dash liên quan đến việc liên tục cập nhật phiên " +"bản phần mềm mới nhất, bỏ phiếu và xử lý thanh toán" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" msgstr "" -"dash, tiền kỹ thuật số, tiền điện tử, masternode, bảo trì, maintain, " -"thanh toán, rút tiền, bỏ phiếu, theo dõi, dip3, nâng cấp, deterministic" +"dash, tiền kỹ thuật số, tiền điện tử, masternode, bảo trì, maintain, thanh " +"toán, rút tiền, bỏ phiếu, theo dõi, dip3, nâng cấp, deterministic" #: ../../docs/user/masternodes/maintenance.rst:9 msgid "Maintenance" @@ -44,11 +43,11 @@ msgstr "Bảo trì" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -59,10 +58,10 @@ msgstr "Nâng cấp phần mềm masternode" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -71,10 +70,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -83,19 +82,17 @@ msgstr "Sau đó dừng Dash đang chạy::" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -111,7 +108,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -120,14 +118,14 @@ msgstr "Khởi động lại Dash::" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -140,21 +138,20 @@ msgstr "Thông tin cập nhật masternode" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -164,14 +161,14 @@ msgstr "ProUpServTx" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -193,17 +190,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -220,8 +216,8 @@ msgstr "Ví dụ:" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -231,24 +227,24 @@ msgstr "ProUpRegTx" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -259,8 +255,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -281,20 +277,20 @@ msgstr "ProUpRevTx" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -304,16 +300,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -337,8 +331,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -350,27 +344,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -380,9 +372,9 @@ msgstr "DashCentral bỏ phiếu, kiểm tra và theo dõi" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -392,11 +384,11 @@ msgstr "Đưa masternode của bạn vào DashCentral" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -405,8 +397,7 @@ msgstr "Đưa một masternode vào DashCentral" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" "Bấm **Add masternode**. Bây giờ masternode của bạn đã được thêm vào " "DashCentral." @@ -417,11 +408,11 @@ msgstr "Cho phép bỏ phiếu từ DashCentral" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -431,13 +422,13 @@ msgstr "Đưa khoá riêng bỏ phiếu vào DashCentral" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -446,9 +437,9 @@ msgstr "Kiểm tra quyền sở hữu" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -457,13 +448,13 @@ msgstr "Kiểm tra quyền sở hữu masternode của bạn tại DashCentral" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -472,10 +463,10 @@ msgstr "Ký một thông điệp từ ví Trezor" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -503,8 +494,8 @@ msgstr "Cài đặt mã theo dõi của DashCentral" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -527,8 +518,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -538,9 +529,9 @@ msgstr "File cấu hình cập nhật DashCentral" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -555,10 +546,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -595,38 +586,38 @@ msgstr "Công cụ khám phá khối" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -654,11 +645,11 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -672,11 +663,10 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -689,9 +679,9 @@ msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -705,8 +695,8 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -719,28 +709,8 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po index 0fc0781e6..0f8134e5b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: vi\n" -"Language-Team: vi \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Kien Bui , 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,154 +36,170 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"Cài đặt một masternode cần một mức độ hiểu biết cơ bản về Linux và công nghệ" +" blockchain, cũng như khả năng làm theo các hướng dẫn một cách chính xác. Nó" +" cũng cần phải thường xuyên bảo trì và bảo mật một cách cẩn thận, đặc biệt " +"là nếu bạn không giữ Dash trong một ví phần cứng. Cần phải ra một số quyết " +"định trong quá trình thực hiện, và một số bước bổ sung để tăng cường tính " +"bảo mật." #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 msgid "Set up your VPS" -msgstr "" +msgstr "Cài đặt VPS của bạn" #: ../../docs/user/masternodes/server-config.rst:28 msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 msgid "Vultr server location selection screen" -msgstr "" +msgstr "Màn hình chọn địa điểm cho máy chủ trên Vultr" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 msgid "Vultr server type selection screen" -msgstr "" +msgstr "Màn hình chọn kiểu máy chủ trên Vultr" #: ../../docs/user/masternodes/server-config.rst:67 msgid "Select a server size offering at least 2GB of memory." -msgstr "" +msgstr "Chọn một máy chủ với kích thước bộ nhớ yêu cầu tối thiểu là 2GB" #: ../../docs/user/masternodes/server-config.rst:72 msgid "Vultr server size selection screen" -msgstr "" +msgstr "Màn hình lựa chọn kích thước máy chủ trên Vultr" #: ../../docs/user/masternodes/server-config.rst:74 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." msgstr "" +"Nhập tên máy chủ và nhãn cho máy chủ của bạn. Trong ví dụ này thì chúng tôi " +"sử dụng ``dashmn1`` làm tên cho máy chủ." #: ../../docs/user/masternodes/server-config.rst:80 msgid "Vultr server hostname & label selection screen" -msgstr "" +msgstr "Tên máy chủ và màn hình lựa chọn nhãn trên Vultr" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." -msgstr "" +msgid "" +"Vultr will now install your server. This process may take a few minutes." +msgstr "Vultr sẽ cài đặt máy chủ cho bạn. Quá trình này sẽ mất vài phút." #: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server installation screen" -msgstr "" +msgstr "Màn hình cài đặt máy chủ ở Vultr" #: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." msgstr "" +"Bấm vào **Manage** khi việc cài đặt được hoàn tất và bạn nên ghi lại địa chỉ" +" IP, tên người dùng và mật khẩu." #: ../../docs/user/masternodes/server-config.rst:95 msgid "Vultr server management screen" -msgstr "" +msgstr "Màn hình quản lý máy chủ của Vultr" #: ../../docs/user/masternodes/server-config.rst:100 msgid "Set up your operating system" -msgstr "" +msgstr "Cài đặt hệ điều hành của bạn" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 msgid "PuTTY download page" -msgstr "" +msgstr "Trang tải PuTTY" #: ../../docs/user/masternodes/server-config.rst:115 msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 msgid "PuTTY security alert when connecting to a new server" -msgstr "" +msgstr "Cảnh báo an ninh của PuTTY khi kết nối với một máy chủ mới" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" +"Bây giờ bạn đã kết nối với máy chủ của mình và sẽ nhìn thấy một cửa sổ làm " +"việc. Bắt đầu bằng việc đăng nhập vào máy chủ của bạn với tên người dùng là " +"``root`` và mật khẩu được cung cấp bởi nhà cung cấp dịch vụ lưu trữ của bạn." #: ../../docs/user/masternodes/server-config.rst:133 msgid "Password challenge when connecting to your VPS for the first time" msgstr "" +"Yêu cầu mật khẩu khi bạn kết nối với máy chủ ảo - còn gọi là \"VPS\" trong " +"lần đầu tiên" #: ../../docs/user/masternodes/server-config.rst:137 msgid "Set up users" @@ -189,28 +207,36 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" +"Nhập và nhập lại một khẩu mới (tốt nhất đủ dài và được sinh một cách ngẫu " +"hiên). Tiếp đó chúng ta sẽ tạo một người dùng mới bằng câu lệnh sau, thay " +"```` với một tên người dùng mà bạn chọn::" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" -msgstr "" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" +msgstr "" +"Bạn sẽ được nhắc nhập mật khẩu. Nhập và xác nhận lại một mật khẩu mới (khác " +"với mật khẩu root) và lưu nó ở một nơi an toàn. Bạn cũng sẽ được nhắc về " +"thông tin cho người dùng, nhưng cứ để nó trống. Một khi người dùng được tạo," +" chúng ta sẽ đưa nó vào trong nhóm sudo và họ có thể thực hiện các câu lệnh " +"như là root::" #: ../../docs/user/masternodes/server-config.rst:163 msgid "Update the system" @@ -218,9 +244,11 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" +"Bây giờ, trong khi vẫn là root, chúng ta sẽ cập nhật hệ thống từ hệ thống " +"quản lý ứng dụng của Ubuntu::" #: ../../docs/user/masternodes/server-config.rst:171 msgid "" @@ -234,19 +262,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 #: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" -msgstr "" +msgstr "(bấm **Y** và **Enter** để xác nhận)" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,16 +290,19 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"Thêm dòng sau đây và ở cuối của file (bấm phím tab để phân cách mỗi từ/số), " +"sau đó bấm tổ hợp phím **Ctrl + X** để đóng trình soạn thảo. sau đó **Y** và" +" **Enter** để lưu file." #: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" @@ -280,14 +310,17 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" +"Cuối cùng, để ngăn chặn việc dò mật khẩu, chúng ta sẽ cài fail2ban và tắt " +"quyền truy cập ssh với root. Những bước sau là tuy chọn, nhưng rất khuyến " +"khích. Bắt đầu với fail2ban nhé::" #: ../../docs/user/masternodes/server-config.rst:240 msgid "Create a new configuration file::" -msgstr "" +msgstr "Tạo một file cấu hình mới::" #: ../../docs/user/masternodes/server-config.rst:244 msgid "And paste in the following configuration:" @@ -295,27 +328,28 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 msgid "Next, open the SSH configuration file to disable root login over SSH::" msgstr "" +"Tiếp theo, mở file cấu hình SSH để tắt quyền đăng nhập của root qua SSH::" #: ../../docs/user/masternodes/server-config.rst:265 msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +367,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index a8319404c..a045b9a08 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: vi\n" -"Language-Team: vi \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Kien Bui , 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,34 +37,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" -msgstr "" +msgstr "Trước khi bạn bắt đầu" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -74,10 +76,12 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" +"Một ví để chứa Dash của bạn, tốt nhất là dùng một ví phần cứng, mặc dù ví " +"Dash Core cũng có thể giúp bạn" #: ../../docs/user/masternodes/setup-evonode.rst:36 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "Một máy chủ Linux, một máy chủ ảo (VPS) thì hay hơn" #: ../../docs/user/masternodes/setup-evonode.rst:38 msgid "" @@ -88,19 +92,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:40 msgid ":ref:`Information for users of hosted masternodes `" msgstr "" +":ref:`Thông tin cho người dùng hoặc dùng dịch vụ lưu trữ masternode `" #: ../../docs/user/masternodes/setup-evonode.rst:41 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" +":ref:`Thông tin dành cho người vận hành dịch vụ lưu trữ masternode " +"" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,39 +117,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "" +msgstr "Gửi khoản đặt cọc" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +158,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,54 +179,55 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" +msgstr "Trình khám phá blockchain hiển thị 15 xác thực cho giao dịch đặt cọc" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "Màn hình khởi động của Dash Masternode Tool" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "Dash Masternode Tool xác nhận kết nối thành công" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" +"Nhập tên cho masternode của bạn. Bạn có thể dùng luôn tên máy chủ mà bạn xác" +" định cho VPS ở trên." #: ../../docs/user/masternodes/setup-evonode.rst:145 msgid "Select which masternode type you are setting up." @@ -226,28 +235,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "Dash Masternode Tool với cấu hình masternode" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,46 +265,46 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" +"Mở ví Dash Core và đợi cho nó đồng bộ với mạng lưới. Nó sẽ nhìn như thế này " +"khi đã sẵn sàng:" #: ../../docs/user/masternodes/setup-evonode.rst:172 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "Ví Dash Core đã được đồng bộ xong" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +313,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +331,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +351,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,32 +370,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,13 +411,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" +"Tạo một thư mục làm việc cho Dash, gỡ nén file và copy các file cần thiết " +"vào thu mục này::" #: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "Tạo một file cấu hình sử dụng câu lệnh sau đây::" #: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" @@ -424,33 +431,37 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "Thay những trường được đánh dâu với ``XXXXXXX`` như sau:" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" +"``rpcuser``: nhập vào bất kỳ xâu các chữ số hoặc chữ cái nào, không dùng các" +" ký tự đặc biệt" #: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" +"``rpcpassword``: nhập vào bất kỳ xâu các chữ số hoặc chữ cái nào, không dùng" +" các ký tự đặc biệt" #: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip``: đây là địa chỉ IP của máy chủ của bạn" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" -msgstr "" +msgstr "Nhập vào những dữ liệu quan trọng vào file dash.conf trên masternode" #: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" @@ -458,6 +469,9 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"Bấm tổ hợp phím **Ctrl + X** để đóng trình soạn thảo và **Y** và **Enter** " +"để lưu file. Bây giờ bạn có thể bắt đầu chạy Dash trên masternode để bắt đầu" +" đồng bộ blockchain::" #: ../../docs/user/masternodes/setup-evonode.rst:345 msgid "You will see a message reading **Dash Core server starting**." @@ -465,74 +479,78 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "Sentinel" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"Bạn sẽ nhìn thấy một thông báo **dashd not synced with network! Awaiting " +"full sync before running Sentinel.** Thêm dashd và sentinel vào crontab để " +"đảm bảo rằng nó sẽ chạy mỗi phút để kiểm tra masternode của bạn::" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" +"Chọn nano làm trình soạn thảo của bạn và nhập vào các dòng sau đây vào phần " +"cuối của file::" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" -msgstr "" +msgid "" +"When synchronisation is complete, you should see the following response::" +msgstr "Khi quá trình đồng bộ hoàn tất, bạn sẽ thấy những phản hồi như sau::" #: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" -msgstr "" +msgstr "Đăng ký masternode của bạn" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 msgid "Option 1: Registering from a hardware wallet" -msgstr "" +msgstr "Tuỳ chọn 1: Đăng ký từ một ví phần cứng" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 msgid "Owner private key" -msgstr "" +msgstr "Khoá riêng của chủ sở hữu" #: ../../docs/user/masternodes/setup-evonode.rst:418 msgid "Operator private key" -msgstr "" +msgstr "Khoá riêng của người vận hành" #: ../../docs/user/masternodes/setup-evonode.rst:419 msgid "Voting private key" -msgstr "" +msgstr "Khoá riêng bỏ phiếu" #: ../../docs/user/masternodes/setup-evonode.rst:420 msgid "Platform Node private key (evonodes only)" @@ -550,22 +568,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:430 msgid "Dash Masternode Tool ready to register a new masternode" -msgstr "" +msgstr "Dash Masternode Tool sẵn sàng cho việc đăng ký một masternode mới" #: ../../docs/user/masternodes/setup-evonode.rst:432 msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" msgstr "" +"Các bảng hội thoại của Dash Masternode Tool xác nhận việc đăng ký một " +"masternode" #: ../../docs/user/masternodes/setup-evonode.rst:449 msgid "Complete server configuration" @@ -573,11 +593,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +613,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +648,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,42 +658,43 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" +"dash-cli masternode status output hiển thị masternode được đăng ký thành " +"công" #: ../../docs/user/masternodes/setup-evonode.rst:525 #: ../../docs/user/masternodes/setup-evonode.rst:909 @@ -683,6 +702,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"Ở thời điểm này bạn có thể thoát khỏi máy chủ của bạn bằng việc gõ ``exit``." +" Chúc mừng bạn! Masternode của bạn bây giờ đang được chạy." #: ../../docs/user/masternodes/setup-evonode.rst:533 msgid "Option 2: Registering from dashmate" @@ -692,8 +713,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +734,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +746,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +771,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,51 +791,52 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 msgid "Identify the funding transaction" -msgstr "" +msgstr "Xác định giao dịch cấp vốn" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" -msgstr "" +msgstr "Điều này sẽ trả về một chuỗi các ký tự tương tự như sau ::" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" +"Dòng dài đầu tiên là ``collateralHash`` của bạn, còn số cuối cùng là " +"``collateralIndex``." #: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" -msgstr "" +msgstr "Sinh một cặp khoá BLS" #: ../../docs/user/masternodes/setup-evonode.rst:635 msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -826,23 +848,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:660 msgid "Add the private key to your masternode configuration" -msgstr "" +msgstr "Thêm khoá riêng vào cấu hình masternode của bạn" #: ../../docs/user/masternodes/setup-evonode.rst:662 msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +873,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +885,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +905,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +917,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +928,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +946,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,13 +959,13 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 msgid "Prepare a ProRegTx transaction" -msgstr "" +msgstr "Chuẩn bị cho một giao dịch ProRegTx " #: ../../docs/user/masternodes/setup-evonode.rst:790 msgid "" @@ -961,12 +982,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -974,36 +995,46 @@ msgid "" "``ipAndPort``: Masternode IP address and port, in the format " "``x.x.x.x:yyyy``" msgstr "" +"``ipAndPort``: Địa chỉ IP và cổng của masternode, theo định dạng " +"``x.x.x.x:yyyy``" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" +"``ownerKeyAddr``: Địa chỉ Dash mới được sinh ở trên cho địa chỉ sở hữu/bỏ " +"phiếu" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" +"``votingKeyAddr``: Địa chỉ Dash mới được sinh ở trên, hoặc địa chỉ uỷ nhiệm " +"cho việc bỏ phiếu các đề xuất" #: ../../docs/user/masternodes/setup-evonode.rst:808 msgid "" "``operatorReward``: The percentage of the block reward allocated to the " "operator as payment" msgstr "" +"``operatorReward``: Phần trăm phần thưởng khối sẽ được trả cho người vận " +"hành" #: ../../docs/user/masternodes/setup-evonode.rst:810 msgid "" "``payoutAddress``: A new or existing Dash address to receive the owner's " "masternode rewards" msgstr "" +"``payoutAddress``: Một địa chỉ mới hoặc cũ để nhận phần thưởng khối cho " +"người chủ sở hữu" #: ../../docs/user/masternodes/setup-evonode.rst:812 msgid "" @@ -1013,14 +1044,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1028,24 +1059,27 @@ msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" +"``feeSourceAddress``: Một địa chỉ (tuỳ chọn) dùng để cấp vốn cho khoản phí " +"ProTx. Nếu ``feeSourceAddress`` không được cung cấp nó sẽ lấy tiền phí từ " +"địa chỉ ``payoutAddress``." #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 msgid "Example (remove line breaks if copying)::" -msgstr "" +msgstr "Ví dụ (hãy xoá các xuống dòng nếu copy)::" #: ../../docs/user/masternodes/setup-evonode.rst:842 #: ../../docs/user/masternodes/setup-evonode.rst:869 #: ../../docs/user/masternodes/setup-evonode.rst:895 msgid "Output::" -msgstr "" +msgstr "Đầu ra::" #: ../../docs/user/masternodes/setup-evonode.rst:850 msgid "" @@ -1056,210 +1090,66 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:854 msgid "Sign the ProRegTx transaction" -msgstr "" +msgstr "Ký cho giao dịch ProRegTx" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 #: ../../docs/user/masternodes/setup-evonode.rst:891 msgid "Example::" -msgstr "" +msgstr "Ví dụ:" #: ../../docs/user/masternodes/setup-evonode.rst:875 msgid "Submit the signed message" -msgstr "" +msgstr "Gửi thông điệp đã được ký" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" -msgstr "" +msgstr "Ở đó:" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" +"``sig``: Là thông điệp được ký với khoá đặt cọc từ câu lệnh ``signmessage``" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 74d2b890d..f055238b8 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,32 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, hướng dẫn, masternodes, trezor, dip3, cài đặt, bls" @@ -37,8 +37,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -47,20 +47,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." -msgstr "" -"Có các dịch vụ :ref:`lưu trữ masternode ` nếu bạn " -"thích việc uỷ nhiệm việc vận hành hàng ngày masternode của bạn cho những " -"nhà vận hành chuyên nghiệp. Khi sử dụng dịch vụ lưu trữ, bạn vẫn giữ toàn" -" quyền kiểm soát 1000 Dash đặt cọc và trả mức thoả thuận tương ứng với " -"phần trăm của phần thưởng cho người vận hành. Bạn cũng có thể uỷ quyền bỏ" -" phiếu cho một người đại diện, xem trong :ref:`tài liệu về quản trị " -"` để biết thêm thông tin." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." +msgstr "" +"Có các dịch vụ :ref:`lưu trữ masternode ` nếu bạn thích " +"việc uỷ nhiệm việc vận hành hàng ngày masternode của bạn cho những nhà vận " +"hành chuyên nghiệp. Khi sử dụng dịch vụ lưu trữ, bạn vẫn giữ toàn quyền kiểm" +" soát 1000 Dash đặt cọc và trả mức thoả thuận tương ứng với phần trăm của " +"phần thưởng cho người vận hành. Bạn cũng có thể uỷ quyền bỏ phiếu cho một " +"người đại diện, xem trong :ref:`tài liệu về quản trị ` để " +"biết thêm thông tin." #: ../../docs/user/masternodes/setup-testnet.rst:29 msgid "Before you begin" @@ -68,9 +68,9 @@ msgstr "Trước khi bạn bắt đầu" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -82,8 +82,8 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" -"Một ví để chứa Dash của bạn, tốt nhất là dùng một ví phần cứng, mặc dù ví" -" Dash Core cũng có thể giúp bạn" +"Một ví để chứa Dash của bạn, tốt nhất là dùng một ví phần cứng, mặc dù ví " +"Dash Core cũng có thể giúp bạn" #: ../../docs/user/masternodes/setup-testnet.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" @@ -98,8 +98,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:42 msgid ":ref:`Information for users of hosted masternodes `" msgstr "" -":ref:`Thông tin cho người dùng hoặc dùng dịch vụ lưu trữ masternode " -"`" +":ref:`Thông tin cho người dùng hoặc dùng dịch vụ lưu trữ masternode `" #: ../../docs/user/masternodes/setup-testnet.rst:43 msgid "" @@ -112,22 +112,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Tạo một file cấu hình mới::" +msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -136,16 +135,15 @@ msgstr "Gửi khoản đặt cọc" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -154,48 +152,47 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" -"Trang Wallet Receive của Trezor hiển thị đã nhận được giao dịch đặt cọc " -"1000 DASH" +"Trang Wallet Receive của Trezor hiển thị đã nhận được giao dịch đặt cọc 1000" +" DASH" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "Trình khám phá blockchain hiển thị 15 xác thực cho giao dịch đặt cọc" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -204,10 +201,10 @@ msgstr "Màn hình khởi động của Dash Masternode Tool" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -216,13 +213,13 @@ msgstr "Dash Masternode Tool xác nhận kết nối thành công" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" "Bây giờ chúng ta sẽ sử dụng DMT để nhập vào một số thông tin căn bản về " -"masternode và trích mã giao dịch. Thực hiện chuỗi các bước sau đây như " -"trong ảnh chụp màn hình này:" +"masternode và trích mã giao dịch. Thực hiện chuỗi các bước sau đây như trong" +" ảnh chụp màn hình này:" #: ../../docs/user/masternodes/setup-testnet.rst:134 msgid "Dash Masternode Tool configuration steps" @@ -234,26 +231,25 @@ msgstr "Bấm nút **New**." #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" -"Nhập tên cho masternode của bạn. Bạn có thể dùng luôn tên máy chủ mà bạn " -"xác định cho VPS ở trên." +"Nhập tên cho masternode của bạn. Bạn có thể dùng luôn tên máy chủ mà bạn xác" +" định cho VPS ở trên." #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -262,8 +258,8 @@ msgstr "Dash Masternode Tool với cấu hình masternode" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -272,11 +268,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Mở ví Dash Core và đợi cho nó đồng bộ với mạng lưới. Nó sẽ nhìn như thế " -"này khi đã sẵn sàng:" +"Mở ví Dash Core và đợi cho nó đồng bộ với mạng lưới. Nó sẽ nhìn như thế này " +"khi đã sẵn sàng:" #: ../../docs/user/masternodes/setup-testnet.rst:165 msgid "Fully synchronized Dash Core wallet" @@ -284,36 +280,34 @@ msgstr "Ví Dash Core đã được đồng bộ xong" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -325,7 +319,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -334,8 +329,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -347,8 +342,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -360,9 +355,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -408,9 +403,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -419,21 +414,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -452,9 +446,9 @@ msgstr "Tuỳ chọn 1: Đăng ký từ một ví phần cứng" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -463,8 +457,7 @@ msgstr "Khoá riêng của chủ sở hữu" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -477,12 +470,12 @@ msgstr "Dash Masternode Tool sẵn sàng cho việc đăng ký một masternode #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -494,13 +487,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -527,9 +520,9 @@ msgstr "Xác định giao dịch cấp vốn" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -538,8 +531,8 @@ msgstr "Điều này sẽ trả về một chuỗi các ký tự tương tự nh #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" "Dòng dài đầu tiên là ``collateralHash`` của bạn, còn số cuối cùng là " "``collateralIndex``." @@ -552,19 +545,18 @@ msgstr "Sinh một cặp khoá BLS" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -583,18 +575,19 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." -msgstr "Chúng ta sẽ chuẩn bị giao dịch được dùng để đăng ký masternode lên mạng." +"We will now prepare the transaction used to register the masternode on the " +"network." +msgstr "" +"Chúng ta sẽ chuẩn bị giao dịch được dùng để đăng ký masternode lên mạng." #: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" @@ -602,32 +595,31 @@ msgstr "Chuẩn bị cho một giao dịch ProRegTx " #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -639,33 +631,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -676,12 +666,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "``collateralHash``: Mã txid của giao dịch đặt cọc 1000 Dash" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "``collateralIndex``: Chỉ số đầu ra của giao dịch cấp vốn 1000 Dash" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -694,27 +684,27 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" -"``ownerKeyAddr``: Địa chỉ Dash mới được sinh ở trên cho địa chỉ sở hữu/bỏ" -" phiếu" +"``ownerKeyAddr``: Địa chỉ Dash mới được sinh ở trên cho địa chỉ sở hữu/bỏ " +"phiếu" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" -"``operatorPubKey``: Khoá công khai BLS được sinh ở trên (hoặc được cung " -"cấp bởi nhà cung cấp dịch vụ lưu trữ)" +"``operatorPubKey``: Khoá công khai BLS được sinh ở trên (hoặc được cung cấp " +"bởi nhà cung cấp dịch vụ lưu trữ)" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" -"``votingKeyAddr``: Địa chỉ Dash mới được sinh ở trên, hoặc địa chỉ uỷ " -"nhiệm cho việc bỏ phiếu các đề xuất" +"``votingKeyAddr``: Địa chỉ Dash mới được sinh ở trên, hoặc địa chỉ uỷ nhiệm " +"cho việc bỏ phiếu các đề xuất" #: ../../docs/user/masternodes/setup-testnet.rst:520 msgid "" @@ -737,16 +727,16 @@ msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress``: Một địa chỉ (tuỳ chọn) dùng để cấp vốn cho khoản " -"phí ProTx. Nếu ``feeSourceAddress`` không được cung cấp nó sẽ lấy tiền " -"phí từ địa chỉ ``payoutAddress``." +"``feeSourceAddress``: Một địa chỉ (tuỳ chọn) dùng để cấp vốn cho khoản phí " +"ProTx. Nếu ``feeSourceAddress`` không được cung cấp nó sẽ lấy tiền phí từ " +"địa chỉ ``payoutAddress``." #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -772,13 +762,13 @@ msgstr "Ký cho giao dịch ProRegTx" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -793,10 +783,10 @@ msgstr "Gửi thông điệp đã được ký" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -805,28 +795,27 @@ msgstr "Ở đó:" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" "``tx``: Kết quả trường đầu ra ``tx`` được trả về từ câu lệnh ``protx " "register_prepare``" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" -"``sig``: Là thông điệp được ký với khoá đặt cọc từ câu lệnh " -"``signmessage``" +"``sig``: Là thông điệp được ký với khoá đặt cọc từ câu lệnh ``signmessage``" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -839,10 +828,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -869,16 +858,16 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -903,9 +892,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -929,8 +918,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -938,7 +927,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "Khi quá trình đồng bộ hoàn tất, bạn sẽ thấy những phản hồi như sau::" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -978,7 +968,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -987,9 +978,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -998,8 +989,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -1043,31 +1034,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1075,7 +1065,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1117,8 +1108,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -"Ở thời điểm này bạn có thể thoát khỏi máy chủ của bạn bằng việc gõ " -"``exit``. Chúc mừng bạn! Masternode của bạn bây giờ đang được chạy." +"Ở thời điểm này bạn có thể thoát khỏi máy chủ của bạn bằng việc gõ ``exit``." +" Chúc mừng bạn! Masternode của bạn bây giờ đang được chạy." #: ../../docs/user/masternodes/setup-testnet.rst:1044 msgid "Developer installation" @@ -1126,22 +1117,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1155,461 +1145,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 và sau đó triển khai" -#~ " DIP003, cái này mang đến một " -#~ "số thay đổi cách cài đặt và " -#~ "vận hành masternode của Dash. Trong " -#~ "khi nâng cấp mạng này đã được " -#~ "hoàn thành vào đầu năm 2019, chúng" -#~ " ta vẫn có một danh sách các" -#~ " tài liệu bên dưới:" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Danh sách Masternode xác định" -#~ " `__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ "`Dash 0.13 Các bước nâng cấp cho" -#~ " masternode (tài liệu cập nhật) " -#~ "`__" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Hướng dẫn đầy đủ việc cài " -#~ "đặt masternode ` (bạn " -#~ "đang ở đây)" - -#~ msgid "Set up your VPS" -#~ msgstr "Cài đặt VPS của bạn" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Màn hình chọn địa điểm cho máy chủ trên Vultr" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Màn hình chọn kiểu máy chủ trên Vultr" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Chọn một máy chủ với kích thước bộ nhớ yêu cầu tối thiểu là 2GB" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Màn hình lựa chọn kích thước máy chủ trên Vultr" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Nhập tên máy chủ và nhãn cho " -#~ "máy chủ của bạn. Trong ví dụ " -#~ "này thì chúng tôi sử dụng " -#~ "``dashmn1`` làm tên cho máy chủ." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Tên máy chủ và màn hình lựa chọn nhãn trên Vultr" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "Vultr sẽ cài đặt máy chủ cho bạn. Quá trình này sẽ mất vài phút." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Màn hình cài đặt máy chủ ở Vultr" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Bấm vào **Manage** khi việc cài " -#~ "đặt được hoàn tất và bạn nên " -#~ "ghi lại địa chỉ IP, tên người " -#~ "dùng và mật khẩu." - -#~ msgid "Vultr server management screen" -#~ msgstr "Màn hình quản lý máy chủ của Vultr" - -#~ msgid "Set up your operating system" -#~ msgstr "Cài đặt hệ điều hành của bạn" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "Trang tải PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Cảnh báo an ninh của PuTTY khi kết nối với một máy chủ mới" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" -#~ "Yêu cầu mật khẩu khi bạn kết " -#~ "nối với máy chủ ảo - còn gọi" -#~ " là \"VPS\" trong lần đầu tiên" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Nhập và nhập lại một khẩu mới " -#~ "(tốt nhất đủ dài và được sinh " -#~ "một cách ngẫu hiên). Tiếp đó chúng" -#~ " ta sẽ tạo một người dùng mới" -#~ " bằng câu lệnh sau, thay " -#~ "```` với một tên người dùng" -#~ " mà bạn chọn::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Bây giờ, trong khi vẫn là root," -#~ " chúng ta sẽ cập nhật hệ thống" -#~ " từ hệ thống quản lý ứng dụng" -#~ " của Ubuntu::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(bấm **Y** và **Enter** để xác nhận)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "Thêm dòng sau đây và ở cuối " -#~ "của file (bấm phím tab để phân " -#~ "cách mỗi từ/số), sau đó bấm tổ " -#~ "hợp phím **Ctrl + X** để đóng " -#~ "trình soạn thảo. sau đó **Y** và" -#~ " **Enter** để lưu file." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" -#~ "Cuối cùng, để ngăn chặn việc dò" -#~ " mật khẩu, chúng ta sẽ cài " -#~ "fail2ban và tắt quyền truy cập ssh" -#~ " với root. Những bước sau là " -#~ "tuy chọn, nhưng rất khuyến khích. " -#~ "Bắt đầu với fail2ban nhé::" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "Và dán cấu hinhf sau đây::" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" -#~ "Bấm tổ hợp phím **Ctrl + X** " -#~ "để đóng trình soạn thảo, sau đó" -#~ " **Y** và **Enter** để lưu file. " -#~ "Khởi động lại và bật dịch vụ " -#~ "fail2ban::" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Tiếp theo, mở file cấu hình SSH" -#~ " để tắt quyền đăng nhập của " -#~ "root qua SSH::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "Sau đó khởi động lại máy chủ::" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "PuTTY sẽ ngắt kết nối khi máy chủ khởi động lại." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup.po index cc28a7721..9f882acd9 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,36 +1,35 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://app.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -"Hướng dẫn này mô tả cách cài đặt một Masternode của Dash. Nó cũng mô tả " -"rất nhiều tuỳ chọn cho việc lưu trữ và nhiều loại phần mềm ví" +"Hướng dẫn này mô tả cách cài đặt một Masternode của Dash. Nó cũng mô tả rất " +"nhiều tuỳ chọn cho việc lưu trữ và nhiều loại phần mềm ví" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "dash, hướng dẫn, masternodes, trezor, dip3, cài đặt, bls" @@ -41,36 +40,36 @@ msgstr "Cài đặt" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "" -"Cài đặt một masternode cần một mức độ hiểu biết cơ bản về Linux và công " -"nghệ blockchain, cũng như khả năng làm theo các hướng dẫn một cách chính " -"xác. Nó cũng cần phải thường xuyên bảo trì và bảo mật một cách cẩn thận, " -"đặc biệt là nếu bạn không giữ Dash trong một ví phần cứng. Cần phải ra " -"một số quyết định trong quá trình thực hiện, và một số bước bổ sung để " -"tăng cường tính bảo mật." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"Cài đặt một masternode cần một mức độ hiểu biết cơ bản về Linux và công nghệ" +" blockchain, cũng như khả năng làm theo các hướng dẫn một cách chính xác. Nó" +" cũng cần phải thường xuyên bảo trì và bảo mật một cách cẩn thận, đặc biệt " +"là nếu bạn không giữ Dash trong một ví phần cứng. Cần phải ra một số quyết " +"định trong quá trình thực hiện, và một số bước bổ sung để tăng cường tính " +"bảo mật." #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." -msgstr "" -"Có các dịch vụ :ref:`lưu trữ masternode ` nếu bạn " -"thích việc uỷ nhiệm việc vận hành hàng ngày masternode của bạn cho những " -"nhà vận hành chuyên nghiệp. Khi sử dụng dịch vụ lưu trữ, bạn vẫn giữ toàn" -" quyền kiểm soát 1000 Dash đặt cọc và trả mức thoả thuận tương ứng với " -"phần trăm của phần thưởng cho người vận hành. Bạn cũng có thể uỷ quyền bỏ" -" phiếu cho một người đại diện, xem trong :ref:`tài liệu về quản trị " -"` để biết thêm thông tin." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." +msgstr "" +"Có các dịch vụ :ref:`lưu trữ masternode ` nếu bạn thích " +"việc uỷ nhiệm việc vận hành hàng ngày masternode của bạn cho những nhà vận " +"hành chuyên nghiệp. Khi sử dụng dịch vụ lưu trữ, bạn vẫn giữ toàn quyền kiểm" +" soát 1000 Dash đặt cọc và trả mức thoả thuận tương ứng với phần trăm của " +"phần thưởng cho người vận hành. Bạn cũng có thể uỷ quyền bỏ phiếu cho một " +"người đại diện, xem trong :ref:`tài liệu về quản trị ` để " +"biết thêm thông tin." #: ../../docs/user/masternodes/setup.rst:29 msgid "Before you begin" @@ -78,13 +77,13 @@ msgstr "Trước khi bạn bắt đầu" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" "Hướng dẫn này giả định rằng bạn thiết lập một masternode riêng trên mạng " -"chính lần đầu tiên. Nếu bạn đang cập nhật một masternode, hãy xem :ref:`ở" -" đây `. Bạn cũng cần:" +"chính lần đầu tiên. Nếu bạn đang cập nhật một masternode, hãy xem :ref:`ở " +"đây `. Bạn cũng cần:" #: ../../docs/user/masternodes/setup.rst:35 msgid "1000 Dash" @@ -95,8 +94,8 @@ msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" msgstr "" -"Một ví để chứa Dash của bạn, tốt nhất là dùng một ví phần cứng, mặc dù ví" -" Dash Core cũng có thể giúp bạn" +"Một ví để chứa Dash của bạn, tốt nhất là dùng một ví phần cứng, mặc dù ví " +"Dash Core cũng có thể giúp bạn" #: ../../docs/user/masternodes/setup.rst:38 msgid "A Linux server, preferably a Virtual Private Server (VPS)" @@ -111,8 +110,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:42 msgid ":ref:`Information for users of hosted masternodes `" msgstr "" -":ref:`Thông tin cho người dùng hoặc dùng dịch vụ lưu trữ masternode " -"`" +":ref:`Thông tin cho người dùng hoặc dùng dịch vụ lưu trữ masternode `" #: ../../docs/user/masternodes/setup.rst:43 msgid "" @@ -125,22 +124,21 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "Tạo một file cấu hình mới::" +msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -149,27 +147,26 @@ msgstr "Gửi khoản đặt cọc" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -178,48 +175,47 @@ msgstr "Tuỳ chọn 1: Gửi từ một ví phần cứng" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" -"Trang Wallet Receive của Trezor hiển thị đã nhận được giao dịch đặt cọc " -"1000 DASH" +"Trang Wallet Receive của Trezor hiển thị đã nhận được giao dịch đặt cọc 1000" +" DASH" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "Trình khám phá blockchain hiển thị 15 xác thực cho giao dịch đặt cọc" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -228,10 +224,10 @@ msgstr "Màn hình khởi động của Dash Masternode Tool" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -240,13 +236,13 @@ msgstr "Dash Masternode Tool xác nhận kết nối thành công" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" "Bây giờ chúng ta sẽ sử dụng DMT để nhập vào một số thông tin căn bản về " -"masternode và trích mã giao dịch. Thực hiện chuỗi các bước sau đây như " -"trong ảnh chụp màn hình này:" +"masternode và trích mã giao dịch. Thực hiện chuỗi các bước sau đây như trong" +" ảnh chụp màn hình này:" #: ../../docs/user/masternodes/setup.rst:139 msgid "Dash Masternode Tool configuration steps" @@ -258,29 +254,28 @@ msgstr "Bấm nút **New**." #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" -"Nhập tên cho masternode của bạn. Bạn có thể dùng luôn tên máy chủ mà bạn " -"xác định cho VPS ở trên." +"Nhập tên cho masternode của bạn. Bạn có thể dùng luôn tên máy chủ mà bạn xác" +" định cho VPS ở trên." #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" -"Nhập vào địa chỉ IP masternode của bạn. Địa chỉ này được cung cấp cho bạn" -" bởi nhà cung cấp VPS khi bạn cài đặt máy chủ. Sau đó nhập vào số cổng " -"TCP. Nó sẽ là 9999." +"Nhập vào địa chỉ IP masternode của bạn. Địa chỉ này được cung cấp cho bạn " +"bởi nhà cung cấp VPS khi bạn cài đặt máy chủ. Sau đó nhập vào số cổng TCP. " +"Nó sẽ là 9999." #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -289,11 +284,11 @@ msgstr "Dash Masternode Tool với cấu hình masternode" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" -"Cứ để DMT mở và tiếp tục bước tiếp theo: :ref:`Cài đặt Dash Core trên máy" -" chủ ảo `." +"Cứ để DMT mở và tiếp tục bước tiếp theo: :ref:`Cài đặt Dash Core trên máy " +"chủ ảo `." #: ../../docs/user/masternodes/setup.rst:162 msgid "Option 2: Sending from Dash Core wallet" @@ -301,11 +296,11 @@ msgstr "Tuỳ chọn 2: Gửi từ ví Dash Core" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" -"Mở ví Dash Core và đợi cho nó đồng bộ với mạng lưới. Nó sẽ nhìn như thế " -"này khi đã sẵn sàng:" +"Mở ví Dash Core và đợi cho nó đồng bộ với mạng lưới. Nó sẽ nhìn như thế này " +"khi đã sẵn sàng:" #: ../../docs/user/masternodes/setup.rst:170 msgid "Fully synchronized Dash Core wallet" @@ -313,36 +308,34 @@ msgstr "Ví Dash Core đã được đồng bộ xong" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -355,15 +348,14 @@ msgid "" "masternodes. If not displaying a GUI, it runs as a daemon on your VPS " "(dashd), controlled by a simple command interface (dash-cli)." msgstr "" -"Dash Core là phần mềm đằng sau cả ví đồ hoạ Dash Core và Dash masternode." -" Nếu không hiển thị một giao diện đồ họ, nó chạy ngầm như một dịch vụ " -"trên máy chủ (dashd), được điều khiển bởi giao diện câu lệnh đơn giản " -"(dash-cli)." +"Dash Core là phần mềm đằng sau cả ví đồ hoạ Dash Core và Dash masternode. " +"Nếu không hiển thị một giao diện đồ họ, nó chạy ngầm như một dịch vụ trên " +"máy chủ (dashd), được điều khiển bởi giao diện câu lệnh đơn giản (dash-cli)." #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -373,15 +365,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -398,19 +390,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -427,11 +418,11 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" -"Tạo một thư mục làm việc cho Dash, gỡ nén file và copy các file cần thiết" -" vào thu mục này::" +"Tạo một thư mục làm việc cho Dash, gỡ nén file và copy các file cần thiết " +"vào thu mục này::" #: ../../docs/user/masternodes/setup.rst:263 msgid "Create a configuration file using the following command::" @@ -451,19 +442,19 @@ msgstr "Thay những trường được đánh dâu với ``XXXXXXX`` như sau:" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" -"``rpcuser``: nhập vào bất kỳ xâu các chữ số hoặc chữ cái nào, không dùng " -"các ký tự đặc biệt" +"``rpcuser``: nhập vào bất kỳ xâu các chữ số hoặc chữ cái nào, không dùng các" +" ký tự đặc biệt" #: ../../docs/user/masternodes/setup.rst:289 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" msgstr "" -"``rpcpassword``: nhập vào bất kỳ xâu các chữ số hoặc chữ cái nào, không " -"dùng các ký tự đặc biệt" +"``rpcpassword``: nhập vào bất kỳ xâu các chữ số hoặc chữ cái nào, không dùng" +" các ký tự đặc biệt" #: ../../docs/user/masternodes/setup.rst:291 msgid "``externalip``: this is the IP address of your VPS" @@ -471,8 +462,8 @@ msgstr "``externalip``: đây là địa chỉ IP của máy chủ của bạn" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -485,56 +476,56 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" -"Bấm tổ hợp phím **Ctrl + X** để đóng trình soạn thảo và **Y** và " -"**Enter** để lưu file. Bây giờ bạn có thể bắt đầu chạy Dash trên " -"masternode để bắt đầu đồng bộ blockchain::" +"Bấm tổ hợp phím **Ctrl + X** để đóng trình soạn thảo và **Y** và **Enter** " +"để lưu file. Bây giờ bạn có thể bắt đầu chạy Dash trên masternode để bắt đầu" +" đồng bộ blockchain::" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" "Bạn sẽ nhìn thấy một thông báo **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Thêm dashd và sentinel vào crontab " -"để đảm bảo rằng nó sẽ chạy mỗi phút để kiểm tra masternode của bạn::" +"full sync before running Sentinel.** Thêm dashd và sentinel vào crontab để " +"đảm bảo rằng nó sẽ chạy mỗi phút để kiểm tra masternode của bạn::" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" -"Chọn nano làm trình soạn thảo của bạn và nhập vào các dòng sau đây vào " -"phần cuối của file::" +"Chọn nano làm trình soạn thảo của bạn và nhập vào các dòng sau đây vào phần " +"cuối của file::" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "Khi quá trình đồng bộ hoàn tất, bạn sẽ thấy những phản hồi như sau::" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" -"Tiếp tục với bước tiếp theo để thiết lâu giao dịch ProTx cần cho việc " -"kích hoạt masternode của bạn." +"Tiếp tục với bước tiếp theo để thiết lâu giao dịch ProTx cần cho việc kích " +"hoạt masternode của bạn." #: ../../docs/user/masternodes/setup.rst:359 msgid "Register your masternode" @@ -552,9 +543,9 @@ msgstr "Tuỳ chọn 1: Đăng ký từ một ví phần cứng" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -575,12 +566,12 @@ msgstr "Dash Masternode Tool sẵn sàng cho việc đăng ký một masternode #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -592,44 +583,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" "dash-cli masternode status output hiển thị masternode được đăng ký thành " "công" @@ -640,8 +630,8 @@ msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" -"Ở thời điểm này bạn có thể thoát khỏi máy chủ của bạn bằng việc gõ " -"``exit``. Chúc mừng bạn! Masternode của bạn bây giờ đang được chạy." +"Ở thời điểm này bạn có thể thoát khỏi máy chủ của bạn bằng việc gõ ``exit``." +" Chúc mừng bạn! Masternode của bạn bây giờ đang được chạy." #: ../../docs/user/masternodes/setup.rst:439 msgid "Option 2: Registering from Dash Core wallet" @@ -653,9 +643,9 @@ msgstr "Xác định giao dịch cấp vốn" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -664,8 +654,8 @@ msgstr "Điều này sẽ trả về một chuỗi các ký tự tương tự nh #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" "Dòng dài đầu tiên là ``collateralHash`` của bạn, còn số cuối cùng là " "``collateralIndex``." @@ -678,24 +668,23 @@ msgstr "Sinh một cặp khoá BLS" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" "**Những khoá này KHÔNG được lưu trữ bởi ví mà phải giữ một cách bảo mật, " @@ -711,23 +700,24 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." -msgstr "Chúng ta sẽ chuẩn bị giao dịch được dùng để đăng ký masternode lên mạng." +"We will now prepare the transaction used to register the masternode on the " +"network." +msgstr "" +"Chúng ta sẽ chuẩn bị giao dịch được dùng để đăng ký masternode lên mạng." #: ../../docs/user/masternodes/setup.rst:524 msgid "Prepare a ProRegTx transaction" @@ -735,32 +725,31 @@ msgstr "Chuẩn bị cho một giao dịch ProRegTx " #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -772,33 +761,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -809,12 +796,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "``collateralHash``: Mã txid của giao dịch đặt cọc 1000 Dash" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "``collateralIndex``: Chỉ số đầu ra của giao dịch cấp vốn 1000 Dash" #: ../../docs/user/masternodes/setup.rst:592 @@ -827,27 +814,27 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" -"``ownerKeyAddr``: Địa chỉ Dash mới được sinh ở trên cho địa chỉ sở hữu/bỏ" -" phiếu" +"``ownerKeyAddr``: Địa chỉ Dash mới được sinh ở trên cho địa chỉ sở hữu/bỏ " +"phiếu" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" -"``operatorPubKey``: Khoá công khai BLS được sinh ở trên (hoặc được cung " -"cấp bởi nhà cung cấp dịch vụ lưu trữ)" +"``operatorPubKey``: Khoá công khai BLS được sinh ở trên (hoặc được cung cấp " +"bởi nhà cung cấp dịch vụ lưu trữ)" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" -"``votingKeyAddr``: Địa chỉ Dash mới được sinh ở trên, hoặc địa chỉ uỷ " -"nhiệm cho việc bỏ phiếu các đề xuất" +"``votingKeyAddr``: Địa chỉ Dash mới được sinh ở trên, hoặc địa chỉ uỷ nhiệm " +"cho việc bỏ phiếu các đề xuất" #: ../../docs/user/masternodes/setup.rst:600 msgid "" @@ -870,16 +857,16 @@ msgid "" "``feeSourceAddress``: An (optional) address used to fund ProTx fee. " "``payoutAddress`` will be used if not specified." msgstr "" -"``feeSourceAddress``: Một địa chỉ (tuỳ chọn) dùng để cấp vốn cho khoản " -"phí ProTx. Nếu ``feeSourceAddress`` không được cung cấp nó sẽ lấy tiền " -"phí từ địa chỉ ``payoutAddress``." +"``feeSourceAddress``: Một địa chỉ (tuỳ chọn) dùng để cấp vốn cho khoản phí " +"ProTx. Nếu ``feeSourceAddress`` không được cung cấp nó sẽ lấy tiền phí từ " +"địa chỉ ``payoutAddress``." #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -905,13 +892,13 @@ msgstr "Ký cho giao dịch ProRegTx" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -926,10 +913,10 @@ msgstr "Gửi thông điệp đã được ký" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -938,35 +925,34 @@ msgstr "Ở đó:" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" "``tx``: Kết quả trường đầu ra ``tx`` được trả về từ câu lệnh ``protx " "register_prepare``" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" -"``sig``: Là thông điệp được ký với khoá đặt cọc từ câu lệnh " -"``signmessage``" +"``sig``: Là thông điệp được ký với khoá đặt cọc từ câu lệnh ``signmessage``" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -975,408 +961,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 và sau đó triển khai" -#~ " DIP003, cái này mang đến một " -#~ "số thay đổi cách cài đặt và " -#~ "vận hành masternode của Dash. Trong " -#~ "khi nâng cấp mạng này đã được " -#~ "hoàn thành vào đầu năm 2019, chúng" -#~ " ta vẫn có một danh sách các" -#~ " tài liệu bên dưới:" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 Danh sách Masternode xác định" -#~ " `__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ "`Dash 0.13 Các bước nâng cấp cho" -#~ " masternode (tài liệu cập nhật) " -#~ "`__" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" -#~ ":ref:`Hướng dẫn đầy đủ việc cài " -#~ "đặt masternode ` (bạn " -#~ "đang ở đây)" - -#~ msgid "Set up your VPS" -#~ msgstr "Cài đặt VPS của bạn" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Màn hình chọn địa điểm cho máy chủ trên Vultr" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Màn hình chọn kiểu máy chủ trên Vultr" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "Chọn một máy chủ với kích thước bộ nhớ yêu cầu tối thiểu là 2GB" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Màn hình lựa chọn kích thước máy chủ trên Vultr" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" -#~ "Nhập tên máy chủ và nhãn cho " -#~ "máy chủ của bạn. Trong ví dụ " -#~ "này thì chúng tôi sử dụng " -#~ "``dashmn1`` làm tên cho máy chủ." - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Tên máy chủ và màn hình lựa chọn nhãn trên Vultr" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "Vultr sẽ cài đặt máy chủ cho bạn. Quá trình này sẽ mất vài phút." - -#~ msgid "Vultr server installation screen" -#~ msgstr "Màn hình cài đặt máy chủ ở Vultr" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" -#~ "Bấm vào **Manage** khi việc cài " -#~ "đặt được hoàn tất và bạn nên " -#~ "ghi lại địa chỉ IP, tên người " -#~ "dùng và mật khẩu." - -#~ msgid "Vultr server management screen" -#~ msgstr "Màn hình quản lý máy chủ của Vultr" - -#~ msgid "Set up your operating system" -#~ msgstr "Cài đặt hệ điều hành của bạn" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "Trang tải PuTTY" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "Cảnh báo an ninh của PuTTY khi kết nối với một máy chủ mới" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" -#~ "Bây giờ bạn đã kết nối với " -#~ "máy chủ của mình và sẽ nhìn " -#~ "thấy một cửa sổ làm việc. Bắt " -#~ "đầu bằng việc đăng nhập vào máy" -#~ " chủ của bạn với tên người dùng" -#~ " là ``root`` và mật khẩu được " -#~ "cung cấp bởi nhà cung cấp dịch " -#~ "vụ lưu trữ của bạn." - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" -#~ "Yêu cầu mật khẩu khi bạn kết " -#~ "nối với máy chủ ảo - còn gọi" -#~ " là \"VPS\" trong lần đầu tiên" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "Nhập và nhập lại một khẩu mới " -#~ "(tốt nhất đủ dài và được sinh " -#~ "một cách ngẫu hiên). Tiếp đó chúng" -#~ " ta sẽ tạo một người dùng mới" -#~ " bằng câu lệnh sau, thay " -#~ "```` với một tên người dùng" -#~ " mà bạn chọn::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "Bạn sẽ được nhắc nhập mật khẩu." -#~ " Nhập và xác nhận lại một mật" -#~ " khẩu mới (khác với mật khẩu " -#~ "root) và lưu nó ở một nơi an" -#~ " toàn. Bạn cũng sẽ được nhắc về" -#~ " thông tin cho người dùng, nhưng " -#~ "cứ để nó trống. Một khi người " -#~ "dùng được tạo, chúng ta sẽ đưa " -#~ "nó vào trong nhóm sudo và họ " -#~ "có thể thực hiện các câu lệnh " -#~ "như là root::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" -#~ "Bây giờ, trong khi vẫn là root," -#~ " chúng ta sẽ cập nhật hệ thống" -#~ " từ hệ thống quản lý ứng dụng" -#~ " của Ubuntu::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(bấm **Y** và **Enter** để xác nhận)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "Thêm dòng sau đây và ở cuối " -#~ "của file (bấm phím tab để phân " -#~ "cách mỗi từ/số), sau đó bấm tổ " -#~ "hợp phím **Ctrl + X** để đóng " -#~ "trình soạn thảo. sau đó **Y** và" -#~ " **Enter** để lưu file." - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" -#~ "Cuối cùng, để ngăn chặn việc dò" -#~ " mật khẩu, chúng ta sẽ cài " -#~ "fail2ban và tắt quyền truy cập ssh" -#~ " với root. Những bước sau là " -#~ "tuy chọn, nhưng rất khuyến khích. " -#~ "Bắt đầu với fail2ban nhé::" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "Và dán cấu hinhf sau đây::" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" -#~ "Bấm tổ hợp phím **Ctrl + X** " -#~ "để đóng trình soạn thảo, sau đó" -#~ " **Y** và **Enter** để lưu file. " -#~ "Khởi động lại và bật dịch vụ " -#~ "fail2ban::" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" -#~ "Tiếp theo, mở file cấu hình SSH" -#~ " để tắt quyền đăng nhập của " -#~ "root qua SSH::" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "Sau đó khởi động lại máy chủ::" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "PuTTY sẽ ngắt kết nối khi máy chủ khởi động lại." - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po index 9e4d88c05..caae7512e 100644 --- a/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/vi/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Kien Bui , 2022 +# Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Last-Translator: Kien Bui , 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -44,130 +43,100 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" -"Masternode, đã từng là độc nhất cho mạng lưới Dash, nhưng bây giờ trở nên" -" một công nghệ phổ biến và được đưa lên những nền tảng blockchain khác. " -"Phần tài liệu này sẽ mô tả những nguyên tắc và cơ chế của masternode và " -"các dịch vụ mà chúng cung cấp đặc biệt cho mạng lưới Dash." +"Masternode, đã từng là độc nhất cho mạng lưới Dash, nhưng bây giờ trở nên " +"một công nghệ phổ biến và được đưa lên những nền tảng blockchain khác. Phần " +"tài liệu này sẽ mô tả những nguyên tắc và cơ chế của masternode và các dịch " +"vụ mà chúng cung cấp đặc biệt cho mạng lưới Dash." #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 -#, fuzzy msgid "" "Anyone can run a masternode. The objective is to have enough " "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "" -"Bất cứ ai cũng có thể chạy một masternode. Mục đích của việc này là có " -"được sự phi tập trung cần thiết để đảm bảo rằng không một ai có thể kiểm " -"soát phần lớn các masternode. Tuy nhiên, để tránh làm đầy mạng lưới với " -"nhiều masternode không cần thiết hoặc khuyến khích những người thiếu thận" -" trọng, thì có một điều kiện cần phải thực hiện: đó là chứng minh việc sở" -" hữu 1000 DASH. Coin không cần thiết phải ở trong masternode, nhưng nó " -"cần phải được giữ trong một cách nào đó mà làm minh bạch cho toàn bộ mạng" -" lưới. Nếu chủ sở hữu di chuyển hoặc tiêu đi những coin đó, thì " -"masternode sẽ dừng hoạt động và việc thanh toán sẽ dừng lại." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." -msgstr "" -"Việc có nhiều máy chủ lưu giữ toàn bộ bản sao của blockchain và làm việc " -"cho đồng coin làm cho nó trở nên cực kỳ hữu ích. Nhờ có hệ thống phần " -"thường này, làm cho không còn rủi ro do việc thiếu masternode, và do đó " -"các nhà phảt triển có thể dựa vào đó để nhanh chóng triển khai những tính" -" năng phi tập trung mới mà họ muốn thực hiện. Đây thực sự là điểm mạnh " -"của Dash - một hệ thống tạo động lực cho hàng ngàn máy chủ nằm phân tán " -"hoạt động 24x7 có nghĩa là Dash có thể mở rộng một cách hiệu quả hơn và " -"triển khai các dịch vụ nhanh chóng hơn các blockchain mà chạy hoàn toàn " -"bởi những người tình nguyện không được trả công. Càng có nhiều masternode" -" mạng lưới của Dash càng tốt hơn và an toàn hơn." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." +msgstr "" +"Việc có nhiều máy chủ lưu giữ toàn bộ bản sao của blockchain và làm việc cho" +" đồng coin làm cho nó trở nên cực kỳ hữu ích. Nhờ có hệ thống phần thường " +"này, làm cho không còn rủi ro do việc thiếu masternode, và do đó các nhà " +"phảt triển có thể dựa vào đó để nhanh chóng triển khai những tính năng phi " +"tập trung mới mà họ muốn thực hiện. Đây thực sự là điểm mạnh của Dash - một " +"hệ thống tạo động lực cho hàng ngàn máy chủ nằm phân tán hoạt động 24x7 có " +"nghĩa là Dash có thể mở rộng một cách hiệu quả hơn và triển khai các dịch vụ" +" nhanh chóng hơn các blockchain mà chạy hoàn toàn bởi những người tình " +"nguyện không được trả công. Càng có nhiều masternode mạng lưới của Dash càng" +" tốt hơn và an toàn hơn." #: ../../docs/user/masternodes/understanding.rst:71 -#, fuzzy, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." -msgstr "" -"Vào tháng 11 năm 2018, mạng lưới Dash có `hơn 5000 masternode nằm trên " -"`_ `hơn 45 quốc gia " -"`_ và được giữ ở trên " -"`hơn 140 nhà cung cấp dịch vụ Internet " -"`_. Phần thưởng " -"khối lúc đó xấp xỉ 3.34 Dash, như vậy mỗi masternode được chọn sẽ nhận " -"khoảng 1.67 Dash cho mỗi lần nhận hoặc xấp xỉ 6 Dash mỗi tháng. Phần " -"thưởng khối giảm 7.14% cứ xấp xỉ mỗi năm, như vậy thu nhập hàng năm của " -"mỗi chủ masternode xấp xỉ khoảng 7% của phần đặt cọc, và nó sẽ giảm đi " -"theo thời gian `như trong tính toán sau đây " -"`_. Xem " -"`công cụ này `_ để tính toán tỷ" -" lệ trả thưởng theo thời gian thực, và `trang web này " -"`_ để có thông tin thống " -"kê theo thời gian của mạng lưới mastenrode." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 msgid "Evolution Masternodes (evonodes)" @@ -175,15 +144,14 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -#, fuzzy msgid "Masternode" -msgstr "Masternodes so với đào coin" +msgstr "Masternode" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" @@ -210,14 +178,12 @@ msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -#, fuzzy msgid "Higher than normal masternodes" -msgstr "Hiểu về Masternode" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 -#, fuzzy msgid "Service" -msgstr "Proof of Service" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Only Dash Core" @@ -240,9 +206,8 @@ msgid "Has 4 times the voting power of a normal masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:109 -#, fuzzy msgid "Masternode Concepts" -msgstr "DIP003 Những thay đổi Masternode" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" @@ -263,8 +228,8 @@ msgstr ":ref:`Hướng dẫn đầy đủ cách cài đặt masternode `" msgstr "" -":ref:`Thông tin cho người dùng hoặc dùng dịch vụ lưu trữ masternode " -"`" +":ref:`Thông tin cho người dùng hoặc dùng dịch vụ lưu trữ masternode `" #: ../../docs/user/masternodes/understanding.rst:116 msgid "" @@ -275,118 +240,96 @@ msgstr "" "" #: ../../docs/user/masternodes/understanding.rst:118 -#, fuzzy msgid "Important concepts:" -msgstr "Những khái niệm quan trọng và những thay đổi:" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 -#, fuzzy msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" -"Một masternode trước đó được \"khởi động\" sửu dụng câu lệnh ``masternode" -" start-alias`` dựa trên một file ``masternode.conf``. Với DIP003, file " -"này không còn được dùng nữa và các masternode được \"đăng ký\" thay vì " -"được \"khởi động\". Masternode bắt đầu cung cấp các dịch vụ khi một " -"`ProRegTx " -"`_ `giao dịch đặc biệt " -"`_ có chứa một " -"khoá cụ thể được viết vào blockchain." #: ../../docs/user/masternodes/understanding.rst:125 -#, fuzzy msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" -"Như trước đây trong ``masternode.conf``, thì ProRegTx tham chiếu đến mã " -"giao dịch (txid) và chỉ mục giữ khoản đặt cọc. Địa chỉ IP và cổng của " -"masternode cũng được định nghĩa trong giao dịch này." #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" -"Lệnh ProRegTx có chứa 2 địa chỉ Dash (cũng được gọi là các khoá công " -"khai) và một khoá công khai BLS, chúng đại diện cho 3 vai trò khác nhau " -"trong masternode và xác định quyền nâng cấp và bỏ phiếu. Các khoá đó là:" +"Lệnh ProRegTx có chứa 2 địa chỉ Dash (cũng được gọi là các khoá công khai) " +"và một khoá công khai BLS, chúng đại diện cho 3 vai trò khác nhau trong " +"masternode và xác định quyền nâng cấp và bỏ phiếu. Các khoá đó là:" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" -"``ownerKeyAddr``: Đây là một địa chỉ Dash (khoá công khai) kiểm soát bởi " -"chủ masternode. Địa chỉ này khác với địa chỉ dùng cho việc đặt cọc. Bởi " -"vì chủ sở hữu sử dụng khoá riêng liên kết với địa chỉ này để thực hiện " -"giao dịch :ref:`ProUpRegTx `, do vậy nó phải là duy " -"nhất cho mỗi masternode." +"``ownerKeyAddr``: Đây là một địa chỉ Dash (khoá công khai) kiểm soát bởi chủ" +" masternode. Địa chỉ này khác với địa chỉ dùng cho việc đặt cọc. Bởi vì chủ " +"sở hữu sử dụng khoá riêng liên kết với địa chỉ này để thực hiện giao dịch " +":ref:`ProUpRegTx `, do vậy nó phải là duy nhất cho mỗi " +"masternode." #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" -"``operatorPubKey``: Đây là khoá công khai BLS của người vận hành " -"masternode. Chỉ có người vận hành mới có thể thực hiện giao dịch " -":ref:`ProUpServTx `. Bởi vì khoá vận hành được sử " -"dụng trong quá trình vận hành masternode để ký các thông điệp P2P liên " -"quan đến masternode, thông điệp liên quan đến quorum và kích hoạt việc bỏ" -" phiếu quản trị, nên các khoá BLS phải là duy nhất cho mỗi masternode." +"``operatorPubKey``: Đây là khoá công khai BLS của người vận hành masternode." +" Chỉ có người vận hành mới có thể thực hiện giao dịch :ref:`ProUpServTx " +"`. Bởi vì khoá vận hành được sử dụng trong quá trình vận" +" hành masternode để ký các thông điệp P2P liên quan đến masternode, thông " +"điệp liên quan đến quorum và kích hoạt việc bỏ phiếu quản trị, nên các khoá " +"BLS phải là duy nhất cho mỗi masternode." #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" -"``votingKeyAddr``: Đây là một địa chỉ Dash (khoá công khai) được sử dụng " -"cho việc bỏ phiếu đề xuất. Việc bỏ phiếu ký với khoá riêng tương ứng hợp " -"lệ khi masternode còn trong tập các masternode được đăng ký." +"``votingKeyAddr``: Đây là một địa chỉ Dash (khoá công khai) được sử dụng cho" +" việc bỏ phiếu đề xuất. Việc bỏ phiếu ký với khoá riêng tương ứng hợp lệ khi" +" masternode còn trong tập các masternode được đăng ký." #: ../../docs/user/masternodes/understanding.rst:147 -#, fuzzy msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" -"Giao dịch thanh toán masternode trước đây được gửi đến địa chỉ giữ khoản " -"đặt cọc. Với DIP003, chủ sở hữu masternode nên chỉ rõ một địa chỉ khác để" -" nhận thanh toán trong giao dịch ProRegTx. Chủ sở hữu cũng có thể không " -"bắt buộc chỉ ra một số phần trăm khác không để dành riêng thanh toán cho " -"người vận hành masternode, nếu muốn." #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." -msgstr "" -"Cấu hình masternode sau đó có thể cập nhật bằng việc sử dụng các giao " -"dịch ProUpServTx, ProUpRegTx và ProUpRevTx. Hãy xem `Cập nhật thông tin " -"masternode `_ trong DIP003 và :ref:`update-" -"dip3-config` trong tài liệu này để biết thêm chi tiết." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." +msgstr "" +"Cấu hình masternode sau đó có thể cập nhật bằng việc sử dụng các giao dịch " +"ProUpServTx, ProUpRegTx và ProUpRevTx. Hãy xem `Cập nhật thông tin " +"masternode " +"`_ trong DIP003 và :ref:`update-dip3-config` trong " +"tài liệu này để biết thêm chi tiết." #: ../../docs/user/masternodes/understanding.rst:156 msgid "The process of setting up or upgrading a masternode is as follows:" @@ -418,16 +361,15 @@ msgstr "Gửi một giao dịch ProRegTx đã được ký" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" -"Bước 1 có thể bỏ qua nếu bạn đã có sẵn một máy chủ. Bước 2 và 3 cần truy " -"cập trực tiếp vào masternode. Bước 3 và 4 yêu cầu truy cập đến một ví " -"Dash Wallet (hoặc DMT). Bước 5 cần truy cập đến ví có chứa khoản đặt cọc." -" Bước 6 cần một số dư Dash để trả cho phí giao dịch." +"Bước 1 có thể bỏ qua nếu bạn đã có sẵn một máy chủ. Bước 2 và 3 cần truy cập" +" trực tiếp vào masternode. Bước 3 và 4 yêu cầu truy cập đến một ví Dash " +"Wallet (hoặc DMT). Bước 5 cần truy cập đến ví có chứa khoản đặt cọc. Bước 6 " +"cần một số dư Dash để trả cho phí giao dịch." #: ../../docs/user/masternodes/understanding.rst:172 msgid "Masternodes vs. mining" @@ -439,160 +381,133 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." -msgstr "" -"Dash, cũng giống như Bitcoin và hầu hết các loại tiền kỹ thuật số, là dựa" -" trên một sổ cái phi tập trung chứa tất cả các giao dịch, được biết là " -"một blockchain. Blockchain này được đảm bảo thông qua một cơ chế đồng " -"thuận; trong trường hợp của cả Dash và Bitcoin, cơ chế đồng thuận đó là " -"Proof of Work (PoW). :ref:`Các thợ mỏ ` cố gắng giải quyết bài " -"toán khó, họ nhận quyền tạo một khối mới vào blockchain. Nếu tất cả những" -" người khác đang chạy phần mềm đó đồng ý rằng bài toán đã dược giải một " -"cách chính xác, khối sẽ được tạo vào blockchain và thợ mỏ đó nhận được " -"phần thưởng." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." +msgstr "" +"Dash, cũng giống như Bitcoin và hầu hết các loại tiền kỹ thuật số, là dựa " +"trên một sổ cái phi tập trung chứa tất cả các giao dịch, được biết là một " +"blockchain. Blockchain này được đảm bảo thông qua một cơ chế đồng thuận; " +"trong trường hợp của cả Dash và Bitcoin, cơ chế đồng thuận đó là Proof of " +"Work (PoW). :ref:`Các thợ mỏ ` cố gắng giải quyết bài toán khó, họ " +"nhận quyền tạo một khối mới vào blockchain. Nếu tất cả những người khác đang" +" chạy phần mềm đó đồng ý rằng bài toán đã dược giải một cách chính xác, khối" +" sẽ được tạo vào blockchain và thợ mỏ đó nhận được phần thưởng." #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"Hệ thống masternode được gọi là Proof of Service (PoSe), từ khi " -"masternode cung cấp những dịch vụ quan trọng cho mạng lưới. Thực ra, toàn" -" bộ mạng lưới được giám sát bởi các masternode, nó có khả năng từ chối " -"những khối được tạo không đúng bởi các thợ mỏ. Nếu một thợ mỏ cố gắng " -"chiếm đoạt toàn bộ phần thưởng khối cho mình hoặc cố gắng chạy một phiên " -"bản cũ của phần mềm Dash, thì mạng lưới masternode sẽ làm cho khối đó trở" -" nên mồ côi, và nó sẽ không được đưa vào blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"Hệ thống masternode được gọi là Proof of Service (PoSe), từ khi masternode " +"cung cấp những dịch vụ quan trọng cho mạng lưới. Thực ra, toàn bộ mạng lưới " +"được giám sát bởi các masternode, nó có khả năng từ chối những khối được tạo" +" không đúng bởi các thợ mỏ. Nếu một thợ mỏ cố gắng chiếm đoạt toàn bộ phần " +"thưởng khối cho mình hoặc cố gắng chạy một phiên bản cũ của phần mềm Dash, " +"thì mạng lưới masternode sẽ làm cho khối đó trở nên mồ côi, và nó sẽ không " +"được đưa vào blockchain." #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Nói một cách ngắn gọn, các thợ mỏ tạo nên tầng thứ nhất, nó cơ bản là gửi" -" và nhận tiền và ngăn ngừa việc tiêu lặp. Masternode thì tạo nên tầng thứ" -" hai, nó cung cấp những tính năng bổ sung làm cho Dash trở nên khác biệt " -"với các loại tiền điện tử khác. Masternode không đào coin, và các máy đào" -" không thể phục vụ như các masternode. Hơn nữa, mỗi masternode được \"đảm" -" bảo\" bởi 1000 DASH. Những DASH đó vẫn luôn thuộc quyền quản lý của " -"người chủ nó, và vẫn có thể được tự do chi tiêu. Khoản tiền này không bị " -"khoá theo bất cứ cách thức nào. Tuy nhiên, nếu khoản tiền này được di " -"chuyển hoặc chi tiêu, masternode gắn cùng với nó sẽ không được kích hoạt " -"và sẽ dừng nhận phần thưởng." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" msgstr "Logic thanh toán" #: ../../docs/user/masternodes/understanding.rst:220 -#, fuzzy msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." -msgstr "" -"Thanh toán cho masternode ở Dash phiên bản 0.13.0 được xác định hoàn toàn" -" và dựa trên thuật toán sắp xếp danh sách đơn giản. Để có tài liệu về " -"logic cho thanh toán trong phiên bản 0.12.0, hãy xem `tài liệu cập nhật " -"về thanh toán cho masternode " -"`_. Dash phiên bản 0.13.0 thực hiện `DIP003 " -"`_ và định nghĩa" -" hai nhóm masternode." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" -"Trọn bộ, nó có chứa tất cả các masternode đã được đăng ký mà chưa tiêu " -"mất khoản tiền trong các giao dịch đặt cọc." +"Trọn bộ, nó có chứa tất cả các masternode đã được đăng ký mà chưa tiêu mất " +"khoản tiền trong các giao dịch đặt cọc." #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" -"Hợp lệ, là một tập hợp con của Trọn Bộ nó có chứa tất cả các masternode " -"mà không được đánh dấu là bị cấm Proof of Service (PoSe)." +"Hợp lệ, là một tập hợp con của Trọn Bộ nó có chứa tất cả các masternode mà " +"không được đánh dấu là bị cấm Proof of Service (PoSe)." #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" "Mỗi masternode trong tập các masternode hợp lệ, xác định bởi mã của giao " -"dịch đăng ký liên kết với khối mà nó được thanh toán lần cuối. Nếu nó " -"chưa từng nhận được thanh toán hoặc bị cấm do không đáp ứng được yêu cầu " -"về PoSe, thì tại block đó nó sẽ được đăng ký như là lần đầu và dịch vụ sẽ" -" được khôi phục trở lại. Một danh sách được sắp xếp tăng dần theo thứ tự " -"độ cao của khối và giá trị băm ProRegTx (như là một bộ ngắt trong trường " -"hợp có hai masternode cùng được đăng ký trong cùng một block), và cái nào" -" đăng ký trước sẽ được chọn để thanh toán." +"dịch đăng ký liên kết với khối mà nó được thanh toán lần cuối. Nếu nó chưa " +"từng nhận được thanh toán hoặc bị cấm do không đáp ứng được yêu cầu về PoSe," +" thì tại block đó nó sẽ được đăng ký như là lần đầu và dịch vụ sẽ được khôi " +"phục trở lại. Một danh sách được sắp xếp tăng dần theo thứ tự độ cao của " +"khối và giá trị băm ProRegTx (như là một bộ ngắt trong trường hợp có hai " +"masternode cùng được đăng ký trong cùng một block), và cái nào đăng ký trước" +" sẽ được chọn để thanh toán." #: ../../docs/user/masternodes/understanding.rst:240 -#, fuzzy msgid "Evonode Payment Logic" -msgstr "Logic thanh toán" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -602,40 +517,39 @@ msgstr "Proof of Service" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" -msgstr "" -"Proof of Service (PoSe) là một hệ thống tính điểm dùng để xác định liệu " -"một masternode có cung cấp các dịch vụ một cách trung thực không. Một số " -"tiêu chí được cậy cho việc tính toán, do vậy không thể chơi trò với hệ " -"thống bằng việc làm cho các masternode có thể bị cấm PoSe vì không trả " -"lời các yêu cầu ping bằng việc, ví dụ việc tấn công từ chối dịch vụ DDoS " -"trước khi thanh toán. Mỗi lần thất bại trong việc cung cấp dịch vụ dẫn " -"đến việc tăng điểm PoSe so với điểm tối đa, nó bằng với số lượng " -"masternode đã đăng ký. Nếu điểm số bằng với số masternode được được đăng " -"ký thì một lệnh cấm PoSe sẽ được kích hoạt và masternode phải được sửa " -"chữa để đảm bảo cung cấp những dịch vụ đáng tin cậy và đăng ký vào danh " -"sách lại sử dụng một lệnh :ref:`ProUpServTx `. Quy " -"luật tính điểm hiện tại trong Dash 0.14 là:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" +msgstr "" +"Proof of Service (PoSe) là một hệ thống tính điểm dùng để xác định liệu một" +" masternode có cung cấp các dịch vụ một cách trung thực không. Một số tiêu " +"chí được cậy cho việc tính toán, do vậy không thể chơi trò với hệ thống bằng" +" việc làm cho các masternode có thể bị cấm PoSe vì không trả lời các yêu cầu" +" ping bằng việc, ví dụ việc tấn công từ chối dịch vụ DDoS trước khi thanh " +"toán. Mỗi lần thất bại trong việc cung cấp dịch vụ dẫn đến việc tăng điểm " +"PoSe so với điểm tối đa, nó bằng với số lượng masternode đã đăng ký. Nếu " +"điểm số bằng với số masternode được được đăng ký thì một lệnh cấm PoSe sẽ " +"được kích hoạt và masternode phải được sửa chữa để đảm bảo cung cấp những " +"dịch vụ đáng tin cậy và đăng ký vào danh sách lại sử dụng một lệnh " +":ref:`ProUpServTx `. Quy luật tính điểm hiện tại trong " +"Dash 0.14 là:" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" "Không tham gia vào `DKG " -"`__\\ = 66% hình phạt" +"`__\\ = 66% hình phạt" #: ../../docs/user/masternodes/understanding.rst:272 msgid "Each subsequent block reduces PoSe score by 1" @@ -648,74 +562,64 @@ msgstr "Lựa chọn Quorum" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." -msgstr "" -"Trong những phiên bản trước của Dash, một nhóm tối thiểu 10 masternode " -"được lựa chọn một cách tức thời để khoá các giao dịch InstantSend. Từ " -"phiên bản 0.14 của Dash, một nhóm tối thiểu được xác định trước, gồm có " -"các masternode đang và có thời gian hoạt động lâu nhất trên mạng. Trong " -"khi chúng vẫn có nhiệm vụ cho các giao dịch InstantSend, cơ chế khoá này " -"đã thay đổi để tự động khoá một cách tối đa các giao dịch trên mạng mà " -"đạt được những yêu cầu theo như mô tả :ref:`ở đây `. Các " -"Masternode bây giờ cũng chịu trách nhiệm cho nhiều chức năng đồng thuận " -"hơn, như :ref:`ChainLocks `. Các nhóm tối thiểu các " -"masternode được lập nên thông qua một quá trình `sinh khoá phân tán " -"`__. Nếu không " -"tham gia được vào DKG thì thậm chí kết quả sẽ bị khoá PoSe như đã mô tả ở" -" trên." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." +msgstr "" +"Trong những phiên bản trước của Dash, một nhóm tối thiểu 10 masternode được " +"lựa chọn một cách tức thời để khoá các giao dịch InstantSend. Từ phiên bản " +"0.14 của Dash, một nhóm tối thiểu được xác định trước, gồm có các masternode" +" đang và có thời gian hoạt động lâu nhất trên mạng. Trong khi chúng vẫn có " +"nhiệm vụ cho các giao dịch InstantSend, cơ chế khoá này đã thay đổi để tự " +"động khoá một cách tối đa các giao dịch trên mạng mà đạt được những yêu cầu " +"theo như mô tả :ref:`ở đây `. Các Masternode bây giờ cũng chịu" +" trách nhiệm cho nhiều chức năng đồng thuận hơn, như :ref:`ChainLocks " +"`. Các nhóm tối thiểu các masternode được lập nên thông qua một " +"quá trình `sinh khoá phân tán " +"`__. Nếu không tham" +" gia được vào DKG thì thậm chí kết quả sẽ bị khoá PoSe như đã mô tả ở trên." #: ../../docs/user/masternodes/understanding.rst:294 msgid "Masternode requirements" msgstr "Các yêu cầu cho masternode" #: ../../docs/user/masternodes/understanding.rst:296 -#, fuzzy msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" -"1000 Dash: Thường được cho rằng là phần khó nhất. Có thể có được Dash " -"bằng việc mua nó trên các sàn giao dịch như Poloniex, Bittrẽ, Kraken và " -"LiveCoin. Sử dụng dịch vụ của Shapeshift cũng là một cách hay." #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 msgid "A dedicated IP address: These usually come with the VPS/server." msgstr "" -"Có một địa chỉ IP dành riêng: Thường được đi cùng với một máy chủ/máy chủ" -" ảo." +"Có một địa chỉ IP dành riêng: Thường được đi cùng với một máy chủ/máy chủ " +"ảo." #: ../../docs/user/masternodes/understanding.rst:307 -#, fuzzy msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" -"Thêm vào với 1000 Dash được giữ trong khoản đặt cọc, các masternode cũng " -"cần đảm bảo yêu cầu phần cứng tối thiểu. Với Dash phiên bản 0.14 hoặc cao" -" hơn, thì phần cứng yêu cầu là như sau:" #: ../../docs/user/masternodes/understanding.rst:314 msgid "Minimum" @@ -734,9 +638,8 @@ msgid "1x 2 GHz" msgstr "1x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:316 -#, fuzzy msgid "2x 2 GHz" -msgstr "1x 2 GHz" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" @@ -747,9 +650,8 @@ msgid "4 GB + 2 GB swap" msgstr "4 GB + 2 GB swap" #: ../../docs/user/masternodes/understanding.rst:318 -#, fuzzy msgid "8 GB + 4 GB swap" -msgstr "4 GB + 2 GB swap" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:320 msgid "Disk" @@ -760,9 +662,8 @@ msgid "60 GB" msgstr "60 GB" #: ../../docs/user/masternodes/understanding.rst:320 -#, fuzzy msgid "80 GB" -msgstr "60 GB" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:322 msgid "Network" @@ -778,11 +679,11 @@ msgstr "1 TB/mth" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" -"Masternode sử dụng băng thông vào khoảng 300-500 GB cho mỗi tháng và sẽ " -"tăng lên khi mạng lưới phát triển." +"Masternode sử dụng băng thông vào khoảng 300-500 GB cho mỗi tháng và sẽ tăng" +" lên khi mạng lưới phát triển." #: ../../docs/user/masternodes/understanding.rst:329 msgid "Dash Evolution" @@ -790,141 +691,11 @@ msgstr "Dash Evolution" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" -#~ "Dash 0.13.0 thực hiện DIP003, nó " -#~ "giới thiệu một số thay đổi cách" -#~ " một masternode của Dash được cài " -#~ "đặt và vận hành. Có một loạt " -#~ "các tài liệu ở trong danh sách " -#~ "dưới đây:" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr ":ref:`dip3-những thay đổi` (bạn đang ở đây)" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" -#~ "`Dash 0.13 Các bước nâng cấp cho" -#~ " masternode (tài liệu cập nhật) " -#~ "`__" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" -#~ "Bạn có thể nâng cấp một masternode" -#~ " tại chỗ mà không cần phải bắt" -#~ " đầu một máy chủ mới và không" -#~ " cần phải di chuyển khoản 1000 " -#~ "DASH đặt cọc." - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" -#~ "Tất cả các chức năng liên quan " -#~ "đến DIP003 sẽ chỉ có hiệu lực " -#~ "sau khi Spork 15 được kích hoạt" -#~ " trên mạng. Trước khi đến lúc " -#~ "đó, thì vẫn cần phải thiết lập " -#~ "masternode theo `quy trình cũ " -#~ "`_ và" -#~ " sau đó tiến hành thông qua " -#~ "`quy trình nâng cấp " -#~ "`__." -#~ " Trong giai đoạn này, masternode sẽ" -#~ " tiếp tục hoạt động trong chế " -#~ "độ tương thích, và tất cả các " -#~ "tính năng liên quan đến DIP003, sẽ" -#~ " chưa có hiệu lực. Các " -#~ "``ownerKeyAddr`` và ``votingKeyAddr`` cũng " -#~ "phải giống hệt nhau đến tận khi" -#~ " Spork 15 được kích hoạt." - -#~ msgid "1x 1 GHz" -#~ msgstr "1x 1 GHz" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "2 GB + 2 GB swap" - -#~ msgid "40 GB" -#~ msgstr "40 GB" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/mining/index.po b/locale/vi/LC_MESSAGES/docs/user/mining/index.po index 3374c5baf..a4d554c8a 100644 --- a/locale/vi/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/mining/index.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -38,39 +37,37 @@ msgstr "Đào coin" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" #: ../../docs/user/mining/index.rst:39 @@ -102,66 +99,63 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "" -"Hệ thống masternode được gọi là Proof of Service (PoSe), từ khi " -"masternode cung cấp những dịch vụ quan trọng cho mạng lưới. Thực ra, toàn" -" bộ mạng lưới được giám sát bởi các masternode, nó có khả năng từ chối " -"những khối được tạo không đúng bởi các thợ mỏ. Nếu một thợ mỏ cố gắng " -"chiếm đoạt toàn bộ phần thưởng khối cho mình hoặc cố gắng chạy một phiên " -"bản cũ của phần mềm Dash, thì mạng lưới masternode sẽ làm cho khối đó trở" -" nên mồ côi, và nó sẽ không được đưa vào blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"Hệ thống masternode được gọi là Proof of Service (PoSe), từ khi masternode " +"cung cấp những dịch vụ quan trọng cho mạng lưới. Thực ra, toàn bộ mạng lưới " +"được giám sát bởi các masternode, nó có khả năng từ chối những khối được tạo" +" không đúng bởi các thợ mỏ. Nếu một thợ mỏ cố gắng chiếm đoạt toàn bộ phần " +"thưởng khối cho mình hoặc cố gắng chạy một phiên bản cũ của phần mềm Dash, " +"thì mạng lưới masternode sẽ làm cho khối đó trở nên mồ côi, và nó sẽ không " +"được đưa vào blockchain." #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "" -"Nói một cách ngắn gọn, các thợ mỏ tạo nên tầng thứ nhất, nó cơ bản là gửi" -" và nhận tiền và ngăn ngừa việc tiêu lặp. Masternode thì tạo nên tầng thứ" -" hai, nó cung cấp những tính năng bổ sung làm cho Dash trở nên khác biệt " -"với các loại tiền điện tử khác. Masternode không đào coin, và các máy đào" -" không thể phục vụ như các masternode. Hơn nữa, mỗi masternode được \"đảm" -" bảo\" bởi 1000 DASH. Những DASH đó vẫn luôn thuộc quyền quản lý của " -"người chủ nó, và vẫn có thể được tự do chi tiêu. Khoản tiền này không bị " -"khoá theo bất cứ cách thức nào. Tuy nhiên, nếu khoản tiền này được di " -"chuyển hoặc chi tiêu, masternode gắn cùng với nó sẽ không được kích hoạt " -"và sẽ dừng nhận phần thưởng." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." +msgstr "" +"Nói một cách ngắn gọn, các thợ mỏ tạo nên tầng thứ nhất, nó cơ bản là gửi và" +" nhận tiền và ngăn ngừa việc tiêu lặp. Masternode thì tạo nên tầng thứ hai, " +"nó cung cấp những tính năng bổ sung làm cho Dash trở nên khác biệt với các " +"loại tiền điện tử khác. Masternode không đào coin, và các máy đào không thể " +"phục vụ như các masternode. Hơn nữa, mỗi masternode được \"đảm bảo\" bởi " +"1000 DASH. Những DASH đó vẫn luôn thuộc quyền quản lý của người chủ nó, và " +"vẫn có thể được tự do chi tiêu. Khoản tiền này không bị khoá theo bất cứ " +"cách thức nào. Tuy nhiên, nếu khoản tiền này được di chuyển hoặc chi tiêu, " +"masternode gắn cùng với nó sẽ không được kích hoạt và sẽ dừng nhận phần " +"thưởng." #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" @@ -170,11 +164,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" #: ../../docs/user/mining/index.rst:97 @@ -183,12 +177,12 @@ msgstr "" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -249,19 +243,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" #: ../../docs/user/mining/index.rst:143 @@ -270,21 +263,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -319,10 +312,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -332,8 +324,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -347,11 +339,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -364,18 +356,18 @@ msgstr "Cấu hình" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -395,7 +387,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -420,9 +413,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -432,13 +425,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -451,20 +444,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -475,29 +468,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -508,11 +499,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -528,19 +519,20 @@ msgid "**NVIDIA**" msgstr "" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -549,12 +541,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -565,8 +556,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -575,8 +566,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -585,8 +575,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -599,24 +589,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -625,27 +615,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -724,8 +714,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -758,8 +747,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1041,7 +1030,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1059,21 +1049,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/vi/LC_MESSAGES/docs/user/mining/p2pool.po index 4384585a9..fe958d9a7 100644 --- a/locale/vi/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/vi/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/mining/pools.po b/locale/vi/LC_MESSAGES/docs/user/mining/pools.po index 49015649f..a4ceb1fe1 100644 --- a/locale/vi/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/vi/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po index 59ec0e27d..90c72b424 100644 --- a/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: vi\n" -"Language-Team: vi \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Kien Bui , 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "Cài đặt" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -96,17 +98,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/vi/LC_MESSAGES/docs/user/network/electrumx-server.po index c7c7e4f09..6a78086af 100644 --- a/locale/vi/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/vi/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index d7c93240e..35fe2f72c 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -42,16 +41,15 @@ msgstr "Sổ địa chỉ" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -60,11 +58,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -77,20 +75,20 @@ msgstr "Tỷ giá giao dịch" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -101,10 +99,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -117,22 +115,21 @@ msgstr "Quét ví giấy" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:124 @@ -145,11 +142,11 @@ msgstr "Theo dõi thông tin mạng" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:143 @@ -167,11 +164,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:167 @@ -190,9 +187,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -201,8 +198,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -211,8 +207,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -229,8 +225,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -249,8 +245,8 @@ msgstr "Dữ liệu sử dụng" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -259,8 +255,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -284,7 +280,8 @@ msgid "Show disclaimer" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -294,8 +291,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:220 @@ -305,8 +302,8 @@ msgstr "Tìm các tên ví" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -319,8 +316,8 @@ msgstr "Báo cáo vấn đề" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -329,9 +326,9 @@ msgstr "Hiển thị xpub" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -340,8 +337,7 @@ msgstr "Khởi tạo lại chuỗi khối" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/getting-started.po index e70b12618..29f204031 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/index.po index 016f2616f..bbaf2f344 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/vi/LC_MESSAGES/docs/user/wallets/android/installation.po index 87add8cc8..18c56bb38 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "Làm thế nào cài đặt Ví Dash lên thiết bị Android của bạn" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "dash, di động, ví, android, cài đặt, biên dịch" @@ -41,11 +40,10 @@ msgstr "CH Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" -"Cách dễ nhất để cài ví Dash cho Android là từ Cửa hàng ứng dụng Google " -"Play." +"Cách dễ nhất để cài ví Dash cho Android là từ Cửa hàng ứng dụng Google Play." #: ../../docs/user/wallets/android/installation.rst:21 msgid "From APK" @@ -53,27 +51,26 @@ msgstr "Từ file APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" "Một số điện thoại Android không có quyền truy cập vào cửa hàng ứng dụng " -"Google Play bởi vì phần mềm của điện thoại, nhà mạng cung câp hoặc quốc " -"gia không cho phép nó. Bạn có thể cài ứng dụng bằng tay trước hết bằng " -"việc bật chức năng cho phép cài đặt ứng dụng từ nguồn bên ngoài (nếu bạn " -"chưa làm việc đó) và sau đó tải và cài từ file APK. Hãy làm theo hướng " -"dẫn sau:" +"Google Play bởi vì phần mềm của điện thoại, nhà mạng cung câp hoặc quốc gia " +"không cho phép nó. Bạn có thể cài ứng dụng bằng tay trước hết bằng việc bật " +"chức năng cho phép cài đặt ứng dụng từ nguồn bên ngoài (nếu bạn chưa làm " +"việc đó) và sau đó tải và cài từ file APK. Hãy làm theo hướng dẫn sau:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" -"Hãy đảm bảo rằng Android của bạn có phiên bản ít nhất là 4.0.3 bằng việc " -"vào **Settings → About phone** và kiểm tra số phiên bản." +"Hãy đảm bảo rằng Android của bạn có phiên bản ít nhất là 4.0.3 bằng việc vào" +" **Settings → About phone** và kiểm tra số phiên bản." #: ../../docs/user/wallets/android/installation.rst:31 #: ../../docs/user/wallets/android/installation.rst:48 @@ -81,8 +78,8 @@ msgid "" "Enable Unknown sources by going to **Settings → Security → Unknown " "sources**. Read and accept the warning." msgstr "" -"Cho phép nguồn không xác định bằng việc vào **Settings → Security → " -"Unknown sources**. Sau đó đọc và chấp nhận cảnh báo." +"Cho phép nguồn không xác định bằng việc vào **Settings → Security → Unknown " +"sources**. Sau đó đọc và chấp nhận cảnh báo." #: ../../docs/user/wallets/android/installation.rst:33 msgid "" @@ -92,14 +89,13 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" -"Nếu bạn không thể dùng điện thoại để truy cập mạng Internet, thì tải file" -" APK bằng cách dùng máy tính và sau đó copy nó vào điện thoại bằng cáp " -"hoặc bluetooth. Bạn cũng có thể cần chương trình duyệt file để tìm và " -"copy file." +"Nếu bạn không thể dùng điện thoại để truy cập mạng Internet, thì tải file " +"APK bằng cách dùng máy tính và sau đó copy nó vào điện thoại bằng cáp hoặc " +"bluetooth. Bạn cũng có thể cần chương trình duyệt file để tìm và copy file." #: ../../docs/user/wallets/android/installation.rst:39 msgid "" @@ -111,25 +107,24 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" -"Hãy chắc rằng bạn đã có một bản của ADB trên máy tính của mình. Nó được " -"bao gồm trong Android `SDK Platform Tools " -"`_ cho" -" Mac, Windows hoặc Linux." +"Hãy chắc rằng bạn đã có một bản của ADB trên máy tính của mình. Nó được bao " +"gồm trong Android `SDK Platform Tools " +"`_ cho " +"Mac, Windows hoặc Linux." #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" -"Bật chế độ USB debugging bằng việc vào **Settings → Developer options → " -"USB debugging**. Nếu không có tuỳ chọn **Developer options**, thì vào " -"**About phone**, cuốn xuống, và bấm vào **Build number** bảy lần." +"Bật chế độ USB debugging bằng việc vào **Settings → Developer options → USB " +"debugging**. Nếu không có tuỳ chọn **Developer options**, thì vào **About " +"phone**, cuốn xuống, và bấm vào **Build number** bảy lần." #: ../../docs/user/wallets/android/installation.rst:54 msgid "" @@ -153,54 +148,27 @@ msgstr "Từ mã nguồn" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" -"Bây giờ khi môi trường biên dịch đã sẵn sàng, thì tải và biên dịch mã " -"nguồn Ví Dash cho Android::" +"Bây giờ khi môi trường biên dịch đã sẵn sàng, thì tải và biên dịch mã nguồn " +"Ví Dash cho Android::" #: ../../docs/user/wallets/android/installation.rst:97 msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 0b2a51b39..438d6e26f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -44,31 +43,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -81,8 +78,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -95,8 +92,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -123,10 +120,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -154,9 +151,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -165,8 +162,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -183,10 +180,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -195,17 +192,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -214,13 +211,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -271,16 +268,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -303,38 +300,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -343,10 +339,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -369,8 +365,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -395,13 +391,12 @@ msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -421,30 +416,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -453,10 +448,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -479,8 +473,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -509,18 +502,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -529,8 +521,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -543,9 +535,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -558,9 +550,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -569,8 +561,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -579,21 +571,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -602,11 +594,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -616,11 +608,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -641,10 +633,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -654,13 +645,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -681,12 +671,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -699,80 +689,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 1ad965c89..7cbc789d2 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 81b079c00..650ddb14b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -37,20 +36,20 @@ msgstr "Các tham số và các câu lệnh" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -98,12 +97,8 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" -msgstr "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgstr "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 msgid "" @@ -115,8 +110,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -126,8 +121,8 @@ msgstr "Các tham số của dòng lệnh" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -152,68 +147,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 0e7f0dfcc..e88e72e89 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 61ed2b03b..dd87696f5 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 14c610e9c..8ad48d081 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 -# Kien Bui , 2022 +# Kien Bui , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Last-Translator: Kien Bui , 2023\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "" @@ -37,9 +36,9 @@ msgstr "Hướng dẫn cài đặt trên Linux" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -49,8 +48,8 @@ msgstr "Tải ví Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -59,18 +58,18 @@ msgstr "Website tự động xác định phiên bản ví phù hợp cho hệ t #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -87,15 +86,15 @@ msgstr "Kiểm tra Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -134,10 +133,10 @@ msgstr "Gỡ nén Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 @@ -146,9 +145,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -158,14 +157,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"Trong lần chạy đầu tiên của chương trình, bạn sẽ được hỏi về chọn nơi bạn" -" muốn lưu trữ blockchain và dữ liệu ví. Chọn nơi có đủ không gian trống, " -"và blockchain có thể đạt kích thước 30GB+. Bạn nên sử dụng thư mục dữ " -"liệu ngầm định thì càng tốt. " +"Trong lần chạy đầu tiên của chương trình, bạn sẽ được hỏi về chọn nơi bạn " +"muốn lưu trữ blockchain và dữ liệu ví. Chọn nơi có đủ không gian trống, và " +"blockchain có thể đạt kích thước 30GB+. Bạn nên sử dụng thư mục dữ liệu ngầm" +" định thì càng tốt. " #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" @@ -173,13 +172,13 @@ msgstr "Chọn thư mục dữ liệu cho Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"Sau đó Dash Core sẽ khởi động. Nó sẽ mất một chút lâu hơn so với bình " -"thường trong lần chạy đầu tiên, vì Dash Core cần phải sinh ra một số dữ " -"liệu mã hoá để đảm bảo an toàn cho ví của bạn." +"Sau đó Dash Core sẽ khởi động. Nó sẽ mất một chút lâu hơn so với bình thường" +" trong lần chạy đầu tiên, vì Dash Core cần phải sinh ra một số dữ liệu mã " +"hoá để đảm bảo an toàn cho ví của bạn." #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 msgid "Starting Dash Core" @@ -192,33 +191,26 @@ msgstr "Đồng bộ dữ liệu Dash Core với mạng lưới Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"Khi Dash Core đã được cài đặt và khởi động thành công, bạn sẽ thấy màn " -"hình tổng thể của ví. Bạn sẽ thấy rằng ví \"chưa được đồng bộ\", và thanh" -" trạng thái ở đáy của cửa sổ sẽ hiển thị tiến trình đồng bộ." +"Khi Dash Core đã được cài đặt và khởi động thành công, bạn sẽ thấy màn hình " +"tổng thể của ví. Bạn sẽ thấy rằng ví \"chưa được đồng bộ\", và thanh trạng " +"thái ở đáy của cửa sổ sẽ hiển thị tiến trình đồng bộ." #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core bắt đầu đồng bộ với mạng lưới Dash" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Trong tiến trình này, Dash Core sẽ tải bản đầy đủ của blockchain của Dash" -" từ những nút khác vào thiết bị của bạn. Tuỳ thuộc vào tốc độ kết nối " -"Internet của bạn, nó có thể mất khá nhiều thời gian. Nếu bạn thấy thông " -"báo \"Không có nguồn block\", hãy kiểm tra kết nối internet. Khi việc " -"đồng bộ hoàn tất, bạn sẽ nhìn thấy hình đánh dấu tích nhỏ màu xanh ở góc " -"dưới bên phải của cửa sổ chương trình." #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -236,10 +228,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -253,37 +244,34 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Mã hoá ví Dash của bạn" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 -#, fuzzy msgid "Enter a password" msgstr "Nhập mật khẩu" @@ -298,8 +286,8 @@ msgstr "Xác nhận rằng bạn muốn mã hoá ví" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -323,115 +311,13 @@ msgid "Entering a password" msgstr "Nhập mật khẩu" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Khi quá trình mã hoá được hoàn tất, bạn sẽ thấy một cảnh báo rằng những " -"bản sao lưu của ví của bạn sẽ không còn dùng được nữa, và bạn sẽ được hỏi" -" việc thoát khỏi chương trình Dash Core. Khi bạn khởi động Dash Core, bạn" -" sẽ thấy một hình chiếc khoá màu xanh ở góc dưới bên phải của màn hình." #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Ví Dash Core của bạn đã được mã hoá và đồng bộ hoàn chỉnh" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Sau khi ví của bạn được đồng " -#~ "bộ với mạng lưới Dash, thì điều" -#~ " chúng tôi đặc biệt khuyến cáo " -#~ "đó là mã hoá ví của bạn bằng" -#~ " một mật khẩu để ngăn chặn việc" -#~ " truy cập mà bạn không mong " -#~ "muốn. Bạn nên sử dụng mật khẩu " -#~ "mới và mạnh mà bạn chưa từng " -#~ "dùng ở nơi nào khác. Hãy ghi " -#~ "lại mật khẩu của bạn và lưu " -#~ "nó ở nơi an toàn để sao cho" -#~ " bạn không bị mất quyền truy " -#~ "cập đến tài sản tiền số của " -#~ "mình." - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index ca0fca335..662414c86 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "Làm thế nào để tải xuống, cài đặt và mã hoá ví Dash Core trên MacOS" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "dash, core, ví, macos, cài đặt, tải xuống" @@ -41,9 +40,9 @@ msgid "" "wallet for macOS. The guide is written for macOS Sierra, but the steps " "should be similar for other versions." msgstr "" -"Hướng dẫn này sẽ mô tả cách tải, cài đặt và mã hoá ví Dash Cor trên " -"macOS. Hướng dẫn này viết cho macOS Sierra, nhưng các bước thì cũng tương" -" tự như vậy đối với các phiên bản khác." +"Hướng dẫn này sẽ mô tả cách tải, cài đặt và mã hoá ví Dash Cor trên macOS. " +"Hướng dẫn này viết cho macOS Sierra, nhưng các bước thì cũng tương tự như " +"vậy đối với các phiên bản khác." #: ../../docs/user/wallets/dashcore/installation-macos.rst:15 msgid "Downloading the Dash Core wallet" @@ -52,8 +51,8 @@ msgstr "Tải ví Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -62,10 +61,10 @@ msgstr "Website tự động xác định phiên bản ví phù hợp cho hệ t #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -75,16 +74,17 @@ msgstr "Kiểm tra Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -122,13 +122,12 @@ msgstr "Cài đặt Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" -"Mở Finder và chọn thư mục Downloads. Rồi click đúp vào file .dmg mà bạn " -"đã tải để giải nén. Một cửa sổ sẽ xuất hiện và hiển thị nội dung của " -"file." +"Mở Finder và chọn thư mục Downloads. Rồi click đúp vào file .dmg mà bạn đã " +"tải để giải nén. Một cửa sổ sẽ xuất hiện và hiển thị nội dung của file." #: ../../docs/user/wallets/dashcore/installation-macos.rst:76 msgid "Opening the Dash Core .dmg file" @@ -136,11 +135,11 @@ msgstr "Mở file Dash Core.dmg" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" -"Kéo file chương trình Dash Core vào thư mục Applications của bạn để cài " -"đặt Dash Core." +"Kéo file chương trình Dash Core vào thư mục Applications của bạn để cài đặt " +"Dash Core." #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 msgid "Running Dash Core for the first time" @@ -148,24 +147,24 @@ msgstr "Chạy Dash Core lần đầu tiên" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" -"Để chạy ví Dash Core lần đầu tiên, bạn có thể mở Launchpad hoặc chọn " -"trong thư mục **Applications** trong Finder. Click đúp vào **Dash Core** " -"hay **Dash-Qt** để khởi động chương trình. Bạn có thể nhìn thấy một cảnh " -"báo rằng việc mở một ứng dụng từ nhà phát triển chưa được xác định. Để " -"giải quyết vấn đề này, chỉ giữ Control và bấm vào biểu tượng ứng dụng và " -"chọn **Open** từ menu rút gọn, sau đó click **Open** lần nữa trong bảng " -"hội thoại. Ứng dụng đã được lưu lại như một ngoại lệ trong thiết lập bảo " -"mật của bạn, và bạn có thể mở nó trong tương lai bằng việc click đúp vào " -"nó giống như bất cứ một ứng dụng nào khác." +"Để chạy ví Dash Core lần đầu tiên, bạn có thể mở Launchpad hoặc chọn trong " +"thư mục **Applications** trong Finder. Click đúp vào **Dash Core** hay " +"**Dash-Qt** để khởi động chương trình. Bạn có thể nhìn thấy một cảnh báo " +"rằng việc mở một ứng dụng từ nhà phát triển chưa được xác định. Để giải " +"quyết vấn đề này, chỉ giữ Control và bấm vào biểu tượng ứng dụng và chọn " +"**Open** từ menu rút gọn, sau đó click **Open** lần nữa trong bảng hội " +"thoại. Ứng dụng đã được lưu lại như một ngoại lệ trong thiết lập bảo mật của" +" bạn, và bạn có thể mở nó trong tương lai bằng việc click đúp vào nó giống " +"như bất cứ một ứng dụng nào khác." #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 msgid "Unblocking macOS from running Dash Core" @@ -174,14 +173,14 @@ msgstr "Mở khoá MacOS để chạy phần mềm Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" -"Trong lần chạy đầu tiên của chương trình, bạn sẽ được hỏi về chọn nơi bạn" -" muốn lưu trữ blockchain và dữ liệu ví. Chọn nơi có đủ không gian trống, " -"và blockchain có thể đạt kích thước 30GB+. Bạn nên sử dụng thư mục dữ " -"liệu ngầm định thì càng tốt. " +"Trong lần chạy đầu tiên của chương trình, bạn sẽ được hỏi về chọn nơi bạn " +"muốn lưu trữ blockchain và dữ liệu ví. Chọn nơi có đủ không gian trống, và " +"blockchain có thể đạt kích thước 30GB+. Bạn nên sử dụng thư mục dữ liệu ngầm" +" định thì càng tốt. " #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" @@ -189,13 +188,13 @@ msgstr "Chọn thư mục dữ liệu cho Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"Sau đó Dash Core sẽ khởi động. Nó sẽ mất một chút lâu hơn so với bình " -"thường trong lần chạy đầu tiên, vì Dash Core cần phải sinh ra một số dữ " -"liệu mã hoá để đảm bảo an toàn cho ví của bạn." +"Sau đó Dash Core sẽ khởi động. Nó sẽ mất một chút lâu hơn so với bình thường" +" trong lần chạy đầu tiên, vì Dash Core cần phải sinh ra một số dữ liệu mã " +"hoá để đảm bảo an toàn cho ví của bạn." #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 msgid "Starting Dash Core" @@ -206,15 +205,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "Đồng bộ dữ liệu Dash Core với mạng lưới Dash" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" -"Khi Dash Core đã được cài đặt và khởi động thành công, bạn sẽ thấy màn " -"hình tổng thể của ví. Bạn sẽ thấy rằng ví \"chưa được đồng bộ\", và thanh" -" trạng thái ở đáy của cửa sổ sẽ hiển thị tiến trình đồng bộ." #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -225,54 +220,51 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" -"Trong tiến trình này, Dash Core sẽ tải bản đầy đủ của blockchain của Dash" -" từ những nút khác vào thiết bị của bạn. Tuỳ thuộc vào tốc độ kết nối " -"Internet của bạn, nó có thể mất khá nhiều thời gian. Nếu bạn thấy thông " -"báo \"Không có nguồn block\", hãy kiểm tra kết nối internet. Khi việc " -"đồng bộ hoàn tất, bạn sẽ nhìn thấy hình đánh dấu tích nhỏ màu xanh ở góc " -"dưới bên phải của cửa sổ chương trình." +"Trong tiến trình này, Dash Core sẽ tải bản đầy đủ của blockchain của Dash từ" +" những nút khác vào thiết bị của bạn. Tuỳ thuộc vào tốc độ kết nối Internet " +"của bạn, nó có thể mất khá nhiều thời gian. Nếu bạn thấy thông báo \"Không " +"có nguồn block\", hãy kiểm tra kết nối internet. Khi việc đồng bộ hoàn tất, " +"bạn sẽ nhìn thấy hình đánh dấu tích nhỏ màu xanh ở góc dưới bên phải của cửa" +" sổ chương trình." #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 msgid "Dash Core synchronization is complete" msgstr "Việc đồng bộ của Dash Core đã hoàn tất" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Mã hoá ví Dash của bạn" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -290,8 +282,8 @@ msgstr "Xác nhận rằng bạn muốn mã hoá ví" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -312,15 +304,15 @@ msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩ #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" -"Khi quá trình mã hoá được hoàn tất, bạn sẽ thấy một cảnh báo rằng những " -"bản sao lưu của ví của bạn sẽ không còn dùng được nữa, và bạn sẽ được hỏi" -" việc thoát khỏi chương trình Dash Core. Khi bạn khởi động Dash Core, bạn" -" sẽ thấy một hình chiếc khoá màu xanh ở góc dưới bên phải của màn hình." +"Khi quá trình mã hoá được hoàn tất, bạn sẽ thấy một cảnh báo rằng những bản " +"sao lưu của ví của bạn sẽ không còn dùng được nữa, và bạn sẽ được hỏi việc " +"thoát khỏi chương trình Dash Core. Khi bạn khởi động Dash Core, bạn sẽ thấy " +"một hình chiếc khoá màu xanh ở góc dưới bên phải của màn hình." #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -329,44 +321,5 @@ msgstr "Ví Dash Core của bạn đã được mã hoá và đồng bộ hoàn #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền một cách " -"an toàn." - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Sau khi ví của bạn được đồng " -#~ "bộ với mạng lưới Dash, thì điều" -#~ " chúng tôi đặc biệt khuyến cáo " -#~ "đó là mã hoá ví của bạn bằng" -#~ " một mật khẩu để ngăn chặn việc" -#~ " truy cập mà bạn không mong " -#~ "muốn. Bạn nên sử dụng mật khẩu " -#~ "mới và mạnh mà bạn chưa từng " -#~ "dùng ở nơi nào khác. Hãy ghi " -#~ "lại mật khẩu của bạn và lưu " -#~ "nó ở nơi an toàn để sao cho" -#~ " bạn không bị mất quyền truy " -#~ "cập đến tài sản tiền số của " -#~ "mình." - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền một cách an " +"toàn." diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index f2a88aedc..4972044bc 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "Làm thế nào để tải xuống, cài đặt và mã hoá ví Dash Core cho Windows" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "dash, core, ví, windows, cài đặt, tải xuống" @@ -41,9 +40,9 @@ msgid "" "wallet for Windows. The guide is written for Windows 10, but the steps " "should be similar for Windows XP, Vista, 7 and 8." msgstr "" -"Hướng dẫn này sẽ mô tả cách tải, cài đặt và mã hoá ví Dash Cor trên " -"Windows. Hướng dẫn này viết trên Windows 10, nhưng các bước thì cũng " -"tương tự như vậy đối với Windows XP, Vista, 7 hoặc 8." +"Hướng dẫn này sẽ mô tả cách tải, cài đặt và mã hoá ví Dash Cor trên Windows." +" Hướng dẫn này viết trên Windows 10, nhưng các bước thì cũng tương tự như " +"vậy đối với Windows XP, Vista, 7 hoặc 8." #: ../../docs/user/wallets/dashcore/installation-windows.rst:15 msgid "Downloading the Dash Core wallet" @@ -52,8 +51,8 @@ msgstr "Tải ví Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -62,34 +61,24 @@ msgstr "Website tự động xác định phiên bản ví phù hợp cho hệ t #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." -msgstr "" -"Nếu tính năng tự động nhận dạng không hoạt động, bạn cần phải tự chọn hệ " -"điều hành tương ứng nếu nó là 32 bit hay 64 bit. Nếu bạn không chắc chắn " -"bạn đang dùng bản Windows nào 32 bit hay 64 bit, bạn có thể kiểm tra " -"trong Windows 10 bằng cách vào **Start > Settings > System > About**. Để " -"có hướng dẫn cụ thể về việc kiểm tra trên các phiên bản Windows khác hãy " -"xem `ở đây `__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -98,15 +87,15 @@ msgstr "Kiểm tra Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -125,10 +114,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -137,10 +126,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -150,9 +139,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -173,22 +161,21 @@ msgstr "Chương trình cài đặt Dash Core trong thư mục Downloads" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" -"Ở lúc này, bạn có thể sẽ nhìn thấy một cảnh báo từ SmartScreen của " -"Windows nói rằng chương trình này là không được xác định. Bạn có thể yên " -"tâm bỏ qua phần thông báo này bằng cách click vào **More info**, rồi " -"**Run anyway**." +"Ở lúc này, bạn có thể sẽ nhìn thấy một cảnh báo từ SmartScreen của Windows " +"nói rằng chương trình này là không được xác định. Bạn có thể yên tâm bỏ qua " +"phần thông báo này bằng cách click vào **More info**, rồi **Run anyway**." #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 msgid "" "Bypassing Windows SmartScreen to run the app. This warning is known as a " "“false positive”." msgstr "" -"Bỏ qua SmartScreen của Windows để chạy chương trình. Cảnh báo đó được " -"biết là \"cảnh báo không đúng\"." +"Bỏ qua SmartScreen của Windows để chạy chương trình. Cảnh báo đó được biết " +"là \"cảnh báo không đúng\"." #: ../../docs/user/wallets/dashcore/installation-windows.rst:110 msgid "The installer will then guide you through the installation process." @@ -203,8 +190,8 @@ msgid "" "Click through the following screens. All settings can be left at their " "default values unless you have a specific reason to change something." msgstr "" -"Bấm qua các màn hình sau. Tất cả các tuỳ chọn có thể bỏ qua như giá trị " -"ngầm didnhj của nó trừ khi bạn có lý do cụ thể để thay đổi chúng." +"Bấm qua các màn hình sau. Tất cả các tuỳ chọn có thể bỏ qua như giá trị ngầm" +" didnhj của nó trừ khi bạn có lý do cụ thể để thay đổi chúng." #: ../../docs/user/wallets/dashcore/installation-windows.rst:123 msgid "Select the installation location" @@ -228,20 +215,19 @@ msgstr "Chạy Dash Core lần đầu tiên" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." -msgstr "" -"Khi việc cài đặt hoàn tất, Dash Core sẽ khởi động ngay sau đó. Nếu nó " -"không chạy, click vào **Start > Dash Core > Dash Core** để khởi động " -"chương trình. Trong lần chạy đầu tiên của chương trình, bạn sẽ được hỏi " -"về chọn nơi bạn muốn lưu trữ blockchain và dữ liệu ví. Chọn nơi có đủ " -"không gian trống, và blockchain có thể đạt kích thước 30GB+. Bạn nên sử " -"dụng thư mục dữ liệu ngầm định thì càng tốt. " +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." +msgstr "" +"Khi việc cài đặt hoàn tất, Dash Core sẽ khởi động ngay sau đó. Nếu nó không " +"chạy, click vào **Start > Dash Core > Dash Core** để khởi động chương trình." +" Trong lần chạy đầu tiên của chương trình, bạn sẽ được hỏi về chọn nơi bạn " +"muốn lưu trữ blockchain và dữ liệu ví. Chọn nơi có đủ không gian trống, và " +"blockchain có thể đạt kích thước 30GB+. Bạn nên sử dụng thư mục dữ liệu ngầm" +" định thì càng tốt. " #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 msgid "Choosing the Dash Core data folder" @@ -249,13 +235,13 @@ msgstr "Chọn thư mục dữ liệu cho Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" -"Sau đó Dash Core sẽ khởi động. Nó sẽ mất một chút lâu hơn so với bình " -"thường trong lần chạy đầu tiên, vì Dash Core cần phải sinh ra một số dữ " -"liệu mã hoá để đảm bảo an toàn cho ví của bạn." +"Sau đó Dash Core sẽ khởi động. Nó sẽ mất một chút lâu hơn so với bình thường" +" trong lần chạy đầu tiên, vì Dash Core cần phải sinh ra một số dữ liệu mã " +"hoá để đảm bảo an toàn cho ví của bạn." #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 msgid "Starting Dash Core" @@ -268,72 +254,62 @@ msgstr "Đồng bộ dữ liệu Dash Core với mạng lưới Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" -"Khi Dash Core đã được cài đặt và khởi động thành công, bạn sẽ thấy màn " -"hình tổng thể của ví. Bạn sẽ thấy rằng ví \"chưa được đồng bộ\", và thanh" -" trạng thái ở đáy của cửa sổ sẽ hiển thị tiến trình đồng bộ." +"Khi Dash Core đã được cài đặt và khởi động thành công, bạn sẽ thấy màn hình " +"tổng thể của ví. Bạn sẽ thấy rằng ví \"chưa được đồng bộ\", và thanh trạng " +"thái ở đáy của cửa sổ sẽ hiển thị tiến trình đồng bộ." #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core bắt đầu đồng bộ với mạng lưới Dash" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"Trong tiến trình này, Dash Core sẽ tải bản đầy đủ của blockchain của Dash" -" từ những nút khác vào thiết bị của bạn. Tuỳ thuộc vào tốc độ kết nối " -"Internet của bạn, nó có thể mất khá nhiều thời gian. Nếu bạn thấy thông " -"báo \"Không có nguồn block\", hãy kiểm tra kết nối internet. Khi việc " -"đồng bộ hoàn tất, bạn sẽ nhìn thấy hình đánh dấu tích nhỏ màu xanh ở góc " -"dưới bên phải của cửa sổ chương trình." #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "Việc đồng bộ của Dash Core đã hoàn tất" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "Mã hoá ví Dash của bạn" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -351,8 +327,8 @@ msgstr "Xác nhận rằng bạn muốn mã hoá ví" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -372,17 +348,12 @@ msgid "You will be asked to enter and verify a password." msgstr "Bạn sẽ được hỏi để nhập lại và xác nhận mật khẩu." #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"Khi quá trình mã hoá được hoàn tất, bạn sẽ thấy một cảnh báo rằng những " -"bản sao lưu của ví của bạn sẽ không còn dùng được nữa, và bạn sẽ được hỏi" -" việc thoát khỏi chương trình Dash Core. Khi bạn khởi động Dash Core, bạn" -" sẽ thấy một hình chiếc khoá màu xanh ở góc dưới bên phải của màn hình." #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -391,101 +362,5 @@ msgstr "Ví Dash Core của bạn đã được mã hoá và đồng bộ hoàn #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" -"Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền một cách " -"an toàn." - -#~ msgid "In Windows Settings, click System" -#~ msgstr "Trong Windows Settings, click vào System" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" -#~ "Trong phần System, click vào About " -#~ "để xem thông tin về hệ thống. " -#~ "Đây là một hệ thống 64 bit." - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" -#~ "Sau khi ví của bạn được đồng " -#~ "bộ với mạng lưới Dash, thì điều" -#~ " chúng tôi đặc biệt khuyến cáo " -#~ "đó là mã hoá ví của bạn bằng" -#~ " một mật khẩu để ngăn chặn việc" -#~ " truy cập mà bạn không mong " -#~ "muốn. Bạn nên sử dụng mật khẩu " -#~ "mới và mạnh mà bạn chưa từng " -#~ "dùng ở nơi nào khác. Hãy ghi " -#~ "lại mật khẩu của bạn và lưu " -#~ "nó ở nơi an toàn để sao cho" -#~ " bạn không bị mất quyền truy " -#~ "cập đến tài sản tiền số của " -#~ "mình." - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - +"Bây giờ bạn có thể bắt đầu dùng ví của mình để gửi và nhận tiền một cách an " +"toàn." diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index cdfcdb238..608626cc7 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" @@ -29,7 +29,7 @@ msgstr "" "Làm thế nào để tải xuống, cài đặt ví Dash Core. Hướng dẫn biên dịch phần mềm" " ví từ mã nguồn cũng có ở đây." -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "dash, core, ví, linux, windows, macos, cài đặt, biên dịch" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index e610b11c8..21fa52e8b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "Mô tả các bảng hội thoại và các giao diện của ví Dash Core" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "dash, core, ví, giao diện, hội thoại, đồng bộ, các công cụ tuỳ chọn" @@ -36,17 +35,17 @@ msgstr "Giao diện" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" "Ví Dash Core là một ứng dụng chạy trên máy tính của bạn, nó cho phép bạn " -"thực hiện các giao dịch trên mạng lưới Dash. Hầu hết các giao dịch là để " -"gửi hoặc nhận Dash, nhưng cũng có thể tạo các thông điệp với chữ ký số " -"hoặc ví dụ điều khiển một masternode. Giao diện của ví Dash Core được " -"miêu tả chi tiết trong các phần dưới đây." +"thực hiện các giao dịch trên mạng lưới Dash. Hầu hết các giao dịch là để gửi" +" hoặc nhận Dash, nhưng cũng có thể tạo các thông điệp với chữ ký số hoặc ví " +"dụ điều khiển một masternode. Giao diện của ví Dash Core được miêu tả chi " +"tiết trong các phần dưới đây." #: ../../docs/user/wallets/dashcore/interface.rst:18 msgid "The Main Window" @@ -82,11 +81,11 @@ msgstr "Thanh menu" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" -"Thanh menu cung cấp việc truy cập đến tất cả các chức năng của Dash Core." -" Có 4 menu:" +"Thanh menu cung cấp việc truy cập đến tất cả các chức năng của Dash Core. Có" +" 4 menu:" #: ../../docs/user/wallets/dashcore/interface.rst:38 msgid "File" @@ -102,8 +101,8 @@ msgstr "Tuỳ chỉnh" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" "Menu Settings cung cấp việc truy cập đến những tuỳ chọn về mã hoá ví và " "những thiết lập chung cho phần mềm này." @@ -114,8 +113,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -124,11 +123,11 @@ msgstr "Trợ giúp" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" -"Menu Help kết nối đến các tài liệu, những hướng dẫn, và những tuyên bố về" -" pháp luật và những thông tin liên quan đến Dash Core." +"Menu Help kết nối đến các tài liệu, những hướng dẫn, và những tuyên bố về " +"pháp luật và những thông tin liên quan đến Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:51 msgid "The Tab Bar" @@ -137,12 +136,12 @@ msgstr "Thanh tab" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" -"Thanh phân trang được dùng để chuyển đổi nhanh chóng giữa các khu vực " -"chính của Dash Core. Nội dung trong khu vực chính của Dash được thay đổi " -"tuỳ thuộc vào việc bạn đang chọn trang nào. Đó là những trang sau đây:" +"Thanh phân trang được dùng để chuyển đổi nhanh chóng giữa các khu vực chính " +"của Dash Core. Nội dung trong khu vực chính của Dash được thay đổi tuỳ thuộc" +" vào việc bạn đang chọn trang nào. Đó là những trang sau đây:" #: ../../docs/user/wallets/dashcore/interface.rst:58 #: ../../docs/user/wallets/dashcore/interface.rst:65 @@ -168,11 +167,11 @@ msgstr "Sẵn sàng" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" -"Phần này hiển thị số dư khả dụng hiện thời. Đây là số Dash mà bạn có thể " -"chi tiêu được luôn." +"Phần này hiển thị số dư khả dụng hiện thời. Đây là số Dash mà bạn có thể chi" +" tiêu được luôn." #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "Pending" @@ -180,7 +179,8 @@ msgstr "Đang chờ" #: ../../docs/user/wallets/dashcore/interface.rst:76 msgid "This shows funds waiting for a transaction to complete." -msgstr "Phần này hiển thị số tiền còn đang đợi cho một giao dịch được hoàn tất." +msgstr "" +"Phần này hiển thị số tiền còn đang đợi cho một giao dịch được hoàn tất." #: ../../docs/user/wallets/dashcore/interface.rst:80 msgid "Immature" @@ -191,8 +191,8 @@ msgid "" "This shows funds from masternode or mining payments which have not yet " "reached the required number of confirmations." msgstr "" -"Phần này hiển thị số tiền từ các giao dịch từ masternode hoặc từ việc đào" -" coin mà chúng chưa đạt đủ số lượng xác thực cần thiết." +"Phần này hiển thị số tiền từ các giao dịch từ masternode hoặc từ việc đào " +"coin mà chúng chưa đạt đủ số lượng xác thực cần thiết." #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "Total" @@ -201,8 +201,8 @@ msgstr "Tổng số" #: ../../docs/user/wallets/dashcore/interface.rst:83 msgid "This is simply your available and pending funds added together." msgstr "" -"Đây chỉ đơn giản là toàn bộ gồm cả số tiền đã sẵn sàng và những khoản còn" -" đang đợi." +"Đây chỉ đơn giản là toàn bộ gồm cả số tiền đã sẵn sàng và những khoản còn " +"đang đợi." #: ../../docs/user/wallets/dashcore/interface.rst:85 msgid "" @@ -212,9 +212,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -225,10 +225,10 @@ msgstr "Trang Gửi tiền" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -245,10 +245,9 @@ msgid "" "create a request for a specific amount of Dash or include a specific " "message, and send it to another user as a link or QR code." msgstr "" -"Trang Nhận cho phép bạn tạo những địa chỉ để nhận Dash; Bạn có thể tạo " -"một yêu cầu thanh toán với một số Dash nhất định hoặc gắn kèm một thông " -"điệp cụ thể, và gửi chúng cho người kia như là một đường link hoặc một mã" -" QR." +"Trang Nhận cho phép bạn tạo những địa chỉ để nhận Dash; Bạn có thể tạo một " +"yêu cầu thanh toán với một số Dash nhất định hoặc gắn kèm một thông điệp cụ " +"thể, và gửi chúng cho người kia như là một đường link hoặc một mã QR." #: ../../docs/user/wallets/dashcore/interface.rst:115 msgid "The Receive tab" @@ -260,20 +259,19 @@ msgstr "Trang về các giao dịch" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -287,11 +285,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -305,9 +302,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -320,9 +317,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -338,9 +335,8 @@ msgid "" "The status bar shows a synchronization progress bar and a row of status " "icons which indicate the status of your connection to the Dash network." msgstr "" -"Thanh trạng thái hiển thị tiến trình đồng bộ và một hàng của các biểu " -"tượng về trạng thái chúng thể hiện trạng thái kết nối với mạng lưới của " -"Dash." +"Thanh trạng thái hiển thị tiến trình đồng bộ và một hàng của các biểu tượng " +"về trạng thái chúng thể hiện trạng thái kết nối với mạng lưới của Dash." #: ../../docs/user/wallets/dashcore/interface.rst:181 msgid "The Synchronization Bar" @@ -349,20 +345,19 @@ msgstr "Thanh Đồng Bộ" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" -msgstr "" -"Thanh này hiển thị tình trạng đồng bộ của Dash Core với mạng lưới của " -"Dash. Mỗi lần bạn mở Dash Core, nó lại bắt đầu việc tải các khối được tạo" -" trong thời gian từ lúc bạn đóng phần mềm này trước đó. Các khối được tải" -" xuống từ những người dùng Dash khác hay từ các masternode. Nếu bạn lần " -"đầu tiên mở ứng dụng này thì có nghĩa là phần mềm sẽ phải tải dữ liệu về " -"các khối từ thời điểm đầu tiên của blockchain và như vậy có nghĩa là dữ " -"liệu của nhiều năm rồi. Những trạng thái được hiển thị đó là:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" +msgstr "" +"Thanh này hiển thị tình trạng đồng bộ của Dash Core với mạng lưới của Dash. " +"Mỗi lần bạn mở Dash Core, nó lại bắt đầu việc tải các khối được tạo trong " +"thời gian từ lúc bạn đóng phần mềm này trước đó. Các khối được tải xuống từ " +"những người dùng Dash khác hay từ các masternode. Nếu bạn lần đầu tiên mở " +"ứng dụng này thì có nghĩa là phần mềm sẽ phải tải dữ liệu về các khối từ " +"thời điểm đầu tiên của blockchain và như vậy có nghĩa là dữ liệu của nhiều " +"năm rồi. Những trạng thái được hiển thị đó là:" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "No block source available" @@ -370,11 +365,11 @@ msgstr "Không thấy nguồn block" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" -"Điều này xảy ra nếu kết nối Internet của bạn bị ngắt, hoặc nếu các cổng " -"mà Dash Core sử dụng bị chặn bởi tường lửa." +"Điều này xảy ra nếu kết nối Internet của bạn bị ngắt, hoặc nếu các cổng mà " +"Dash Core sử dụng bị chặn bởi tường lửa." #: ../../docs/user/wallets/dashcore/interface.rst:194 msgid "Synchronizing with network" @@ -394,11 +389,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" -"Một khi quá trình đồng bộ được hoàn tất, thanh tiến trình sẽ biến mất và " -"một dấu dánh dấu sẽ xuất hiện ở bên phải của thanh trạng thái." +"Một khi quá trình đồng bộ được hoàn tất, thanh tiến trình sẽ biến mất và một" +" dấu dánh dấu sẽ xuất hiện ở bên phải của thanh trạng thái." #: ../../docs/user/wallets/dashcore/interface.rst:203 msgid "The Status Icons" @@ -406,33 +401,31 @@ msgstr "Các biểu tượng trạng thái" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" -"Biểu tượng cái khoá thể hiện rằng ví của bạn hoặc ở trạng thái khoá hoặc " -"ở trạng thái mở khoá. Bạn cần phải mở khoá để có thể gửi được tiền hoặc " -"thực hiện một số hành động khác." +"Biểu tượng cái khoá thể hiện rằng ví của bạn hoặc ở trạng thái khoá hoặc ở " +"trạng thái mở khoá. Bạn cần phải mở khoá để có thể gửi được tiền hoặc thực " +"hiện một số hành động khác." #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -444,8 +437,8 @@ msgid "" "This documentation describes the functionality of the Dash Core Options " "dialog, available under the **Settings > Options** menu in Dash Core." msgstr "" -"Tài liệu này miêu tả về các chức năng trên bảng hội thoại Tuỳ chọn của " -"Dash Core, trong menu **Thiết lập > Tuỳ chọn** của Dash Core." +"Tài liệu này miêu tả về các chức năng trên bảng hội thoại Tuỳ chọn của Dash " +"Core, trong menu **Thiết lập > Tuỳ chọn** của Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:246 msgid "Main tab" @@ -453,11 +446,11 @@ msgstr "Trang chính" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" -"Trang Chính của bảng hội thoại Tuỳ chọn có chứa các thiết lập liên quan " -"đến việc khởi động và tốc độ chạy của ứng dụng Dash Core." +"Trang Chính của bảng hội thoại Tuỳ chọn có chứa các thiết lập liên quan đến " +"việc khởi động và tốc độ chạy của ứng dụng Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:254 msgid "The Main tab of the Dash Core Options dialog" @@ -469,17 +462,17 @@ msgstr "Khởi động Dash Core khi đăng nhập hệ thống" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." msgstr "" "Tuỳ chọn này làm cho Dash Core được tự động khởi động mỗi khi người dùng " -"đăng nhập trên máy tính. Trên hầu hết các máy tính thì chỉ có một tài " -"khoản người dùng chính được tự động đăng nhập mỗi khi máy tính được bật, " -"như vậy tuỳ chọn này cũng có hiệu lực tương tự là khởi động phần mềm Dash" -" Core cùng với khi khởi động hệ điều hành." +"đăng nhập trên máy tính. Trên hầu hết các máy tính thì chỉ có một tài khoản " +"người dùng chính được tự động đăng nhập mỗi khi máy tính được bật, như vậy " +"tuỳ chọn này cũng có hiệu lực tương tự là khởi động phần mềm Dash Core cùng " +"với khi khởi động hệ điều hành." #: ../../docs/user/wallets/dashcore/interface.rst:266 msgid "Hide tray icon" @@ -488,12 +481,12 @@ msgstr "Ẩn biểu tượng trên khay" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" -"Khi tuỳ chọn này được bật, Dash Core sẽ không hiển thị một biểu tượng " -"trong khay hệ thống. Tuỳ chọn này không thể đồng thời chọn cùng với tuỳ " -"chọn **Thu nhỏ về khay thay vì lên thanh taskbar**." +"Khi tuỳ chọn này được bật, Dash Core sẽ không hiển thị một biểu tượng trong " +"khay hệ thống. Tuỳ chọn này không thể đồng thời chọn cùng với tuỳ chọn **Thu" +" nhỏ về khay thay vì lên thanh taskbar**." #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -501,18 +494,17 @@ msgstr "Thu nhỏ cửa sổ về khay hệ thống thay vì về thanh taskbar" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" -"Khi tuỳ chọn này được bật và cửa sổ Dash Core được thu nhỏ tối thiểu, nó " -"sẽ không xuất hiện ở thanh trạng thái như là một ứng dụng đang chạy. Thay" -" vào đó, Dash Core vẫn tiếp tục chạy trong chế độ nền và có thể được mở " -"lại từ biểu tượng Dash trong khay hệ thống (gần bên cạnh đồng hồ hệ " -"thống). Tuỳ chọn này không thể được chọn đồng thời với  **Ẩn biểu tượng " -"khay**" +"Khi tuỳ chọn này được bật và cửa sổ Dash Core được thu nhỏ tối thiểu, nó sẽ " +"không xuất hiện ở thanh trạng thái như là một ứng dụng đang chạy. Thay vào " +"đó, Dash Core vẫn tiếp tục chạy trong chế độ nền và có thể được mở lại từ " +"biểu tượng Dash trong khay hệ thống (gần bên cạnh đồng hồ hệ thống). Tuỳ " +"chọn này không thể được chọn đồng thời với  **Ẩn biểu tượng khay**" #: ../../docs/user/wallets/dashcore/interface.rst:278 msgid "Minimize on close" @@ -520,13 +512,13 @@ msgstr "Thu nhỏ khi đóng" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" -"Khi tuỳ chọn này được bật, click vào nút X ở góc trên bên phải của cửa sổ" -" sẽ khiến cho ứng dụng Dash Core bị thu nhỏ thay vì đóng hẳn. Để thoát " -"hoàn toàn khỏi ứng dụng, hãy chọn trong menu **File > Thoát**." +"Khi tuỳ chọn này được bật, click vào nút X ở góc trên bên phải của cửa sổ sẽ" +" khiến cho ứng dụng Dash Core bị thu nhỏ thay vì đóng hẳn. Để thoát hoàn " +"toàn khỏi ứng dụng, hãy chọn trong menu **File > Thoát**." #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" @@ -534,11 +526,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -549,8 +540,8 @@ msgstr "Kích thước vùng đệm cho cơ sở dữ liệu " msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -559,23 +550,22 @@ msgstr "Số lượng các luồng mã xác thực" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." -msgstr "" -"Tuỳ chọn này thiết lập số luồng mã kiểm tra, trong khoảng từ -4 đến 16. " -"`Mã kiêm tra hay Script verification " -"`__ là quá trình thực hiện các lệnh " -"được lưu trong blockchain để đảm bảo rằng các giao dịch là hợp lệ. 0 có " -"nghĩa tự động và cho phép mã kiểm tra mở rộng đến số lượng lõi hiện có " -"của bộ xử lý của bạn. Thiết lập một số dương là chỉ ra rằng Dash Core cần" -" phải sử dụng số lượng đó các lõi, trong khi thiết lập một số âm là có " -"nghĩa là để cho từng đó lõi được tự do." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." +msgstr "" +"Tuỳ chọn này thiết lập số luồng mã kiểm tra, trong khoảng từ -4 đến 16. `Mã " +"kiêm tra hay Script verification `__ là " +"quá trình thực hiện các lệnh được lưu trong blockchain để đảm bảo rằng các " +"giao dịch là hợp lệ. 0 có nghĩa tự động và cho phép mã kiểm tra mở rộng đến " +"số lượng lõi hiện có của bộ xử lý của bạn. Thiết lập một số dương là chỉ ra " +"rằng Dash Core cần phải sử dụng số lượng đó các lõi, trong khi thiết lập một" +" số âm là có nghĩa là để cho từng đó lõi được tự do." #: ../../docs/user/wallets/dashcore/interface.rst:303 msgid "Wallet tab" @@ -585,9 +575,9 @@ msgstr "Trang Ví" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -601,15 +591,14 @@ msgstr "Bật chức năng kiểm soát coin" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -618,10 +607,10 @@ msgstr "Hiển thị trang Masternodes" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -630,10 +619,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -642,22 +631,20 @@ msgstr "Tiêu khoản tiền trả lại chưa được xác nhận" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." -msgstr "" -"Khi tuỳ chọn này được bật, ví Dash Core sẽ cho phép bạn ngay lập tức có " -"thể chi tiêu phần tiền thừa trả lại từ những giao dịch mà đã được chuyển " -"từ các địa chỉ trong nội bộ của cùng một ví. Điều này là có thể thậm chí " -"giao dịch chưa được xác thực bởi vì ví của bạn biết địa chỉ đó và thậm " -"chí xác thực nó ngay khi tạo giao dịch nội bộ. Bật tuỳ chọn này cho phép " -"bạn thực hiện giao dịch mới thậm chí giao dịch trước đó còn chưa được xác" -" thực." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." +msgstr "" +"Khi tuỳ chọn này được bật, ví Dash Core sẽ cho phép bạn ngay lập tức có thể " +"chi tiêu phần tiền thừa trả lại từ những giao dịch mà đã được chuyển từ các " +"địa chỉ trong nội bộ của cùng một ví. Điều này là có thể thậm chí giao dịch " +"chưa được xác thực bởi vì ví của bạn biết địa chỉ đó và thậm chí xác thực nó" +" ngay khi tạo giao dịch nội bộ. Bật tuỳ chọn này cho phép bạn thực hiện giao" +" dịch mới thậm chí giao dịch trước đó còn chưa được xác thực." #: ../../docs/user/wallets/dashcore/interface.rst:352 msgid "Enable CoinJoin features" @@ -665,9 +652,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -676,8 +663,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -690,9 +677,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -702,8 +689,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -727,10 +714,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -739,11 +726,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -752,10 +739,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -776,19 +763,19 @@ msgstr "Ánh xạ các cổng dùng UPnP" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" -"Tuỳ chọn này sẽ khiến cho Dash Core tự động mở và ánh xạ cổng trên router" -" của bạn sử dụng `UPnP " -"`__ (Universal " -"Plug and Play). Tính năng này được hỗ trợ bởi hầu hết các modem ở gia " -"đình và cho phép bạn kết nối với mạng lưới Dash mà không phải làm bất cứ " -"thiết lập đặc biệt nào trên router của bạn. " +"Tuỳ chọn này sẽ khiến cho Dash Core tự động mở và ánh xạ cổng trên router " +"của bạn sử dụng `UPnP " +"`__ (Universal Plug " +"and Play). Tính năng này được hỗ trợ bởi hầu hết các modem ở gia đình và cho" +" phép bạn kết nối với mạng lưới Dash mà không phải làm bất cứ thiết lập đặc " +"biệt nào trên router của bạn. " #: ../../docs/user/wallets/dashcore/interface.rst:429 msgid "Allow incoming connections" @@ -796,17 +783,16 @@ msgstr "Cho phép các kết nối đến" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" "Tuỳ chọn này làm cho phần mềm của bạn chấp nhận kết nối từ bên ngoài. Vì " -"Dash là một mạng lưới mạng ngang hàng nên Dash Core được xem là một nút " -"mạng đầy đủ bởi vì nó sao chép một bản sao của blockchain trên thiết bị " -"của bạn. Bật tuỳ chọn này cho phép những phần mềm khác và mạng lưới đồng " -"bộ blockchain thông qua nút mạng của bạn." +"Dash là một mạng lưới mạng ngang hàng nên Dash Core được xem là một nút mạng" +" đầy đủ bởi vì nó sao chép một bản sao của blockchain trên thiết bị của bạn." +" Bật tuỳ chọn này cho phép những phần mềm khác và mạng lưới đồng bộ " +"blockchain thông qua nút mạng của bạn." #: ../../docs/user/wallets/dashcore/interface.rst:436 msgid "Connect through SOCKS5 proxy (default proxy)" @@ -816,34 +802,34 @@ msgstr "Kết nối thông qua SOCKS5 proxy (ngầm định proxy)" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" -"Những tuỳ chọn này cho phép người dùng trên mạng nội bộ yêu cầu một proxy" -" cho việc kết nối ra mạng bên ngoài bằng việc chỉ ra địa chỉ của máy chủ " -"proxy để chuyển tiếp các yêu cầu ra ngoài Internet. Hãy liên hệ với quản " -"trị hệ thống của bạn hoặc kiểm tra thiết lập mạng trên trình duyệt của " -"bạn nếu bạn không thể kết nối và nghi ngờ rằng proxy có thể là nguyên " -"nhân của vấn đề." +"Những tuỳ chọn này cho phép người dùng trên mạng nội bộ yêu cầu một proxy " +"cho việc kết nối ra mạng bên ngoài bằng việc chỉ ra địa chỉ của máy chủ " +"proxy để chuyển tiếp các yêu cầu ra ngoài Internet. Hãy liên hệ với quản trị" +" hệ thống của bạn hoặc kiểm tra thiết lập mạng trên trình duyệt của bạn nếu " +"bạn không thể kết nối và nghi ngờ rằng proxy có thể là nguyên nhân của vấn " +"đề." #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" msgstr "" -"Sử dụng các SOCKS5 proxy riêng biệt cho từng điểm ngang hàng thông qua " -"dịch vụ ẩn danh Tor" +"Sử dụng các SOCKS5 proxy riêng biệt cho từng điểm ngang hàng thông qua dịch " +"vụ ẩn danh Tor" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" "Những tuỳ chọn này cho phép bạn chỉ rõ thêm những máy chủ proxy được chỉ " -"định để giúp bạn kết nối với các điểm ngang hàng trên mạng lưới Tor. Đây " -"là một tuỳ chọn nâng cao để tăng tính riêng tư và yêu cầu một Tor proxy " -"trong mạng của bạn. Để biết thêm thông tin về Tor, hãy xem `tại đây " +"định để giúp bạn kết nối với các điểm ngang hàng trên mạng lưới Tor. Đây là " +"một tuỳ chọn nâng cao để tăng tính riêng tư và yêu cầu một Tor proxy trong " +"mạng của bạn. Để biết thêm thông tin về Tor, hãy xem `tại đây " "`__." #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -869,9 +855,8 @@ msgid "" "Select your preferred language from this drop-down menu. Changing the " "language requires you to restart the Dash Core app." msgstr "" -"Chọn ngôn ngữ giao diện mà bạn thích từ menu thả xuống này. Thay đổi ngôn" -" ngữ yêu cần bạn phải khởi động lại ứng dụng Dash Core thì mới có hiệu " -"lực." +"Chọn ngôn ngữ giao diện mà bạn thích từ menu thả xuống này. Thay đổi ngôn " +"ngữ yêu cần bạn phải khởi động lại ứng dụng Dash Core thì mới có hiệu lực." #: ../../docs/user/wallets/dashcore/interface.rst:464 msgid "Unit to show amounts in" @@ -880,14 +865,13 @@ msgstr "Đơn vị để hiển thị số lượng" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" -"Điều này cho phép bạn thay đổi đơn vị tiền tệ ngầm định trong Dash Core " -"từ Dash xuống mDash, µDASH hoặc duffs. Mỗi đơn vị chuyển dấu chấm thập " -"phân sang 3 ký tự về bên phải. Duffs là đơn vị nhỏ nhất mà Dash có thể " -"ghi nhận." +"Điều này cho phép bạn thay đổi đơn vị tiền tệ ngầm định trong Dash Core từ " +"Dash xuống mDash, µDASH hoặc duffs. Mỗi đơn vị chuyển dấu chấm thập phân " +"sang 3 ký tự về bên phải. Duffs là đơn vị nhỏ nhất mà Dash có thể ghi nhận." #: ../../docs/user/wallets/dashcore/interface.rst:469 msgid "Decimal digits" @@ -895,35 +879,33 @@ msgstr "Số chữ số thập phân" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" -"Tuỳ chọn này cho phép bạn chọn bao nhiêu chữ số thập phân có thể được " -"hiển thị trên giao diện người dùng. Nó không ảnh hưởng gì đến việc tính " -"toán với số dư và các con số khác trong hệ thống." +"Tuỳ chọn này cho phép bạn chọn bao nhiêu chữ số thập phân có thể được hiển " +"thị trên giao diện người dùng. Nó không ảnh hưởng gì đến việc tính toán với " +"số dư và các con số khác trong hệ thống." #: ../../docs/user/wallets/dashcore/interface.rst:477 msgid "Third party transaction URLs" msgstr "Các URL của giao dịch với bên thứ 3" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." -msgstr "" -"Tuỳ chọn này cho phép bạn chỉ rõ một website bên ngoài để kiểm định một " -"địa chỉ cụ thể hoặc một giao dịch trên blockchain. Có một vài công cụ " -"khám phá khối dành cho mục đích này. Để dùng tính năng này, hãy nhập địa " -"chỉ URL của một công cụ khám phá khối mà bạn ưa thích, thay thế %s bằng " -"mã ID của giao dịch. Bạn sau đó sẽ có thể truy cập đến trình khám phá " -"blockchain này trực tiếp từ Dash Core sử dụng menu ngữ cảnh cho bất cứ " -"một giao dịch nào." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." +msgstr "" +"Tuỳ chọn này cho phép bạn chỉ rõ một website bên ngoài để kiểm định một địa " +"chỉ cụ thể hoặc một giao dịch trên blockchain. Có một vài công cụ khám phá " +"khối dành cho mục đích này. Để dùng tính năng này, hãy nhập địa chỉ URL của " +"một công cụ khám phá khối mà bạn ưa thích, thay thế %s bằng mã ID của giao " +"dịch. Bạn sau đó sẽ có thể truy cập đến trình khám phá blockchain này trực " +"tiếp từ Dash Core sử dụng menu ngữ cảnh cho bất cứ một giao dịch nào." #: ../../docs/user/wallets/dashcore/interface.rst:480 msgid "Appearance tab" @@ -931,8 +913,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -945,9 +927,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -977,8 +959,8 @@ msgid "" "This documentation describes the functionality of the Dash Core Tools " "dialog, available under the **Tools** menu in Dash Core." msgstr "" -"Tài liệu này mô tả về chức năng của bảng hội thoại Công cụ của Dash Core," -" được chọn trong menu  **Tools** của ứng dụng Dash Core." +"Tài liệu này mô tả về chức năng của bảng hội thoại Công cụ của Dash Core, " +"được chọn trong menu  **Tools** của ứng dụng Dash Core." #: ../../docs/user/wallets/dashcore/interface.rst:509 msgid "Information tab" @@ -994,11 +976,11 @@ msgstr "Chung" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" -"Phần này hiển thị thông tin về tên và phiên bản của phần mềm và database," -" và vị trí của thư mục hiện thời về dữ liệu của ứng dụng." +"Phần này hiển thị thông tin về tên và phiên bản của phần mềm và database, và" +" vị trí của thư mục hiện thời về dữ liệu của ứng dụng." #: ../../docs/user/wallets/dashcore/interface.rst:523 msgid "Network" @@ -1006,8 +988,8 @@ msgstr "Mạng" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "Phần này hiển thị thông tin và thống kê về mạng mà bạn đang kết nối." #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -1025,14 +1007,13 @@ msgstr "Bể nhớ chung" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" -"Phần này hiển thị trạng thái của memory pool, nó có chứa các giao dịch mà" -" chưa được ghi vào một khối. Nó gồm có những giao dịch được tạo từ khối " -"mới nhất và cả những giao dịch chưa được đưa vào khối mới nhất vì nó đã " -"bị đầy." +"Phần này hiển thị trạng thái của memory pool, nó có chứa các giao dịch mà " +"chưa được ghi vào một khối. Nó gồm có những giao dịch được tạo từ khối mới " +"nhất và cả những giao dịch chưa được đưa vào khối mới nhất vì nó đã bị đầy." #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" @@ -1040,12 +1021,12 @@ msgstr "Mở file nhật ký theo dõi lỗi" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" -"Nút này mở. file debug.log từ trong thư mục dữ liệu ứng dụng. File này có" -" chứa kết quả kết xuất từ Dash Core từ đó có thể giúp kiểm tra và phát " -"hiện các lỗi." +"Nút này mở. file debug.log từ trong thư mục dữ liệu ứng dụng. File này có " +"chứa kết quả kết xuất từ Dash Core từ đó có thể giúp kiểm tra và phát hiện " +"các lỗi." #: ../../docs/user/wallets/dashcore/interface.rst:539 msgid "Console tab" @@ -1054,9 +1035,9 @@ msgstr "Trang Console" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -1071,9 +1052,9 @@ msgstr "Trang Lưu lượng mạng" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -1086,15 +1067,14 @@ msgstr "Trang về các nút ngang hàng" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" -"Trang Các nút ngang hàng hiển thị một danh sách các nút đầy đủ kết nối " -"với phần mềm Dash Core của bạn. Địa chỉ IP, phiên bản sử dụng, và thời " -"gian ping được hiển thị. Chọn một điểm nút thì bạn có thể xem được hiển " -"thị thêm thông tin về dữ liệu trao đổi với nút này." +"Trang Các nút ngang hàng hiển thị một danh sách các nút đầy đủ kết nối với " +"phần mềm Dash Core của bạn. Địa chỉ IP, phiên bản sử dụng, và thời gian ping" +" được hiển thị. Chọn một điểm nút thì bạn có thể xem được hiển thị thêm " +"thông tin về dữ liệu trao đổi với nút này." #: ../../docs/user/wallets/dashcore/interface.rst:576 msgid "The Peers tab of the Dash Core Tools dialog" @@ -1106,13 +1086,13 @@ msgstr "Trang Sửa lỗi Ví" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" -"Trang Sửa lỗi Ví cung cấp một loại các câu lệnh khởi động để khôi phục " -"một ví về trạng thái hoạt động được. Chọn bất kỳ trong số những câu lệnh " -"đó sẽ khởi động lại Dash Core với tuỳ chọn tương ứng trong dòng lệnh." +"Trang Sửa lỗi Ví cung cấp một loại các câu lệnh khởi động để khôi phục một " +"ví về trạng thái hoạt động được. Chọn bất kỳ trong số những câu lệnh đó sẽ " +"khởi động lại Dash Core với tuỳ chọn tương ứng trong dòng lệnh." #: ../../docs/user/wallets/dashcore/interface.rst:588 msgid "The Wallet Repair tab of the Dash Core Tools dialog" @@ -1125,16 +1105,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" -"Quét lại blockchain đã được tải cho mọi giao dịch ảnh hưởng đến các số dư" -" trong ví. Điều này có thể cần thiết nếu bạn thay thế file wallet.dat với" -" một phiên bản khác của ví hoặc một phiên bản được sao lưu - logic của ví" -" sẽ không biết về những giao dịch đó, bởi vậy việc quét lại là cần thiết " -"để xác định lại các số dư." +"Quét lại blockchain đã được tải cho mọi giao dịch ảnh hưởng đến các số dư " +"trong ví. Điều này có thể cần thiết nếu bạn thay thế file wallet.dat với một" +" phiên bản khác của ví hoặc một phiên bản được sao lưu - logic của ví sẽ " +"không biết về những giao dịch đó, bởi vậy việc quét lại là cần thiết để xác " +"định lại các số dư." #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1142,8 +1122,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1153,12 +1133,12 @@ msgstr "Khôi phục các giao dịch" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1168,14 +1148,14 @@ msgstr "Nâng cấp định dạng ví" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" -"Câu lệnh này dành cho những phiên bản ví rất cũ khi mà việc nâng cấp " -"phiên bản mới hơn cho ví cũng đòi hỏi phải cập nhật phần mềm ví. Bạn có " -"thể xem phiên bản hiện thời của ví bằng việc chạy câu lệnh " -"``getwalletinfo`` trong phần console." +"Câu lệnh này dành cho những phiên bản ví rất cũ khi mà việc nâng cấp phiên " +"bản mới hơn cho ví cũng đòi hỏi phải cập nhật phần mềm ví. Bạn có thể xem " +"phiên bản hiện thời của ví bằng việc chạy câu lệnh ``getwalletinfo`` trong " +"phần console." #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" @@ -1184,40 +1164,23 @@ msgstr "Tái tạo index" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" -"Bỏ qua chỉ mục blockchain và chainstate hiện thời (cơ sở dữ liệu về các " -"đầu ra còn thừa hay khoản tiền trả lại) và tái tạo lại nó từ file block " -"hiện tại. Nó có thể sẽ hữu ích để khôi phục lại những số dư bị mất." +"Bỏ qua chỉ mục blockchain và chainstate hiện thời (cơ sở dữ liệu về các đầu " +"ra còn thừa hay khoản tiền trả lại) và tái tạo lại nó từ file block hiện " +"tại. Nó có thể sẽ hữu ích để khôi phục lại những số dư bị mất." #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 992c792ae..f39007be0 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "Hướng dẫn Gửi và Nhận Dash sử dụng ví Dash Core" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "dash, core, ví, gửi, nhận, giao dịch" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index fe436ba58..6faa3763b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 8c218dcc5..67ce9f411 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/index.po index eefff8a87..a110fc1bb 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/installation.po index e9adc731b..043823e0d 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/security.po index f0c21b671..88e9df0b0 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 45a7471f4..0aa9e8979 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/vi/LC_MESSAGES/docs/user/wallets/hardware.po index 26516d5fb..93842f442 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-hardware.po index 1b9cb00cd..1447bbd85 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-paper.po index a834498fb..f9db0f4a6 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-text.po index a1e9c6c6c..46936a42f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-third-party.po index be0a93048..c71e94db4 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index-web.po index ef1b9535a..2bde2fc1f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/index.po index 18258c880..401cb6396 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,17 +11,17 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" @@ -29,7 +29,7 @@ msgstr "" "Miêu tả về những ví khác nhau hiện có cho việc sử dụng và chi tiêu tiền số " "Dash" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index 0a76eab7d..aba5251e3 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -37,18 +36,17 @@ msgid "Advanced functions" msgstr "Những tính năng nâng cao" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -#, fuzzy msgid "Masternode keys" -msgstr "Khoá chủ công khai" +msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -81,8 +79,8 @@ msgstr "Ghi chú:" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -95,8 +93,8 @@ msgstr "Yêu cầu thanh toán trên iOS" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -113,10 +111,10 @@ msgstr "Yêu cầu khoá chính công khai có định dạng::" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -131,4 +129,3 @@ msgstr "Lấy địa chỉ thanh toán" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 08797ca62..d47c3e7e9 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "Bắt đầu với việc gửi và nhận Dash trên thiết bị iOS của bạn" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "dash, mobile, wallet, ios, send, receive, addresses, getting started" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/index.po index 25673cb32..6bd6cc706 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/installation.po index a373a2de5..4c42dd4a4 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/paper.po b/locale/vi/LC_MESSAGES/docs/user/wallets/paper.po index 928b88e3e..77549144a 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "Hướng dẫn bảo mật ví giấy cho tiền số Dash" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "dash, ví, giấy, mã hoá" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/vi/LC_MESSAGES/docs/user/wallets/recovery.po index a110546a9..83284aeb7 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,34 +1,35 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "Khôi phục ví Dash từ file, từ khoá riêng hoặc từ dòng chữ phục hồi" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" -msgstr "dash, wallet, recovery, password, mất, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +msgstr "" +"dash, wallet, recovery, password, mất, mobile, core, phrase, private key" #: ../../docs/user/wallets/recovery.rst:9 msgid "Wallet Recovery" @@ -37,11 +38,11 @@ msgstr "Khôi phục ví" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" #: ../../docs/user/wallets/recovery.rst:20 @@ -52,9 +53,9 @@ msgstr "Xác định định dạng sao lưu" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" #: ../../docs/user/wallets/recovery.rst:28 @@ -73,15 +74,15 @@ msgstr "Sao lưu là một file" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" #: ../../docs/user/wallets/recovery.rst:37 @@ -92,8 +93,8 @@ msgstr "Sao lưu là một chuỗi các từ" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" #: ../../docs/user/wallets/recovery.rst:40 @@ -120,21 +121,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" #: ../../docs/user/wallets/recovery.rst:55 @@ -150,13 +151,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -167,14 +167,13 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" #: ../../docs/user/wallets/recovery.rst:91 @@ -199,8 +198,8 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:95 @@ -213,8 +212,8 @@ msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -226,20 +225,21 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" #: ../../docs/user/wallets/recovery.rst:107 @@ -285,21 +285,21 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -308,12 +308,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -322,29 +322,28 @@ msgstr "Dash Android" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -360,8 +359,8 @@ msgstr "Câu phục hồi" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" #: ../../docs/user/wallets/recovery.rst:189 @@ -370,23 +369,23 @@ msgstr "Câu 12 từ trên Android" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -402,20 +401,20 @@ msgstr "Câu 12 từ trên iOS" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -428,14 +427,14 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" #: ../../docs/user/wallets/recovery.rst:274 @@ -454,15 +453,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" #: ../../docs/user/wallets/recovery.rst:286 @@ -476,15 +475,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" #: ../../docs/user/wallets/recovery.rst:304 @@ -500,13 +499,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" #: ../../docs/user/wallets/recovery.rst:319 @@ -559,24 +557,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -585,12 +582,12 @@ msgstr "Các khoá riêng" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -610,24 +607,24 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" #: ../../docs/user/wallets/recovery.rst:399 @@ -636,16 +633,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" #: ../../docs/user/wallets/recovery.rst:412 @@ -655,10 +651,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "" - -#~ msgid "" -#~ "`Ledger Nano S `_" -#~ msgstr "" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/signing.po b/locale/vi/LC_MESSAGES/docs/user/wallets/signing.po index d25dd0038..735c3c864 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/text.po b/locale/vi/LC_MESSAGES/docs/user/wallets/text.po index 044418c7c..e2420eb94 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "Hướng dẫn sử dụng ví tin nhắn SMS cho tiền số Dash" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po index 22de5ba6f..4d5302e2b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,42 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" -msgstr "Danh sách và thông tin chi tiết về các loại ví của bên thứ ba hỗ trợ Dash" +msgstr "" +"Danh sách và thông tin chi tiết về các loại ví của bên thứ ba hỗ trợ Dash" -#: ../../docs/user/wallets/third-party.rst:-1 -#, fuzzy +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" msgstr "" -"dash, wallet, mobile, edge, ethos, paytomat, mobi, guarda, exodus, " -"atomic, jaxx, coinomi, cobo, cryptonator, trust, kurepay, ownbit, abra, " -"vegawallet" #: ../../docs/user/wallets/third-party.rst:8 msgid "Introduction" @@ -44,12 +40,12 @@ msgstr "Giới thiệu" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" @@ -64,8 +60,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -88,9 +84,9 @@ msgstr "Cài đặt" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -136,22 +132,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -170,11 +165,10 @@ msgstr "https://cobo.com" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" #: ../../docs/user/wallets/third-party.rst:131 @@ -198,44 +192,37 @@ msgstr "Ví Cobo" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 -#, fuzzy msgid "Coin Wallet" -msgstr "Ví Cobo" +msgstr "" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://evercoin.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" #: ../../docs/user/wallets/third-party.rst:181 -#, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" msgstr "" -"Các tài liệu cụ thể về tất cả các chức năng của ví Cobo tại " -"https://support.cobo.com" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" @@ -247,11 +234,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" #: ../../docs/user/wallets/third-party.rst:206 @@ -261,11 +248,10 @@ msgstr "Tải xuống" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -291,20 +277,18 @@ msgstr "https://edge.app" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -313,8 +297,8 @@ msgid "" "https://support.edge.app and a few quick links are also collected here:" msgstr "" "Các tài liệu cụ thể về tất cả các chức năng của ví Edge tại " -"https://support.edge.app và một vài đường link để truy cập nhanh có thể " -"tìm thấy tại đây:" +"https://support.edge.app và một vài đường link để truy cập nhanh có thể tìm " +"thấy tại đây:" #: ../../docs/user/wallets/third-party.rst:271 msgid "" @@ -357,16 +341,15 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -393,8 +376,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -418,17 +401,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -440,14 +423,14 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:362 @@ -464,36 +447,35 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:410 @@ -555,26 +537,25 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" #: ../../docs/user/wallets/third-party.rst:495 @@ -591,23 +572,22 @@ msgstr "https://ownbit.io" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -624,9 +604,9 @@ msgstr "https://trustwallet.com" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -639,9 +619,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -658,10 +637,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -674,8 +652,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -692,28 +670,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -731,333 +707,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "Cryptonator" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" -#~ "Ví Cryptonator hiện có trên `Google " -#~ "Play Store dành cho Android " -#~ "`__" -#~ " và có thể tải trực tiếp tại" -#~ " https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "Cryptonator chạy trên Android" - -#~ msgid "Evercoin" -#~ msgstr "Evercoin" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "Ví Evercoin chạy trên Android" - -#~ msgid "Jaxx" -#~ msgstr "Jaxx" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "https://wallet.kurepay.com" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "Magnum" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "https://magnumwallet.co" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "Ví Magnum chạy trên Android" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "Ví Paytomat chạy trên Android" - -#~ msgid "Spend" -#~ msgstr "Ví Spend" - -#~ msgid "https://www.spend.com" -#~ msgstr "https://www.spend.com" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "Ví Spend chạy trên iOS" - -#~ msgid "Atomic Wallet" -#~ msgstr "Ví Atomic" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "https://atomicwallet.io" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" -#~ "`Làm thế nào để tạo một ví " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" -#~ "`Bắt đầu dùng với Atomic Swaps " -#~ "`_" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "Màn hình giao diện của ví Atomic" - diff --git a/locale/vi/LC_MESSAGES/docs/user/wallets/web.po b/locale/vi/LC_MESSAGES/docs/user/wallets/web.po index a26db10b6..ea571025f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/vi/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Kien Bui , 2022\n" -"Language-Team: Vietnamese (https://www.transifex.com/dash/teams/37570/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/vi/LC_MESSAGES/index.po b/locale/vi/LC_MESSAGES/index.po index b9ba1ef75..310c48dc3 100644 --- a/locale/vi/LC_MESSAGES/index.po +++ b/locale/vi/LC_MESSAGES/index.po @@ -1,41 +1,40 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Kien Bui , 2019 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Kien Bui , 2019\n" -"Language: vi\n" -"Language-Team: Vietnamese " -"(https://www.transifex.com/dash/teams/37570/vi/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -"Tài liệu Dash cung cấp những thông tin và hướng dẫn về Dash, một loại " -"tiền số ngang hàng mã nguồn mở tập trung chủ yếu vào lĩnh vực thanh toán." +"Tài liệu Dash cung cấp những thông tin và hướng dẫn về Dash, một loại tiền " +"số ngang hàng mã nguồn mở tập trung chủ yếu vào lĩnh vực thanh toán." -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -46,30 +45,28 @@ msgstr "Tài liệu về Dash" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -78,8 +75,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -92,8 +89,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -106,17 +103,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po index 4d45ec83c..3eb6b8b99 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po index b81e5f84a..8fd7ca070 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -40,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -75,14 +74,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "下文所述内容为在达世币中执行共同开发任务的实际步骤。" #: ../../docs/user/developers/index.rst:53 @@ -96,22 +95,3 @@ msgstr "有关达世币的完整发行说明和版本历史请参阅:" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po index e1028710f..e6cbe055e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/insight.po @@ -1,41 +1,40 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # jmp2esp , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: jmp2esp , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "开源Dash Insight REST API为你提供一个方便强大而简单的方式来从 Dash 网络读取数据和用它来建立你自己的服务。" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" #: ../../docs/user/developers/insight.rst:9 msgid "Insight API Installation" @@ -44,21 +43,21 @@ msgstr "Insight API 安装" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -90,8 +89,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "**可选**将”network“的值改为”testnet“如果你想在测试网络上运行 Insight 的话" #: ../../docs/user/developers/insight.rst:62 @@ -101,18 +100,11 @@ msgstr "运行:" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "Insight UI 区块浏览器可在:" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po index e867ee78d..39c4df120 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # jmp2esp , 2023 # Alex.ys , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Alex.ys , 2023\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -39,8 +38,8 @@ msgstr "API 服务" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "现有的多种应用程序接口服务可以帮助用户轻松、快捷地享受达世币网络的各项服务,其中包括:" #: ../../docs/user/developers/integration-apis.rst:14 @@ -80,11 +79,10 @@ msgstr "通过WebHooks处理支付。" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "以定价模式和支持的功能为区分标准,市面上可供使用的设备有很多。下表罗列了常见的应用程序接口供应商、主打产品的性能和相关说明文档的链接。" #: ../../docs/user/developers/integration-apis.rst:35 @@ -97,10 +95,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" "开源 REST API 给你提供一个方便强大而简单的读取 Dash 网络和利用它构建你自己服务的方式。开始使用 Insight API 和 " "Insight UI 区块浏览器的实用手册 :ref:``。" @@ -130,14 +128,16 @@ msgid "" "BlockCypher is a simple, mostly RESTful JSON API for interacting with " "blockchains, accessed over HTTP or HTTPS from the api.blockcypher.com " "domain." -msgstr "BlockCypher是简单实用的JSON应用程序接口,可实现与区块链的交互,还可以借助HTTP或HTTPS在api.blockcypher.com域名上进行访问。" +msgstr "" +"BlockCypher是简单实用的JSON应用程序接口,可实现与区块链的交互,还可以借助HTTP或HTTPS在api.blockcypher.com域名上进行访问。" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." -msgstr "功能:交易的广播、HD钱包及地址的生成、WebSocket和WebHook的回调,以及交易的推送。BlockCypher不处理私钥的相关事务。" +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." +msgstr "" +"功能:交易的广播、HD钱包及地址的生成、WebSocket和WebHook的回调,以及交易的推送。BlockCypher不处理私钥的相关事务。" #: ../../docs/user/developers/integration-apis.rst:72 msgid "" @@ -159,9 +159,9 @@ msgstr "https://www.bitgo.com" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "BitGo 提供一个简单有力的 RESTful API 和用户 SDK 来为你的应用整合数字货币钱包。同时支持 Dash 即时发送。" #: ../../docs/user/developers/integration-apis.rst:91 @@ -188,18 +188,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -220,9 +219,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -248,21 +246,20 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 -#, fuzzy msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "定价:免费/开源" +msgstr "" #: ../../docs/user/developers/integration-apis.rst:153 msgid "Documentation: https://services.tokenview.io/docs?type=api" @@ -278,17 +275,17 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -303,8 +300,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "定价:收取0.5%的交易费用(https://www.coinpayments.net/help-fees)" #: ../../docs/user/developers/integration-apis.rst:179 @@ -317,8 +313,8 @@ msgstr "价格提示器" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -326,8 +322,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -337,17 +333,16 @@ msgstr "二维码" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -358,17 +353,15 @@ msgstr "Android版达世币钱包的用户可以点击 **申请付款** ,然 #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "iOS版达世币钱包的用户可以向左滑动,找到 **接收达世币** 页面。此时,页面上将显示二维码和达世币地址,用户就可以截图保存图像了。" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" "如需生成任何达世币地址的二维码,用户可以访问 `CWA 二维码生成器 `_ " "页面并复制粘贴地址,以便生成二维码的图像。" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po index 52554e70e..91d23250c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,11 +1,12 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2023 # jmp2esp , 2023 +# #, fuzzy msgid "" msgstr "" @@ -14,23 +15,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: jmp2esp , 2023\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -40,10 +39,10 @@ msgstr "软件开发工具包资源" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" "SDKs ( 软件开发包) 用来加速设计和开发一个 Dash 网络产品。这些资源可被用来与一个 API " "提供者交互或通过构造交易与执行不同的钱包功能来创建独立应用。" @@ -59,10 +58,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -83,8 +82,8 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -120,9 +119,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -174,9 +172,10 @@ msgstr "https://github.com/richardkiss/pycoin" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." -msgstr "PyCoin 是一个在处理 Bitcoin 与 Dash 时很有用的一系列工具。已在 Python 2.7, 3.6 和 3.7环境下测试。" +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." +msgstr "" +"PyCoin 是一个在处理 Bitcoin 与 Dash 时很有用的一系列工具。已在 Python 2.7, 3.6 和 3.7环境下测试。" #: ../../docs/user/developers/integration-sdks.rst:89 msgid "Platform: Python" @@ -194,7 +193,8 @@ msgstr "资源库: https://github.com/richardkiss/pycoin" msgid "" "See also: `JSON-RPC Utilities `__" -msgstr "参考: `JSON-RPC Utilities `__" +msgstr "" +"参考: `JSON-RPC Utilities `__" #: ../../docs/user/developers/integration-sdks.rst:95 msgid "Java: DashJ" @@ -207,14 +207,13 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" "DashJ是一个适用于达世币协议的库。它可以维护钱包的运行,支持达世币的接收与发送(包括即时发送功能),同时还具备许多其它高级功能,而且还无需建立Dash" -" " -"Core钱包的副本。虽然它要借助Java才能实现各项功能,但它也可以借助Java虚拟机的兼容语言,其中包括Python和JavaScript中的示例。" +" Core钱包的副本。虽然它要借助Java才能实现各项功能,但它也可以借助Java虚拟机的兼容语言,其中包括Python和JavaScript中的示例。" #: ../../docs/user/developers/integration-sdks.rst:110 msgid "Platform: Java" @@ -242,12 +241,12 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" -"Dash-Sync 是一个用于 iOS 的 Objective-C Dash 区块链框架。它实现了所有与 Bitcoin 改进提案 (BIPs) " -"和 Dash 改进提案 (DIPs)相关的内容。" +"Dash-Sync 是一个用于 iOS 的 Objective-C Dash 区块链框架。它实现了所有与 Bitcoin 改进提案 (BIPs) 和 " +"Dash 改进提案 (DIPs)相关的内容。" #: ../../docs/user/developers/integration-sdks.rst:129 msgid "Platform: iOS" @@ -267,11 +266,11 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -289,7 +288,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "存储库:https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "参考: `JSON-RPC Utilities `__" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -311,10 +311,3 @@ msgstr "平台:Ruby、Python、Java、PHP、Go及NodeJS" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po index 0ad67f37c..b7beb8d8e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # jmp2esp , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -47,10 +46,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -59,21 +58,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -94,16 +93,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -113,14 +111,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -131,7 +129,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -163,9 +162,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -175,26 +174,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" "Dash 0.13.0及随后版本实现了 `DIP002 特殊交易 " "`__,它构建了一种新的交易类型来提供线上元数据从而帮助不同的共识机制。存在如下特殊交易类型:" @@ -297,48 +295,47 @@ msgstr "整合须知:" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -351,41 +348,40 @@ msgid "" "`__." msgstr "" "本文档的 PDF 版本 `PDF " -"`__." +"`__." #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -395,9 +391,9 @@ msgstr "接收即时发送交易" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -405,7 +401,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "接收一个即时发送交易需要两个条件:" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "确认一个交易的”即时发送状态“" #: ../../docs/user/developers/integration.rst:178 @@ -417,10 +414,10 @@ msgstr "独立地调整区块确认数与”确认状态“。" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" "”即时发送“状态通常可以通过与 dash 进程的直接连接来判断,`ZMQ notification " "`__,或使用一个外部钱包通知脚本。" @@ -432,10 +429,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -446,16 +443,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "以下通知与识别交易及相对的即时锁有关:" #: ../../docs/user/developers/integration.rst:214 @@ -489,8 +486,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -499,31 +496,29 @@ msgstr "广播即时发送功能的交易信息" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" "自Dash " "v0.14.0在网络上创建长效节点仲裁链以来,仲裁链会默认锁定每一个有效交易,用户无需发送附加费用或额外操作。当每个交易输入被确认后,该交易即适用于即时支付。满足条件至少要符合以下一种情况:" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "先前的交易是指由6个区块确认的交易输入" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "先前的交易是由更早的即时支付锁确认" #: ../../docs/user/developers/integration.rst:253 @@ -549,8 +544,8 @@ msgstr "其它资源" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "下列资源提供即时发送功能的更多信息,以便帮助用户全面地了解它的基础技术。" @@ -564,8 +559,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -599,19 +593,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -620,39 +613,33 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 -#, fuzzy msgid "Receiving a ChainLock introduces two requirements:" -msgstr "接收一个即时发送交易需要两个条件:" +msgstr "" #: ../../docs/user/developers/integration.rst:298 -#, fuzzy msgid "" "The ability to determine the “ChainLock Status” of a given block or " "transaction." -msgstr "确认一个交易的”即时发送状态“" +msgstr "" #: ../../docs/user/developers/integration.rst:304 -#, fuzzy msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" -"”即时发送“状态通常可以通过与 dash 进程的直接连接来判断,`ZMQ notification " -"`__,或使用一个外部钱包通知脚本。" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -669,46 +656,40 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 -#, fuzzy msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" -msgstr "以下通知与识别交易及相对的即时锁有关:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" +msgstr "" #: ../../docs/user/developers/integration.rst:338 -#, fuzzy msgid "zmqpubhashblock" -msgstr "zmqpubhashtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:339 -#, fuzzy msgid "zmqpubhashchainlock" -msgstr "zmqpubhashtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:340 -#, fuzzy msgid "zmqpubrawblock" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:341 -#, fuzzy msgid "zmqpubrawchainlock" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:342 -#, fuzzy msgid "zmqpubrawchainlocksig" -msgstr "zmqpubrawtxlock" +msgstr "" #: ../../docs/user/developers/integration.rst:344 msgid "" @@ -722,144 +703,12 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 -#, fuzzy msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" -"`DIP0010: LLMQ 即时支付 " -"`__" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po index 005be2c99..1e4b83e4a 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Alex.ys , 2023\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po index 29c84f2fe..23b5fac70 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,12 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # jmp2esp , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" @@ -15,22 +16,19 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "达世币开发者使用测试网络和开发者网络,结合tDASH进行测试" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -42,13 +40,14 @@ msgstr "测试网络和开发者网络" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" -msgstr "测试网络是一个拥有完整达世币区块链功能的网络,唯一的区别是测试网络中的达世币可以随意创建,没有任何价值。这种货币称为tDASH,可从内接头处请求获取,它可以帮助开发人员测试新版本的达世币,还可在相同的软件版本进入主网络之前,测试它们的网络运行。当然还有一些其他的主要差异:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" +msgstr "" +"测试网络是一个拥有完整达世币区块链功能的网络,唯一的区别是测试网络中的达世币可以随意创建,没有任何价值。这种货币称为tDASH,可从内接头处请求获取,它可以帮助开发人员测试新版本的达世币,还可在相同的软件版本进入主网络之前,测试它们的网络运行。当然还有一些其他的主要差异:" #: ../../docs/user/developers/testnet.rst:18 msgid "Testnet operates on port 19999 (instead of 9999)" @@ -56,8 +55,8 @@ msgstr "测试网络于端口19999上运行(而非9999)" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "Testnet地址以 \"y\" 开头,而非 \"X\",ADDRESSVERSION为140(而非76)" #: ../../docs/user/developers/testnet.rst:21 @@ -70,8 +69,8 @@ msgstr "协议消息首标字节为0xcee2caff(而非0xbf0c6bbd)" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" "Bootstrapping使用不同的DNS种子:test.dnsseed.masternode.io, testnet-" "seed.darkcoin.qa, testnet-seed.dashpay.io" @@ -82,8 +81,8 @@ msgstr "在测试网络模式下启动Dash Core,会显示橙色的启动画面 #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "要在测试网络模式下启动Dash Core,首先请找到您的dash.conf文件,然后输入::" #: ../../docs/user/developers/testnet.rst:32 @@ -92,10 +91,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -105,9 +104,9 @@ msgstr "工具和链接" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -172,11 +171,9 @@ msgstr "矿池" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" #: ../../docs/user/developers/testnet.rst:75 msgid "" @@ -200,17 +197,17 @@ msgstr "主节点" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "在测试网络下安装主节点,步骤一般与 :ref:`主网主节点安装指南 ` 所述相同,除了一些关键的区别:" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -221,8 +218,8 @@ msgstr "打开防火墙时,必须也打开端口19999,不要打开(或除 #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "您的桌面钱包必须以测试网络模式运行。添加 *dash.conf*: ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:94 @@ -233,9 +230,9 @@ msgstr "发送保证金时,您可以从内接头处免费获得1000 tDASH( #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "您的主节点配置文件必须指定测试网络模式。在设置 *dash.conf* 时,请在主节点上添加: ``testnet = 1``" #: ../../docs/user/developers/testnet.rst:99 @@ -246,16 +243,15 @@ msgstr "对于主网的主节点,RPC用户名和密码只能包含字母数字 #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" "哨兵安装成功后,修改 " "``~/.dashcore/sentinel/sentinel.conf``,对主网线路作注释,同时取消注释:``network=testnet``" @@ -263,8 +259,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" "持有主节点保证金的钱包找到 ``~/.dashcore/testnet3/masternode.conf`` 中的 " "``masternode.conf`` 文件,而非 ``~/.dashcore/masternode.conf`` 中的。" @@ -275,12 +271,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -364,11 +360,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -401,12 +397,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -444,14 +440,14 @@ msgstr "测试网络 0.13.0" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" -"在 2018 年十一月,Dash 团队宣布开始 测试 即将到来的 Dash 0.13.0。相关 0.13.0 " -"代码已完成严密内部测试,但是依然有很多 BUG 只能被真正用户实际使用发现。Dash 团队邀请任何感兴趣的人来下载并积极参与测试网络。该发布包含:" +"在 2018 年十一月,Dash 团队宣布开始 测试 即将到来的 Dash 0.13.0。相关 0.13.0 代码已完成严密内部测试,但是依然有很多 " +"BUG 只能被真正用户实际使用发现。Dash 团队邀请任何感兴趣的人来下载并积极参与测试网络。该发布包含:" #: ../../docs/user/developers/testnet.rst:201 msgid "Automatic InstantSend for Simple Transactions" @@ -497,15 +493,15 @@ msgstr "Testnet 0.12.3" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" -"在 2018 年六月,Dash 团队宣布开始 测试 即将到来的 Dash 0. 12.3。相关 0.12.2 " -"代码已完成严密内部测试,但是依然有很多 BUG 只能被真正用户实际使用发现。Dash 团队邀请任何感兴趣的人来下载并积极参与测试网络。该发布包含:" +"在 2018 年六月,Dash 团队宣布开始 测试 即将到来的 Dash 0. 12.3。相关 0.12.2 代码已完成严密内部测试,但是依然有很多 " +"BUG 只能被真正用户实际使用发现。Dash 团队邀请任何感兴趣的人来下载并积极参与测试网络。该发布包含:" #: ../../docs/user/developers/testnet.rst:228 msgid "" @@ -551,16 +547,15 @@ msgstr " 测试网络 0.12.2" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" -"在 2017 年十月,Dash 团队宣布开始 公开测试 即将到来的 Dash 0. 12.2。相关 0.12.2 " -"代码已完成严密内部测试,但是依然有很多 BUG 只能被真正用户 在实际使用中发现。Dash " -"团队邀请任何感兴趣的人来下载并积极参与测试网络。该发布包含:" +"在 2017 年十月,Dash 团队宣布开始 公开测试 即将到来的 Dash 0. 12.2。相关 0.12.2 代码已完成严密内部测试,但是依然有很多" +" BUG 只能被真正用户 在实际使用中发现。Dash 团队邀请任何感兴趣的人来下载并积极参与测试网络。该发布包含:" #: ../../docs/user/developers/testnet.rst:258 msgid "" @@ -582,8 +577,8 @@ msgstr "其他诸多漏洞的修复及性能改进" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "试验版 BIP39/BIP44 投诉HD钱包(默认禁用,应具备完善的功能,但暂缺GUI)" #: ../../docs/user/developers/testnet.rst:266 @@ -596,7 +591,8 @@ msgstr "测试网12.2 讨论: https://www.dash.org/forum/threads/v12-2-testing.1 msgid "" "Testnet tools: https://www.dash.org/forum/threads/testnet-tools-" "resources.1768/" -msgstr "测试网工具: https://www.dash.org/forum/threads/testnet-tools-resources.1768/" +msgstr "" +"测试网工具: https://www.dash.org/forum/threads/testnet-tools-resources.1768/" #: ../../docs/user/developers/testnet.rst:270 msgid "Latest successfully built develop branch binaries:" @@ -609,24 +605,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "Sentinel: https://github.com/dashpay/sentinel/tree/develop" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po index 905944d57..350406564 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po b/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po index 60a98b4d8..c746ddf56 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po index b105eac8f..137e2bd06 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po index bc2f684c9..d9cd700b4 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po index 3e42b8ef4..003c49b16 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po index c0c1cbd69..a52c9a7bf 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po @@ -1,12 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # jmp2esp , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" @@ -15,20 +16,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -39,8 +38,8 @@ msgstr "使用达世币管理系统" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -81,8 +80,8 @@ msgstr "提案指的是预算资金的申请" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -114,31 +113,30 @@ msgid "Budgets" msgstr "预算提案" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "预算提案指的是在投票过程中获得的赞成票等于或大于总票数的10%的提案。(例如,在主节点总数达到4480的情况下取得448张赞成票。)" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "如果提案获得的赞成票(投或重投的)不能满足上述要求,则无法成为预算提案。" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "预算提案的优先赞助权(支付)按以下方法确定。以提案获得的赞成票减去反对票,差值越大的优先级别越高。" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." -msgstr "(在2018年)每个预算周期大约产生6176达世币的预算资金。这一数字会以每210240个区块(即383.25天)下降7.14%的速度递减。" +msgstr "" +"(在2018年)每个预算周期大约产生6176达世币的预算资金。这一数字会以每210240个区块(即383.25天)下降7.14%的速度递减。" #: ../../docs/user/governance/using.rst:57 msgid "Object structure" @@ -154,8 +152,8 @@ msgstr "提案名称:提案名称应是不超过20个字符的、独一无二 #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "链接:一个由提案发起人创建的页面或论坛网帖,其中包含有关提案的细节信息。" #: ../../docs/user/governance/using.rst:64 @@ -189,26 +187,23 @@ msgid "" msgstr "在提案获准通过、予以驳回或提案周期结束之前,提案都会在网络上保持可见状态。" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "当提案获得的赞成票等于或大于总票数的10%,则提案获准通过。" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "当提案获得的赞成票小于总票数的10%,则提案不予通过。" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" "总票数指的是在线统计的主节点数量,用户可以在Dash Core钱包的调试窗口运行``masternode " "count``命令来查询主节点数量。用户可以点击\\ `此处 " @@ -221,9 +216,10 @@ msgstr "模板" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." -msgstr "以下两个网址上的微软Word文档模板由Dash Core团队提供,可以帮助用户了解标准化的提案递交及更新流程。建议但不强制要求用户使用这两个模板:" +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." +msgstr "" +"以下两个网址上的微软Word文档模板由Dash Core团队提供,可以帮助用户了解标准化的提案递交及更新流程。建议但不强制要求用户使用这两个模板:" #: ../../docs/user/governance/using.rst:92 msgid "" @@ -243,12 +239,13 @@ msgstr "预算周期" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." -msgstr "在撰写提案时,发起人应当关注下一个预算周期并进行相应的规划。建议提案发起人将支付的起始时间设定在下一个周期,以便为社区讨论和获取支持预留时间。需要注意的是,超级块出现前的1662个区块(大约3天之内)不计票。" +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." +msgstr "" +"在撰写提案时,发起人应当关注下一个预算周期并进行相应的规划。建议提案发起人将支付的起始时间设定在下一个周期,以便为社区讨论和获取支持预留时间。需要注意的是,超级块出现前的1662个区块(大约3天之内)不计票。" #: ../../docs/user/governance/using.rst:108 msgid "Block height" @@ -370,10 +367,10 @@ msgstr "创建提案" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" "一旦完成了提案文本的撰写且创建了相关的网页或论坛帖子,提案发起人就可以向区块链递交提案并等待投票了。虽然用户可以通过Dash " "Core钱包的控制台执行所有有关创建预算提案的操作,但其它工具也可以通过用户界面简化创建流程。" @@ -388,19 +385,19 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -409,38 +406,38 @@ msgstr "步骤 1 & 2: 创建个人提案并准备命令" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "步骤3:创建提案交易并等待交易ID的6次确认" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" -msgstr "一旦完成6次确认,用户将会看到另一个命令。借助这个命令,用户将准备好的管理对象递交到网络并等待投票。复制并粘贴这个命令,用户将会看到如下所示的管理对象ID:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" +msgstr "" +"一旦完成6次确认,用户将会看到另一个命令。借助这个命令,用户将准备好的管理对象递交到网络并等待投票。复制并粘贴这个命令,用户将会看到如下所示的管理对象ID:" #: ../../docs/user/governance/using.rst:213 msgid "Step 4: Submitting the governance object to the network" @@ -448,11 +445,12 @@ msgstr "步骤4:将管理对象提交到网络上" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." -msgstr "用户可以使用管理对象ID来跟进提案的投票情况,直到提案周期终结且用户收到赞助资金。用户还可以使用这个管理对象ID在DashCentral上递交提案,并借助DashCentral的投票服务简化主节点投票流程。" +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." +msgstr "" +"用户可以使用管理对象ID来跟进提案的投票情况,直到提案周期终结且用户收到赞助资金。用户还可以使用这个管理对象ID在DashCentral上递交提案,并借助DashCentral的投票服务简化主节点投票流程。" #: ../../docs/user/governance/using.rst:221 msgid "DashCentral Proposal Generator" @@ -466,8 +464,8 @@ msgstr "https://www.dashcentral.org/budget/create" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" "DashCentral也为用户提供创建或确认现有预算提案的工具,以便用户在DashCentral上添加对提案的描述并推动社区内部有关提案的讨论。使用DashCentral的步骤与上述流程基本相同,相关文档请参阅\\" @@ -480,8 +478,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -502,12 +500,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -533,18 +530,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -557,8 +554,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -583,17 +579,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -601,7 +599,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -612,8 +611,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -622,20 +621,20 @@ msgstr "为预算提案投票" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "**用户必须在超级块产出的三天前为提案投票,否则投票将不计入结果。准确来说,投票须在超级块创建前的1662个区块前完成。**" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -644,7 +643,8 @@ msgstr "`DashCentral `__" #: ../../docs/user/governance/using.rst:353 msgid "`Dash Ninja - Governance `__" -msgstr "`Dash Ninja - Governance `__" +msgstr "" +"`Dash Ninja - Governance `__" #: ../../docs/user/governance/using.rst:354 msgid "" @@ -666,28 +666,26 @@ msgstr "DashCentral" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." -msgstr "" -"很多主节点的运营者都将由密码保护的主节点私钥存储到\\ `DashCentral " -"`__\\ " +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." +msgstr "" +"很多主节点的运营者都将由密码保护的主节点私钥存储到\\ `DashCentral `__\\ " ",以便使用简单的投票流程和用户友好的界面。这个网站日益流行,成为了社区成员探讨新提案的最佳平台。如需从DashCentral网页界面上进行投票,用户首先要点击此处并根据操作指南将主节点私钥添加到个人账户。请注意,主节点私钥和掌管1000达世币的主节点保证金的私钥并不相同,因此个人的保证金不存在丢失的风险。如果想要解锁投票所需的主节点私钥,用户需要用到一个独立的密码,这样才能将网站运营商冒名顶替用户投票的风险降到最低。" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" "如果已经做好了投票的准备,用户可以前往\\ `预算提案页面 `_\\ " "完成投票。用户只需点击浏览提案,再选择\\ **赞成**\\ 、\\ **反对**\\ 或\\ **弃权**\\ 。" @@ -703,17 +701,17 @@ msgstr "达世币主节点工具(以下简称DMT)" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" "如果用户通过\\ `DMT `_\\ 和硬件钱包来管理主节点,那么用户也可以使用DMT来完成投票。点击 **工具 > 提案** " -"并等待提案名单下载。用户可以轻松查阅各个提案的投票状态,只需点击窗口下半部分的 **详细信息** 标签就可以阅读提案的具体细节了。用户还可以直接将" -" **投票** 标签切换到 **赞成** 、 **反对** 或 **弃权** 。" +"并等待提案名单下载。用户可以轻松查阅各个提案的投票状态,只需点击窗口下半部分的 **详细信息** 标签就可以阅读提案的具体细节了。用户还可以直接将 " +"**投票** 标签切换到 **赞成** 、 **反对** 或 **弃权** 。" #: ../../docs/user/governance/using.rst:398 msgid "Voting interface in DMT" @@ -725,19 +723,19 @@ msgstr "Dash Core钱包和主节点" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -753,14 +751,14 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" -"请注意:上述命令会触发 ``dash.conf`` 中配置的所有主节点的投票。换言之,如果用户持有多个主节点,而每个主节点又都有对应的 .conf" -" 文件,那么用户如必须将命令从 ``vote-many`` 改为 ``vote`` " -"才能以某些主节点的名义投票。如果投票成功,用户将看到一条确认消息,显示 **投票成功** 。" +"请注意:上述命令会触发 ``dash.conf`` 中配置的所有主节点的投票。换言之,如果用户持有多个主节点,而每个主节点又都有对应的 .conf " +"文件,那么用户如必须将命令从 ``vote-many`` 改为 ``vote`` 才能以某些主节点的名义投票。如果投票成功,用户将看到一条确认消息,显示" +" **投票成功** 。" #: ../../docs/user/governance/using.rst:442 msgid "Voting from the debug console in Dash Core Wallet" @@ -782,32 +780,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/index.po index cd8887dda..3eac57df4 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po index 0b0ff6ee5..ffd0314b6 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po index 2437636d8..4836bc8dd 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/features.po @@ -1,36 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # jmp2esp , 2022 # Leon White , 2022 # Alex.ys , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2023\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -92,8 +91,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "基于区块链的去中心化管理系统使得主节点持有者可以对预案进行投票,成为达世币发展的决策者。" #: ../../docs/user/introduction/features.rst:35 @@ -103,15 +102,15 @@ msgstr "主节点" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -126,61 +125,59 @@ msgstr "**即时支付**\\ 实现几乎瞬间的交易。达世币的即时支 #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "**达世币进化版**\\ 将会使数字货币变得如PayPal一样简单易用。" #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "主节点" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -188,9 +185,8 @@ msgid "Masternode" msgstr "主节点" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "主节点" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -247,12 +243,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -268,39 +264,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -308,25 +304,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -335,50 +330,47 @@ msgstr "即时支付" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." -msgstr "传统的去中心化加密数字货币都要等上一段时间,通过足够多的区块广播来保证交易是不可撤消的,并且验证这些币没有在别的地方已经被花掉而产生双重花费的可能。这个过程很费时,通常被广泛接受的六步确认会花上15分钟到1个小时不等的时间。其它的加密数字货币都是通过网络上不同程度的中心化处理来实现交易确认时间加速。" +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." +msgstr "" +"传统的去中心化加密数字货币都要等上一段时间,通过足够多的区块广播来保证交易是不可撤消的,并且验证这些币没有在别的地方已经被花掉而产生双重花费的可能。这个过程很费时,通常被广泛接受的六步确认会花上15分钟到1个小时不等的时间。其它的加密数字货币都是通过网络上不同程度的中心化处理来实现交易确认时间加速。" #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." -msgstr "即时支付技术使得像达世币这样的数字货币,在销售点的支付环境下,完全可以媲美那些接近瞬时支付的信用卡,而且不依赖任何中央集权机构。通过将交易确认时间长达几个小时(比特币)缩短到仅仅几秒,达世币被商户广泛接受的现状和即时支付技术将给加密数字货币带来一场革命。" +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." +msgstr "" +"即时支付技术使得像达世币这样的数字货币,在销售点的支付环境下,完全可以媲美那些接近瞬时支付的信用卡,而且不依赖任何中央集权机构。通过将交易确认时间长达几个小时(比特币)缩短到仅仅几秒,达世币被商户广泛接受的现状和即时支付技术将给加密数字货币带来一场革命。" #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -394,18 +386,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -414,41 +406,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -458,35 +448,35 @@ msgstr "叉勺技术" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." -msgstr "为了应对2014年6月更新\"RC3\"时出现意料之外的问题,达世开发团队发明了一种机制,在这种机制下,更新代码会被发布到网络上,但不马上激活(\"实施\")。这种创新相比于传统的硬分叉模型,能够更平稳的过渡,并且可以收集实时网络环境中的测试信息。这种多阶段分叉过程开始时被称为软分叉,但是社区中亲切地授予它“叉勺”的称呼。" +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." +msgstr "" +"为了应对2014年6月更新\"RC3\"时出现意料之外的问题,达世开发团队发明了一种机制,在这种机制下,更新代码会被发布到网络上,但不马上激活(\"实施\")。这种创新相比于传统的硬分叉模型,能够更平稳的过渡,并且可以收集实时网络环境中的测试信息。这种多阶段分叉过程开始时被称为软分叉,但是社区中亲切地授予它“叉勺”的称呼。" #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." msgstr "" "达世币的新功能或新版本在发布到主网前,都会在测试网上经受大量的测试。当达世币的新功能或新版本在主网发布时,信息会发给用户,将相应的变化和向客户更新的要求通知到他们。那些已经更新了客户端的用户会运行新的代码,但不会激活,直到有足够比例的网络参与者(一般是80%)达成运行共识。如果新的代码有错误,客户端区块不会被网络拒绝,所以意外的分叉可以被避免。有关错误的数据也会被收集起来发送给开发团队。一旦开发团队对新代码在主网环境下的稳定性表示满意,并且达成同意接受的网络共识,通过核心开发团队多数成员使用各自的私人密钥进行数字签名,更新代码的实施便可被远程激活。如果有问题发生,可以用同样的方式让代码失效,而不需要整个网络的回滚或客户端更新。关于单个叉勺的技术细节,详见\\" " :ref:`这里 `\\ 。" @@ -497,18 +487,17 @@ msgstr "X11算法" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." msgstr "" "X11算法是由Dash Core创始人Evan " "Duffield创建并被广泛应用的算法。X11的链式算法利用了11个科学散列算法序列用于工作量证明。这是为了让分配的过程更加公平,使币的分布能像比特币最开始设想的那样。X11的初衷是想使集成电路矿机做起来比较难,这样就可以在挖矿集权成为入驻前,给货币以足够的时间去发展。这个方法在很大程度上是成功的。从2016年初开始,针对于X11算法的ASIC矿机现在已经出现并占据了很大部分的网络算力,但是并没有造成像比特币那种程度的集权。关于针对X11算法挖矿的信息可以在\\" @@ -516,25 +505,25 @@ msgstr "" #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" "X11是达世币(2014年1月按Xcoin命名发行)引入的工作量证明( **POW** " ")的一个算法名称。它一部分受Quark的启发,通过提高散列的数量增加了更多“深度“和复杂性,但是它与Quark的不同是,散列的轮次是确定先验的而不是随机挑选的。" #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." -msgstr "X11算法采用的是11种不同的算法(blake、bmw、groestl、jh、keccak、skein、luffa、cubehash、shavite、simd、echo),这使其成为加密数字货币应用中最安全的更复杂的加密算法。X11的名字与类似近UNIX操作系统的X11开源WINDOWS系统没有任何关系。" +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." +msgstr "" +"X11算法采用的是11种不同的算法(blake、bmw、groestl、jh、keccak、skein、luffa、cubehash、shavite、simd、echo),这使其成为加密数字货币应用中最安全的更复杂的加密算法。X11的名字与类似近UNIX操作系统的X11开源WINDOWS系统没有任何关系。" #: ../../docs/user/introduction/features.rst:314 msgid "Advantages of X11" @@ -545,40 +534,43 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." -msgstr "相较于没有安全风险保护的单一算法的工作量证明解决方法,比如SPOF(单点故障),多重算法中提升的复杂性增强了数字货币的安全性,减少了不确定性。例如,如果有新的计算突破,可能但不一定会发生,攻破了SHA256算法,就有可能会危及到整个比特币网络,除非网络通过硬分叉转移到另外一个加密算法中去。" +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." +msgstr "" +"相较于没有安全风险保护的单一算法的工作量证明解决方法,比如SPOF(单点故障),多重算法中提升的复杂性增强了数字货币的安全性,减少了不确定性。例如,如果有新的计算突破,可能但不一定会发生,攻破了SHA256算法,就有可能会危及到整个比特币网络,除非网络通过硬分叉转移到另外一个加密算法中去。" #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." -msgstr "如果有相似的计算突破发生,使用X11算法验证PoW的数字货币还会继续安全地运行,除非11个算法同时被攻破。即使11个算法中有一些被证实不可靠,但也足够向使用X11算法的货币提出预警,以便采取措施,用其它更可靠的算法替换掉有问题的算法。" +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." +msgstr "" +"如果有相似的计算突破发生,使用X11算法验证PoW的数字货币还会继续安全地运行,除非11个算法同时被攻破。即使11个算法中有一些被证实不可靠,但也足够向使用X11算法的货币提出预警,以便采取措施,用其它更可靠的算法替换掉有问题的算法。" #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." -msgstr "鉴于数字货币的投机属性以及作为新领域固有的不确定性,X11算法能给其用户和潜在投资者增加信心,这一点是单一算法所不能做到的。链式算法解决方案,如X11,提升了安全性,延长了以财富为目的的存储寿命,增加了投资多样性,对冲了由于SPOF(单点故障)带来的单一算法货币的风险。" +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." +msgstr "" +"鉴于数字货币的投机属性以及作为新领域固有的不确定性,X11算法能给其用户和潜在投资者增加信心,这一点是单一算法所不能做到的。链式算法解决方案,如X11,提升了安全性,延长了以财富为目的的存储寿命,增加了投资多样性,对冲了由于SPOF(单点故障)带来的单一算法货币的风险。" #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" "Evan Duffield, " "达世币和X11算法的创始人,在很多场合都已经写过,将X11整合在达世币中,目的不是要阻止ASIC制造商来将来制造出针对X11的矿机,更多是提供一个跟比特币相似的发展路径(CPUs," @@ -591,20 +583,19 @@ msgstr "暗黑重力波" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" "**DGW**\\ " "或暗黑重力波是一种开源的难度可调的,为以比特币为基础的加密数字货币提供的算法,最开始时在达世币中使用,自此之后也已经出现在其它数字货币中。DGW由达世币的开发者和创建者Evan" -" Duffield编写,以应对Kimoto’s Gravity Well算法中发现的时间隐藏剥削问题。理念上,DGW与Kimoto Gravity" -" " +" Duffield编写,以应对Kimoto’s Gravity Well算法中发现的时间隐藏剥削问题。理念上,DGW与Kimoto Gravity " "Well相似,基于最近发现的区块中的统计数据,调节每个区块难度级别(而不是像比特币那样每2016个区块调节)。这样,即使算力正面临很大的波动,也可以分配给每个区块相对一致的时间,避免遭受时间隐蔽剥削。" #: ../../docs/user/introduction/features.rst:363 @@ -615,11 +606,12 @@ msgstr "达世币在45,000个区块后执行了DGW的2.0版本,为了全面减 #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." -msgstr "3.0版本是在2014年5月14日执行的,通过平稳过渡,进一步提升了难度重新定位。这个版本还解决了很多架构中所出现的,由于整数算法引起的不同程度的浮点精确度问题。" +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." +msgstr "" +"3.0版本是在2014年5月14日执行的,通过平稳过渡,进一步提升了难度重新定位。这个版本还解决了很多架构中所出现的,由于整数算法引起的不同程度的浮点精确度问题。" #: ../../docs/user/introduction/features.rst:375 msgid "Emission Rate" @@ -629,35 +621,34 @@ msgstr "发行率" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" "加密数字货币如达世币和比特币,都是通过一种加密难度处理过程来产生的,称之为挖矿。挖矿需要不停地解决\\ :ref:`哈希算法 `\\ 直到当前\\ :ref:`难题 `\\ " "的有效解决方法被找到。一旦找到,矿工就会被允许生产新的货币单元。这就是大家都了解的区块奖励。为了保证货币不会受到无止境的通胀影响,区块奖励会被减少到一个正常的区间。以下\\" -" `显示的是计算方式 `_\\ " -"。将这些数据做成图表就会形成一个显示所有流通货币的曲线,称之为货币的发行速率。" +" `显示的是计算方式 " +"`_\\ 。将这些数据做成图表就会形成一个显示所有流通货币的曲线,称之为货币的发行速率。" #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." -msgstr "虽然达世币的创立是基于比特币,但是它很大程度地修改了货币的发行率,随着时间的推移,更加平缓地降低货币发行速率。比特币每4年将发行速率降低50%,而达世币是每210240区块(大约383.25天)降低1/14(约7.14%)。这样可以看出达世币每年减少的区块奖励幅度较小,从而为将来转向收取手续费的经济模型,提供了比比特币更为平缓的过渡。" +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." +msgstr "" +"虽然达世币的创立是基于比特币,但是它很大程度地修改了货币的发行率,随着时间的推移,更加平缓地降低货币发行速率。比特币每4年将发行速率降低50%,而达世币是每210240区块(大约383.25天)降低1/14(约7.14%)。这样可以看出达世币每年减少的区块奖励幅度较小,从而为将来转向收取手续费的经济模型,提供了比比特币更为平缓的过渡。" #: ../../docs/user/introduction/features.rst:401 msgid "Bitcoin vs. Dash coin emission rate" @@ -668,14 +659,13 @@ msgid "Total coin emission" msgstr "总发行量" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" "`比特币的总发行量 " "`_\\" @@ -685,15 +675,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" "`达世币的总发行量 `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -756,19 +744,18 @@ msgstr "去中心化预算管理" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -976,9 +963,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1154,13 +1140,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" "这个文档是基于moocowmoo的计算和帖子。详情请见\\ `这个Reddit的帖子 " "`, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "你可以在\\ :ref:`governance`\\ 专区浏览更多关于达世币管理的文献资料。" #: ../../docs/user/introduction/features.rst:559 @@ -1219,19 +1201,18 @@ msgstr "哨兵" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1244,22 +1225,21 @@ msgstr "手续费" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" "Dash " "网络上的交易被记录在区块链上。交易的大小以字节为单位,但高价值交易与其交易字节数大小无必要相关性。交易大小则是由有多少输入与输出决定,因为有更多的数据被保存在区块中。每个区块都" @@ -1268,15 +1248,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1314,29 +1294,29 @@ msgstr "每 kB 交易数据" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1346,52 +1326,51 @@ msgstr "进化版" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "以下便是我们目前在Evolution上所做的工作,增加了许多单元如:" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "**DAPI:**\\ 分布式应用程序接口,允许第三层用户安全接入网络" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "**分布式DashPay钱包:**\\ 用户可通过DAPI在不同操作平台接入这些轻钱包" #: ../../docs/user/introduction/features.rst:675 @@ -1408,8 +1387,8 @@ msgstr "**预算:**\\ 主节点网络被赋予了投票的权力,从而可 #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "**管理:**\\ 主节点网络被赋予了投票的权力从而管理达世币项目及发展方向" #: ../../docs/user/introduction/features.rst:681 @@ -1420,8 +1399,8 @@ msgstr "**可识别主节点列表** 该功能引入一个链上主节点列表 #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "**社交钱包** 我们引入一个社交钱包,它将允许好友列表,用户分组和共享多签名账户" #: ../../docs/user/introduction/features.rst:688 @@ -1436,9 +1415,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" "以下的视频是达世币创始人Evan Duffield和用户体验/用户界面设计开发部门负责人Chuck Williams对Dash " "Evolution平台开发流程和即将呈现的功能所做的描述。" @@ -1456,36 +1435,12 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "**Evolution Demo #3 - Dashpay User Experience**, 2018年5月15日" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "**Chuck Williams on Evolution**, Dash Conference London, 2017年9月14日" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" -msgstr "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 2017年6月28日" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgstr "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 2017年6月28日" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 3f91eaebc..5aa050ebb 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po index c4aee69fc..1f018063e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/information.po @@ -1,36 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # jmp2esp , 2022 # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "达世币生态体系和网络的相关词汇及链接" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -57,14 +56,12 @@ msgid "**User documentation:** https://docs.dash.org" msgstr "**用户文档:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 -#, fuzzy msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "**用户文档:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:22 -#, fuzzy msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "**用户文档:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" @@ -122,7 +119,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "**BitcoinTalk 创始贴:** https://bitcointalk.org/index.php?topic=421615.0" #: ../../docs/user/introduction/information.rst:45 @@ -158,7 +156,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "**Dash Embassy D-A-CH auf 德语电报群:** https://t.me/dashembassydach" #: ../../docs/user/introduction/information.rst:55 @@ -308,19 +307,17 @@ msgid "**Dash Official Account:** https://twitter.com/dashpay" msgstr "**达世币官方账号:** https://twitter.com/dashpay" #: ../../docs/user/introduction/information.rst:103 -#, fuzzy msgid "" "**Samuel Westrich, CTO of Dash Core Group:** " "https://twitter.com/SamWestrich/" -msgstr "**Ryan Taylor,CEO of Dash Core Group:** https://twitter.com/RTaylor05" +msgstr "" #: ../../docs/user/introduction/information.rst:104 msgid "" "**Joël Valenzuela, Chief Editor, Dash Force News:** " "https://twitter.com/TheDesertLynx" msgstr "" -"**Joël Valenzuela, 主编, Dash Force News:** " -"https://twitter.com/TheDesertLynx" +"**Joël Valenzuela, 主编, Dash Force News:** https://twitter.com/TheDesertLynx" #: ../../docs/user/introduction/information.rst:105 msgid "**とみ三(Samurai33), Dash Japan:** https://twitter.com/samurai3311" @@ -348,11 +345,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" -"**Dash News 西班牙语 (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News 西班牙语 (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" #: ../../docs/user/introduction/information.rst:115 msgid "**Dash News Korea:** https://dashnewskorea.com" @@ -404,14 +401,14 @@ msgstr "**Bitcoin.com 论坛:** https://forum.bitcoin.com/dash-f67" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" -msgstr "" -"**Crypto-city.com 网页:** https://www.crypto-city.com/index.php/dash-dash-" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" "coin" +msgstr "" +"**Crypto-city.com 网页:** https://www.crypto-city.com/index.php/dash-dash-coin" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "**Bitco.in 论坛:** https://bitco.in/forum/threads/dash-digitalcash.891" #: ../../docs/user/introduction/information.rst:147 @@ -451,9 +448,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashvotetracker.com" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -524,9 +520,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.coinexplorer.net/dash" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -550,12 +545,10 @@ msgstr "**Dash (镜像主页):** http://dashorg64cjvj4s3.onion" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" #: ../../docs/user/introduction/information.rst:207 @@ -609,7 +602,8 @@ msgstr "" "https://play.google.com/store/apps/details?id=hashengineering.darkcoin.wallet" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -633,8 +627,10 @@ msgstr "" "https://play.google.com/store/apps/details?id=io.coinCap.coinCap" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" -msgstr "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgstr "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" #: ../../docs/user/introduction/information.rst:233 msgid "" @@ -662,12 +658,13 @@ msgstr "51% 攻击" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." -msgstr "一旦某个加密数字货币的超过一半的算力由某一位或某一群矿工所控制,那么,这些在在算力数量上独占优势的矿工就会成为该网络的权威人士。这就意味着,网络上的每个客户端都会信任这些潜在的网络攻击者验证后的交易区块。" +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." +msgstr "" +"一旦某个加密数字货币的超过一半的算力由某一位或某一群矿工所控制,那么,这些在在算力数量上独占优势的矿工就会成为该网络的权威人士。这就意味着,网络上的每个客户端都会信任这些潜在的网络攻击者验证后的交易区块。" #: ../../docs/user/introduction/information.rst:251 msgid "Address" @@ -678,8 +675,8 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" "达世币地址用于\\ :ref:`在达世币网络上完成达世币的发送/接收 `\\ " "。它包含一连串由字母和数字组成的字符,或者以可扫描的二维码的形式出现。达世币地址同时也可以充当达世币用户的公钥,从而以数字化的方式授权交易(请参照公钥词条浏览相关信息)。" @@ -691,9 +688,9 @@ msgstr "算法" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" "根据维基百科的定义,\\ `算法 `_\\ " "指的是在数学和计算机科学之中,任何独立且定义完备的具体计算步骤,通常用于计算、数据处理和自动推理。" @@ -707,7 +704,8 @@ msgid "" "Since Bitcoin was the first cryptocurrency and has the largest market " "capitalization, it is considered as the reference. An altcoin, or " "alternative coin, is any cryptocurrency other than Bitcoin." -msgstr "比特币是全球首个加密数字货币,它的市值比其它币种都要高。考虑到这些因素,比特币往往被当作行业的标杆,而通常所说的竞争币往往是指除比特币之外的其它任何加密数字货币。" +msgstr "" +"比特币是全球首个加密数字货币,它的市值比其它币种都要高。考虑到这些因素,比特币往往被当作行业的标杆,而通常所说的竞争币往往是指除比特币之外的其它任何加密数字货币。" #: ../../docs/user/introduction/information.rst:269 msgid "AML" @@ -716,9 +714,9 @@ msgstr "反洗钱" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "反洗钱技术用于防止人们将非法所得合法化,从本质上来说,它是技术或法律操作。监管机构经常将反洗钱技术应用于达世币交易平台。" #: ../../docs/user/introduction/information.rst:275 @@ -728,9 +726,8 @@ msgstr "API" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" "据维基百科的定义,\\ `应用程序接口 (API) " "`_\\ " @@ -738,13 +735,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." -msgstr "应用程序接口通常以软件的操作、输入、输出和默认类型来表达其成分,并定义独立于各个部分之外的总体功能。这就意味着,在应用手续接口界面不受损害的前提下,应用程序仍然具备其定义并能完成操作。一个好的应用程序接口可以为软件开发提供所有的构件,帮助程序员高效地完成组合。" +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." +msgstr "" +"应用程序接口通常以软件的操作、输入、输出和默认类型来表达其成分,并定义独立于各个部分之外的总体功能。这就意味着,在应用手续接口界面不受损害的前提下,应用程序仍然具备其定义并能完成操作。一个好的应用程序接口可以为软件开发提供所有的构件,帮助程序员高效地完成组合。" #: ../../docs/user/introduction/information.rst:289 msgid "ASIC" @@ -752,15 +750,13 @@ msgstr "ASIC" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" -"专用集成电路 (ASIC) 是针对整机或系统的需要,专门为之设计制造的集成电路 " -"(IC),而不是为了满足通用目的而设计制造的集成电路。举个例子,为\\ :ref:`高效率的达世币挖矿 `\\ " -"而专门设计的数字录音机的芯片就是一种专用集成电路。" +"专用集成电路 (ASIC) 是针对整机或系统的需要,专门为之设计制造的集成电路 (IC),而不是为了满足通用目的而设计制造的集成电路。举个例子,为\\ " +":ref:`高效率的达世币挖矿 `\\ 而专门设计的数字录音机的芯片就是一种专用集成电路。" #: ../../docs/user/introduction/information.rst:296 msgid "ATM / BTM" @@ -769,9 +765,9 @@ msgstr "ATM / BTM" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" "达世币ATM是一种实体设备,消费者们可以通过它用现金购买达世币。目前,业内有各种各样的达世币ATM制造商,其中的一些产品可以为用户将达世币兑换成现金。有时,这些达世币ATM也被称作\"BTMs\"或者\"Dash" " AVMS\"。很多类型的\\ :ref:`ATMs `\\ 都开通了达世币业务。" @@ -782,8 +778,8 @@ msgstr "积压" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "积压通常是指随着时间的推移而日渐累积的待办事项或等待完成的命令。" #: ../../docs/user/introduction/information.rst:306 @@ -792,13 +788,13 @@ msgstr "备份" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" "复制计算机文件,以便文件在发生丢失、失窃或损坏等情况后仍能保持完整。达世币允许用户对个人的数字钱包\\ :ref:`进行备份 `\\ " @@ -811,9 +807,10 @@ msgstr "比特币 2.0" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" -msgstr "这一术语阐释了比特币项目的新级别。虽然这个项目起步于比特币的一个分叉,但其代码却拓展到了区块链项目的新级别,(包括智能合约和去中心化投票,....)等等。" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +msgstr "" +"这一术语阐释了比特币项目的新级别。虽然这个项目起步于比特币的一个分叉,但其代码却拓展到了区块链项目的新级别,(包括智能合约和去中心化投票,....)等等。" #: ../../docs/user/introduction/information.rst:321 msgid "Blockchain" @@ -821,17 +818,16 @@ msgstr "区块链" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" -"据维基百科的定义,\\ `区块链 " -"`_\\ " +"据维基百科的定义,\\ `区块链 `_\\ " "是一个分布式的数据库,它维护着一个不断拓展的、优化了防篡改功能功能的数据记录列表。区块链是由包含交易信息的区块从后向前有序链接起来的数据结构。区块链的初始区块中存储着数据,而新近的区块上则存储着数据和程序,其中,每个区块都包含着批量的个人交易数据和任何区块链上的可执行文件的结果。此外,每个区块上都包含着一个时间戳和将其链接到此前区块的信息。" #: ../../docs/user/introduction/information.rst:332 @@ -843,9 +839,9 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" "据维基百科的定义,区块链上的\\ `区块 " "`_\\ " @@ -859,11 +855,11 @@ msgstr "ChainLock" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" "定义于`DIP8 " "`__,ChainLocks " @@ -875,14 +871,15 @@ msgstr "云钱包" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." -msgstr "第三方服务器可以为用户代为存储达世币,这样用户就可以从联网的任何设备上获取个人资金了。不过,如果第三方的网站遭到黑客攻击或者服务器受损,那么用户的资金就有丢失的风险。用户的网络钱包都应当强化密码配置并使用2FA双重验证。用户的网络钱包是无法备份的,因为个人无法获取私钥。我们不建议用户将大量资金存储在网络云钱包当中。" +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." +msgstr "" +"第三方服务器可以为用户代为存储达世币,这样用户就可以从联网的任何设备上获取个人资金了。不过,如果第三方的网站遭到黑客攻击或者服务器受损,那么用户的资金就有丢失的风险。用户的网络钱包都应当强化密码配置并使用2FA双重验证。用户的网络钱包是无法备份的,因为个人无法获取私钥。我们不建议用户将大量资金存储在网络云钱包当中。" #: ../../docs/user/introduction/information.rst:358 msgid "Coinbase transaction" @@ -890,9 +887,9 @@ msgstr "Coinbase交易" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "区块中的第一个交易都是由矿工创建的,它包括一个指明区块回报的输入值。其中,区块回报主要划分给矿工和既定的主节点持有人。" #: ../../docs/user/introduction/information.rst:363 @@ -903,8 +900,8 @@ msgstr "冷存储" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" "线下生成并存储私钥。用户可以使用脱机状态下的台式电脑或笔记本电脑、专用的硬件钱包、U盘或\\ :ref:`纸钱包 `\\ 来生成并存储私钥。" @@ -915,32 +912,32 @@ msgstr "(已)确认交易" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." -msgstr "当达世币交易发生时,矿工必须验证交易是否有效。在输入和输出得到验证后,交易才会被包含进区块链上的区块里。此时,交易完成且不可逆转。随着区块链上的区块数量的增加,交易确认的数量也会随之增加。" +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." +msgstr "" +"当达世币交易发生时,矿工必须验证交易是否有效。在输入和输出得到验证后,交易才会被包含进区块链上的区块里。此时,交易完成且不可逆转。随着区块链上的区块数量的增加,交易确认的数量也会随之增加。" #: ../../docs/user/introduction/information.rst:376 msgid "Confirmation Number" msgstr "确认数" #: ../../docs/user/introduction/information.rst:377 -#, fuzzy msgid "confirmations" -msgstr "零确认" +msgstr "" #: ../../docs/user/introduction/information.rst:380 msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" "具体某个达世币交易的确认次数。零确认意指\\ **未确认的交易**\\ " "。一次确认意味着交易包含在区块链上的最后一个区块上。二次确认意味着交易包含在最后的两个区块上;三次确认意味着交易包含在最后的三个区块上……以此类推。交易被逆转(也就是所谓的双花支付)的概率随着各个区块和后续确认的增加而骤减。六次确认往往就被认为是" @@ -953,10 +950,11 @@ msgstr "已确认的交易" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." -msgstr "完成六次确认后的交易被视为已由矿工处理且不可逆。以即时发送为例,资金在数秒后不逆转,不过交易情况仍然会被记录在区块链上,并被视作(已)确认。" +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." +msgstr "" +"完成六次确认后的交易被视为已由矿工处理且不可逆。以即时发送为例,资金在数秒后不逆转,不过交易情况仍然会被记录在区块链上,并被视作(已)确认。" #: ../../docs/user/introduction/information.rst:394 msgid "CPU" @@ -965,15 +963,15 @@ msgstr "CPU" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" "据维基百科的定义,\\ `中央处理器(CPU) " "`_\\ " @@ -989,8 +987,8 @@ msgstr "加密数字货币" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" "据维基百科的定义,\\ `加密数字货币 `_\\ " "(虚拟货币或加密货币)指的是应用加密技术来确保交易安全并控制货币发行的交换媒介。" @@ -1003,34 +1001,34 @@ msgstr "密码学" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." -msgstr "密码学(一词源于希腊语kryptós“隐藏的”和gráphein“书写”)。它指的是在有第三方存在的情况下,为提高通信安全技术而进行的研究和操作。通常来说,密码学是构建和分析协议,从而防止第三方或公众浏览私人讯息的学科,它涉及信息安全的方方面面,其中数据保密性、数据完整性、身份验证和不可否认性是现代密码学的核心。现代密码学汇集了数学、计算机科学和电子工程的学科知识,它的应用包括ATM卡、计算机密码和电子商务。" +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." +msgstr "" +"密码学(一词源于希腊语kryptós“隐藏的”和gráphein“书写”)。它指的是在有第三方存在的情况下,为提高通信安全技术而进行的研究和操作。通常来说,密码学是构建和分析协议,从而防止第三方或公众浏览私人讯息的学科,它涉及信息安全的方方面面,其中数据保密性、数据完整性、身份验证和不可否认性是现代密码学的核心。现代密码学汇集了数学、计算机科学和电子工程的学科知识,它的应用包括ATM卡、计算机密码和电子商务。" #: ../../docs/user/introduction/information.rst:426 msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -1049,8 +1047,8 @@ msgstr "DAP客户端" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "指HTTP客户端连接DAPI,使达世币区块链用户可以在各自的DAP空间读取和写入数据。" #: ../../docs/user/introduction/information.rst:444 @@ -1059,8 +1057,8 @@ msgstr "DAP纲要" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "达世币纲要文档是达世币系统纲要的延展,用以定义共识数据和DAP合约的规则。" #: ../../docs/user/introduction/information.rst:448 @@ -1069,8 +1067,8 @@ msgstr "DAP空间" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "部分DAP空间被具体的某个区块链用户拥有。DAP空间内的数据只能被拥有者更改。" #: ../../docs/user/introduction/information.rst:452 @@ -1089,11 +1087,11 @@ msgstr "DAPI" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." -msgstr "分布式应用程序接口的定义可参考上一词条应用程序接口的定义。它所具备的功能与应用程序接口相同,不同的是主节点仲裁链作为分布式应用程序接口的通信端点。" +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." +msgstr "" +"分布式应用程序接口的定义可参考上一词条应用程序接口的定义。它所具备的功能与应用程序接口相同,不同的是主节点仲裁链作为分布式应用程序接口的通信端点。" #: ../../docs/user/introduction/information.rst:462 msgid "Dark Gravity Wave" @@ -1101,12 +1099,12 @@ msgstr "暗黑重力波" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" " :ref:`暗黑重力波难度调节算法(也称Dark Gravity Wave或简称DGW) `\\ " ",它和Kimoto Gravity " @@ -1128,14 +1126,13 @@ msgstr "达世币" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1144,9 +1141,9 @@ msgstr "Dash驱动" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" "主节点使用达世币网络数据存储终端服务来处理与Evolution相关的链下数据。DashDrive安装了\\ `IPFS " "`_,这是一种分布式的文件存储系统。" @@ -1157,13 +1154,14 @@ msgstr "达世币客户端" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." -msgstr "达世币客户端是用于与达世币网络相连的软件程序。它存储着完成达世币交易所需的私钥和整个区块链的副本。每一个与达世币网络相连的达世币客户端都会成为网络上的一个节点,而每一个节点都会与整个网络的其它成员一同分享和传播新的交易资讯,从而创建一个更有活力的去中心化基础框架。" +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." +msgstr "" +"达世币客户端是用于与达世币网络相连的软件程序。它存储着完成达世币交易所需的私钥和整个区块链的副本。每一个与达世币网络相连的达世币客户端都会成为网络上的一个节点,而每一个节点都会与整个网络的其它成员一同分享和传播新的交易资讯,从而创建一个更有活力的去中心化基础框架。" #: ../../docs/user/introduction/information.rst:497 msgid "Dash Core Wallet" @@ -1171,11 +1169,11 @@ msgstr "Dash Core钱包" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1185,8 +1183,8 @@ msgstr "Dash Evolution" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" "目前,达世币在搭建一个3层的网络,它将使达世币在保持去中心化的同时,变得像Paypal一样便于使用。如需了解更多信息,请浏览\\ " ":ref:`达世币Evolution `\\ 的相关页面。" @@ -1197,8 +1195,8 @@ msgstr "达世币纲要" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "以JSON为基础的语言用以定义和验证Evolution中的共识数据。" #: ../../docs/user/introduction/information.rst:514 @@ -1207,13 +1205,14 @@ msgstr "DDoS攻击" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." -msgstr "分散式阻断服务攻击指的是攻击者使用个人控制的大量计算机来消耗攻击对象的资源。他们经常通过互联网发送少量的网络流量,从而阻碍攻击对象的计算能力和带宽资源,并阻断攻击对象向正规用户提供的服务。达世币交易平台有时也会遭到此类攻击。" +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." +msgstr "" +"分散式阻断服务攻击指的是攻击者使用个人控制的大量计算机来消耗攻击对象的资源。他们经常通过互联网发送少量的网络流量,从而阻碍攻击对象的计算能力和带宽资源,并阻断攻击对象向正规用户提供的服务。达世币交易平台有时也会遭到此类攻击。" #: ../../docs/user/introduction/information.rst:522 msgid "Decentralized" @@ -1222,20 +1221,20 @@ msgstr "分布式" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" "根据维基百科的定义,\\ `分布式计算 " "`_\\ " @@ -1248,10 +1247,10 @@ msgstr "桌面钱包" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" "钱包指的是用于存储达世币的软件。现有的钱包种类多种多样,但用户必须选择安全系数高的钱包。我们建议用户选用\\ :ref:`Dash Core钱包 " "`\\ 、\\ :ref:`达世币轻钱包 `\\ 和\\ " @@ -1265,13 +1264,14 @@ msgstr "难度" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." -msgstr "这一数字决定了计算新的区块的难度。它和区块哈希的既定数值中的最大数值有关。这个最大数值越低,那么产生适宜的哈希值的难度就越大。难度的变化取决于矿工在达世币网络上使用的计算能力的大小。如果大量矿工脱离网络,那么难度就会减小。达世币的日趋流行和专用集成电路的日渐普及使得难度与日俱增。" +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." +msgstr "" +"这一数字决定了计算新的区块的难度。它和区块哈希的既定数值中的最大数值有关。这个最大数值越低,那么产生适宜的哈希值的难度就越大。难度的变化取决于矿工在达世币网络上使用的计算能力的大小。如果大量矿工脱离网络,那么难度就会减小。达世币的日趋流行和专用集成电路的日渐普及使得难度与日俱增。" #: ../../docs/user/introduction/information.rst:558 msgid "Digital Wallet" @@ -1283,11 +1283,11 @@ msgstr "查看此\\ :ref:`链接 `\\ ,浏览所有钱包资料。" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" "数字钱包类似于实体钱包,只不过数字钱包里放的是 **数字货币** " ",而实体钱包里放的是实体货币。达世币钱包里还存有私钥,也就是完成达世币交易的必备工具之一。为了防止丢失个人拥有的达世币,用户可以对钱包进行备份。数字钱包有多种类型,可用于各种设备:" @@ -1301,19 +1301,19 @@ msgid "" "copies of your wallet files to ensure that you don't lose access to your " "funds." msgstr "" -"**桌面钱包**\\ (\\ :ref:`达世币轻钱包 `\\ 、\\ :ref:`Dash " -"Core钱包 `\\ " +"**桌面钱包**\\ (\\ :ref:`达世币轻钱包 `\\ 、\\ :ref:`Dash Core钱包 " +"`\\ " "):指的是安装在台式电脑或笔记本电脑上的钱包软件。用户只需保障钱包文件和文件中包含的私钥的安全。用户还可以对钱包文件进行备份,以便防止丢失个人拥有的达世币。" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" "**移动钱包**\\ (\\ :ref:`安卓 `\\ 、\\ :ref:`iOS `\\ ):用户可以通过Google " @@ -1322,15 +1322,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" "**网络钱包、云钱包或网络钱包**\\ (\\ :ref:`Exodus `\\ 、\\ " ":ref:`MyDashWallet `\\ " @@ -1340,12 +1340,12 @@ msgstr "" msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" "**硬件钱包**\\ (\\ :ref:`Trezor `\\ " "、KeepKey、Ledger和Nano):硬件钱包指的是专用的防篡改硬件设备,它可以存储个人私钥。用户可以使用在脱机状态下使用私钥来完成交易。不过,要想把交易上传到达世币网络,用户必须联网。硬件钱包不仅方便用户使用私钥,还确保了私钥的安全。它是公认的最安全的达世币存储方式。" @@ -1353,15 +1353,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" "**线下存储/冷存储**\\ (\\ :ref:`冷钱包 `\\ " "):这是一种离线创建且不会联网的钱包。它的创建过程包括使用软件离线生成公钥和私钥,然后记录下生成的公钥和私钥。用户可以将公钥或私钥打印到纸上,或者采用激光蚀刻进行记录。用户还可以制作副本并存储在个人保险箱或银行保险箱里。这是一种非常安全的达世币存储方式,它不像软件钱包一样面临失窃风险,也不像网络钱包一样可能受到黑客攻击。但值得注意的是,U盘对于长期(数年)存储来说是不安全的,因为U盘的性能会随着时间的推移而降低。" @@ -1373,17 +1372,17 @@ msgstr "DKG" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." -msgstr "" -"定义于`DIP6 `__,分布式" -" Key 生成(`DKG `__) 是一种生成 用来在 LLMQ 中进行网络消息签名的BLS 密钥对。它基于 M-N " +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." +msgstr "" +"定义于`DIP6 `__,分布式 " +"Key 生成(`DKG `__) 是一种生成 用来在 LLMQ 中进行网络消息签名的BLS 密钥对。它基于 M-N " "策略和分布式生成,是 Shamir 的秘密分享技术的实现。" #: ../../docs/user/introduction/information.rst:628 @@ -1392,14 +1391,15 @@ msgstr "数字签名" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." -msgstr "数字签名是一种数学机制,它帮助个人证明自己的身份和对数字资产的所有权。当个人的数字钱包通过正确的私钥进行交易时,整个达世币网络都可以看到与交易地址对应的签名,而用户而无需向网络公示自己的私钥。用户还可以通过私钥进行数字化的签名,从而证明自己对达世币地址的所有权。" +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." +msgstr "" +"数字签名是一种数学机制,它帮助个人证明自己的身份和对数字资产的所有权。当个人的数字钱包通过正确的私钥进行交易时,整个达世币网络都可以看到与交易地址对应的签名,而用户而无需向网络公示自己的私钥。用户还可以通过私钥进行数字化的签名,从而证明自己对达世币地址的所有权。" #: ../../docs/user/introduction/information.rst:638 msgid "Electrum Wallet" @@ -1407,10 +1407,10 @@ msgstr "轻钱包" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1419,17 +1419,17 @@ msgstr "加密" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" "在密码学当中,\\ `加密 `_\\ " "指的是对消息或信息进行加密,以确保只有得到授权的第三方才能读取这些消息或信息的过程。即使第三方拦截了经过加密的信息,在没有私钥的情况下,他们所能看到的也只是乱码。在加密计划中,明码文本会以某种加密算法生成只有既定信息接收者才能解密的密码文本。出于技术方面的考虑,加密方案往往采用算法生成的伪随机加密密码。不断提高的计算能力已经破解了许多过去的加密算法,但AES-256等经过精心设计的现代系统基本上是“不可破解的”。" @@ -1446,8 +1446,8 @@ msgstr "`契约 `_\\ 是指:" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "一个协议。根据这个协议,第三方为主要的交易方收发资金或文件,不过,支付条款取决于交易方的一致同意。" #: ../../docs/user/introduction/information.rst:667 @@ -1467,13 +1467,13 @@ msgstr "以借款人的名义持有的信托账户,用于履行财产税的缴 msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." -msgstr "在互联网上购买加密数字货币或其它关联产品或服务时,消费者通常可以使用可靠的托管服务。买卖双方都可以选择一个值得信赖的第三方,由卖方将加密数字货币(或其它关联产品)发送给第三方,再由买方向第三方发送相应的钱款。一旦确认双方都满足了协议条款的规定,受委托的第三方就会将钱款和所购买的加密数字货币(或其它关联产品)转发给相应的一方。" +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." +msgstr "" +"在互联网上购买加密数字货币或其它关联产品或服务时,消费者通常可以使用可靠的托管服务。买卖双方都可以选择一个值得信赖的第三方,由卖方将加密数字货币(或其它关联产品)发送给第三方,再由买方向第三方发送相应的钱款。一旦确认双方都满足了协议条款的规定,受委托的第三方就会将钱款和所购买的加密数字货币(或其它关联产品)转发给相应的一方。" #: ../../docs/user/introduction/information.rst:682 msgid "Evan Duffield" @@ -1481,9 +1481,9 @@ msgstr "Evan Duffield" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" "Evan是达世币的创始人和第一个首席开发人员,也是X11算法、即时发送功能和匿名发送功能的发明者。在创建达世币之前,他是一名持有Series " "65金融牌照的理财顾问。" @@ -1495,14 +1495,14 @@ msgstr "交易所" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" "达世币汇率指的是达世币与美元、日元、欧元或比特币等其它币种的币价汇率。由于大多数加密数字货币交易大多发生在达世币和比特币市场上,因此币价通常参考比特币的报价。举个例子,2017年3月的达世币价约等于0.08(比特币)。跟进达世币价的最佳网站之一就是\\" " `CoinMarketCap `_\\ " @@ -1514,11 +1514,12 @@ msgstr "Faucet" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." -msgstr "Faucets是一个奖励系统,它以网站或应用程序的形式出现,向访客提供百万分之一个达世币的小额奖励。根据网站的要求,访客可以在输入验证码或完成任务后领取奖励。" +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." +msgstr "" +"Faucets是一个奖励系统,它以网站或应用程序的形式出现,向访客提供百万分之一个达世币的小额奖励。根据网站的要求,访客可以在输入验证码或完成任务后领取奖励。" #: ../../docs/user/introduction/information.rst:705 msgid "Fiat Gateway" @@ -1526,8 +1527,8 @@ msgstr "法币通道" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "`法币 `_\\ 有下列含义:" #: ../../docs/user/introduction/information.rst:710 @@ -1536,12 +1537,13 @@ msgstr "依靠政府的法令成为合法通货的货币。" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "由国家发行,但根据法律规定无法兑换成其它商品,根据任何客观标准也不具备固定价值的货币。" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "本质上毫无价值,但由于政府法令的支持才成为货币。" #: ../../docs/user/introduction/information.rst:714 @@ -1556,15 +1558,14 @@ msgstr "金融科技" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." -msgstr "" -"根据维基百科的定义,\\ `金融科技 " -"`_\\ " +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." +msgstr "" +"根据维基百科的定义,\\ `金融科技 `_\\ " "指的是指企业运用科技手段使金融服务变得更高效,并因此而形成的一个经济产业。这些金融科技企业通常在创立之初就立志要使金融服务更加高效或力求摆脱中间商的干扰。最近,许多金融科技公司已经开始使用区块链技术了,这项技术正是达世币和比特币的基础。" #: ../../docs/user/introduction/information.rst:725 @@ -1573,23 +1574,23 @@ msgstr "分叉" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." -msgstr "当区块链分叉之后,一些客户会认定其中的某一个版本才是正宗的,而另一些客户则认可另一个版本。由于更早诞生的区块链往往被人们认为是正版,因此很多分叉可以自发解决各种问题并避免后续干扰。随着时间的流逝,某个版本的区块链终将胜出并获得大多数人的认可。不过,分叉仍然是有风险的,因此区块链应当尽量避免分叉。" +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." +msgstr "" +"当区块链分叉之后,一些客户会认定其中的某一个版本才是正宗的,而另一些客户则认可另一个版本。由于更早诞生的区块链往往被人们认为是正版,因此很多分叉可以自发解决各种问题并避免后续干扰。随着时间的流逝,某个版本的区块链终将胜出并获得大多数人的认可。不过,分叉仍然是有风险的,因此区块链应当尽量避免分叉。" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" -"最有可能发生分叉的阶段是网络进行软件更新的时候。达世币通过多阶段的分叉技术(\\ :ref:`叉勺技术 `\\ " -")来提高灵活性和安全性。" +"最有可能发生分叉的阶段是网络进行软件更新的时候。达世币通过多阶段的分叉技术(\\ :ref:`叉勺技术 `\\ )来提高灵活性和安全性。" #: ../../docs/user/introduction/information.rst:739 msgid "Full Nodes" @@ -1597,11 +1598,11 @@ msgstr "全节点" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" "全节点指的是为网络提供完整版区块链的任何达世币客户端,其中包括在个人电脑上运行的Dash Core钱包和\\ :ref:`主节点 " "`\\ 等等。全节点通过允许任何用户对区块链的有效性进行双重验证来提高去中心化。" @@ -1632,16 +1633,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" "根据维基百科的定义,\\ `图形处理器(GPU) " "`_\\ " @@ -1654,9 +1655,9 @@ msgstr "硬件钱包" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" ":ref:`硬件钱包 `\\ " "是最安全的达世币钱包。用户的私钥会被存储在硬件当中,不存在泄露到互联网上的风险。与此同时,用户仍然能够正常地进行交易。硬件钱包既安全,又方便。" @@ -1667,12 +1668,13 @@ msgstr "哈希值" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." -msgstr "这一词条指的是一个数学过程,它采用数量可变的数据来产生较短的且长度固定的输出数据。哈希函数具有两个重要的特征:首先,从数学的角度来看,人们很难根据输出数据来推算原始的输入数据;其次,对输入数据的微小改变将导致截然不同的输出数据。" +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." +msgstr "" +"这一词条指的是一个数学过程,它采用数量可变的数据来产生较短的且长度固定的输出数据。哈希函数具有两个重要的特征:首先,从数学的角度来看,人们很难根据输出数据来推算原始的输入数据;其次,对输入数据的微小改变将导致截然不同的输出数据。" #: ../../docs/user/introduction/information.rst:783 msgid "Hashrate" @@ -1680,8 +1682,8 @@ msgstr "算力" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "达世币矿工在既定时间里(通常是一秒钟)可以改变算力。" #: ../../docs/user/introduction/information.rst:787 @@ -1690,8 +1692,8 @@ msgstr "Insight" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "用于支持区块浏览器并回复交易查询的区块链信息服务器。" #: ../../docs/user/introduction/information.rst:791 @@ -1708,11 +1710,11 @@ msgstr "即时支付" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" ":ref:`即时发送 `\\ " "技术借助主节点网络锁定输入的交易数据,防止达世币双花支付。与需要一个小时甚至更长时间才能完成交易确认的比特币不同的是,即时发送功能只需要几秒钟就能锁定交易并使交易不可逆转。" @@ -1723,12 +1725,12 @@ msgstr "资产流动性" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." -msgstr "在轻松进行交易的同时维持价格大致相同。对于流通性来说,拥有稳定且大规模的买卖群体非常重要。一旦市场流通性不足,币价将出现波动,各方也无法轻松地确认资产的价值。" +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." +msgstr "" +"在轻松进行交易的同时维持价格大致相同。对于流通性来说,拥有稳定且大规模的买卖群体非常重要。一旦市场流通性不足,币价将出现波动,各方也无法轻松地确认资产的价值。" #: ../../docs/user/introduction/information.rst:808 msgid "LLMQ" @@ -1737,13 +1739,13 @@ msgstr "LLMQ" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" "定义与`DIP6 " "`__,一个长效主节点仲裁团(LLMQ)是一个确定性的全节点子集。此仲裁团在分布式密钥生成(DKG)协议的帮助下生成并且存在很长时间(例如数天)。多个仲裁团同时处于激活状态,允许这些仲裁团之前负载均衡。LLMQ" @@ -1755,9 +1757,9 @@ msgstr "主节点" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" ":ref:`主节点 `\\ " "是一种特殊的全节点,它为网络提供服务并凭借这样的服务获取区块奖励。主节点的持有条件是持有1000个达世币。" @@ -1774,10 +1776,10 @@ msgstr "挖矿" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1794,17 +1796,16 @@ msgstr "多重签名" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." -msgstr "" -"通过要求用户在交易发送前以个人私钥进行签名授权,多重签名地址为用户进一步强化了安全。举个例子,在\\ :ref:`2/3多重签名当 " -"`\\ " +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." +msgstr "" +"通过要求用户在交易发送前以个人私钥进行签名授权,多重签名地址为用户进一步强化了安全。举个例子,在\\ :ref:`2/3多重签名当 `\\ " "中,用户需要获得规定的3个签名中的两个才能授权交易。通常来说,多重签名地址被交易平台或其它拥有大量加密数字货币的机构所采纳,用于降低失窃的风险。" #: ../../docs/user/introduction/information.rst:846 @@ -1813,9 +1814,9 @@ msgstr "节点" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "节点指的是运行达世币钱包软件的任何设备。全节点是下载了整个区块链并在达世币点对点网络上为其它客户服务的节点。" #: ../../docs/user/introduction/information.rst:851 @@ -1824,12 +1825,13 @@ msgstr "OTC" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." -msgstr "场外交易(OTC)是指在交易平台之外发生的交易。在场外交易期间,买卖双方直接对接或经过中间人进行接触。当一个人想要买卖大额的加密数字货币但又担心大额订单会导致价格改变(波动)时,场外交易非常有用。" +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." +msgstr "" +"场外交易(OTC)是指在交易平台之外发生的交易。在场外交易期间,买卖双方直接对接或经过中间人进行接触。当一个人想要买卖大额的加密数字货币但又担心大额订单会导致价格改变(波动)时,场外交易非常有用。" #: ../../docs/user/introduction/information.rst:858 msgid "P2P" @@ -1837,11 +1839,12 @@ msgstr "P2P" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." -msgstr "点对点交易。它指的是在高度互联的网络中至少在两方之间发生的去中心化交流。它是轴辐式网络的替代系统,轴辐式网络中的各交易方由一个联结点连接起彼此。" +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." +msgstr "" +"点对点交易。它指的是在高度互联的网络中至少在两方之间发生的去中心化交流。它是轴辐式网络的替代系统,轴辐式网络中的各交易方由一个联结点连接起彼此。" #: ../../docs/user/introduction/information.rst:864 msgid "Paper Wallet" @@ -1863,15 +1866,14 @@ msgstr "隐私" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1880,16 +1882,16 @@ msgstr "私钥" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" -"根据维基百科的定义,\\ `私钥 `_\\ " +"根据维基百科的定义,\\ `私钥 `_\\" +" " "指的是使用达世币时所需的、由数字和字母组成的密码。每一个达世币钱包都包含有一个或多个私钥,它被保存在钱包文件当中。从数学的角度上看,私钥与为钱包而生成的所有达世币地址都有关联。由于它是个人支付达世币的必备条件,所以它的安全性和保密性尤为重要。" #: ../../docs/user/introduction/information.rst:890 @@ -1899,8 +1901,8 @@ msgstr "匿名支付" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1909,12 +1911,12 @@ msgstr "服务量证明 - PoSe" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." -msgstr "通过要求耗费计算能力来创建新的区块,从而确保所有节点真实存在的共识机制。矿工使用昂贵的设备并支付电费来为区块链创建新的区块。如果缺乏某种共识机制,任何节点都能为区块链创建新的区块,这样一来网络节点将难以认同区块链的有效性。" +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." +msgstr "" +"通过要求耗费计算能力来创建新的区块,从而确保所有节点真实存在的共识机制。矿工使用昂贵的设备并支付电费来为区块链创建新的区块。如果缺乏某种共识机制,任何节点都能为区块链创建新的区块,这样一来网络节点将难以认同区块链的有效性。" #: ../../docs/user/introduction/information.rst:903 msgid "Proof of Stake - PoS" @@ -1922,17 +1924,18 @@ msgstr "权益证明 - PoS" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." -msgstr "依赖加密数字货币的所有权来维护区块链的共识机制。在权益证明机制中,每位加密数字货币所有人都可以通过钱包获得一定的“权益”,并且有很小的几率被选作下一个区块的创建者和将新区块添加到区块链的添加人。通过这种方式,所有节点都能达成共识。权益证明机制可以降低耗电量,而且也不需要专用的计算机硬件。不过,这个共识机制也面临着“缺乏权益”的问题。由于没有电力消耗,在被攻击时,权益证明机制出于利益的考量可能会“投票”同时接受正规的区块链和由攻击者创建的区块链。" +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." +msgstr "" +"依赖加密数字货币的所有权来维护区块链的共识机制。在权益证明机制中,每位加密数字货币所有人都可以通过钱包获得一定的“权益”,并且有很小的几率被选作下一个区块的创建者和将新区块添加到区块链的添加人。通过这种方式,所有节点都能达成共识。权益证明机制可以降低耗电量,而且也不需要专用的计算机硬件。不过,这个共识机制也面临着“缺乏权益”的问题。由于没有电力消耗,在被攻击时,权益证明机制出于利益的考量可能会“投票”同时接受正规的区块链和由攻击者创建的区块链。" #: ../../docs/user/introduction/information.rst:916 msgid "Proof of Work - PoW" @@ -1940,13 +1943,13 @@ msgstr "工作量证明 - PoW" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." -msgstr "通过算力来创建新的区块并进而确保所有节点真实可信的共识机制。矿工需要依赖昂贵的设备并支付高额的电费才能将区块添加到区块链上。共识机制的缺失可能致使任何节点都能随意地向区块链新增区块,而网络节点却永远无法就区块链的有效性达成一致意见。" +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." +msgstr "" +"通过算力来创建新的区块并进而确保所有节点真实可信的共识机制。矿工需要依赖昂贵的设备并支付高额的电费才能将区块添加到区块链上。共识机制的缺失可能致使任何节点都能随意地向区块链新增区块,而网络节点却永远无法就区块链的有效性达成一致意见。" #: ../../docs/user/introduction/information.rst:924 msgid "Public Key" @@ -1954,14 +1957,13 @@ msgstr "公钥" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" -"根据维基百科的定义,\\ `公钥 `_\\ " -"由私钥衍生而来,它和私钥的不同之处在于它不是保密的,任何人都可以得知公钥。私钥用于为信息签名授权,而公钥则用于证实签名的有效性。" +"根据维基百科的定义,\\ `公钥 `_\\" +" 由私钥衍生而来,它和私钥的不同之处在于它不是保密的,任何人都可以得知公钥。私钥用于为信息签名授权,而公钥则用于证实签名的有效性。" #: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" @@ -1969,14 +1971,14 @@ msgstr "拉高出货" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." -msgstr "通过激进的宣传和误导性的描述来夸大廉价生产或低价购得的资产的价值。这样的宣传往往诱使他人购进资产,从而推高资产的价格。当价格足够高时,他们再大量出售或变现资产,从而导致价格的暴跌。这样的现象在流动性低的市场上尤其常见,典型的例子就是竞争币市场。" +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." +msgstr "" +"通过激进的宣传和误导性的描述来夸大廉价生产或低价购得的资产的价值。这样的宣传往往诱使他人购进资产,从而推高资产的价格。当价格足够高时,他们再大量出售或变现资产,从而导致价格的暴跌。这样的现象在流动性低的市场上尤其常见,典型的例子就是竞争币市场。" #: ../../docs/user/introduction/information.rst:940 msgid "Quorum" @@ -1984,8 +1986,8 @@ msgstr "仲裁连" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "由既定算法随机选取后组成的主节点群,用以签名或对某行为进行投票。" #: ../../docs/user/introduction/information.rst:944 @@ -1996,9 +1998,10 @@ msgstr "二维码" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." -msgstr "二维码是指在一维条码的基础上扩展出另一维具有可读性的条码,使用黑白矩形图案表示二进制数据的图形块。包括手机摄像头在内的摄像头都可以扫描二维码。它通常还用于达世币地址的解读。" +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." +msgstr "" +"二维码是指在一维条码的基础上扩展出另一维具有可读性的条码,使用黑白矩形图案表示二进制数据的图形块。包括手机摄像头在内的摄像头都可以扫描二维码。它通常还用于达世币地址的解读。" #: ../../docs/user/introduction/information.rst:950 msgid "Satoshi Nakamoto" @@ -2006,9 +2009,9 @@ msgstr "中本聪" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" "根据维基百科的定义,`\\ 中本聪 `_\\ " "是比特币的设计者和初始执行方案的创建人。" @@ -2030,13 +2033,13 @@ msgstr "信号" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." -msgstr "一个支持某个功能或分叉的迹象,标识或者信号。常常用于那些发布支持同意信号的矿工。该消息往往通过他们应用更新版本的软件支持某个协议和/或在产生的区块中设置某个特殊的标志位来传送。" +"protocol and/or by setting a specific version bit within discovered blocks." +msgstr "" +"一个支持某个功能或分叉的迹象,标识或者信号。常常用于那些发布支持同意信号的矿工。该消息往往通过他们应用更新版本的软件支持某个协议和/或在产生的区块中设置某个特殊的标志位来传送。" #: ../../docs/user/introduction/information.rst:967 msgid "State View" @@ -2045,8 +2048,8 @@ msgstr "状态浏览" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "所有状态变更已经被应用后的所有数据对象的当前状态。以在Evolution当中为例,它可以确定社交钱包应当显示的内容。" #: ../../docs/user/introduction/information.rst:972 @@ -2057,17 +2060,17 @@ msgstr "叉勺技术" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" "达世币研发团队创造了一个称为\\ :ref:`叉勺 `\\ " "的技术。通过这个机制,更新的代码将被公布到网络上,但不会被立即激活(或强制执行)。此后,有关变动和更新客户端的必要性的通知信息将会被发送给用户。完成客户端更新的用户将会运行新的代码。不过,在新代码发生错误的时候,达世币网络不会拒绝客户端上的区块,但会避免意外的分叉。然后,错误的相关信息就会被收集并发送给研发团队。一旦研发团队对主网环境下的新代码的稳定性感到满意且网络就新代码的采用达成共识,那么团队就可以远程激活新代码的实施。相反,如果新代码的稳定性出现问题,那么研发团队也可以通过相同的方式停用代码,以避免在整个达世币网络上进行召回或客户端更新。" @@ -2078,8 +2081,8 @@ msgstr "被污染的币" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "Taint是用于关联两个(钱包)地址的方法。只有用户尝试保持匿名的时候,这个方法的重要性才会凸显出来。" #: ../../docs/user/introduction/information.rst:992 @@ -2097,9 +2100,9 @@ msgstr "测试网" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" ":ref:`测试网络 `\\ " "是一个(与主网并行但)仅用于测试的网络,它可以用于测试钱包、加密数字货币、主节点、矿工和用户是否都能在一个安全的环境中模拟他们的主网对应物,在这种环境下发生错误或分叉不会对主网带来不良影响。" @@ -2110,8 +2113,8 @@ msgstr "Tor" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "Tor是一种匿名的路由协议。希望维持网络身份匿名性的人们通常会使用这种协议。" #: ../../docs/user/introduction/information.rst:1005 @@ -2120,12 +2123,11 @@ msgstr "交易" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" "分布式区块链帐目上的一些数据移动。交易可以划分为常规交易和特殊交易。与比特币类似的是,达世币的常规交易在区块链上的地址之间转移余额资金。而特殊交易则包含了由\\" @@ -2138,8 +2140,8 @@ msgstr "交易区块" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "达世币网络上发生的一系列交易,它们集中在一起,统一处理并写入到区块链上。" #: ../../docs/user/introduction/information.rst:1018 @@ -2148,9 +2150,9 @@ msgstr "交易手续费" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "在达世币网络上为某些交易而缴纳的\\ :ref:`小额费用 `\\ 。这些费用会被分配给成功处理了与交易相关的区块的矿工。" #: ../../docs/user/introduction/information.rst:1023 @@ -2159,8 +2161,8 @@ msgstr "未确认交易" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "未经矿工处理或未由即时发送功能处理的交易被视为“未确认的交易”。未经确认的交易是可逆的,因此它们不应被视作最终结果。" @@ -2178,8 +2180,8 @@ msgstr "原始达世币" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "因挖矿行为或持有主节点提供服务所获得的达世币。这些还没有被支出的资金被称作原始达世币。" #: ../../docs/user/introduction/information.rst:1035 @@ -2188,8 +2190,8 @@ msgstr "Volatility反复无常" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "对于被交易的金融资产(包括达世币在内)的价格波动的衡量。" #: ../../docs/user/introduction/information.rst:1039 @@ -2210,10 +2212,9 @@ msgstr "白皮书" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" "根据维基百科的定义,\\ `白皮书 `_\\ " "指的是权威的报告或指南,它简明扼要地向读者介绍某个复杂的问题,并阐述发行机构在这个问题上秉持的理念。它旨在帮助读者理解问题、解决问题或作出决策。" @@ -2224,8 +2225,8 @@ msgstr "X11" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr ":ref:`X11 `\\ 指由Dash Core开发者Evan Duffield所创立的哈希算法。" #: ../../docs/user/introduction/information.rst:1055 @@ -2234,8 +2235,8 @@ msgstr "零确认" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "零确认的意思是交易未经区块链的确认。从技术上说,,除非交易是通过即时发送功能完成的(否则零确认交易是可逆的)。" #: ../../docs/user/introduction/information.rst:1059 @@ -2244,10 +2245,10 @@ msgstr "vin" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" "交易(tx)由一个或多个输入和输出组成。vin指的是交易的输入列表,vout指的则是交易的输出列表。 " "达世币主节点的运营需要(整好)有1000达世币的输入才能生效。" @@ -2262,137 +2263,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "虚拟主节点是JavaScript中的独立主节点模拟器,可模拟Evolution去中心化应用程序设计的第1 -3层级。" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**基金会:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "**委内瑞拉:** https://www.facebook.com/groups/DarkcoinVenezuela" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "**Dash Force News:** https://twitter.com/DashForceNews" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" -#~ "**Mark Mason, 媒体经理 & PR, Dash " -#~ "Force News:** https://twitter.com/StayDashy" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" -#~ "**Amanda B. Johnson, 达世币超级粉及由达世币资助的主播:** " -#~ "https://twitter.com/AmandaB_Johnson" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" -#~ "**Tao of Satoshi, Dash Nation " -#~ "创始人,由DAO资助的提案发起人:** `https://twitter.com/Dash_Nation " -#~ "`__" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "**Dash 越南:** https://twitter.com/dashvietnam" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "**Dash News 西班牙语:** https://dashnewsespanol.com" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "**Dash News 德国:** https://dash-news.de" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "**Dash 越南:** https://dashvn.blogspot.com" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "**Dash France:** https://dashfrance.com/" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "https://www.cryptonator.com/widget" -#~ msgstr "https://www.cryptonator.com/widget" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po index b28d5edf7..7cbbf2301 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: jmp2esp , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/legal.po b/locale/zh_CN/LC_MESSAGES/docs/user/legal.po index 2a9f7c4db..2a85a0ae1 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/legal.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/legal.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po b/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po index 486f930ac..b6503d6ab 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/hosting.po index 1930bf61f..c8df2db6c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,38 +1,37 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2022 # jmp2esp , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: jmp2esp , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "主节点托管服务可以帮助您设置并维护达世币主节点" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -42,12 +41,13 @@ msgstr "托管服务" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." -msgstr "多个达世币社区成员提供主节点托管服务。托管服务可以安全实现客户无需放弃对1000个达世币的控制权,这1000个达世币是必需的保证金。出于安全考虑,强烈建议您在使用托管服务时,将保证金保存在硬件钱包中。下面列出了一些当前可用的主节点托管服务。" +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." +msgstr "" +"多个达世币社区成员提供主节点托管服务。托管服务可以安全实现客户无需放弃对1000个达世币的控制权,这1000个达世币是必需的保证金。出于安全考虑,强烈建议您在使用托管服务时,将保证金保存在硬件钱包中。下面列出了一些当前可用的主节点托管服务。" #: ../../docs/user/masternodes/hosting.rst:19 msgid "List of hosting services" @@ -55,8 +55,8 @@ msgstr "托管服务列表" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "**免责声明** :Dash Core可能与这些社区成员相关联,但并不参与提供任何上述服务。" #: ../../docs/user/masternodes/hosting.rst:26 @@ -78,7 +78,6 @@ msgid "Services: Hosting, Shares" msgstr "服务:托管, 共享" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -204,7 +203,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -241,7 +239,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -367,8 +364,8 @@ msgstr ":ref:`Full masternode setup guide `" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -385,35 +382,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "发送1000个DASH至您所控制的单一钱包地址,等待15个确认" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -423,78 +419,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "Dash 0.13.0 实现了 DIP003,引入了关于一个 Dash 主节点如何建立和操作的多处变化。文档列表如下:" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 确定性主节点列表 " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/index.po index c32c3a6fe..266652e04 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" @@ -22,13 +22,13 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." msgstr "加密数字货币达世币的主节点架设和运营的介绍文档。" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "达世币、主节点、托管、linux、支付、架设" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/maintenance.po index 9c7e81be9..4e48363f4 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2022 # jmp2esp , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: jmp2esp , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "维护达世币主节点工具涉及更新最新版本、投票和支付处理" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -41,12 +40,13 @@ msgstr "维护" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." -msgstr "主节点需要定期维护,以确保您不会从支付队列中退出。这包括及时安装达世币的更新版本,以及保持服务器的安全性和性能。此外,主节点应该对提案进行投票,并为了网络的利益和他们所持有的达世币的价值而执行其他任务。" +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." +msgstr "" +"主节点需要定期维护,以确保您不会从支付队列中退出。这包括及时安装达世币的更新版本,以及保持服务器的安全性和性能。此外,主节点应该对提案进行投票,并为了网络的利益和他们所持有的达世币的价值而执行其他任务。" #: ../../docs/user/masternodes/maintenance.rst:21 msgid "Masternode Software Update" @@ -56,10 +56,10 @@ msgstr "主节点软件升级" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -68,13 +68,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" -"如果手动升级,用 ssh 或 PuTTY 登录你的服务器。如果你的计划任务里面有定时重启 dashd 的记录,执行``crontab -e`` " -"在行首添加”#“字符来将对应行注释掉。应该看起来像这样:" +"如果手动升级,用 ssh 或 PuTTY 登录你的服务器。如果你的计划任务里面有定时重启 dashd 的记录,执行``crontab " +"-e`` 在行首添加”#“字符来将对应行注释掉。应该看起来像这样:" #: ../../docs/user/masternodes/maintenance.rst:39 msgid "Then stop Dash running::" @@ -82,19 +82,17 @@ msgstr "然后停止 Dash:" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -110,7 +108,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "解压缩然后复制新文件到目录:" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -119,14 +118,14 @@ msgstr "重新启动达世币::" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "您将看到一条消息,上面写着 \"Dash Core服务器激活\" 。我们现在将更新Sentinel::" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "最后,再次执行``crontab -e``删除“#”字符来取消计划任务中的注释。" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -139,21 +138,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -163,14 +161,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -192,17 +190,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -219,8 +216,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -230,24 +227,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -258,8 +255,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -280,20 +277,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -303,16 +300,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -336,8 +331,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -349,27 +344,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -379,9 +372,9 @@ msgstr "DashCentral 投票,验证和监测" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" "DashCentral是由社区成员Rango管理的以支持社区为主的网站。它已成为一个 *事实上的* " "网站,用来讨论预算提案,以方便从图形用户界面投票,但它也提供了监测主节点的功能。" @@ -393,14 +386,14 @@ msgstr "将您的主节点添加到DashCentral" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" -msgstr "" -"`Dashcentral `_\\ 允许您在浏览器的舒适环境下对提案进行投票。在完成 " -"`注册 `_\\ 后,转到 `主节点 " +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" +msgstr "" +"`Dashcentral `_\\ 允许您在浏览器的舒适环境下对提案进行投票。在完成 `注册" +" `_\\ 后,转到 `主节点 " "`_ 页面并单击 **现在添加主节点** " "按钮。在以下屏幕上输入您的钱包地址:" @@ -410,8 +403,7 @@ msgstr "向DashCentral添加一个主节点" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "单击 **添加主节点** 。您的主节点现在已经被添加到DashCentral。" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -420,11 +412,11 @@ msgstr "从DashCentral启用投票" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" "在 **投票私钥** 下单击 *编辑* 来输入您的主节点私钥,以便通过DashCentral " "网站界面进行投票。输入投票密码(与登录密码不同,但同样重要需要记住!),并在以下屏幕上输入私钥(在主节点上的dash.conf文件中使用的相同的密钥):" @@ -436,13 +428,13 @@ msgstr "将投票私钥添加到DashCentra" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" "需要注意的是,激活您的主节点的私钥与存储1000个达世币的钱包地址的私钥无关。这些密钥可用于代表主节点发送命令,如投票,但不能用于获取保证金。这些密钥在您的设备上是被加密的,且从未以纯文本形式存储在DashCentral服务器上。一旦您输入了密钥,单击" " **在服务器上存储加密的投票私钥** 。您现在可以从DashCentral 网站界面对提案进行投票。" @@ -453,10 +445,11 @@ msgstr "验证所有权" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" -msgstr "您也可以从您的地址发出一条消息来验证您的主节点对DashCentral的所有权。在 **所有权** 下单击 **未验证** ,将出现以下屏幕:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" +msgstr "" +"您也可以从您的地址发出一条消息来验证您的主节点对DashCentral的所有权。在 **所有权** 下单击 **未验证** ,将出现以下屏幕:" #: ../../docs/user/masternodes/maintenance.rst:313 msgid "Verifying ownership of your masternode to DashCentral" @@ -464,13 +457,13 @@ msgstr "验证您的主节点对DashCentral的所有权" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" "有关如何使用软件钱包保证金地址的说明将会显示出来。如果您正在使用除Trezor以外的硬件钱包,您则需要使用DMT应用程序对地址进行签名。如果您正在使用Trezor硬件钱包,转到您的\\" " `Trezor wallet `_\\ ,复制钱包地址,然后单击 **签名和验证** " @@ -482,10 +475,10 @@ msgstr "从Trezor钱包签名信息" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" "单击 **签名** ,在您的Trezor设备上确认并输入您的PIN码来签名该信息。信息签名将出现在 **签名** " "框中。复制此签名并将其粘贴到DashCentral上的方框中,并单击 **验证所有权** 。验证工作现已完成。" @@ -508,8 +501,7 @@ msgid "" "screen:" msgstr "" "DashCentral提供一项监测您的主节点的服务,它会在系统崩溃时自动重新启动dashd,并在发生错误时发送电子邮件。转到 `账户设置 " -"`_ " -"页面,并生成一个新的API密钥,必要时向您的帐户添加一个PIN码。滚动到以下屏幕:" +"`_ 页面,并生成一个新的API密钥,必要时向您的帐户添加一个PIN码。滚动到以下屏幕:" #: ../../docs/user/masternodes/maintenance.rst:351 msgid "Setting up the DashCentral monitoring script" @@ -518,8 +510,8 @@ msgstr "设置DashCentral监测脚本" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "右键单击并选择 **复制链接地址** 将链接复制到DashCentral脚本的当前版本。打开PuTTY并连接到您的主节点,然后键入::" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -542,8 +534,8 @@ msgstr "复制 ``rpcuser`` 和 ``rpcpassword`` 的值。然后通过键入来编 msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" "根据您的系统替换 ``api_key``、您的主节点的钱包地址、 ``rpc_user``、 ``rpc_password``、 " "``daemon_binary`` 和 ``daemon_datadir`` 的值。在常见的配置中, ``lwhite`` " @@ -556,9 +548,9 @@ msgstr "DashCentral更新程序配置文件" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" "按 **Ctrl + X** 退出,确认您想要使用 **Y ** 保存,然后按下 **Enter** " "键。通过运行DashCentral脚本测试您的配置,然后查看网站。如果测试成功,您会看到更新已被发送::" @@ -575,11 +567,12 @@ msgstr "DashCentral更新程序已成功地将数据发送到DashCentral站点" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" -msgstr "一旦您验证了您的配置有效,我们就可以在您的系统上编辑crontab,以便将dcudater脚本安排为每2分钟运行一次。这允许系统在发生故障时为您提供早期警告,甚至会在dashd守护进程挂起或崩溃将其重新启动。这是一个有效的方法,以确保您不会从支付队列中掉线。键入以下命令::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" +msgstr "" +"一旦您验证了您的配置有效,我们就可以在您的系统上编辑crontab,以便将dcudater脚本安排为每2分钟运行一次。这允许系统在发生故障时为您提供早期警告,甚至会在dashd守护进程挂起或崩溃将其重新启动。这是一个有效的方法,以确保您不会从支付队列中掉线。键入以下命令::" #: ../../docs/user/masternodes/maintenance.rst:433 msgid "" @@ -617,25 +610,26 @@ msgstr "区块浏览器" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." -msgstr "由于达世币是一个公有区块链,所以可以使用区块浏览器查看任何达世币钱包地址的余额,以及检查在任何给定块中输入的交易。每个唯一的交易也可以通过txid进行搜索。可以使用多种不同区块浏览器查看达世币网络。" +"searchable by its txid. A number of block explorers are available for the " +"Dash network." +msgstr "" +"由于达世币是一个公有区块链,所以可以使用区块浏览器查看任何达世币钱包地址的余额,以及检查在任何给定块中输入的交易。每个唯一的交易也可以通过txid进行搜索。可以使用多种不同区块浏览器查看达世币网络。" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" "`CryptoID `__ 提供一个 `达世币区块链浏览器 " "`__ 和一个 `功能 " @@ -644,8 +638,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" "`BitInfoCharts `_ 提供了价格统计和信息的 `页面 " "`_ 和 `区块链浏览器 " @@ -653,8 +647,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" "`CoinCheckup `__ " "提供了包括达世币在内的大多数区块链的一系列统计信息和数据。" @@ -684,11 +678,11 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" "由社区成员Bertrand256编写和维护的Dash " "Masterode工具(DMT)允许您从所有主要硬件钱包,如Trezor、Ledger和KeepKey,激活主节点。它还有在不影响保证金的情况下对提案进行投票和提取主节点区块奖励。" @@ -704,11 +698,10 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" "由论坛成员和Dash Core开发人员elbereth运营的DASH " "Ninja提供了关于在主节点网络中采用不同版本达世币的关键统计数据。它还提供了多个如监测达世币管理、主节点奖励时间和主节点地理分布的功能,以及提供了一个简单的区块链浏览器。" @@ -723,9 +716,9 @@ msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -739,8 +732,8 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -753,30 +746,10 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." msgstr "" "由论坛成员和Dash Core 开发人员 " "Corning运营的网站,提供了达世币主节点网络的许多关键统计信息的可视化表示,包括总主节点数关于时间、价格信息和网络分布的图表。" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po index 58cb4fc9e..b0ed9c930 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Leon White , 2023 +# Alex.ys , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: zh_CN\n" -"Language-Team: zh_CN \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Alex.ys , 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,154 +37,162 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" +"架设一个主节点需要对Linux和区块链技术有基本的理解,并且需要能够严格遵循指令。主节点也需要定期的维护和谨慎的安全部署,特别是当您没有把您的达世币存储在硬件钱包上的时候。在此过程中,需要做出一些选择,并采取可选的额外步骤来提高安全性。" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 msgid "Set up your VPS" -msgstr "" +msgstr "设置您的VPS" #: ../../docs/user/masternodes/server-config.rst:28 msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 msgid "Vultr server location selection screen" -msgstr "" +msgstr "Vultr服务器位置选择屏幕" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 msgid "Vultr server type selection screen" -msgstr "" +msgstr "Vultr服务器类型选择屏幕" #: ../../docs/user/masternodes/server-config.rst:67 msgid "Select a server size offering at least 2GB of memory." -msgstr "" +msgstr "选择至少提供2GB内存的服务器。" #: ../../docs/user/masternodes/server-config.rst:72 msgid "Vultr server size selection screen" -msgstr "" +msgstr "Vultr服务器大小选择屏幕" #: ../../docs/user/masternodes/server-config.rst:74 msgid "" "Enter a hostname and label for your server. In this example we will use " "``dashmn1`` as the hostname." -msgstr "" +msgstr "为您的服务器输入主机名和标签。在本例中,我们将使用\\ ``dashmn1``\\ 作为主机名。" #: ../../docs/user/masternodes/server-config.rst:80 msgid "Vultr server hostname & label selection screen" -msgstr "" +msgstr "Vultr服务器主机名和标签选择屏幕" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." -msgstr "" +msgid "" +"Vultr will now install your server. This process may take a few minutes." +msgstr "Vultr现在将安装您的服务器。这个过程可能需要几分钟。" #: ../../docs/user/masternodes/server-config.rst:87 msgid "Vultr server installation screen" -msgstr "" +msgstr "Vultr服务器安装屏幕" #: ../../docs/user/masternodes/server-config.rst:89 msgid "" "Click **Manage** when installation is complete and take note of the IP " "address, username and password." -msgstr "" +msgstr "在安装完成后,单击 **Manage** ,并记下IP地址、用户名和密码。" #: ../../docs/user/masternodes/server-config.rst:95 msgid "Vultr server management screen" -msgstr "" +msgstr "Vultr服务器管理屏幕" #: ../../docs/user/masternodes/server-config.rst:100 msgid "Set up your operating system" -msgstr "" +msgstr "设置您的操作系统" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" +"我们将从连接到您新提供的服务器开始。在Windows上,我们将首先下载一个名为PuTTY的应用程序来连接到服务器。转到\\ `PuTTY " +"`_\\ " +"下载页面并为您的系统选择适当的MSI安装程序。在Mac或Linux上,您可以直接从终端中 -只需键入\\ ``ssh " +"root@`` ,然后在提示时输入密码。" #: ../../docs/user/masternodes/server-config.rst:113 msgid "PuTTY download page" -msgstr "" +msgstr "PuTTY下载页面" #: ../../docs/user/masternodes/server-config.rst:115 msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" +"双击下载的文件安装PuTTY,然后从您的开始菜单中运行该应用程序。在\\ **主机名**\\ 字段中输入服务器的IP地址,然后单击\\ **打开**\\" +" 。您可能会看到证书警告,因为这是您第一次连接到此服务器。之后您可以安全地单击\\ **是**\\ 来信任服务器。" #: ../../docs/user/masternodes/server-config.rst:124 msgid "PuTTY security alert when connecting to a new server" -msgstr "" +msgstr "连接到新服务器时的PuTTY安全警告" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." -msgstr "" +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." +msgstr "您现在已连接到您的服务器,并且应该会看到一个终端窗口。 首先,使用您的主机提供商提供的用户\\ ``root``\\ 和密码登录到您的服务器。" #: ../../docs/user/masternodes/server-config.rst:133 msgid "Password challenge when connecting to your VPS for the first time" -msgstr "" +msgstr "第一次连接到您的VPS时会遇到密码问题" #: ../../docs/user/masternodes/server-config.rst:137 msgid "Set up users" @@ -189,28 +200,33 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" +"为了确保安全,您应该立即更改root密码,并将其存储在安全的地方。您可以复制和粘贴以下任何命令,方法是在您的浏览器中选择这些命令,按下\\ **Ctrl" +" + C**\\ ,然后切换到PuTTY窗口,并在窗口中右键单击。文本将粘贴在当前光标位置::" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" +"输入并确认一个新密码(最好是长的和随机生成的)。接下来,我们将使用以下命令,将\\ ````\\ " +"替换为您喜欢的用户名来创建一个新用户::" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" +"您将被提示输入密码。输入并确认使用新密码(与您的root密码不同),并将其存储在安全的地方。您还将看到有关用户信息的提示,但可以将其保留为空白。一旦创建了用户,我们将把它们添加到sudo组中,这样它们就能以root用户的身份执行命令::" #: ../../docs/user/masternodes/server-config.rst:163 msgid "Update the system" @@ -218,9 +234,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" -msgstr "" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" +msgstr "现在,在仍是root用户时,我们将从Ubuntu软件包存储库更新系统::" #: ../../docs/user/masternodes/server-config.rst:171 msgid "" @@ -234,19 +250,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 #: ../../docs/user/masternodes/server-config.rst:207 msgid "(press **Y** and **Enter** to confirm)" -msgstr "" +msgstr "(按\\ **Y**\\ 和\\ **Enter**\\ 以确认)" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,16 +278,18 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" +"在文件末尾添加以下行(按tab键来分隔每个单词/数字),然后按\\ **Ctrl + X**\\ 来关闭编辑器,再按\\ **Y**\\ 和\\ " +"**Enter**\\ 保存该文件。" #: ../../docs/user/masternodes/server-config.rst:232 msgid "Restrict remote access" @@ -280,9 +297,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +312,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +324,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +350,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 599b22c02..80a94f358 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,35 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# jmp2esp , 2023 +# Leon White , 2023 +# Alex.ys , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: zh_CN\n" -"Language-Team: zh_CN \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Last-Translator: Alex.ys , 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,34 +39,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" -msgstr "" +msgstr "在您开始之前" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -73,11 +77,11 @@ msgstr "" msgid "" "A wallet to store your Dash, preferably a hardware wallet, although Dash " "Core wallet is also supported" -msgstr "" +msgstr "存储您达世币的钱包,最好是硬件钱包,当然也支持Dash Core钱包" #: ../../docs/user/masternodes/setup-evonode.rst:36 msgid "A Linux server, preferably a Virtual Private Server (VPS)" -msgstr "" +msgstr "Linux服务器,最好是虚拟专用服务器(VPS)" #: ../../docs/user/masternodes/setup-evonode.rst:38 msgid "" @@ -87,20 +91,22 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:40 msgid ":ref:`Information for users of hosted masternodes `" -msgstr "" +msgstr ":ref:`Information for users of hosted masternodes `" #: ../../docs/user/masternodes/setup-evonode.rst:41 msgid "" ":ref:`Information for operators of hosted masternodes `" msgstr "" +":ref:`Information for operators of hosted masternodes `" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,39 +115,39 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "" +msgstr "发送保证金" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +156,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,53 +177,53 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" +"交易出现后,单击右侧的QR代码,查看区块链上的交易。在我们完成以下步骤时,请保持此窗口打开,因为我们很快将需要确认是否存在如以下屏幕截图所示的15次确认。" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" -msgstr "" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" +msgstr "Trezor区块链浏览器为保证金转移显示了15次确认" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" -msgstr "" +msgstr "达世币主节点工具启动屏幕" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 msgid "Dash Masternode Tool successful connection confirmations" -msgstr "" +msgstr "达世币主节点工具成功连接确认" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +232,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +252,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,46 +262,44 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" -msgstr "" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" +msgstr "打开Dash Core钱包,并等待它与网络同步。当Dash Core钱包准备好的时候应该是这样的:" #: ../../docs/user/masternodes/setup-evonode.rst:172 msgid "Fully synchronized Dash Core wallet" -msgstr "" +msgstr "完全同步后的Dash Core钱包" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +308,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +326,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +346,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,32 +365,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 msgid "Dash Core" -msgstr "" +msgstr "Dash Core" #: ../../docs/user/masternodes/setup-evonode.rst:266 msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,13 +406,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 msgid "Create a configuration file using the following command::" -msgstr "" +msgstr "使用以下命令创建配置文件::" #: ../../docs/user/masternodes/setup-evonode.rst:305 msgid "" @@ -420,37 +420,37 @@ msgid "" "specifying several variables. Copy and paste the following text to get " "started, then replace the variables specific to your configuration as " "follows::" -msgstr "" +msgstr "一个编辑器窗口将会出现。现在我们需要指定几个变量来创建一个配置文件。复制并粘贴以下文本以开始创建,然后按如下所示替换您配置中的具体变量::" #: ../../docs/user/masternodes/setup-evonode.rst:323 msgid "Replace the fields marked with ``XXXXXXX`` as follows:" -msgstr "" +msgstr "按如下所示替换标记为\\ ``XXXXXXX``\\ 的字段:" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" -msgstr "" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" +msgstr "``rpcuser``\\ :输入任何数字或字母字符串,不允许有特殊字符" #: ../../docs/user/masternodes/setup-evonode.rst:327 msgid "" "``rpcpassword``: enter any string of numbers or letters, no special " "characters allowed" -msgstr "" +msgstr "``rpcpassword``\\ :输入任何数字或字母字符串,不允许有特殊字符" #: ../../docs/user/masternodes/setup-evonode.rst:329 msgid "``externalip``: this is the IP address of your VPS" -msgstr "" +msgstr "``externalip``\\ :这是您VPS的IP地址" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 msgid "Entering key data in dash.conf on the masternode" -msgstr "" +msgstr "在主节点上的dash.conf中输入主要数据" #: ../../docs/user/masternodes/setup-evonode.rst:339 msgid "" @@ -458,6 +458,8 @@ msgid "" "file. You can now start running Dash on the masternode to begin " "synchronization with the blockchain::" msgstr "" +"按\\ **Ctrl + X**\\ 以关闭编辑器,并按\\ **Y**\\ 和\\ **Enter**\\ " +"保存该文件。您现在可以开始在主节点上运行达世币,以便开始与区块链同步::" #: ../../docs/user/masternodes/setup-evonode.rst:345 msgid "You will see a message reading **Dash Core server starting**." @@ -465,41 +467,44 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:349 msgid "Sentinel" -msgstr "" +msgstr "哨兵" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" +"您将看到一条显示\\ **dashd not synced with network! Awaiting full sync before " +"running Sentinel.**\\ 的消息。将dashd和sentinel添加到crontab以确保它每分钟运行一次,来对您的主节点进行检查::" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" -msgstr "" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" +msgstr "选择nano作为您的编辑器,并在文件末尾输入以下行::" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" +"按enter键以确保文件末尾有空行,然后按\\ **Ctrl + X**\\ 关闭编辑器,并按\\ **Y**\\ 和\\ **Enter**\\ " +"保存该文件。现在,我们需要等待要完成的15次保证金交易的确认,并等待区块链在主节点上完成同步。您可以使用以下命令来监测进度::" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" -msgstr "" +msgid "" +"When synchronisation is complete, you should see the following response::" +msgstr "完成同步后,您应该看到以下响应::" #: ../../docs/user/masternodes/setup-evonode.rst:403 msgid "Register your masternode" @@ -507,8 +512,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +522,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +561,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +578,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +598,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +633,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +643,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -682,7 +684,7 @@ msgstr "" msgid "" "At this point you can safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." -msgstr "" +msgstr "此时,您可以通过键入\\ ``exit``\\ 来安全地注销您的服务器。祝贺您!您的主节点现在正在运行。" #: ../../docs/user/masternodes/setup-evonode.rst:533 msgid "Option 2: Registering from dashmate" @@ -692,8 +694,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +715,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +727,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +752,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +772,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +782,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +793,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +805,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +834,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +852,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +864,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +884,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +896,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +907,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +925,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +938,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +961,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +977,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +1013,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1031,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1060,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,185 +1081,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" -msgstr "" +msgstr "其中:" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 539836332..1e99aba1e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# Leon White , 2022 # jmp2esp , 2022 +# Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -39,8 +39,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -49,12 +49,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -63,9 +63,9 @@ msgstr "在您开始之前" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -103,22 +103,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "达世币工具配置步骤" +msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -127,16 +126,15 @@ msgstr "发送保证金" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -145,49 +143,49 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "Trezor钱包接收选项卡显示成功接收到1000个达世币的保证金" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." -msgstr "交易出现后,单击右侧的QR代码,查看区块链上的交易。在我们完成以下步骤时,请保持此窗口打开,因为我们很快将需要确认是否存在如以下屏幕截图所示的15次确认。" +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." +msgstr "" +"交易出现后,单击右侧的QR代码,查看区块链上的交易。在我们完成以下步骤时,请保持此窗口打开,因为我们很快将需要确认是否存在如以下屏幕截图所示的15次确认。" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "Trezor区块链浏览器为保证金转移显示了15次确认" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"在我们等待15次确认时,从GitHub发布\\ `页面 `__\\ 下载达世币主节点工具(DMT)的最新版本。解压并运行该文件。以下窗口将出现。" +"在我们等待15次确认时,从GitHub发布\\ `页面 `__\\ 下载达世币主节点工具(DMT)的最新版本。解压并运行该文件。以下窗口将出现。" #: ../../docs/user/masternodes/setup-testnet.rst:111 msgid "Dash Masternode Tool startup screen" @@ -195,10 +193,10 @@ msgstr "达世币主节点工具启动屏幕" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -207,9 +205,9 @@ msgstr "达世币主节点工具成功连接确认" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -222,24 +220,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -248,8 +245,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -258,8 +255,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "打开Dash Core钱包,并等待它与网络同步。当Dash Core钱包准备好的时候应该是这样的:" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -268,36 +265,34 @@ msgstr "完全同步后的Dash Core钱包" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -309,7 +304,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -318,8 +314,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -331,8 +327,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -344,9 +340,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -392,9 +388,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -403,21 +399,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -436,9 +431,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -447,8 +442,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -461,12 +455,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -476,13 +470,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -509,9 +503,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -520,8 +514,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -532,19 +526,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -563,17 +556,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -582,32 +575,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -619,33 +611,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -656,12 +646,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -672,20 +662,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -708,10 +698,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -737,13 +727,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -758,10 +748,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -770,24 +760,24 @@ msgstr "其中:" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -800,10 +790,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -830,16 +820,16 @@ msgstr "Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -864,9 +854,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -890,8 +880,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -899,7 +889,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "完成同步后,您应该看到以下响应::" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -939,7 +930,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -948,9 +940,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -959,8 +951,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -1004,31 +996,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1036,7 +1027,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1085,22 +1077,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1114,425 +1105,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 确定性主节点列表 " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "设置您的VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Vultr服务器位置选择屏幕" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Vultr服务器类型选择屏幕" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "选择至少提供2GB内存的服务器。" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Vultr服务器大小选择屏幕" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "为您的服务器输入主机名和标签。在本例中,我们将使用\\ ``dashmn1``\\ 作为主机名。" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Vultr服务器主机名和标签选择屏幕" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "Vultr现在将安装您的服务器。这个过程可能需要几分钟。" - -#~ msgid "Vultr server installation screen" -#~ msgstr "Vultr服务器安装屏幕" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "在安装完成后,单击 **Manage** ,并记下IP地址、用户名和密码。" - -#~ msgid "Vultr server management screen" -#~ msgstr "Vultr服务器管理屏幕" - -#~ msgid "Set up your operating system" -#~ msgstr "设置您的操作系统" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "我们将从连接到您新提供的服务器开始。在Windows上,我们将首先下载一个名为PuTTY的应用程序来连接到服务器。转到\\ " -#~ "`PuTTY " -#~ "`_\\" -#~ " 下载页面并为您的系统选择适当的MSI安装程序。在Mac或Linux上,您可以直接从终端中 -只需键入\\ " -#~ "``ssh root@`` ,然后在提示时输入密码。" - -#~ msgid "PuTTY download page" -#~ msgstr "PuTTY下载页面" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "双击下载的文件安装PuTTY,然后从您的开始菜单中运行该应用程序。在\\ **主机名**\\ " -#~ "字段中输入服务器的IP地址,然后单击\\ **打开**\\ " -#~ "。您可能会看到证书警告,因为这是您第一次连接到此服务器。之后您可以安全地单击\\ **是**\\ 来信任服务器。" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "连接到新服务器时的PuTTY安全警告" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "第一次连接到您的VPS时会遇到密码问题" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "为了确保安全,您应该立即更改root密码,并将其存储在安全的地方。您可以复制和粘贴以下任何命令,方法是在您的浏览器中选择这些命令,按下\\" -#~ " **Ctrl + C**\\ " -#~ ",然后切换到PuTTY窗口,并在窗口中右键单击。文本将粘贴在当前光标位置::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "输入并确认一个新密码(最好是长的和随机生成的)。接下来,我们将使用以下命令,将\\ ````\\ " -#~ "替换为您喜欢的用户名来创建一个新用户::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" -#~ "您将被提示输入密码。输入并确认使用新的密码 " -#~ "(与root密码不同),并将其存储在安全的地方。您还将看到有关用户信息的提示,但此提示可以保留为空白。一旦用户被创建,我们将把它们添加到sudo组中,这样它们就可以root用户的身份执行命令::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "现在,在仍是root用户时,我们将从Ubuntu软件包存储库更新系统::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(按\\ **Y**\\ 和\\ **Enter**\\ 以确认)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "在文件末尾添加以下行(按tab键来分隔每个单词/数字),然后按\\ **Ctrl + X**\\ " -#~ "来关闭编辑器,再按\\ **Y**\\ 和\\ **Enter**\\ 保存该文件。" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "当服务器重新启动时,PuTTY将断开连接。" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup.po index 9b1f5c25e..05ca34757 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,36 +1,35 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 -# jmp2esp , 2022 # Alex.ys , 2022 +# jmp2esp , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://app.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Last-Translator: jmp2esp , 2022\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "本指南描述了如何架设达世币主节点。还介绍了各种托管服务和不同的钱包选择" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -41,22 +40,23 @@ msgstr "架设" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." -msgstr "架设一个主节点需要对Linux和区块链技术有基本的理解,并且需要能够严格遵循指令。主节点也需要定期的维护和谨慎的安全部署,特别是当您没有把您的达世币存储在硬件钱包上的时候。在此过程中,需要做出一些选择,并采取可选的额外步骤来提高安全性。" +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." +msgstr "" +"架设一个主节点需要对Linux和区块链技术有基本的理解,并且需要能够严格遵循指令。主节点也需要定期的维护和谨慎的安全部署,特别是当您没有把您的达世币存储在硬件钱包上的时候。在此过程中,需要做出一些选择,并采取可选的额外步骤来提高安全性。" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -65,9 +65,9 @@ msgstr "在您开始之前" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -105,22 +105,21 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 -#, fuzzy msgid "Server configuration" -msgstr "达世币工具配置步骤" +msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -129,27 +128,26 @@ msgstr "发送保证金" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -158,49 +156,49 @@ msgstr "选项1:从硬件钱包发送" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "Trezor钱包接收选项卡显示成功接收到1000个达世币的保证金" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." -msgstr "交易出现后,单击右侧的QR代码,查看区块链上的交易。在我们完成以下步骤时,请保持此窗口打开,因为我们很快将需要确认是否存在如以下屏幕截图所示的15次确认。" +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." +msgstr "" +"交易出现后,单击右侧的QR代码,查看区块链上的交易。在我们完成以下步骤时,请保持此窗口打开,因为我们很快将需要确认是否存在如以下屏幕截图所示的15次确认。" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "Trezor区块链浏览器为保证金转移显示了15次确认" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" -"在我们等待15次确认时,从GitHub发布\\ `页面 `__\\ 下载达世币主节点工具(DMT)的最新版本。解压并运行该文件。以下窗口将出现。" +"在我们等待15次确认时,从GitHub发布\\ `页面 `__\\ 下载达世币主节点工具(DMT)的最新版本。解压并运行该文件。以下窗口将出现。" #: ../../docs/user/masternodes/setup.rst:116 msgid "Dash Masternode Tool startup screen" @@ -208,10 +206,10 @@ msgstr "达世币主节点工具启动屏幕" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -220,9 +218,9 @@ msgstr "达世币主节点工具成功连接确认" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -235,24 +233,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -261,8 +258,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -271,8 +268,8 @@ msgstr "选项2:从Dash Core钱包发送" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "打开Dash Core钱包,并等待它与网络同步。当Dash Core钱包准备好的时候应该是这样的:" #: ../../docs/user/masternodes/setup.rst:170 @@ -281,36 +278,34 @@ msgstr "完全同步后的Dash Core钱包" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -324,13 +319,12 @@ msgid "" "(dashd), controlled by a simple command interface (dash-cli)." msgstr "" "Dash Core是Dash Core " -"GUI钱包和达世币主节点工具后的软件。如果不显示GUI,它将在您的VPS上作为守护进程运行(dashd),由一个简单的命令接口(dash-" -"cli)控制。" +"GUI钱包和达世币主节点工具后的软件。如果不显示GUI,它将在您的VPS上作为守护进程运行(dashd),由一个简单的命令接口(dash-cli)控制。" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -340,15 +334,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -365,19 +359,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -394,8 +387,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -416,8 +409,8 @@ msgstr "按如下所示替换标记为\\ ``XXXXXXX``\\ 的字段:" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "``rpcuser``\\ :输入任何数字或字母字符串,不允许有特殊字符" #: ../../docs/user/masternodes/setup.rst:289 @@ -432,8 +425,8 @@ msgstr "``externalip``\\ :这是您VPS的IP地址" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -451,8 +444,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" "您将看到一条显示\\ **Dash Core server starting**\\ " @@ -461,39 +454,38 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" "您将看到一条显示\\ **dashd not synced with network! Awaiting full sync before " -"running Sentinel.**\\ " -"的消息。将dashd和sentinel添加到crontab以确保它每分钟运行一次,来对您的主节点进行检查::" +"running Sentinel.**\\ 的消息。将dashd和sentinel添加到crontab以确保它每分钟运行一次,来对您的主节点进行检查::" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "选择nano作为您的编辑器,并在文件末尾输入以下行::" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" -"按enter键以确保文件末尾有空行,然后按\\ **Ctrl + X**\\ 关闭编辑器,并按\\ **Y**\\ 和\\ **Enter**\\" -" 保存该文件。现在,我们需要等待要完成的15次保证金交易的确认,并等待区块链在主节点上完成同步。您可以使用以下命令来监测进度::" +"按enter键以确保文件末尾有空行,然后按\\ **Ctrl + X**\\ 关闭编辑器,并按\\ **Y**\\ 和\\ **Enter**\\ " +"保存该文件。现在,我们需要等待要完成的15次保证金交易的确认,并等待区块链在主节点上完成同步。您可以使用以下命令来监测进度::" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "完成同步后,您应该看到以下响应::" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -512,9 +504,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -535,12 +527,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -550,44 +542,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -607,9 +598,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -618,8 +609,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -630,24 +621,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -660,22 +650,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -684,32 +674,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -721,33 +710,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -758,12 +745,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -774,20 +761,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -810,10 +797,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -839,13 +826,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -860,10 +847,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -872,31 +859,31 @@ msgstr "其中:" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -905,353 +892,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" -#~ "`DIP003 确定性主节点列表 " -#~ "`__" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr ":ref:`dip3-changes`" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "设置您的VPS" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "Vultr服务器位置选择屏幕" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "Vultr服务器类型选择屏幕" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "选择至少提供2GB内存的服务器。" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "Vultr服务器大小选择屏幕" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "为您的服务器输入主机名和标签。在本例中,我们将使用\\ ``dashmn1``\\ 作为主机名。" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "Vultr服务器主机名和标签选择屏幕" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "Vultr现在将安装您的服务器。这个过程可能需要几分钟。" - -#~ msgid "Vultr server installation screen" -#~ msgstr "Vultr服务器安装屏幕" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "在安装完成后,单击 **Manage** ,并记下IP地址、用户名和密码。" - -#~ msgid "Vultr server management screen" -#~ msgstr "Vultr服务器管理屏幕" - -#~ msgid "Set up your operating system" -#~ msgstr "设置您的操作系统" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" -#~ "我们将从连接到您新提供的服务器开始。在Windows上,我们将首先下载一个名为PuTTY的应用程序来连接到服务器。转到\\ " -#~ "`PuTTY " -#~ "`_\\" -#~ " 下载页面并为您的系统选择适当的MSI安装程序。在Mac或Linux上,您可以直接从终端中 -只需键入\\ " -#~ "``ssh root@`` ,然后在提示时输入密码。" - -#~ msgid "PuTTY download page" -#~ msgstr "PuTTY下载页面" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" -#~ "双击下载的文件安装PuTTY,然后从您的开始菜单中运行该应用程序。在\\ **主机名**\\ " -#~ "字段中输入服务器的IP地址,然后单击\\ **打开**\\ " -#~ "。您可能会看到证书警告,因为这是您第一次连接到此服务器。之后您可以安全地单击\\ **是**\\ 来信任服务器。" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "连接到新服务器时的PuTTY安全警告" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "您现在已连接到您的服务器,并且应该会看到一个终端窗口。 首先,使用您的主机提供商提供的用户\\ ``root``\\ 和密码登录到您的服务器。" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "第一次连接到您的VPS时会遇到密码问题" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" -#~ "为了确保安全,您应该立即更改root密码,并将其存储在安全的地方。您可以复制和粘贴以下任何命令,方法是在您的浏览器中选择这些命令,按下\\" -#~ " **Ctrl + C**\\ " -#~ ",然后切换到PuTTY窗口,并在窗口中右键单击。文本将粘贴在当前光标位置::" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" -#~ "输入并确认一个新密码(最好是长的和随机生成的)。接下来,我们将使用以下命令,将\\ ````\\ " -#~ "替换为您喜欢的用户名来创建一个新用户::" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "您将被提示输入密码。输入并确认使用新密码(与您的root密码不同),并将其存储在安全的地方。您还将看到有关用户信息的提示,但可以将其保留为空白。一旦创建了用户,我们将把它们添加到sudo组中,这样它们就能以root用户的身份执行命令::" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "现在,在仍是root用户时,我们将从Ubuntu软件包存储库更新系统::" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" -#~ "系统将显示可升级软件包的列表。按\\ **Y**\\ 和\\ **Enter**\\ " -#~ "来安装软件包。现在我们将安装防火墙(以及稍后使用的其他软件包),添加交换内存和重新启动服务器以应用任何必要的内核更新,然后以新用户的身份登录到我们新的安全环境::" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "(按\\ **Y**\\ 和\\ **Enter**\\ 以确认)" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" -#~ "在文件末尾添加以下行(按tab键来分隔每个单词/数字),然后按\\ **Ctrl + X**\\ " -#~ "来关闭编辑器,再按\\ **Y**\\ 和\\ **Enter**\\ 保存该文件。" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "当服务器重新启动时,PuTTY将断开连接。" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po index a5f3e9126..66ec9c2a0 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # jmp2esp , 2022 -# Alex.ys , 2022 +# Alex.ys , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Last-Translator: Alex.ys , 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -45,93 +44,89 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." -msgstr "主节点曾是达世币的专属,但它现在已经像一项技术一样在各个区块链上流行起来了。本章节将为用户介绍主节点的原则、机制和它为达世币网络提供的服务。" +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." +msgstr "" +"主节点曾是达世币的专属,但它现在已经像一项技术一样在各个区块链上流行起来了。本章节将为用户介绍主节点的原则、机制和它为达世币网络提供的服务。" #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 -#, fuzzy msgid "" "Anyone can run a masternode. The objective is to have enough " "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." -msgstr "任何个人都可以运行达世币主节点。主节点的目标是提高去中心化程度,从而避免某个人或某一群体掌控大量的主节点。不过,为了防范不必要的主节点或莽撞的持有人,达世币网络要求个人存入1000个达世币用以证明资格,能够持有一个主节点。这笔资金不必绑定在主节点上,但是必须存在达世币网络上并向整个网络公开。一旦持有人将资金提现或支出,主节点将停止运行而关联的区块奖励也将停止支付。" +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" "达世币拥有很多具有完整达世币区块链的服务器,并且这些服务器还能为达世币网络服务,这一点非常重要。得益于区块奖励机制,达世币不存在主节点数量不足的风险,并且研发人员还能以此为依托推行新的去中心化功能。这正是达世币的真正优势所在" " - 达世币区块链以奖励机制确保主节点 24x7 " "为网络服务,同时达世币还能有效地实现扩容并以更高效的方式部署各项服务。更多的主节点就意味着更强大、更安全的达世币网络。" #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -140,15 +135,14 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 -#, fuzzy msgid "Masternode" -msgstr "主节点 vs. 挖矿" +msgstr "主节点" #: ../../docs/user/masternodes/understanding.rst:95 msgid "Evonode" @@ -156,7 +150,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:97 msgid "Collateral" -msgstr "" +msgstr "保证金" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" @@ -175,9 +169,8 @@ msgid "Lesser than evonode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 -#, fuzzy msgid "Higher than normal masternodes" -msgstr "了解达世币主节点" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Service" @@ -204,9 +197,8 @@ msgid "Has 4 times the voting power of a normal masternode" msgstr "" #: ../../docs/user/masternodes/understanding.rst:109 -#, fuzzy msgid "Masternode Concepts" -msgstr "主节点的相关要求" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:111 msgid "A list of available documentation appears below:" @@ -242,10 +234,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -253,58 +244,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -337,11 +327,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -354,55 +343,53 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" "和比特币及其它加密数字货币一样,达世币以包含所有交易的分布式帐本为基础,这些帐本也称区块链。达世币和比特币区块链由于共识机制的存在得到了保障,这种共识机制被称作工作量证明(PoW)。\\" " :ref:`矿工 `\\ " "通过专用的设备来解决难题,在难题解决后,他们有权向区块链添加新的区块。如果运行软件的其他用户认为难题已经得到了恰当的解决,那么新的区块将会被添加到区块链上,而矿工也将得到区块奖励。" #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "主节点系统也称服务量证明(PoSe),因为主节点的实质正是为网络提供关键的服务。事实上,整个达世币网络都由主节点监督,它们有权驳回由矿工创建的不合格的区块。如果矿工尝试占有全部的区块奖励或运行旧版的达世币软件,那么主节点网络就会孤立该区块,使它无法添加到区块链上。" +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"主节点系统也称服务量证明(PoSe),因为主节点的实质正是为网络提供关键的服务。事实上,整个达世币网络都由主节点监督,它们有权驳回由矿工创建的不合格的区块。如果矿工尝试占有全部的区块奖励或运行旧版的达世币软件,那么主节点网络就会孤立该区块,使它无法添加到区块链上。" #: ../../docs/user/masternodes/understanding.rst:203 -#, fuzzy msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "简而言之,矿工组成了网络的第一层级,为用户提供资金的发送和接收服务并防止双花支付的发生。主节点则构成了网络的第二层级,为达世币与众不同的性能提供支持。主节点不参与挖矿活动,因此挖矿的设备并不能充当主节点。要想持有主节点,用户必须持有1000达世币作为\"保证金\"。这笔保证金始终由持有人全权掌控,并且可以被持有人自由支配。换言之,保证金不会以任何方式予以锁定。不过,一旦保证金被转移或支付,对应的主节点将会下线并停止接收区块链奖励。" +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 msgid "Payment logic" @@ -410,60 +397,56 @@ msgstr "有关支付的逻辑" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 -#, fuzzy msgid "Evonode Payment Logic" -msgstr "有关支付的逻辑" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -473,24 +456,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -504,18 +486,17 @@ msgstr "仲裁连的选取" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -523,21 +504,20 @@ msgid "Masternode requirements" msgstr "主节点的相关要求" #: ../../docs/user/masternodes/understanding.rst:296 -#, fuzzy msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." -msgstr "用户必须存入1000个达世币作为保证金才能有资格运营主节点。用户可以借助Poloniex、Bittrex、Kraken、LiveCoin和Shapeshift等交易平台获取达世币。" +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." +msgstr "" #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -546,9 +526,9 @@ msgstr "专用IP地址通常随服务器/虚拟专用服务器一起提供。" #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -568,9 +548,8 @@ msgid "1x 2 GHz" msgstr "1x 2 GHz" #: ../../docs/user/masternodes/understanding.rst:316 -#, fuzzy msgid "2x 2 GHz" -msgstr "1x 2 GHz" +msgstr "" #: ../../docs/user/masternodes/understanding.rst:318 msgid "RAM" @@ -610,8 +589,8 @@ msgstr "1 TB/mth" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "达世币的带宽使用约为每个月300-500 GB,并且这一数字还将随着网络的发展而增长。" #: ../../docs/user/masternodes/understanding.rst:329 @@ -620,202 +599,11 @@ msgstr "Dash Evolution" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "Dash 0.13.0 实现了 DIP003,引入了关于一个 Dash 主节点如何建立和操作的多处变化。文档列表如下:" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "1x 1 GHz" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/mining/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/mining/index.po index 500a7a2b5..f167ffbeb 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/mining/index.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "有关达世币挖矿的信息和指南" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -39,34 +38,32 @@ msgstr "挖矿" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" "在达世币等加密数字货币的文本框架下,挖矿指的是在出现加密难题时提供解决方案并以此维护区块链上的区块安全。矿工在挖矿的过程中创造新的货币并因此获得区块奖励。挖矿需要借助一系列的硬件设备。达世币使用\\" " :ref:`X11 `\\ 算法,因此矿工需要解决算法难题才能获得区块奖励。" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" "最简单和常见的挖矿设备就是每台计算机上都有的通用CPU。CPU用途广泛,但和能够快速并行处理数百万个矢量的GPU相比,它的效率相对较低。虽然AES或AVX等与加密数字货币相关的具体操作可以提升CPU的性能,但GPU具备并行的数据处理结构,因而能够处理加密数字货币挖矿的重复计算并具备更优越的性能。最后要提到的是,虽然ASIC灵活性相对较低且仅用于设计限定的(多)用途,但它的速度也高于更通用的CPU和GPU。目前,市面上有各种类型的X11" " ASIC矿机。在算力提升并导致算法难度递增的情况下,使用CPU和GPU很不划算。这种趋势使达世币成为一种能更安全地防范针对区块链暴力攻击的币种。" @@ -74,8 +71,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "挖矿活动的盈利性取决于矿工采用的挖矿设备的算力、网络当前的算法难度、硬件设备产生的支出和电费。如需了解更多信息,请浏览以下链接:" #: ../../docs/user/mining/index.rst:39 @@ -107,49 +104,49 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." -msgstr "和比特币及其它加密数字货币一样,达世币以包含所有交易的分布式帐本为基础,这些帐本也称区块链。达世币和比特币区块链由于共识机制的存在得到了保障,这种共识机制被称作工作量证明(PoW)。矿工通过专用的设备来解决难题,在难题解决后,他们有权向区块链添加新的区块。如果运行软件的其他用户认为难题已经得到了恰当的解决,那么新的区块将会被添加到区块链上,而矿工也将得到区块奖励。" +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." +msgstr "" +"和比特币及其它加密数字货币一样,达世币以包含所有交易的分布式帐本为基础,这些帐本也称区块链。达世币和比特币区块链由于共识机制的存在得到了保障,这种共识机制被称作工作量证明(PoW)。矿工通过专用的设备来解决难题,在难题解决后,他们有权向区块链添加新的区块。如果运行软件的其他用户认为难题已经得到了恰当的解决,那么新的区块将会被添加到区块链上,而矿工也将得到区块奖励。" #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." -msgstr "主节点系统也称服务量证明(PoSe),因为主节点的实质正是为网络提供关键的服务。事实上,整个达世币网络都由主节点监督,它们有权驳回由矿工创建的不合格的区块。如果矿工尝试占有全部的区块奖励或运行旧版的达世币软件,那么主节点网络就会孤立该区块,使它无法添加到区块链上。" +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." +msgstr "" +"主节点系统也称服务量证明(PoSe),因为主节点的实质正是为网络提供关键的服务。事实上,整个达世币网络都由主节点监督,它们有权驳回由矿工创建的不合格的区块。如果矿工尝试占有全部的区块奖励或运行旧版的达世币软件,那么主节点网络就会孤立该区块,使它无法添加到区块链上。" #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." -msgstr "简而言之,矿工组成了网络的第一层级,为用户提供资金的发送和接收服务并防止双花支付的发生。主节点则构成了网络的第二层级,为达世币与众不同的性能提供支持。主节点不参与挖矿活动,因此挖矿的设备并不能充当主节点。要想持有主节点,用户必须持有1000达世币作为\"保证金\"。这笔保证金始终由持有人全权掌控,并且可以被持有人自由支配。换言之,保证金不会以任何方式予以锁定。不过,一旦保证金被转移或支付,对应的主节点将会下线并停止接收区块链奖励。" +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." +msgstr "" +"简而言之,矿工组成了网络的第一层级,为用户提供资金的发送和接收服务并防止双花支付的发生。主节点则构成了网络的第二层级,为达世币与众不同的性能提供支持。主节点不参与挖矿活动,因此挖矿的设备并不能充当主节点。要想持有主节点,用户必须持有1000达世币作为\"保证金\"。这笔保证金始终由持有人全权掌控,并且可以被持有人自由支配。换言之,保证金不会以任何方式予以锁定。不过,一旦保证金被转移或支付,对应的主节点将会下线并停止接收区块链奖励。" #: ../../docs/user/mining/index.rst:87 msgid "Mining Pools" @@ -158,12 +155,13 @@ msgstr "矿池" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." -msgstr "在矿池中挖矿比独自挖矿更容易获得区块奖励。强烈建议用户通过P2Pool挖矿,因为这一方式更有利于算力的分配而不是集中。以下网站列出了用户附近的达世币P2Pool矿池,用户只需选择提供最佳费率标准和Ping时间的矿池、输入个人的达世币支付地址作为用户名,并输入和人字符串作为密码,即可在矿池中参与挖矿。" +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." +msgstr "" +"在矿池中挖矿比独自挖矿更容易获得区块奖励。强烈建议用户通过P2Pool挖矿,因为这一方式更有利于算力的分配而不是集中。以下网站列出了用户附近的达世币P2Pool矿池,用户只需选择提供最佳费率标准和Ping时间的矿池、输入个人的达世币支付地址作为用户名,并输入和人字符串作为密码,即可在矿池中参与挖矿。" #: ../../docs/user/mining/index.rst:97 msgid "http://www.p2poolmining.us/p2poolnodes/" @@ -171,12 +169,12 @@ msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -237,22 +235,22 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" -msgstr "免责声明:上表仅供参考。表中服务商未经达世币研发人员的评估或认定,因此信息的准确性暂无保障。在使用第三方的服务时,用户应自由裁量。想要加入上表的服务商请联系leon.white@dash.org。" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" +msgstr "" +"免责声明:上表仅供参考。表中服务商未经达世币研发人员的评估或认定,因此信息的准确性暂无保障。在使用第三方的服务时,用户应自由裁量。想要加入上表的服务商请联系leon.white@dash.org。" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" -"除了加入矿池之外,用户还需要创建达世币地址以便接收资金。如需浏览在Dash Core钱包内的操作,请点击\\ :ref:`此处 " -"`\\ 。" +"除了加入矿池之外,用户还需要创建达世币地址以便接收资金。如需浏览在Dash Core钱包内的操作,请点击\\ :ref:`此处 `\\ 。" #: ../../docs/user/mining/index.rst:143 msgid "CPU Mining" @@ -260,22 +258,24 @@ msgstr "CPU挖矿" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." -msgstr "本文档介绍了在Windows操作系统下进行CPU挖矿的操作方法。值得注意的是,在GPU挖矿和ASIC矿机挖矿大为流行的当下,没有免费的电力供应的矿工几乎不可能借助CPU在挖矿活动中盈利。出于此类原因,本指南中的CPU挖矿软件多年以来都没有升级,而只用于实验目的或测试网上。" +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." +msgstr "" +"本文档介绍了在Windows操作系统下进行CPU挖矿的操作方法。值得注意的是,在GPU挖矿和ASIC矿机挖矿大为流行的当下,没有免费的电力供应的矿工几乎不可能借助CPU在挖矿活动中盈利。出于此类原因,本指南中的CPU挖矿软件多年以来都没有升级,而只用于实验目的或测试网上。" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." -msgstr "CPU挖矿是一个非常简单的流程,以下示例可以帮助用户实现CPU的最大算力。不过,用户需要铭记的是,网络上有很多优化版的矿工,因此用户需要跟进这些挖矿地址的最新资讯。" +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." +msgstr "" +"CPU挖矿是一个非常简单的流程,以下示例可以帮助用户实现CPU的最大算力。不过,用户需要铭记的是,网络上有很多优化版的矿工,因此用户需要跟进这些挖矿地址的最新资讯。" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 msgid "`Crypto Mining Blog `_" @@ -313,10 +313,9 @@ msgstr "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -326,8 +325,8 @@ msgstr "CPU-Z显示因特尔i7CPU的细节信息" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "如果CPU不支持AES-NI和AVX,那么用户可以试用更通用的、不需要特定的指令集的软件。软件地址如下所示:" #: ../../docs/user/mining/index.rst:185 @@ -341,11 +340,11 @@ msgstr "https://github.com/tpruvot/cpuminer-multi" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" "建议用户选择在CPU上支持最大可用指令集的挖矿软件,然后提高算力。一旦做出选择,用户可以点击 **公布** 按键,并下载和解压压缩文件。不同的 " "\\*.exe文件可说明它们所支持的特定的处理器优化功能。文件夹应如下所示:" @@ -360,20 +359,20 @@ msgstr "配置" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" "首先,用户应参考上文\\ :ref:`矿池 `\\ " "部分的指导完成矿池的选择和达世币地址的生成。用户应将所有的挖矿文件保存在单独的一个文件夹当中。此次示例以从p2poolming.us列表上选择的节点为例。这一节点位于中国::" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "接下来,用户需要打开 **记事本** , 在第一行输入用于启动挖矿的命令,并在第二行输入中止的命令。常用格式如下所示::" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -393,7 +392,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "o = 矿池网址,包括协议和端口" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "u = 用户名,也就是用于接收达世币的钱包地址" #: ../../docs/user/mining/index.rst:224 @@ -418,9 +418,9 @@ msgstr "记事本文件显示启动CPU挖矿软件的命令示例" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" "点击 **文件** , **另存为** ,将文件类型改为 **所有文件** ,将文件命名为 *startminer.bat* ,并将文件保存在 " "*minerd* 文件所在的同一个文件夹。" @@ -432,13 +432,13 @@ msgstr "测试" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" "现在,准备就绪!用户需要留意 **任务管理器** " "中的CPU使用情况(用户可右击工具栏打开任务管理器),并确保CPU的最高温度不超过最大限额(约为64°C)。如果计算机在温度或桌面的稳定性方面存在问题,用户需要将``t``减少~2个线程数。如果忽略``t``的设置,设备将以默认值为最大的线程数。运行一段时间后,用户需要留意算力和矿池中的收获。用户可以通过页面上的钱包地址来确认个人的矿机。" @@ -453,13 +453,13 @@ msgstr "提示" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" "减少线程数量,以便提高桌面的可用性并优化散热性能。如果CPU的温度过高,用户需要安装新的散热风扇并确认CPU散热器导热硅脂是否有效。使用主板控制器来调整处理器的时钟速度,以便优化性能。详情请参考\\" " `AI Suite `_ " @@ -467,9 +467,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "尝试选择附近不同的矿池,以便降低网络延缓。如果节点运行缓慢,用户可以切换到另一个位置。用户需要将算力分配到不同的矿池,以免产生分叉。" #: ../../docs/user/mining/index.rst:277 @@ -480,29 +480,29 @@ msgstr "GPU挖矿" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." -msgstr "本指南整合了其它几份指南,以便矿工了解如何在Windows操作系统上通过GPU(即显卡上的处理器)参与X11挖矿活动。值得注意的是,通过ASIC矿机挖矿的个人不断增多,这也就意味着GPU挖矿的利润空间越来越小。很多软件和二进制文件在过去几年间都进行了更新,因此,本指南仅用于实验目的。" +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." +msgstr "" +"本指南整合了其它几份指南,以便矿工了解如何在Windows操作系统上通过GPU(即显卡上的处理器)参与X11挖矿活动。值得注意的是,通过ASIC矿机挖矿的个人不断增多,这也就意味着GPU挖矿的利润空间越来越小。很多软件和二进制文件在过去几年间都进行了更新,因此,本指南仅用于实验目的。" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." -msgstr "本指南将介绍挖矿软件的下载及配置,并提供优化方面的建议。加密数字货币领域的技术发展日新月异,因此,建议用户关注挖矿网址,以便及时获取最新的资讯。" +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." +msgstr "" +"本指南将介绍挖矿软件的下载及配置,并提供优化方面的建议。加密数字货币领域的技术发展日新月异,因此,建议用户关注挖矿网址,以便及时获取最新的资讯。" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" "至于CPU挖矿,用户可以选用一系列的挖矿软件。GPU挖矿大多基于sgminer,并针对不同的硬件进行了具体的优化。建议用户先确定个人所用的图形硬件,再选用合适的sgminer。用户可以使用\\" " `GPU-Z `_ 来确定自己使用的GPU硬件。" @@ -515,11 +515,11 @@ msgstr "GPU-Z显示AMD Radeon Turks和NVIDIA Quadro GK104 GPU的具体信息" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" "接下来,用户需要下载挖矿软件。挖矿软件大多基于初始版的\\ `sgminer `_,不过它们并不适用于X11算法,因为它们并不提供编译后的二进制文件且在历年间也没有进行升级。本指南使用由新研发人员维护的预编二进制软件来进行说明。" @@ -537,21 +537,22 @@ msgid "**NVIDIA**" msgstr "**NVIDIA**" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "https://github.com/tpruvot/ccminer/releases (专注核心应用)" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" "https://github.com/sp-hash/ccminer/releases (sp-mod, 适用于Windows的CUDA " "kernels优化版)" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "下载用户选择的版本并解压压缩文件到已知的地址。文件夹应如下所示或与之类似:" #: ../../docs/user/mining/index.rst:335 @@ -560,15 +561,13 @@ msgstr "可执行的达世币GPU挖矿软件" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" -"sgminer文件是可执行文件,而带有.cl扩展名的各种文件则定义了sgminer支持的各种算法。在这种情况下,我们对X11的darkcoin" -".cl和darkcoin-" +"sgminer文件是可执行文件,而带有.cl扩展名的各种文件则定义了sgminer支持的各种算法。在这种情况下,我们对X11的darkcoin.cl和darkcoin-" "mod.cl颇感兴趣。值得注意的是,进行了各种性能优化的不同矿机对可执行文件的名称显示有所不同,例如,NVIDIA显卡显示的是ccminer。" #: ../../docs/user/mining/index.rst:355 @@ -579,8 +578,8 @@ msgstr "接下来,打开 **记事本** 并创建基本配置信息。常用的 #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "pools = 针对算力定义的矿池的列表(在当前情况下,仅包含一个)" #: ../../docs/user/mining/index.rst:373 @@ -589,8 +588,7 @@ msgstr "url = 矿池网址,包括协议和端口" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "user = 用户名,也就是用于接收达世币的钱包地址" #: ../../docs/user/mining/index.rst:376 @@ -599,8 +597,8 @@ msgstr "pass = 密码,通常可以设置为x" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "algorithm = 用户使用的算法,在本示例中指的是darkcoin(基于历史版本)或darkcoin-mod" #: ../../docs/user/mining/index.rst:380 @@ -613,9 +611,9 @@ msgstr "对达世币GPU矿机的配置" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" "点击 **文件** ,**另存为** ,将文件类型改为 **所有文件** ,将文件命名为 *sgminer.conf* ,并将文件保存在 " "*sgminer* 文件所在的同一个文件夹。" @@ -623,18 +621,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" "双击*sgminer.exe*文件以打开 **命令提示符** " "。如果命令提示符消失过快,用户需检查配置中遗漏的逗号、不完整的括弧或不正确的文件名。程序将为GPU专门编译二进制文件并将其存储在文件夹中,然后才启动算力。" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "在Intel HD Graphics 4600上使用sgminer 5.6.1-nicehash-51进行GPU挖矿的示例" #: ../../docs/user/mining/index.rst:410 @@ -643,30 +641,31 @@ msgstr "ASIC挖矿" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." -msgstr "ASIC是专用集成电路的缩写,指的是专为某一目的而设计的处理器。专用集成电路是加密数字货币挖矿的热门工具,因为它们的效率高于CPU或GPU并因此能为用户带来更高的利润。" +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." +msgstr "" +"ASIC是专用集成电路的缩写,指的是专为某一目的而设计的处理器。专用集成电路是加密数字货币挖矿的热门工具,因为它们的效率高于CPU或GPU并因此能为用户带来更高的利润。" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" "值得注意的是,市场的快速变化和挖矿难度的增加可能导致本页面的信息很快就过时了。因此,用户有责任推进个人的研究,并且牢记本页面的内容并不意味着对任何产品的认可。可以帮助用户进一步研究挖矿的网址是\\" -" `达世币论坛挖矿专区 `_\\ 。" +" `达世币论坛挖矿专区 `_\\ 。" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "市面上有适用于X11算法的ASIC矿机,用户可以点击产品名称登录制造商的网站:" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -723,7 +722,8 @@ msgstr "$1,180" #: ../../docs/user/mining/index.rst:432 msgid "`Spondoolies SPx36 `_" -msgstr "`Spondoolies SPx36 `_" +msgstr "" +"`Spondoolies SPx36 `_" #: ../../docs/user/mining/index.rst:432 msgid "540 GH/s ±10%" @@ -747,8 +747,7 @@ msgstr "$7,000" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -781,8 +780,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "考虑到网络难度的增加,以下ASIC矿机或是难以获取或是已经过时:" #: ../../docs/user/mining/index.rst:448 @@ -927,9 +926,8 @@ msgid "490 x 350 x 180" msgstr "490 x 350 x 180" #: ../../docs/user/mining/index.rst:462 -#, fuzzy msgid "`iBelink DM11G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:462 msgid "11 GH/s ±5%" @@ -944,9 +942,8 @@ msgid "22 kg" msgstr "22 kg" #: ../../docs/user/mining/index.rst:464 -#, fuzzy msgid "`iBelink DM22G `_" -msgstr "`iBelink DM11G `_" +msgstr "" #: ../../docs/user/mining/index.rst:464 msgid "22 GH/s ±5%" @@ -1070,7 +1067,8 @@ msgid "490 x 390 x 180" msgstr "490 x 390 x 180" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1088,21 +1086,3 @@ msgstr "3.1 kg" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "400 x 135 x 158" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "https://github.com/KlausT/ccminer/releases (和SP版相似, 更简洁)" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" -#~ "`iBelink DM22G `_" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/zh_CN/LC_MESSAGES/docs/user/mining/p2pool.po index d0918c647..757823e20 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "架设达世币 P2Pool节点指南" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "达世币,挖矿,X11,p2pool,节点,池,软件,ASIC,矿池" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/mining/pools.po b/locale/zh_CN/LC_MESSAGES/docs/user/mining/pools.po index 7dee47c35..145ca2874 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po index edbab7b63..463896661 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# Alex.ys , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: zh_CN\n" -"Language-Team: zh_CN \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: Alex.ys , 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "安装" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -92,21 +94,21 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" -msgstr "" +msgstr "主节点架设" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/zh_CN/LC_MESSAGES/docs/user/network/electrumx-server.po index db6eb377d..e770b0cb4 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 3183b4488..19573c51e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,35 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "设置地址簿,汇率,扫描纸钱包和更改达世币Android钱包中的设置。" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "达世币,手机,钱包,Android,地址簿,纸,汇率" @@ -43,16 +42,15 @@ msgstr "地址簿" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" "您的Android钱包允许您通过添加标签来帮助您识别所有权,用以管理您经常使用的地址。您还可以在钱包中标注您自己的地址,以便追踪定期收到的付款。您可以通过点击\\" " **菜单按钮**\\ ,然后点击\\ **地址簿**\\ " @@ -66,14 +64,14 @@ msgstr "*访问地址簿并添加地址*" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" -"您还可以通过点击交易的\\ **更多选项**\\ 按钮(三个垂直点),并选择\\ **将标签添加到您的账户**\\ ,\\ " -"**编辑您的地址标签**\\ ,\\ **添加发送地址\\ **或者**\\ 编辑发送地址的标签**\\ 来直接从主要交易历史屏幕中添加标签。" +"您还可以通过点击交易的\\ **更多选项**\\ 按钮(三个垂直点),并选择\\ **将标签添加到您的账户**\\ ,\\ **编辑您的地址标签**\\" +" ,\\ **添加发送地址\\ **或者**\\ 编辑发送地址的标签**\\ 来直接从主要交易历史屏幕中添加标签。" #: ../../docs/user/wallets/android/advanced-functions.rst:49 msgid "*Adding and editing address labels in transaction view*" @@ -85,14 +83,14 @@ msgstr "汇率" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" "使用达世币的Android钱包允许您通过选择默认的法定货币来显示您的达世币余额和对等法币的金额。要选择默认货币,请点击\\ **菜单按钮**\\ " ",然后点击\\ **汇率**\\ 。找到您喜欢的法定货币,然后点击该货币的\\ **更多选项**\\ 按钮,并选择\\ **设置为默认**\\ " @@ -100,8 +98,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "*选择法币汇率并发起一个以美元为单位的交易*" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -112,10 +110,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -128,22 +126,22 @@ msgstr "扫描纸钱包" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." -msgstr "扫描纸钱包是一种转移您存在纸钱包资金,又或转移您从ATM机向自己钱包存入的资金的方法。要使用此功能,您必须有权访问该地址的私钥。在此过程中,存储在地址上的所有达世币都将被发送到一个新地址,这个新的地址已经确定地从您的钱包种子中生成。您扫描的私钥不会成为您钱包的一部分。" +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." +msgstr "" +"扫描纸钱包是一种转移您存在纸钱包资金,又或转移您从ATM机向自己钱包存入的资金的方法。要使用此功能,您必须有权访问该地址的私钥。在此过程中,存储在地址上的所有达世币都将被发送到一个新地址,这个新的地址已经确定地从您的钱包种子中生成。您扫描的私钥不会成为您钱包的一部分。" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" "若要扫描纸钱包,请点击\\ **菜单按钮**\\ ,并选择\\ **扫描纸钱包**\\ 。点击\\ **扫描**\\ " "按钮,并从您的纸钱包中扫描二维码。一旦私钥被识别,点击\\ **扫描**\\ " @@ -159,12 +157,13 @@ msgstr "网络监测" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." -msgstr "达世币Android钱包是一个轻巧的钱包,在SPV模式下有着一定的功能,这种功能意味着它不会下载区块链的完整副本。网络监测允许您查看您连接到的完整节点的详细信息。您也可以在区块链上创建区块时,向左滑动以查看区块。" +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." +msgstr "" +"达世币Android钱包是一个轻巧的钱包,在SPV模式下有着一定的功能,这种功能意味着它不会下载区块链的完整副本。网络监测允许您查看您连接到的完整节点的详细信息。您也可以在区块链上创建区块时,向左滑动以查看区块。" #: ../../docs/user/wallets/android/advanced-functions.rst:143 msgid "*Viewing peers and blocks to monitor network activity*" @@ -181,11 +180,11 @@ msgstr "*达世币Android钱包中的设置菜单*" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" "设置菜单包含一系列控制达世币Android钱包行为的选项。若要访问设置,请单击\\ **菜单按钮**\\ ,然后单击\\ **设置**\\ " "。然后,您可以在\\ **设置**\\ ,\\ **诊断**\\ 和\\ **关于**\\ " @@ -207,9 +206,9 @@ msgstr "自己的名称" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "在向其他用户出示以进行扫描时,要输入包含在您二维码中的短名称。然后短名称将作为标签出现在他们的钱包中,以验证收件人和简化地址管理。" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -218,8 +217,7 @@ msgstr "自动关闭发送货币对话框" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "一旦付款完成,指定是否关闭发送对话框。" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -228,8 +226,8 @@ msgstr "连接指示器" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "在Android通知区域启用显示指示器以能够快速验证连接性。" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -246,8 +244,8 @@ msgstr "跳过常规对等点发现" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "启用此选项可阻止自动的对等点发现,并仅强制连接到指定的可信对等点。" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -266,8 +264,8 @@ msgstr "数据使用" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "连接到Android **数据使用** 功能来查看 和/或 限制应用程序的数据使用。" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -276,8 +274,8 @@ msgstr "余额提醒" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "若您在一段时间内未打开应用程序,通过启用Android系统通知,可提醒您尚有未使用的达世币。" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -301,7 +299,8 @@ msgid "Show disclaimer" msgstr "显示免责声明" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "启用或禁用应用程序中的各种免责声明和警告消息。" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -311,8 +310,8 @@ msgstr "用于扫描支付的BIP70" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" "启用使用\\ `BIP70 支付协议 " "`_ " @@ -325,8 +324,8 @@ msgstr "查找钱包名称" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" "启用\\ `DNSSEC `_ 以在创建交易时尝试识别钱包名称。" @@ -341,8 +340,8 @@ msgstr "报告问题" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "允许您收集一系列与您钱包相关的信息,以便向开发人员发送错误报告以进行故障排除。" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -351,9 +350,9 @@ msgstr "显示xpub" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "显示在您的钱包中用于生成地址的种子的扩展公钥。向第三方提供您的xpub将允许他们查看您的整个交易历史,但无法创建新的交易。" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -362,8 +361,7 @@ msgstr "重置区块链" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "重置在您设备上存储的与区块链相关的数据。该数据将需要再次从完整节点收集,和设置新钱包时的状况类似。重置过程可能需要一些时间。" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 905211b5b..161af6228 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "通过个人的Android设备开始发送或接收达世币" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "达世币、移动、钱包、安卓、发送、接收、地址、入门" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/index.po index 1cb57816f..c0fe585df 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/installation.po index d7aba74fe..1989d487a 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "如何在Android设备上安装达世币钱包" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "达世币,手机,钱包,android,安装,编译" @@ -41,8 +40,8 @@ msgstr "Google Play" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "借助谷歌应用商店是在Android设备上安装达世币钱包的最便捷的方式。" #: ../../docs/user/wallets/android/installation.rst:21 @@ -51,18 +50,19 @@ msgstr "通过APK" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" -msgstr "某些Android手机无法访问谷歌应用商店商店,原因是某些国家或地区的手机软件供应商和网络服务商不支持这项功能。在这种情况下,(还没有安装外部资源的)用户可以先手动安装,然后再下载并安装Android安装包。在安装进程中,用户可以参考以下说明:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" +msgstr "" +"某些Android手机无法访问谷歌应用商店商店,原因是某些国家或地区的手机软件供应商和网络服务商不支持这项功能。在这种情况下,(还没有安装外部资源的)用户可以先手动安装,然后再下载并安装Android安装包。在安装进程中,用户可以参考以下说明:" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "通过\\ **设置 → 关于手机**\\ 检查软件版本,确保软件至少为4.0.3版本。" #: ../../docs/user/wallets/android/installation.rst:31 @@ -80,10 +80,11 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." -msgstr "如果用户无法使用手机上网,请使用电脑下载Android安装包,并通过数据线或蓝牙功能将安装包复制到手机上。用户可能还需要一个文件浏览器来查找复制的文件。" +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." +msgstr "" +"如果用户无法使用手机上网,请使用电脑下载Android安装包,并通过数据线或蓝牙功能将安装包复制到手机上。用户可能还需要一个文件浏览器来查找复制的文件。" #: ../../docs/user/wallets/android/installation.rst:39 msgid "" @@ -93,9 +94,9 @@ msgstr "您还可以使用Android 调试(ADB)直接通过个人计算机进 #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" "用户需确保个人计算机上存有Android 调试的副本。SDK平台调试工具\\ `SDK Platform Tools " "`_\\ " @@ -105,8 +106,7 @@ msgstr "" msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" "通过\\ **设置 → 开发人员选项 → USB调试**\\ 启用USB调试。如果\\ **开发者选项**\\ 不可用,用户可在\\ " "**关于手机**\\ 页面向下滚动,然后连续点击\\ **内部版本号**\\ 七次。" @@ -131,21 +131,21 @@ msgstr "通过源" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "在环境搭建完毕之后,用户需要下载并构建达世币Android钱包的资源::" #: ../../docs/user/wallets/android/installation.rst:97 @@ -153,30 +153,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 1e24a1760..a91a9d7f8 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -44,15 +43,14 @@ msgstr "货币控制" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" "货币控制选项帮助Dash " "Core钱包的用户指定地址,此时,未经支付(UTXOs)的输出应当用作交易输入。这项功能不仅帮助用户在指定的钱包地址上留存指定余额,同时还能让他们自由支配其余资金。以Dash" @@ -61,21 +59,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "Dash Core钱包中的货币选择界面,显示两个主节点(测试网)" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." -msgstr "" -"单击鼠标右键选择不想支出的(多个)交易项,然后选择 **锁定未支付**。此时,交易的旁边将会出现一把小锁的标志。用户可以点击 **切换锁定状态**" -" 按键来切换未经支付的输出的状态,即锁定或解锁状态。完成操作后,用户应点击 **OK** " +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." +msgstr "" +"单击鼠标右键选择不想支出的(多个)交易项,然后选择 **锁定未支付**。此时,交易的旁边将会出现一把小锁的标志。用户可以点击 **切换锁定状态** " +"按键来切换未经支付的输出的状态,即锁定或解锁状态。完成操作后,用户应点击 **OK** " "按键。以不影响已锁定的未经支付的输出为前提,用户就可以安全地创建交易了。" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -88,8 +85,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -102,8 +99,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -130,10 +127,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -161,25 +158,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 -#, fuzzy msgid "Restore HD wallet" -msgstr "HD 钱包" +msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 -#, fuzzy msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" -"Dash Core钱包将以十六进制和 BIP39 助记符显示HD钱包的种子。如需恢复已有的HD钱包或者定义单独生成的助记符和密码,用户需要确保 " -"``datadir`` 中不存在 ``wallet.dat`` 文件,然后再输入以下命令::" #: ../../docs/user/wallets/dashcore/advanced.rst:126 msgid "Add the HD wallet details to the newly created wallet by running::" @@ -192,39 +185,31 @@ msgid "" msgstr "HD钱包可以恢复,并且用户的余额将在完成同步后予以显示。" #: ../../docs/user/wallets/dashcore/advanced.rst:133 -#, fuzzy msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" -"从 0.12.2.0 版本开始,Dash Core钱包就具备了兼容 BIP39/BIP44 " -"的分层确定性(HD)密码生成功能。只有在初次启动Dash Core钱包时指定 ``usehd`` " -"选项的用户才能通过命令行使用这一功能。用户应当慎用这一功能,因为助记符种子和密码需要以纯文本格式存储,直到用户为钱包指定密码短语。值得注意的是,钱包密码与助记符密码不同,后者通常也被称作" -" \"第25个字符\" 或 \"扩展字符\"。此外,钱包密码用于加密钱包文件本身,而助记符密码则用于指定来自同一助记符种子的不同派生分支。" #: ../../docs/user/wallets/dashcore/advanced.rst:141 msgid "Enable HD Wallet Creation By Default" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 -#, fuzzy msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" -"在下文中,我们将以Windows GUI钱包为例,但如果用户在其他操作系统上使用 ``dash-qt`` 或 " -"``dashd``,那么要用到的命令行就是一样的。用户可以输入以下命令,以便启用随机生成的分层确定性钱包种子,此时,钱包并不具备助记符密码::" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -233,13 +218,13 @@ msgstr "多重签名" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" "本章节介绍了Dash " "Core钱包中的多重签名功能。尽管交易在当前的测试网区块链上是不可见的,并且地址格式或远程过程调用与本文显示的稍有不同,但原则和命令是相同的。本章节提供了创建2" @@ -293,16 +278,16 @@ msgstr "步骤 2:创建多重签名地址" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "``createmultisig`` 命令可以创建n/m的多重签名变量(json数据提供)。本文示例创建的是2/3多重签名。" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "值得注意的是:只要公钥和序列已知(则地址和redeemScript都是一样的),那么任何人都可以创建地址。" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -325,42 +310,41 @@ msgstr "步骤 4:通过多重签名功能完成支付" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" "现在我们假定交易已完成,那么买卖双方都会得到满意的结果。如果卖方希望领取个人的达世币,那么在2 " "-3多重签名的情况下,交易需要取得三方中的两方的签名许可(即卖方的签名加上买方或仲裁者的签名)。这时候,卖方就可以创建交易了(在这里,我们重复使用了上述的公共地址)。" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "使用redeemScript、scriptPubKey和个人私钥对多重签名交易进行部分签名" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" "值得注意的是,十六进制的输出变得越来越长,但由于交易还需要另一个签名,因此输出的完成情况备注为 \"false\" " "。这时,买方或仲裁者就可以使用上述输出和私钥来完成交易签名了。我们假设买方正在完成签名。" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "现在交易签名已经完成了,任何一方都可以将交易传输到达世币网络上了。" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "同样,用户也可以在区块浏览器中跟进交易。卖方也很乐意在如下所示的个人公共地址上接收达世币。" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -369,10 +353,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -395,8 +379,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -421,13 +405,12 @@ msgstr "Tor" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -447,30 +430,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -479,10 +462,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -505,8 +487,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -535,18 +516,17 @@ msgstr "多款钱包" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -555,8 +535,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -569,9 +549,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -584,9 +564,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -595,8 +575,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -605,24 +585,24 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." -msgstr "" -"首先,用户应根据\\ :ref:`安装指南`\\ 的指示在个人的计算机系统上安装Dash " -"Core钱包。在 **初次运行Dash Core钱包的时候** ,用户可以决定是否将独立的 ``wallet.dat`` " +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." +msgstr "" +"首先,用户应根据\\ :ref:`安装指南`\\ 的指示在个人的计算机系统上安装Dash Core钱包。在" +" **初次运行Dash Core钱包的时候** ,用户可以决定是否将独立的 ``wallet.dat`` " "文件保存在默认地址上(如果用户不需要同时运行钱包,那就更简单了)。用户也可以指定完全独立的数据目录,例如 ``C:\\Dash1`` " "(如果用户希望同时运行钱包,那么设置将相对更简单)。" @@ -632,14 +612,14 @@ msgstr "独立的wallet.dat文件" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" -"在这种情况下,用户需要分别通过不同的钱包文件在桌面上创建两个快捷方式。具体来说,用户需要导航到用于启动Dash " -"Core钱包的二进制文件(文件通常位于 ``C:\\Program Files\\DashCore\\dash-qt.exe`` " +"在这种情况下,用户需要分别通过不同的钱包文件在桌面上创建两个快捷方式。具体来说,用户需要导航到用于启动Dash Core钱包的二进制文件(文件通常位于 " +"``C:\\Program Files\\DashCore\\dash-qt.exe`` " "或在类似文件中),然后在桌面上创建两个快捷方式。随后,达世币需要打开这些快捷方式的 **属性** 窗口。" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -649,15 +629,15 @@ msgstr "使用Windows 10创建桌面快捷方式" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" "通过在启动钱包时指定 ``钱包`` 参数,用户可以修改各个快捷方式的 **目标** 属性,从而指向不同的钱包文件。如果用户没有指定 ``钱包`` " -"参数,那么钱包将默认使用 ``wallet.dat`` 。如果指定的钱包文件并不存在,那么文件将会自行创建。下文以 " -"``workwallet.dat`` 和 ``homewallet.dat`` 这两个文件为例:" +"参数,那么钱包将默认使用 ``wallet.dat`` 。如果指定的钱包文件并不存在,那么文件将会自行创建。下文以 ``workwallet.dat``" +" 和 ``homewallet.dat`` 这两个文件为例:" #: ../../docs/user/wallets/dashcore/advanced.rst:628 msgid "" @@ -681,11 +661,11 @@ msgstr "指定独立的钱包文件" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." -msgstr "现在,用户可以使用这两个快捷图标轻松迅速地从桌面打开不同的钱包了。请注意,用户无法同时打开两个钱包。如果用户需要两个独立的数据目录,操作步骤如下所述。" +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." +msgstr "" +"现在,用户可以使用这两个快捷图标轻松迅速地从桌面打开不同的钱包了。请注意,用户无法同时打开两个钱包。如果用户需要两个独立的数据目录,操作步骤如下所述。" #: ../../docs/user/wallets/dashcore/advanced.rst:643 msgid "Separate data directories" @@ -694,13 +674,12 @@ msgstr "独立的数据目录" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" "用户需启动Dash Core钱包,并等待钱包与网络同步,然后再关闭Dash Core钱包。此时,用户可以创建两个独立的数据目录,例如 " "``C:\\Dash1`` 和 ``C:\\Dash2`` ,然后将同步数据目录下的 ``blocks`` 和 ``chainstate`` " @@ -729,12 +708,12 @@ msgstr "指定独立的数据路径" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" "现在,用户可以使用这两个快捷图标快速轻松地从桌面打开不同的钱包了。两个钱包都独立地保存着区块链的完整副本,这可能会占用较大的磁盘空间。为了更有效地使用磁盘空间,用户可以考虑使用SPV或" " \"轻\"钱包。在这种情况下,用户可以参照\\ :ref:`达世币轻钱包 `\\ " @@ -750,35 +729,7 @@ msgstr "KeePass" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 1696b9d2a..1b68b2fe1 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "如何安全地备份和还原Dash Core钱包" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "dash,core,钱包,备份,还原,wallet.dat" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 8408ed312..54adf615a 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "Dash Core钱包的启动参数和RPC命令" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "dash,core,钱包,参数,命令,远程过程调用" @@ -37,22 +36,22 @@ msgstr "命令和参数" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" "可以在配置文件中指定(除了``-datadir``和``-conf``之外)的所有命令行选项,也可以在命令行中指定所有配置文件选项。命令行选项会覆盖配置文件中的设定值。配置文件是一个包含``setting=value``的列表,每行都有,除此之外,文件中还包括以" " ``#`` 字符开头的可选注释。" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" "配置文件不是自动创建的。用户可以通过纯文本编辑器来完成创建。在默认情况下,dash-" "qt(或dashd)会在达世币数据目录中查找名为``dash.conf``的文件。不过,用户可以使用 -datadir 和 -conf " @@ -103,12 +102,8 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" -msgstr "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgstr "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 msgid "" @@ -120,8 +115,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "注意:如果用户在测试网环境下运行达世币核心钱包,子文件夹 ``testnet3`` 会被自动添加到数据目录中。" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -131,8 +126,8 @@ msgstr "命令行参数" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -157,68 +152,18 @@ msgstr "RPC 命令" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 3de61afd1..5cf632c72 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 8e0f5256f..a0a22e8e5 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 7b9699ef3..92070a2b1 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 -# Alex.ys , 2022 +# Alex.ys , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Last-Translator: Alex.ys , 2023\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "如何在Linux系统下载、安装、和加密Dash Core钱包" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "dash,core,钱包,linux,ubuntu,安装" @@ -37,9 +36,9 @@ msgstr "Linux安装指南" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -49,8 +48,8 @@ msgstr "下载Dash Core钱包" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -59,18 +58,18 @@ msgstr "网站会正确检测到适合你系统的钱包软件" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -87,15 +86,15 @@ msgstr "验证Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -134,10 +133,10 @@ msgstr "提取Dash Core" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" "Linux的Dash " "Core是以压缩文档而不是安装程序方式分发的。这是因为同一文档下还有其它文件存在,比如在服务器上运行主节点文件。本指南中,我们会解压一个带图形用户接口(GUI)的可执行文件,此图形用户接口是最终用户按钱包用途设计的。" @@ -148,9 +147,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -160,10 +159,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." -msgstr "程序首次启动时,会问到你准备将区块链和钱包数据存储在哪里。区块链的大小能达到30GB+,所以请选择一个有足够可用空间的地方。建议尽量使用默认的数据文件夹。" +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." +msgstr "" +"程序首次启动时,会问到你准备将区块链和钱包数据存储在哪里。区块链的大小能达到30GB+,所以请选择一个有足够可用空间的地方。建议尽量使用默认的数据文件夹。" #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 msgid "Choosing the Dash Core data folder" @@ -171,9 +171,9 @@ msgstr "选择Dash Core数据文件夹" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "Dash Core随后便开始运行了。第一次运行会比正常情况时间久一点,因为Dash Core需要生成一些加密数据来保护你的钱包。" #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 @@ -187,9 +187,9 @@ msgstr "Dash Core和达世币网络进行同步" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "一旦Dash Core成功安装并启动,你就会看到钱包的主屏幕界面。这时钱包是“非同步状态”,窗口下面会有进度条显示同步的进程。" #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 @@ -197,16 +197,13 @@ msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core和达世币网络同步" #: ../../docs/user/wallets/dashcore/installation-linux.rst:129 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"在同步过程中,Dash " -"Core会从其它节点下载达世币区块链的完整拷贝到你的设备上。这可能会花上很长的一段时间,取决于你的网速。如果你看到“没有区块资源可用”的信息,请检查你的网络连接。当同步结束后,你会看到右下角出现一个蓝色的对勾。" #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 msgid "Dash Core synchronization is complete" @@ -224,10 +221,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -241,37 +237,34 @@ msgid "" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:173 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "加密你的达世币钱包" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "你将被要求输入和验证密码。" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:197 -#, fuzzy msgid "Enter a password" msgstr "输入密码" @@ -286,8 +279,8 @@ msgstr "确认你想要加密你的钱包" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -311,99 +304,13 @@ msgid "Entering a password" msgstr "输入密码" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"当加密过程结束后,你会看到一条提示说钱包之前的备份已不可用,并要求关闭Dash Core。当你重新启动Dash " -"Core后,你会看到右下角出现了一个蓝色的小锁。" #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "Dash Core钱包完成同步和加密" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "Ubuntu系统概况。这是64位系统。" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "当你的钱包与达世币网络同步完成后,强烈建议你为钱包设置一个密码或口令,以避免未经授权的登录。密码应该有一些难度,而且是你没有在别的地方使用过的新密码。记下你的密码,存放在一个安全的地方,否则你有可能因忘记密码而无法进入钱包获取资金。" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index ee499ef50..a822ce45b 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "如何在macOS系统下载、安装、和加密Dash Core钱包" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "达世币,核心,钱包,macos,安装" @@ -49,8 +48,8 @@ msgstr "下载Dash Core钱包" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -59,10 +58,10 @@ msgstr "网站会正确检测到适合你系统的钱包软件" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -72,16 +71,17 @@ msgstr "验证Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -119,8 +119,8 @@ msgstr "安装Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "打开“Finder”查看下载文件夹。双击下载的.dmg文件将其解压。会有一个窗口显示文件内容。" @@ -130,8 +130,8 @@ msgstr "打开Dash Core .dmg文件" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "将Dash Core应用文件拖拽到你的应用程序文件夹中进行安装。" #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 @@ -140,14 +140,14 @@ msgstr "首次运行Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" "第一次运行Dash Core钱包时,打开Launchpad或者找到Finder中的\\ **Applications**\\ 文件夹,双击\\ " "**Dash Core**\\ 或\\ **Dash-Qt**\\ " @@ -161,10 +161,11 @@ msgstr "解锁macOS,运行Dash Core" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." -msgstr "程序首次启动时,会问到你准备将区块链和钱包数据存储在哪里。区块链的大小能达到30GB+,所以请选择一个有足够可用空间的地方。建议尽量使用默认的数据文件夹。" +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." +msgstr "" +"程序首次启动时,会问到你准备将区块链和钱包数据存储在哪里。区块链的大小能达到30GB+,所以请选择一个有足够可用空间的地方。建议尽量使用默认的数据文件夹。" #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 msgid "Choosing the Dash Core data folder" @@ -172,9 +173,9 @@ msgstr "选择Dash Core数据文件夹" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "Dash Core随后便开始运行了。第一次运行会比正常情况时间久一点,因为Dash Core需要生成一些加密数据来保护你的钱包。" #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 @@ -186,12 +187,11 @@ msgid "Synchronizing Dash Core to the Dash network" msgstr "Dash Core和达世币网络进行同步" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 -#, fuzzy msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." -msgstr "一旦Dash Core成功安装并启动,你就会看到钱包的主屏幕界面。这时钱包是“非同步状态”,窗口下面会有进度条显示同步的进程。" +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 msgid "Dash Core begins synchronizing with the Dash network" @@ -202,8 +202,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" "在同步过程中,Dash " "Core会从其它节点下载达世币区块链的完整拷贝到你的设备上。这可能会花上很长的一段时间,取决于你的网速。如果你看到“没有区块资源可用”的信息,请检查你的网络连接。当同步结束后,你会看到右下角出现一个蓝色的对勾。" @@ -213,39 +213,36 @@ msgid "Dash Core synchronization is complete" msgstr "Dash Core同步完成" #: ../../docs/user/wallets/dashcore/installation-macos.rst:148 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "你现在可以通过你的钱包发送和接收资金了。" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:151 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "加密你的达世币钱包" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "你将被要求输入和验证密码。" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:175 #: ../../docs/user/wallets/dashcore/installation-macos.rst:202 @@ -263,8 +260,8 @@ msgstr "确认你想要加密你的钱包" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -285,10 +282,10 @@ msgstr "你将被要求输入和验证密码。" #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" "当加密过程结束后,你会看到一条提示说钱包之前的备份已不可用,并要求关闭Dash Core。当你重新启动Dash " "Core后,你会看到右下角出现了一个蓝色的小锁。" @@ -300,28 +297,3 @@ msgstr "Dash Core钱包完成同步和加密" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "你现在可以通过你的钱包安全地发送和接收资金了。" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "当你的钱包与达世币网络同步完成后,强烈建议你为钱包设置一个密码或口令,以避免未经授权的登录。密码应该有一些难度,而且是你没有在别的地方使用过的新密码。记下你的密码,存放在一个安全的地方,否则你有可能因忘记密码而无法进入钱包获取资金。" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 2e7b4d749..12f3b9264 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "如何在Windows下载、安装和加密Dash Core钱包" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "达世币,核心,钱包,windows,安装" @@ -51,8 +50,8 @@ msgstr "下载Dash Core钱包" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -61,31 +60,24 @@ msgstr "网站会正确检测到适合你系统的钱包软件" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 -#, fuzzy msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" -"如果检测不到,就需要手动选择你的操作系统,以及你需要的是32位的还是64位的版本。如果你也不太确定你的Windows系统是32位还是64位的,可以在Windows" -" 10的\\ **开始 > 设置 > 系统 > 关于**\\ 进行查找。如何在其它Windows版本下查找此信息,请参见\\ `这里 " -"`__\\ 。" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 msgid "Verifying Dash Core" @@ -94,15 +86,15 @@ msgstr "验证Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -121,10 +113,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -133,10 +125,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -146,9 +138,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -169,9 +160,9 @@ msgstr "Dash Core安装程序在下载文件夹中" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" "此时,你会看到Windows有一条弹出窗口报警显示有不可识别应用。你可以按以下步骤安全地跳过报警,点击\\ **更多信息**\\ ,然后\\ " "**退出**\\ 。" @@ -218,13 +209,12 @@ msgstr "首次运行Dash Core" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" "安装完成后,Dash Core钱包会马上启动程序。如果没有,请点击\\ **开始 > Dash Core > Dash Core**\\ " "来启动。程序首次启动时,会问到你准备将区块链和钱包数据存储在哪里。区块链的大小能达到30GB+,所以请选择一个有足够可用空间的地方。建议尽量使用默认的数据文件夹。" @@ -235,9 +225,9 @@ msgstr "选择Dash Core数据文件夹" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "Dash Core随后便开始运行了。第一次运行会比正常情况时间久一点,因为Dash Core需要生成一些加密数据来保护你的钱包。" #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 @@ -251,9 +241,9 @@ msgstr "Dash Core和达世币网络进行同步" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "一旦Dash Core成功安装并启动,你就会看到钱包的主屏幕界面。这时钱包是“非同步状态”,窗口下面会有进度条显示同步的进程。" #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 @@ -261,55 +251,49 @@ msgid "Dash Core begins synchronizing with the Dash network" msgstr "Dash Core和达世币网络同步" #: ../../docs/user/wallets/dashcore/installation-windows.rst:178 -#, fuzzy msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" -"在同步过程中,Dash " -"Core会从其它节点下载达世币区块链的完整拷贝到你的设备上。这可能会花上很长的一段时间,取决于你的网速。如果你看到“没有区块资源可用”的信息,请检查你的网络连接。当同步结束后,你会看到右下角出现一个蓝色的对勾。" #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 msgid "Dash Core synchronization is complete" msgstr "Dash Core同步完成" #: ../../docs/user/wallets/dashcore/installation-windows.rst:190 -#, fuzzy msgid "You can now create a wallet to send and receive funds." -msgstr "你现在可以通过你的钱包发送和接收资金了。" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:193 -#, fuzzy msgid "Creating your Dash Wallet" -msgstr "加密你的达世币钱包" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 -#, fuzzy msgid "" "If you do choose to encrypt now, you will be asked to enter and verify a " "password." -msgstr "你将被要求输入和验证密码。" +msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:217 #: ../../docs/user/wallets/dashcore/installation-windows.rst:244 @@ -327,8 +311,8 @@ msgstr "确认你想要加密你的钱包" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -348,15 +332,12 @@ msgid "You will be asked to enter and verify a password." msgstr "你将被要求输入和验证密码。" #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 -#, fuzzy msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" -"当加密过程结束后,你会看到一条提示说钱包之前的备份已不可用,并要求关闭Dash Core。当你重新启动Dash " -"Core后,你会看到右下角出现了一个蓝色的小锁。" #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 msgid "Fully encrypted and synchronized Dash Core wallet" @@ -365,82 +346,3 @@ msgstr "Dash Core钱包完成同步和加密" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "你现在可以通过你的钱包安全地发送和接收资金了。" - -#~ msgid "In Windows Settings, click System" -#~ msgstr "在Windows设置,点击系统" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "在系统项中,点击关于查看系统类型。这是一个64位的系统。" - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "当你的钱包与达世币网络同步完成后,强烈建议你为钱包设置一个密码或口令,以避免未经授权的登录。密码应该有一些难度,而且是你没有在别的地方使用过的新密码。记下你的密码,存放在一个安全的地方,否则你有可能因忘记密码而无法进入钱包获取资金。" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 0648c14d8..8b5d3f04c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" msgstr "如何下载和安装Dash Core钱包。也提供编译指南" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "dash,core,钱包,linux,windows,macos,安装,编译" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index bb87f88b5..19c14a513 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "有关Dash Core钱包的对话框和界面的说明" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "达世币,核心,钱包,界面,对话,同步,工具选项" @@ -37,11 +36,11 @@ msgstr "界面" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" "Dash " "Core钱包是在电脑上运行的一款软件,它帮助个人在达世币网络上完成交易。大多数交易都和达世币的发送和接收有关,但在某些情况下它们也涉及到信息的创建和主节点的管控等情况。后续章节将对Dash" @@ -81,8 +80,8 @@ msgstr "菜单栏" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "菜单栏提供对Dash Core钱包的所有功能的访问路径,它为用户提供了四种菜单:" #: ../../docs/user/wallets/dashcore/interface.rst:38 @@ -99,8 +98,8 @@ msgstr "设置" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "设置菜单提供对钱包加密选项和常规软件设置的访问。" #: ../../docs/user/wallets/dashcore/interface.rst:44 @@ -109,8 +108,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -119,8 +118,8 @@ msgstr "帮助" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "帮助菜单链接到与Dash Core钱包相关的文档、指南和法律声明。" #: ../../docs/user/wallets/dashcore/interface.rst:51 @@ -130,11 +129,10 @@ msgstr "标签栏" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" -"标签栏帮助用户在Dash Core钱包的主要区域之间快速切换。Dash " -"Core钱包的主要区域的内容以个人对选项卡的选择为准。用户可选择的标签栏包括:" +"标签栏帮助用户在Dash Core钱包的主要区域之间快速切换。Dash Core钱包的主要区域的内容以个人对选项卡的选择为准。用户可选择的标签栏包括:" #: ../../docs/user/wallets/dashcore/interface.rst:58 #: ../../docs/user/wallets/dashcore/interface.rst:65 @@ -160,8 +158,8 @@ msgstr "可使用" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "个人的流动资金结余,也就是目前可以花费的达世币数量。" #: ../../docs/user/wallets/dashcore/interface.rst:76 @@ -198,9 +196,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -211,10 +209,10 @@ msgstr "发送栏" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -242,20 +240,19 @@ msgstr "交易栏" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -269,11 +266,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -287,9 +283,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -302,9 +298,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -328,12 +324,11 @@ msgstr "同步栏" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" msgstr "" "状态栏显示Dash Core钱包与达世币网络的同步状态。每当用户打开Dash " "Core钱包,它都会开始下载自用户上次启动应用程序以来在区块链上创建的区块。这些区块要从其他达世币用户和主节点上下载。如果用户以前从来没有启动过应用程序,那就意味着用户需要下载数年以来创建的区块。在这种前提下,钱包可能发生下列情况:" @@ -344,8 +339,8 @@ msgstr "没有发现区块资源" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "这种情况可能发生在网络连接断开或防火墙阻止Dash Core钱包端口运行的时候。" #: ../../docs/user/wallets/dashcore/interface.rst:194 @@ -366,8 +361,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "同步工作完成后,进度条将消失,并且状态栏的右侧会出现一个钩号。" #: ../../docs/user/wallets/dashcore/interface.rst:203 @@ -376,30 +371,28 @@ msgstr "状态图标" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "锁定图标显示钱包的状态,即锁定状态和未锁定状态。用户需要解锁钱包才能发送资金或进行其它操作。" #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -418,8 +411,8 @@ msgstr "主菜单" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr " 选项的主菜单标签包含与Dash Core钱包应用程序的启动和性能相关的设置。" #: ../../docs/user/wallets/dashcore/interface.rst:254 @@ -432,8 +425,8 @@ msgstr "系统登入时启动Dash Core" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." @@ -449,9 +442,10 @@ msgstr "隐藏托盘图标" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." -msgstr "隐藏托盘图标后,Dash Core钱包将不会在系统托盘中显示图标。用户不能同时启用 **隐藏托盘图标和最小化到托盘而不是任务栏** 这两个选项。" +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." +msgstr "" +"隐藏托盘图标后,Dash Core钱包将不会在系统托盘中显示图标。用户不能同时启用 **隐藏托盘图标和最小化到托盘而不是任务栏** 这两个选项。" #: ../../docs/user/wallets/dashcore/interface.rst:273 msgid "Minimize to the tray instead of the taskbar" @@ -459,11 +453,11 @@ msgstr "最小化到托盘而不是任务栏" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" "选择最小化到托盘而不是任务栏后,Dash " "Core钱包不再作为运行中的任务显示在任务栏中。相反,它将继续在后台运行,用户可以通过系统托盘中的达世币图标(位于系统时钟旁边的区域)重新打开钱包。用户不能同时启用**隐藏托盘图标**\\" @@ -475,12 +469,12 @@ msgstr "关闭后最小化" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" -"设置这个选项之后,每当用户点击窗口右上角的关闭按键,Dash Core钱包会被最小化而不是关闭。如果想要关闭钱包,用户可以在点击 **文件** >" -" **退出**。" +"设置这个选项之后,每当用户点击窗口右上角的关闭按键,Dash Core钱包会被最小化而不是关闭。如果想要关闭钱包,用户可以在点击 **文件** > " +"**退出**。" #: ../../docs/user/wallets/dashcore/interface.rst:284 msgid "Prune block storage to" @@ -488,11 +482,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -503,8 +496,8 @@ msgstr "数据库缓存大小" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -513,14 +506,14 @@ msgstr "脚本验证进程数" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" "这个选项用于设置脚本验证进程数,数值范围从-4到16。\\ `脚本验证进程数 " "`__\\ " @@ -535,9 +528,9 @@ msgstr "钱包标签" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -551,15 +544,14 @@ msgstr "开启货币控制功能" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -568,10 +560,10 @@ msgstr "显示主节点选项栏" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -580,10 +572,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -592,14 +584,13 @@ msgstr "花费未经确认的零钱" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" "启用这个选项之后,Dash " "Core钱包将允许用户立即使用钱包以往关联的地址上存留的零钱。由于同一个钱包所关联的各个地址建立了内部交易关系,因此即使这些零钱还没有被确认,这些零钱也能被用户所使用。启用这个选项之后,即使之前的交易尚未确认,用户也可以创建新的交易。" @@ -610,9 +601,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -621,8 +612,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -635,9 +626,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -647,8 +638,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -672,10 +663,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -684,11 +675,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -697,10 +688,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -721,12 +712,12 @@ msgstr "建立在通用即插即用软件上的地图端口" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" "建立在\\ `通用即插即用软件上的地图端口 " "`__\\ " @@ -739,11 +730,10 @@ msgstr "允许传入连接" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" "这个选项意味着用户的客户端同意外部连接。达世币是一个P2P网络,而在个人设备上存储了整个区块链的Dash " "Core钱包则被看作一个全节点。因此,同意传入连接可以帮助其它客户端完成区块链同步和网络同步。" @@ -756,10 +746,11 @@ msgstr "通过SOCKS5网络传输协议代理进行连接(默认代理)" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." -msgstr "通过SOCKS5网络传输协议代理进行连接可以帮助处于内联网上的用户在申请后连接到更广阔的互联网,从而实现个人指定的代理服务器在互联网上的中继。如果用户无法连接到互联网并且怀疑代理服务器就是问题产生的根源,那么用户可以联系系统管理员或检查浏览器的网络设置。" +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." +msgstr "" +"通过SOCKS5网络传输协议代理进行连接可以帮助处于内联网上的用户在申请后连接到更广阔的互联网,从而实现个人指定的代理服务器在互联网上的中继。如果用户无法连接到互联网并且怀疑代理服务器就是问题产生的根源,那么用户可以联系系统管理员或检查浏览器的网络设置。" #: ../../docs/user/wallets/dashcore/interface.rst:443 msgid "Use separate SOCKS5 proxy to reach peers via Tor hidden services" @@ -767,10 +758,10 @@ msgstr "使用单独的SOCKS5代理并借助Tor隐藏服务与其他用户互动 #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" "这个选项允许用户指定其它旨在帮助用户连接到Tor网络上的其他用户的代理服务器。这是强化匿名性的高级选项,它需要用户在个人网络上使用Tor代理。如需了解有关Tor的更多信息,请浏览\\" " `相关文章 `__\\ 。" @@ -806,9 +797,9 @@ msgstr "显示金额的单位" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" "用户可以通过这项设置更改Dash " "Core钱包的默认货币单位,将达世币改为mDash,uDash或duffs。每个单位将小数点分隔符向右移动三个位置。duffs是达世币可以分离的最小单位。" @@ -819,9 +810,9 @@ msgstr "小数位数" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "用户可以通过这个选项设置用户界面显示的小数位数。这项设置不会影响账户上的资金输入和余额计算。" #: ../../docs/user/wallets/dashcore/interface.rst:477 @@ -829,14 +820,13 @@ msgid "Third party transaction URLs" msgstr "第三方交易的网址" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" "这个选项允许用户指定并检查网页,从而检查在区块链上的地址和交易。用户可以通过各种区块链来完成设置。具体来说,用户需要输入个人最喜欢的区块链浏览器的网址,并把%s改成交易的ID。" " 完成这些设置之后,用户就可以通过任何交易的文本菜单直接在Dash Core钱包上访问区块链浏览器了。" @@ -847,8 +837,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -861,9 +851,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -908,8 +898,8 @@ msgstr "概况" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "这一选项显示的信息包括客户端和数据库的名称和版本,以及当前应用程序数据的目录的位置。" #: ../../docs/user/wallets/dashcore/interface.rst:523 @@ -918,8 +908,8 @@ msgstr "网络" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "这一选项显示你所连接网络的信息和数据。" #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -937,10 +927,11 @@ msgstr "内存池" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." -msgstr "这一部分显示了内存池的状态,其中包括暂时还没能更新到区块上的交易。内存池中包括最后一个区块上创建的交易和由于最后一个区块已满而暂时无法创建的交易。" +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." +msgstr "" +"这一部分显示了内存池的状态,其中包括暂时还没能更新到区块上的交易。内存池中包括最后一个区块上创建的交易和由于最后一个区块已满而暂时无法创建的交易。" #: ../../docs/user/wallets/dashcore/interface.rst:536 msgid "Open debug log file" @@ -948,8 +939,8 @@ msgstr "打开调试日志" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "这个按键从应用程序数据目录打开debug.log。这个文件包含Dash Core钱包的输出数据,可以帮助诊断错误。" #: ../../docs/user/wallets/dashcore/interface.rst:539 @@ -959,9 +950,9 @@ msgstr "调试选项" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -976,9 +967,9 @@ msgstr "网络流量选项栏" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -991,10 +982,9 @@ msgstr "其他用户选项栏" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" "其他用户选项栏显示与用户的Dash " "Core钱包客户端相连的其它全节点的列表。用户可以查看对方的IP地址、版本和ping时间。用户选择其他用户之后就意味着会与对方交换数据的相关信息。" @@ -1009,9 +999,9 @@ msgstr "钱包修复选项栏" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" "钱包修复选项栏提供一系列启动命令,用户可以通过这些命令恢复钱包的功能状态。选择这些启动命令中的任何一个都意味着Dash " "Core钱包会依据指定的命令行进行重启。" @@ -1027,11 +1017,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." -msgstr "对于已经下载的区块链,用户需重新扫描钱包中包含的可能影响帐户的任何交易。已经将wallet.dat文件替换为其它钱包或备份的用户很有必要完成这项操作,因为钱包的逻辑设计意味着它并不了解这些交易,因此只有重新扫描才能确定余额。" +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." +msgstr "" +"对于已经下载的区块链,用户需重新扫描钱包中包含的可能影响帐户的任何交易。已经将wallet.dat文件替换为其它钱包或备份的用户很有必要完成这项操作,因为钱包的逻辑设计意味着它并不了解这些交易,因此只有重新扫描才能确定余额。" #: ../../docs/user/wallets/dashcore/interface.rst:599 msgid "Rescan blockchain files 2" @@ -1039,8 +1030,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1050,12 +1041,12 @@ msgstr "恢复交易" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1065,10 +1056,11 @@ msgstr "升级钱包格式" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." -msgstr "使用非常旧版的钱包的用户可以执行这项命令。旧版钱包不仅需要升级钱包版本,还需要升级钱包软件。您可以通过在调试控制台上执行``getwalletinfo``命令来查看当前的钱包版本。" +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." +msgstr "" +"使用非常旧版的钱包的用户可以执行这项命令。旧版钱包不仅需要升级钱包版本,还需要升级钱包软件。您可以通过在调试控制台上执行``getwalletinfo``命令来查看当前的钱包版本。" #: ../../docs/user/wallets/dashcore/interface.rst:619 msgid "Rebuild index" @@ -1077,37 +1069,20 @@ msgstr "重建索引" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "启用当前的区块链和链状态索引(未使用的交易输出数据库),并从现有的区块文件中重建索引。这项操作可用于恢复丢失或卡住的余额。" #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index c1f037694..d3a7aa626 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "使用Dash Core钱包发送或接收达世币" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "dash、core、钱包、发送、接收、交易" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index e97af2426..9bcdfc065 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "达世币轻钱包中的主节点、多重签名、扫描纸钱包、冷存储和命令行。" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/faq.po index 8c21c7f5e..1495ef29b 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "达世币Electrum钱包的常见问题" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "达世币,钱包,electrum,常见问题,种子" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/index.po index 7d23ddeab..e4cb1057e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 821b2d691..77fe0545c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/security.po index c54f5a437..19dd2ba8c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "使用达世币轻钱包时的安全和备份事宜" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "达世币,钱包,轻钱包,安全,密码,备份,安全,恢复" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index c9dda5da0..3534cc434 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "使用达世币轻钱包发送和接收达世币" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "达世币,钱包,轻钱包,发送,接收,交易" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/hardware.po index 850083471..9a6983018 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "如何通过硬件钱包使用达世币" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "达世币,硬件,钱包,ledger,keepkey,trezor,安全,私钥" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-hardware.po index 0ebfbd88b..6833e6611 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-paper.po index 7d570299e..f9845e879 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-text.po index 51301df2c..3c2715740 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-third-party.po index d7374366b..6e44491d9 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-web.po index a206641fa..23634b19c 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index.po index 64cac67dc..7226331b2 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Leon White , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "可使用达世币的各款钱包的相关描述" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index c275c633f..dbe590103 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "个人iOS设备上的达世币URL方案、主公钥和支付请求" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "达世币,移动,钱包,ios,发送,接收,支付,url,公钥" @@ -37,18 +36,17 @@ msgid "Advanced functions" msgstr "高级功能" #: ../../docs/user/wallets/ios/advanced-functions.rst:12 -#, fuzzy msgid "Masternode keys" -msgstr "主公钥" +msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:14 msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -83,8 +81,8 @@ msgstr "备注:" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "``发送方`` 既是用户的回调地址,也是向其它用户展示的应用程序名称。这有助于防止第3方应用程序遭到网络钓鱼攻击。" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -97,8 +95,8 @@ msgstr "iOS版达世币钱包中的支付请求" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "如果用户输入了正确的密码,那么交易款项将会予以发送,并在回调地址后返回到发款方的应用程序。" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -115,10 +113,10 @@ msgstr "主公钥请求格式::" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" "注意:帐户是可选的,它们分别对应BIP32或 " "BIP44帐户。在大部分时间内,数值应为0。如果用户没有指定账户,钱包默认使用账户0。在这种情况下,钱包将返回 " @@ -136,4 +134,3 @@ msgstr "获取支付地址" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index d8949b1cf..9169f0e0b 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "通过个人的IOS设备开始发送或接收达世币" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "达世币、移动、钱包、ios、发送、接收、地址、入门" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/index.po index 6ceccd92f..255607f56 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/installation.po index 58e962690..bd949a155 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "如何在iOS设备上安装达世币钱包" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "达世币、移动、钱包、iOS、安装、汇编" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/paper.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/paper.po index 8f741bfa5..a3876a948 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "用于达世币纸钱包的安全指南" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "达世币,纸,钱包,加密" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/recovery.po index af01a85fd..d4221e387 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,34 +1,34 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Leon White , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "通过文件、私钥和恢复短语恢复达世币钱包" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "dash,钱包,恢复,密码,丢失,移动,core,短语,私钥" #: ../../docs/user/wallets/recovery.rst:9 @@ -38,11 +38,11 @@ msgstr "恢复钱包" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" "加密数字货币的老用户有时会在U盘或云存储平台上找到遗忘的旧钱包文件。其他用户可能备份了钱包,但却忘记了用于创建备份的软件或者密码。还有一些用户还在使用因网络已升级而失效的Dash" " Core钱包。本文档致力于帮助上述用户恢复钱包以便重新获得个人资金的访问权限。" @@ -55,9 +55,9 @@ msgstr "确定备份的格式" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" "用户首先要做的就是确定备份的格式。在大多数情况下,备份的格式可以是以\\ *wallet.dat*\\ " "或以其他词语命名的文件。在某些情况下,用户可能直接存储了达世币地址的私钥。以下列表按成功概率从高到低的顺序显示了恢复钱包的方法。" @@ -78,18 +78,18 @@ msgstr "以文件形式完成的备份" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "如果文件名与wallet.dat相似,请用户使用\\ :ref:`Dash Core `\\ 来恢复钱包" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" -"如果文件名与dash-wallet-backup相似或包含'mobile'一词,用户可以借助\\ :ref:`安卓达世币钱包`\\ 来恢复钱包。" +"如果文件名与dash-wallet-backup相似或包含'mobile'一词,用户可以借助\\ :ref:`安卓达世币钱包`\\ 来恢复钱包。" #: ../../docs/user/wallets/recovery.rst:37 msgid "Backup is a phrase of words" @@ -99,8 +99,8 @@ msgstr "以一组短语完成的备份" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" "如果短语长达12个字节,用户可以借助适用于\\ :ref:`安卓 `\\ 或\\ " ":ref:`iOS `\\ 以及\\ :ref:`达世币轻钱包 `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" "如果短语含有51个字符且以7开头,那么这是\\ :ref:`WIF的私钥 `\\ ,用户可以使用Dash " "Core钱包导入。" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" "如果短语含有58个字符且以6P开头,那么这是\\ :ref:`BIP38 加密私钥 `\\ " ",用户可以通过纸钱包解码并使用Dash Core钱包导入。" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "确定备份的格式后,请点击链接查看相应格式的备份的钱包恢复指南。" #: ../../docs/user/wallets/recovery.rst:55 @@ -166,13 +166,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -183,19 +182,18 @@ msgstr "将已安装的Dash Core钱包版本与网站上提供的最新版本进 #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" "根据\\ :ref:`安装说明 `\\ 将Dash " -"Core钱包更新到最新版本。如果用户只有一个钱包文件但没有安装Dash Core钱包,那么用户可以根据\\ :ref:`安装说明 " -"`\\ 进行安装,并在启动一次后创建DashCore文件夹。在这之后,用户需要关闭Dash " -"Core钱包,将要还原的\\ *wallet.dat*\\ 文件复制到下文指定位置的DashCore文件夹,并替换或重命名现有的文件。" +"Core钱包更新到最新版本。如果用户只有一个钱包文件但没有安装Dash Core钱包,那么用户可以根据\\ :ref:`安装说明 `\\ 进行安装,并在启动一次后创建DashCore文件夹。在这之后,用户需要关闭Dash Core钱包,将要还原的\\ " +"*wallet.dat*\\ 文件复制到下文指定位置的DashCore文件夹,并替换或重命名现有的文件。" #: ../../docs/user/wallets/recovery.rst:91 msgid "Platform" @@ -219,8 +217,8 @@ msgstr "~/" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "访问主文件夹,按\\ **Ctrl+H**\\ 快捷键以显示隐藏文件,然后打开 ``.dashcore`` 文件。" #: ../../docs/user/wallets/recovery.rst:95 @@ -233,8 +231,8 @@ msgstr "~/Library/Application Support/" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -246,20 +244,21 @@ msgid "%APPDATA%" msgstr "%APPDATA%" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "按 **Windows Key + R** ,输入 ``%APPDATA%`` ,然后打开 ``DashCore`` 文件。" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "如果用户的Dash Core钱包版本早于0.12.1.x版本,则用户需要将数据文件夹的名称``Dash``改为``DashCore``。" #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" "如需修复已损坏的安装,用户需访问DashCore文件夹,删除所有的 *.log* 文件和除 *wallet.dat* 之外其它 *.dat* " "文件。用户可以安全地删除下列文件:" @@ -307,23 +306,23 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" "保留并确保``.conf``文件和文件夹 (如 ``backups``, ``blocks``, ``chainstate``, " "等.)完好无损,因为这些文件和文件夹可以提供区块链和个人设置的副本,从而提高钱包的恢复速度。" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -332,12 +331,12 @@ msgstr "Dash Core钱包重新扫描区块链" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -346,29 +345,28 @@ msgstr "达世币安卓钱包" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -384,8 +382,8 @@ msgstr "恢复密语" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "如果用户持有一个12个字节的短语并确信已经在iOS或安卓系统的移动设备上完成了备份,则可参考以下指南。" #: ../../docs/user/wallets/recovery.rst:189 @@ -394,23 +392,23 @@ msgstr "安卓系统上的12个字节的短语" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -426,22 +424,22 @@ msgstr "iOS系统上的12个字节短语" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" "用户需确保达世币钱包在应用商店中已完全更新,然后再打开达世币钱包。如果这是第一次打开应用程序,用户可以在开始屏幕上选择 **恢复钱包** " "并直接输入恢复短语。恢复的钱包将会取代当前的钱包,因此,如果个人钱包中还有余额,用户应另行备份或将余额转移到外部地址。" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -454,14 +452,14 @@ msgstr "达世币轻钱包上的12或13个字节的短语" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" "用户需确保达世币轻钱包已根据安装\\ :ref:`指南 `\\ " "更新至最新版本。达世币轻钱包支持多种同步钱包,因此用户可以在不丢失旧版钱包的前提下安全地恢复新的钱包文件。点击 **文件 > 新建/恢复** " @@ -484,19 +482,16 @@ msgstr "如果用户的恢复密语含有12、18或24个字节,请阅读以下 #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 -#, fuzzy msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" -"`Ledger Nano S `_" #: ../../docs/user/wallets/recovery.rst:286 msgid "`Trezor `_" @@ -509,15 +504,15 @@ msgstr "恢复达世币轻钱包中的iOS钱包" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" "由于任何原因而无法访问iOS设备的用户可以使用达世币 " "iOS恢复短语恢复钱包里的资金。然而,由于钱包的派生路径各不相同,因此上述过程仅单向生效,也就是说用户无法使用iOS版本钱包来恢复达世币轻钱包。此外,由于导入过程直接使用xprv键而不是恢复短语,因此用户无法在达世币轻钱包中浏览恢复短语。考虑到这一点,用户需要转移(标准版达世币轻钱包或其它版本的)钱包中的资金,以确保标准的备份流程能如期生效。" @@ -535,16 +530,14 @@ msgstr "找回正确的达世币 iOS xprv密码" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" -"用户需要访问\\ `BIP39 Mnemonic Code Converter " -"`_\\ " +"用户需要访问\\ `BIP39 Mnemonic Code Converter `_\\ " "页面。这是一个用于操控和显示BIP32/BIP39种子数据的实用工具。如果用户不习惯在线完成这项操作,也可以在\\ `这些指南 " "`_\\ " "页面下载文件并进行线下操作。在工具成功下载到浏览器上之后,用户需完成以下操作:" @@ -599,12 +592,12 @@ msgstr "选填密码。" #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" "现在,达世币轻钱包可以检测达世币iOS的余额了。此外,用户也可以重新访问个人资金。此后,达世币轻钱包中将不再提供种子短语。这意味着,想要再次借助恢复短语来恢复钱包的用户只需按照上述步骤再次操作即可。建议用户将资金发送到新的达世币轻钱包,然后\\" " :ref:`按照标准备份程序 `\\ 来完成操作。" @@ -613,12 +606,11 @@ msgstr "" msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -627,12 +619,12 @@ msgstr "私钥" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -652,27 +644,27 @@ msgstr "通过Dash Core钱包中的调试控制台输入私钥" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "Dash Core钱包将重新扫描涉及私钥公共地址的交易区块链,并导入钱包的交易与余额信息。" #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." msgstr "" "私钥必须采用钱包导入格式(WIF),如果密码通过BIP38加密(密钥以6P开头而不是以7开头),那么用户必须先解密才能以钱包导入格式浏览密钥。如需有关具体操作的说明,请访问" -" https://paper.dash.org/ 点击 **钱包细节** 。此时,系统将显示密码的 **提示信息** " -",并进行解码工作。用户需要找到名为 **私钥WIF** 的密码并将其输入个人钱包。" +" https://paper.dash.org/ 点击 **钱包细节** 。此时,系统将显示密码的 **提示信息** ,并进行解码工作。用户需要找到名为" +" **私钥WIF** 的密码并将其输入个人钱包。" #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "*对经过BIP38加密的私钥进行解密,然后导入到Dash Core钱包当中*" #: ../../docs/user/wallets/recovery.rst:399 @@ -681,16 +673,15 @@ msgstr "忘记密码" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" "在大多数情况下,如果用户选择了一个复杂的密码但又忘记了这个密码,那么密码就很难找回来。达世币钱包的加密功能非常大,而精心挑选的密码又有助于抵御强力破解。如果用户回忆起有关密码的细节信息,例如密码的长度或者字符的顺序,那么暴力破解值得一试。目前,有很多服务商都提供强力破解密码的服务。由于Dash" " Core钱包的技术以Bitcoin Core钱包技术为基础,因此对后者有效的密码破解技术对前者同样有效。相关链接:" @@ -702,4 +693,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "`BTC找回 `_" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/signing.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/signing.po index 3a2bf45b7..04a96ad9e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "有关加密数字货币达世币的签名及验证信息的指南和截图" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "dash、签名、验证、消息、trezor、dash core" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/text.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/text.po index 60585be48..0e85dff06 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,21 +12,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "达世币的手机短信服务钱包使用指南" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po index e560aa763..5a6f6e160 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,35 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: -# jmp2esp , 2022 # Alex.ys , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: Alex.ys , 2022\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "关于支持达世币的第三方钱包的列表和详细信息" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -41,12 +39,12 @@ msgstr "介绍" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" "达世币协议和Dash " @@ -63,8 +61,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -87,9 +85,9 @@ msgstr "安装" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -135,22 +133,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -169,12 +166,12 @@ msgstr "https://cobo.com" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." -msgstr "Cobo是一款手机钱包,支持包括达世币在内的多币种服务。用户可以选择注册云钱包(私钥以云备份存储),或生成自己的HD钱包种子(私钥在个人钱包上加密)。这样一来,用户就可以最大限度地控制用于管理所有个人资产的加密密钥了。钱包还提供独特的“风险投注”功能,以便用户汇集个人持有的达世币来创建主节点并享有每周的区块奖励。" +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." +msgstr "" +"Cobo是一款手机钱包,支持包括达世币在内的多币种服务。用户可以选择注册云钱包(私钥以云备份存储),或生成自己的HD钱包种子(私钥在个人钱包上加密)。这样一来,用户就可以最大限度地控制用于管理所有个人资产的加密密钥了。钱包还提供独特的“风险投注”功能,以便用户汇集个人持有的达世币来创建主节点并享有每周的区块奖励。" #: ../../docs/user/wallets/third-party.rst:131 msgid "" @@ -195,42 +192,37 @@ msgstr "Cobo 钱包" #: ../../docs/user/wallets/third-party.rst:147 #: ../../docs/user/wallets/third-party.rst:186 -#, fuzzy msgid "Coin Wallet" -msgstr "Cobo 钱包" +msgstr "" #: ../../docs/user/wallets/third-party.rst:149 -#, fuzzy msgid "https://coin.space/" -msgstr "https://evercoin.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" #: ../../docs/user/wallets/third-party.rst:181 -#, fuzzy msgid "" "Coin Wallet offers detailed documentation and support at " "https://support.coin.space/" -msgstr "Cobo提供有关功能的详细解说,网址链接为 https://support.cobo.com" +msgstr "" #: ../../docs/user/wallets/third-party.rst:190 msgid "Coinomi" @@ -242,12 +234,13 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." -msgstr "Coinomi是一款开源的多币种手机钱包,适用于iOS和Android系统。用户的私钥永远不会脱离个人设备,并且Coinomi强大的钱包加密功能可以确保个人资金始终仅处于个人掌控之下。不仅如此,Coinomi还与ShapeShift和Changelly合作,帮助用户直接在钱包中立即完成交易。" +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." +msgstr "" +"Coinomi是一款开源的多币种手机钱包,适用于iOS和Android系统。用户的私钥永远不会脱离个人设备,并且Coinomi强大的钱包加密功能可以确保个人资金始终仅处于个人掌控之下。不仅如此,Coinomi还与ShapeShift和Changelly合作,帮助用户直接在钱包中立即完成交易。" #: ../../docs/user/wallets/third-party.rst:206 msgid "Download" @@ -256,11 +249,10 @@ msgstr "下载" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -284,20 +276,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." -msgstr "Edge是一款同时适用于IOS和Android系统的性能强大的多币种钱包。它具备独特的登录系统,以便用户将加密的HD种子进行云存储,同时还能在个人设备上进行需要用到私钥的敏感操作。Edge不仅运行快捷,而且便于使用。用户可以通过它扫描二维码,然后使用指纹或Pin码授权交易。ShapeShift也能帮助用户完成不同币种间的兑换。" +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." +msgstr "" +"Edge是一款同时适用于IOS和Android系统的性能强大的多币种钱包。它具备独特的登录系统,以便用户将加密的HD种子进行云存储,同时还能在个人设备上进行需要用到私钥的敏感操作。Edge不仅运行快捷,而且便于使用。用户可以通过它扫描二维码,然后使用指纹或Pin码授权交易。ShapeShift也能帮助用户完成不同币种间的兑换。" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -347,16 +338,16 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." -msgstr "Ethos通用钱包允许您存储达世币和其他100多种加密数字货币。Ethos通用钱包有一个单个的恢复短语,被称为SmartKey,您可以用它来在另一个设备上恢复所有余额。它的功能包括用户可读的用户名,ShapeShift币转换和投资组合追踪器。" +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." +msgstr "" +"Ethos通用钱包允许您存储达世币和其他100多种加密数字货币。Ethos通用钱包有一个单个的恢复短语,被称为SmartKey,您可以用它来在另一个设备上恢复所有余额。它的功能包括用户可读的用户名,ShapeShift币转换和投资组合追踪器。" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -383,8 +374,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -408,17 +399,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -430,19 +421,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" "`如何安装Exodus? `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" -"`如何开始使用Exodus? `_" +"`如何开始使用Exodus? `_" #: ../../docs/user/wallets/third-party.rst:362 msgid "Exodus wallet Portfolio screen" @@ -458,40 +449,40 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." -msgstr "Guarda具备完整的区块链生态体系,其中包括桌面钱包、网页钱包和移动钱包、加密数字货币的场外交易和即时交易。Guarda的区块链体系支持达世币,有助于新用户轻松、快速地入门。所有私钥由用户掌控,增强了资金的安全性。" +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." +msgstr "" +"Guarda具备完整的区块链生态体系,其中包括桌面钱包、网页钱包和移动钱包、加密数字货币的场外交易和即时交易。Guarda的区块链体系支持达世币,有助于新用户轻松、快速地入门。所有私钥由用户掌控,增强了资金的安全性。" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "Guarda提供有关功能的详细解说,网址链接为 https://guarda.freshdesk.com 其它实用链接如下所示:" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" "`如何创建一个钱包? " -"`_" +"`_" #: ../../docs/user/wallets/third-party.rst:410 msgid "Guarda wallet" @@ -552,29 +543,29 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." -msgstr "Mobi是一款与手机号码相关联的多币种移动钱包。作为托管钱包的一种,Mobi代表用户持有用户的私钥,这就意味着用户只需在收到短信后输入个人Pin码即可恢复资金。不过,用户需要信赖Mobi对私钥的使用。不仅如此,如果用户不再使用关联的手机号码,那么用户将无法获取个人资金。用户还可以使用网页界面或通过应用程序用法定货币购买加密数字货币。" +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." +msgstr "" +"Mobi是一款与手机号码相关联的多币种移动钱包。作为托管钱包的一种,Mobi代表用户持有用户的私钥,这就意味着用户只需在收到短信后输入个人Pin码即可恢复资金。不过,用户需要信赖Mobi对私钥的使用。不仅如此,如果用户不再使用关联的手机号码,那么用户将无法获取个人资金。用户还可以使用网页界面或通过应用程序用法定货币购买加密数字货币。" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" -"阅读 `FAQ `__, 加入 `Mobi 电报群 " -"`_ 或发送邮件至 support@mobi.me 寻求Mobi帮助与支持." +"阅读 `FAQ `__, 加入 `Mobi 电报群 `_" +" 或发送邮件至 support@mobi.me 寻求Mobi帮助与支持." #: ../../docs/user/wallets/third-party.rst:495 msgid "Mobi wallet running on Android" @@ -590,23 +581,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -623,9 +613,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -638,9 +628,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -657,10 +646,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -673,8 +661,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -691,28 +679,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -730,343 +716,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "Cryptonator" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "Cryptonator提供网页和移动钱包,用户只需用户名和密码即可登录。它支持包括达世币在内的多币种服务,还能完成即时交易。不仅如此,帐户还直接提供以欧元计价的单一欧元支付区交易。" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "安卓设备上运行Cryptonator钱包" - -#~ msgid "Evercoin" -#~ msgstr "Evercoin" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" -#~ "阅读 `FAQ `__ 或访问 " -#~ "`Evercoin site `_ 直接与客服团队交流。" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "安卓设备上运行Evercoin钱包" - -#~ msgid "Jaxx" -#~ msgstr "Jaxx" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "Jaxx支持包括达世币在内的多币种产品和服务。它不仅能在几乎所有的平台上运行,包括Android、iOS、macOS、Windows和Linux,而且还能作为Chrome的拓展程序运行。它还是一款开源软件。" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "不同设备上运行Jaxx钱包" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "Paytomat是一款同时适用于IOS和Android系统的性能强大的多币种钱包。它还为使用达世币进行交易的商家和消费者提供忠实用户奖励。" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" -#~ "加入\\ `Paytomat Telegram群 `_\\" -#~ " 或向客服邮箱致信 support@paytomat.com 寻求帮助." - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "安卓设备上运行Payomat钱包" - -#~ msgid "Spend" -#~ msgstr "Spend" - -#~ msgid "https://www.spend.com" -#~ msgstr "https://www.spend.com" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "Atomic钱包" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "https://atomicwallet.io" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" -#~ "Atomic " -#~ "Wallet是一款适用于多种资产类型且免于托管的钱包,它同时具备原子交换和去中心化交易委托功能。它为用户提供强大而安全的服务,使用户在享有高度透明且安全可靠的服务的同时还能降低加密数字资产的管理和交易成本。" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" -#~ "Atomic Wallet提供有关功能的详细解说,网址链接为 " -#~ "https://atomicwallet.freshdesk.com 其它实用链接如下所示:" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" -#~ "`如何创建一个钱包 " -#~ "`_" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" -#~ "`Atomic Swaps入门指南 " -#~ "`_" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "Atomic的钱包组合界面" - diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/web.po b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/web.po index 5f931eb2e..4cd4e35e8 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -13,23 +13,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: jmp2esp , 2022\n" -"Language-Team: Chinese (China) (https://www.transifex.com/dash/teams/37570/zh_CN/)\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/zh_CN/LC_MESSAGES/index.po b/locale/zh_CN/LC_MESSAGES/index.po index 35ae556c9..57b4a54dd 100644 --- a/locale/zh_CN/LC_MESSAGES/index.po +++ b/locale/zh_CN/LC_MESSAGES/index.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # Alex.ys , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: Alex.ys , 2018\n" -"Language: zh_CN\n" -"Language-Team: Chinese (China) " -"(https://www.transifex.com/dash/teams/37570/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "达世币是一种开源的、侧重于支付服务的P2P加密数字货币。达世币文档提供了有关达世币的相关信息和指南。" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -44,30 +43,28 @@ msgstr "达世币文献" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -76,8 +73,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -90,8 +87,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -104,17 +101,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po index 69691c90e..7ab2a5772 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po index 44a2e95a8..4c98af150 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "Developers guide and information about Dash version history" msgstr "" -#: ../../docs/user/developers/index.rst:-1 +#: ../../docs/user/developers/index.rst-1 msgid "dash, developers, version history" msgstr "" @@ -40,28 +39,28 @@ msgid "" "`_ contains technical documentation " "intended to help developers quickly and easily get started with Dash " "Platform. The :ref:`Dash Core Developer Documentation ` " -"provides detailed documentation on the Dash Core code base, and serves as" -" a reference for experienced developers. These documentation portals can " -"help developers to quickly and efficiently integrate external " -"applications with the Dash ecosystem. Anyone can contribute to the " -"documentation by suggesting edits in the documentation system." +"provides detailed documentation on the Dash Core code base, and serves as a " +"reference for experienced developers. These documentation portals can help " +"developers to quickly and efficiently integrate external applications with " +"the Dash ecosystem. Anyone can contribute to the documentation by suggesting" +" edits in the documentation system." msgstr "" #: ../../docs/user/developers/index.rst:21 msgid "" "The Dash Core Team also maintains the `Dash Roadmap " -"`_, which sets out delivery milestones for" -" future releases of Dash and includes specific technical details " -"describing how the development team plans to realise each challenge. The " -"Dash Roadmap is complemented by the `Dash Improvement Proposals " +"`_, which sets out delivery milestones for " +"future releases of Dash and includes specific technical details describing " +"how the development team plans to realise each challenge. The Dash Roadmap " +"is complemented by the `Dash Improvement Proposals " "`_, which contain detailed technical " "explanations of proposed changes to the Dash protocol itself." msgstr "" #: ../../docs/user/developers/index.rst:29 msgid "" -"The Dash community organise discussion and development of Dash apps using" -" the following resources:" +"The Dash community organise discussion and development of Dash apps using " +"the following resources:" msgstr "" #: ../../docs/user/developers/index.rst:32 @@ -75,14 +74,14 @@ msgstr "" #: ../../docs/user/developers/index.rst:34 msgid "" "`Dash Bounty Board " -"`__" +"`__" msgstr "" #: ../../docs/user/developers/index.rst:36 msgid "" -"The remaining sections available below describe practical steps to carry " -"out common development tasks in Dash." +"The remaining sections available below describe practical steps to carry out" +" common development tasks in Dash." msgstr "" #: ../../docs/user/developers/index.rst:53 @@ -96,22 +95,3 @@ msgstr "" #: ../../docs/user/developers/index.rst:57 msgid "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" msgstr "https://github.com/dashpay/dash/blob/master/doc/release-notes.md" - -#~ msgid "" -#~ "The `Dash Platform Developer Documentation " -#~ "`_ contains technical " -#~ "documentation intended to help developers " -#~ "quickly and easily get started with " -#~ "Dash Platform. The `Dash Core Developer" -#~ " Documentation `_ provides" -#~ " detailed documentation on the Dash " -#~ "Core code base, and serves as a" -#~ " reference for experienced developers. " -#~ "These documentation portals can help " -#~ "developers to quickly and efficiently " -#~ "integrate external applications with the " -#~ "Dash ecosystem. Anyone can contribute to" -#~ " the documentation by suggesting edits " -#~ "in the documentation system." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po index 0938de2c5..ee930738b 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/insight.po @@ -1,36 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it." +"powerful and simple way to read data from the Dash network and build your " +"own services with it." msgstr "" -#: ../../docs/user/developers/insight.rst:-1 +#: ../../docs/user/developers/insight.rst-1 msgid "" -"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, " -"index, transactions" +"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, " +"transactions" msgstr "" #: ../../docs/user/developers/insight.rst:9 @@ -40,21 +37,21 @@ msgstr "" #: ../../docs/user/developers/insight.rst:11 msgid "" "The open-source Dash Insight REST API provides you with a convenient, " -"powerful and simple way to read data from the Dash network and build your" -" own services with it. Simple HTTP endpoints exist for all common " -"operations on the Dash blockchain familiar from the Bitcore Insight API, " -"as well as Dash-specific features such as InstantSend transactions, " -"budget proposals, sporks and the masternode list. This documentation " -"describes how to set up the `Dash Insight API `__ server and (optionally) the `Dash Insight UI " -"`__ block explorer." +"powerful and simple way to read data from the Dash network and build your " +"own services with it. Simple HTTP endpoints exist for all common operations " +"on the Dash blockchain familiar from the Bitcore Insight API, as well as " +"Dash-specific features such as InstantSend transactions, budget proposals, " +"sporks and the masternode list. This documentation describes how to set up " +"the `Dash Insight API `__ server and" +" (optionally) the `Dash Insight UI `__ block explorer." msgstr "" #: ../../docs/user/developers/insight.rst:23 msgid "" "A standard installation of Ubuntu Linux 20.04 LTS will be used as an " -"environment for the server. We assume you are running as a user with sudo" -" permissions. First update all packages and install some tools and " +"environment for the server. We assume you are running as a user with sudo " +"permissions. First update all packages and install some tools and " "dependencies::" msgstr "" @@ -86,8 +83,8 @@ msgstr "" #: ../../docs/user/developers/insight.rst:59 msgid "" -"**Optionally** change the value of ``network`` to ``testnet`` if you want" -" to run Insight on testnet" +"**Optionally** change the value of ``network`` to ``testnet`` if you want to" +" run Insight on testnet" msgstr "" #: ../../docs/user/developers/insight.rst:62 @@ -97,18 +94,11 @@ msgstr "" #: ../../docs/user/developers/insight.rst:66 msgid "" "Your Insight API node will start up and begin to sync. Progress will be " -"displayed on stdout. Once sync is complete, the `API endpoints listed in " -"the documentation `_ will be available at::" +"displayed on stdout. Once sync is complete, the `API endpoints listed in the" +" documentation `_" +" will be available at::" msgstr "" #: ../../docs/user/developers/insight.rst:73 msgid "The Insight UI block explorer will be available at::" msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.0.0/bin/dashd``" -#~ msgstr "" - -#~ msgid "Change the value of ``exec`` to ``../../dashcore-19.1.0/bin/dashd``" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po index 3535f525e..f3c7f6d36 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: William , 2023\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-apis.rst:-1 +#: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" @@ -38,8 +37,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:11 msgid "" -"Several API services exist to facilitate quick and easy integration with " -"the Dash network for services including:" +"Several API services exist to facilitate quick and easy integration with the" +" Dash network for services including:" msgstr "" #: ../../docs/user/developers/integration-apis.rst:14 @@ -79,11 +78,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:27 msgid "" -"There are a variety of options for supporting these methods, with the key" -" differentiator being the pricing model included and supported features. " -"The following list of API Providers attempts to outline these key " -"features/differentiators and also includes a link to related " -"documentation." +"There are a variety of options for supporting these methods, with the key " +"differentiator being the pricing model included and supported features. The " +"following list of API Providers attempts to outline these key " +"features/differentiators and also includes a link to related documentation." msgstr "" #: ../../docs/user/developers/integration-apis.rst:35 @@ -96,10 +94,10 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" -"The open-source Insight REST API provides you with a convenient, powerful" -" and simple way to read data from the Dash network and build your own " -"services with it. A practical guide to getting started with the Insight " -"API and Insight UI block explorer is available :ref:`here `." +"The open-source Insight REST API provides you with a convenient, powerful " +"and simple way to read data from the Dash network and build your own " +"services with it. A practical guide to getting started with the Insight API " +"and Insight UI block explorer is available :ref:`here `." msgstr "" #: ../../docs/user/developers/integration-apis.rst:50 @@ -131,9 +129,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:69 msgid "" -"Features: Transaction Broadcast, HD Wallet / Address Generation, " -"WebSocket and WebHook Callbacks as well as Payment Forwarding. " -"BlockCypher does not handle Private Keys." +"Features: Transaction Broadcast, HD Wallet / Address Generation, WebSocket " +"and WebHook Callbacks as well as Payment Forwarding. BlockCypher does not " +"handle Private Keys." msgstr "" #: ../../docs/user/developers/integration-apis.rst:72 @@ -156,9 +154,9 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:87 msgid "" -"BitGo provides a simple and robust RESTful API and client SDK to " -"integrate digital currency wallets with your application. Support for " -"Dash InstantSend is available." +"BitGo provides a simple and robust RESTful API and client SDK to integrate " +"digital currency wallets with your application. Support for Dash InstantSend" +" is available." msgstr "" #: ../../docs/user/developers/integration-apis.rst:91 @@ -185,18 +183,17 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" -"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and" -" easy way to start accepting payments in cryptocurrency." +"Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " +"easy way to start accepting payments in cryptocurrency." msgstr "" #: ../../docs/user/developers/integration-apis.rst:109 msgid "" -"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. " -"Private keys are not stored and are available only to the user." +"Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" +" keys are not stored and are available only to the user." msgstr "" #: ../../docs/user/developers/integration-apis.rst:111 -#, python-format msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" @@ -217,9 +214,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" "NOWNodes provides simple, fast, and secure RPC access to Dash-based full " -"nodes. The low latency and high performance is of great use to " -"researchers and businesses such as crypto miners or hardware wallet " -"providers." +"nodes. The low latency and high performance is of great use to researchers " +"and businesses such as crypto miners or hardware wallet providers." msgstr "" #: ../../docs/user/developers/integration-apis.rst:131 @@ -245,15 +241,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" "Tokenview provides a Dash API, making it easy for developers to create " -"cryptocurrency payment applications and develop Dash dApps. Monitoring " -"and alerts features are available to notify applications of balance " -"changes in real time." +"cryptocurrency payment applications and develop Dash dApps. Monitoring and " +"alerts features are available to notify applications of balance changes in " +"real time." msgstr "" #: ../../docs/user/developers/integration-apis.rst:150 msgid "" -"Features: Fully access Dash historical and real-time on-chain data for " -"non-custodial wallet, HD wallet. High performance and high availability." +"Features: Fully access Dash historical and real-time on-chain data for non-" +"custodial wallet, HD wallet. High performance and high availability." msgstr "" #: ../../docs/user/developers/integration-apis.rst:152 @@ -274,17 +270,17 @@ msgstr "https://www.coinpayments.net" #: ../../docs/user/developers/integration-apis.rst:166 msgid "" -"CoinPayments is an integrated payment gateway for cryptocurrencies such " -"as Dash. Shopping cart plugins are available for all popular webcarts " -"used today. CoinPayments can help you set up a new checkout or integrate " -"with your pre-existing checkout." +"CoinPayments is an integrated payment gateway for cryptocurrencies such as " +"Dash. Shopping cart plugins are available for all popular webcarts used " +"today. CoinPayments can help you set up a new checkout or integrate with " +"your pre-existing checkout." msgstr "" #: ../../docs/user/developers/integration-apis.rst:171 msgid "" -"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments " -"holds Private Keys on their server allowing merchants to withdraw funds " -"in Cryptocurrency or convert to fiat." +"Features: Invoicing, Exchange Rates, WebHook Callbacks. CoinPayments holds " +"Private Keys on their server allowing merchants to withdraw funds in " +"Cryptocurrency or convert to fiat." msgstr "" #: ../../docs/user/developers/integration-apis.rst:174 @@ -296,8 +292,7 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:177 msgid "" -"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-" -"fees)" +"Pricing Model: 0.5% Processing Fee (https://www.coinpayments.net/help-fees)" msgstr "" #: ../../docs/user/developers/integration-apis.rst:179 @@ -310,8 +305,8 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:185 msgid "" -"You can add a simple price ticker widget to your website using the simple" -" `code snippet generator from CoinGecko " +"You can add a simple price ticker widget to your website using the simple " +"`code snippet generator from CoinGecko " "`_." msgstr "" @@ -319,8 +314,8 @@ msgstr "" msgid "" "Similar widgets with different designs are available from `CoinLib " "`_ and `WorldCoinIndex " -"`_, while an API providing similar" -" information is available from `DashCentral " +"`_, while an API providing similar " +"information is available from `DashCentral " "`_." msgstr "" @@ -330,17 +325,16 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:205 msgid "" -"Many wallets can generate QR codes that are scannable to simplify entry " -"of the Dash address. Printing these codes or posting the on your website " -"makes it easy to receive payment and tips in Dash, both online and " -"offline." +"Many wallets can generate QR codes that are scannable to simplify entry of " +"the Dash address. Printing these codes or posting the on your website makes " +"it easy to receive payment and tips in Dash, both online and offline." msgstr "" #: ../../docs/user/developers/integration-apis.rst:210 msgid "" -"In Dash Core, go to the **Receive** tab, generate an address if " -"necessary, and double-click it to display a QR code. Right-click on the " -"QR code and select **Save Image** to save a PNG file." +"In Dash Core, go to the **Receive** tab, generate an address if necessary, " +"and double-click it to display a QR code. Right-click on the QR code and " +"select **Save Image** to save a PNG file." msgstr "" #: ../../docs/user/developers/integration-apis.rst:213 @@ -351,15 +345,13 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst:215 msgid "" -"In Dash for iOS, swipe to the left to display the **Receive Dash** " -"screen. A QR code and address will appear. You can screenshot this to " -"save an image." +"In Dash for iOS, swipe to the left to display the **Receive Dash** screen. A" +" QR code and address will appear. You can screenshot this to save an image." msgstr "" #: ../../docs/user/developers/integration-apis.rst:218 msgid "" -"To generate a QR code from any Dash address, visit `CWA QR Code Generator" -" `_ and simply paste your Dash address to " -"generate an image." +"To generate a QR code from any Dash address, visit `CWA QR Code Generator " +"`_ and simply paste your Dash address to generate" +" an image." msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po index 3de7cdd87..9e58866ad 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2023 +# #, fuzzy msgid "" msgstr "" @@ -13,23 +14,21 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: William , 2023\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." msgstr "" -#: ../../docs/user/developers/integration-sdks.rst:-1 +#: ../../docs/user/developers/integration-sdks.rst-1 msgid "" -"dash, merchants, payment processor, SDK, insight, instantsend, python, " -".NET, java, javascript, nodejs, php, objective-c" +"dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," +" java, javascript, nodejs, php, objective-c" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:8 @@ -39,10 +38,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:10 msgid "" "SDKs (Software Development Kits) are used to accelerate the design and " -"development of a product for the Dash Network. These resources can either" -" be used to interface with an API provider or for the creation of " -"standalone applications by forming transactions and/or performing various" -" wallet functions." +"development of a product for the Dash Network. These resources can either be" +" used to interface with an API provider or for the creation of standalone " +"applications by forming transactions and/or performing various wallet " +"functions." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:18 @@ -56,10 +55,10 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" "The Dash Developer Portal aims to provide the information you need to " -"understand Dash and start building Dash-based applications. To make the " -"best use of this documentation, you may want to install the current " -"version of Dash Core and Dash Platform, either from source, from a pre-" -"compiled executable or from Docker Hub." +"understand Dash and start building Dash-based applications. To make the best" +" use of this documentation, you may want to install the current version of " +"Dash Core and Dash Platform, either from source, from a pre-compiled " +"executable or from Docker Hub." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:33 @@ -80,8 +79,8 @@ msgstr "https://bitcore.io" #: ../../docs/user/developers/integration-sdks.rst:46 msgid "" -"Dashcore is a fork of Bitcore and operates as a full Dash node — your " -"apps run directly on the peer-to-peer network. For wallet application " +"Dashcore is a fork of Bitcore and operates as a full Dash node — your apps " +"run directly on the peer-to-peer network. For wallet application " "development, additional indexes have been added into Dash for querying " "address balances, transaction history, and unspent outputs." msgstr "" @@ -115,9 +114,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" -"DashJS allows you to transact on L1 or fetch/register documents on L2 " -"within a single library, including management and signing of your " -"documents." +"DashJS allows you to transact on L1 or fetch/register documents on L2 within" +" a single library, including management and signing of your documents." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:65 @@ -169,8 +167,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:85 msgid "" "PyCoin is an implementation of a bunch of utility routines that may be " -"useful when dealing with Bitcoin and Dash. It has been tested with Python" -" 2.7, 3.6 and 3.7." +"useful when dealing with Bitcoin and Dash. It has been tested with Python " +"2.7, 3.6 and 3.7." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:89 @@ -202,8 +200,8 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" "DashJ is a library for working with the Dash protocol. It can maintain a " -"wallet, send/receive transactions (including InstantSend) without needing" -" a local copy of Dash Core, and has many other advanced features. It's " +"wallet, send/receive transactions (including InstantSend) without needing a " +"local copy of Dash Core, and has many other advanced features. It's " "implemented in Java but can be used from any JVM compatible language: " "examples in Python and JavaScript are included." msgstr "" @@ -234,9 +232,9 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" -"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It " -"implements all most relevant Bitcoin Improvement Proposals (BIPs) and " -"Dash Improvement Proposals (DIPs)." +"Dash-Sync is an Objective-C Dash blockchain framework for iOS. It implements" +" all most relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement" +" Proposals (DIPs)." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:129 @@ -257,11 +255,11 @@ msgstr "https://github.com/MetacoSA/NBitcoin" #: ../../docs/user/developers/integration-sdks.rst:142 msgid "" -"NBitcoin is the most complete Bitcoin library for the .NET platform and " -"has been patched to include support for Dash. It implements all most " -"relevant Bitcoin Improvement Proposals (BIPs) and Dash Improvement " -"Proposals (DIPs). It also provides low level access to Dash primitives so" -" you can easily build your application on top of it." +"NBitcoin is the most complete Bitcoin library for the .NET platform and has " +"been patched to include support for Dash. It implements all most relevant " +"Bitcoin Improvement Proposals (BIPs) and Dash Improvement Proposals (DIPs). " +"It also provides low level access to Dash primitives so you can easily build" +" your application on top of it." msgstr "" #: ../../docs/user/developers/integration-sdks.rst:148 @@ -279,7 +277,8 @@ msgid "Repository: https://github.com/MetacoSA/NBitcoin" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:151 -msgid "See also: `JSON-RPC Utilities `__" +msgid "" +"See also: `JSON-RPC Utilities `__" msgstr "" #: ../../docs/user/developers/integration-sdks.rst:154 @@ -301,10 +300,3 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" msgstr "" - -#~ msgid "https://dashcore.readme.io/" -#~ msgstr "" - -#~ msgid "Dash Core: https://dashcore.readme.io/" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po index 760ba3d92..c73e3cd17 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "Technical guides for developers integrating Dash." msgstr "" -#: ../../docs/user/developers/integration.rst:-1 +#: ../../docs/user/developers/integration.rst-1 msgid "" "dash, merchants, API, SDK, instantsend, python, .NET, java, javascript, " "nodejs, php, objective-c" @@ -45,10 +44,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:13 msgid "" "`Dash Core `__ is a fork of " -"`Bitcoin Core `__ and shares many " -"common functionalities. Key differences are found in existing JSON-RPC " -"commands which have been customized to support unique functionalities " -"such as InstantSend." +"`Bitcoin Core `__ and shares many common" +" functionalities. Key differences are found in existing JSON-RPC commands " +"which have been customized to support unique functionalities such as " +"InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:19 @@ -57,21 +56,21 @@ msgstr "" #: ../../docs/user/developers/integration.rst:21 msgid "" -"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a " -"mining network but uses a different block hashing algorithm. Dash serves " -"as an improvement of Bitcoin's shortcomings by offering a robust solution" -" for instant transactions, enhancing user privacy, and offering a self-" +"Dash is a Proof of Work network, and similar to Bitcoin, Dash has a mining " +"network but uses a different block hashing algorithm. Dash serves as an " +"improvement of Bitcoin's shortcomings by offering a robust solution for " +"instant transactions, enhancing user privacy, and offering a self-" "sustainable decentralized governance model." msgstr "" #: ../../docs/user/developers/integration.rst:27 msgid "" "Notably, Dash InstantSend provides a mechanism for zero-confirmation " -"transactions to be safely accepted and re-spent. InstantSend also " -"provides enhanced security compared to the conventional practice of " -"waiting for multiple block confirmations. Therefore, :ref:`implementing " -"InstantSend ` is the recommended best practice " -"for all Dash integrations." +"transactions to be safely accepted and re-spent. InstantSend also provides " +"enhanced security compared to the conventional practice of waiting for " +"multiple block confirmations. Therefore, :ref:`implementing InstantSend " +"` is the recommended best practice for all Dash " +"integrations." msgstr "" #: ../../docs/user/developers/integration.rst:34 @@ -92,16 +91,15 @@ msgstr "" #: ../../docs/user/developers/integration.rst:41 msgid "" -"The majority of commands are unchanged from Bitcoin making integration " -"into existing systems relatively straightforward. For a complete listing " -"of RPC commands please refer to the :ref:`​Dash Developer Guide `." +"The majority of commands are unchanged from Bitcoin making integration into " +"existing systems relatively straightforward. For a complete listing of RPC " +"commands please refer to the :ref:`​Dash Developer Guide `." msgstr "" #: ../../docs/user/developers/integration.rst:46 msgid "" -"Note that the following commands have been modified to support " -"InstantSend:" +"Note that the following commands have been modified to support InstantSend:" msgstr "" #: ../../docs/user/developers/integration.rst:48 @@ -111,14 +109,14 @@ msgstr "" #: ../../docs/user/developers/integration.rst:49 #: ../../docs/user/developers/integration.rst:194 -msgid ":ref:`getmempoolancestors `" +msgid "" +":ref:`getmempoolancestors `" msgstr "" #: ../../docs/user/developers/integration.rst:50 #: ../../docs/user/developers/integration.rst:195 msgid "" -":ref:`getmempooldescendants `" +":ref:`getmempooldescendants `" msgstr "" #: ../../docs/user/developers/integration.rst:51 @@ -129,7 +127,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:52 #: ../../docs/user/developers/integration.rst:197 #: ../../docs/user/developers/integration.rst:319 -msgid ":ref:`getrawtransaction `" +msgid "" +":ref:`getrawtransaction `" msgstr "" #: ../../docs/user/developers/integration.rst:53 @@ -161,9 +160,9 @@ msgid "" "specified in `DIP002 " "`__. Special " "Transactions provide a more native way to implement additional features " -"which do not fit into the original concept of transactions. Please see " -"the :ref:`Special Transactions ` " -"section below for more information." +"which do not fit into the original concept of transactions. Please see the " +":ref:`Special Transactions ` section below" +" for more information." msgstr "" #: ../../docs/user/developers/integration.rst:68 @@ -173,26 +172,25 @@ msgstr "" #: ../../docs/user/developers/integration.rst:70 msgid "" "Dash uses the X11 algorithm in place of SHA256 used in Bitcoin. It’s " -"important to note, however, that this only affects the hashing of the " -"block itself. All other internals utilize SHA256 hashes (transactions, " -"merkle root, etc.), which allows for most existing libraries to work in " -"the Dash ecosystem." +"important to note, however, that this only affects the hashing of the block " +"itself. All other internals utilize SHA256 hashes (transactions, merkle " +"root, etc.), which allows for most existing libraries to work in the Dash " +"ecosystem." msgstr "" #: ../../docs/user/developers/integration.rst:81 msgid "" "This documentation is also available as a `PDF " -"`__." +"`__." msgstr "" #: ../../docs/user/developers/integration.rst:83 msgid "" "Dash 0.13.0 and higher implement `DIP002 Special Transactions " -"`__, which form " -"a basis for new transaction types that provide on-chain metadata to " -"assist various consensus mechanisms. The following special transaction " -"types exist:" +"`__, which form a " +"basis for new transaction types that provide on-chain metadata to assist " +"various consensus mechanisms. The following special transaction types exist:" msgstr "" #: ../../docs/user/developers/integration.rst:89 @@ -293,48 +291,47 @@ msgstr "" #: ../../docs/user/developers/integration.rst:108 msgid "" "`DIP002 Special Transactions " -"`__ introduced a" -" new Transaction Version and related “Payload” to the network." +"`__ introduced a " +"new Transaction Version and related “Payload” to the network." msgstr "" #: ../../docs/user/developers/integration.rst:111 msgid "" "Integrated Systems must be able to `serialize and deserialize " "`__ these new Transaction Types to accurately encode " -"and decode Raw Transaction data." +"hashing-and-signing>`__ these new Transaction Types to accurately encode and" +" decode Raw Transaction data." msgstr "" #: ../../docs/user/developers/integration.rst:115 msgid "" "From a `backwards compatibility " -"`__" -" perspective, the 4 byte (32-bit) ``version`` field included in Classical" -" Transactions was split into two fields: ``version`` and ``type`` (each " +"`__ " +"perspective, the 4 byte (32-bit) ``version`` field included in Classical " +"Transactions was split into two fields: ``version`` and ``type`` (each " "consisting of 2 bytes)." msgstr "" #: ../../docs/user/developers/integration.rst:120 msgid "" -"Refer to the :ref:`Special Transactions ` " -"section of the Dash developer reference for additional detail on these " -"data types, e.g. ." +"Refer to the :ref:`Special Transactions ` section " +"of the Dash developer reference for additional detail on these data types, " +"e.g. ." msgstr "" #: ../../docs/user/developers/integration.rst:124 msgid "" -":ref:`InstantSend ` status and Payload JSON " -"(e.g. ``proRegTx``) is included in the JSON-RPC response, please note " -"that this data is not part of the calculated hash and is provided for " -"convenience." +":ref:`InstantSend ` status and Payload JSON (e.g. " +"``proRegTx``) is included in the JSON-RPC response, please note that this " +"data is not part of the calculated hash and is provided for convenience." msgstr "" #: ../../docs/user/developers/integration.rst:129 msgid "" "See the `transaction types integration documentation (PDF) " -"`__ for worked examples of " -"each transaction type." +"`__ for worked examples of each transaction " +"type." msgstr "" #: ../../docs/user/developers/integration.rst:136 @@ -349,36 +346,35 @@ msgstr "" #: ../../docs/user/developers/integration.rst:140 msgid "" -"InstantSend is a feature provided by the Dash network that allows for " -"zero-confirmation transactions to be safely accepted and re-spent. The " -"network attempts to lock the inputs of every valid transaction when it is" -" broadcast to the network. Every secured transaction is included in a " -"following block in accordance with standard blockchain principles. " -"Transactions are typically locked by InstantSend within 3 seconds of " -"being propagated to the network." +"InstantSend is a feature provided by the Dash network that allows for zero-" +"confirmation transactions to be safely accepted and re-spent. The network " +"attempts to lock the inputs of every valid transaction when it is broadcast " +"to the network. Every secured transaction is included in a following block " +"in accordance with standard blockchain principles. Transactions are " +"typically locked by InstantSend within 3 seconds of being propagated to the " +"network." msgstr "" #: ../../docs/user/developers/integration.rst:148 msgid "" "InstantSend is enabled by the Masternode Network which comprises several " -"thousand masternode servers. These nodes are differentiated from standard" -" nodes by having proven ownership of 1,000 Dash, making the network " -"`highly resistant to Sybil attacks " -"`__. Masternodes form `Long-" -"Living Masternode Quorums (LLMQs) " +"thousand masternode servers. These nodes are differentiated from standard " +"nodes by having proven ownership of 1,000 Dash, making the network `highly " +"resistant to Sybil attacks `__. " +"Masternodes form `Long-Living Masternode Quorums (LLMQs) " "`__, which are " "responsible for providing near-instant certainty to the transaction " -"participants that the transaction inputs cannot be re-spent, and that the" -" transaction will be included in a following block instead of a " -"conflicting transaction." +"participants that the transaction inputs cannot be re-spent, and that the " +"transaction will be included in a following block instead of a conflicting " +"transaction." msgstr "" #: ../../docs/user/developers/integration.rst:158 msgid "" "This concept works as an extension to Nakamoto Consensus to provide " -"additional security. InstantSend enables transacted funds to be " -"immediately and securely re-spent by the recipient, even before the " -"transaction is included in a block." +"additional security. InstantSend enables transacted funds to be immediately " +"and securely re-spent by the recipient, even before the transaction is " +"included in a block." msgstr "" #: ../../docs/user/developers/integration.rst:164 @@ -388,9 +384,9 @@ msgstr "" #: ../../docs/user/developers/integration.rst:168 msgid "" "An \"InstantSend Transaction\" is simply a standard transaction that has " -"been provided additional assurances by the masternode network. As a " -"result, and from an integration perspective, the only technical " -"difference is the InstantSend status." +"been provided additional assurances by the masternode network. As a result, " +"and from an integration perspective, the only technical difference is the " +"InstantSend status." msgstr "" #: ../../docs/user/developers/integration.rst:173 @@ -398,7 +394,8 @@ msgid "Receiving an InstantSend Transaction introduces two requirements:" msgstr "" #: ../../docs/user/developers/integration.rst:175 -msgid "The ability to determine the “InstantSend Status” of a given transaction." +msgid "" +"The ability to determine the “InstantSend Status” of a given transaction." msgstr "" #: ../../docs/user/developers/integration.rst:178 @@ -410,10 +407,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:181 msgid "" -"InstantSend Status is typically determined through direct connection with" -" the dash daemon, `ZMQ notification " -"`__, " -"or through the usage of an external wallet notification script." +"InstantSend Status is typically determined through direct connection with " +"the dash daemon, `ZMQ notification " +"`__, or " +"through the usage of an external wallet notification script." msgstr "" #: ../../docs/user/developers/integration.rst:186 @@ -423,10 +420,10 @@ msgstr "" #: ../../docs/user/developers/integration.rst:188 msgid "" -"InstantSend Status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The ``instantlock`` attribute of the" -" JSON response reflects the status of the transaction and is included in " -"the following commands:" +"InstantSend Status can be identified through direct connection with the Dash" +" daemon using JSON-RPC protocol. The ``instantlock`` attribute of the JSON " +"response reflects the status of the transaction and is included in the " +"following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:203 @@ -437,16 +434,16 @@ msgstr "" #: ../../docs/user/developers/integration.rst:205 msgid "" "Whenever a transaction enters the mempool and whenever a transaction is " -"locked in the mempool, ZMQ notifications can be broadcast by the node. " -"Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"locked in the mempool, ZMQ notifications can be broadcast by the node. Refer" +" to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:211 msgid "" -"The following notifications are relevant for recognizing transactions and" -" their corresponding instantlocks:" +"The following notifications are relevant for recognizing transactions and " +"their corresponding instantlocks:" msgstr "" #: ../../docs/user/developers/integration.rst:214 @@ -480,8 +477,8 @@ msgstr "" msgid "" "This is typically used with a wallet that has been populated with `watch-" "only " -"`__ addresses." +"`__ addresses." msgstr "" #: ../../docs/user/developers/integration.rst:235 @@ -490,29 +487,27 @@ msgstr "" #: ../../docs/user/developers/integration.rst:239 msgid "" -"Because all transactions on the Dash network are automatically " -"InstantSend, no procedural changes are required to broadcast transactions" -" as InstantSend." +"Because all transactions on the Dash network are automatically InstantSend, " +"no procedural changes are required to broadcast transactions as InstantSend." msgstr "" #: ../../docs/user/developers/integration.rst:242 msgid "" -"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will " -"now attempt to lock every valid transaction by default without any " -"additional fee or action by the sending wallet or user. A transaction is " -"eligible for InstantSend when each of its inputs is considered confirmed." -" This is the case when at least one of the following circumstances is " -"true:" +"Since Dash v0.14.0 established LLMQs on the Dash network, quorums will now " +"attempt to lock every valid transaction by default without any additional " +"fee or action by the sending wallet or user. A transaction is eligible for " +"InstantSend when each of its inputs is considered confirmed. This is the " +"case when at least one of the following circumstances is true:" msgstr "" #: ../../docs/user/developers/integration.rst:249 msgid "" -"the previous transaction referred to by the input is confirmed with 6 " -"blocks" +"the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" #: ../../docs/user/developers/integration.rst:251 -msgid "the previous transaction is confirmed through an older InstantSend lock" +msgid "" +"the previous transaction is confirmed through an older InstantSend lock" msgstr "" #: ../../docs/user/developers/integration.rst:253 @@ -536,8 +531,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:262 #: ../../docs/user/developers/integration.rst:370 msgid "" -"The following resources provide additional information about InstantSend " -"and are intended to help provide a more complete understanding of the " +"The following resources provide additional information about InstantSend and" +" are intended to help provide a more complete understanding of the " "underlying technologies." msgstr "" @@ -549,8 +544,7 @@ msgstr "" #: ../../docs/user/developers/integration.rst:267 msgid "" -":ref:`InstantSend Developer Documentation `" +":ref:`InstantSend Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:268 @@ -580,19 +574,18 @@ msgstr "" #: ../../docs/user/developers/integration.rst:277 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/developers/integration.rst:283 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple :term:`confirmations` before a transaction can be safely " -"accepted as payment. This type of indirect security is effective, but at " -"a cost of time and user experience. ChainLocks are a solution for this " -"problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple :term:`confirmations` before a transaction can be safely accepted " +"as payment. This type of indirect security is effective, but at a cost of " +"time and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/developers/integration.rst:289 @@ -601,9 +594,8 @@ msgstr "" #: ../../docs/user/developers/integration.rst:293 msgid "" -"Once a ChainLock is observed for a block, each transaction in that block " -"and all previous blocks can be considered irreversibly and fully " -"confirmed." +"Once a ChainLock is observed for a block, each transaction in that block and" +" all previous blocks can be considered irreversibly and fully confirmed." msgstr "" #: ../../docs/user/developers/integration.rst:296 @@ -618,17 +610,17 @@ msgstr "" #: ../../docs/user/developers/integration.rst:304 msgid "" -"ChainLock status is typically determined through direct connection with " -"the Dash daemon or by a `ZMQ notification " +"ChainLock status is typically determined through direct connection with the " +"Dash daemon or by a `ZMQ notification " "`__." msgstr "" #: ../../docs/user/developers/integration.rst:311 msgid "" -"ChainLock status can be identified through direct connection with the " -"Dash daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute " -"of the JSON response reflects the ChainLock status of the block or " -"transaction and is included in the following commands:" +"ChainLock status can be identified through direct connection with the Dash " +"daemon using JSON-RPC protocol. The boolean ``chainlock`` attribute of the " +"JSON response reflects the ChainLock status of the block or transaction and " +"is included in the following commands:" msgstr "" #: ../../docs/user/developers/integration.rst:316 @@ -645,19 +637,19 @@ msgstr "" #: ../../docs/user/developers/integration.rst:327 msgid "" -"ChainLock signatures are created shortly after the related block has been" -" mined. As a result it is recommended that integrated clients use " -":ref:`ZMQ (ZeroMQ) notifications ` in order to ensure that this information is received as " -"promptly as possible. Refer to `the list of possible ZMQ notifications " -"`__ for " -"more details." +"ChainLock signatures are created shortly after the related block has been " +"mined. As a result it is recommended that integrated clients use :ref:`ZMQ " +"(ZeroMQ) notifications ` in order" +" to ensure that this information is received as promptly as possible. Refer " +"to `the list of possible ZMQ notifications " +"`__ for more " +"details." msgstr "" #: ../../docs/user/developers/integration.rst:335 msgid "" -"The following notifications are relevant for recognizing blocks and their" -" corresponding ChainLocks:" +"The following notifications are relevant for recognizing blocks and their " +"corresponding ChainLocks:" msgstr "" #: ../../docs/user/developers/integration.rst:338 @@ -692,7 +684,8 @@ msgid "Subscribe to ChainLock hash ZMQ notifications" msgstr "" #: ../../docs/user/developers/integration.rst:374 -msgid ":ref:`ChainLock Developer Documentation `" +msgid "" +":ref:`ChainLock Developer Documentation `" msgstr "" #: ../../docs/user/developers/integration.rst:376 @@ -700,133 +693,3 @@ msgid "" "`DIP0008: ChainLocks " "`__" msgstr "" - -#~ msgid "" -#~ "The majority of commands are unchanged" -#~ " from Bitcoin making integration into " -#~ "existing systems relatively straightforward. " -#~ "For a complete listing of RPC " -#~ "commands please refer to the `​Dash " -#~ "Developer Guide `_." -#~ msgstr "" - -#~ msgid "" -#~ "`getrawmempool `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolancestors `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempooldescendants `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getmempoolentry `__" -#~ msgstr "" - -#~ msgid "" -#~ "`getrawtransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`gettransaction `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listtransactions `__" -#~ msgstr "" - -#~ msgid "" -#~ "`listsinceblock `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Registration `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Service " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Update Masternode Operator " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode Revocation `__" -#~ msgstr "" - -#~ msgid "" -#~ "`Masternode List Merkle Proof " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "`Quorum Commitment `__" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the `Special Transactions " -#~ "`__ section of the " -#~ "Dash developer reference for additional " -#~ "detail on these data types, e.g. " -#~ "." -#~ msgstr "" - -#~ msgid "" -#~ "This is typically used with a " -#~ "wallet that has been populated with " -#~ "`watch-only `__ addresses." -#~ msgstr "" - -#~ msgid "" -#~ "`InstantSend Developer Documentation " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "Whenever a transaction enters the " -#~ "mempool and whenever a transaction is" -#~ " locked in the mempool, ZMQ " -#~ "notifications can be broadcast by the" -#~ " node. A list of possible ZMQ " -#~ "notifications can be found `here " -#~ "`__." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po index a5d8c21a7..054f5acfc 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po index 1d7ed0703..ab22f0b72 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,22 +14,19 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" -"Dash testnet and devnets are used by Dash developers for testing using " -"tDASH" +"Dash testnet and devnets are used by Dash developers for testing using tDASH" msgstr "" -#: ../../docs/user/developers/testnet.rst:-1 +#: ../../docs/user/developers/testnet.rst-1 msgid "" "dash, masternodes, testnet, devnet, faucet, masternodes, testing, pool, " "explorer, mining pools, block explorer" @@ -40,12 +38,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:11 msgid "" -"Testnet is a fully functioning Dash blockchain with the one key exception" -" that because the Dash on the network can be created freely, it has no " -"value. This currency, known as tDASH, can be requested from a faucet to " -"help developers test new versions of Dash, as well as test network " -"operations using identical versions of the software before they are " -"carried out on the mainnet. There are a few other key differences:" +"Testnet is a fully functioning Dash blockchain with the one key exception " +"that because the Dash on the network can be created freely, it has no value." +" This currency, known as tDASH, can be requested from a faucet to help " +"developers test new versions of Dash, as well as test network operations " +"using identical versions of the software before they are carried out on the " +"mainnet. There are a few other key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:18 @@ -54,8 +52,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:19 msgid "" -"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is " -"140 (instead of 76)" +"Testnet addresses start with \"y\" instead of \"X\", ADDRESSVERSION is 140 " +"(instead of 76)" msgstr "" #: ../../docs/user/developers/testnet.rst:21 @@ -68,8 +66,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:23 msgid "" -"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, " -"testnet-seed.darkcoin.qa, testnet-seed.dashpay.io" +"Bootstrapping uses different DNS seeds: test.dnsseed.masternode.io, testnet-" +"seed.darkcoin.qa, testnet-seed.dashpay.io" msgstr "" #: ../../docs/user/developers/testnet.rst:25 @@ -78,8 +76,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:27 msgid "" -"To start Dash Core in testnet mode, find your dash.conf file and enter " -"the following line::" +"To start Dash Core in testnet mode, find your dash.conf file and enter the " +"following line::" msgstr "" #: ../../docs/user/developers/testnet.rst:32 @@ -88,10 +86,10 @@ msgid "" "feature — **named devnets**. Devnets are developer networks that combine " "some aspects of testnet (the global and public testing network) and some " "aspects of regtest (the local-only regression testing mode that provides " -"controlled block generation). Unlike testnet, multiple independent " -"devnets can be created and coexist without interference. For practical " -"documentation on how to use devnets, see the :ref:`developer " -"documentation ` or this `blog post " +"controlled block generation). Unlike testnet, multiple independent devnets " +"can be created and coexist without interference. For practical documentation" +" on how to use devnets, see the :ref:`developer documentation " +"` or this `blog post " "`__." msgstr "" @@ -101,9 +99,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:45 msgid "" -"The links below were collected from various community sources and may not" -" necessarily be online or functioning at any given time. Please join " -"`Dash Discord `_ or the `Dash Forum " +"The links below were collected from various community sources and may not " +"necessarily be online or functioning at any given time. Please join `Dash " +"Discord `_ or the `Dash Forum " "`_ if you have a question relating to a " "specific service." msgstr "" @@ -168,8 +166,7 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:74 msgid "" -"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by " -"flare" +"https://test.pool.dash.org [stratum+tcp://test.stratum.dash.org] - by flare" msgstr "" #: ../../docs/user/developers/testnet.rst:75 @@ -192,17 +189,17 @@ msgstr "主節點" #: ../../docs/user/developers/testnet.rst:82 msgid "" -"Installing a masternode under testnet generally follows the same steps as" -" the :ref:`mainnet masternode installation guide `, but" -" with a few key differences:" +"Installing a masternode under testnet generally follows the same steps as " +"the :ref:`mainnet masternode installation guide `, but " +"with a few key differences:" msgstr "" #: ../../docs/user/developers/testnet.rst:86 msgid "" -"You will probably be running a development version of Dash instead of the" -" stable release. See `here `__" -" for a list of builds, then choose the latest successful ``develop`` " -"build and click **Artifacts** to view a list of binaries." +"You will probably be running a development version of Dash instead of the " +"stable release. See `here `__ for" +" a list of builds, then choose the latest successful ``develop`` build and " +"click **Artifacts** to view a list of binaries." msgstr "" #: ../../docs/user/developers/testnet.rst:90 @@ -213,8 +210,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:92 msgid "" -"Your desktop wallet must be running in testnet mode. Add the following " -"line to *dash.conf*: ``testnet = 1``" +"Your desktop wallet must be running in testnet mode. Add the following line " +"to *dash.conf*: ``testnet = 1``" msgstr "" #: ../../docs/user/developers/testnet.rst:94 @@ -225,9 +222,9 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:96 msgid "" -"Your masternode configuration file must also specify testnet mode. Add " -"the following line when setting up *dash.conf* on the masternode: " -"``testnet = 1``" +"Your masternode configuration file must also specify testnet mode. Add the " +"following line when setting up *dash.conf* on the masternode: ``testnet = " +"1``" msgstr "" #: ../../docs/user/developers/testnet.rst:99 @@ -238,23 +235,22 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:101 msgid "" -"When cloning sentinel, you may need to clone the development branch using" -" the ``-b`` option, for example: ``git clone -b develop " +"When cloning sentinel, you may need to clone the development branch using " +"the ``-b`` option, for example: ``git clone -b develop " "https://github.com/dashpay/sentinel.git``" msgstr "" #: ../../docs/user/developers/testnet.rst:104 msgid "" -"Once sentinel is installed, modify " -"``~/.dashcore/sentinel/sentinel.conf``, comment the mainnet line and " -"uncomment: ``network=testnet``" +"Once sentinel is installed, modify ``~/.dashcore/sentinel/sentinel.conf``, " +"comment the mainnet line and uncomment: ``network=testnet``" msgstr "" #: ../../docs/user/developers/testnet.rst:107 msgid "" "The wallet holding the masternode collateral will expect to find the " -"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` " -"instead of ``~/.dashcore/masternode.conf``." +"``masternode.conf`` file in ``~/.dashcore/testnet3/masternode.conf`` instead" +" of ``~/.dashcore/masternode.conf``." msgstr "" #: ../../docs/user/developers/testnet.rst:113 @@ -263,12 +259,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:115 msgid "" -"In June 2020, the Dash team announced the start of testing of the " -"upcoming Dash 0.16.0 release. Extensive internal testing has already been" -" done on the 0.16.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2020, the Dash team announced the start of testing of the upcoming " +"Dash 0.16.0 release. Extensive internal testing has already been done on the" +" 0.16.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:122 @@ -352,11 +348,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:143 msgid "" "In December 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.15.0 release. Extensive internal testing has already been" -" done on the 0.15.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.15.0 release. Extensive internal testing has already been " +"done on the 0.15.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:150 @@ -389,12 +385,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:168 msgid "" -"In March 2019, the Dash team announced the start of testing of the " -"upcoming Dash 0.14.0 release. Extensive internal testing has already been" -" done on the 0.14.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In March 2019, the Dash team announced the start of testing of the upcoming " +"Dash 0.14.0 release. Extensive internal testing has already been done on the" +" 0.14.0 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:175 @@ -432,11 +428,11 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:194 msgid "" "In November 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.13.0 release. Extensive internal testing has already been" -" done on the 0.13.0 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"upcoming Dash 0.13.0 release. Extensive internal testing has already been " +"done on the 0.13.0 code, but there are numerous bugs that can only be " +"revealed with actual use by real people. The Dash team invites anybody who " +"is interested to download the software and become active on testnet. This " +"release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:201 @@ -481,12 +477,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:221 msgid "" -"In June 2018, the Dash team announced the start of testing of the " -"upcoming Dash 0.12.3 release. Extensive internal testing has already been" -" done on the 0.12.2 code, but there are numerous bugs that can only be " -"revealed with actual use by real people. The Dash team invites anybody " -"who is interested to download the software and become active on testnet. " -"This release includes:" +"In June 2018, the Dash team announced the start of testing of the upcoming " +"Dash 0.12.3 release. Extensive internal testing has already been done on the" +" 0.12.2 code, but there are numerous bugs that can only be revealed with " +"actual use by real people. The Dash team invites anybody who is interested " +"to download the software and become active on testnet. This release " +"includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:228 @@ -533,12 +529,12 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:251 msgid "" -"In October 2017, the Dash team announced the launch of a testnet for " -"public testing of the upcoming 0.12.2 release of the Dash software. " -"Extensive internal testing has already been done on the 0.12.2 code, but " -"there are numerous bugs that can only be revealed with actual use by real" -" people. The Dash team invites anybody who is interested to download the " -"software and become active on testnet. This release includes:" +"In October 2017, the Dash team announced the launch of a testnet for public " +"testing of the upcoming 0.12.2 release of the Dash software. Extensive " +"internal testing has already been done on the 0.12.2 code, but there are " +"numerous bugs that can only be revealed with actual use by real people. The " +"Dash team invites anybody who is interested to download the software and " +"become active on testnet. This release includes:" msgstr "" #: ../../docs/user/developers/testnet.rst:258 @@ -561,8 +557,8 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:262 msgid "" -"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should" -" be fully functional but there is no GUI yet)" +"Experimental BIP39/BIP44 complaint HD wallet (disabled by default, should be" +" fully functional but there is no GUI yet)" msgstr "" #: ../../docs/user/developers/testnet.rst:266 @@ -588,24 +584,3 @@ msgstr "" #: ../../docs/user/developers/testnet.rst:273 msgid "Sentinel: https://github.com/dashpay/sentinel/tree/develop" msgstr "" - -#~ msgid "" -#~ "With the release of Dash Core " -#~ "12.3, Dash added support for a " -#~ "great new feature — **named devnets**." -#~ " Devnets are developer networks that " -#~ "combine some aspects of testnet (the " -#~ "global and public testing network) and" -#~ " some aspects of regtest (the " -#~ "local-only regression testing mode that " -#~ "provides controlled block generation). Unlike" -#~ " testnet, multiple independent devnets can" -#~ " be created and coexist without " -#~ "interference. For practical documentation on" -#~ " how to use devnets, see the " -#~ "`developer documentation `__ or " -#~ "this `blog post `__." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po index 5fb7dce11..41c4f52ac 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po b/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po index 28b9c4246..e7981e136 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po index f0a3e56fe..9d09cdd2a 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po index 90302d18b..bc5c2f261 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po index db684ccc5..7e5198b8b 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po index d8a9fcb9d..a72311c44 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po @@ -1,10 +1,11 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" @@ -13,20 +14,18 @@ msgstr "" "POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "Practical guide to using the Dash DAO governance system and treasury" msgstr "" -#: ../../docs/user/governance/using.rst:-1 +#: ../../docs/user/governance/using.rst-1 msgid "dash, dao, governance, funding, voting, proposals, masternodes" msgstr "" @@ -37,8 +36,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:11 msgid "" "Dash's Decentralized Autonomous Organization (DAO) is a novel voting and " -"funding platform. This documentation introduces and details the theory " -"and practice to use the system." +"funding platform. This documentation introduces and details the theory and " +"practice to use the system." msgstr "" #: ../../docs/user/governance/using.rst:16 @@ -79,8 +78,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:31 msgid "" -"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal " -"fee is irreversibly destroyed on submission." +"Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee " +"is irreversibly destroyed on submission." msgstr "" #: ../../docs/user/governance/using.rst:33 @@ -112,27 +111,25 @@ msgid "Budgets" msgstr "" #: ../../docs/user/governance/using.rst:46 -#, python-format msgid "" "Budgets are proposals which receive a net total of yes votes equal to or " -"greater than 10% of the total possible votes (for example over 448 out of" -" 4480)" +"greater than 10% of the total possible votes (for example over 448 out of " +"4480)" msgstr "" #: ../../docs/user/governance/using.rst:49 msgid "" -"Budgets can be nullified at any time if vote totals (cast or re-cast) " -"fall below the approval threshold" +"Budgets can be nullified at any time if vote totals (cast or re-cast) fall " +"below the approval threshold" msgstr "" #: ../../docs/user/governance/using.rst:51 msgid "" -"Budgets are processed (paid) in order of yes minus no votes. More popular" -" budgets get payment priority." +"Budgets are processed (paid) in order of yes minus no votes. More popular " +"budgets get payment priority." msgstr "" #: ../../docs/user/governance/using.rst:53 -#, python-format msgid "" "Approximately 6176 dash (in 2018) are available for each budget cycle, " "decreasing by 7.14% every 210240 blocks (approx. 383.25 days)." @@ -152,8 +149,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:62 msgid "" -"url: a proposer-created webpage or forum post containing detailed " -"proposal information" +"url: a proposer-created webpage or forum post containing detailed proposal " +"information" msgstr "" #: ../../docs/user/governance/using.rst:64 @@ -187,26 +184,23 @@ msgid "" msgstr "" #: ../../docs/user/governance/using.rst:75 -#, python-format msgid "" "Approval occurs when yes votes minus no votes equals 10% or more of the " "total available votes." msgstr "" #: ../../docs/user/governance/using.rst:77 -#, python-format msgid "" -"Disapproval occurs when no votes minus yes votes equals 10% or more of " -"the total available votes." +"Disapproval occurs when no votes minus yes votes equals 10% or more of the " +"total available votes." msgstr "" #: ../../docs/user/governance/using.rst:79 msgid "" -"The total available votes is the count of online and responding " -"masternodes and can be seen by running the command ``masternode count`` " -"in the Dash Core wallet debug window. A graph of the total masternode " -"count can be found `here " -"`__" +"The total available votes is the count of online and responding masternodes " +"and can be seen by running the command ``masternode count`` in the Dash Core" +" wallet debug window. A graph of the total masternode count can be found " +"`here `__" msgstr "" #: ../../docs/user/governance/using.rst:86 @@ -216,8 +210,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:88 msgid "" "The following two Microsoft Word templates are available from Dash Core " -"Group to help facilitate standardized proposal submission and updates. " -"Usage is recommended, but not required." +"Group to help facilitate standardized proposal submission and updates. Usage" +" is recommended, but not required." msgstr "" #: ../../docs/user/governance/using.rst:92 @@ -238,11 +232,11 @@ msgstr "" #: ../../docs/user/governance/using.rst:100 msgid "" -"When preparing a proposal, be aware of when the next cycle will occur and" -" plan accordingly. It is recommended to choose your proposal payment " -"start block at least one cycle in the future to allow time for discussion" -" and gathering support and votes. Note that votes will no longer be " -"tallied 1662 blocks (approximately 3 days) prior to the superblock." +"When preparing a proposal, be aware of when the next cycle will occur and " +"plan accordingly. It is recommended to choose your proposal payment start " +"block at least one cycle in the future to allow time for discussion and " +"gathering support and votes. Note that votes will no longer be tallied 1662 " +"blocks (approximately 3 days) prior to the superblock." msgstr "" #: ../../docs/user/governance/using.rst:108 @@ -362,10 +356,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:143 msgid "" "Once you have prepared the text of your proposal and set up a website or " -"forum post, it is time to submit your proposal to the blockchain for " -"voting. While all tasks involved with creating a budget proposal can be " -"executed from the Dash Core wallet console, several tools providing a " -"user interface have been developed to simplify this procedure." +"forum post, it is time to submit your proposal to the blockchain for voting." +" While all tasks involved with creating a budget proposal can be executed " +"from the Dash Core wallet console, several tools providing a user interface " +"have been developed to simplify this procedure." msgstr "" #: ../../docs/user/governance/using.rst:150 @@ -378,19 +372,19 @@ msgstr "https://proposal.dash.org" #: ../../docs/user/governance/using.rst:154 msgid "" -"The `Dash Budget Proposal Generator `__ " -"supports creating budget proposals on both mainnet and testnet. In the " -"first step, you must enter a short, clear and unique name for the " -"proposal as it will appear on the blockchain. Proposal names are limited " -"to 40 characters. You can then provide a link to the forum or DashCentral" -" where your proposal is described in more detail (use a `URL shortening " -"service `_ if necessary), as well as select the amount" -" of payment you are requesting, how often the payment should occur, and " -"the superblock date on which you are requesting payment. This allows you " -"to control in which budget period your proposal will appear, and gives " -"you enough time to build support for your proposal by familiarising " -"voters with your project. Note that the payment amount is fixed and " -"cannot be modified after it has been submitted to the blockchain." +"The `Dash Budget Proposal Generator `__ supports " +"creating budget proposals on both mainnet and testnet. In the first step, " +"you must enter a short, clear and unique name for the proposal as it will " +"appear on the blockchain. Proposal names are limited to 40 characters. You " +"can then provide a link to the forum or DashCentral where your proposal is " +"described in more detail (use a `URL shortening service " +"`_ if necessary), as well as select the amount of payment" +" you are requesting, how often the payment should occur, and the superblock " +"date on which you are requesting payment. This allows you to control in " +"which budget period your proposal will appear, and gives you enough time to " +"build support for your proposal by familiarising voters with your project. " +"Note that the payment amount is fixed and cannot be modified after it has " +"been submitted to the blockchain." msgstr "" #: ../../docs/user/governance/using.rst:175 @@ -399,37 +393,36 @@ msgstr "" #: ../../docs/user/governance/using.rst:177 msgid "" -"Next, the proposal generator will provide you with a command to run from " -"the console of your Dash Core wallet to prepare your budget proposal " -"governance object. Running this command will cost you 1 DASH, which will " -"be \"burnt\" or permanently removed from circulation. This one-time fee " -"protects the governance system from becoming overwhelmed by spam, poorly " -"thought out proposals or users not acting in good faith. A small " -"transaction fee is charged as well, so make sure slightly more than 5 " -"DASH is available in your wallet. Many budget proposals request " -"reimbursement of the 1 DASH fee." +"Next, the proposal generator will provide you with a command to run from the" +" console of your Dash Core wallet to prepare your budget proposal governance" +" object. Running this command will cost you 1 DASH, which will be \"burnt\" " +"or permanently removed from circulation. This one-time fee protects the " +"governance system from becoming overwhelmed by spam, poorly thought out " +"proposals or users not acting in good faith. A small transaction fee is " +"charged as well, so make sure slightly more than 5 DASH is available in your" +" wallet. Many budget proposals request reimbursement of the 1 DASH fee." msgstr "" #: ../../docs/user/governance/using.rst:187 msgid "" -"First unlock your wallet by clicking **Settings > Unlock wallet**, then " -"open the console by clicking **Window > Console** and paste the generated" -" command. The transaction ID will appear. Copy and paste this into the " -"proposal generator response window. As soon as you do this, the system " -"will show a progress bar as it waits for 6 confirmations as follows:" +"First unlock your wallet by clicking **Settings > Unlock wallet**, then open" +" the console by clicking **Window > Console** and paste the generated " +"command. The transaction ID will appear. Copy and paste this into the " +"proposal generator response window. As soon as you do this, the system will " +"show a progress bar as it waits for 6 confirmations as follows:" msgstr "" #: ../../docs/user/governance/using.rst:200 msgid "" -"Step 3: Creating the proposal transaction and waiting for 6 confirmations" -" of the transaction ID" +"Step 3: Creating the proposal transaction and waiting for 6 confirmations of" +" the transaction ID" msgstr "" #: ../../docs/user/governance/using.rst:203 msgid "" -"Once 6 block confirmations exist, another command will appear to submit " -"the prepared governance object to the network for voting. Copy and paste " -"this command, and your governance object ID will appear as follows:" +"Once 6 block confirmations exist, another command will appear to submit the " +"prepared governance object to the network for voting. Copy and paste this " +"command, and your governance object ID will appear as follows:" msgstr "" #: ../../docs/user/governance/using.rst:213 @@ -438,10 +431,10 @@ msgstr "" #: ../../docs/user/governance/using.rst:215 msgid "" -"You can use this ID to track voting on the proposal until the budget " -"closes and you receive your payout. You can also submit the ID to " -"DashCentral to claim your proposal and enable simplified voting for " -"masternodes using DashCentral voting services." +"You can use this ID to track voting on the proposal until the budget closes " +"and you receive your payout. You can also submit the ID to DashCentral to " +"claim your proposal and enable simplified voting for masternodes using " +"DashCentral voting services." msgstr "" #: ../../docs/user/governance/using.rst:221 @@ -456,8 +449,8 @@ msgstr "https://www.dashcentral.org/budget/create" msgid "" "DashCentral also includes a tool to create budget proposals, or claim " "existing proposals so you can add a description on DashCentral and begin " -"discussion with the community. The steps to be taken are almost identical" -" to the procedure described above, and documentation is available `here " +"discussion with the community. The steps to be taken are almost identical to" +" the procedure described above, and documentation is available `here " "`_." msgstr "" @@ -468,8 +461,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:234 msgid "" "Creating a proposal using the wallet console follows the same process as " -"using the Dash budget proposal generator, but it requires several " -"additional steps to manually construct the proposal governance object." +"using the Dash budget proposal generator, but it requires several additional" +" steps to manually construct the proposal governance object." msgstr "" #: ../../docs/user/governance/using.rst:239 @@ -490,12 +483,11 @@ msgstr "" msgid "" "The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps " "indicating the time range in which the proposal can receive payments. " -"Typically you will set the ``start_epoch`` to approximately halfway " -"between the superblock where payment is first desired and the preceding " -"one. Set ``end_epoch`` to approximately 2 weeks after the superblock " -"where the final payment is desired. You can use a site like " -"https://www.epochconverter.com/ to convert the start and end dates to the" -" epoch values for these fields." +"Typically you will set the ``start_epoch`` to approximately halfway between " +"the superblock where payment is first desired and the preceding one. Set " +"``end_epoch`` to approximately 2 weeks after the superblock where the final " +"payment is desired. You can use a site like https://www.epochconverter.com/ " +"to convert the start and end dates to the epoch values for these fields." msgstr "" #: ../../docs/user/governance/using.rst:267 @@ -521,18 +513,18 @@ msgstr "" #: ../../docs/user/governance/using.rst:282 msgid "" -"Finally, open your Dash Core wallet console and use the ``gobject " -"prepare`` command to complete the proposal preparation and submit the " -"collateral transaction. See the :ref:`Core developer documentation ` for additional details." +"Finally, open your Dash Core wallet console and use the ``gobject prepare`` " +"command to complete the proposal preparation and submit the collateral " +"transaction. See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:288 msgid "" "Running this command will create a transaction spending 1 DASH from the " -"wallet as collateral for the proposal being created. Only run this " -"command once you have verified all the proposal information. The " -"transaction is not reversible once sent." +"wallet as collateral for the proposal being created. Only run this command " +"once you have verified all the proposal information. The transaction is not " +"reversible once sent." msgstr "" #: ../../docs/user/governance/using.rst:297 @@ -545,8 +537,7 @@ msgstr "" #: ../../docs/user/governance/using.rst:299 msgid "" -"``time`` - set to the current Unix epoch time (does not have to be " -"precise)" +"``time`` - set to the current Unix epoch time (does not have to be precise)" msgstr "" #: ../../docs/user/governance/using.rst:300 @@ -571,17 +562,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:313 msgid "" "Once the transaction has six confirmations, use the ``gobject submit`` " -"command to submit the prepared governance object to the network for " -"voting. See the :ref:`Core developer documentation ` for additional details." +"command to submit the prepared governance object to the network for voting. " +"See the :ref:`Core developer documentation ` for additional details." msgstr "" #: ../../docs/user/governance/using.rst:322 -msgid "``parent-hash`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``parent-hash`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:323 -msgid "``revision`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``revision`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:324 @@ -589,7 +582,8 @@ msgid "``time`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:325 -msgid "``data-hex`` - use the same value as in the ``gobject prepare`` command" +msgid "" +"``data-hex`` - use the same value as in the ``gobject prepare`` command" msgstr "" #: ../../docs/user/governance/using.rst:326 @@ -600,8 +594,8 @@ msgstr "" #: ../../docs/user/governance/using.rst:332 msgid "" -"The command will execute and respond with a transaction ID for the " -"proposal which can be used to track voting on the proposal::" +"The command will execute and respond with a transaction ID for the proposal " +"which can be used to track voting on the proposal::" msgstr "" #: ../../docs/user/governance/using.rst:338 @@ -610,20 +604,20 @@ msgstr "" #: ../../docs/user/governance/using.rst:340 msgid "" -"**You must vote at least three days before the superblock is created or " -"your vote will not be counted. The exact deadline is 1662 blocks before " -"the superblock.**" +"**You must vote at least three days before the superblock is created or your" +" vote will not be counted. The exact deadline is 1662 blocks before the " +"superblock.**" msgstr "" #: ../../docs/user/governance/using.rst:344 msgid "" "Voting on DAO proposals is an important part of operating a masternode. " "Since masternodes are heavily invested in Dash, they are expected to " -"critically appraise proposals each month and vote in a manner they " -"perceive to be consistent with the best interests of the network. Each " -"masternode may vote once on each proposal, and the vote can be changed at" -" any time before the voting deadline. The following sites and tools are " -"available to view and manage proposals and voting:" +"critically appraise proposals each month and vote in a manner they perceive " +"to be consistent with the best interests of the network. Each masternode may" +" vote once on each proposal, and the vote can be changed at any time before " +"the voting deadline. The following sites and tools are available to view and" +" manage proposals and voting:" msgstr "" #: ../../docs/user/governance/using.rst:352 @@ -652,25 +646,24 @@ msgstr "" #: ../../docs/user/governance/using.rst:362 msgid "" -"Many masternode operators store their password-protected masternode " -"private key on `DashCentral `__ to enable " -"simple voting with a user-friendly interface. The popularity of this site" -" has made it a common place for discussion of the proposals after they " -"are submitted to the governance system. To vote from the DashCentral web " -"interface, first add your masternode private key to your account " -"according to the instructions here. Note that the masternode private key " -"is not the same as the private key controlling the 1000 DASH collateral, " -"so there is no risk of losing your collateral. A separate password is " -"required to unlock the masternode private key for voting, so the risk of " -"the site operator voting in your name is minimal." +"Many masternode operators store their password-protected masternode private " +"key on `DashCentral `__ to enable simple voting" +" with a user-friendly interface. The popularity of this site has made it a " +"common place for discussion of the proposals after they are submitted to the" +" governance system. To vote from the DashCentral web interface, first add " +"your masternode private key to your account according to the instructions " +"here. Note that the masternode private key is not the same as the private " +"key controlling the 1000 DASH collateral, so there is no risk of losing your" +" collateral. A separate password is required to unlock the masternode " +"private key for voting, so the risk of the site operator voting in your name" +" is minimal." msgstr "" #: ../../docs/user/governance/using.rst:374 msgid "" "When you are ready to vote, go to the `budget proposals page " -"`_. Simply click to view the " -"proposals, then click either **Vote YES**, **Vote ABSTAIN** or **Vote " -"NO**." +"`_. Simply click to view the proposals, " +"then click either **Vote YES**, **Vote ABSTAIN** or **Vote NO**." msgstr "" #: ../../docs/user/governance/using.rst:382 @@ -684,12 +677,12 @@ msgstr "" #: ../../docs/user/governance/using.rst:387 msgid "" "If you started your masternode from a hardware wallet using `DMT " -"`_, you can" -" also use the tool to cast votes. Click **Tools > Proposals** and wait " -"for the list of proposals to load. You can easily see the voting status " -"of each proposal, and selecting a proposal shows details on the " -"**Details** tab in the lower half of the window. Switch to the **Vote** " -"tab to **Vote Yes**, **Vote No** or **Vote Abstain** directly from DMT." +"`_, you can " +"also use the tool to cast votes. Click **Tools > Proposals** and wait for " +"the list of proposals to load. You can easily see the voting status of each " +"proposal, and selecting a proposal shows details on the **Details** tab in " +"the lower half of the window. Switch to the **Vote** tab to **Vote Yes**, " +"**Vote No** or **Vote Abstain** directly from DMT." msgstr "" #: ../../docs/user/governance/using.rst:398 @@ -702,19 +695,19 @@ msgstr "" #: ../../docs/user/governance/using.rst:405 msgid "" -"If you started your masternode using the Dash Core Wallet (not " -"recommended), you can vote manually from **Window > Console**, or " -"directly from your masternode via SSH using ``dash-cli``. First click on " -"the proposal you want to vote on at either `DashCentral " -"`__ or `Dash Ninja " -"`__. You will see a command for" -" manual voting below the proposal description. Copy and paste the command" -" and modify it as necessary. As an example, take this proposal from `Dash" -" Ninja `__ (or " +"If you started your masternode using the Dash Core Wallet (not recommended)," +" you can vote manually from **Window > Console**, or directly from your " +"masternode via SSH using ``dash-cli``. First click on the proposal you want " +"to vote on at either `DashCentral `__ or" +" `Dash Ninja `__. You will see a " +"command for manual voting below the proposal description. Copy and paste the" +" command and modify it as necessary. As an example, take this proposal from " +"`Dash Ninja " +"`__ (or " "`DashCentral " -"`__). The" -" voting code for Dash Core Wallet is as follows::" +"`__). The " +"voting code for Dash Core Wallet is as follows::" msgstr "" #: ../../docs/user/governance/using.rst:424 @@ -728,8 +721,8 @@ msgstr "" msgid "" "Note this command will trigger a vote from all masternodes configured in " "``dash.conf``. If you have multiple masternodes each with its own .conf " -"file, or if you want to vote with only some of your masternodes, you must" -" change the command from ``vote-many`` to ``vote``. If your vote was " +"file, or if you want to vote with only some of your masternodes, you must " +"change the command from ``vote-many`` to ``vote``. If your vote was " "successful, you should see a confirmation message reading **Voted " "successfully**." msgstr "" @@ -754,32 +747,9 @@ msgid "" "possible to delegate your vote to a representative. Simply enter a Dash " "address provided by the delegate when :ref:`registering your masternode " "`, or :ref:`update ` your " -"masternode registration to delegate the vote of a running masternode. The" -" wallet controlling the private key to this address will then cast votes " -"on behalf of this masternode owner simply by following the :ref:`Dash " -"Core voting procedure ` described above. No further " +"masternode registration to delegate the vote of a running masternode. The " +"wallet controlling the private key to this address will then cast votes on " +"behalf of this masternode owner simply by following the :ref:`Dash Core " +"voting procedure ` described above. No further " "configuration is required." msgstr "" - -#~ msgid "" -#~ "Finally, open your Dash Core wallet " -#~ "console and use the ``gobject prepare``" -#~ " command to complete the proposal " -#~ "preparation and submit the collateral " -#~ "transaction. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - -#~ msgid "" -#~ "Once the transaction has six " -#~ "confirmations, use the ``gobject submit`` " -#~ "command to submit the prepared " -#~ "governance object to the network for " -#~ "voting. See the `Core developer " -#~ "documentation `__ for additional details." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/index.po index b39cbff60..d553377d3 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po index 2952f7d42..51113b6d1 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po index bab5464da..f40605469 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/features.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2023\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" -#: ../../docs/user/introduction/features.rst:-1 +#: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" @@ -90,8 +89,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:28 msgid "" -"Decentralized Governance By Blockchain allows masternode owners to vote " -"on budget proposals and decisions that affect Dash" +"Decentralized Governance By Blockchain allows masternode owners to vote on " +"budget proposals and decisions that affect Dash" msgstr "" #: ../../docs/user/introduction/features.rst:35 @@ -101,15 +100,15 @@ msgstr "主節點" #: ../../docs/user/introduction/features.rst:37 msgid "" "In addition to traditional Proof of Work (PoW) rewards for mining Dash, " -"users are also rewarded for running and maintaining special servers " -"called masternodes. Thanks to this innovative two tier network, Dash can " -"offer innovative features in a trustless and decentralized way. " -"Masternodes are used to power CoinJoin, InstantSend, and the governance " -"and treasury system. Users are rewarded for running masternodes; a " -"percentage of the block reward is allocated to pay the masternode " -"network. The current percentage can be found in :ref:`this table `. You can view practical guides on all topics " -"relating to masternodes :ref:`here `." +"users are also rewarded for running and maintaining special servers called " +"masternodes. Thanks to this innovative two tier network, Dash can offer " +"innovative features in a trustless and decentralized way. Masternodes are " +"used to power CoinJoin, InstantSend, and the governance and treasury system." +" Users are rewarded for running masternodes; a percentage of the block " +"reward is allocated to pay the masternode network. The current percentage " +"can be found in :ref:`this table `. You can view " +"practical guides on all topics relating to masternodes :ref:`here " +"`." msgstr "" #: ../../docs/user/introduction/features.rst:48 @@ -124,61 +123,59 @@ msgstr "" #: ../../docs/user/introduction/features.rst:52 msgid "" -"**CoinJoin** gives financial privacy through a decentralized " -"implementation of CoinJoin." +"**CoinJoin** gives financial privacy through a decentralized implementation " +"of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:54 msgid "" -"**ChainLocks**, which protects the blockchain against 51% mining attacks " -"by signing blocks as they are mined." +"**ChainLocks**, which protects the blockchain against 51% mining attacks by " +"signing blocks as they are mined." msgstr "" #: ../../docs/user/introduction/features.rst:56 -#, python-format msgid "" "**Governance and Treasury** allows stakeholders in Dash to determine the " -"direction of the project and devotes 10% of the block reward to " -"development of the project and ecosystem." +"direction of the project and devotes 10% of the block reward to development " +"of the project and ecosystem." msgstr "" #: ../../docs/user/introduction/features.rst:59 -msgid "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." +msgid "" +"**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" #: ../../docs/user/introduction/features.rst:62 msgid "" "Masternode owners must have possession of 1000 DASH, which they prove by " "signing a message included in a special transaction written to the " -"blockchain. The Dash can be moved or spent at any time, but doing so will" -" cause the masternode to fall out of queue and stop earning rewards. " +"blockchain. The Dash can be moved or spent at any time, but doing so will " +"cause the masternode to fall out of queue and stop earning rewards. " "Masternode users are also given **voting rights** on proposals. Each " "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" #: ../../docs/user/introduction/features.rst:70 -#, python-format msgid "" -"Masternodes cost money and effort to host so they are paid a percentage " -"of the block reward as an incentive. Because only one masternode is paid " -"in each block, the frequency of the payment can vary, as well as the " -"value of the Dash paid out. This `tool `_ " -"shows a live calculation of masternode earnings. These rewards decrease " -"by 7% each year, together with the block reward. There is also the " -"possibility for masternodes to earn money from fees in the future." +"Masternodes cost money and effort to host so they are paid a percentage of " +"the block reward as an incentive. Because only one masternode is paid in " +"each block, the frequency of the payment can vary, as well as the value of " +"the Dash paid out. This `tool `_ shows a live " +"calculation of masternode earnings. These rewards decrease by 7% each year, " +"together with the block reward. There is also the possibility for " +"masternodes to earn money from fees in the future." msgstr "" #: ../../docs/user/introduction/features.rst:79 -#, fuzzy msgid "Evolution Masternodes (evonodes)" -msgstr "主節點" +msgstr "" #: ../../docs/user/introduction/features.rst:81 msgid "" -"Evolution Masternodes (evonodes) are a subset of Masternodes that have " -"been created to host the Dash Platform. An evonode is a lot like " -"Masternodes with these differences:" +"Evolution Masternodes (evonodes) are a subset of Masternodes that have been " +"created to host the Dash Platform. An evonode is a lot like Masternodes with" +" these differences:" msgstr "" #: ../../docs/user/introduction/features.rst:86 @@ -186,9 +183,8 @@ msgid "Masternode" msgstr "" #: ../../docs/user/introduction/features.rst:86 -#, fuzzy msgid "Evolution Masternode" -msgstr "主節點" +msgstr "" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -245,12 +241,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:103 msgid "" -"CoinJoin gives you consumer grade financial privacy by shuffling your " -"Dash with other users. All the Dash in your wallet consists of different " -"inputs, which you can think of as separate, discrete coins. It uses an " -"innovative process to join your inputs with the inputs of at least two " -"other people in a single transaction, so the value in Dash never leaves " -"your wallet. You retain control of your money at all times." +"CoinJoin gives you consumer grade financial privacy by shuffling your Dash " +"with other users. All the Dash in your wallet consists of different inputs, " +"which you can think of as separate, discrete coins. It uses an innovative " +"process to join your inputs with the inputs of at least two other people in " +"a single transaction, so the value in Dash never leaves your wallet. You " +"retain control of your money at all times." msgstr "" #: ../../docs/user/introduction/features.rst:111 @@ -266,39 +262,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:116 msgid "" "CoinJoin begins by breaking your transaction inputs down into standard " -"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash --" -" much like the paper money you use every day." +"denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " +"much like the paper money you use every day." msgstr "" #: ../../docs/user/introduction/features.rst:119 msgid "" -"Your wallet then sends requests to specially configured software nodes on" -" the network called masternodes. These masternodes are informed then that" -" you are interested in creating a certain denomination using CoinJoin. No" -" identifiable information is sent to the masternodes, so they never know " -"who you are." +"Your wallet then sends requests to specially configured software nodes on " +"the network called masternodes. These masternodes are informed then that you" +" are interested in creating a certain denomination using CoinJoin. No " +"identifiable information is sent to the masternodes, so they never know who " +"you are." msgstr "" #: ../../docs/user/introduction/features.rst:124 msgid "" -"When two other people send similar messages, indicating that they wish to" -" join coins of the same denomination, a session begins. The masternode " +"When two other people send similar messages, indicating that they wish to " +"join coins of the same denomination, a session begins. The masternode " "instructs all three users’ wallets to pay the now-transformed inputs to " -"themselves. Your wallet pays that denomination directly to itself but in " -"a different address (called a change address)." +"themselves. Your wallet pays that denomination directly to itself but in a " +"different address (called a change address)." msgstr "" #: ../../docs/user/introduction/features.rst:130 msgid "" "Your wallet can repeat this process a number of times with each " -"denomination. Each time the process is completed it’s called a \"round.\"" -" The user may choose between 2-16 rounds of CoinJoin." +"denomination. Each time the process is completed it’s called a \"round.\" " +"The user may choose between 2-16 rounds of CoinJoin." msgstr "" #: ../../docs/user/introduction/features.rst:133 msgid "" -"Your funds will pass through at least the number of rounds you specify. " -"Dash 0.16 includes an update known as `Random Round CoinJoin " +"Your funds will pass through at least the number of rounds you specify. Dash" +" 0.16 includes an update known as `Random Round CoinJoin " "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" @@ -306,25 +302,24 @@ msgstr "" #: ../../docs/user/introduction/features.rst:138 msgid "" "This process happens in the background without any intervention on your " -"part. When you wish to make a transaction using your denominated funds no" -" additional waiting will be required." +"part. When you wish to make a transaction using your denominated funds no " +"additional waiting will be required." msgstr "" #: ../../docs/user/introduction/features.rst:142 msgid "" -"Note that CoinJoin transactions will be rounded up so that all " -"transaction inputs are spent. Any excess Dash will be spent on the " -"transaction fee." +"Note that CoinJoin transactions will be rounded up so that all transaction " +"inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" #: ../../docs/user/introduction/features.rst:146 msgid "" "**IMPORTANT:** Your wallet only contains 1000 of these change addresses. " -"Every time a CoinJoin transaction is created, one of your addresses is " -"used up. Once enough of them are used, your wallet must create more " -"addresses. It can only do this, however, if you have automatic backups " -"enabled. Consequently, users who have backups disabled will also have " -"CoinJoin disabled." +"Every time a CoinJoin transaction is created, one of your addresses is used " +"up. Once enough of them are used, your wallet must create more addresses. It" +" can only do this, however, if you have automatic backups enabled. " +"Consequently, users who have backups disabled will also have CoinJoin " +"disabled." msgstr "" #: ../../docs/user/introduction/features.rst:157 @@ -333,50 +328,45 @@ msgstr "即時到帳" #: ../../docs/user/introduction/features.rst:159 msgid "" -"Traditional decentralized cryptocurrencies must wait for certain period " -"of time for enough blocks to pass to ensure that a transaction is both " -"irreversible and not an attempt to double-spend money which has already " -"been spent elsewhere. This process is time-consuming, and may take " -"anywhere from 15 minutes to one hour for the widely accepted number of " -"six blocks to accumulate. Other cryptocurrencies achieve faster " -"transaction confirmation time by centralizing authority on the network to" -" various degrees." +"Traditional decentralized cryptocurrencies must wait for certain period of " +"time for enough blocks to pass to ensure that a transaction is both " +"irreversible and not an attempt to double-spend money which has already been" +" spent elsewhere. This process is time-consuming, and may take anywhere from" +" 15 minutes to one hour for the widely accepted number of six blocks to " +"accumulate. Other cryptocurrencies achieve faster transaction confirmation " +"time by centralizing authority on the network to various degrees." msgstr "" #: ../../docs/user/introduction/features.rst:168 msgid "" -"Dash suffers from neither of these limitations thanks to its second-layer" -" network of masternodes. Masternodes regularly form voting quorums to " -"check whether or not a submitted transaction is valid. If it is valid, " -"the masternodes \"lock\" the inputs for the transaction and broadcast " -"this information to the network, effectively promising that the " -"transaction will be included in subsequently mined blocks and not " -"allowing any other spending of these inputs during the confirmation time " -"period." +"Dash suffers from neither of these limitations thanks to its second-layer " +"network of masternodes. Masternodes regularly form voting quorums to check " +"whether or not a submitted transaction is valid. If it is valid, the " +"masternodes \"lock\" the inputs for the transaction and broadcast this " +"information to the network, effectively promising that the transaction will " +"be included in subsequently mined blocks and not allowing any other spending" +" of these inputs during the confirmation time period." msgstr "" #: ../../docs/user/introduction/features.rst:177 msgid "" "InstantSend technology will allow for cryptocurrencies such as Dash to " -"compete with nearly instantaneous transaction systems such as credit " -"cards for point-of-sale situations while not relying on a centralized " -"authority. Widespread vendor acceptance of Dash and InstantSend could " -"revolutionize cryptocurrency by shortening the delay in confirmation of " -"transactions from as long as an hour (with Bitcoin) to as little as a few" -" seconds." +"compete with nearly instantaneous transaction systems such as credit cards " +"for point-of-sale situations while not relying on a centralized authority. " +"Widespread vendor acceptance of Dash and InstantSend could revolutionize " +"cryptocurrency by shortening the delay in confirmation of transactions from " +"as long as an hour (with Bitcoin) to as little as a few seconds." msgstr "" #: ../../docs/user/introduction/features.rst:185 -#, python-format msgid "" "You can view a practical guide to use InstantSend :ref:`here `. InstantSend was introduced in a whitepaper called" -" `Transaction Locking and Masternode Consensus: A Mechanism for " -"Mitigating Double Spending Attacks " +"coinjoin-instantsend>`. InstantSend was introduced in a whitepaper called " +"`Transaction Locking and Masternode Consensus: A Mechanism for Mitigating " +"Double Spending Attacks " "`_," -" and further improved through the introduction of `LLMQ-based InstantSend" -" `__ in Dash " -"0.14." +" and further improved through the introduction of `LLMQ-based InstantSend " +"`__ in Dash 0.14." msgstr "" #: ../../docs/user/introduction/features.rst:194 @@ -392,18 +382,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:209 msgid "" "ChainLocks are a feature provided by the Dash Network which provides " -"certainty when accepting payments. This technology, particularly when " -"used in parallel with :ref:`InstantSend `, creates an " -"environment in which payments can be accepted immediately and without the" -" risk of “Blockchain Reorganization Events”." +"certainty when accepting payments. This technology, particularly when used " +"in parallel with :ref:`InstantSend `, creates an environment in" +" which payments can be accepted immediately and without the risk of " +"“Blockchain Reorganization Events”." msgstr "" #: ../../docs/user/introduction/features.rst:215 msgid "" -"The risk of blockchain reorganization is typically addressed by requiring" -" multiple “confirmations” before a transaction can be safely accepted as " -"payment. This type of indirect security is effective, but at a cost of " -"time and user experience. ChainLocks are a solution for this problem." +"The risk of blockchain reorganization is typically addressed by requiring " +"multiple “confirmations” before a transaction can be safely accepted as " +"payment. This type of indirect security is effective, but at a cost of time " +"and user experience. ChainLocks are a solution for this problem." msgstr "" #: ../../docs/user/introduction/features.rst:222 @@ -412,41 +402,39 @@ msgstr "" #: ../../docs/user/introduction/features.rst:224 msgid "" -"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed" -" using a “DKG” (Distributed Key Generation) process. All members of this " +"Every twelve hours a new “LLMQ” (Long-Living Masternode Quorum) is formed " +"using a “DKG” (Distributed Key Generation) process. All members of this " "Quorum are responsible for observing, and subsequently affirming, newly " "mined blocks:" msgstr "" #: ../../docs/user/introduction/features.rst:229 msgid "" -"Whenever a block is mined, Quorum Members will broadcast a signed message" -" containing the observed block to the rest of the Quorum." +"Whenever a block is mined, Quorum Members will broadcast a signed message " +"containing the observed block to the rest of the Quorum." msgstr "" #: ../../docs/user/introduction/features.rst:232 -#, python-format msgid "" -"If 60% or more of the Quorum sees the same new block they will " -"collectively form a “CLSIG” (ChainLock Signature) message which will be " -"broadcast to the remainder of the network." +"If 60% or more of the Quorum sees the same new block they will collectively " +"form a “CLSIG” (ChainLock Signature) message which will be broadcast to the " +"remainder of the network." msgstr "" #: ../../docs/user/introduction/features.rst:236 msgid "" -"When a valid ChainLock Signature is received by a client on the network, " -"it will reject all blocks at the same height that do not match the block " +"When a valid ChainLock Signature is received by a client on the network, it " +"will reject all blocks at the same height that do not match the block " "specified in that message." msgstr "" #: ../../docs/user/introduction/features.rst:240 msgid "" -"The result is a quick and unambiguous decision on the “correct” " -"blockchain for integrated clients and wallets. From a security " -"perspective, this also makes reorganizations prior to this block " -"impossible. See `DIP0008 ChainLocks " -"`__ for a full " -"description of how ChainLocks work." +"The result is a quick and unambiguous decision on the “correct” blockchain " +"for integrated clients and wallets. From a security perspective, this also " +"makes reorganizations prior to this block impossible. See `DIP0008 " +"ChainLocks `__ for " +"a full description of how ChainLocks work." msgstr "" #: ../../docs/user/introduction/features.rst:250 @@ -456,35 +444,34 @@ msgstr "" #: ../../docs/user/introduction/features.rst:252 msgid "" "In response to unforeseen issues with the rollout of the major \"RC3\" " -"update in June 2014, the Dash development team created a mechanism by " -"which updated code is released to the network, but not immediately made " -"active (\"enforced\"). This innovation allows for far smoother " -"transitions than in the traditional hard fork paradigm, as well as the " -"collection of test data in the live network environment. This process of " -"multi-phased forking was originally to be called \"soft forking\" but the" -" community affectionately dubbed it \"the spork\" and the name stuck." +"update in June 2014, the Dash development team created a mechanism by which " +"updated code is released to the network, but not immediately made active " +"(\"enforced\"). This innovation allows for far smoother transitions than in " +"the traditional hard fork paradigm, as well as the collection of test data " +"in the live network environment. This process of multi-phased forking was " +"originally to be called \"soft forking\" but the community affectionately " +"dubbed it \"the spork\" and the name stuck." msgstr "" #: ../../docs/user/introduction/features.rst:261 msgid "" -"New features or versions of Dash undergo extensive testing on testnet " -"before they are released to the main network. When a new feature or " -"version of Dash is released on mainnet, communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but it is not " -"activated until a sufficient percentage of network participants (usually " -"80%) reach consensus on running it. In the event of errors occurring with" -" the new code, the client’s blocks are not rejected by the network and " -"unintended forks are avoided. Data about the error can then be collected " -"and forwarded to the development team. Once the development team is " -"satisfied with the new code’s stability in the mainnet environment – and " -"once acceptable network consensus is attained – enforcement of the " -"updated code can be activated remotely by multiple members of the core " -"development team signing a network message together with their respective" -" private keys. Should problems arise, the code can be deactivated in the " -"same manner, without the need for a network-wide rollback or client " -"update. For technical details on individual sporks, see :ref:`here " -"`." +"New features or versions of Dash undergo extensive testing on testnet before" +" they are released to the main network. When a new feature or version of " +"Dash is released on mainnet, communication is sent out to users informing " +"them of the change and the need for them to update their clients. Those who " +"update their clients run the new code, but it is not activated until a " +"sufficient percentage of network participants (usually 80%) reach consensus " +"on running it. In the event of errors occurring with the new code, the " +"client’s blocks are not rejected by the network and unintended forks are " +"avoided. Data about the error can then be collected and forwarded to the " +"development team. Once the development team is satisfied with the new code’s" +" stability in the mainnet environment – and once acceptable network " +"consensus is attained – enforcement of the updated code can be activated " +"remotely by multiple members of the core development team signing a network " +"message together with their respective private keys. Should problems arise, " +"the code can be deactivated in the same manner, without the need for a " +"network-wide rollback or client update. For technical details on individual " +"sporks, see :ref:`here `." msgstr "" #: ../../docs/user/introduction/features.rst:284 @@ -493,38 +480,36 @@ msgstr "" #: ../../docs/user/introduction/features.rst:286 msgid "" -"X11 is a widely used hashing algorithm created by Dash core developer " -"Evan Duffield. X11’s chained hashing algorithm utilizes a sequence of " -"eleven scientific hashing algorithms for the proof-of-work. This is so " -"that the processing distribution is fair and coins will be distributed in" -" much the same way Bitcoin’s were originally. X11 was intended to make " -"ASICs much more difficult to create, thus giving the currency plenty of " -"time to develop before mining centralization became a threat. This " -"approach was largely successful; as of early 2016, ASICs for X11 now " -"exist and comprise a significant portion of the network hashrate, but " -"have not resulted in the level of centralization present in Bitcoin. " -"Information on mining with X11 can be found in the :ref:`Mining `" -" section of this documentation." +"X11 is a widely used hashing algorithm created by Dash core developer Evan " +"Duffield. X11’s chained hashing algorithm utilizes a sequence of eleven " +"scientific hashing algorithms for the proof-of-work. This is so that the " +"processing distribution is fair and coins will be distributed in much the " +"same way Bitcoin’s were originally. X11 was intended to make ASICs much more" +" difficult to create, thus giving the currency plenty of time to develop " +"before mining centralization became a threat. This approach was largely " +"successful; as of early 2016, ASICs for X11 now exist and comprise a " +"significant portion of the network hashrate, but have not resulted in the " +"level of centralization present in Bitcoin. Information on mining with X11 " +"can be found in the :ref:`Mining ` section of this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:299 msgid "" -"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was" -" introduced in Dash (launched January 2014 as \"Xcoin\"). It was " -"partially inspired by the chained-hashing approach of Quark, adding " -"further \"depth\" and complexity by increasing the number of hashes, yet " -"it differs from Quark in that the rounds of hashes are determined *a " -"priori* instead of having some hashes being randomly picked." +"X11 is the name of the chained proof-of-work (**PoW**) algorithm that was " +"introduced in Dash (launched January 2014 as \"Xcoin\"). It was partially " +"inspired by the chained-hashing approach of Quark, adding further \"depth\" " +"and complexity by increasing the number of hashes, yet it differs from Quark" +" in that the rounds of hashes are determined *a priori* instead of having " +"some hashes being randomly picked." msgstr "" #: ../../docs/user/introduction/features.rst:306 msgid "" -"The X11 algorithm uses multiple rounds of 11 different hashes (blake, " -"bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), " -"thus making it one of the safest and more sophisticated cryptographic " -"hashes in use by modern cryptocurrencies. The name X11 is not related to " -"the open source X11 windowing system common on UNIX-like operating " -"systems." +"The X11 algorithm uses multiple rounds of 11 different hashes (blake, bmw, " +"groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo), thus " +"making it one of the safest and more sophisticated cryptographic hashes in " +"use by modern cryptocurrencies. The name X11 is not related to the open " +"source X11 windowing system common on UNIX-like operating systems." msgstr "" #: ../../docs/user/introduction/features.rst:314 @@ -536,40 +521,40 @@ msgid "" "The increased complexity and sophistication of the chained algorithm " "provides enhanced levels of security and less uncertainty for a digital " "currency, compared to single-hash PoW solutions that are not protected " -"against security risks like SPOF (Single Point Of Failure). For example, " -"a possible but not probable computing breakthrough that \"breaks\" the " -"SHA256 hash could jeopardize the entire Bitcoin network until the network" -" shifts through a hard fork to another cryptographic hash." +"against security risks like SPOF (Single Point Of Failure). For example, a " +"possible but not probable computing breakthrough that \"breaks\" the SHA256 " +"hash could jeopardize the entire Bitcoin network until the network shifts " +"through a hard fork to another cryptographic hash." msgstr "" #: ../../docs/user/introduction/features.rst:324 msgid "" -"In the event of a similar computing breakthrough, a digital currency " -"using the X11 PoW would continue to function securely unless all 11 " -"hashes were broken simultaneously. Even if some of the 11 hashes were to " -"prove unreliable, there would be adequate warning for a currency using " -"X11 to take measures and replace the problematic hashes with other more " -"reliable hashing algorithms." +"In the event of a similar computing breakthrough, a digital currency using " +"the X11 PoW would continue to function securely unless all 11 hashes were " +"broken simultaneously. Even if some of the 11 hashes were to prove " +"unreliable, there would be adequate warning for a currency using X11 to take" +" measures and replace the problematic hashes with other more reliable " +"hashing algorithms." msgstr "" #: ../../docs/user/introduction/features.rst:331 msgid "" "Given the speculative nature of digital currencies and their inherent " "uncertainties as a new field, the X11 algorithm can provide increased " -"confidence for its users and potential investors that single-hash " -"approaches cannot. Chained hashing solutions, like X11, provide increased" -" safety and longevity for store of wealth purposes, investment " -"diversification and hedging against risks associated with single-hash " -"currencies plagued by SPOF (Single Point Of Failure)." +"confidence for its users and potential investors that single-hash approaches" +" cannot. Chained hashing solutions, like X11, provide increased safety and " +"longevity for store of wealth purposes, investment diversification and " +"hedging against risks associated with single-hash currencies plagued by SPOF" +" (Single Point Of Failure)." msgstr "" #: ../../docs/user/introduction/features.rst:339 msgid "" "Evan Duffield, the creator of Dash and X11 chained-hash, has written on " -"several occasions that X11 was integrated into Dash not with the " -"intention to prevent ASIC manufacturers from creating ASICs for X11 in " -"the future, but rather to provide a similar migratory path that Bitcoin " -"had (CPUs, GPUs, ASICs)." +"several occasions that X11 was integrated into Dash not with the intention " +"to prevent ASIC manufacturers from creating ASICs for X11 in the future, but" +" rather to provide a similar migratory path that Bitcoin had (CPUs, GPUs, " +"ASICs)." msgstr "" #: ../../docs/user/introduction/features.rst:349 @@ -579,15 +564,15 @@ msgstr "" #: ../../docs/user/introduction/features.rst:351 msgid "" "**DGW** or *Dark Gravity Wave* is an open source difficulty-adjusting " -"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash " -"and has since appeared in other digital currencies. DGW was authored by " -"Evan Duffield, the developer and creator of Dash, as a response to a " -"time-warp exploit found in *Kimoto's Gravity Well*. In concept, DGW is " -"similar to the Kimoto Gravity Well, adjusting the difficulty levels every" -" block (instead of every 2016 blocks like Bitcoin) based on statistical " -"data from recently found blocks. This makes it possible to issue blocks " -"with relatively consistent times, even if the hashing power experiences " -"high fluctuations, without suffering from the time-warp exploit." +"algorithm for Bitcoin-based cryptocurrencies that was first used in Dash and" +" has since appeared in other digital currencies. DGW was authored by Evan " +"Duffield, the developer and creator of Dash, as a response to a time-warp " +"exploit found in *Kimoto's Gravity Well*. In concept, DGW is similar to the " +"Kimoto Gravity Well, adjusting the difficulty levels every block (instead of" +" every 2016 blocks like Bitcoin) based on statistical data from recently " +"found blocks. This makes it possible to issue blocks with relatively " +"consistent times, even if the hashing power experiences high fluctuations, " +"without suffering from the time-warp exploit." msgstr "" #: ../../docs/user/introduction/features.rst:363 @@ -598,10 +583,10 @@ msgstr "" #: ../../docs/user/introduction/features.rst:366 msgid "" -"Version 3.0 was implemented on May 14 of 2014 to further improve " -"difficulty re-targeting with smoother transitions. It also fixes issues " -"with various architectures that had different levels of floating-point " -"accuracy through the use of integers." +"Version 3.0 was implemented on May 14 of 2014 to further improve difficulty " +"re-targeting with smoother transitions. It also fixes issues with various " +"architectures that had different levels of floating-point accuracy through " +"the use of integers." msgstr "" #: ../../docs/user/introduction/features.rst:375 @@ -612,28 +597,26 @@ msgstr "" msgid "" "Cryptocurrencies such as Dash and Bitcoin are created through a " "cryptographically difficult process known as mining. Mining involves " -"repeatedly solving :ref:`hash algorithms ` until a " -"valid solution for the current :ref:`mining difficulty ` is discovered. Once discovered, the miner is permitted to create " -"new units of the currency. This is known as the block reward. To ensure " -"that the currency is not subject to endless inflation, the block reward " -"is reduced at regular intervals, as `shown in this calculation " -"`_. " -"Graphing this data results in a curve showing total coins in circulation," -" known as the coin emission rate." +"repeatedly solving :ref:`hash algorithms ` until a valid" +" solution for the current :ref:`mining difficulty ` is " +"discovered. Once discovered, the miner is permitted to create new units of " +"the currency. This is known as the block reward. To ensure that the currency" +" is not subject to endless inflation, the block reward is reduced at regular" +" intervals, as `shown in this calculation " +"`_. Graphing this data results in a curve " +"showing total coins in circulation, known as the coin emission rate." msgstr "" #: ../../docs/user/introduction/features.rst:390 -#, python-format msgid "" -"While Dash is based on Bitcoin, it significantly modifies the coin " -"emission rate to offer a smoother reduction in coin emission over time. " -"While Bitcoin reduces the coin emission rate by 50% every 4 years, Dash " -"reduces the emission by one-fourteenth (approx. 7.14%) every 210240 " -"blocks (approx. 383.25 days). It can be seen that reducing the block " -"reward by a smaller amount each year offers a smoother transition to a " -"fee-based economy than Bitcoin." +"While Dash is based on Bitcoin, it significantly modifies the coin emission " +"rate to offer a smoother reduction in coin emission over time. While Bitcoin" +" reduces the coin emission rate by 50% every 4 years, Dash reduces the " +"emission by one-fourteenth (approx. 7.14%) every 210240 blocks (approx. " +"383.25 days). It can be seen that reducing the block reward by a smaller " +"amount each year offers a smoother transition to a fee-based economy than " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/features.rst:401 @@ -645,28 +628,27 @@ msgid "Total coin emission" msgstr "" #: ../../docs/user/introduction/features.rst:407 -#, python-format msgid "" "`Bitcoin's total coin emission `_ " -"can be calculated as the sum of a geometric series, with the total " -"emission approaching (but never reaching) 21,000,000 BTC. This will " -"continue until 2140, but the mining reward reduces so quickly that 99% of" -" all bitcoin will be in circulation by 2036, and 99.9% by 2048." +"2tR_9WrY0Hj4AQLoJYj9EDBzfA38XIVLQSOOOVePNm0/pubhtml?gid=0&single=true>`_ can" +" be calculated as the sum of a geometric series, with the total emission " +"approaching (but never reaching) 21,000,000 BTC. This will continue until " +"2140, but the mining reward reduces so quickly that 99% of all bitcoin will " +"be in circulation by 2036, and 99.9% by 2048." msgstr "" #: ../../docs/user/introduction/features.rst:414 msgid "" "`Dash's total coin emission `_ is " -"also the sum of a geometric series, but the ultimate total coin emission " -"is uncertain because it cannot be known how much of the 10% block reward " -"reserved for budget proposals will actually be allocated, since this " -"depends on future voting behavior. Dash will continue to emit coins for " +"/1JUK4Iy8pjTzQ3Fvc-iV15n2qn19fmiJhnKDDSxebbAA/edit#gid=205877544>`_ is also " +"the sum of a geometric series, but the ultimate total coin emission is " +"uncertain because it cannot be known how much of the 10% block reward " +"reserved for budget proposals will actually be allocated, since this depends" +" on future voting behavior. Dash will continue to emit coins for " "approximately 192 years before a full year of mining creates less than 1 " -"DASH. After 2209 only 14 more DASH will be created. The last DASH will " -"take 231 years to be generated, starting in 2246 and ending when emission" -" completely stops in 2477. Based on these numbers, a maximum and minimum " +"DASH. After 2209 only 14 more DASH will be created. The last DASH will take " +"231 years to be generated, starting in 2246 and ending when emission " +"completely stops in 2477. Based on these numbers, a maximum and minimum " "possible coin supply in the year 2254 can be calculated to be between:" msgstr "" @@ -691,20 +673,18 @@ msgid "Block reward allocation" msgstr "" #: ../../docs/user/introduction/features.rst:436 -#, python-format msgid "" "Unlike Bitcoin, which allocates 100% of the block reward to miners, Dash " -"holds back 10% of the block reward for use in the decentralized " -":ref:`budget system `. The remainder of the " -"block reward, as well as any transaction fees, is split between the " -":ref:`miner ` and a :ref:`masternode `, which is " -"deterministically selected according to the :ref:`payment logic `. Dash features superblocks, which appear every 16616 blocks " -"(approx. 30.29 days) and can release up to 10% of the cumulative budget " -"held back over that :ref:`budget cycle period ` to the " -"winning proposals in the budget system. Depending on budget utilization, " -"this results in an approximate coin reward allocation over a budget cycle" -" as follows:" +"holds back 10% of the block reward for use in the decentralized :ref:`budget" +" system `. The remainder of the block reward, as " +"well as any transaction fees, is split between the :ref:`miner ` and" +" a :ref:`masternode `, which is deterministically selected " +"according to the :ref:`payment logic `. Dash features " +"superblocks, which appear every 16616 blocks (approx. 30.29 days) and can " +"release up to 10% of the cumulative budget held back over that :ref:`budget " +"cycle period ` to the winning proposals in the budget system." +" Depending on budget utilization, this results in an approximate coin reward" +" allocation over a budget cycle as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:450 @@ -726,19 +706,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:455 msgid "" "On 13 August 2020, the Dash network approved a `proposal " -"`__ to modify the block reward allocation from 50/50 between " -"miners and masternodes to 40/60, respectively. The incremental " -"reallocation adjusts the percentage share every three superblock cycles." +"`__ " +"to modify the block reward allocation from 50/50 between miners and " +"masternodes to 40/60, respectively. The incremental reallocation adjusts the" +" percentage share every three superblock cycles." msgstr "" #: ../../docs/user/introduction/features.rst:463 msgid "" -"The following table shows the incremental reallocation process and " -"indicates the current reallocation date. Reward reallocation changes " -"began at the first superblock following activation and now occur every " -"three superblock cycles (approximately once per quarter) until the " -"reallocation is complete." +"The following table shows the incremental reallocation process and indicates" +" the current reallocation date. Reward reallocation changes began at the " +"first superblock following activation and now occur every three superblock " +"cycles (approximately once per quarter) until the reallocation is complete." msgstr "" #: ../../docs/user/introduction/features.rst:469 @@ -946,9 +925,8 @@ msgid "2022-11-25" msgstr "" #: ../../docs/user/introduction/features.rst:491 -#, fuzzy msgid "10" -msgstr "10%" +msgstr "10" #: ../../docs/user/introduction/features.rst:491 msgid "42.8" @@ -1124,13 +1102,12 @@ msgstr "" #: ../../docs/user/introduction/features.rst:512 msgid "" -"This documentation is based on calculations and posts by moocowmoo. " -"Please see `this reddit post `_ for more details, or run" -" your own `emission calculations using this tool " -"`_. See `this " -"site `_ for live data on current network " -"statistics." +"This documentation is based on calculations and posts by moocowmoo. Please " +"see `this reddit post `_ for more details, or run " +"your own `emission calculations using this tool " +"`_. See `this site " +"`_ for live data on current network statistics." msgstr "" #: ../../docs/user/introduction/features.rst:523 @@ -1139,43 +1116,40 @@ msgstr "" #: ../../docs/user/introduction/features.rst:525 msgid "" -"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to " -"solve two important problems in cryptocurrency: governance and funding. " -"Governance in a decentralized project is difficult, because by definition" -" there are no central authorities to make decisions for the project. In " -"Dash, such decisions are made by the Decentralized Autonomous " -"Organization (DAO). The DAO allows each masternode to vote once " -"(yes/no/abstain) for each proposal. If a proposal passes, it can then be " -"implemented (or not) by Dash's developers. A key example is early in " -"2016, when Dash's Core Team submitted a proposal to the network asking " -"whether the blocksize should be increased to 2 MB. Within 24 hours, " -"consensus had been reached to approve this change. Compare this to " -"Bitcoin, where debate on the blocksize has been raging for nearly three " -"years." +"Decentralized Governance by Blockchain, or DGBB, is Dash's attempt to solve " +"two important problems in cryptocurrency: governance and funding. Governance" +" in a decentralized project is difficult, because by definition there are no" +" central authorities to make decisions for the project. In Dash, such " +"decisions are made by the Decentralized Autonomous Organization (DAO). The " +"DAO allows each masternode to vote once (yes/no/abstain) for each proposal. " +"If a proposal passes, it can then be implemented (or not) by Dash's " +"developers. A key example is early in 2016, when Dash's Core Team submitted " +"a proposal to the network asking whether the blocksize should be increased " +"to 2 MB. Within 24 hours, consensus had been reached to approve this change." +" Compare this to Bitcoin, where debate on the blocksize has been raging for " +"nearly three years." msgstr "" #: ../../docs/user/introduction/features.rst:538 -#, python-format -msgid "" -"DAO also provides a means for Dash to fund its own development. While " -"other projects have to depend on donations or premined endowments, Dash " -"uses 10% of the block reward to fund its own development. Every time a " -"block is mined, 90% of the reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while the remaining 10% is not created until the end of " -"the month. During the month, anybody can make a budget proposal to the " -"network. If that proposal receives net approval of at least 10% of the " -"masternode network, then at the end of the month a series of " -"\"superblocks\" will be created. At that time, the block rewards that " -"were not paid out (10% of each block) will be used to fund approved " -"proposals. The network thus funds itself by reserving 10% of the block " -"reward for budget projects." +msgid "" +"DAO also provides a means for Dash to fund its own development. While other " +"projects have to depend on donations or premined endowments, Dash uses 10% " +"of the block reward to fund its own development. Every time a block is " +"mined, 90% of the reward is split between the miner and a masternode per the" +" distribution found :ref:`here `, while the " +"remaining 10% is not created until the end of the month. During the month, " +"anybody can make a budget proposal to the network. If that proposal receives" +" net approval of at least 10% of the masternode network, then at the end of " +"the month a series of \"superblocks\" will be created. At that time, the " +"block rewards that were not paid out (10% of each block) will be used to " +"fund approved proposals. The network thus funds itself by reserving 10% of " +"the block reward for budget projects." msgstr "" #: ../../docs/user/introduction/features.rst:552 msgid "" -"You can read more about Dash governance in the :ref:`governance` section " -"of this documentation." +"You can read more about Dash governance in the :ref:`governance` section of " +"this documentation." msgstr "" #: ../../docs/user/introduction/features.rst:559 @@ -1184,19 +1158,18 @@ msgstr "" #: ../../docs/user/introduction/features.rst:561 msgid "" -"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for " -"persisting, processing and automating Dash governance objects and tasks. " -"Sentinel is implemented as a Python application that binds to a local " -"version dashd instance on each Dash masternode." +"Introduced in Dash 0.12.1, Sentinel is an autonomous agent for persisting, " +"processing and automating Dash governance objects and tasks. Sentinel is " +"implemented as a Python application that binds to a local version dashd " +"instance on each Dash masternode." msgstr "" #: ../../docs/user/introduction/features.rst:566 msgid "" -"A Governance Object (or \"govObject\") is a generic structure introduced " -"in Dash 0.12.1 to allow for the creation of Budget Proposals and " -"Triggers. Class inheritance has been utilized to extend this generic " -"object into a \"Proposal\" object to supplant the current Dash budget " -"system." +"A Governance Object (or \"govObject\") is a generic structure introduced in " +"Dash 0.12.1 to allow for the creation of Budget Proposals and Triggers. " +"Class inheritance has been utilized to extend this generic object into a " +"\"Proposal\" object to supplant the current Dash budget system." msgstr "" #: ../../docs/user/introduction/features.rst:575 @@ -1209,35 +1182,34 @@ msgstr "" #: ../../docs/user/introduction/features.rst:583 msgid "" -"Transactions on the Dash network are recorded in blocks on the " -"blockchain. The size of each transaction is measured in bytes, but there " -"is not necessarily a correlation between high value transactions and the " -"number of bytes required to process the transaction. Instead, transaction" -" size is affected by how many input and output addresses are involved, " -"since more data must be written in the block to store this information. " -"Each new block is generated by a miner, who is paid for completing the " -"work to generate the block with a block reward. In order to prevent the " -"network from being filled with spam transactions, the size of each block " -"is artificially limited. As transaction volume increases, the space in " -"each block becomes a scarce commodity. Because miners are not obliged to " -"include any transaction in the blocks they produce, once blocks are full," -" a voluntary transaction fee can be included as an incentive to the miner" -" to process the transaction. Most wallets include a small fee by default," -" although some miners will process transactions even if no fee is " -"included." +"Transactions on the Dash network are recorded in blocks on the blockchain. " +"The size of each transaction is measured in bytes, but there is not " +"necessarily a correlation between high value transactions and the number of " +"bytes required to process the transaction. Instead, transaction size is " +"affected by how many input and output addresses are involved, since more " +"data must be written in the block to store this information. Each new block " +"is generated by a miner, who is paid for completing the work to generate the" +" block with a block reward. In order to prevent the network from being " +"filled with spam transactions, the size of each block is artificially " +"limited. As transaction volume increases, the space in each block becomes a " +"scarce commodity. Because miners are not obliged to include any transaction " +"in the blocks they produce, once blocks are full, a voluntary transaction " +"fee can be included as an incentive to the miner to process the transaction." +" Most wallets include a small fee by default, although some miners will " +"process transactions even if no fee is included." msgstr "" #: ../../docs/user/introduction/features.rst:600 msgid "" -"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous" -" reduction of fees by a factor of 10, while the block size was increased " -"from 1MB to 2MB to promote continued growth of low-cost transactions even" -" as the cost of Dash rises. Dash 0.13.0.0 introduced InstantSend " -"autolocks, which caused masternodes to automatically attempt to lock any " -"transaction with 4 or fewer inputs — which are referred to as “simple” " -"transactions — and removed the additional fee for InstantSend. 0.14.0.0 " -"then removed the limitation on 4 inputs, so the network will attempt to " -"lock all transactions. The current fee schedule for Dash is as follows:" +"The release of Dash 0.12.2.0 and activation of DIP0001 saw a simultaneous " +"reduction of fees by a factor of 10, while the block size was increased from" +" 1MB to 2MB to promote continued growth of low-cost transactions even as the" +" cost of Dash rises. Dash 0.13.0.0 introduced InstantSend autolocks, which " +"caused masternodes to automatically attempt to lock any transaction with 4 " +"or fewer inputs — which are referred to as “simple” transactions — and " +"removed the additional fee for InstantSend. 0.14.0.0 then removed the " +"limitation on 4 inputs, so the network will attempt to lock all " +"transactions. The current fee schedule for Dash is as follows:" msgstr "" #: ../../docs/user/introduction/features.rst:612 @@ -1275,29 +1247,29 @@ msgstr "" #: ../../docs/user/introduction/features.rst:619 msgid "" "As an example, a standard and relatively simple transaction on the Dash " -"network with one input, one output and a possible change address " -"typically fits in the range of 200 - 400 bytes. Assuming a price of " -"US$100 per DASH, the fee falls in the range of $0.0002 - $0.0004, or " -"1/50th of a cent. InstantSend locking will be attempted on all " -"transactions without any extra charge." +"network with one input, one output and a possible change address typically " +"fits in the range of 200 - 400 bytes. Assuming a price of US$100 per DASH, " +"the fee falls in the range of $0.0002 - $0.0004, or 1/50th of a cent. " +"InstantSend locking will be attempted on all transactions without any extra " +"charge." msgstr "" #: ../../docs/user/introduction/features.rst:626 msgid "" ":ref:`CoinJoin` works by creating denominations of 10, 1, 0.1, 0.01 and " -"0.001 DASH and then creating CoinJoin transactions with other users using" -" these denominations. Creation of the denominations is charged at the " -"default fee for a standard transaction. Using CoinJoin is free, but to " -"prevent spam attacks, an average of one in ten CoinJoin transactions are " -"charged a fee of 0.0001 DASH. Spending denominated inputs using CoinJoin " -"incurs the usual standard fees, but to avoid creating a potentially " -"identifiable change address, the fee is always rounded up to the lowest " -"possible denomination. This is typically 0.001 DASH, so it is important " -"to deduct the fee from the amount being sent if possible to minimise " -"fees. Combining InstantSend and CoinJoin may be expensive due to this " -"requirement and the fact that a CoinJoin transaction may require several " -"inputs, while InstantSend charges a fee of 0.0001 DASH per input. Always " -"check your fees before sending a transaction." +"0.001 DASH and then creating CoinJoin transactions with other users using " +"these denominations. Creation of the denominations is charged at the default" +" fee for a standard transaction. Using CoinJoin is free, but to prevent spam" +" attacks, an average of one in ten CoinJoin transactions are charged a fee " +"of 0.0001 DASH. Spending denominated inputs using CoinJoin incurs the usual " +"standard fees, but to avoid creating a potentially identifiable change " +"address, the fee is always rounded up to the lowest possible denomination. " +"This is typically 0.001 DASH, so it is important to deduct the fee from the " +"amount being sent if possible to minimise fees. Combining InstantSend and " +"CoinJoin may be expensive due to this requirement and the fact that a " +"CoinJoin transaction may require several inputs, while InstantSend charges a" +" fee of 0.0001 DASH per input. Always check your fees before sending a " +"transaction." msgstr "" #: ../../docs/user/introduction/features.rst:645 @@ -1307,52 +1279,51 @@ msgstr "" #: ../../docs/user/introduction/features.rst:647 msgid "" "`Dash Evolution `_ is the code name for a " -"decentralized platform built on Dash blockchain technology. The goal is " -"to provide simple access to the unique features and benefits of Dash to " -"assist in the creation of decentralized technology. Dash introduces a " -"tiered network design, which allows users to do various jobs for the " -"network, along with decentralized API access and a decentralized file " -"system." +"decentralized platform built on Dash blockchain technology. The goal is to " +"provide simple access to the unique features and benefits of Dash to assist " +"in the creation of decentralized technology. Dash introduces a tiered " +"network design, which allows users to do various jobs for the network, along" +" with decentralized API access and a decentralized file system." msgstr "" #: ../../docs/user/introduction/features.rst:655 msgid "" -"Dash Evolution will be released in stages. Dash Core releases 0.12.1 " -"through to 0.12.3 lay the groundwork for the decentralized features " -"behind the scenes. Version 0.13 introduces the foundation of Evolution, " -"specifically `DIP2 Special Transactions " +"Dash Evolution will be released in stages. Dash Core releases 0.12.1 through" +" to 0.12.3 lay the groundwork for the decentralized features behind the " +"scenes. Version 0.13 introduces the foundation of Evolution, specifically " +"`DIP2 Special Transactions " "`__ and `DIP3 " "Deterministic Masternode Lists " -"`__. Version " -"0.14 establishes `DIP6 Long Living Masternode Quorums " -"`__. Expected in" -" late 2019, Dash Core 1.0 will introduce key Evolution features such as " -"username-based payments, the world's first decentralized API (DAPI) and a" -" decentralized data storage system (Drive) based on IPFS." +"`__. Version 0.14 " +"establishes `DIP6 Long Living Masternode Quorums " +"`__. Expected in " +"late 2019, Dash Core 1.0 will introduce key Evolution features such as " +"username-based payments, the world's first decentralized API (DAPI) and a " +"decentralized data storage system (Drive) based on IPFS." msgstr "" #: ../../docs/user/introduction/features.rst:666 msgid "" -"Included below is our current work on Evolution, that adds many " -"components such as:" +"Included below is our current work on Evolution, that adds many components " +"such as:" msgstr "" #: ../../docs/user/introduction/features.rst:669 msgid "" -"**Drive:** A decentralized shared file system for user data that lives on" -" the second tier network" +"**Drive:** A decentralized shared file system for user data that lives on " +"the second tier network" msgstr "" #: ../../docs/user/introduction/features.rst:671 msgid "" -"**DAPI:** A decentralized API which allows third tier users to access the" -" network securely" +"**DAPI:** A decentralized API which allows third tier users to access the " +"network securely" msgstr "" #: ../../docs/user/introduction/features.rst:673 msgid "" -"**DashPay Decentralized Wallets:** These wallets are light clients " -"connected to the network via DAPI and run on various platforms" +"**DashPay Decentralized Wallets:** These wallets are light clients connected" +" to the network via DAPI and run on various platforms" msgstr "" #: ../../docs/user/introduction/features.rst:675 @@ -1369,8 +1340,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:679 msgid "" -"**Governance:** The second tier is given voting power to govern the " -"currency and chart the course the currency takes" +"**Governance:** The second tier is given voting power to govern the currency" +" and chart the course the currency takes" msgstr "" #: ../../docs/user/introduction/features.rst:681 @@ -1381,8 +1352,8 @@ msgstr "" #: ../../docs/user/introduction/features.rst:684 msgid "" -"**Social Wallet:** We introduce a social wallet, which allows friends " -"lists, grouping of users and shared multisig accounts" +"**Social Wallet:** We introduce a social wallet, which allows friends lists," +" grouping of users and shared multisig accounts" msgstr "" #: ../../docs/user/introduction/features.rst:688 @@ -1397,9 +1368,9 @@ msgstr "" #: ../../docs/user/introduction/features.rst:700 msgid "" -"The following videos featuring Dash Founder Evan Duffield and Head of " -"UI/UX Development Chuck Williams describe the development process and " -"upcoming features of the Dash Evolution platform." +"The following videos featuring Dash Founder Evan Duffield and Head of UI/UX " +"Development Chuck Williams describe the development process and upcoming " +"features of the Dash Evolution platform." msgstr "" #: ../../docs/user/introduction/features.rst:704 @@ -1415,36 +1386,11 @@ msgid "**Evolution Demo #3 - Dashpay User Experience**, 15 May 2018" msgstr "" #: ../../docs/user/introduction/features.rst:728 -msgid "**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" +msgid "" +"**Chuck Williams on Evolution**, Dash Conference London, 14 September 2017" msgstr "" #: ../../docs/user/introduction/features.rst:736 -msgid "**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" +msgid "" +"**Evan Duffield on the Evolution Roadmap**, Dash Force News, 28 June 2017" msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of Masternodes that have been " -#~ "created to host the Dash Platform. " -#~ "An EvoNode is a lot like " -#~ "Masternodes with these differences:" -#~ msgstr "" - -#~ msgid "Lesser than EvoNodes" -#~ msgstr "" - -#~ msgid "10(Current)" -#~ msgstr "" - -#~ msgid "12" -#~ msgstr "12" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 5ab1607e5..9960d3b33 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po index c8c9a8431..2f65169bb 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/information.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" -"Glossary and collection of links to other parts of the Dash ecosystem and" -" network" +"Glossary and collection of links to other parts of the Dash ecosystem and " +"network" msgstr "" -#: ../../docs/user/introduction/information.rst:-1 +#: ../../docs/user/introduction/information.rst-1 msgid "" "dash, cryptocurrency, glossary, links, dao, community, official, github, " "roadmap, chat, discord, facebook, twitter, telegram, social media" @@ -55,14 +54,12 @@ msgid "**User documentation:** https://docs.dash.org" msgstr "**用戶文檔:** https://docs.dash.org" #: ../../docs/user/introduction/information.rst:21 -#, fuzzy msgid "**Dash Core Documentation:** https://docs.dash.org/core" -msgstr "**用戶文檔:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:22 -#, fuzzy msgid "**Dash Platform Documentation:** https://docs.dash.org/platform" -msgstr "**用戶文檔:** https://docs.dash.org" +msgstr "" #: ../../docs/user/introduction/information.rst:23 msgid "**GitHub:** https://github.com/dashpay" @@ -120,7 +117,8 @@ msgid "**Dash Forum**: https://www.dash.org/forum/" msgstr "" #: ../../docs/user/introduction/information.rst:42 -msgid "**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" +msgid "" +"**BitcoinTalk thread:** https://bitcointalk.org/index.php?topic=421615.0" msgstr "" #: ../../docs/user/introduction/information.rst:45 @@ -156,7 +154,8 @@ msgid "**Dash en Español Telegram:** https://t.me/dashpayES" msgstr "" #: ../../docs/user/introduction/information.rst:54 -msgid "**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" +msgid "" +"**Dash Embassy D-A-CH auf Deutsch Telegram:** https://t.me/dashembassydach" msgstr "" #: ../../docs/user/introduction/information.rst:55 @@ -343,8 +342,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:114 msgid "" -"**Dash News En Español (YouTube):** https://www.youtube.com/channel" -"/UCG6Cuh8Q2eUt4NlZu4K-u8g" +"**Dash News En Español (YouTube):** " +"https://www.youtube.com/channel/UCG6Cuh8Q2eUt4NlZu4K-u8g" msgstr "" #: ../../docs/user/introduction/information.rst:115 @@ -395,12 +394,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:142 msgid "" -"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-" -"dash-coin" +"**Crypto-city.com page:** https://www.crypto-city.com/index.php/dash-dash-" +"coin" msgstr "" #: ../../docs/user/introduction/information.rst:143 -msgid "**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" +msgid "" +"**Bitco.in forum:** https://bitco.in/forum/threads/dash-digitalcash.891" msgstr "" #: ../../docs/user/introduction/information.rst:147 @@ -440,9 +440,8 @@ msgid "https://live.blockcypher.com/dash/" msgstr "https://live.blockcypher.com/dash/" #: ../../docs/user/introduction/information.rst:159 -#, fuzzy msgid "https://dash.tokenview.io" -msgstr "https://dashvotetracker.com" +msgstr "" #: ../../docs/user/introduction/information.rst:160 msgid "https://udjinm6.github.io/bitlisten/" @@ -513,9 +512,8 @@ msgid "https://bitinfocharts.com/dash/" msgstr "" #: ../../docs/user/introduction/information.rst:192 -#, fuzzy msgid "https://www.coingecko.com/en/coins/dash" -msgstr "https://www.cryptonator.com/widget" +msgstr "" #: ../../docs/user/introduction/information.rst:196 msgid "Dash Community project" @@ -539,8 +537,7 @@ msgstr "" #: ../../docs/user/introduction/information.rst:206 msgid "" -"**The Hidden Wiki:** " -"`http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " +"**The Hidden Wiki:** `http://zqktlwi4fecvo6ri.onion/wiki/Dash_-_DigitalCash " "`_" msgstr "" @@ -593,7 +590,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:228 -msgid "**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" +msgid "" +"**Edge:** https://play.google.com/store/apps/details?id=co.edgesecure.app" msgstr "" #: ../../docs/user/introduction/information.rst:229 @@ -615,7 +613,8 @@ msgid "" msgstr "" #: ../../docs/user/introduction/information.rst:232 -msgid "**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" +msgid "" +"**Abra:** https://play.google.com/store/apps/details?id=com.plutus.wallet" msgstr "" #: ../../docs/user/introduction/information.rst:233 @@ -640,11 +639,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:246 msgid "" -"A condition in which more than half the computing power on a " -"cryptocurrency network is controlled by a single miner or group of " -"miners. That amount of power theoretically makes them the authority on " -"the network. This means that every client on the network believes the " -"attacker’s hashed transaction block." +"A condition in which more than half the computing power on a cryptocurrency " +"network is controlled by a single miner or group of miners. That amount of " +"power theoretically makes them the authority on the network. This means that" +" every client on the network believes the attacker’s hashed transaction " +"block." msgstr "" #: ../../docs/user/introduction/information.rst:251 @@ -656,8 +655,8 @@ msgid "" "A Dash address is used to :ref:`Send/Receive a Payment ` on the Dash network. It contains a string of alphanumeric " "characters, but can also be represented as a scannable QR code. A Dash " -"address is also the public key in the pair of keys used by Dash holders " -"to digitally sign transactions (see Public key)." +"address is also the public key in the pair of keys used by Dash holders to " +"digitally sign transactions (see Public key)." msgstr "" #: ../../docs/user/introduction/information.rst:258 @@ -667,9 +666,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:260 msgid "" "In mathematics and computer science, an `algorithm " -"`_ is a self-contained step-by-" -"step set of operations to be performed. Algorithms perform calculation, " -"data processing, and/or automated reasoning tasks." +"`_ is a self-contained step-by-step" +" set of operations to be performed. Algorithms perform calculation, data " +"processing, and/or automated reasoning tasks." msgstr "" #: ../../docs/user/introduction/information.rst:264 @@ -690,9 +689,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:271 msgid "" "Anti-Money Laundering techniques are used to stop people from making " -"illegally obtained funds appear as though they have been earned legally. " -"AML mechanisms can be legal or technical in nature. Regulators frequently" -" apply AML techniques to Dash exchanges." +"illegally obtained funds appear as though they have been earned legally. AML" +" mechanisms can be legal or technical in nature. Regulators frequently apply" +" AML techniques to Dash exchanges." msgstr "" #: ../../docs/user/introduction/information.rst:275 @@ -702,19 +701,18 @@ msgstr "" #: ../../docs/user/introduction/information.rst:277 msgid "" "In computer programming, an `application programming interface (API) " -"`_ is a " -"set of routines, protocols, and tools for building software and " -"applications." +"`_ is a set" +" of routines, protocols, and tools for building software and applications." msgstr "" #: ../../docs/user/introduction/information.rst:282 msgid "" -"An API expresses a software component in terms of its operations, inputs," -" outputs, and underlying types, defining functionalities that are " -"independent of their respective implementations, which allows definitions" -" and implementations to vary without compromising the interface. A good " -"API makes it easier to develop a program by providing all the building " -"blocks, which are then put together by the programmer." +"An API expresses a software component in terms of its operations, inputs, " +"outputs, and underlying types, defining functionalities that are independent" +" of their respective implementations, which allows definitions and " +"implementations to vary without compromising the interface. A good API makes" +" it easier to develop a program by providing all the building blocks, which " +"are then put together by the programmer." msgstr "" #: ../../docs/user/introduction/information.rst:289 @@ -723,11 +721,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:291 msgid "" -"An application-specific integrated circuit (ASIC), is an integrated " -"circuit (IC) customized for a particular use, rather than intended for " -"general-purpose use. For example, a chip designed to run in a digital " -"voice recorder or for :ref:`high-efficiency Dash mining ` is" -" an ASIC." +"An application-specific integrated circuit (ASIC), is an integrated circuit " +"(IC) customized for a particular use, rather than intended for general-" +"purpose use. For example, a chip designed to run in a digital voice recorder" +" or for :ref:`high-efficiency Dash mining ` is an ASIC." msgstr "" #: ../../docs/user/introduction/information.rst:296 @@ -737,9 +734,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:298 msgid "" "A Dash ATM is a physical machine that allows a customer to buy Dash with " -"cash. There are many manufacturers, some of which enable users to sell " -"Dash for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash" -" is supported on several :ref:`ATMs `." +"cash. There are many manufacturers, some of which enable users to sell Dash " +"for cash. They are also sometimes called 'BTMs' or 'Dash AVMS.' Dash is " +"supported on several :ref:`ATMs `." msgstr "" #: ../../docs/user/introduction/information.rst:302 @@ -748,8 +745,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:304 msgid "" -"Backlog generally refers to an accumulation over time of work waiting to " -"be done or orders to be fulfilled." +"Backlog generally refers to an accumulation over time of work waiting to be " +"done or orders to be fulfilled." msgstr "" #: ../../docs/user/introduction/information.rst:306 @@ -758,13 +755,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:308 msgid "" -"The process of making copies of a computer file to ensure its integrity " -"in case of loss, theft, or damage. Dash allows users to :ref:`make backup" -" copies ` of their digital wallets. This protects " -"against losing one's money in the event of a computer crashing or losing " -"one’s mobile device. This would be the equivalent of being able to backup" -" the cash in your wallet, so that if you lost it, you could restore the " -"cash from a backup." +"The process of making copies of a computer file to ensure its integrity in " +"case of loss, theft, or damage. Dash allows users to :ref:`make backup " +"copies ` of their digital wallets. This protects against " +"losing one's money in the event of a computer crashing or losing one’s " +"mobile device. This would be the equivalent of being able to backup the cash" +" in your wallet, so that if you lost it, you could restore the cash from a " +"backup." msgstr "" #: ../../docs/user/introduction/information.rst:315 @@ -774,8 +771,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:317 msgid "" "This is a term explaining the next new level of Bitcoin projects which " -"started as a fork of Bitcoin but extended their code into the next level " -"of Blockchain Projects (Smart Contracts, Decentralised Voting,....)" +"started as a fork of Bitcoin but extended their code into the next level of " +"Blockchain Projects (Smart Contracts, Decentralised Voting,....)" msgstr "" #: ../../docs/user/introduction/information.rst:321 @@ -784,14 +781,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:323 msgid "" -"A `blockchain `_ is" -" a distributed database that maintains a continuously-growing list of " -"data records hardened against tampering and revision. It consists of data" -" structure blocks — which exclusively hold data in initial blockchain " +"A `blockchain `_ is a " +"distributed database that maintains a continuously-growing list of data " +"records hardened against tampering and revision. It consists of data " +"structure blocks — which exclusively hold data in initial blockchain " "implementations, and both data and programs in some of the more recent " -"implementations — with each block holding batches of individual " -"transactions and the results of any blockchain executables. Each block " -"contains a timestamp and information linking it to a previous block." +"implementations — with each block holding batches of individual transactions" +" and the results of any blockchain executables. Each block contains a " +"timestamp and information linking it to a previous block." msgstr "" #: ../../docs/user/introduction/information.rst:332 @@ -803,9 +800,9 @@ msgid "" "Transactions on the Blockchain are collected in \"`blocks " "`_\" which " "record and confirm when and in what sequence transactions enter and are " -"logged in the block chain. Blocks are created by users known as " -"\"miners\" who use specialized software or equipment designed " -"specifically to create blocks." +"logged in the block chain. Blocks are created by users known as \"miners\" " +"who use specialized software or equipment designed specifically to create " +"blocks." msgstr "" #: ../../docs/user/introduction/information.rst:340 @@ -815,11 +812,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:342 msgid "" "Defined in `DIP8 " -"`__, ChainLocks " -"are a method of using an LLMQ to threshold sign a block immediately after" -" it is propogated by the miner in order to enforce the first-seen rule. " -"This is a powerful method of mitigating 51% mining attacks, which are " -"associated with double spending." +"`__, ChainLocks are" +" a method of using an LLMQ to threshold sign a block immediately after it is" +" propogated by the miner in order to enforce the first-seen rule. This is a " +"powerful method of mitigating 51% mining attacks, which are associated with " +"double spending." msgstr "" #: ../../docs/user/introduction/information.rst:348 @@ -828,13 +825,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:350 msgid "" -"Third parties that will store your Dash on their servers for you, so that" -" you can access your funds from any device connected to the internet. If " -"their website is hacked or if their servers are damaged, you run the risk" -" of losing your Dash. Any online wallets should be secured with strong " -"passphrases and 2FA. You cannot make backup copies of your online wallet," -" because you do not have access to the private keys. We do not recommend " -"that you store large quantities of funds in online wallets." +"Third parties that will store your Dash on their servers for you, so that " +"you can access your funds from any device connected to the internet. If " +"their website is hacked or if their servers are damaged, you run the risk of" +" losing your Dash. Any online wallets should be secured with strong " +"passphrases and 2FA. You cannot make backup copies of your online wallet, " +"because you do not have access to the private keys. We do not recommend that" +" you store large quantities of funds in online wallets." msgstr "" #: ../../docs/user/introduction/information.rst:358 @@ -843,9 +840,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:360 msgid "" -"The first transaction in a block. Always created by a miner, it includes " -"a single input which constitutes the block reward. This is split between " -"the miner and a deterministically chosen masternode." +"The first transaction in a block. Always created by a miner, it includes a " +"single input which constitutes the block reward. This is split between the " +"miner and a deterministically chosen masternode." msgstr "" #: ../../docs/user/introduction/information.rst:363 @@ -856,8 +853,8 @@ msgstr "" msgid "" "A method of generating and storing private keys completely offline. One " "could use a desktop or laptop computer disconnected from the internet, a " -"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." +"dedicated hardware wallet, a USB stick, or a :ref:`paper wallet `." msgstr "" #: ../../docs/user/introduction/information.rst:369 @@ -866,11 +863,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:371 msgid "" -"When a Dash transaction is made, a miner must verify that the transaction" -" is valid. When the inputs and outputs are verified, the transaction is " +"When a Dash transaction is made, a miner must verify that the transaction is" +" valid. When the inputs and outputs are verified, the transaction is " "included in a block in the blockchain. The transaction can then be " -"considered complete and irreversible. The confirmation number increases " -"as more blocks are added to the blockchain." +"considered complete and irreversible. The confirmation number increases as " +"more blocks are added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:376 @@ -885,12 +882,12 @@ msgstr "" msgid "" "The number of confirmations for a specific Dash transaction. Zero " "confirmations means that the **transaction is unconfirmed**. One " -"confirmation means that the transaction is included in the latest block " -"in the blockchain. Two confirmations means the transaction is included in" -" two blocks, three confirmations for three blocks, and so on. The " -"probability of a transaction being reversed (double spent) diminishes " -"exponentially with every block and subsequent confirmation. Six " -"confirmations is usually considered \"safe\" and irreversible." +"confirmation means that the transaction is included in the latest block in " +"the blockchain. Two confirmations means the transaction is included in two " +"blocks, three confirmations for three blocks, and so on. The probability of " +"a transaction being reversed (double spent) diminishes exponentially with " +"every block and subsequent confirmation. Six confirmations is usually " +"considered \"safe\" and irreversible." msgstr "" #: ../../docs/user/introduction/information.rst:388 @@ -900,9 +897,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:390 msgid "" "Transactions that are processed by miners and considered irreversible, " -"usually after six confirmations. In the case of InstantSend, funds can be" -" considered irreversible after a few seconds, but must still be written " -"to the blockchain (and thus \"confirmed\")." +"usually after six confirmations. In the case of InstantSend, funds can be " +"considered irreversible after a few seconds, but must still be written to " +"the blockchain (and thus \"confirmed\")." msgstr "" #: ../../docs/user/introduction/information.rst:394 @@ -912,15 +909,15 @@ msgstr "" #: ../../docs/user/introduction/information.rst:396 msgid "" "A `central processing unit (CPU) " -"`_ is the " -"electronic circuitry within a computer that carries out the instructions " -"of a computer program by performing the basic arithmetic, logical, " -"control and input/output (I/O) operations specified by the instructions. " -"The term has been used in the computer industry at least since the early " -"1960s. Traditionally, the term \"CPU\" refers to a processor, more " -"specifically to its processing unit and control unit (CU), distinguishing" -" these core elements of a computer from external components such as main " -"memory and I/O circuitry." +"`_ is the electronic " +"circuitry within a computer that carries out the instructions of a computer " +"program by performing the basic arithmetic, logical, control and " +"input/output (I/O) operations specified by the instructions. The term has " +"been used in the computer industry at least since the early 1960s. " +"Traditionally, the term \"CPU\" refers to a processor, more specifically to " +"its processing unit and control unit (CU), distinguishing these core " +"elements of a computer from external components such as main memory and I/O " +"circuitry." msgstr "" #: ../../docs/user/introduction/information.rst:406 @@ -931,8 +928,8 @@ msgstr "" msgid "" "A `cryptocurrency `_ (or " "crypto currency or crypto-currency) is a medium of exchange using " -"cryptography to secure the transactions and to control the creation of " -"new units." +"cryptography to secure the transactions and to control the creation of new " +"units." msgstr "" #: ../../docs/user/introduction/information.rst:412 @@ -943,16 +940,16 @@ msgstr "" msgid "" "Cryptography or cryptology (from Greek κρυπτός *kryptós*, \"hidden, " "secret\"; and γράφειν *graphein*, \"writing,\" or -λογία *-logia*, " -"\"study,\" respectively) is the practice and study of techniques for " -"secure communication in the presence of third parties called adversaries." -" More generally, cryptography is about constructing and analyzing " -"protocols that prevent third parties or the public from reading private " -"messages; various aspects in information security such as data " -"confidentiality, data integrity, authentication, and non- repudiation are" -" central to modern cryptography. Modern cryptography exists at the " -"intersection of the disciplines of mathematics, computer science, and " -"electrical engineering. Applications of cryptography include ATM cards, " -"computer passwords, and electronic commerce." +"\"study,\" respectively) is the practice and study of techniques for secure " +"communication in the presence of third parties called adversaries. More " +"generally, cryptography is about constructing and analyzing protocols that " +"prevent third parties or the public from reading private messages; various " +"aspects in information security such as data confidentiality, data " +"integrity, authentication, and non- repudiation are central to modern " +"cryptography. Modern cryptography exists at the intersection of the " +"disciplines of mathematics, computer science, and electrical engineering. " +"Applications of cryptography include ATM cards, computer passwords, and " +"electronic commerce." msgstr "" #: ../../docs/user/introduction/information.rst:426 @@ -960,17 +957,16 @@ msgid "DAO" msgstr "" #: ../../docs/user/introduction/information.rst:428 -#, python-format msgid "" -"The development of Dash and the Dash ecosystem is self-funded by the DAO " -"or Decentralized Autonomous Organization. Each time a block is " -"discovered, 90% of the block reward is split between the miner and a " -"masternodes per the distribution found :ref:`here `. 10% is withheld by the network and used to fund projects " -"that are approved by the masternode network. For a fee, anybody can " -"submit a proposal to the network, and will be paid directly by the " -"blockchain if approved by the masternodes. The Budget System is sometimes" -" called the Treasury System; the two terms are interchangeable." +"The development of Dash and the Dash ecosystem is self-funded by the DAO or " +"Decentralized Autonomous Organization. Each time a block is discovered, 90% " +"of the block reward is split between the miner and a masternodes per the " +"distribution found :ref:`here `. 10% is withheld " +"by the network and used to fund projects that are approved by the masternode" +" network. For a fee, anybody can submit a proposal to the network, and will " +"be paid directly by the blockchain if approved by the masternodes. The " +"Budget System is sometimes called the Treasury System; the two terms are " +"interchangeable." msgstr "" #: ../../docs/user/introduction/information.rst:436 @@ -989,8 +985,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:442 msgid "" -"An HTTP Client that connects to DAPI and enables Dash blockchain users to" -" read and write data to their DAP Space." +"An HTTP Client that connects to DAPI and enables Dash blockchain users to " +"read and write data to their DAP Space." msgstr "" #: ../../docs/user/introduction/information.rst:444 @@ -999,8 +995,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:446 msgid "" -"A Dash Schema document extending the Dash System Schema to define " -"consensus data and rules within a DAP contract." +"A Dash Schema document extending the Dash System Schema to define consensus " +"data and rules within a DAP contract." msgstr "" #: ../../docs/user/introduction/information.rst:448 @@ -1009,8 +1005,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:450 msgid "" -"The part of a DAP State that is owned by a specific blockchain user. Data" -" in a DAP Space can only be changed by the owner." +"The part of a DAP State that is owned by a specific blockchain user. Data in" +" a DAP Space can only be changed by the owner." msgstr "" #: ../../docs/user/introduction/information.rst:452 @@ -1029,10 +1025,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:458 msgid "" -"Decentralized Application Programming Interface. See above for a " -"definition of API. DAPI will perform the same functions as an API, but " -"with quorums of masternodes acting as the endpoints for API " -"communication." +"Decentralized Application Programming Interface. See above for a definition " +"of API. DAPI will perform the same functions as an API, but with quorums of " +"masternodes acting as the endpoints for API communication." msgstr "" #: ../../docs/user/introduction/information.rst:462 @@ -1041,12 +1036,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:464 msgid "" -"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar" -" to *Kimoto Gravity Well*, adjusting the difficulty levels every block " -"(instead of every 2016 blocks like Bitcoin) by using statistical data of " -"the last blocks found. In this way block issuing times can remain " -"consistent despite fluctuations in hashpower. However it doesn't suffer " -"from the time-warp exploit." +"In concept, :ref:`Dark Gravity Wave (DGW) ` is similar to" +" *Kimoto Gravity Well*, adjusting the difficulty levels every block (instead" +" of every 2016 blocks like Bitcoin) by using statistical data of the last " +"blocks found. In this way block issuing times can remain consistent despite " +"fluctuations in hashpower. However it doesn't suffer from the time-warp " +"exploit." msgstr "" #: ../../docs/user/introduction/information.rst:470 @@ -1065,14 +1060,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:476 msgid "" -"Originally launched as Xcoin and later renamed to Darkcoin, the currency " -"was later renamed \"Dash\" to avoid association with the darknet markets." -" Dash is a portmanteau of \"Digital Cash.\" Dash is an open source peer-" -"to- peer cryptocurrency that solves many of Bitcoin's problems. Dash's " -"features include InstantSend, CoinJoin, a Decentralized Autonomous " -"Organization (DAO), a 2nd tier network (referred to as the masternode " -"network). See the :ref:`Features ` page for a full list of " -"Dash's features." +"Originally launched as Xcoin and later renamed to Darkcoin, the currency was" +" later renamed \"Dash\" to avoid association with the darknet markets. Dash " +"is a portmanteau of \"Digital Cash.\" Dash is an open source peer-to- peer " +"cryptocurrency that solves many of Bitcoin's problems. Dash's features " +"include InstantSend, CoinJoin, a Decentralized Autonomous Organization " +"(DAO), a 2nd tier network (referred to as the masternode network). See the " +":ref:`Features ` page for a full list of Dash's features." msgstr "" #: ../../docs/user/introduction/information.rst:484 @@ -1081,9 +1075,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:486 msgid "" -"Dash network data storage backend service used by masternodes for off-" -"chain data relating to Evolution. DashDrive implements `IPFS " -"`_, a type of distributed file storage system." +"Dash network data storage backend service used by masternodes for off-chain " +"data relating to Evolution. DashDrive implements `IPFS `_, " +"a type of distributed file storage system." msgstr "" #: ../../docs/user/introduction/information.rst:489 @@ -1092,12 +1086,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:491 msgid "" -"Dash clients are software programs used to interface with the Dash " -"network. They store the private keys needed to conduct Dash transactions " -"as well as a copy of the entire blockchain. A Dash client connects to the" -" Dash network and becomes a node in the network. A node shares and " -"propagates new transactions with the rest of the network, creating a " -"robust decentralized infrastructure." +"Dash clients are software programs used to interface with the Dash network. " +"They store the private keys needed to conduct Dash transactions as well as a" +" copy of the entire blockchain. A Dash client connects to the Dash network " +"and becomes a node in the network. A node shares and propagates new " +"transactions with the rest of the network, creating a robust decentralized " +"infrastructure." msgstr "" #: ../../docs/user/introduction/information.rst:497 @@ -1106,11 +1100,11 @@ msgstr "達世幣核心錢包" #: ../../docs/user/introduction/information.rst:499 msgid "" -"The :ref:`Dash Core Wallet ` (known also as the QT " -"wallet) is the \"official\" Dash wallet that is compiled by the Dash Core" -" Team and allows both InstantSend and CoinJoin. The DashCore wallet will " -"download the entire blockchain and serve it over the internet to any " -"peers who request it." +"The :ref:`Dash Core Wallet ` (known also as the QT wallet)" +" is the \"official\" Dash wallet that is compiled by the Dash Core Team and " +"allows both InstantSend and CoinJoin. The DashCore wallet will download the " +"entire blockchain and serve it over the internet to any peers who request " +"it." msgstr "" #: ../../docs/user/introduction/information.rst:504 @@ -1120,8 +1114,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:506 msgid "" "This is a 3 tier network Dash developers are presently building. It will " -"make Dash as easy to use as PayPal, while still remaining decentralized. " -"See the :ref:`Evolution ` page for more information." +"make Dash as easy to use as PayPal, while still remaining decentralized. See" +" the :ref:`Evolution ` page for more information." msgstr "" #: ../../docs/user/introduction/information.rst:510 @@ -1130,8 +1124,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:512 msgid "" -"A JSON-based language specification for defining and validating consensus" -" data in Evolution." +"A JSON-based language specification for defining and validating consensus " +"data in Evolution." msgstr "" #: ../../docs/user/introduction/information.rst:514 @@ -1140,12 +1134,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:516 msgid "" -"A distributed denial of service attack uses large numbers of computers " -"under an attacker’s control to drain the resources of a central target. " -"They often send small amounts of network traffic across the Internet to " -"tie up computing and bandwidth resources at the target, which prevents it" -" from providing services to legitimate users. Dash exchanges have " -"sometimes been hit with DDoS attacks." +"A distributed denial of service attack uses large numbers of computers under" +" an attacker’s control to drain the resources of a central target. They " +"often send small amounts of network traffic across the Internet to tie up " +"computing and bandwidth resources at the target, which prevents it from " +"providing services to legitimate users. Dash exchanges have sometimes been " +"hit with DDoS attacks." msgstr "" #: ../../docs/user/introduction/information.rst:522 @@ -1155,20 +1149,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:524 msgid "" "`Decentralized computing " -"`_ is the " -"allocation of resources, both hardware and software, to each individual " -"workstation or office location. In contrast, centralized computing exists" -" when the majority of functions are carried out or obtained from a remote" -" centralized location. Decentralized computing is a trend in modern-day " -"business environments. This is the opposite of centralized computing, " -"which was prevalent during the early days of computers. A decentralized " -"computer system has many benefits over a conventional centralized " -"network. Desktop computers have advanced so rapidly that their potential " -"performance far exceeds the requirements of most business applications. " -"This results in most desktop computers remaining nearly idle most of the " -"time. A decentralized system can use the potential of these systems to " -"maximize efficiency. However, it is debatable whether these networks " -"increase overall effectiveness." +"`_ is the allocation " +"of resources, both hardware and software, to each individual workstation or " +"office location. In contrast, centralized computing exists when the majority" +" of functions are carried out or obtained from a remote centralized " +"location. Decentralized computing is a trend in modern-day business " +"environments. This is the opposite of centralized computing, which was " +"prevalent during the early days of computers. A decentralized computer " +"system has many benefits over a conventional centralized network. Desktop " +"computers have advanced so rapidly that their potential performance far " +"exceeds the requirements of most business applications. This results in most" +" desktop computers remaining nearly idle most of the time. A decentralized " +"system can use the potential of these systems to maximize efficiency. " +"However, it is debatable whether these networks increase overall " +"effectiveness." msgstr "" #: ../../docs/user/introduction/information.rst:539 @@ -1178,10 +1172,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:541 msgid "" "A wallet is a piece of software that stores your Dash. There are many " -"different wallet options, but it is imperative to choose a secure one. We" -" recommend any of the following: :ref:`Dash Core Wallet ` / :ref:`Dash Electrum Wallet ` / " -":ref:`Hardware Wallets `" +"different wallet options, but it is imperative to choose a secure one. We " +"recommend any of the following: :ref:`Dash Core Wallet ` /" +" :ref:`Dash Electrum Wallet ` / :ref:`Hardware Wallets" +" `" msgstr "" #: ../../docs/user/introduction/information.rst:547 @@ -1192,12 +1186,12 @@ msgstr "" msgid "" "This number determines how difficult it is to hash a new block. It is " "related to the maximum allowed number in a given numerical portion of a " -"transaction block’s hash. The lower the number, the more difficult it is " -"to produce a hash value that fits it. Difficulty varies based on the " -"amount of computing power used by miners on the Dash network. If large " -"numbers of miners leave a network, the difficulty would decrease. Dash's " -"increasing popularity and the availability of specialized ASIC miners " -"have caused the difficulty to increase over time." +"transaction block’s hash. The lower the number, the more difficult it is to " +"produce a hash value that fits it. Difficulty varies based on the amount of " +"computing power used by miners on the Dash network. If large numbers of " +"miners leave a network, the difficulty would decrease. Dash's increasing " +"popularity and the availability of specialized ASIC miners have caused the " +"difficulty to increase over time." msgstr "" #: ../../docs/user/introduction/information.rst:558 @@ -1210,11 +1204,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:562 msgid "" -"A digital wallet is similar to a physical wallet except that it is used " -"to hold **digital currency**. A Dash wallet holds your private keys, " -"which allow you to spend your Dash. You are also able to make backups of " -"your wallet in order to ensure that you never lose access to your Dash. " -"Digital wallets can exist in many different forms and on many devices:" +"A digital wallet is similar to a physical wallet except that it is used to " +"hold **digital currency**. A Dash wallet holds your private keys, which " +"allow you to spend your Dash. You are also able to make backups of your " +"wallet in order to ensure that you never lose access to your Dash. Digital " +"wallets can exist in many different forms and on many devices:" msgstr "" #: ../../docs/user/introduction/information.rst:569 @@ -1230,52 +1224,51 @@ msgstr "" #: ../../docs/user/introduction/information.rst:577 msgid "" "**Mobile Wallet** (:ref:`Android `, :ref:`iOS `): These wallets can be downloaded through Google Play or " -"Apple (iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go" -" by scanning a QR code to send payment. Make backup copies of your mobile" -" wallet files to ensure that you don't lose access to your funds. Due to " -"security issues with mobile phones, it is advised that you don't store " -"large amounts of funds on these wallets." +"ios-wallet>`): These wallets can be downloaded through Google Play or Apple " +"(iTunes) App Stores. Mobile wallets allow you to use Dash on-the-go by " +"scanning a QR code to send payment. Make backup copies of your mobile wallet" +" files to ensure that you don't lose access to your funds. Due to security " +"issues with mobile phones, it is advised that you don't store large amounts " +"of funds on these wallets." msgstr "" #: ../../docs/user/introduction/information.rst:586 msgid "" "**Online/Cloud/Web Wallet** (:ref:`Exodus `, " -":ref:`MyDashWallet `): Third parties that will store your " -"Dash on their servers for you or provide an interface to access your Dash" -" with you providing the keys, so that you can access your Dash from any " -"device connected to the internet. If their website is hacked or if their " -"servers are damaged, you run the risk of losing your Dash. Any online " -"wallets should be secured with strong passphrases and 2FA. You cannot " -"make backup copies of your online wallet, because you do not have access " -"to the private keys. We strongly urge that you NEVER store large amounts " -"of Dash in any online wallet or cryptocurrency exchange." +":ref:`MyDashWallet `): Third parties that will store your Dash " +"on their servers for you or provide an interface to access your Dash with " +"you providing the keys, so that you can access your Dash from any device " +"connected to the internet. If their website is hacked or if their servers " +"are damaged, you run the risk of losing your Dash. Any online wallets should" +" be secured with strong passphrases and 2FA. You cannot make backup copies " +"of your online wallet, because you do not have access to the private keys. " +"We strongly urge that you NEVER store large amounts of Dash in any online " +"wallet or cryptocurrency exchange." msgstr "" #: ../../docs/user/introduction/information.rst:598 msgid "" "**Hardware Wallets** (:ref:`Trezor `, KeepKey, Ledger, " "Nano): A hardware wallet is a specialized, tamper-proof, hardware device " -"that stores your private keys. This device is able to sign transactions " -"with your private key without being connected to the internet. However, " -"you must have an internet connection to send the transaction to the Dash " -"network. This allows your private keys to be accessed easily while still " -"keeping them securely protected. This is widely regarded to be the safest" -" form of storage for your Dash." +"that stores your private keys. This device is able to sign transactions with" +" your private key without being connected to the internet. However, you must" +" have an internet connection to send the transaction to the Dash network. " +"This allows your private keys to be accessed easily while still keeping them" +" securely protected. This is widely regarded to be the safest form of " +"storage for your Dash." msgstr "" #: ../../docs/user/introduction/information.rst:608 msgid "" "**Offline/Cold Storage** (:ref:`Paper wallet `): A " -"special wallet that is created offline and is never exposed to the " -"internet. Accomplished by using software to generate a public and private" -" key offline and then recording the generated keys. They keys can be " -"printed out on paper or even laser-etched in metal. Copies can be made " -"and stored in a personal safe or bank deposit box. This is an extremely " -"secure way to store Dash. There is no risk of using software wallet " -"files, which can become corrupt, or web wallets, which can be hacked. " -"NOTE: USB sticks are not safe for long-term (multi-year) storage because " -"they degrade over time." +"special wallet that is created offline and is never exposed to the internet." +" Accomplished by using software to generate a public and private key offline" +" and then recording the generated keys. They keys can be printed out on " +"paper or even laser-etched in metal. Copies can be made and stored in a " +"personal safe or bank deposit box. This is an extremely secure way to store " +"Dash. There is no risk of using software wallet files, which can become " +"corrupt, or web wallets, which can be hacked. NOTE: USB sticks are not safe " +"for long-term (multi-year) storage because they degrade over time." msgstr "" #: ../../docs/user/introduction/information.rst:618 @@ -1285,13 +1278,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:620 msgid "" "Defined in `DIP6 " -"`__, Distributed" -" Key Generation (`DKG " -"`__) is a method of generating a BLS key pair for use in" -" an LLMQ to perform threshold signing on network messages. It is based on" -" BLS M-of-N Threshold Scheme and Distributed Key Generation, which is an " -"implementation of Shamir’s Secret Sharing." +"`__, Distributed " +"Key Generation (`DKG " +"`__) is a method of generating a BLS key pair for use in an LLMQ to" +" perform threshold signing on network messages. It is based on BLS M-of-N " +"Threshold Scheme and Distributed Key Generation, which is an implementation " +"of Shamir’s Secret Sharing." msgstr "" #: ../../docs/user/introduction/information.rst:628 @@ -1300,13 +1293,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:630 msgid "" -"A digital signature is a mathematical mechanism that allows someone to " -"prove their identity or ownership of a digital asset. When your digital " -"wallet signs a transaction with the appropriate private key, the whole " -"network can see that the signature matches the address of the Dash being " -"spent, without the need to reveal the private key to the network. You can" -" also digitally sign messages using your private key, to prove for " -"instance that you are the owner of a certain Dash address." +"A digital signature is a mathematical mechanism that allows someone to prove" +" their identity or ownership of a digital asset. When your digital wallet " +"signs a transaction with the appropriate private key, the whole network can " +"see that the signature matches the address of the Dash being spent, without " +"the need to reveal the private key to the network. You can also digitally " +"sign messages using your private key, to prove for instance that you are the" +" owner of a certain Dash address." msgstr "" #: ../../docs/user/introduction/information.rst:638 @@ -1315,10 +1308,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:640 msgid "" -":ref:`Dash Electrum Wallet ` is a lightweight " -"wallet that does not require you to download or sync the entire " -"blockchain, making the wallet lighter and faster. It includes support for" -" advanced InstantSend, CoinJoin and masternode features." +":ref:`Dash Electrum Wallet ` is a lightweight wallet " +"that does not require you to download or sync the entire blockchain, making " +"the wallet lighter and faster. It includes support for advanced InstantSend," +" CoinJoin and masternode features." msgstr "" #: ../../docs/user/introduction/information.rst:644 @@ -1327,17 +1320,17 @@ msgstr "" #: ../../docs/user/introduction/information.rst:646 msgid "" -"In cryptography, `encryption `_" -" is the process of encoding messages or information in such a way that " -"only authorized parties can read it. Encrypted messages which are " -"intercepted by a third-party are indecipherable gibberish without the " -"private key. In an encryption scheme, the *plaintext* message is " -"encrypted using an encryption algorithm, generating *ciphertext* that can" -" only be read if decrypted by the intended recipient. For technical " -"reasons, an encryption scheme usually uses a pseudo-random encryption key" -" generated by an algorithm. Increases in computing power have \"broken\" " -"many past encryption algorithms, but a well-designed modern system such " -"as AES-256 is considered essentially \"uncrackable.\"" +"In cryptography, `encryption `_ is" +" the process of encoding messages or information in such a way that only " +"authorized parties can read it. Encrypted messages which are intercepted by " +"a third-party are indecipherable gibberish without the private key. In an " +"encryption scheme, the *plaintext* message is encrypted using an encryption " +"algorithm, generating *ciphertext* that can only be read if decrypted by the" +" intended recipient. For technical reasons, an encryption scheme usually " +"uses a pseudo-random encryption key generated by an algorithm. Increases in " +"computing power have \"broken\" many past encryption algorithms, but a well-" +"designed modern system such as AES-256 is considered essentially " +"\"uncrackable.\"" msgstr "" #: ../../docs/user/introduction/information.rst:658 @@ -1352,8 +1345,8 @@ msgstr "" msgid "" "a contractual arrangement in which a third party receives and disburses " "money or documents for the primary transacting parties, with the " -"disbursement dependent on conditions agreed to by the transacting " -"parties; or" +"disbursement dependent on conditions agreed to by the transacting parties; " +"or" msgstr "" #: ../../docs/user/introduction/information.rst:667 @@ -1373,12 +1366,11 @@ msgstr "" msgid "" "A trusted escrow service is often used when purchasing cryptocurrency or " "other goods/services over the internet. Both the buyer and seller will " -"choose a trusted third-party, the seller will send the item (or currency)" -" to the escrow agent, and the buyer will send the purchasing funds to the" -" escrow agent as well. Once the escrow agent is satisfied that both " -"parties have satisfied the terms of the agreement, he/she will forward " -"the funds and the product (or currency) being purchased to the " -"appropriate party." +"choose a trusted third-party, the seller will send the item (or currency) to" +" the escrow agent, and the buyer will send the purchasing funds to the " +"escrow agent as well. Once the escrow agent is satisfied that both parties " +"have satisfied the terms of the agreement, he/she will forward the funds and" +" the product (or currency) being purchased to the appropriate party." msgstr "" #: ../../docs/user/introduction/information.rst:682 @@ -1387,9 +1379,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:684 msgid "" -"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend " -"and PrivateSend. Before creating Dash, Evan was a financial advisor and " -"holds a Series 65 license." +"Founder and first Lead Developer of Dash. Inventor of X11, InstantSend and " +"PrivateSend. Before creating Dash, Evan was a financial advisor and holds a " +"Series 65 license." msgstr "" #: ../../docs/user/introduction/information.rst:687 @@ -1399,14 +1391,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:689 msgid "" "The current price of one Dash compared to the price of other currencies, " -"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume " -"takes place on the BTC/DASH markets, price is often quoted in fractions " -"of a bitcoin. For instance, the price of one Dash at the end of March " -"2017 was 0.08 (bitcoins per Dash). An excellent site for following the " -"exchange rate of Dash is `CoinMarketCap `_. " -"Businesses wishing to reduce the risk of holding a volatile digital " -"currency can avoid that risk altogether by having a payment processor do " -"an instant exchange at the time of each transaction." +"like the US dollar, Yen, Euro, or Bitcoin. Because most trading volume takes" +" place on the BTC/DASH markets, price is often quoted in fractions of a " +"bitcoin. For instance, the price of one Dash at the end of March 2017 was " +"0.08 (bitcoins per Dash). An excellent site for following the exchange rate " +"of Dash is `CoinMarketCap `_. Businesses wishing" +" to reduce the risk of holding a volatile digital currency can avoid that " +"risk altogether by having a payment processor do an instant exchange at the " +"time of each transaction." msgstr "" #: ../../docs/user/introduction/information.rst:699 @@ -1415,10 +1407,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:701 msgid "" -"Faucets are a reward system, in the form of a website or app, that " -"dispenses rewards in the form of a microdash or Duff, which is a " -"hundredth of a millionth Dash, for visitors to claim in exchange for " -"completing a captcha or task as described by the website." +"Faucets are a reward system, in the form of a website or app, that dispenses" +" rewards in the form of a microdash or Duff, which is a hundredth of a " +"millionth Dash, for visitors to claim in exchange for completing a captcha " +"or task as described by the website." msgstr "" #: ../../docs/user/introduction/information.rst:705 @@ -1427,8 +1419,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:707 msgid "" -"`Fiat money `_ has been defined" -" variously as:" +"`Fiat money `_ has been defined " +"variously as:" msgstr "" #: ../../docs/user/introduction/information.rst:710 @@ -1437,12 +1429,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:711 msgid "" -"State-issued money which is neither convertible by law to any other " -"thing, nor fixed in value in terms of any objective standard." +"State-issued money which is neither convertible by law to any other thing, " +"nor fixed in value in terms of any objective standard." msgstr "" #: ../../docs/user/introduction/information.rst:712 -msgid "Intrinsically valueless money used as money because of government decree." +msgid "" +"Intrinsically valueless money used as money because of government decree." msgstr "" #: ../../docs/user/introduction/information.rst:714 @@ -1457,12 +1450,12 @@ msgstr "" msgid "" "`Financial technology " "`_, also known as " -"FinTech, is an economic industry composed of companies that use " -"technology to make financial services more efficient. Financial " -"technology companies are generally startups trying to make financial " -"processes more efficient or eliminate middle- men. Recently many fintech " -"companies have begun utilizing blockchain technology, which is the same " -"technology that underpins Dash and Bitcoin." +"FinTech, is an economic industry composed of companies that use technology " +"to make financial services more efficient. Financial technology companies " +"are generally startups trying to make financial processes more efficient or " +"eliminate middle- men. Recently many fintech companies have begun utilizing " +"blockchain technology, which is the same technology that underpins Dash and " +"Bitcoin." msgstr "" #: ../../docs/user/introduction/information.rst:725 @@ -1471,20 +1464,20 @@ msgstr "" #: ../../docs/user/introduction/information.rst:727 msgid "" -"When the blockchain diverges or splits, with some clients recognizing one" -" version of the blockchain as valid, and other clients believing that a " -"different version of the blockchain is valid. Most forks resolve " -"themselves without causing any problems, because the longest blockchain " -"is always considered to be valid. In time, one version of the blockchain " -"will usually \"win\" and become universally recognized as valid. Forks " -"can, however, be extremely dangerous and should be avoided if possible." +"When the blockchain diverges or splits, with some clients recognizing one " +"version of the blockchain as valid, and other clients believing that a " +"different version of the blockchain is valid. Most forks resolve themselves " +"without causing any problems, because the longest blockchain is always " +"considered to be valid. In time, one version of the blockchain will usually " +"\"win\" and become universally recognized as valid. Forks can, however, be " +"extremely dangerous and should be avoided if possible." msgstr "" #: ../../docs/user/introduction/information.rst:736 msgid "" -"Forking is most likely to occur during software updates to the network. " -"Dash uses a Multi-Phased Fork (“:ref:`Spork `”) system for " -"greater flexibility and safety." +"Forking is most likely to occur during software updates to the network. Dash" +" uses a Multi-Phased Fork (“:ref:`Spork `”) system for greater " +"flexibility and safety." msgstr "" #: ../../docs/user/introduction/information.rst:739 @@ -1493,11 +1486,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:741 msgid "" -"Any Dash client that is serving a full version of the blockchain to " -"peers. This can be a user running a Dash Core wallet on his/her desktop, " -"or it could be a :ref:`masternode `. Full nodes promote " -"decentralization by allowing any user to double check the validity of the" -" blockchain." +"Any Dash client that is serving a full version of the blockchain to peers. " +"This can be a user running a Dash Core wallet on his/her desktop, or it " +"could be a :ref:`masternode `. Full nodes promote " +"decentralization by allowing any user to double check the validity of the " +"blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:746 @@ -1526,16 +1519,16 @@ msgid "" "`_, also " "occasionally called visual processing unit (VPU), is a specialized " "electronic circuit designed to rapidly manipulate and alter memory to " -"accelerate the creation of images in a frame buffer intended for output " -"to a display. GPUs are used in embedded systems, mobile phones, personal " -"computers, workstations, and game consoles. Modern GPUs are very " -"efficient at manipulating computer graphics and image processing, and " -"their highly parallel structure makes them more efficient than general- " -"purpose CPUs for algorithms where the processing of large blocks of data " -"is done in parallel. In a personal computer, a GPU can be present on a " -"video card, or it can be embedded on the motherboard or — in certain CPUs" -" — on the CPU die. Certain cryptocurrencies use mining algorithms which " -"are most efficiently run on GPUs." +"accelerate the creation of images in a frame buffer intended for output to a" +" display. GPUs are used in embedded systems, mobile phones, personal " +"computers, workstations, and game consoles. Modern GPUs are very efficient " +"at manipulating computer graphics and image processing, and their highly " +"parallel structure makes them more efficient than general- purpose CPUs for " +"algorithms where the processing of large blocks of data is done in parallel." +" In a personal computer, a GPU can be present on a video card, or it can be " +"embedded on the motherboard or — in certain CPUs — on the CPU die. Certain " +"cryptocurrencies use mining algorithms which are most efficiently run on " +"GPUs." msgstr "" #: ../../docs/user/introduction/information.rst:768 @@ -1545,9 +1538,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:770 msgid "" ":ref:`Hardware wallets ` are among the safest type of " -"wallet for storing your Dash. Your private key is protected inside a " -"piece of hardware, and is never exposed to the internet. You are still " -"able to sign transactions as normal, making it both safe and convenient." +"wallet for storing your Dash. Your private key is protected inside a piece " +"of hardware, and is never exposed to the internet. You are still able to " +"sign transactions as normal, making it both safe and convenient." msgstr "" #: ../../docs/user/introduction/information.rst:775 @@ -1556,11 +1549,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:777 msgid "" -"A mathematical process that takes a variable amount of data and produces " -"a shorter, fixed-length output. A hashing function has two important " -"characteristics. First, it is mathematically difficult to work out what " -"the original input was by looking at the output. Second, changing even " -"the tiniest part of the input will produce an entirely different output." +"A mathematical process that takes a variable amount of data and produces a " +"shorter, fixed-length output. A hashing function has two important " +"characteristics. First, it is mathematically difficult to work out what the " +"original input was by looking at the output. Second, changing even the " +"tiniest part of the input will produce an entirely different output." msgstr "" #: ../../docs/user/introduction/information.rst:783 @@ -1569,8 +1562,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:785 msgid "" -"The number of hashes that can be performed by a Dash miner in a given " -"period of time (usually a second)." +"The number of hashes that can be performed by a Dash miner in a given period" +" of time (usually a second)." msgstr "" #: ../../docs/user/introduction/information.rst:787 @@ -1579,8 +1572,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:789 msgid "" -"Blockchain information server used to power block explorers and respond " -"to transaction queries." +"Blockchain information server used to power block explorers and respond to " +"transaction queries." msgstr "" #: ../../docs/user/introduction/information.rst:791 @@ -1597,11 +1590,11 @@ msgstr "即時到帳" #: ../../docs/user/introduction/information.rst:796 msgid "" -":ref:`InstantSend ` technology uses the masternode network " -"to \"lock\" transaction inputs, preventing Dash from being double-spent. " -"Unlike Bitcoin, where it takes an hour or longer for transactions to " -"fully confirm, transactions using InstantSend are \"locked\" and " -"irreversible after only a few seconds." +":ref:`InstantSend ` technology uses the masternode network to " +"\"lock\" transaction inputs, preventing Dash from being double-spent. Unlike" +" Bitcoin, where it takes an hour or longer for transactions to fully " +"confirm, transactions using InstantSend are \"locked\" and irreversible " +"after only a few seconds." msgstr "" #: ../../docs/user/introduction/information.rst:801 @@ -1610,11 +1603,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:803 msgid "" -"The ability to buy and sell an asset easily, with pricing that stays " -"roughly similar between trades. A suitably large community of buyers and " -"sellers is important for liquidity. The result of an illiquid market is " -"price volatility, and the inability to easily determine the value of an " -"asset." +"The ability to buy and sell an asset easily, with pricing that stays roughly" +" similar between trades. A suitably large community of buyers and sellers is" +" important for liquidity. The result of an illiquid market is price " +"volatility, and the inability to easily determine the value of an asset." msgstr "" #: ../../docs/user/introduction/information.rst:808 @@ -1624,13 +1616,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:810 msgid "" "Defined in `DIP6 " -"`__, A Long- " -"Living Masternode Quorum (LLMQ) is a deterministic subset of the global " -"deterministic masternode list. Such a quorum is formed with the help of a" -" distributed key generation (DKG) protocol and is supposed to be active " -"for a long time (e.g. days). Multiple quorums are kept alive at the same " -"time, allowing load balancing between these quorums. The main task of a " -"LLMQ is to perform threshold signing of consensus related messages." +"`__, A Long- Living" +" Masternode Quorum (LLMQ) is a deterministic subset of the global " +"deterministic masternode list. Such a quorum is formed with the help of a " +"distributed key generation (DKG) protocol and is supposed to be active for a" +" long time (e.g. days). Multiple quorums are kept alive at the same time, " +"allowing load balancing between these quorums. The main task of a LLMQ is to" +" perform threshold signing of consensus related messages." msgstr "" #: ../../docs/user/introduction/information.rst:819 @@ -1639,9 +1631,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:821 msgid "" -"A :ref:`masternode ` is special type of full node " -"that performs services for the network and is paid a portion of the block" -" reward. Masternodes require proof of ownership of 1000 DASH." +"A :ref:`masternode ` is special type of full node that " +"performs services for the network and is paid a portion of the block reward." +" Masternodes require proof of ownership of 1000 DASH." msgstr "" #: ../../docs/user/introduction/information.rst:825 @@ -1656,10 +1648,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:829 msgid "" -":ref:`Miners ` process transactions on the Dash network and " -"publish them on the blockchain. As a reward for doing this, miners are " -"paid a percentage of the block reward. The current percentage can be " -"found in :ref:`this table `." +":ref:`Miners ` process transactions on the Dash network and publish " +"them on the blockchain. As a reward for doing this, miners are paid a " +"percentage of the block reward. The current percentage can be found in " +":ref:`this table `." msgstr "" #: ../../docs/user/introduction/information.rst:833 @@ -1676,14 +1668,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:838 msgid "" -"Multi-signature addresses provide additional security by requiring " -"multiple people to sign a transaction with their private key before the " -"transaction can be sent. For example, in :ref:`2 of 3 multisig `, two out of three possible signatories have to sign a " -"transaction for it to be processed. Multi-signature addresses are " -"commonly used by exchanges and other organizations that are in possession" -" of large sums of cryptocurrency, since it makes theft much more " -"difficult." +"Multi-signature addresses provide additional security by requiring multiple " +"people to sign a transaction with their private key before the transaction " +"can be sent. For example, in :ref:`2 of 3 multisig `, two" +" out of three possible signatories have to sign a transaction for it to be " +"processed. Multi-signature addresses are commonly used by exchanges and " +"other organizations that are in possession of large sums of cryptocurrency, " +"since it makes theft much more difficult." msgstr "" #: ../../docs/user/introduction/information.rst:846 @@ -1692,9 +1683,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:848 msgid "" -"A node is any device running Dash wallet software. Full nodes are " -"software clients that have downloaded the entire blockchain and serve it " -"to other clients on Dash's peer-to-peer network." +"A node is any device running Dash wallet software. Full nodes are software " +"clients that have downloaded the entire blockchain and serve it to other " +"clients on Dash's peer-to-peer network." msgstr "" #: ../../docs/user/introduction/information.rst:851 @@ -1703,11 +1694,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:853 msgid "" -"Over the counter (OTC) trades are trades that occur off exchanges. In an " -"OTC trade, a buyer and seller trade with each other directly, or through " -"an intermediary. OTC trading is useful when a person wants to either buy " -"or sell a large amount of cryptocurrency and is afraid that a large buy " -"or sell order will move the price (called \"slippage\")." +"Over the counter (OTC) trades are trades that occur off exchanges. In an OTC" +" trade, a buyer and seller trade with each other directly, or through an " +"intermediary. OTC trading is useful when a person wants to either buy or " +"sell a large amount of cryptocurrency and is afraid that a large buy or sell" +" order will move the price (called \"slippage\")." msgstr "" #: ../../docs/user/introduction/information.rst:858 @@ -1716,10 +1707,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:860 msgid "" -"Peer-to-peer. Decentralized interactions that happen between at least two" -" parties in a highly interconnected network. An alternative system to a " -"'hub-and-spoke' arrangement, in which all participants in a transaction " -"deal with each other through a single mediation point." +"Peer-to-peer. Decentralized interactions that happen between at least two " +"parties in a highly interconnected network. An alternative system to a 'hub-" +"and-spoke' arrangement, in which all participants in a transaction deal with" +" each other through a single mediation point." msgstr "" #: ../../docs/user/introduction/information.rst:864 @@ -1740,15 +1731,14 @@ msgstr "" #: ../../docs/user/introduction/information.rst:871 msgid "" "`Privacy `_ is the ability of an " -"individual or group to seclude themselves, or information about " -"themselves, and thereby express themselves selectively. The boundaries " -"and content of what is considered private differ among cultures and " -"individuals, but share common themes. When something is private to a " -"person, it usually means that something is inherently special or " -"sensitive to them. The domain of privacy partially overlaps security " -"(confidentiality), which can include the concepts of appropriate use, as " -"well as protection of information. Dash includes CoinJoin, which allows " -"users to maintain financial privacy." +"individual or group to seclude themselves, or information about themselves, " +"and thereby express themselves selectively. The boundaries and content of " +"what is considered private differ among cultures and individuals, but share " +"common themes. When something is private to a person, it usually means that " +"something is inherently special or sensitive to them. The domain of privacy " +"partially overlaps security (confidentiality), which can include the " +"concepts of appropriate use, as well as protection of information. Dash " +"includes CoinJoin, which allows users to maintain financial privacy." msgstr "" #: ../../docs/user/introduction/information.rst:881 @@ -1757,13 +1747,13 @@ msgstr "" #: ../../docs/user/introduction/information.rst:883 msgid "" -"A `private key `_" -" is a long alphanumeric passcode that allows Dash to be spent. Every Dash" -" wallet contains one or more private keys which are saved in the wallet " -"file. The private keys are mathematically related to all Dash addresses " -"generated for the wallet. Because the private key is the \"ticket\" that " -"allows someone to spend Dash, it is important that these are kept secure " -"and secret." +"A `private key `_ is" +" a long alphanumeric passcode that allows Dash to be spent. Every Dash " +"wallet contains one or more private keys which are saved in the wallet file." +" The private keys are mathematically related to all Dash addresses generated" +" for the wallet. Because the private key is the \"ticket\" that allows " +"someone to spend Dash, it is important that these are kept secure and " +"secret." msgstr "" #: ../../docs/user/introduction/information.rst:890 @@ -1773,8 +1763,8 @@ msgstr "匿名發送" #: ../../docs/user/introduction/information.rst:892 msgid "" ":ref:`PrivateSend ` obscures the source of funds in order to " -"maintain financial privacy between users. It can be turned on or off at " -"the users' discretion." +"maintain financial privacy between users. It can be turned on or off at the " +"users' discretion." msgstr "" #: ../../docs/user/introduction/information.rst:895 @@ -1783,11 +1773,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:897 msgid "" -"Consensus mechanism used in Dash to verify that a masternode has provided" -" uninterrupted service meeting a minimum quality level to the network. " -"Maintaining this service allows a masternode to enter and move up through" -" the global list and eventually into the selection pool to receive " -"payment." +"Consensus mechanism used in Dash to verify that a masternode has provided " +"uninterrupted service meeting a minimum quality level to the network. " +"Maintaining this service allows a masternode to enter and move up through " +"the global list and eventually into the selection pool to receive payment." msgstr "" #: ../../docs/user/introduction/information.rst:903 @@ -1796,16 +1785,16 @@ msgstr "" #: ../../docs/user/introduction/information.rst:905 msgid "" -"Consensus mechanism that relies on ownership of a cryptocurrency to " -"maintain the blockchain. In Proof of Stake systems, each owner of the " -"currency can use their wallet to \"stake,\" and there's a small chance " -"that they will be chosen to create the next block and add it to the " -"chain. In this way consensus is maintained across all nodes. Proof of " -"Stake saves electricity and does not require specialized computer " -"hardware. It does however suffer from several pitfalls, including the " -"\"nothing at stake\" problem. Since no electricity is consumed, in the " -"event of an attack it is actually beneficial for Proof of Stake nodes to " -"\"vote\" to accept both the legitimate chain and the attacker's chain." +"Consensus mechanism that relies on ownership of a cryptocurrency to maintain" +" the blockchain. In Proof of Stake systems, each owner of the currency can " +"use their wallet to \"stake,\" and there's a small chance that they will be " +"chosen to create the next block and add it to the chain. In this way " +"consensus is maintained across all nodes. Proof of Stake saves electricity " +"and does not require specialized computer hardware. It does however suffer " +"from several pitfalls, including the \"nothing at stake\" problem. Since no " +"electricity is consumed, in the event of an attack it is actually beneficial" +" for Proof of Stake nodes to \"vote\" to accept both the legitimate chain " +"and the attacker's chain." msgstr "" #: ../../docs/user/introduction/information.rst:916 @@ -1814,12 +1803,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:918 msgid "" -"Consensus mechanism that keeps all nodes honest by requiring " -"computational power to be expended in order to create new blocks. Miners " -"must use expensive equipment and burn electricity to add blocks to the " -"blockchain. Without a consensus mechanism of some sort, any node could " -"add blocks to the chain and the network's nodes would never agree on " -"which chain was valid." +"Consensus mechanism that keeps all nodes honest by requiring computational " +"power to be expended in order to create new blocks. Miners must use " +"expensive equipment and burn electricity to add blocks to the blockchain. " +"Without a consensus mechanism of some sort, any node could add blocks to the" +" chain and the network's nodes would never agree on which chain was valid." msgstr "" #: ../../docs/user/introduction/information.rst:924 @@ -1828,10 +1816,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:926 msgid "" -"The `public key `_ is derived from the private key but is not secret and" -" can be revealed to anybody. When a private key is used to sign messages," -" the public key is used to verify that the signature is valid." +"The `public key `_ " +"is derived from the private key but is not secret and can be revealed to " +"anybody. When a private key is used to sign messages, the public key is used" +" to verify that the signature is valid." msgstr "" #: ../../docs/user/introduction/information.rst:931 @@ -1840,13 +1828,12 @@ msgstr "" #: ../../docs/user/introduction/information.rst:933 msgid "" -"Inflating the value of a financial asset that has been produced or " -"acquired cheaply, often using aggressive publicity and misleading " -"statements. The publicity causes others to acquire the asset, forcing up " -"its value. When the value is high enough, the perpetrator sells their " -"assets, cashing in and flooding the market, which causes the value to " -"crash. This is particularly common in markets with low liquidity, such as" -" some altcoins." +"Inflating the value of a financial asset that has been produced or acquired " +"cheaply, often using aggressive publicity and misleading statements. The " +"publicity causes others to acquire the asset, forcing up its value. When the" +" value is high enough, the perpetrator sells their assets, cashing in and " +"flooding the market, which causes the value to crash. This is particularly " +"common in markets with low liquidity, such as some altcoins." msgstr "" #: ../../docs/user/introduction/information.rst:940 @@ -1855,8 +1842,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:942 msgid "" -"Group of masternodes signing or voting on some action, with the formation" -" of the group determined by some determiniation algorithm." +"Group of masternodes signing or voting on some action, with the formation of" +" the group determined by some determiniation algorithm." msgstr "" #: ../../docs/user/introduction/information.rst:944 @@ -1867,8 +1854,8 @@ msgstr "" msgid "" "A two-dimensional graphical block containing a monochromatic pattern " "representing a sequence of data. QR codes are designed to be scanned by " -"cameras, including those found in mobile phones, and are frequently used " -"to encode Dash addresses." +"cameras, including those found in mobile phones, and are frequently used to " +"encode Dash addresses." msgstr "" #: ../../docs/user/introduction/information.rst:950 @@ -1877,9 +1864,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:952 msgid "" -"`Satoshi Nakamoto `_ is " -"the name used by the person or people who designed Bitcoin and created " -"its original reference implementation." +"`Satoshi Nakamoto `_ is the " +"name used by the person or people who designed Bitcoin and created its " +"original reference implementation." msgstr "" #: ../../docs/user/introduction/information.rst:955 @@ -1899,12 +1886,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:962 msgid "" -"An indication, flag, or signal of support for a feature or fork. The term" -" signaling is most often used in the context of miners delivering this " +"An indication, flag, or signal of support for a feature or fork. The term " +"signaling is most often used in the context of miners delivering this " "indication of support or agreement. The message is generally delivered " "through their adoption of updated software in support of a particular " -"protocol and/or by setting a specific version bit within discovered " -"blocks." +"protocol and/or by setting a specific version bit within discovered blocks." msgstr "" #: ../../docs/user/introduction/information.rst:967 @@ -1914,8 +1900,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:969 msgid "" "The current state of all data objects once all changes from state " -"transitions have been applied. Used in Evolution to determine what should" -" be displayed in a given social wallet, for example." +"transitions have been applied. Used in Evolution to determine what should be" +" displayed in a given social wallet, for example." msgstr "" #: ../../docs/user/introduction/information.rst:972 @@ -1926,17 +1912,17 @@ msgstr "" msgid "" "The Dash development team created a mechanism known as a \":ref:`spork " "`\" by which updated code is released to the network, but not " -"immediately made active (or “enforced”). Communication is sent out to " -"users informing them of the change and the need for them to update their " -"clients. Those who update their clients run the new code, but in the " -"event of errors occurring with that new code, the client’s blocks are not" -" rejected by the network and unintended forks are avoided. Data about the" -" error can then be collected and forwarded to the development team. Once " -"the development team is satisfied with the new code’s stability in the " -"mainnet environment – and once acceptable network consensus is attained –" -" enforcement of the updated code can be activated remotely. Should " -"problems arise, the code can be deactivated in the same manner, without " -"the need for a network-wide rollback or client update." +"immediately made active (or “enforced”). Communication is sent out to users " +"informing them of the change and the need for them to update their clients. " +"Those who update their clients run the new code, but in the event of errors " +"occurring with that new code, the client’s blocks are not rejected by the " +"network and unintended forks are avoided. Data about the error can then be " +"collected and forwarded to the development team. Once the development team " +"is satisfied with the new code’s stability in the mainnet environment – and " +"once acceptable network consensus is attained – enforcement of the updated " +"code can be activated remotely. Should problems arise, the code can be " +"deactivated in the same manner, without the need for a network-wide rollback" +" or client update." msgstr "" #: ../../docs/user/introduction/information.rst:988 @@ -1945,8 +1931,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:990 msgid "" -"Taint is a measure of correlation between two (wallet) addresses. It is " -"only important if the user is trying to remain anonymous." +"Taint is a measure of correlation between two (wallet) addresses. It is only" +" important if the user is trying to remain anonymous." msgstr "" #: ../../docs/user/introduction/information.rst:992 @@ -1964,9 +1950,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:997 msgid "" ":ref:`Testnet ` is a network only for testing (parallel to the " -"mainnet), test wallets, test coins, test masternodes, test miners, and " -"test users all simulate their mainnet counterparts in a safe environment " -"where errors or forks are not harmful." +"mainnet), test wallets, test coins, test masternodes, test miners, and test " +"users all simulate their mainnet counterparts in a safe environment where " +"errors or forks are not harmful." msgstr "" #: ../../docs/user/introduction/information.rst:1001 @@ -1975,8 +1961,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1003 msgid "" -"An anonymous routing protocol used by people wanting to hide their " -"identity online." +"An anonymous routing protocol used by people wanting to hide their identity " +"online." msgstr "" #: ../../docs/user/introduction/information.rst:1005 @@ -1985,12 +1971,11 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1007 msgid "" -"Some movement of data on the distributed blockchain ledger. Transactions " -"may be divided into classical and special transactions. Similar to " -"Bitcoin, classical transactions move balances between addresses on the " -"blockchain. Special transactions contain an extra payload in the format " -"defined by `DIP2 " -"`_, and can be " +"Some movement of data on the distributed blockchain ledger. Transactions may" +" be divided into classical and special transactions. Similar to Bitcoin, " +"classical transactions move balances between addresses on the blockchain. " +"Special transactions contain an extra payload in the format defined by `DIP2" +" `_, and can be " "used to manage blockchain users, for example." msgstr "" @@ -2000,8 +1985,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1016 msgid "" -"A collection of transactions on the Dash network, gathered into a block " -"that can then be hashed and added to the blockchain." +"A collection of transactions on the Dash network, gathered into a block that" +" can then be hashed and added to the blockchain." msgstr "" #: ../../docs/user/introduction/information.rst:1018 @@ -2010,9 +1995,9 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1020 msgid "" -"A :ref:`small fee ` imposed on some transactions sent across the " -"Dash network. The transaction fee is awarded to the miner that " -"successfully hashes the block containing the relevant transaction." +"A :ref:`small fee ` imposed on some transactions sent across the Dash " +"network. The transaction fee is awarded to the miner that successfully " +"hashes the block containing the relevant transaction." msgstr "" #: ../../docs/user/introduction/information.rst:1023 @@ -2021,8 +2006,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1025 msgid "" -"Transactions that are not yet processed by miners or held via InstantSend" -" are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " +"Transactions that are not yet processed by miners or held via InstantSend " +"are \"unconfirmed on the blockchain.\" Unconfirmed transactions can be " "reversed and should not be considered as \"final.\"" msgstr "" @@ -2040,8 +2025,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1033 msgid "" -"Dash received as a reward for mining a block or running a masternode. " -"These have not yet been spent anywhere and are \"virgin.\"" +"Dash received as a reward for mining a block or running a masternode. These " +"have not yet been spent anywhere and are \"virgin.\"" msgstr "" #: ../../docs/user/introduction/information.rst:1035 @@ -2050,8 +2035,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1037 msgid "" -"The measurement of price movements over time for a traded financial asset" -" (including Dash)." +"The measurement of price movements over time for a traded financial asset " +"(including Dash)." msgstr "" #: ../../docs/user/introduction/information.rst:1039 @@ -2072,10 +2057,9 @@ msgstr "白皮書" #: ../../docs/user/introduction/information.rst:1046 msgid "" "A `white paper `_ is an " -"authoritative report or guide that informs readers concisely about a " -"complex issue and presents the issuing body's philosophy on the matter. " -"It is meant to help readers understand an issue, solve a problem, or make" -" a decision." +"authoritative report or guide that informs readers concisely about a complex" +" issue and presents the issuing body's philosophy on the matter. It is meant" +" to help readers understand an issue, solve a problem, or make a decision." msgstr "" #: ../../docs/user/introduction/information.rst:1051 @@ -2084,8 +2068,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1053 msgid "" -":ref:`X11 ` is a hashing algorithm created by Dash " -"Core developer Evan Duffield." +":ref:`X11 ` is a hashing algorithm created by Dash Core " +"developer Evan Duffield." msgstr "" #: ../../docs/user/introduction/information.rst:1055 @@ -2094,8 +2078,8 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1057 msgid "" -"This is a transaction without any confirmations from the blockchain. It " -"is technically reversible (unless InstantSend was used)." +"This is a transaction without any confirmations from the blockchain. It is " +"technically reversible (unless InstantSend was used)." msgstr "" #: ../../docs/user/introduction/information.rst:1059 @@ -2104,10 +2088,10 @@ msgstr "" #: ../../docs/user/introduction/information.rst:1061 msgid "" -"A transaction (tx) consists of one or more inputs and one or more " -"outputs. The vin is the list of inputs to the transaction, and vout is " -"the list of outputs. Masternodes require a 1000 DASH vin (exactly that " -"amount) in order to work." +"A transaction (tx) consists of one or more inputs and one or more outputs. " +"The vin is the list of inputs to the transaction, and vout is the list of " +"outputs. Masternodes require a 1000 DASH vin (exactly that amount) in order " +"to work." msgstr "" #: ../../docs/user/introduction/information.rst:1065 @@ -2120,126 +2104,3 @@ msgid "" "simulates Layer 1-3 Evolution functions for DAP design, development and " "testing." msgstr "" - -#~ msgid "**Dash Core Documentation:** https://dashcore.readme.io" -#~ msgstr "" - -#~ msgid "**Dash Platform Documentation:** https://dashplatform.readme.io" -#~ msgstr "" - -#~ msgid "**Foundation:** https://www.dashfoundation.io" -#~ msgstr "**基金會:** https://www.dashfoundation.io" - -#~ msgid "https://app.dashnexus.org" -#~ msgstr "" - -#~ msgid "https://www.dashwatch.org" -#~ msgstr "https://www.dashwatch.org" - -#~ msgid "https://dashthailand.org" -#~ msgstr "" - -#~ msgid "https://dashnigeria.com/" -#~ msgstr "" - -#~ msgid "https://www.dashnation.com" -#~ msgstr "" - -#~ msgid "http://www.dashspain.org" -#~ msgstr "" - -#~ msgid "https://www.dashhaiti.com" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptocurrencytalk.com:** " -#~ "https://cryptocurrencytalk.com/forum/693-dash" -#~ msgstr "" - -#~ msgid "**链节点 (ChainNode) Forum:** https://www.chainnode.com/forum/115" -#~ msgstr "" - -#~ msgid "" -#~ "**百度贴吧 达世币吧 (Baidu Tieba):** " -#~ "`https://tieba.baidu.com/f?kw=达世币 " -#~ "`_" -#~ msgstr "" - -#~ msgid "**Venezuela:** https://www.facebook.com/groups/DarkcoinVenezuela" -#~ msgstr "" - -#~ msgid "**Ryan Taylor, CEO of Dash Core Group:** https://twitter.com/RTaylor05" -#~ msgstr "" - -#~ msgid "**Dash Force News:** https://twitter.com/DashForceNews" -#~ msgstr "" - -#~ msgid "" -#~ "**Mark Mason, Director of Media & " -#~ "PR, Dash Force News:** " -#~ "https://twitter.com/StayDashy" -#~ msgstr "" - -#~ msgid "" -#~ "**Amanda B. Johnson, Dash Superfan and" -#~ " DAO-funded contractor:** " -#~ "https://twitter.com/AmandaB_Johnson" -#~ msgstr "" - -#~ msgid "" -#~ "**Tao of Satoshi, Dash Nation Founder" -#~ " and DAO-funded contractor:** " -#~ "`https://twitter.com/Dash_Nation " -#~ "`__" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://twitter.com/dashvietnam" -#~ msgstr "" - -#~ msgid "**Dash News En Español:** https://dashnewsespanol.com" -#~ msgstr "" - -#~ msgid "**Dash Embassy D-A-CH:** https://www.dash-embassy.org/" -#~ msgstr "" - -#~ msgid "**Dash News Germany:** https://dash-news.de" -#~ msgstr "" - -#~ msgid "**Dash Vietnam:** https://dashvn.blogspot.com" -#~ msgstr "" - -#~ msgid "**Dash France:** https://dashfrance.com/" -#~ msgstr "" - -#~ msgid "https://www.coinexplorer.net/dash" -#~ msgstr "" - -#~ msgid "http://dashmasternode.org" -#~ msgstr "http://dashmasternode.org" - -#~ msgid "**Bitnovo:** https://apps.apple.com/app/id1220883632" -#~ msgstr "" - -#~ msgid "**BitUniverse:** https://apps.apple.com/app/id1329338902" -#~ msgstr "" - -#~ msgid "" -#~ "**Jaxx:** " -#~ "https://play.google.com/store/apps/details?id=com.liberty.jaxx" -#~ msgstr "" - -#~ msgid "" -#~ "**Cryptonator:** " -#~ "https://play.google.com/store/apps/details?id=com.cryptonator.android" -#~ msgstr "" - -#~ msgid "" -#~ "**Bitnovo:** " -#~ "https://play.google.com/store/apps/details?id=com.bitnovo.app" -#~ msgstr "" - -#~ msgid "" -#~ "**Blockfolio:** " -#~ "https://play.google.com/store/apps/details?id=com.blockfolio.blockfolio" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po index e69aa96ae..d317739f8 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-10 16:24-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/legal.po b/locale/zh_TW/LC_MESSAGES/docs/user/legal.po index ea1a52637..da65660f6 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/legal.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po b/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po index 238c45c03..fcb04c27e 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-04 12:28-0400\n" +"POT-Creation-Date: 2023-05-23 15:49-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/hosting.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/hosting.po index 94729c2f9..4cf3dda17 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/hosting.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/hosting.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" "Masternode hosting services can help you set up and maintain a Dash " "masternode" msgstr "" -#: ../../docs/user/masternodes/hosting.rst:-1 +#: ../../docs/user/masternodes/hosting.rst-1 msgid "" -"dash, cryptocurrency, hosting, server, linux, masternode, contact, " -"trezor, setup, operator, owner, dip3, reward" +"dash, cryptocurrency, hosting, server, linux, masternode, contact, trezor, " +"setup, operator, owner, dip3, reward" msgstr "" #: ../../docs/user/masternodes/hosting.rst:9 @@ -41,11 +40,11 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:11 msgid "" "Several Dash community members offer masternode hosting services. This " -"service can be realized securely without the customer ever giving up " -"control of the 1000 DASH required for collateral. For security reasons, " -"it is highly recommended to keep the collateral on a hardware wallet when" -" taking advantage of a hosting service. A list of currently available " -"masternode hosting services is available below." +"service can be realized securely without the customer ever giving up control" +" of the 1000 DASH required for collateral. For security reasons, it is " +"highly recommended to keep the collateral on a hardware wallet when taking " +"advantage of a hosting service. A list of currently available masternode " +"hosting services is available below." msgstr "" #: ../../docs/user/masternodes/hosting.rst:19 @@ -54,8 +53,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:21 msgid "" -"**Disclaimer**: Dash Core may be affiliated with these community members," -" but is not involved in the provision of any of these services." +"**Disclaimer**: Dash Core may be affiliated with these community members, " +"but is not involved in the provision of any of these services." msgstr "" #: ../../docs/user/masternodes/hosting.rst:26 @@ -77,7 +76,6 @@ msgid "Services: Hosting, Shares" msgstr "" #: ../../docs/user/masternodes/hosting.rst:37 -#, python-format msgid "Cost: 15% of masternode payments" msgstr "" @@ -203,7 +201,6 @@ msgid "Operated by: Pool of Stake OÜ" msgstr "" #: ../../docs/user/masternodes/hosting.rst:108 -#, python-format msgid "15% of masternode payments (5% with tokens)" msgstr "" @@ -240,7 +237,6 @@ msgid "Services: Hosting, Reporting" msgstr "" #: ../../docs/user/masternodes/hosting.rst:127 -#, python-format msgid "Cost: 10% of rewards" msgstr "" @@ -364,8 +360,8 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:191 msgid "" -":ref:`Information for users of hosted masternodes ` (you " -"are here)" +":ref:`Information for users of hosted masternodes ` (you are " +"here)" msgstr "" #: ../../docs/user/masternodes/hosting.rst:192 @@ -380,35 +376,34 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:196 msgid "" -"Send 1000 DASH to an address you control in a single transaction and wait" -" for 15 confirmations" +"Send 1000 DASH to an address you control in a single transaction and wait " +"for 15 confirmations" msgstr "" #: ../../docs/user/masternodes/hosting.rst:198 msgid "" "Correspond with your hosting provider to determine who will generate the " "operator BLS keys, whether their fee will be paid by an operator reward " -"percentage or according to a separate contract, and whether the " -"masternode will be set up before or after the registration transaction" +"percentage or according to a separate contract, and whether the masternode " +"will be set up before or after the registration transaction" msgstr "" #: ../../docs/user/masternodes/hosting.rst:203 msgid "" -"Prepare, sign and broadcast the registration transaction using Dash Core " -"or DMT" +"Prepare, sign and broadcast the registration transaction using Dash Core or " +"DMT" msgstr "" #: ../../docs/user/masternodes/hosting.rst:206 msgid "" -"It is **highly recommended** to store the keys to your masternode " -"collateral on a :ref:`hardware wallet ` for added " -"security against hackers. Since the hardware wallet is only used to sign " -"a transaction, there is no need to ever connect this wallet to the " -"internet. However, a Dash Core wallet with balance (for the transaction " -"fee) is required to submit the registration transaction. The masternode " -"registration process closely follows the :ref:`setup guide `, beginning from the :ref:`registration step `." +"It is **highly recommended** to store the keys to your masternode collateral" +" on a :ref:`hardware wallet ` for added security " +"against hackers. Since the hardware wallet is only used to sign a " +"transaction, there is no need to ever connect this wallet to the internet. " +"However, a Dash Core wallet with balance (for the transaction fee) is " +"required to submit the registration transaction. The masternode registration" +" process closely follows the :ref:`setup guide `, " +"beginning from the :ref:`registration step `." msgstr "" #: ../../docs/user/masternodes/hosting.rst:220 @@ -418,76 +413,21 @@ msgstr "" #: ../../docs/user/masternodes/hosting.rst:222 msgid "" "This documentation is intended for operators managing nodes on behalf of " -"owners. If you provide an IP address and port of a synchronized full node" -" with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " +"owners. If you provide an IP address and port of a synchronized full node " +"with your ``masternodeblsprivkey`` entered in the ``dash.conf`` file as " "descibed :ref:`here ` to the masternode owner, it will " -"appear in the valid masternode set immediately after they submit the " -"``protx register_submit`` command as described above. If the full node is" -" not running, or if the owner submits ``0`` for the ``ipAndPort``, then " -"the node will be registered in a PoSe-banned state. In this case, the " -"operator will need to issue a :ref:`ProUpServTx transaction ` to update the service features and register the masternode." +"appear in the valid masternode set immediately after they submit the ``protx" +" register_submit`` command as described above. If the full node is not " +"running, or if the owner submits ``0`` for the ``ipAndPort``, then the node " +"will be registered in a PoSe-banned state. In this case, the operator will " +"need to issue a :ref:`ProUpServTx transaction ` to " +"update the service features and register the masternode." msgstr "" #: ../../docs/user/masternodes/hosting.rst:234 msgid "" -"The ProRegTx submitted by the owner also specifies the percentage reward " -"for the operator. It does not specify the operator's reward address, so a" -" ProUpServTx is also required to claim this reward by specifying a Dash " -"address. If the reward is not claimed, it will be paid to the owner in " -"full." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "" -#~ "It is highly recommended to first " -#~ "read at least the list of changes" -#~ " before continuing in order to " -#~ "familiarize yourself with the new " -#~ "concepts in DIP003." -#~ msgstr "" - -#~ msgid "" -#~ "This documentation is intended for " -#~ "operators managing nodes on behalf of" -#~ " owners. If you provide an IP " -#~ "address and port of a synchronized " -#~ "full node with your ``masternodeblsprivkey``" -#~ " entered in the ``dash.conf`` file as" -#~ " descibed :ref:`here ` to" -#~ " the masternode owner, it will appear" -#~ " in the DIP003 valid set immediately" -#~ " after they submit the ``protx " -#~ "register_submit`` command as described above." -#~ " If the full node is not " -#~ "running, or if the owner submits " -#~ "``0`` for the ``ipAndPort``, then the" -#~ " node will be registered in a " -#~ "PoSe-banned state. In this case, the" -#~ " operator will need to issue a " -#~ ":ref:`ProUpServTx transaction `" -#~ " to update the service features and" -#~ " register the masternode." -#~ msgstr "" - +"The ProRegTx submitted by the owner also specifies the percentage reward for" +" the operator. It does not specify the operator's reward address, so a " +"ProUpServTx is also required to claim this reward by specifying a Dash " +"address. If the reward is not claimed, it will be paid to the owner in full." +msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/index.po index bc5a36bce..a2eb0d0b3 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 16:14-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" @@ -21,13 +21,13 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "" "Introduction to documentation on how to set up and operate a masternode for " "the Dash cryptocurrency." msgstr "" -#: ../../docs/user/masternodes/index.rst:1 +#: ../../docs/user/masternodes/index.rst-1 msgid "dash, masternodes, hosting, linux, payment, setup" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/maintenance.po index 7625a9829..c67395502 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" -"Maintaining a Dash masternode involves staying up to date with the latest" -" version, voting and handling payments" +"Maintaining a Dash masternode involves staying up to date with the latest " +"version, voting and handling payments" msgstr "" -#: ../../docs/user/masternodes/maintenance.rst:-1 +#: ../../docs/user/masternodes/maintenance.rst-1 msgid "" "dash, cryptocurrency, masternode, maintenance, maintain, payments, " "withdrawal, voting, monitoring, dip3, upgrade, deterministic" @@ -40,11 +39,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:11 msgid "" -"Masternodes require regular maintenance to ensure you do not drop off the" -" payment queue. This includes promptly installing updates to Dash, as " -"well as maintaining the security and performance of the server. In " -"addition, masternodes should vote on proposals and perform other tasks in" -" the interest of the network and the value of the Dash they hold." +"Masternodes require regular maintenance to ensure you do not drop off the " +"payment queue. This includes promptly installing updates to Dash, as well as" +" maintaining the security and performance of the server. In addition, " +"masternodes should vote on proposals and perform other tasks in the interest" +" of the network and the value of the Dash they hold." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:21 @@ -55,10 +54,10 @@ msgstr "" msgid "" "The Dash Core software requires regular updates in order to remain " "consistent with the current network consensus. Follow the procedure " -"described below to manually update your masternode. If you are still " -"using the legacy dashman installer, see the legacy update documentation " -"`here `__." +"described below to manually update your masternode. If you are still using " +"the legacy dashman installer, see the legacy update documentation `here " +"`__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:30 @@ -67,10 +66,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" -"To update Dash manually, log in to your server using ssh or PuTTY. If " -"your crontab contains an entry to automatically restart dashd, invoke " -"``crontab -e`` and comment out the appropriate line by adding the ``#`` " -"character. It should look something like this::" +"To update Dash manually, log in to your server using ssh or PuTTY. If your " +"crontab contains an entry to automatically restart dashd, invoke ``crontab " +"-e`` and comment out the appropriate line by adding the ``#`` character. It " +"should look something like this::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:39 @@ -79,19 +78,17 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:43 msgid "" -"Visit the `GitHub releases page " -"`_ and copy the link to the " -"latest `x86_64-linux-gnu` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"Visit the `GitHub releases page `_" +" and copy the link to the latest `x86_64-linux-gnu` version. Go back to your" +" terminal window and enter the following command, pasting in the address to " +"the latest version of Dash Core by right clicking or pressing **Ctrl + V**::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:52 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:57 @@ -107,7 +104,8 @@ msgid "" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:69 -msgid "Extract the compressed archive and copy the new files to the directory::" +msgid "" +"Extract the compressed archive and copy the new files to the directory::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:75 @@ -116,14 +114,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:79 msgid "" -"You will see a message reading \"Dash Core server starting\". We will now" -" update Sentinel::" +"You will see a message reading \"Dash Core server starting\". We will now " +"update Sentinel::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:87 msgid "" -"Finally, uncomment the line to automatically restart Dash in your crontab" -" by invoking ``crontab -e`` again and deleting the ``#`` character." +"Finally, uncomment the line to automatically restart Dash in your crontab by" +" invoking ``crontab -e`` again and deleting the ``#`` character." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:91 @@ -136,21 +134,20 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:99 msgid "" -"Periodically, it may be necessary to update masternode information if any" -" information relating to the owner or operator changes. Examples may " -"include a change in IP address, change in owner/operator payout address " -"or changes to the nominated voting/operator keys. It is also possible to " -"revoke a masternode's registered status (in the event of a security " -"breach, for example) to force both owner and operator to update their " -"details." +"Periodically, it may be necessary to update masternode information if any " +"information relating to the owner or operator changes. Examples may include " +"a change in IP address, change in owner/operator payout address or changes " +"to the nominated voting/operator keys. It is also possible to revoke a " +"masternode's registered status (in the event of a security breach, for " +"example) to force both owner and operator to update their details." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:107 msgid "" "Changing the BLS operator key or creating a new ProTx based on the same " "collateral transaction will reset your position in the payment queue. " -"Changing your IP address or making changes to the voting or various " -"payout addresses will not reset your position in the payment queue." +"Changing your IP address or making changes to the voting or various payout " +"addresses will not reset your position in the payment queue." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:115 @@ -160,14 +157,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:117 msgid "" "A Provider Update Service Transaction (ProUpServTx) is used to update " -"information relating to the operator. An operator can update the IP " -"address and port fields of a masternode entry. If a non-zero " -"``operatorReward`` was set in the initial ProRegTx, the operator may also" -" set the ``operatorPayoutAddress`` field in the ProUpServTx. If " -"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, " -"the owner gets the full masternode reward. A ProUpServTx can be created " -"from DMT by clicking the **Update service** button, or from Dash Core " -"using the following syntax::" +"information relating to the operator. An operator can update the IP address " +"and port fields of a masternode entry. If a non-zero ``operatorReward`` was " +"set in the initial ProRegTx, the operator may also set the " +"``operatorPayoutAddress`` field in the ProUpServTx. If " +"``operatorPayoutAddress`` is not set and ``operatorReward`` is non-zero, the" +" owner gets the full masternode reward. A ProUpServTx can be created from " +"DMT by clicking the **Update service** button, or from Dash Core using the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:129 @@ -189,17 +186,16 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:133 #: ../../docs/user/masternodes/maintenance.rst:206 msgid "" -"``operatorKey``: The operator BLS private key associated with the " -"registered operator public key" +"``operatorKey``: The operator BLS private key associated with the registered" +" operator public key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:135 msgid "" -"``operatorPayoutAddress`` (optional): The address used for operator " -"reward payments. Only allowed when the ProRegTx had a non-zero " -"``operatorReward`` value. Enter ``\"\"`` to use the last on-chain " -"operator payout address, or as a placeholder when specifying a " -"``feeSourceAddress``." +"``operatorPayoutAddress`` (optional): The address used for operator reward " +"payments. Only allowed when the ProRegTx had a non-zero ``operatorReward`` " +"value. Enter ``\"\"`` to use the last on-chain operator payout address, or " +"as a placeholder when specifying a ``feeSourceAddress``." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:140 @@ -216,8 +212,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:149 msgid "" -"The masternode is now removed from the PoSe-banned list, and the IP:port " -"and operator reward addresses are updated." +"The masternode is now removed from the PoSe-banned list, and the IP:port and" +" operator reward addresses are updated." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:155 @@ -227,24 +223,24 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:157 msgid "" "A Provider Update Registrar Transaction (ProUpRegTx) is used to update " -"information relating to the owner. An owner can update the operator's BLS" -" public key (e.g. to nominate a new operator), the voting address and " -"their own payout address. A ProUpRegTx can be created from DMT by " -"clicking the **Update operator key**, **Update voting key** or **Update " -"payout addr.** buttons, or from Dash Core using the following syntax::" +"information relating to the owner. An owner can update the operator's BLS " +"public key (e.g. to nominate a new operator), the voting address and their " +"own payout address. A ProUpRegTx can be created from DMT by clicking the " +"**Update operator key**, **Update voting key** or **Update payout addr.** " +"buttons, or from Dash Core using the following syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" -"After v19 hard fork activation, ``protx update_registrar_legacy`` must be" -" used if a legacy scheme BLS key is being used to registrar update a " +"After v19 hard fork activation, ``protx update_registrar_legacy`` must be " +"used if a legacy scheme BLS key is being used to registrar update a " "masternode." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:174 msgid "" -"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the " -"last on-chain operator key" +"``operatorKeyAddr``: An updated BLS public key, or ``\"\"`` to use the last " +"on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:176 @@ -255,8 +251,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" -"``payoutAddress``: An updated Dash address for owner payments, or " -"``\"\"`` to use the last on-chain operator key" +"``payoutAddress``: An updated Dash address for owner payments, or ``\"\"`` " +"to use the last on-chain operator key" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:180 @@ -277,20 +273,20 @@ msgstr "" msgid "" "A Provider Update Revocation Transaction (ProUpRevTx) is used by the " "operator to terminate service or signal the owner that a new BLS key is " -"required. It will immediately put the masternode in the PoSe-banned " -"state. The owner must then issue a ProUpRegTx to set a new operator key. " -"After the ProUpRegTx is mined to a block, the new operator must issue a " -"ProUpServTx to update the service-related metadata and clear the PoSe- " -"banned state (revive the masternode). A ProUpRevTx can be created from " -"DMT by clicking the **Revoke operator** button, or from Dash Core using " -"the following syntax::" +"required. It will immediately put the masternode in the PoSe-banned state. " +"The owner must then issue a ProUpRegTx to set a new operator key. After the " +"ProUpRegTx is mined to a block, the new operator must issue a ProUpServTx to" +" update the service-related metadata and clear the PoSe- banned state " +"(revive the masternode). A ProUpRevTx can be created from DMT by clicking " +"the **Revoke operator** button, or from Dash Core using the following " +"syntax::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" "``reason``: Integer value indicating the revocation `reason " -"`__" +"`__" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 @@ -300,16 +296,14 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" "If your masternode fails to provide service to the network in accordance " -"with the current consensus rules, it will receive a :ref:`Proof of " -"Service Ban `. If your masternode is in the " -"``POSE_BANNED`` status, you should check the following settings are " -"configured correctly:" +"with the current consensus rules, it will receive a :ref:`Proof of Service " +"Ban `. If your masternode is in the ``POSE_BANNED`` " +"status, you should check the following settings are configured correctly:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" -"Ensure you are running the :ref:`latest version of Dash `" +"Ensure you are running the :ref:`latest version of Dash `" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:226 @@ -333,8 +327,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" -"Ensure that the BLS private key on the masternode is unique on the " -"network and not shared with any other masternodes" +"Ensure that the BLS private key on the masternode is unique on the network " +"and not shared with any other masternodes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:234 @@ -346,27 +340,25 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" -"Ensure that the ``externalip`` (and ``port`` if using testnet) are " -"specified correctly and not blocked by a firewall or port forwarding " -"service" +"Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" +" correctly and not blocked by a firewall or port forwarding service" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" -"Ensure that Sentinel is installed, updated, not exiting with an error and" -" is entered in your crontab to run every 1-2 minutes" +"Ensure that Sentinel is installed, updated, not exiting with an error and is" +" entered in your crontab to run every 1-2 minutes" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" -"Once you are certain these settings are correct, you can update your " -"service status on the network and return to the valid set of masternodes " -"by creating a :ref:`ProUpServTx `. Monitor your " -"masternode closely using ``masternode status`` and/or the ``debug.log`` " -"file after restoring service. This information can help you pinpoint the " -"specific misconfiguration that is causing the masternode to be banned. " -"The masternode will be banned again if it continues to fail to provide " -"service." +"Once you are certain these settings are correct, you can update your service" +" status on the network and return to the valid set of masternodes by " +"creating a :ref:`ProUpServTx `. Monitor your masternode" +" closely using ``masternode status`` and/or the ``debug.log`` file after " +"restoring service. This information can help you pinpoint the specific " +"misconfiguration that is causing the masternode to be banned. The masternode" +" will be banned again if it continues to fail to provide service." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:254 @@ -376,9 +368,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:256 msgid "" "DashCentral is a community-supported website managed by community member " -"Rango. It has become a *de facto* site for discussion of budget proposals" -" and to facilitate voting from a graphical user interface, but also " -"offers functions to monitor masternodes." +"Rango. It has become a *de facto* site for discussion of budget proposals " +"and to facilitate voting from a graphical user interface, but also offers " +"functions to monitor masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:262 @@ -388,11 +380,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:264 msgid "" "`Dashcentral `_ allows you to vote on " -"proposals from the comfort of your browser. After completing " -"`registration `_, go to the " -"`masternodes `_ page and click " -"the **Add masternode now** button. Enter your collateral address on the " -"following screen:" +"proposals from the comfort of your browser. After completing `registration " +"`_, go to the `masternodes " +"`_ page and click the **Add " +"masternode now** button. Enter your collateral address on the following " +"screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:274 @@ -401,8 +393,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:276 msgid "" -"Click **Add masternode**. Your masternode has now been added to " -"DashCentral." +"Click **Add masternode**. Your masternode has now been added to DashCentral." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:280 @@ -411,11 +402,11 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:282 msgid "" -"Click **Edit** under **Voting privkeys** to enter your masternode private" -" key to enable voting through the DashCentral web interface. Enter a " -"voting passphrase (not the same as your login password, but equally " -"important to remember!) and enter the private key (the same key you used " -"in the dash.conf file on your masternode) on the following screen:" +"Click **Edit** under **Voting privkeys** to enter your masternode private " +"key to enable voting through the DashCentral web interface. Enter a voting " +"passphrase (not the same as your login password, but equally important to " +"remember!) and enter the private key (the same key you used in the dash.conf" +" file on your masternode) on the following screen:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:292 @@ -425,13 +416,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:294 msgid "" "It is important to note that the private key to start your masternode is " -"unrelated to the private keys to the collateral address storing your 1000" -" DASH. These keys can be used to issue commands on behalf of the " -"masternode, such as voting, but cannot be used to access the collateral. " -"The keys are encrypted on your device and never stored as plain text on " -"DashCentral servers. Once you have entered the key, click **Store " -"encrypted voting privkeys on server**. You can now vote on proposals from" -" the DashCentral web interface." +"unrelated to the private keys to the collateral address storing your 1000 " +"DASH. These keys can be used to issue commands on behalf of the masternode, " +"such as voting, but cannot be used to access the collateral. The keys are " +"encrypted on your device and never stored as plain text on DashCentral " +"servers. Once you have entered the key, click **Store encrypted voting " +"privkeys on server**. You can now vote on proposals from the DashCentral web" +" interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:304 @@ -440,9 +431,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:306 msgid "" -"You can also issue a message from your address to verify ownership of " -"your masternode to DashCentral. Click **Unverified** under **Ownership** " -"and the following screen will appear:" +"You can also issue a message from your address to verify ownership of your " +"masternode to DashCentral. Click **Unverified** under **Ownership** and the " +"following screen will appear:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:313 @@ -451,13 +442,13 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:315 msgid "" -"Instructions on how to sign your collateral address using a software " -"wallet appear. If you are using a hardware wallet other than Trezor, you " -"will need to use the DMT app to sign the address. If you are using the " -"Trezor hardware wallet, go to your `Trezor wallet " -"`_, copy the collateral address and click " -"**Sign & Verify**. The following screen will appear, where you can enter " -"the message provided by DashCentral and the address you wish to sign:" +"Instructions on how to sign your collateral address using a software wallet " +"appear. If you are using a hardware wallet other than Trezor, you will need " +"to use the DMT app to sign the address. If you are using the Trezor hardware" +" wallet, go to your `Trezor wallet `_, copy the " +"collateral address and click **Sign & Verify**. The following screen will " +"appear, where you can enter the message provided by DashCentral and the " +"address you wish to sign:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:326 @@ -466,10 +457,10 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:328 msgid "" -"Click **Sign**, confirm on your Trezor device and enter your PIN to sign " -"the message. A message signature will appear in the **Signature** box. " -"Copy this signature and paste it into the box on DashCentral and click " -"**Verify ownership**. Verification is now complete." +"Click **Sign**, confirm on your Trezor device and enter your PIN to sign the" +" message. A message signature will appear in the **Signature** box. Copy " +"this signature and paste it into the box on DashCentral and click **Verify " +"ownership**. Verification is now complete." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:336 @@ -497,8 +488,8 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:353 msgid "" "Copy the link to the current version of the dashcentral script by right- " -"click and selecting **Copy link address**. Open PuTTY and connect to your" -" masternode, then type::" +"click and selecting **Copy link address**. Open PuTTY and connect to your " +"masternode, then type::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:359 @@ -521,8 +512,8 @@ msgstr "" msgid "" "Replace the values for ``api_key``, your masternode collateral address, " "``rpc_user``, ``rpc_password``, ``daemon_binary`` and ``daemon_datadir`` " -"according to your system. A common configuration, where ``lwhite`` is the" -" name of the Linux user, may look like this:" +"according to your system. A common configuration, where ``lwhite`` is the " +"name of the Linux user, may look like this:" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:381 @@ -532,9 +523,9 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:406 msgid "" "Press **Ctrl + X** to exit, confirm you want save with **Y** and press " -"**Enter**. Test your configuration by running the dashcentral script, " -"then check the website. If it was successful, you will see that an update" -" has been sent::" +"**Enter**. Test your configuration by running the dashcentral script, then " +"check the website. If it was successful, you will see that an update has " +"been sent::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:416 @@ -549,10 +540,10 @@ msgstr "" msgid "" "Once you have verified your configuration is working, we can edit the " "crontab on your system to schedule the dcupdater script to run every 2 " -"minutes. This allows the system to give you early warning in the event of" -" a fault and will even restart the dashd daemon if it hangs or crashes. " -"This is an effective way to make sure you do not drop off the payment " -"queue. Type the following command::" +"minutes. This allows the system to give you early warning in the event of a " +"fault and will even restart the dashd daemon if it hangs or crashes. This is" +" an effective way to make sure you do not drop off the payment queue. Type " +"the following command::" msgstr "" #: ../../docs/user/masternodes/maintenance.rst:433 @@ -589,38 +580,38 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:457 msgid "" -"Since Dash is a public blockchain, it is possible to use block explorers " -"to view the balances of any Dash public address, as well as examine the " +"Since Dash is a public blockchain, it is possible to use block explorers to " +"view the balances of any Dash public address, as well as examine the " "transactions entered in any given block. Each unique transaction is also " -"searchable by its txid. A number of block explorers are available for the" -" Dash network." +"searchable by its txid. A number of block explorers are available for the " +"Dash network." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:463 msgid "" -"`Blockchair `__ offers a block explorer with" -" detailed visualizations to analyse the Dash blockchain." +"`Blockchair `__ offers a block explorer with " +"detailed visualizations to analyse the Dash blockchain." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:465 msgid "" "`CryptoID `__ offers a `Dash blockchain " "explorer `__ and a `function " -"`__ to view and map " -"Dash masternodes." +"`__ to view and map Dash " +"masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:469 msgid "" "`BitInfoCharts `_ offers a `page " -"`_ of price statistics and information " -"and a `blockchain explorer `__." +"`_ of price statistics and information and " +"a `blockchain explorer `__." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" -"`CoinCheckup `__ offers a " -"range of statistics and data on most blockchains, including Dash." +"`CoinCheckup `__ offers a range " +"of statistics and data on most blockchains, including Dash." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:475 @@ -648,11 +639,11 @@ msgstr "https://github.com/Bertrand256/dash-masternode-tool" #: ../../docs/user/masternodes/maintenance.rst:488 msgid "" -"Written and maintained by community member Bertrand256, Dash Masternode " -"Tool (DMT) allows you to start a masternode from all major hardware " -"wallets such as Trezor, Ledger and KeepKey. It also supports functions to" -" vote on proposals and withdraw masternode payments without affecting the" -" collateral transaction." +"Written and maintained by community member Bertrand256, Dash Masternode Tool" +" (DMT) allows you to start a masternode from all major hardware wallets such" +" as Trezor, Ledger and KeepKey. It also supports functions to vote on " +"proposals and withdraw masternode payments without affecting the collateral " +"transaction." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:495 @@ -666,11 +657,10 @@ msgstr "https://www.dashninja.pl" #: ../../docs/user/masternodes/maintenance.rst:499 msgid "" "DASH Ninja, operated by forum member and Dash Core developer elbereth, " -"offers key statistics on the adoption of different versions of Dash " -"across the masternode network. Several features to monitor governance of " -"the Dash, the masternode payment schedule and the geographic distribution" -" of masternodes are also available, as well as a simple blockchain " -"explorer." +"offers key statistics on the adoption of different versions of Dash across " +"the masternode network. Several features to monitor governance of the Dash, " +"the masternode payment schedule and the geographic distribution of " +"masternodes are also available, as well as a simple blockchain explorer." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:507 @@ -683,9 +673,9 @@ msgstr "https://www.dashcentral.org" #: ../../docs/user/masternodes/maintenance.rst:511 msgid "" -"DashCentral, operated by forum member rango, offers an advanced service " -"to monitor masternodes and vote on budget proposals through an advanced " -"web interface." +"DashCentral, operated by forum member rango, offers an advanced service to " +"monitor masternodes and vote on budget proposals through an advanced web " +"interface." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:516 @@ -699,8 +689,8 @@ msgstr "https://stats.masternode.me" #: ../../docs/user/masternodes/maintenance.rst:520 msgid "" "Masternode.me, operated by Dash community member moocowmoo, offers " -"sequential reports on the price, generation rate, blockchain information " -"and some information on masternodes." +"sequential reports on the price, generation rate, blockchain information and" +" some information on masternodes." msgstr "" #: ../../docs/user/masternodes/maintenance.rst:525 @@ -713,28 +703,8 @@ msgstr "http://178.254.23.111/~pub/Dash/Dash_Info.html" #: ../../docs/user/masternodes/maintenance.rst:529 msgid "" -"This site, operated by forum member and Dash Core developer crowning, " -"offers a visual representation of many key statistics of the Dash " -"masternode network, including graphs of the total masternode count over " -"time, price information and network distribution." -msgstr "" - -#~ msgid "" -#~ "`Trezor `__ operates a " -#~ "`blockchain explorer `__ powered by a `Dash " -#~ "fork `__ of" -#~ " `insight `__, an advanced" -#~ " blockchain API tool" -#~ msgstr "" - -#~ msgid "" -#~ "DashCentral, operated by forum member " -#~ "rango, offers an advanced service to " -#~ "monitor masternodes and vote on budget" -#~ " proposals through an advanced web " -#~ "interface. A `mobile monitoring interface " -#~ "`_ is also " -#~ "available." -#~ msgstr "" - +"This site, operated by forum member and Dash Core developer crowning, offers" +" a visual representation of many key statistics of the Dash masternode " +"network, including graphs of the total masternode count over time, price " +"information and network distribution." +msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po index 763d21237..e8d27d04e 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -1,29 +1,27 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: zh_TW \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "This guide describes how to set up a server to host a masternode." msgstr "" -#: ../../docs/user/masternodes/server-config.rst:-1 +#: ../../docs/user/masternodes/server-config.rst-1 msgid "dash, guide, masternodes, setup, bls" msgstr "" @@ -34,20 +32,20 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/server-config.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the masternode collateral and pay an agreed " -"percentage of your reward to the operator." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the masternode collateral and pay an agreed percentage of " +"your reward to the operator." msgstr "" #: ../../docs/user/masternodes/server-config.rst:26 @@ -58,35 +56,35 @@ msgstr "" msgid "" "A VPS, more commonly known as a cloud server, is fully functional " "installation of an operating system (usually Linux) operating within a " -"virtual machine. The virtual machine allows the VPS provider to run " -"multiple systems on one physical server, making it more efficient and " -"much cheaper than having a single operating system running on the \"bare " -"metal\" of each server." +"virtual machine. The virtual machine allows the VPS provider to run multiple" +" systems on one physical server, making it more efficient and much cheaper " +"than having a single operating system running on the \"bare metal\" of each " +"server." msgstr "" #: ../../docs/user/masternodes/server-config.rst:34 msgid "" -"A VPS is ideal for hosting a Dash masternode because they typically offer" -" guaranteed uptime, redundancy in the case of hardware failure and a " -"static IP address that is required to ensure you remain in the masternode" -" payment queue. While running a masternode from home on a desktop " -"computer is technically possible, it will most likely not work reliably " -"because most ISPs allocate dynamic IP addresses to home users." +"A VPS is ideal for hosting a Dash masternode because they typically offer " +"guaranteed uptime, redundancy in the case of hardware failure and a static " +"IP address that is required to ensure you remain in the masternode payment " +"queue. While running a masternode from home on a desktop computer is " +"technically possible, it will most likely not work reliably because most " +"ISPs allocate dynamic IP addresses to home users." msgstr "" #: ../../docs/user/masternodes/server-config.rst:41 msgid "" "Before beginning, take a few minutes to review the masternode " -":hoverxref:`hardware requirements ` which may " -"help you decide which VPS provider best suits your needs. We will use " -"`Vultr `_ hosting as an example of a VPS, " -"although `DigitalOcean `_, `Amazon EC2 " +":hoverxref:`hardware requirements ` which may help " +"you decide which VPS provider best suits your needs. We will use `Vultr " +"`_ hosting as an example of a VPS, although " +"`DigitalOcean `_, `Amazon EC2 " "`_, `Google Cloud " -"`_, `Choopa " -"`_ and `OVH `_ are also" -" popular choices. First create an account and add credit. Then go to the " -"**Servers** menu item on the left and click **+** to add a new server. " -"Select a location for your new server on the following screen:" +"`_, `Choopa `_ " +"and `OVH `_ are also popular choices. First create " +"an account and add credit. Then go to the **Servers** menu item on the left " +"and click **+** to add a new server. Select a location for your new server " +"on the following screen:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:56 @@ -96,8 +94,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:58 msgid "" "Select Ubuntu 20.04 x64 as the server type. We use this LTS release of " -"Ubuntu instead of the latest version because LTS releases are supported " -"with security updates for 5 years, instead of the usual 9 months." +"Ubuntu instead of the latest version because LTS releases are supported with" +" security updates for 5 years, instead of the usual 9 months." msgstr "" #: ../../docs/user/masternodes/server-config.rst:65 @@ -123,7 +121,8 @@ msgid "Vultr server hostname & label selection screen" msgstr "" #: ../../docs/user/masternodes/server-config.rst:82 -msgid "Vultr will now install your server. This process may take a few minutes." +msgid "" +"Vultr will now install your server. This process may take a few minutes." msgstr "" #: ../../docs/user/masternodes/server-config.rst:87 @@ -146,13 +145,13 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:102 msgid "" -"We will begin by connecting to your newly provisioned server. On Windows," -" we will first download an app called PuTTY to connect to the server. Go " -"to the `PuTTY download page " +"We will begin by connecting to your newly provisioned server. On Windows, we" +" will first download an app called PuTTY to connect to the server. Go to the" +" `PuTTY download page " "`_ and " -"select the appropriate MSI installer for your system. On Mac or Linux you" -" can ssh directly from the terminal - simply type ``ssh " -"root@`` and enter your password when prompted." +"select the appropriate MSI installer for your system. On Mac or Linux you " +"can ssh directly from the terminal - simply type ``ssh root@`` " +"and enter your password when prompted." msgstr "" #: ../../docs/user/masternodes/server-config.rst:113 @@ -163,9 +162,9 @@ msgstr "" msgid "" "Double-click the downloaded file to install PuTTY, then run the app from " "your Start menu. Enter the IP address of the server in the **Host Name** " -"field and click **Open**. You may see a certificate warning, since this " -"is the first time you are connecting to this server. You can safely click" -" **Yes** to trust this server in the future." +"field and click **Open**. You may see a certificate warning, since this is " +"the first time you are connecting to this server. You can safely click " +"**Yes** to trust this server in the future." msgstr "" #: ../../docs/user/masternodes/server-config.rst:124 @@ -174,9 +173,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:126 msgid "" -"You are now connected to your server and should see a terminal window. " -"Begin by logging in to your server with the user ``root`` and password " -"supplied by your hosting provider." +"You are now connected to your server and should see a terminal window. Begin" +" by logging in to your server with the user ``root`` and password supplied " +"by your hosting provider." msgstr "" #: ../../docs/user/masternodes/server-config.rst:133 @@ -189,27 +188,27 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:139 msgid "" -"You should immediately change the root password and store it in a safe " -"place for security. You can copy and paste any of the following commands " -"by selecting them in your browser, pressing **Ctrl + C**, then switching " -"to the PuTTY window and right-clicking in the window. The text will paste" -" at the current cursor location::" +"You should immediately change the root password and store it in a safe place" +" for security. You can copy and paste any of the following commands by " +"selecting them in your browser, pressing **Ctrl + C**, then switching to the" +" PuTTY window and right-clicking in the window. The text will paste at the " +"current cursor location::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:147 msgid "" -"Enter and confirm a new password (preferably long and randomly " -"generated). Next we will create a new user with the following command, " -"replacing ```` with a username of your choice::" +"Enter and confirm a new password (preferably long and randomly generated). " +"Next we will create a new user with the following command, replacing " +"```` with a username of your choice::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:153 msgid "" -"You will be prompted for a password. Enter and confirm using a new " -"password (different to your root password) and store it in a safe place. " -"You will also see prompts for user information, but this can be left " -"blank. Once the user has been created, we will add them to the sudo group" -" so they can perform commands as root::" +"You will be prompted for a password. Enter and confirm using a new password " +"(different to your root password) and store it in a safe place. You will " +"also see prompts for user information, but this can be left blank. Once the " +"user has been created, we will add them to the sudo group so they can " +"perform commands as root::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:163 @@ -218,8 +217,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:165 msgid "" -"Now, while still as root, we will update the system from the Ubuntu " -"package repository::" +"Now, while still as root, we will update the system from the Ubuntu package " +"repository::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:171 @@ -234,8 +233,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:178 msgid "" -"We will now install a firewall (and some other packages we will use " -"later)::" +"We will now install a firewall (and some other packages we will use later)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:182 @@ -245,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:184 msgid "" -"Choose the appropriate firewall configuration below based on which " -"network your masternode will support:" +"Choose the appropriate firewall configuration below based on which network " +"your masternode will support:" msgstr "" #: ../../docs/user/masternodes/server-config.rst:187 @@ -263,15 +261,15 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:213 msgid "" -"Next, we add will add swap memory, enable it, and set it to be enabled on" -" subsequent reboots::" +"Next, we add will add swap memory, enable it, and set it to be enabled on " +"subsequent reboots::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:222 msgid "" -"Add the following line at the end of the file (press tab to separate each" -" word/number), then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"Add the following line at the end of the file (press tab to separate each " +"word/number), then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:232 @@ -280,9 +278,9 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:234 msgid "" -"Finally, in order to prevent brute force password hacking attacks, we " -"will install fail2ban and disable root login over ssh. These steps are " -"optional, but highly recommended. Start with fail2ban::" +"Finally, in order to prevent brute force password hacking attacks, we will " +"install fail2ban and disable root login over ssh. These steps are optional, " +"but highly recommended. Start with fail2ban::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:240 @@ -295,8 +293,8 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:255 msgid "" -"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** " -"save the file. Restart and enable the fail2ban service::" +"Then press **Ctrl + X** to close the editor, then **Y** and **Enter** save " +"the file. Restart and enable the fail2ban service::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:261 @@ -307,15 +305,15 @@ msgstr "" msgid "" "Locate the line that reads ``PermitRootLogin yes`` and set it to " "``PermitRootLogin no``. Directly below this, add a line which reads " -"``AllowUsers ``, replacing ```` with the username you" -" selected above. Then press **Ctrl + X** to close the editor, then **Y** " -"and **Enter** save the file." +"``AllowUsers ``, replacing ```` with the username you " +"selected above. Then press **Ctrl + X** to close the editor, then **Y** and " +"**Enter** save the file." msgstr "" #: ../../docs/user/masternodes/server-config.rst:271 msgid "" -"Optionally install or update `AppArmor `_ (try " -"this step if you are having problems related to AppArmor)::" +"Optionally install or update `AppArmor `_ (try this " +"step if you are having problems related to AppArmor)::" msgstr "" #: ../../docs/user/masternodes/server-config.rst:277 @@ -333,11 +331,10 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:287 msgid "" "While this setup includes basic steps to protect your server against " -"attacks, much more can be done. In particular, authenticating with a " -"`public key `_ " -"instead of a username/password combination. Enabling `automatic security " -"updates `_ is" -" advisable. More tips are available `here `__." +"attacks, much more can be done. In particular, authenticating with a `public" +" key `_ instead of a " +"username/password combination. Enabling `automatic security updates " +"`_ is advisable." +" More tips are available `here `__." msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index 21e32e353..0d6dabdca 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -1,31 +1,29 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: zh_TW \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-23 19:50+0000\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup-evonode.rst:-1 +#: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" msgstr "" @@ -35,23 +33,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" -"Setting up an Evolution masternode requires a basic understanding of " -"Linux and blockchain technology, as well as an ability to follow " -"instructions closely. It also requires regular maintenance and careful " -"security, particularly if you are not storing your Dash on a hardware " -"wallet. There are some decisions to be made along the way, and optional " -"extra steps to take for increased security." +"Setting up an Evolution masternode requires a basic understanding of Linux " +"and blockchain technology, as well as an ability to follow instructions " +"closely. It also requires regular maintenance and careful security, " +"particularly if you are not storing your Dash on a hardware wallet. There " +"are some decisions to be made along the way, and optional extra steps to " +"take for increased security." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your evonode " -"to a professional operator. When using these hosting services, you retain" -" full control of the DASH collateral and pay an agreed percentage of your" -" reward to the operator. It is also possible to delegate your voting keys" -" to a representative, see the :ref:`governance documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your evonode to " +"a professional operator. When using these hosting services, you retain full " +"control of the DASH collateral and pay an agreed percentage of your reward " +"to the operator. It is also possible to delegate your voting keys to a " +"representative, see the :ref:`governance documentation ` " +"for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:27 @@ -60,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:29 msgid "" -"This guide assumes you are setting up a single mainnet Evolution " -"masternode for the first time. If you are updating a masternode, see " -":ref:`here ` instead. You will need:" +"This guide assumes you are setting up a single mainnet Evolution masternode " +"for the first time. If you are updating a masternode, see :ref:`here " +"` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:33 @@ -98,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:43 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:49 @@ -109,17 +107,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" -"Once you have completed server configuration, complete the remaining " -"steps in the sections below to finish setting up your evonode or follow " -"along with this step-by-step tutorial." +"Once you have completed server configuration, complete the remaining steps " +"in the sections below to finish setting up your evonode or follow along with" +" this step-by-step tutorial." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:69 @@ -128,20 +126,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 4000 DASH is required to operate an Evolution masternode. Once it has " -"been sent, various keys regarding the transaction must be extracted for " -"later entry in a configuration file and registration transaction as proof" -" to write the configuration to the blockchain so the Evolution masternode" -" can be included in the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"4000 DASH is required to operate an Evolution masternode. Once it has been " +"sent, various keys regarding the transaction must be extracted for later " +"entry in a configuration file and registration transaction as proof to write" +" the configuration to the blockchain so the Evolution masternode can be " +"included in the deterministic list." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" -"A masternode can be registered from a hardware wallet or the official " -"Dash Core wallet, although a hardware wallet is highly recommended to " -"enhance security and protect yourself against hacking. This guide will " -"describe the steps for both hardware wallets and Dash Core." +"A masternode can be registered from a hardware wallet or the official Dash " +"Core wallet, although a hardware wallet is highly recommended to enhance " +"security and protect yourself against hacking. This guide will describe the " +"steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:86 @@ -150,17 +148,17 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 4000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send to consecutive addresses " -"within the same new account. You should see the transaction as soon as " -"the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 4000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send to consecutive addresses within the same new account. You " +"should see the transaction as soon as the first confirmation arrives, " +"usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:103 @@ -171,23 +169,22 @@ msgstr "" msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:113 #: ../../docs/user/masternodes/setup-evonode.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:115 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the `GitHub releases page " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the `GitHub releases page " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:123 @@ -196,10 +193,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:125 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:136 @@ -208,16 +205,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:138 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. First, click **add a new one** or click " -"**MN actions** and select **Add New Masternode Entry...**. Carry out the " +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. First, click **add a new one** or click **MN " +"actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 @@ -226,18 +223,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999 for mainnet." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent the collateral and click **Apply**. The " -"**Collateral address**, **path**, **Collateral TX hash** and **index** " -"fields should be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent the collateral and click **Apply**. The **Collateral address**, " +"**path**, **Collateral TX hash** and **index** fields should be filled " +"automatically." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:158 @@ -246,8 +243,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" -"Leave DMT open and continue with the next step: :ref:`Software " -"Installation `." +"Leave DMT open and continue with the next step: :ref:`Software Installation " +"`." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:164 @@ -256,8 +253,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:172 @@ -266,36 +263,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:174 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" -"Now send exactly 4000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 4000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 @@ -304,14 +299,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" -"The following options are available for installing Dash masternode " -"software:" +"The following options are available for installing Dash masternode software:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:213 msgid "" -":ref:`Dashmate installation (recommended) `" +":ref:`Dashmate installation (recommended) `" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:214 @@ -324,19 +317,18 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:221 msgid "" -"Dashmate is a universal tool designed to help you set up and run Dash " -"nodes in a containerized environment. It is based on Docker technology " -"and features an interactive setup command. Dashmate handles the " -"installation of Dash Core, as well as all dependencies and supporting " -"services. See this :ref:`dashmate documentation ` for more " -"information." +"Dashmate is a universal tool designed to help you set up and run Dash nodes " +"in a containerized environment. It is based on Docker technology and " +"features an interactive setup command. Dashmate handles the installation of " +"Dash Core, as well as all dependencies and supporting services. See this " +":ref:`dashmate documentation ` for more information." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:227 msgid "" -"Open PuTTY or a console again and connect to the server using the " -"username and password you just created for your new, non-root user. Begin" -" by installing dashmate dependencies::" +"Open PuTTY or a console again and connect to the server using the username " +"and password you just created for your new, non-root user. Begin by " +"installing dashmate dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 @@ -345,16 +337,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" -"Alternative installation options are available on the " -":hoverxref:`dashmate page `." +"Alternative installation options are available on the :hoverxref:`dashmate " +"page `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:245 #: ../../docs/user/masternodes/setup-evonode.rst:395 msgid "" -"Continue with the :ref:`Registration step ` to setup " -"the collateral, keys and construct the ProTx transaction required to " -"enable your masternode." +"Continue with the :ref:`Registration step ` to setup the " +"collateral, keys and construct the ProTx transaction required to enable your" +" masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 @@ -364,9 +356,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" "Dash Platform will include multiple services that must be configured " -"properly for an Evolution masternode to operate correctly. A :ref" -":`dashmate-based installation ` is " -"recommended to ensure your configuration is functional." +"properly for an Evolution masternode to operate correctly. A :ref:`dashmate-" +"based installation ` is recommended to " +"ensure your configuration is functional." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:264 @@ -377,19 +369,18 @@ msgstr "" msgid "" "To manually download and install the components of your Dash Evolution " "masternode, visit the `GitHub releases page " -"`_ and copy the link to the " -"latest version appropriate for your CPU architecture, e.g. ``x86_64" -"-linux-gnu``. Go back to your terminal window and enter the following " -"command, pasting in the address to the latest version of Dash Core by " -"right clicking or pressing **Ctrl+ V**::" +"`_ and copy the link to the latest" +" version appropriate for your CPU architecture, e.g. ``x86_64-linux-gnu``. " +"Go back to your terminal window and enter the following command, pasting in " +"the address to the latest version of Dash Core by right clicking or pressing" +" **Ctrl+ V**::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:276 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:281 @@ -406,8 +397,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:301 @@ -428,8 +419,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:325 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:327 @@ -444,8 +435,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:331 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:337 @@ -470,35 +461,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:351 msgid "" "We will now install Sentinel, a piece of software which operates as a " -"watchdog to communicate to the network that your node is working " -"properly::" +"watchdog to communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:361 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:367 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:373 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:382 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:403 @@ -507,8 +497,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:405 msgid "" -"The keys required for the different masternode roles are described " -"briefly under :ref:`mn-concepts` in this documentation." +"The keys required for the different masternode roles are described briefly " +"under :ref:`mn-concepts` in this documentation." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:411 @@ -517,9 +507,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:413 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the private keys " -"required for the masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the private keys required " +"for the masternode:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:417 @@ -556,11 +546,11 @@ msgstr "" msgid "" "Then click **MN actions** and select **Register masternode**. Optionally " "specify a different **Payout address** and/or **Operator reward**, then " -"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. " -"(For details about using your own local RPC node, see the `Dash " -"Masternode Tool documentation `__.) Confirm" -" the following two messages:" +"click **Continue**. Select **Remote Dash RPC Node (automatic method)**. (For" +" details about using your own local RPC node, see the `Dash Masternode Tool " +"documentation `__.) Confirm the following" +" two messages:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:445 @@ -573,11 +563,11 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:451 msgid "" -"At this point the masternode registration is complete, but the BLS " -"private key must be added to the server so it can become operational. The" -" BLS key allows the masternode to watch the blockchain for relevant " -"Pro*Tx transactions, and will cause it to start serving as a masternode " -"when the signed ProRegTx is broadcast by the owner, as we just did above." +"At this point the masternode registration is complete, but the BLS private " +"key must be added to the server so it can become operational. The BLS key " +"allows the masternode to watch the blockchain for relevant Pro*Tx " +"transactions, and will cause it to start serving as a masternode when the " +"signed ProRegTx is broadcast by the owner, as we just did above." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:457 @@ -593,30 +583,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" -"For dashmate-based masternodes, enter the BLS private key during the " -"initial dashmate setup process. Run the dashmate setup wizard on your " -"server::" +"For dashmate-based masternodes, enter the BLS private key during the initial" +" dashmate setup process. Run the dashmate setup wizard on your server::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:469 msgid "" -"Select the network and masternode type. Select **Yes** when asked if your" -" masternode is already registered since this was done earlier in the " -"section." +"Select the network and masternode type. Select **Yes** when asked if your " +"masternode is already registered since this was done earlier in the section." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:472 msgid "" -"Enter the **BLS private key** and the **Platform node key** from DMT when" -" requested by dashmate." +"Enter the **BLS private key** and the **Platform node key** from DMT when " +"requested by dashmate." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:475 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:479 @@ -630,8 +618,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:591 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. See the dashmate :hoverxref:`node " -"operation documentation ` for details." +"entirely from within dashmate. See the dashmate :hoverxref:`node operation " +"documentation ` for details." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:490 @@ -640,41 +628,40 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:492 msgid "" -"For manual installations, log in to your masternode using ``ssh`` or " -"PuTTY and edit the configuration file as follows::" +"For manual installations, log in to your masternode using ``ssh`` or PuTTY " +"and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:497 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:503 #: ../../docs/user/masternodes/setup-evonode.rst:677 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:516 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Refresh status** function in" -" DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Refresh status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:523 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:525 @@ -692,8 +679,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:601 msgid "" "For mainnet masternodes, it highly is recommended to :ref:`store the " -"collateral on a hardware wallet ` and " -"use the Dash Masternode Tool to register as described in :ref:`Option 1: " +"collateral on a hardware wallet ` and use " +"the Dash Masternode Tool to register as described in :ref:`Option 1: " "Registering from a hardware wallet `." msgstr "" @@ -713,9 +700,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:549 msgid "" "Prior to running the dashmate setup wizard you should obtain the " -":hoverxref:`collateral transaction info ` and the " -"owner, voting, and payout addresses for the new evonode. For example, use" -" Dash Core to generate the addresses as described in the :hoverxref:`Get " +":hoverxref:`collateral transaction info ` and the owner," +" voting, and payout addresses for the new evonode. For example, use Dash " +"Core to generate the addresses as described in the :hoverxref:`Get " "masternode addresses section `." msgstr "" @@ -725,23 +712,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:558 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" "You will be prompted to select a network, node type, IP address and BLS " -"private key. When setting up an unregistered masternode, you will also be" -" prompted for the collateral transaction information and owner, voting, " -"and payout addresses." +"private key. When setting up an unregistered masternode, you will also be " +"prompted for the collateral transaction information and owner, voting, and " +"payout addresses." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:566 msgid "" -"Enter the requested information or accept the detected/generated " -"defaults. For an example showing all steps of the setup wizard, refer to " -"the :hoverxref:`dashmate section `." +"Enter the requested information or accept the detected/generated defaults. " +"For an example showing all steps of the setup wizard, refer to the " +":hoverxref:`dashmate section `." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:571 @@ -750,10 +737,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:573 msgid "" -"The dashmate wizard will output a command you can use to submit the " -"provider registration special transaction that registers the masternode " -"on the network. Copy the provided protx command and run it using dash-cli" -" or the Dash Core console." +"The dashmate wizard will output a command you can use to submit the provider" +" registration special transaction that registers the masternode on the " +"network. Copy the provided protx command and run it using dash-cli or the " +"Dash Core console." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:582 @@ -770,8 +757,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:606 msgid "" -"This option can be used without installing any applications other than " -"Dash Core; however, it requires the most technical skill." +"This option can be used without installing any applications other than Dash " +"Core; however, it requires the most technical skill." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:612 @@ -780,9 +767,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:614 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:620 @@ -791,8 +778,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:633 @@ -803,18 +790,17 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:656 @@ -833,16 +819,16 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:671 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:693 @@ -851,8 +837,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:695 msgid "" -"The following command will generate new P2P key using Tenderdash and " -"display it on the screen::" +"The following command will generate new P2P key using Tenderdash and display" +" it on the screen::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:702 @@ -863,14 +849,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:705 msgid "" -"Alternatively, the following commands can be used generate P2P key, save " -"it to `privkey.pem`, and generate ``platformNodeID`` in hex format::" +"Alternatively, the following commands can be used generate P2P key, save it " +"to `privkey.pem`, and generate ``platformNodeID`` in hex format::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:713 msgid "" -"The platform node ID will be used in following steps. We will now prepare" -" the transaction used to register the masternode on the network." +"The platform node ID will be used in following steps. We will now prepare " +"the transaction used to register the masternode on the network." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:725 @@ -883,10 +869,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:731 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 4000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 4000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:741 @@ -896,9 +881,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:743 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:753 @@ -907,9 +892,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:754 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:764 @@ -925,9 +910,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare_hpmn`` transaction " -"will fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare_hpmn`` transaction will " +"fail." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:775 @@ -938,8 +923,8 @@ msgstr "" msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:788 @@ -961,12 +946,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:799 msgid "" -"``collateralHash``: The txid of the 4000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 4000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:800 -msgid "``collateralIndex``: The output index of the 4000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 4000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:801 @@ -977,20 +962,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:802 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:804 msgid "" -"``operatorPubKey``: The BLS public key :hoverxref:`generated above " -"` (or provided by your hosting service)" +"``operatorPubKey``: The BLS public key :hoverxref:`generated above ` (or provided by your hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:806 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:808 @@ -1013,14 +998,14 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:814 msgid "" -"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication" -" between nodes. Must be 26656 for mainnet." +"``platformP2PPort``: TCP port of Dash Platform peer-to-peer communication " +"between nodes. Must be 26656 for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:816 msgid "" -"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be " -"443 for mainnet." +"``platformHTTPPort``: TCP port of Platform HTTP/API interface. Must be 443 " +"for mainnet." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:818 @@ -1031,10 +1016,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:821 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:826 @@ -1060,13 +1045,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:856 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:865 @@ -1081,10 +1066,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:877 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:884 @@ -1093,173 +1078,28 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:886 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare_hpmn`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare_hpmn`` command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:888 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:899 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes** tab of the Dash Core wallet, or in the " -"console using the command ``protx list valid``, where the txid of the " -"final ``protx register_submit`` transaction identifies your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes** tab of the Dash Core wallet, or in the console " +"using the command ``protx list valid``, where the txid of the final ``protx " +"register_submit`` transaction identifies your masternode." msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:905 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Refresh status** function in DMT." -msgstr "" - -#~ msgid "EvoNode Setup" -#~ msgstr "" - -#~ msgid "" -#~ "Commercial :ref:`masternode hosting services " -#~ "` are available if you" -#~ " prefer to delegate day-to-day " -#~ "operation of your EvoNode to a " -#~ "professional operator. When using these " -#~ "hosting services, you retain full " -#~ "control of the DASH collateral and " -#~ "pay an agreed percentage of your " -#~ "reward to the operator. It is also" -#~ " possible to delegate your voting " -#~ "keys to a representative, see the " -#~ ":ref:`governance documentation `" -#~ " for more information." -#~ msgstr "" - -#~ msgid "" -#~ "An Evolution masternode (or EvoNode) can" -#~ " be registered from the official Dash" -#~ " Core wallet. This guide will " -#~ "describe the steps." -#~ msgstr "" - -#~ msgid "Holding collateral in Dash Core wallet" -#~ msgstr "" - -#~ msgid "Software Installation" -#~ msgstr "" - -#~ msgid "" -#~ "The following methods are available for" -#~ " installing Dash Evolution masternode " -#~ "software:" -#~ msgstr "" - -#~ msgid ":ref:`Dashmate installation `" -#~ msgstr "" - -#~ msgid "" -#~ "Dashmate is a universal tool designed" -#~ " to help you set up and run " -#~ "Dash nodes in a containerized " -#~ "environment. It is based on Docker " -#~ "technology and features an interactive " -#~ "setup command. Dashmate handles the " -#~ "installation of Dash Core, as well " -#~ "as all dependencies and supporting " -#~ "services. Additional dashmate information is" -#~ " available :ref:`here `." -#~ msgstr "" - -#~ msgid "" -#~ "Open PuTTY or a console again and" -#~ " connect using the username and " -#~ "password you just created for your " -#~ "new, non-root user. Begin by " -#~ "installing dashmate dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Refer to the dashmate page for " -#~ ":hoverxref:`alternative installation options " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "Continue with the :ref:`Registration step " -#~ "` to setup " -#~ "the collateral, keys and construct the" -#~ " ProTx transaction required to enable " -#~ "your masternode." -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**Dash Core server starting**. We will" -#~ " now install Sentinel, a piece of " -#~ "software which operates as a watchdog" -#~ " to communicate to the network that" -#~ " your node is working properly::" -#~ msgstr "" - -#~ msgid "Option 1: Registering from dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "Prior to running the dashmate setup " -#~ "wizard you should obtain the " -#~ ":hoverxref:`collateral transaction info ` and the owner, voting, " -#~ "and payout addresses for the new " -#~ "EvoNode. For example, use Dash Core " -#~ "to generate the addresses as described" -#~ " in :hoverxref:`this section below " -#~ "`." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation :hoverxref:`here `." -#~ msgstr "" - -#~ msgid "Option 2: Registering from Dash Core wallet" -#~ msgstr "" - -#~ msgid "" -#~ "A pair of BLS keys for the " -#~ "operator were already generated above, " -#~ "and the private key was entered on" -#~ " the masternode. The public key is" -#~ " used in this transaction as the " -#~ "``operatorPubKey``." -#~ msgstr "" - -#~ msgid "Prepare the ProRegTx" -#~ msgstr "" - -#~ msgid "" -#~ "``operatorPubKey``: The BLS public key " -#~ ":ref:`generated above ` (or provided by your " -#~ "hosting service)" -#~ msgstr "" - -#~ msgid "" -#~ "``platformNodeID``: Platform P2P node ID " -#~ ":ref:`generated above `" -#~ msgstr "" - -#~ msgid "" -#~ "At this point you can go back " -#~ "to your terminal window and monitor " -#~ "your masternode by entering ``~/.dashcore" -#~ "/dash-cli masternode status`` or using " -#~ "the **Get status** function in DMT." -#~ msgstr "" - +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Refresh status** function in DMT." +msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 9f01df8b2..4ae517121 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -1,30 +1,28 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 -msgid "This guide describes how to set up a Dash masternode with evo services." +#: ../../docs/user/masternodes/setup-testnet.rst-1 +msgid "" +"This guide describes how to set up a Dash masternode with evo services." msgstr "" -#: ../../docs/user/masternodes/setup-testnet.rst:-1 +#: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -35,8 +33,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" "Setting up a masternode with support for evo services requires a basic " -"understanding of Linux and blockchain technology, as well as an ability " -"to follow instructions closely. It also requires regular maintenance and " +"understanding of Linux and blockchain technology, as well as an ability to " +"follow instructions closely. It also requires regular maintenance and " "careful security, particularly if you are not storing your Dash on a " "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." @@ -45,12 +43,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:29 @@ -59,9 +57,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:31 msgid "" -"This guide assumes you are setting up a single testnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single testnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:35 @@ -97,9 +95,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:52 @@ -108,10 +106,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:59 @@ -120,16 +118,15 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list. A masternode can be registered from a hardware " -"wallet or the official Dash Core wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list. A masternode can be registered from a hardware wallet or" +" the official Dash Core wallet, although a hardware wallet is highly " +"recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:73 @@ -138,46 +135,45 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:92 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:100 #: ../../docs/user/masternodes/setup-testnet.rst:198 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:103 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:111 @@ -186,10 +182,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:113 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:125 @@ -198,9 +194,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:127 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:134 @@ -213,24 +209,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:137 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:139 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 19999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 19999." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:151 @@ -239,8 +234,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:157 @@ -249,8 +244,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:165 @@ -259,36 +254,34 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:167 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " -"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You" -" will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " +"complete, view the transaction in a `blockchain explorer `_ by searching for the address. You will need 15 " +"confirmations before you can register the masternode, but you can continue " +"with the next step at this point already: generating your masternode " +"operator key." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:205 @@ -300,7 +293,8 @@ msgid "The following tools are available for installing a Dash masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:209 -msgid ":ref:`dashmate installation `" +msgid "" +":ref:`dashmate installation `" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:210 @@ -309,8 +303,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" -"`Dash Masternode Zeus `__ (does " -"not yet support platform services)" +"`Dash Masternode Zeus `__ (does not" +" yet support platform services)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:217 @@ -322,8 +316,8 @@ msgid "" "``dashmate`` replaces the `dashman " "`__ masternode installer by " "moocowmoo. dashmate is based on Docker technology and features an " -"interactive setup command and the ability to manage multiple node configs" -" and multiple networks. It handles the installation of Dash Core and " +"interactive setup command and the ability to manage multiple node configs " +"and multiple networks. It handles the installation of Dash Core and " "Tenderdash, as well as all dependencies and supporting services. Full " "dashmate documentation is available `here " "`__." @@ -335,9 +329,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:231 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. Begin by installing " -"dashmate dependencies::" +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. Begin by installing dashmate " +"dependencies::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:242 @@ -383,9 +377,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" -"Continue with the :ref:`Registration step ` " -"to setup the collateral, keys and construct the ProTx transaction " -"required to enable your masternode." +"Continue with the :ref:`Registration step ` to " +"setup the collateral, keys and construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:286 @@ -394,21 +388,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" -"Adding the following ``git`` and ``npm`` commands optionally also ensures" -" you are using the latest stable version of dashmate::" +"Adding the following ``git`` and ``npm`` commands optionally also ensures " +"you are using the latest stable version of dashmate::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " -"(necessary if Platform has been wiped) and restart with the latest " -"version::" +"(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:316 @@ -427,9 +420,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:324 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:328 @@ -438,8 +431,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:329 msgid "" -"Operator private key (generate new or use private key generated by " -"dashmate)" +"Operator private key (generate new or use private key generated by dashmate)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:330 @@ -452,12 +444,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:337 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:349 @@ -467,13 +459,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:351 msgid "" "The public key will be used in following steps. The private key must be " -"entered in the configuration on the masternode. This allows the " -"masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"entered in the configuration on the masternode. This allows the masternode " +"to watch the blockchain for relevant Pro*Tx transactions, and will cause it " +"to start serving as a masternode when the signed ProRegTx is broadcast by " +"the owner (final step below). If you are using the BLS key generated by " +"``dashmate setup``, this information is already configured for your " +"masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:363 @@ -500,9 +492,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:378 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:384 @@ -511,8 +503,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:397 @@ -523,19 +515,18 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"you can use the BLS key generated by the ``dashmate setup`` command. " -"Alternatively, you can generate a BLS public/private keypair in Dash Core" -" by clicking **Window > Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, you can use the " +"BLS key generated by the ``dashmate setup`` command. Alternatively, you can " +"generate a BLS public/private keypair in Dash Core by clicking **Window > " +"Console** and entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:421 @@ -554,17 +545,17 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). If you are using the BLS " -"key generated by ``dashmate setup``, this information is already " -"configured for your masternode. If you generated your own BLS key pair, " -"edit the dashmate configuration as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). If you are using the BLS key " +"generated by ``dashmate setup``, this information is already configured for " +"your masternode. If you generated your own BLS key pair, edit the dashmate " +"configuration as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:444 @@ -573,32 +564,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:446 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:476 @@ -610,33 +600,31 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:491 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:499 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:505 @@ -647,12 +635,12 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:508 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:510 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:512 @@ -663,20 +651,20 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:514 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:516 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:518 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:520 @@ -699,10 +687,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:527 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:533 @@ -728,13 +716,13 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:561 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:571 @@ -749,10 +737,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:583 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:591 @@ -761,24 +749,24 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:593 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:595 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:606 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:621 @@ -791,10 +779,10 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" -"This guide describes how to manually download and install the components " -"of your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " -"assuming you have a non-root user named ``dash``. You will need to " -"manually adjust apt commands if using a different distro." +"This guide describes how to manually download and install the components of " +"your Dash masternode under Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" " +"assuming you have a non-root user named ``dash``. You will need to manually " +"adjust apt commands if using a different distro." msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:631 @@ -821,16 +809,16 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:653 msgid "" -"Dash Core is a fork of Bitcoin Core and is responsible for all consensus " -"and communication relating to the base blockchain. Download Dash Core as " +"Dash Core is a fork of Bitcoin Core and is responsible for all consensus and" +" communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with the following key:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with the following key:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:664 @@ -855,9 +843,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" -"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your " -"own values. Leave the ``masternodeblsprivkey`` field commented out for " -"now. Configure Dash Core to start as a service::" +"Optionally replace the ``rpcuser`` and ``rpcpassword`` fields with your own " +"values. Leave the ``masternodeblsprivkey`` field commented out for now. " +"Configure Dash Core to start as a service::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:744 @@ -881,8 +869,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Run the following to ensure Sentinel" -" runs every 10 minutes::" +"full sync before running Sentinel.** Run the following to ensure Sentinel " +"runs every 10 minutes::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:776 @@ -890,7 +878,8 @@ msgid "Use the following command to monitor sync status::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:780 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:794 @@ -930,7 +919,8 @@ msgid "Start Drive::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:858 -msgid "Verify Drive is running by checking for a time value under ``uptime``::" +msgid "" +"Verify Drive is running by checking for a time value under ``uptime``::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:863 @@ -939,9 +929,9 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:865 msgid "" -"Tenderdash is a fork of Tendermint and is the blockchain implementation " -"used by Dash Platform. As binaries are not yet published, you will need " -"to build from source. Build and install Tenderdash as follows::" +"Tenderdash is a fork of Tendermint and is the blockchain implementation used" +" by Dash Platform. As binaries are not yet published, you will need to build" +" from source. Build and install Tenderdash as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:876 @@ -950,8 +940,8 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:880 msgid "" -"Several files will be generated in the ``~/.tenderdash`` directory. " -"Modify the configuration with the following commands::" +"Several files will be generated in the ``~/.tenderdash`` directory. Modify " +"the configuration with the following commands::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:891 @@ -995,31 +985,30 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:951 msgid "" "Envoy is a gRPC service proxy for cloud-native applications. As it is " -"responsible for TLS termination, you will need to obtain a TLS " -"certificate for your public IP address before configuring Envoy. You can " -"do this independently using a provider of your choice, or use ZeroSSL to " -"obtain a free certificate. Visit https://app.zerossl.com/certificate/new " -"and enter your public IP address, select HTTP File Upload as the " -"verification method and then download the auth file. Place the contents " -"of this file in the ``/var/www/html/.well-known/pki-validation/`` " -"directory with the original filename on your server and serve it using " -"nginx as follows::" +"responsible for TLS termination, you will need to obtain a TLS certificate " +"for your public IP address before configuring Envoy. You can do this " +"independently using a provider of your choice, or use ZeroSSL to obtain a " +"free certificate. Visit https://app.zerossl.com/certificate/new and enter " +"your public IP address, select HTTP File Upload as the verification method " +"and then download the auth file. Place the contents of this file in the " +"``/var/www/html/.well-known/pki-validation/`` directory with the original " +"filename on your server and serve it using nginx as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:966 msgid "" -"Click the link shown in Step 3 of the ZeroSSL interface and verify that " -"the contents of the auth file are displayed in your browser. Complete " -"validation in ZeroSSL and download the bundle file in ``.zip`` format. " -"Extract it on your local computer, and copy the contents of the " -"``certificate.crt`` followed by ``ca_bundle.crt`` one after the other " -"into the bundle file at the following location on the remote node::" +"Click the link shown in Step 3 of the ZeroSSL interface and verify that the " +"contents of the auth file are displayed in your browser. Complete validation" +" in ZeroSSL and download the bundle file in ``.zip`` format. Extract it on " +"your local computer, and copy the contents of the ``certificate.crt`` " +"followed by ``ca_bundle.crt`` one after the other into the bundle file at " +"the following location on the remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:975 msgid "" -"Then copy the contents of ``private.key`` into the following location on " -"the remote node::" +"Then copy the contents of ``private.key`` into the following location on the" +" remote node::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:980 @@ -1027,7 +1016,8 @@ msgid "Remove nginx and the temporary auth file as follows:" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:982 -msgid "sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" +msgid "" +"sudo apt -y --purge autoremove nginx sudo rm -rf /var/www/html/.well-known" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:985 @@ -1076,22 +1066,21 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1046 msgid "" -"Developers requiring a local masternode can get started quickly by " -"starting dashmate and providing a private key containing collateral " -"directly. Install dependencies if necessary (Docker, NodeJS, NPM, Github " -"CLI). Windows, macOS and Linux are supported, the following example shows" -" how to install dependencies under Ubuntu 20.04 LTS.::" +"Developers requiring a local masternode can get started quickly by starting " +"dashmate and providing a private key containing collateral directly. Install" +" dependencies if necessary (Docker, NodeJS, NPM, Github CLI). Windows, macOS" +" and Linux are supported, the following example shows how to install " +"dependencies under Ubuntu 20.04 LTS.::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1059 msgid "" "Generate a new Dash address for temporary use using `this script " -"`__ or the " -"``getnewaddress`` and ``dumpprivkey`` RPC commands in `Dash Core " -"`__ in testnet mode. Go to https" -"://testnet-faucet.dash.org/ and request 1000+ tDash to your new address " -"using the promo code 'masternode'. Then download and initialize dashmate " -"as follows::" +"`__ or the ``getnewaddress``" +" and ``dumpprivkey`` RPC commands in `Dash Core " +"`__ in testnet mode. Go to https://testnet-" +"faucet.dash.org/ and request 1000+ tDash to your new address using the promo" +" code 'masternode'. Then download and initialize dashmate as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1069 @@ -1105,406 +1094,18 @@ msgid "Register your masternode on the network as follows::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1079 -msgid "Wait until sync and registration are complete. Then start the masternode::" +msgid "" +"Wait until sync and registration are complete. Then start the masternode::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1083 -msgid "Your masternode is now providing service on the following local ports::" +msgid "" +"Your masternode is now providing service on the following local ports::" msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:1091 msgid "" -"Note that platform sync will take some time after core sync is complete. " -"You can monitor progress with ``dashmate status platform`` or use " -"``dashmate --help`` to view other commands." -msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 22.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall, add " -#~ "swap memory and reboot the server " -#~ "to apply any necessary kernel updates," -#~ " and then login to our newly " -#~ "secured environment as the new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, `authenticating with a public" -#~ " key `_" -#~ " instead of a username/password combination" -#~ " and `enabling automatic security updates" -#~ " `_ " -#~ "is advisable. More tips are available" -#~ " `here `__. However, since the " -#~ "masternode does not actually store the" -#~ " keys to any Dash, these steps " -#~ "are considered beyond the scope of " -#~ "this guide." -#~ msgstr "" - -#~ msgid "" -#~ "``dashmate`` replaces the `dashman " -#~ "`__ masternode " -#~ "installer by moocowmoo. dashmate is " -#~ "based on Docker technology and features" -#~ " an interactive setup command and the" -#~ " ability to manage multiple node " -#~ "configs and multiple networks. It " -#~ "handles the installation of Dash Core" -#~ " and Tenderdash, as well as all " -#~ "dependencies and supporting services. Full " -#~ "dashmate documentation is available `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "You can manage your masternode status," -#~ " configuration, and running state entirely" -#~ " from within dashmate. See the " -#~ "documentation `here " -#~ "`__ or use " -#~ "the built-in help system to learn" -#~ " more:" -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - -#~ msgid "" -#~ "Verify the authenticity of your download" -#~ " by checking its detached signature " -#~ "against the public key published by " -#~ "the Dash Core development team. All " -#~ "releases of Dash are signed using " -#~ "GPG with one of the following " -#~ "keys:" -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "You will see a message reading " -#~ "**dashd not synced with network! " -#~ "Awaiting full sync before running " -#~ "Sentinel.** Use the following command to" -#~ " monitor sync status::" -#~ msgstr "" - -#~ msgid "" -#~ "Next, we will install the Dash " -#~ "Platform services. Start with some " -#~ "common dependencies::" -#~ msgstr "" - -#~ msgid "" -#~ "Tenderdash is a fork of Tendermint " -#~ "and is the blockchain implementation " -#~ "used by Dash Platform. As binaries " -#~ "are not yet published, you will " -#~ "need to build from source. Install " -#~ "Go as follows::" -#~ msgstr "" - -#~ msgid "Build and install Tenderdash as follows::" -#~ msgstr "" - -#~ msgid "" -#~ "Envoy is a gRPC service proxy for" -#~ " cloud-native applications. Install Envoy" -#~ " as follows::" -#~ msgstr "" - +"Note that platform sync will take some time after core sync is complete. You" +" can monitor progress with ``dashmate status platform`` or use ``dashmate " +"--help`` to view other commands." +msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup.po index cc5b3932d..d64ac0ed9 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/setup.po @@ -1,32 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://app.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "" "This guide describes how to set up a Dash masternode. It also describes " "various options for hosting and different wallets" msgstr "" -#: ../../docs/user/masternodes/setup.rst:-1 +#: ../../docs/user/masternodes/setup.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" msgstr "" @@ -37,22 +34,22 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:11 msgid "" "Setting up a masternode requires a basic understanding of Linux and " -"blockchain technology, as well as an ability to follow instructions " -"closely. It also requires regular maintenance and careful security, " -"particularly if you are not storing your Dash on a hardware wallet. There" -" are some decisions to be made along the way, and optional extra steps to" -" take for increased security." +"blockchain technology, as well as an ability to follow instructions closely." +" It also requires regular maintenance and careful security, particularly if " +"you are not storing your Dash on a hardware wallet. There are some decisions" +" to be made along the way, and optional extra steps to take for increased " +"security." msgstr "" #: ../../docs/user/masternodes/setup.rst:18 msgid "" "Commercial :ref:`masternode hosting services ` are " -"available if you prefer to delegate day-to-day operation of your " -"masternode to a professional operator. When using these hosting services," -" you retain full control of the 1000 DASH collateral and pay an agreed " -"percentage of your reward to the operator. It is also possible to " -"delegate your voting keys to a representative, see the :ref:`governance " -"documentation ` for more information." +"available if you prefer to delegate day-to-day operation of your masternode " +"to a professional operator. When using these hosting services, you retain " +"full control of the 1000 DASH collateral and pay an agreed percentage of " +"your reward to the operator. It is also possible to delegate your voting " +"keys to a representative, see the :ref:`governance documentation " +"` for more information." msgstr "" #: ../../docs/user/masternodes/setup.rst:29 @@ -61,9 +58,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:31 msgid "" -"This guide assumes you are setting up a single mainnet masternode for the" -" first time. If you are updating a masternode, see :ref:`here " -"` instead. You will need:" +"This guide assumes you are setting up a single mainnet masternode for the " +"first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" #: ../../docs/user/masternodes/setup.rst:35 @@ -99,9 +96,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:45 msgid "" "This documentation describes the commands as if they were entered in the " -"Dash Core GUI by opening the console from **Window > Console**, but the " -"same result can be achieved on a masternode by entering the same commands" -" and adding the prefix ``~/.dashcore/dash-cli`` to each command." +"Dash Core GUI by opening the console from **Window > Console**, but the same" +" result can be achieved on a masternode by entering the same commands and " +"adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" #: ../../docs/user/masternodes/setup.rst:52 @@ -110,10 +107,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:54 msgid "" -"Proper server configuration is essential to successful masternode " -"operation for both security and performance reasons. Refer to the " -":hoverxref:`Server configuration ` page for details on " -"preparing your server to host a masternode." +"Proper server configuration is essential to successful masternode operation " +"for both security and performance reasons. Refer to the :hoverxref:`Server " +"configuration ` page for details on preparing your server to " +"host a masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:59 @@ -122,27 +119,26 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:61 msgid "" -"A Dash address with a single unspent transaction output (UTXO) of exactly" -" 1000 DASH is required to operate a masternode. Once it has been sent, " -"various keys regarding the transaction must be extracted for later entry " -"in a configuration file and registration transaction as proof to write " -"the configuration to the blockchain so the masternode can be included in " -"the deterministic list." +"A Dash address with a single unspent transaction output (UTXO) of exactly " +"1000 DASH is required to operate a masternode. Once it has been sent, " +"various keys regarding the transaction must be extracted for later entry in " +"a configuration file and registration transaction as proof to write the " +"configuration to the blockchain so the masternode can be included in the " +"deterministic list." msgstr "" #: ../../docs/user/masternodes/setup.rst:67 msgid "" "A masternode can be registered from a hardware wallet, the official Dash " -"Core wallet, or a Dash Electrum wallet, although a hardware wallet is " -"highly recommended to enhance security and protect yourself against " -"hacking. This guide will describe the steps for both hardware wallets and" -" Dash Core." +"Core wallet, or a Dash Electrum wallet, although a hardware wallet is highly" +" recommended to enhance security and protect yourself against hacking. This " +"guide will describe the steps for both hardware wallets and Dash Core." msgstr "" #: ../../docs/user/masternodes/setup.rst:74 msgid "" -"Details of registering a masternode with Dash Electrum can be found on " -"the :ref:`Electrum - Advanced Functions page `." +"Details of registering a masternode with Dash Electrum can be found on the " +":ref:`Electrum - Advanced Functions page `." msgstr "" #: ../../docs/user/masternodes/setup.rst:78 @@ -151,46 +147,45 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:80 msgid "" -"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ " -"and send a test transaction to verify that it is working properly. For " -"help on this, see :ref:`this guide ` - you may also " -"choose to (carefully!) `add a passphrase `_ to " -"your Trezor to further protect your collateral. Create a new account in " -"your Trezor wallet by clicking **Add account**. Then click the " -"**Receive** tab and send exactly 1000 DASH to the address displayed. If " -"you are setting up multiple masternodes, send 1000 DASH to consecutive " -"addresses within the same new account. You should see the transaction as " -"soon as the first confirmation arrives, usually within a few minutes." +"Set up your Trezor using the Trezor wallet at https://wallet.trezor.io/ and " +"send a test transaction to verify that it is working properly. For help on " +"this, see :ref:`this guide ` - you may also choose to " +"(carefully!) `add a passphrase `_ to your Trezor to " +"further protect your collateral. Create a new account in your Trezor wallet " +"by clicking **Add account**. Then click the **Receive** tab and send exactly" +" 1000 DASH to the address displayed. If you are setting up multiple " +"masternodes, send 1000 DASH to consecutive addresses within the same new " +"account. You should see the transaction as soon as the first confirmation " +"arrives, usually within a few minutes." msgstr "" #: ../../docs/user/masternodes/setup.rst:94 msgid "" -"Trezor Wallet Receive tab showing successfully received collateral of " -"1000 DASH" +"Trezor Wallet Receive tab showing successfully received collateral of 1000 " +"DASH" msgstr "" #: ../../docs/user/masternodes/setup.rst:97 msgid "" "Once the transaction appears, click the QR code on the right to view the " "transaction on the blockchain. Keep this window open as we complete the " -"following steps, since we will soon need to confirm that 15 confirmations" -" exist, as shown in the following screenshot." +"following steps, since we will soon need to confirm that 15 confirmations " +"exist, as shown in the following screenshot." msgstr "" #: ../../docs/user/masternodes/setup.rst:105 #: ../../docs/user/masternodes/setup.rst:203 msgid "" -"Trezor blockchain explorer showing 15 confirmations for collateral " -"transfer" +"Trezor blockchain explorer showing 15 confirmations for collateral transfer" msgstr "" #: ../../docs/user/masternodes/setup.rst:108 msgid "" -"While we are waiting for 15 confirmations, download the latest version of" -" the Dash Masternode Tool (DMT) from the GitHub releases page `here " -"`__. Unzip " -"and run the file. The following window appears." +"While we are waiting for 15 confirmations, download the latest version of " +"the Dash Masternode Tool (DMT) from the GitHub releases page `here " +"`__. Unzip and" +" run the file. The following window appears." msgstr "" #: ../../docs/user/masternodes/setup.rst:116 @@ -199,10 +194,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:118 msgid "" -"Click the third button from the left **Check Dash Network Connection** in" -" the top left corner of the main window to verify that the connection is " -"working. Then connect your Trezor device and click the next button **Test" -" Hardware Wallet Connection** to verify the Trezor connection is working." +"Click the third button from the left **Check Dash Network Connection** in " +"the top left corner of the main window to verify that the connection is " +"working. Then connect your Trezor device and click the next button **Test " +"Hardware Wallet Connection** to verify the Trezor connection is working." msgstr "" #: ../../docs/user/masternodes/setup.rst:130 @@ -211,9 +206,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:132 msgid "" -"We will now use DMT to enter some basic information about the masternode " -"and extract the transaction ID. Carry out the following sequence of steps" -" as shown in this screenshot:" +"We will now use DMT to enter some basic information about the masternode and" +" extract the transaction ID. Carry out the following sequence of steps as " +"shown in this screenshot:" msgstr "" #: ../../docs/user/masternodes/setup.rst:139 @@ -226,24 +221,23 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:142 msgid "" -"Enter a name for your masternode. The host name you specified for your " -"VPS above is a good choice." +"Enter a name for your masternode. The host name you specified for your VPS " +"above is a good choice." msgstr "" #: ../../docs/user/masternodes/setup.rst:144 msgid "" -"Enter the IP address of your masternode. This was given to you by the VPS" -" provider when you set up the server. Then enter the TCP port number. " -"This should be 9999." +"Enter the IP address of your masternode. This was given to you by the VPS " +"provider when you set up the server. Then enter the TCP port number. This " +"should be 9999." msgstr "" #: ../../docs/user/masternodes/setup.rst:147 msgid "" -"Click **Locate collateral** to view unused collateral funding " -"transactions available on the connected hardware wallet. Select the " -"address to which you sent 1000 Dash and click **Apply**. The **Collateral" -" address**, **path**, **Collateral TX hash** and **index** fields should " -"be filled automatically." +"Click **Locate collateral** to view unused collateral funding transactions " +"available on the connected hardware wallet. Select the address to which you " +"sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " +"**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" #: ../../docs/user/masternodes/setup.rst:156 @@ -252,8 +246,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:158 msgid "" -"Leave DMT open and continue with the next step: :ref:`installing Dash " -"Core on your VPS `." +"Leave DMT open and continue with the next step: :ref:`installing Dash Core " +"on your VPS `." msgstr "" #: ../../docs/user/masternodes/setup.rst:162 @@ -262,8 +256,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:164 msgid "" -"Open Dash Core wallet and wait for it to synchronize with the network. It" -" should look like this when ready:" +"Open Dash Core wallet and wait for it to synchronize with the network. It " +"should look like this when ready:" msgstr "" #: ../../docs/user/masternodes/setup.rst:170 @@ -272,36 +266,34 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:172 msgid "" -"Click **Window > Console** to open the console. Type the following " -"command into the console to generate a new Dash address for the " -"collateral::" +"Click **Window > Console** to open the console. Type the following command " +"into the console to generate a new Dash address for the collateral::" msgstr "" #: ../../docs/user/masternodes/setup.rst:179 msgid "" -"Take note of the collateral address, since we will need it later. The " -"next step is to secure your wallet (if you have not already done so). " -"First, encrypt the wallet by selecting **Settings > Encrypt wallet**. You" -" should use a strong, new password that you have never used somewhere " -"else. Take note of your password and store it somewhere safe or you will " -"be permanently locked out of your wallet and lose access to your funds. " -"Next, back up your wallet file by selecting **File > Backup Wallet**. " -"Save the file to a secure location physically separate to your computer, " -"since this will be the only way you can access our funds if anything " -"happens to your computer. For more details on these steps, see :ref:`here" -" `." +"Take note of the collateral address, since we will need it later. The next " +"step is to secure your wallet (if you have not already done so). First, " +"encrypt the wallet by selecting **Settings > Encrypt wallet**. You should " +"use a strong, new password that you have never used somewhere else. Take " +"note of your password and store it somewhere safe or you will be permanently" +" locked out of your wallet and lose access to your funds. Next, back up your" +" wallet file by selecting **File > Backup Wallet**. Save the file to a " +"secure location physically separate to your computer, since this will be the" +" only way you can access our funds if anything happens to your computer. For" +" more details on these steps, see :ref:`here `." msgstr "" #: ../../docs/user/masternodes/setup.rst:191 msgid "" -"Now send exactly 1000 DASH in a single transaction to the new address you" -" generated in the previous step. This may be sent from another wallet, or" -" from funds already held in your current wallet. Once the transaction is " +"Now send exactly 1000 DASH in a single transaction to the new address you " +"generated in the previous step. This may be sent from another wallet, or " +"from funds already held in your current wallet. Once the transaction is " "complete, view the transaction in a `blockchain explorer " -"`_ by searching for the address. You " -"will need 15 confirmations before you can register the masternode, but " -"you can continue with the next step at this point already: generating " -"your masternode operator key." +"`_ by searching for the address. You will" +" need 15 confirmations before you can register the masternode, but you can " +"continue with the next step at this point already: generating your " +"masternode operator key." msgstr "" #: ../../docs/user/masternodes/setup.rst:210 @@ -317,8 +309,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:216 msgid "" -"Open PuTTY or a console again and connect using the username and password" -" you just created for your new, non-root user. The following options are " +"Open PuTTY or a console again and connect using the username and password " +"you just created for your new, non-root user. The following options are " "available for installing a Dash masternode:" msgstr "" @@ -328,15 +320,15 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:221 msgid "" -"`xkcd's installation guide `__" +"`xkcd's installation guide `__" msgstr "" #: ../../docs/user/masternodes/setup.rst:222 msgid "" "`dashman installation " -"`__ (deprecated)" +"`__ (deprecated)" msgstr "" #: ../../docs/user/masternodes/setup.rst:223 @@ -353,19 +345,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:228 msgid "" "To manually download and install the components of your Dash masternode, " -"visit the `GitHub releases page " -"`_ and copy the link to the " -"latest ``x86_64-linux-gnu`` version. Go back to your terminal window and " -"enter the following command, pasting in the address to the latest version" -" of Dash Core by right clicking or pressing **Ctrl + V**::" +"visit the `GitHub releases page `_" +" and copy the link to the latest ``x86_64-linux-gnu`` version. Go back to " +"your terminal window and enter the following command, pasting in the address" +" to the latest version of Dash Core by right clicking or pressing **Ctrl + " +"V**::" msgstr "" #: ../../docs/user/masternodes/setup.rst:238 msgid "" -"Verify the authenticity of your download by checking its detached " -"signature against the public key published by the Dash Core development " -"team. All releases of Dash are signed using GPG with one of the following" -" keys:" +"Verify the authenticity of your download by checking its detached signature " +"against the public key published by the Dash Core development team. All " +"releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/masternodes/setup.rst:243 @@ -382,8 +373,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:255 msgid "" -"Create a working directory for Dash, extract the compressed archive and " -"copy the necessary files to the directory::" +"Create a working directory for Dash, extract the compressed archive and copy" +" the necessary files to the directory::" msgstr "" #: ../../docs/user/masternodes/setup.rst:263 @@ -404,8 +395,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:287 msgid "" -"``rpcuser``: enter any string of numbers or letters, no special " -"characters allowed" +"``rpcuser``: enter any string of numbers or letters, no special characters " +"allowed" msgstr "" #: ../../docs/user/masternodes/setup.rst:289 @@ -420,8 +411,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:293 msgid "" -"Leave the ``masternodeblsprivkey`` field commented out for now. The " -"result should look something like this:" +"Leave the ``masternodeblsprivkey`` field commented out for now. The result " +"should look something like this:" msgstr "" #: ../../docs/user/masternodes/setup.rst:299 @@ -437,42 +428,42 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:307 msgid "" -"You will see a message reading **Dash Core server starting**. We will now" -" install Sentinel, a piece of software which operates as a watchdog to " +"You will see a message reading **Dash Core server starting**. We will now " +"install Sentinel, a piece of software which operates as a watchdog to " "communicate to the network that your node is working properly::" msgstr "" #: ../../docs/user/masternodes/setup.rst:318 msgid "" "You will see a message reading **dashd not synced with network! Awaiting " -"full sync before running Sentinel.** Add dashd and sentinel to crontab to" -" make sure it runs every minute to check on your masternode::" +"full sync before running Sentinel.** Add dashd and sentinel to crontab to " +"make sure it runs every minute to check on your masternode::" msgstr "" #: ../../docs/user/masternodes/setup.rst:324 msgid "" -"Choose nano as your editor and enter the following lines at the end of " -"the file::" +"Choose nano as your editor and enter the following lines at the end of the " +"file::" msgstr "" #: ../../docs/user/masternodes/setup.rst:330 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. We now need to wait for 15 confirmations of the collateral " -"transaction to complete, and wait for the blockchain to finish " -"synchronizing on the masternode. You can use the following commands to " -"monitor progress::" +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. We now need to wait for 15 confirmations of the collateral transaction" +" to complete, and wait for the blockchain to finish synchronizing on the " +"masternode. You can use the following commands to monitor progress::" msgstr "" #: ../../docs/user/masternodes/setup.rst:339 -msgid "When synchronisation is complete, you should see the following response::" +msgid "" +"When synchronisation is complete, you should see the following response::" msgstr "" #: ../../docs/user/masternodes/setup.rst:352 msgid "" -"Continue with the next step to construct the ProTx transaction required " -"to enable your masternode." +"Continue with the next step to construct the ProTx transaction required to " +"enable your masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:359 @@ -491,9 +482,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:368 msgid "" -"Go back to DMT and ensure that all fields from the previous step are " -"still filled out correctly. Click **Generate new** for the three private" -" keys required for a masternode:" +"Go back to DMT and ensure that all fields from the previous step are still " +"filled out correctly. Click **Generate new** for the three private keys " +"required for a masternode:" msgstr "" #: ../../docs/user/masternodes/setup.rst:372 @@ -514,12 +505,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:381 msgid "" -"Then click **Register masternode**. Optionally specify a different " -"**Payout address** and/or **Operator reward**, then click **Continue**. " -"Select **Remote Dash RPC Node (automatic method)**. (See `here " -"`__ for documentation on using your own " -"local RPC node.) and confirm the following two messages:" +"Then click **Register masternode**. Optionally specify a different **Payout " +"address** and/or **Operator reward**, then click **Continue**. Select " +"**Remote Dash RPC Node (automatic method)**. (See `here " +"`__ for documentation on using your own local RPC " +"node.) and confirm the following two messages:" msgstr "" #: ../../docs/user/masternodes/setup.rst:393 @@ -529,44 +520,43 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:395 msgid "" "The BLS private key must be entered in the ``dash.conf`` file on the " -"masternode. This allows the masternode to watch the blockchain for " -"relevant Pro*Tx transactions, and will cause it to start serving as a " -"masternode when the signed ProRegTx is broadcast by the owner, as we just" -" did above. Log in to your masternode using ``ssh`` or PuTTY and edit the" -" configuration file as follows::" +"masternode. This allows the masternode to watch the blockchain for relevant " +"Pro*Tx transactions, and will cause it to start serving as a masternode when" +" the signed ProRegTx is broadcast by the owner, as we just did above. Log in" +" to your masternode using ``ssh`` or PuTTY and edit the configuration file " +"as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:404 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this lines in the file, replacing the key with your BLS private" -" key generated above::" +"uncomment this lines in the file, replacing the key with your BLS private " +"key generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:410 #: ../../docs/user/masternodes/setup.rst:507 msgid "" -"Press enter to make sure there is a blank line at the end of the file, " -"then press **Ctrl + X** to close the editor and **Y** and **Enter** save " -"the file. Note that providing a ``masternodeblsprivkey`` enables " -"masternode mode, which will automatically force the ``txindex=1``, " +"Press enter to make sure there is a blank line at the end of the file, then " +"press **Ctrl + X** to close the editor and **Y** and **Enter** save the " +"file. Note that providing a ``masternodeblsprivkey`` enables masternode " +"mode, which will automatically force the ``txindex=1``, " "``peerbloomfilters=1``, and ``prune=0`` settings necessary to provide " -"masternode service. We now need to restart the masternode for this change" -" to take effect. Enter the following commands, waiting a few seconds in " -"between to give Dash Core time to shut down::" +"masternode service. We now need to restart the masternode for this change to" +" take effect. Enter the following commands, waiting a few seconds in between" +" to give Dash Core time to shut down::" msgstr "" #: ../../docs/user/masternodes/setup.rst:423 msgid "" -"At this point you can monitor your masternode by entering ``~/.dashcore" -"/dash-cli masternode status`` or using the **Get status** function in " -"DMT. The final result should appear as follows:" +"At this point you can monitor your masternode by entering " +"``~/.dashcore/dash-cli masternode status`` or using the **Get status** " +"function in DMT. The final result should appear as follows:" msgstr "" #: ../../docs/user/masternodes/setup.rst:430 msgid "" -"dash-cli masternode status output showing successfully registered " -"masternode" +"dash-cli masternode status output showing successfully registered masternode" msgstr "" #: ../../docs/user/masternodes/setup.rst:432 @@ -586,9 +576,9 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:444 msgid "" -"If you used an address in Dash Core wallet for your collateral " -"transaction, you now need to find the txid of the transaction. Click " -"**Window > Console** and enter the following command::" +"If you used an address in Dash Core wallet for your collateral transaction, " +"you now need to find the txid of the transaction. Click **Window > Console**" +" and enter the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:450 @@ -597,8 +587,8 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:456 msgid "" -"The first long string is your ``collateralHash``, while the last number " -"is the ``collateralIndex``." +"The first long string is your ``collateralHash``, while the last number is " +"the ``collateralIndex``." msgstr "" #: ../../docs/user/masternodes/setup.rst:463 @@ -609,24 +599,23 @@ msgstr "" msgid "" "A public/private BLS key pair is required to operate a masternode. The " "private key is specified on the masternode itself, and allows it to be " -"included in the deterministic masternode list once a provider " -"registration transaction with the corresponding public key has been " -"created." +"included in the deterministic masternode list once a provider registration " +"transaction with the corresponding public key has been created." msgstr "" #: ../../docs/user/masternodes/setup.rst:471 msgid "" -"If you are using a hosting service, they may provide you with their " -"public key, and you can skip this step. If you are hosting your own " -"masternode or have agreed to provide your host with the BLS private key, " -"generate a BLS public/private keypair in Dash Core by clicking **Tools > " -"Console** and entering the following command::" +"If you are using a hosting service, they may provide you with their public " +"key, and you can skip this step. If you are hosting your own masternode or " +"have agreed to provide your host with the BLS private key, generate a BLS " +"public/private keypair in Dash Core by clicking **Tools > Console** and " +"entering the following command::" msgstr "" #: ../../docs/user/masternodes/setup.rst:485 msgid "" -"**These keys are NOT stored by the wallet and must be kept secure, " -"similar to the value provided in the past by the** ``masternode genkey`` " +"**These keys are NOT stored by the wallet and must be kept secure, similar " +"to the value provided in the past by the** ``masternode genkey`` " "**command.**" msgstr "" @@ -639,22 +628,22 @@ msgid "" "The public key will be used in following steps. The private key must be " "entered in the ``dash.conf`` file on the masternode. This allows the " "masternode to watch the blockchain for relevant Pro*Tx transactions, and " -"will cause it to start serving as a masternode when the signed ProRegTx " -"is broadcast by the owner (final step below). Log in to your masternode " -"using ``ssh`` or PuTTY and edit the configuration file as follows::" +"will cause it to start serving as a masternode when the signed ProRegTx is " +"broadcast by the owner (final step below). Log in to your masternode using " +"``ssh`` or PuTTY and edit the configuration file as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:501 msgid "" "The editor appears with the existing masternode configuration. Add or " -"uncomment this line in the file, replacing the key with your BLS private " -"key generated above::" +"uncomment this line in the file, replacing the key with your BLS private key" +" generated above::" msgstr "" #: ../../docs/user/masternodes/setup.rst:520 msgid "" -"We will now prepare the transaction used to register the masternode on " -"the network." +"We will now prepare the transaction used to register the masternode on the " +"network." msgstr "" #: ../../docs/user/masternodes/setup.rst:524 @@ -663,32 +652,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:526 msgid "" -"A pair of BLS keys for the operator were already generated above, and the" -" private key was entered on the masternode. The public key is used in " -"this transaction as the ``operatorPubKey``." +"A pair of BLS keys for the operator were already generated above, and the " +"private key was entered on the masternode. The public key is used in this " +"transaction as the ``operatorPubKey``." msgstr "" #: ../../docs/user/masternodes/setup.rst:530 msgid "" -"First, we need to get a new, unused address from the wallet to serve as " -"the **owner key address** (``ownerKeyAddr``). This is not the same as the" -" collateral address holding 1000 Dash. Generate a new address as " -"follows::" +"First, we need to get a new, unused address from the wallet to serve as the " +"**owner key address** (``ownerKeyAddr``). This is not the same as the " +"collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:539 msgid "" "This address can also be used as the **voting key address** " -"(``votingKeyAddr``). Alternatively, you can specify an address provided " -"to you by your chosen voting delegate, or simply generate a new voting " -"key address as follows::" +"(``votingKeyAddr``). Alternatively, you can specify an address provided to " +"you by your chosen voting delegate, or simply generate a new voting key " +"address as follows::" msgstr "" #: ../../docs/user/masternodes/setup.rst:548 msgid "" -"Then either generate or choose an existing address to receive the " -"**owner's masternode payouts** (``payoutAddress``). It is also possible " -"to use an address external to the wallet::" +"Then either generate or choose an existing address to receive the **owner's " +"masternode payouts** (``payoutAddress``). It is also possible to use an " +"address external to the wallet::" msgstr "" #: ../../docs/user/masternodes/setup.rst:556 @@ -700,33 +688,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:560 msgid "" -"Either the payout address or fee source address must have enough balance " -"to pay the transaction fee, or the ``register_prepare`` transaction will " -"fail." +"Either the payout address or fee source address must have enough balance to " +"pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" #: ../../docs/user/masternodes/setup.rst:564 msgid "" "The private keys to the owner and fee source addresses must exist in the " "wallet submitting the transaction to the network. If your wallet is " -"protected by a password, it must now be unlocked to perform the following" -" commands. Unlock your wallet for 5 minutes::" +"protected by a password, it must now be unlocked to perform the following " +"commands. Unlock your wallet for 5 minutes::" msgstr "" #: ../../docs/user/masternodes/setup.rst:571 msgid "" "We will now prepare an unsigned ProRegTx special transaction using the " -"``protx register_prepare`` command. This command has the following " -"syntax::" +"``protx register_prepare`` command. This command has the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:579 msgid "" -"After v19 hard fork activation, ``protx register_prepare_legacy`` must be" -" used if a legacy scheme BLS key is being used to register a masternode. " -"It's recommended to instead generate a new basic scheme BLS key where " -"possible. This can be done by following the :ref:`Generate a BLS key pair" -" ` instructions." +"After v19 hard fork activation, ``protx register_prepare_legacy`` must be " +"used if a legacy scheme BLS key is being used to register a masternode. It's" +" recommended to instead generate a new basic scheme BLS key where possible. " +"This can be done by following the :ref:`Generate a BLS key pair ` instructions." msgstr "" #: ../../docs/user/masternodes/setup.rst:585 @@ -737,12 +723,12 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:588 msgid "" -"``collateralHash``: The txid of the 1000 Dash collateral funding " -"transaction" +"``collateralHash``: The txid of the 1000 Dash collateral funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:590 -msgid "``collateralIndex``: The output index of the 1000 Dash funding transaction" +msgid "" +"``collateralIndex``: The output index of the 1000 Dash funding transaction" msgstr "" #: ../../docs/user/masternodes/setup.rst:592 @@ -753,20 +739,20 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:594 msgid "" -"``ownerKeyAddr``: The new Dash address generated above for the " -"owner/voting address" +"``ownerKeyAddr``: The new Dash address generated above for the owner/voting " +"address" msgstr "" #: ../../docs/user/masternodes/setup.rst:596 msgid "" -"``operatorPubKey``: The BLS public key generated above (or provided by " -"your hosting service)" +"``operatorPubKey``: The BLS public key generated above (or provided by your " +"hosting service)" msgstr "" #: ../../docs/user/masternodes/setup.rst:598 msgid "" -"``votingKeyAddr``: The new Dash address generated above, or the address " -"of a delegate, used for proposal voting" +"``votingKeyAddr``: The new Dash address generated above, or the address of a" +" delegate, used for proposal voting" msgstr "" #: ../../docs/user/masternodes/setup.rst:600 @@ -789,10 +775,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:607 msgid "" -"Note that the operator is responsible for :ref:`specifying their own " -"reward ` address in a separate ``update_service`` " -"transaction if you specify a non-zero ``operatorReward``. The owner of " -"the masternode collateral does not specify the operator's payout address." +"Note that the operator is responsible for :ref:`specifying their own reward " +"` address in a separate ``update_service`` transaction " +"if you specify a non-zero ``operatorReward``. The owner of the masternode " +"collateral does not specify the operator's payout address." msgstr "" #: ../../docs/user/masternodes/setup.rst:613 @@ -818,13 +804,13 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:641 msgid "" -"We will now sign the content of the ``signMessage`` field using the " -"private key for the collateral address as specified in " -"``collateralAddress``. Note that no internet connection is required for " -"this step, meaning that the wallet can remain disconnected from the " -"internet in cold storage to sign the message. In this example we will " -"again use Dash Core, but it is equally possible to use the signing " -"function of a hardware wallet. The command takes the following syntax::" +"We will now sign the content of the ``signMessage`` field using the private " +"key for the collateral address as specified in ``collateralAddress``. Note " +"that no internet connection is required for this step, meaning that the " +"wallet can remain disconnected from the internet in cold storage to sign the" +" message. In this example we will again use Dash Core, but it is equally " +"possible to use the signing function of a hardware wallet. The command takes" +" the following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:651 @@ -839,10 +825,10 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:663 msgid "" "We will now submit the ProRegTx special transaction to the blockchain to " -"register the masternode. This command must be sent from a Dash Core " -"wallet holding a balance on either the ``feeSourceAddress`` or " -"``payoutAddress``, since a standard transaction fee is involved. The " -"command takes the following syntax::" +"register the masternode. This command must be sent from a Dash Core wallet " +"holding a balance on either the ``feeSourceAddress`` or ``payoutAddress``, " +"since a standard transaction fee is involved. The command takes the " +"following syntax::" msgstr "" #: ../../docs/user/masternodes/setup.rst:671 @@ -851,31 +837,31 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:673 msgid "" -"``tx``: The serialized transaction previously returned in the ``tx`` " -"output field from the ``protx register_prepare`` command" +"``tx``: The serialized transaction previously returned in the ``tx`` output " +"field from the ``protx register_prepare`` command" msgstr "" #: ../../docs/user/masternodes/setup.rst:675 msgid "" -"``sig``: The message signed with the collateral key from the " -"``signmessage`` command" +"``sig``: The message signed with the collateral key from the ``signmessage``" +" command" msgstr "" #: ../../docs/user/masternodes/setup.rst:686 msgid "" "Your masternode is now registered and will appear on the Deterministic " -"Masternode List after the transaction is mined to a block. You can view " -"this list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core" -" wallet, or in the console using the command ``protx list valid``, where " -"the txid of the final ``protx register_submit`` transaction identifies " -"your masternode." +"Masternode List after the transaction is mined to a block. You can view this" +" list on the **Masternodes -> DIP3 Masternodes** tab of the Dash Core " +"wallet, or in the console using the command ``protx list valid``, where the " +"txid of the final ``protx register_submit`` transaction identifies your " +"masternode." msgstr "" #: ../../docs/user/masternodes/setup.rst:693 msgid "" "At this point you can go back to your terminal window and monitor your " -"masternode by entering ``~/.dashcore/dash-cli masternode status`` or " -"using the **Get status** function in DMT." +"masternode by entering ``~/.dashcore/dash-cli masternode status`` or using " +"the **Get status** function in DMT." msgstr "" #: ../../docs/user/masternodes/setup.rst:703 @@ -884,334 +870,18 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:705 msgid "" -"Dash Electrum supports registering and managing masternodes. Details can " -"be found on the :ref:`Electrum - Advanced Functions page `. If combined with Electrum's :ref:`multisig features " -"` the masternode collateral can be stored in a " -"multisig wallet for increased security flexibility." +"` the masternode collateral can be stored in a multisig " +"wallet for increased security flexibility." msgstr "" #: ../../docs/user/masternodes/setup.rst:712 msgid "" -"Always exercise caution when using multisig accounts and verify that each" -" mnemonic is backed up appropriately. See `this page " +"Always exercise caution when using multisig accounts and verify that each " +"mnemonic is backed up appropriately. See `this page " "`_" " for the Dash Electrum documentation demonstrating how to configure a " "masternode using a multisig collateral." msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 and later implement DIP003," -#~ " which introduces several changes to " -#~ "how a Dash masternode is set up" -#~ " and operated. While this network " -#~ "upgrade was completed in early 2019, " -#~ "a list of available documentation " -#~ "appears below:" -#~ msgstr "" - -#~ msgid "" -#~ "`DIP003 Deterministic Masternode Lists " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes`" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid ":ref:`Full masternode setup guide ` (you are here)" -#~ msgstr "" - -#~ msgid "Set up your VPS" -#~ msgstr "" - -#~ msgid "" -#~ "A VPS, more commonly known as a" -#~ " cloud server, is fully functional " -#~ "installation of an operating system " -#~ "(usually Linux) operating within a " -#~ "virtual machine. The virtual machine " -#~ "allows the VPS provider to run " -#~ "multiple systems on one physical server," -#~ " making it more efficient and much" -#~ " cheaper than having a single " -#~ "operating system running on the \"bare" -#~ " metal\" of each server. A VPS " -#~ "is ideal for hosting a Dash " -#~ "masternode because they typically offer " -#~ "guaranteed uptime, redundancy in the " -#~ "case of hardware failure and a " -#~ "static IP address that is required " -#~ "to ensure you remain in the " -#~ "masternode payment queue. While running " -#~ "a masternode from home on a " -#~ "desktop computer is technically possible, " -#~ "it will most likely not work " -#~ "reliably because most ISPs allocate " -#~ "dynamic IP addresses to home users." -#~ msgstr "" - -#~ msgid "" -#~ "We will use `Vultr `_" -#~ " hosting as an example of a " -#~ "VPS, although `DigitalOcean " -#~ "`_, `Amazon EC2 " -#~ "`_, `Google Cloud " -#~ "`_, `Choopa " -#~ "`_ and `OVH " -#~ "`_ are also popular " -#~ "choices. First create an account and " -#~ "add credit. Then go to the " -#~ "**Servers** menu item on the left " -#~ "and click **+** to add a new " -#~ "server. Select a location for your " -#~ "new server on the following screen:" -#~ msgstr "" - -#~ msgid "Vultr server location selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Select Ubuntu 20.04 x64 as the " -#~ "server type. We use this LTS " -#~ "release of Ubuntu instead of the " -#~ "latest version because LTS releases are" -#~ " supported with security updates for " -#~ "5 years, instead of the usual 9" -#~ " months." -#~ msgstr "" - -#~ msgid "Vultr server type selection screen" -#~ msgstr "" - -#~ msgid "Select a server size offering at least 2GB of memory." -#~ msgstr "" - -#~ msgid "Vultr server size selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Enter a hostname and label for " -#~ "your server. In this example we " -#~ "will use ``dashmn1`` as the hostname." -#~ msgstr "" - -#~ msgid "Vultr server hostname & label selection screen" -#~ msgstr "" - -#~ msgid "" -#~ "Vultr will now install your server. " -#~ "This process may take a few " -#~ "minutes." -#~ msgstr "" - -#~ msgid "Vultr server installation screen" -#~ msgstr "" - -#~ msgid "" -#~ "Click **Manage** when installation is " -#~ "complete and take note of the IP" -#~ " address, username and password." -#~ msgstr "" - -#~ msgid "Vultr server management screen" -#~ msgstr "" - -#~ msgid "Set up your operating system" -#~ msgstr "" - -#~ msgid "" -#~ "We will begin by connecting to " -#~ "your newly provisioned server. On " -#~ "Windows, we will first download an " -#~ "app called PuTTY to connect to the" -#~ " server. Go to the `PuTTY download" -#~ " page " -#~ "`_ " -#~ "and select the appropriate MSI installer" -#~ " for your system. On Mac or " -#~ "Linux you can ssh directly from " -#~ "the terminal - simply type ``ssh " -#~ "root@`` and enter your password " -#~ "when prompted." -#~ msgstr "" - -#~ msgid "PuTTY download page" -#~ msgstr "" - -#~ msgid "" -#~ "Double-click the downloaded file to " -#~ "install PuTTY, then run the app " -#~ "from your Start menu. Enter the IP" -#~ " address of the server in the " -#~ "**Host Name** field and click **Open**." -#~ " You may see a certificate warning," -#~ " since this is the first time " -#~ "you are connecting to this server. " -#~ "You can safely click **Yes** to " -#~ "trust this server in the future." -#~ msgstr "" - -#~ msgid "PuTTY security alert when connecting to a new server" -#~ msgstr "" - -#~ msgid "" -#~ "You are now connected to your " -#~ "server and should see a terminal " -#~ "window. Begin by logging in to " -#~ "your server with the user ``root`` " -#~ "and password supplied by your hosting" -#~ " provider." -#~ msgstr "" - -#~ msgid "Password challenge when connecting to your VPS for the first time" -#~ msgstr "" - -#~ msgid "" -#~ "You should immediately change the root" -#~ " password and store it in a " -#~ "safe place for security. You can " -#~ "copy and paste any of the " -#~ "following commands by selecting them in" -#~ " your browser, pressing **Ctrl + C**," -#~ " then switching to the PuTTY window" -#~ " and right-clicking in the window." -#~ " The text will paste at the " -#~ "current cursor location::" -#~ msgstr "" - -#~ msgid "" -#~ "Enter and confirm a new password " -#~ "(preferably long and randomly generated). " -#~ "Next we will create a new user " -#~ "with the following command, replacing " -#~ "```` with a username of your" -#~ " choice::" -#~ msgstr "" - -#~ msgid "" -#~ "You will be prompted for a " -#~ "password. Enter and confirm using a " -#~ "new password (different to your root " -#~ "password) and store it in a safe" -#~ " place. You will also see prompts " -#~ "for user information, but this can " -#~ "be left blank. Once the user has" -#~ " been created, we will add them " -#~ "to the sudo group so they can " -#~ "perform commands as root::" -#~ msgstr "" - -#~ msgid "" -#~ "Now, while still as root, we will" -#~ " update the system from the Ubuntu" -#~ " package repository::" -#~ msgstr "" - -#~ msgid "" -#~ "The system will show a list of " -#~ "upgradable packages. Press **Y** and " -#~ "**Enter** to install the packages. We" -#~ " will now install a firewall (and " -#~ "some other packages we will use " -#~ "later), add swap memory and reboot " -#~ "the server to apply any necessary " -#~ "kernel updates, and then login to " -#~ "our newly secured environment as the " -#~ "new user::" -#~ msgstr "" - -#~ msgid "(press **Y** and **Enter** to confirm)" -#~ msgstr "" - -#~ msgid "" -#~ "Add the following line at the end" -#~ " of the file (press tab to " -#~ "separate each word/number), then press " -#~ "**Ctrl + X** to close the editor," -#~ " then **Y** and **Enter** save the" -#~ " file." -#~ msgstr "" - -#~ msgid "" -#~ "Finally, in order to prevent brute " -#~ "force password hacking attacks, we will" -#~ " install fail2ban and disable root " -#~ "login over ssh. These steps are " -#~ "optional, but highly recommended. Start " -#~ "with fail2ban::" -#~ msgstr "" - -#~ msgid "Create a new configuration file::" -#~ msgstr "" - -#~ msgid "And paste in the following configuration::" -#~ msgstr "" - -#~ msgid "" -#~ "Then press **Ctrl + X** to close" -#~ " the editor, then **Y** and **Enter**" -#~ " save the file. Retart and enable " -#~ "the fail2ban service::" -#~ msgstr "" - -#~ msgid "Next, open the SSH configuration file to disable root login over SSH::" -#~ msgstr "" - -#~ msgid "" -#~ "Locate the line that reads " -#~ "``PermitRootLogin yes`` and set it to" -#~ " ``PermitRootLogin no``. Directly below " -#~ "this, add a line which reads " -#~ "``AllowUsers ``, replacing ````" -#~ " with the username you selected " -#~ "above. Then press **Ctrl + X** to" -#~ " close the editor, then **Y** and " -#~ "**Enter** save the file." -#~ msgstr "" - -#~ msgid "Then reboot the server::" -#~ msgstr "" - -#~ msgid "PuTTY will disconnect when the server reboots." -#~ msgstr "" - -#~ msgid "" -#~ "While this setup includes basic steps" -#~ " to protect your server against " -#~ "attacks, much more can be done. In" -#~ " particular, authenticating with a `public" -#~ " key `_" -#~ " instead of a username/password " -#~ "combination. Enabling `automatic security " -#~ "updates " -#~ "`_ " -#~ "is advisable. More tips are available" -#~ " `here `__." -#~ msgstr "" - -#~ msgid "" -#~ "DIP003 introduced several changes to how" -#~ " a masternode is set up and " -#~ "operated. These changes and the three" -#~ " keys required for the different " -#~ "masternode roles are described briefly " -#~ "under :ref:`dip3-changes` in this " -#~ "documentation." -#~ msgstr "" - -#~ msgid "" -#~ "Go back to DMT and ensure that " -#~ "all fields from the previous step " -#~ "are still filled out correctly. Click" -#~ " **Generate new** for the three " -#~ "private keys required for a DIP003 " -#~ "deterministic masternode:" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po index 531db0931..8dc46ec64 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -1,32 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" -"Explanation of how Dash masternodes work in theory and practice to " -"support InstantSend, CoinJoin and governance" +"Explanation of how Dash masternodes work in theory and practice to support " +"InstantSend, CoinJoin and governance" msgstr "" -#: ../../docs/user/masternodes/understanding.rst:-1 +#: ../../docs/user/masternodes/understanding.rst-1 msgid "" "dash, masternodes, hosting, linux, payment, instantsend, coinjoin, " "privatesend, governance, quorum, evolution, bls," @@ -42,24 +39,24 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:20 msgid "" -"Masternodes, once unique to the Dash network, are now becoming popular as" -" the technology is forked into other blockchains. This section of the " -"documentation describes the principles and mechanisms of masternodes and " -"the services they provide to the Dash network specifically." +"Masternodes, once unique to the Dash network, are now becoming popular as " +"the technology is forked into other blockchains. This section of the " +"documentation describes the principles and mechanisms of masternodes and the" +" services they provide to the Dash network specifically." msgstr "" #: ../../docs/user/masternodes/understanding.rst:25 msgid "" "Simply put, a masternode is a server with a full copy of the Dash " "blockchain, which guarantees a certain minimum level of performance and " -"functionality to perform certain tasks related to block validation, as " -"well as InstantSend and CoinJoin, as the and instant transaction and " -"privacy features in Dash are called. The masternodes are paid for this " -"service, using a concept known as Proof of Service. This is in addition " -"to the Proof of Work done by miners to secure the blockchain. Masternodes" -" are also allowed to vote on :ref:`governance and funding proposals " -"`, with each masternode receiving one vote (yes/no/abstain) " -"on each proposal submitted to the system." +"functionality to perform certain tasks related to block validation, as well " +"as InstantSend and CoinJoin, as the and instant transaction and privacy " +"features in Dash are called. The masternodes are paid for this service, " +"using a concept known as Proof of Service. This is in addition to the Proof " +"of Work done by miners to secure the blockchain. Masternodes are also " +"allowed to vote on :ref:`governance and funding proposals `, " +"with each masternode receiving one vote (yes/no/abstain) on each proposal " +"submitted to the system." msgstr "" #: ../../docs/user/masternodes/understanding.rst:36 @@ -68,63 +65,59 @@ msgid "" "decentralization to ensure that no single person controls a significant " "fraction of the masternodes. However, to avoid bloating the network with " "unnecessary masternodes or encouraging reckless operators, there is one " -"condition that needs to be fulfilled: proof of ownership of DASH " -"collateral. The coins don't need to be in the masternode, but they need " -"to be kept in a certain way that is transparent to the entire network. If" -" the owner moves or spends those coins, the masternode stops working and " -"payment ceases." +"condition that needs to be fulfilled: proof of ownership of DASH collateral." +" The coins don't need to be in the masternode, but they need to be kept in a" +" certain way that is transparent to the entire network. If the owner moves " +"or spends those coins, the masternode stops working and payment ceases." msgstr "" #: ../../docs/user/masternodes/understanding.rst:46 -#, python-format msgid "" "Masternodes are paid by the network for the InstantSend, CoinJoin and " -"governance services they provide. 10% of the block reward goes to the " -"budget with the remaining 90% split between miners and masternodes per " -"this :ref:`block reward reallocation table `. " -"Then, every 16,616 blocks (approximately 30.29 days), a superblock is " -"created that contains the entire 10% payout to the budget proposal " -"winners. Masternodes are selected for payment in each block " -"(approximately every 2.6 minutes) from a deterministic masternode list, " -"and moved to the back of the list after payment. As more masternodes are " -"created, the duration between payments increases. If the collateral " -"behind a masternode is spent, or if a masternode stops providing services" -" to the network for more than one hour, it is removed from the list until" -" normal service resumes. In this way, masternodes are given incentive to " -"provide efficient and reliable services to the network." +"governance services they provide. 10% of the block reward goes to the budget" +" with the remaining 90% split between miners and masternodes per this " +":ref:`block reward reallocation table `. Then, " +"every 16,616 blocks (approximately 30.29 days), a superblock is created that" +" contains the entire 10% payout to the budget proposal winners. Masternodes " +"are selected for payment in each block (approximately every 2.6 minutes) " +"from a deterministic masternode list, and moved to the back of the list " +"after payment. As more masternodes are created, the duration between " +"payments increases. If the collateral behind a masternode is spent, or if a " +"masternode stops providing services to the network for more than one hour, " +"it is removed from the list until normal service resumes. In this way, " +"masternodes are given incentive to provide efficient and reliable services " +"to the network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:61 msgid "" -"Having so many servers holding a full copy of the blockchain and working " -"for the coin can be extremely useful. Thanks to the reward system, there " -"is no risk of not having enough masternodes, and the developers can rely " -"on them quickly deploying any new decentralized feature they want to " -"implement. This is where the true strength of Dash lies - an incentivized" -" system of thousands of distributed servers working 24x7 means that Dash " -"can scale more efficiently and deploy services more quickly than a " -"blockchain run entirely by unpaid volunteers. The more masternodes, the " -"better and safer the Dash network." +"Having so many servers holding a full copy of the blockchain and working for" +" the coin can be extremely useful. Thanks to the reward system, there is no " +"risk of not having enough masternodes, and the developers can rely on them " +"quickly deploying any new decentralized feature they want to implement. This" +" is where the true strength of Dash lies - an incentivized system of " +"thousands of distributed servers working 24x7 means that Dash can scale more" +" efficiently and deploy services more quickly than a blockchain run entirely" +" by unpaid volunteers. The more masternodes, the better and safer the Dash " +"network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:71 -#, python-format -msgid "" -"As of September 2023, the Dash network has `almost 3500 masternodes " -"located `_ in `19 " -"countries `_ and hosted on " -"`over 140 ISPs `_. " -"The block reward is approximately 2.310 Dash, so the selected masternode " -"receives 1.344 Dash per payment or approximately 6 Dash per month. The " -"block reward decreases by 7.14% approximately once per year, so the " -"annual earnings for a masternode owner is approximately 7% of the " -"collateral, and will decrease over time `as calculated here " -"`_. See " -"`this tool `_ to calculate " -"real-time payment rates, and `this site " -"`_ for various real-time " -"statistics on the masternode network." +msgid "" +"As of September 2023, the Dash network has `almost 3500 masternodes located " +"`_ in `19 countries " +"`_ and hosted on `over 140 ISPs" +" `_. The block reward " +"is approximately 2.310 Dash, so the selected masternode receives 1.344 Dash " +"per payment or approximately 6 Dash per month. The block reward decreases by" +" 7.14% approximately once per year, so the annual earnings for a masternode " +"owner is approximately 7% of the collateral, and will decrease over time `as" +" calculated here " +"`_. See `this tool `_ to calculate real-time payment rates, and " +"`this site `_ for various " +"real-time statistics on the masternode network." msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 @@ -133,9 +126,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" -"Evolution Masternodes (evonodes) are a subset of masternodes that have " -"been created to host Dash Platform. An evonode is a lot like a regular " -"masternode with the following differences:" +"Evolution Masternodes (evonodes) are a subset of masternodes that have been " +"created to host Dash Platform. An evonode is a lot like a regular masternode" +" with the following differences:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:95 @@ -228,10 +221,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:120 msgid "" -"Masternodes are \"registered\" and begin offering services when a " -"`ProRegTx " -"`_ `special transaction " +"Masternodes are \"registered\" and begin offering services when a `ProRegTx " +"`_ `special transaction " "`_ containing a " "particular key is written to the blockchain." msgstr "" @@ -239,58 +231,57 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:125 msgid "" "The ProRegTx references the transaction id (txid) and index holding the " -"collateral. The IP address and port of the masternode are also defined in" -" this transaction." +"collateral. The IP address and port of the masternode are also defined in " +"this transaction." msgstr "" #: ../../docs/user/masternodes/understanding.rst:128 msgid "" -"The ProRegTx contains 2 Dash addresses (also called public keys) and one " -"BLS public key, which represent 3 different roles in the masternode and " -"define update and voting rights. The keys are:" +"The ProRegTx contains 2 Dash addresses (also called public keys) and one BLS" +" public key, which represent 3 different roles in the masternode and define " +"update and voting rights. The keys are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:132 msgid "" "``ownerKeyAddr``: This is a Dash address (public key) controlled by the " -"masternode owner. It is different from the address used for the " -"collateral. Because the owner uses the private key associated with this " -"address to issue :ref:`ProUpRegTx ` transactions, it " -"must be unique for each masternode." +"masternode owner. It is different from the address used for the collateral. " +"Because the owner uses the private key associated with this address to issue" +" :ref:`ProUpRegTx ` transactions, it must be unique for " +"each masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:137 msgid "" -"``operatorPubKey``: This is the BLS public key of the masternode " -"operator. Only the operator is allowed to issue :ref:`ProUpServTx " -"` transactions. Because the operator key is used " -"during live masternode operation to sign masternode-related P2P messages," -" quorum-related messages and governance trigger votes, the BLS key must " -"be unique for each masternode." +"``operatorPubKey``: This is the BLS public key of the masternode operator. " +"Only the operator is allowed to issue :ref:`ProUpServTx ` transactions. Because the operator key is used during live " +"masternode operation to sign masternode-related P2P messages, quorum-related" +" messages and governance trigger votes, the BLS key must be unique for each " +"masternode." msgstr "" #: ../../docs/user/masternodes/understanding.rst:143 msgid "" "``votingKeyAddr``: This is a Dash address (public key) used for proposal " -"voting. Votes signed with the corresponding private key are valid while " -"the masternode is in the registered set." +"voting. Votes signed with the corresponding private key are valid while the " +"masternode is in the registered set." msgstr "" #: ../../docs/user/masternodes/understanding.rst:147 msgid "" -"Masternode owners should specify an address different from the collateral" -" to receive payments in the ProRegTx. The owner may optionally specify a " -"non-zero percentage as payment to a separate masternode operator, if " -"applicable." +"Masternode owners should specify an address different from the collateral to" +" receive payments in the ProRegTx. The owner may optionally specify a non-" +"zero percentage as payment to a separate masternode operator, if applicable." msgstr "" #: ../../docs/user/masternodes/understanding.rst:150 msgid "" "The masternode configuration can later be updated using ProUpServTx, " -"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode " -"Information `_ in DIP003 and :ref:`update-" -"dip3-config` in this documentation for more details." +"ProUpRegTx and ProUpRevTx transactions. See `Updating Masternode Information" +" `_ in DIP003 and :ref:`update-dip3-config` in this " +"documentation for more details." msgstr "" #: ../../docs/user/masternodes/understanding.rst:156 @@ -323,11 +314,10 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:165 msgid "" -"Step 1 can be omitted if you have an existing server. Steps 2 and 3 " -"require direct access to the masternode. Steps 3 and 4 require access to " -"a Dash Wallet (or DMT). Step 5 requires access to the wallet actually " -"holding the collateral. Step 6 requires a Dash balance to pay the " -"transaction fee." +"Step 1 can be omitted if you have an existing server. Steps 2 and 3 require " +"direct access to the masternode. Steps 3 and 4 require access to a Dash " +"Wallet (or DMT). Step 5 requires access to the wallet actually holding the " +"collateral. Step 6 requires a Dash balance to pay the transaction fee." msgstr "" #: ../../docs/user/masternodes/understanding.rst:172 @@ -340,50 +330,48 @@ msgid "" "decentralized ledger of all transactions, known as a blockchain. This " "blockchain is secured through a consensus mechanism; in the case of both " "Dash and Bitcoin, the consensus mechanism is Proof of Work (PoW). " -":ref:`Miners ` attempt to solve difficult problems with " -"specialized computers, and when they solve the problem, they receive the " -"right to add a new block to the blockchain. If all the other people " -"running the software agree that the problem was solved correctly, the " -"block is added to the blockchain and the miner is rewarded." +":ref:`Miners ` attempt to solve difficult problems with specialized " +"computers, and when they solve the problem, they receive the right to add a " +"new block to the blockchain. If all the other people running the software " +"agree that the problem was solved correctly, the block is added to the " +"blockchain and the miner is rewarded." msgstr "" #: ../../docs/user/masternodes/understanding.rst:184 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by masternodes (Full Nodes)," -" which enable financial privacy (CoinJoin), instant transactions " -"(InstantSend), and the decentralized governance and budget system. " -"Because this second tier is so important, masternodes are also rewarded " -"when miners discover new blocks. The breakdown is as follows: 90% of the " -"block reward is split between the miner and a masternode per the " -"distribution found :ref:`here `, while 10% is " -"reserved for the budget system (created by superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by masternodes (Full Nodes), which " +"enable financial privacy (CoinJoin), instant transactions (InstantSend), and" +" the decentralized governance and budget system. Because this second tier is" +" so important, masternodes are also rewarded when miners discover new " +"blocks. The breakdown is as follows: 90% of the block reward is split " +"between the miner and a masternode per the distribution found :ref:`here " +"`, while 10% is reserved for the budget system " +"(created by superblocks every month)." msgstr "" #: ../../docs/user/masternodes/understanding.rst:195 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/masternodes/understanding.rst:203 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by DASH collateral. Those DASH remain under the " -"sole control of their owner at all times, and can still be freely spent. " -"The funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by DASH " +"collateral. Those DASH remain under the sole control of their owner at all " +"times, and can still be freely spent. The funds are not locked in any way. " +"However, if the funds are moved or spent, the associated masternode will go " +"offline and stop receiving rewards." msgstr "" #: ../../docs/user/masternodes/understanding.rst:218 @@ -392,35 +380,34 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:220 msgid "" -"Since Dash version 0.13.0, masternode payments are entirely deterministic" -" and based on a simple list sort algorithm. Dash version 0.13.0 " -"implemented `DIP003 " -"`_ which defines" -" two sets of masternodes." +"Since Dash version 0.13.0, masternode payments are entirely deterministic " +"and based on a simple list sort algorithm. Dash version 0.13.0 implemented " +"`DIP003 `_ which " +"defines two sets of masternodes." msgstr "" #: ../../docs/user/masternodes/understanding.rst:225 msgid "" -"The full set, which contains all registered masternodes that have not " -"spent their collateral funding transactions." +"The full set, which contains all registered masternodes that have not spent " +"their collateral funding transactions." msgstr "" #: ../../docs/user/masternodes/understanding.rst:227 msgid "" -"The valid set, a subset of the full set which contains all masternodes " -"which are not marked as Proof of Service (PoSe) banned." +"The valid set, a subset of the full set which contains all masternodes which" +" are not marked as Proof of Service (PoSe) banned." msgstr "" #: ../../docs/user/masternodes/understanding.rst:230 msgid "" "Each masternode in the set of valid masternodes, identified by its " -"registration transaction ID, is associated with the block at which it was" -" last paid. If it has never received payment or was banned for failing to" -" meet the PoSe requirements, then the block at which it was first " -"registered or at which service was restored is used instead. The list is " -"sorted in ascending order by this block height and ProRegTx hash (as a " -"tie breaker in case two masternodes were registered in the same block), " -"and the first entry is selected for payment." +"registration transaction ID, is associated with the block at which it was " +"last paid. If it has never received payment or was banned for failing to " +"meet the PoSe requirements, then the block at which it was first registered " +"or at which service was restored is used instead. The list is sorted in " +"ascending order by this block height and ProRegTx hash (as a tie breaker in " +"case two masternodes were registered in the same block), and the first entry" +" is selected for payment." msgstr "" #: ../../docs/user/masternodes/understanding.rst:240 @@ -430,21 +417,19 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:242 msgid "" "Because the reward distribution percentages are fixed, the number of " -"evonodes is expected to stabilize around a fixed number based on the " -"total number of masternodes (considering the current number of ~3850 " -"Masternodes, ~450 evonodes are expected). This is because if there are " -"more than that fixed number of evonodes, running a regular MN will be " -"more profitable than running an evonode, and hosts will convert their " -"evonodes into MNs." +"evonodes is expected to stabilize around a fixed number based on the total " +"number of masternodes (considering the current number of ~3850 Masternodes, " +"~450 evonodes are expected). This is because if there are more than that " +"fixed number of evonodes, running a regular MN will be more profitable than " +"running an evonode, and hosts will convert their evonodes into MNs." msgstr "" #: ../../docs/user/masternodes/understanding.rst:249 -#, python-format msgid "" -"Evonodes will receive 100% of the fees generated from Platform and 37.5% " -"of the masternode portion of Core block rewards. Regular MNs will receive" -" the remaining 62.5% of the masternode portion of Core block rewards and " -"0% of Platform fees." +"Evonodes will receive 100% of the fees generated from Platform and 37.5% of " +"the masternode portion of Core block rewards. Regular MNs will receive the " +"remaining 62.5% of the masternode portion of Core block rewards and 0% of " +"Platform fees." msgstr "" #: ../../docs/user/masternodes/understanding.rst:256 @@ -454,24 +439,23 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:258 msgid "" "Proof of Service (PoSe) is a scoring system used to determine if a " -"masternode is providing network services in good faith. A number of " -"metrics are involved in the calculation, so it is not possible to game " -"the system by causing masternodes to be PoSe banned for failing to " -"respond to ping requests by e.g. a DDoS attack just prior to payment. " -"Each failure to provide service results in an increase in the PoSe score " -"relative to the maximum score, which is equal to the number of registered" -" masternodes. If the score reaches the number of registered masternodes, " -"a PoSe ban is enacted and the masternode must be repaired to ensure it " -"provides reliable service and registered in the list again using a " -":ref:`ProUpServTx `. The current scoring rules as of" -" Dash 0.14 are:" +"masternode is providing network services in good faith. A number of metrics " +"are involved in the calculation, so it is not possible to game the system by" +" causing masternodes to be PoSe banned for failing to respond to ping " +"requests by e.g. a DDoS attack just prior to payment. Each failure to " +"provide service results in an increase in the PoSe score relative to the " +"maximum score, which is equal to the number of registered masternodes. If " +"the score reaches the number of registered masternodes, a PoSe ban is " +"enacted and the masternode must be repaired to ensure it provides reliable " +"service and registered in the list again using a :ref:`ProUpServTx " +"`. The current scoring rules as of Dash 0.14 are:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:271 msgid "" "Failure to participate in `DKG " -"`__\\ = 66% punishment" +"`__\\ = 66% punishment" msgstr "" #: ../../docs/user/masternodes/understanding.rst:272 @@ -485,18 +469,17 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:277 msgid "" "In past versions of Dash, quorums of 10 masternodes were formed " -"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums " -"are deterministically formed, contain more masternodes and remain alive " -"for a longer period of time. While they remain responsible for " -"InstantSend transactions, the locking mechanism has changed to " -"automatically attempt locks on most network transactions according to the" -" requirements described :ref:`here `. Masternodes are now " -"also responsible for more network consensus functions, such as " -":ref:`ChainLocks `. Masternode quorums are formed through a " -"process of `distributed key generation " -"`__. Failure to " -"participate in DKG will eventually result in a PoSe ban as described " -"above." +"spontaneously to lock InstantSend transactions. As of Dash 0.14, quorums are" +" deterministically formed, contain more masternodes and remain alive for a " +"longer period of time. While they remain responsible for InstantSend " +"transactions, the locking mechanism has changed to automatically attempt " +"locks on most network transactions according to the requirements described " +":ref:`here `. Masternodes are now also responsible for more " +"network consensus functions, such as :ref:`ChainLocks `. " +"Masternode quorums are formed through a process of `distributed key " +"generation `__. " +"Failure to participate in DKG will eventually result in a PoSe ban as " +"described above." msgstr "" #: ../../docs/user/masternodes/understanding.rst:294 @@ -506,18 +489,18 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:296 msgid "" "DASH collateral: Hosting a master node requires a large amount of DASH " -"collateral. Arguably the hardest part. Dash can be obtained from " -"exchanges such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's " -"service is also an excellent way." +"collateral. Arguably the hardest part. Dash can be obtained from exchanges " +"such as Poloniex, Bittrex, Kraken and LiveCoin. Shapeshift's service is also" +" an excellent way." msgstr "" #: ../../docs/user/masternodes/understanding.rst:300 msgid "" -"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. " -"We recommend VPS services such as Vultr and DigitalOcean, although any " -"decent provider will do. Generally an instance with low to average " -"specifications will do, although performance requirements will increase " -"according to this roadmap." +"A server or VPS running Linux: Most recent guides use Ubuntu 20.04 LTS. We " +"recommend VPS services such as Vultr and DigitalOcean, although any decent " +"provider will do. Generally an instance with low to average specifications " +"will do, although performance requirements will increase according to this " +"roadmap." msgstr "" #: ../../docs/user/masternodes/understanding.rst:305 @@ -526,9 +509,9 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:307 msgid "" -"In addition to the DASH held in collateral, masternodes also have minimum" -" hardware requirements. For Dash versions 0.14 and higher, these " -"requirements are as follows:" +"In addition to the DASH held in collateral, masternodes also have minimum " +"hardware requirements. For Dash versions 0.14 and higher, these requirements" +" are as follows:" msgstr "" #: ../../docs/user/masternodes/understanding.rst:314 @@ -589,8 +572,8 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:325 msgid "" -"Masternode bandwidth use ranges between 300-500 GB per month and will " -"grow as the network does." +"Masternode bandwidth use ranges between 300-500 GB per month and will grow " +"as the network does." msgstr "" #: ../../docs/user/masternodes/understanding.rst:329 @@ -599,254 +582,11 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:331 msgid "" -"The exact hardware requirements for Dash Evolution masternodes have yet " -"to be determined, although some pointers can be taken from the `roadmap " +"The exact hardware requirements for Dash Evolution masternodes have yet to " +"be determined, although some pointers can be taken from the `roadmap " "`_ and this `blog post " -"`_. It should be possible to run Dash masternodes on normal " -"VPS servers until the block size reaches approximately 20 MB, after which" -" custom hardware such as GPUs and eventually ASICs may be required." -msgstr "" - -#~ msgid "" -#~ "Anyone can run a masternode. The " -#~ "objective is to have enough " -#~ "decentralization to ensure that no " -#~ "single person controls a significant " -#~ "fraction of the masternodes. However, to" -#~ " avoid bloating the network with " -#~ "unnecessary masternodes or encouraging " -#~ "reckless operators, there is one " -#~ "condition that needs to be fulfilled:" -#~ " proof of ownership of 1000 Dash. " -#~ "The coins don't need to be in " -#~ "the masternode, but they need to " -#~ "be kept in a certain way that " -#~ "is transparent to the entire network." -#~ " If the owner moves or spends " -#~ "those coins, the masternode stops " -#~ "working and payment ceases." -#~ msgstr "" - -#~ msgid "DIP003 Masternode Changes" -#~ msgstr "" - -#~ msgid "" -#~ "Dash 0.13.0 implements DIP003, which " -#~ "introduces several changes to how a " -#~ "Dash masternode is set up and " -#~ "operated. A list of available " -#~ "documentation appears below:" -#~ msgstr "" - -#~ msgid ":ref:`dip3-changes` (you are here)" -#~ msgstr "" - -#~ msgid "" -#~ "`Dash 0.13 Upgrade Procedure for " -#~ "Masternodes (legacy documentation) " -#~ "`__" -#~ msgstr "" - -#~ msgid "Important concepts and changes:" -#~ msgstr "" - -#~ msgid "" -#~ "It is possible to upgrade an " -#~ "existing masternode in-place without " -#~ "starting a new server and without " -#~ "moving your 1000 DASH collateral." -#~ msgstr "" - -#~ msgid "" -#~ "A masternode was previously \"started\" " -#~ "using the ``masternode start-alias`` " -#~ "command based on a ``masternode.conf`` " -#~ "file. Under DIP003, this file is " -#~ "no longer used, and masternodes are " -#~ "\"registered\" instead of \"started\". " -#~ "Masternodes begin offering services when " -#~ "a `ProRegTx " -#~ "`_ `special transaction " -#~ "`_ " -#~ "containing a particular key is written" -#~ " to the blockchain." -#~ msgstr "" - -#~ msgid "" -#~ "As before in ``masternode.conf``, the " -#~ "ProRegTx references the transaction id " -#~ "(txid) and index holding the collateral." -#~ " The IP address and port of the" -#~ " masternode are also defined in this" -#~ " transaction." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments were previously sent " -#~ "to the address holding the collateral." -#~ " Under DIP003, the owner should " -#~ "specify a different address to receive" -#~ " payments in the ProRegTx. The owner" -#~ " may optionally specify a non-zero" -#~ " percentage as payment to a separate" -#~ " masternode operator, if applicable." -#~ msgstr "" - -#~ msgid "" -#~ "All functions related to DIP003 will " -#~ "only take effect once Spork 15 is" -#~ " enabled on the network. Until then," -#~ " it is necessary to set up the" -#~ " masternode following the `old process " -#~ "`_ and" -#~ " then work through the `upgrade " -#~ "procedure " -#~ "`__." -#~ " In this state, the masternode will" -#~ " continue to function in compatibility " -#~ "mode, and all DIP003 related functions," -#~ " such as payments to a separate " -#~ "address or percentage payments to " -#~ "operators, will not yet have any " -#~ "effect. The ``ownerKeyAddr`` and " -#~ "``votingKeyAddr`` must also be identical " -#~ "until Spork 15 is enabled." -#~ msgstr "" - -#~ msgid "" -#~ "In short, miners power the first " -#~ "tier, which is the basic sending " -#~ "and receiving of funds and prevention" -#~ " of doublespending. Masternodes power the" -#~ " second tier, which provide the added" -#~ " features that make Dash different " -#~ "from other cryptocurrencies. Masternodes do" -#~ " not mine, and mining computers " -#~ "cannot serve as masternodes. Additionally, " -#~ "each masternode is “secured” by 1000 " -#~ "DASH. Those DASH remain under the " -#~ "sole control of their owner at all" -#~ " times, and can still be freely " -#~ "spent. The funds are not locked in" -#~ " any way. However, if the funds " -#~ "are moved or spent, the associated " -#~ "masternode will go offline and stop " -#~ "receiving rewards." -#~ msgstr "" - -#~ msgid "" -#~ "Masternode payments in Dash version " -#~ "0.13.0 are entirely deterministic and " -#~ "based on a simple list sort " -#~ "algorithm. For documentation of version " -#~ "0.12.0 payment logic, see the `legacy" -#~ " masternode payment documentation " -#~ "`_. Dash version 0.13.0 " -#~ "implements `DIP003 " -#~ "`_ and" -#~ " defines two sets of masternodes." -#~ msgstr "" - -#~ msgid "" -#~ "1000 Dash: Arguably the hardest part." -#~ " Dash can be obtained from exchanges" -#~ " such as Poloniex, Bittrex, Kraken " -#~ "and LiveCoin. Shapeshift's service is " -#~ "also an excellent way." -#~ msgstr "" - -#~ msgid "" -#~ "In addition to the 1000 Dash held" -#~ " in collateral, masternodes also have " -#~ "minimum hardware requirements. For Dash " -#~ "versions 0.14 and higher, these " -#~ "requirements are as follows:" -#~ msgstr "" - -#~ msgid "1x 1 GHz" -#~ msgstr "" - -#~ msgid "2 GB + 2 GB swap" -#~ msgstr "" - -#~ msgid "40 GB" -#~ msgstr "" - -#~ msgid "" -#~ "As of November 2018, the Dash " -#~ "network has `over 5000 masternodes " -#~ "located `_ " -#~ "in over `45 countries " -#~ "`_ and " -#~ "hosted on `over 140 ISPs " -#~ "`_. The" -#~ " block reward is approximately 3.34 " -#~ "Dash, so the selected masternode " -#~ "receives 1.67 Dash per payment or " -#~ "approximately 6 Dash per month. The " -#~ "block reward decreases by 7.14% " -#~ "approximately once per year, so the " -#~ "annual earnings for a masternode owner" -#~ " is approximately 7% of the " -#~ "collateral, and will decrease over time" -#~ " `as calculated here " -#~ "`_. See `this tool " -#~ "`_ to " -#~ "calculate real-time payment rates, and" -#~ " `this site " -#~ "`_ for " -#~ "various real-time statistics on the " -#~ "masternode network." -#~ msgstr "" - -#~ msgid "Evolution Masternodes (EvoNodes)" -#~ msgstr "" - -#~ msgid "" -#~ "Evolution Masternodes (EvoNodes) are a " -#~ "subset of masternodes that have been " -#~ "created to host Dash Platform. An " -#~ "EvoNode is a lot like a regular" -#~ " masternode with the following differences:" -#~ msgstr "" - -#~ msgid "EvoNode" -#~ msgstr "" - -#~ msgid "Lesser than EvoNode" -#~ msgstr "" - -#~ msgid "EvoNode Payment Logic" -#~ msgstr "" - -#~ msgid "" -#~ "Because the reward distribution percentages" -#~ " are fixed, the number of EvoNodes" -#~ " is expected to stabilize around a" -#~ " fixed number based on the total " -#~ "number of masternodes (considering the " -#~ "current number of ~3850 Masternodes, " -#~ "~450 EvoNodes are expected). This is " -#~ "because if there are more than " -#~ "that fixed number of EvoNodes, running" -#~ " a regular MN will be more " -#~ "profitable than running an EvoNode, and" -#~ " hosts will convert their EvoNodes " -#~ "into MNs." -#~ msgstr "" - -#~ msgid "" -#~ "EvoNodes will receive 100% of the " -#~ "fees generated from Platform and 37.5%" -#~ " of the masternode portion of Core" -#~ " block rewards. Regular MNs will " -#~ "receive the remaining 62.5% of the " -#~ "masternode portion of Core block rewards" -#~ " and 0% of Platform fees." -#~ msgstr "" - +"`_. It should be possible to run Dash masternodes on " +"normal VPS servers until the block size reaches approximately 20 MB, after " +"which custom hardware such as GPUs and eventually ASICs may be required." +msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/mining/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/mining/index.po index bdd0448f8..c899e1244 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/mining/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/mining/index.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "Information and guides on how to mine the Dash cryptocurrency" msgstr "" -#: ../../docs/user/mining/index.rst:-1 +#: ../../docs/user/mining/index.rst-1 msgid "" "dash, mining, X11, masternode, CPU, GPU, ASIC, software, hardware, pool, " "mining pools" @@ -38,39 +37,37 @@ msgstr "" #: ../../docs/user/mining/index.rst:11 msgid "" -"Mining in the context of cryptocurrency such as Dash refers to the " -"process of searching for solutions to cryptographically difficult " -"problems as a method of securing blocks on the blockchain. The process of" -" mining creates new currency tokens as a reward to the miner. Mining is " -"possible on a range of hardware. Dash implements an algorithm known as " -":ref:`X11 `, which the miner must solve in order to " -"earn rewards." +"Mining in the context of cryptocurrency such as Dash refers to the process " +"of searching for solutions to cryptographically difficult problems as a " +"method of securing blocks on the blockchain. The process of mining creates " +"new currency tokens as a reward to the miner. Mining is possible on a range " +"of hardware. Dash implements an algorithm known as :ref:`X11 `, which the miner must solve in order to earn rewards." msgstr "" #: ../../docs/user/mining/index.rst:19 msgid "" -"The simplest and most general hardware available for mining is the " -"general purpose CPU present in every computer. A CPU is designed to be " -"versatile but offers less efficiency than a GPU, which is designed to " -"rapidly calculate millions of vectors in parallel. While specific CPU " -"instruction enhancements related to cryptography such as AES or AVX can " -"provide a decent boost, GPUs offer a significant performance increase due" -" to their multiple pipelines capable of processing the predictably " -"repetitive calculations associated with cryptocurrency mining. Finally, " -"ASICs are relatively inflexible and can only process the specific " -"function(s) for which they were designed, but at an even faster rate than" -" the more general purpose GPUs and CPUs. A number of X11 ASICs are now " -"available on the market, which have quickly made CPU and GPU mining " -"uneconomic due to the increased difficulty of hashing arising from the " -"rapidly increasing hash rate. The result is a currency which is more " -"secure against brute force attacks on the Dash blockchain." +"The simplest and most general hardware available for mining is the general " +"purpose CPU present in every computer. A CPU is designed to be versatile but" +" offers less efficiency than a GPU, which is designed to rapidly calculate " +"millions of vectors in parallel. While specific CPU instruction enhancements" +" related to cryptography such as AES or AVX can provide a decent boost, GPUs" +" offer a significant performance increase due to their multiple pipelines " +"capable of processing the predictably repetitive calculations associated " +"with cryptocurrency mining. Finally, ASICs are relatively inflexible and can" +" only process the specific function(s) for which they were designed, but at " +"an even faster rate than the more general purpose GPUs and CPUs. A number of" +" X11 ASICs are now available on the market, which have quickly made CPU and " +"GPU mining uneconomic due to the increased difficulty of hashing arising " +"from the rapidly increasing hash rate. The result is a currency which is " +"more secure against brute force attacks on the Dash blockchain." msgstr "" #: ../../docs/user/mining/index.rst:35 msgid "" "The profitability of mining is determined by the hashrate of your mining " -"device, the current network difficulty and the costs of your hardware and" -" electricity. The following links provide up to date information:" +"device, the current network difficulty and the costs of your hardware and " +"electricity. The following links provide up to date information:" msgstr "" #: ../../docs/user/mining/index.rst:39 @@ -102,48 +99,45 @@ msgid "" "attempt to solve difficult problems with specialized computers, and when " "they solve the problem, they receive the right to add a new block to the " "blockchain. If all the other people running the software agree that the " -"problem was solved correctly, the block is added to the blockchain and " -"the miner is rewarded." +"problem was solved correctly, the block is added to the blockchain and the " +"miner is rewarded." msgstr "" #: ../../docs/user/mining/index.rst:56 -#, python-format msgid "" -"Dash works a little differently from Bitcoin, however, because it has a " -"two-tier network. The second tier is powered by :ref:`masternodes " -"` (Full Nodes), which enable financial privacy (CoinJoin), " -"instant transactions (InstantSend), and the decentralized governance and " -"budget system. Because this second tier is so important, masternodes are " -"also rewarded when miners discover new blocks. The breakdown is as " -"follows: 90% of the block reward is split between the miner and a " -"masternode per the distribution found :ref:`here `, while 10% is reserved for the budget system (created by " -"superblocks every month)." +"Dash works a little differently from Bitcoin, however, because it has a two-" +"tier network. The second tier is powered by :ref:`masternodes `" +" (Full Nodes), which enable financial privacy (CoinJoin), instant " +"transactions (InstantSend), and the decentralized governance and budget " +"system. Because this second tier is so important, masternodes are also " +"rewarded when miners discover new blocks. The breakdown is as follows: 90% " +"of the block reward is split between the miner and a masternode per the " +"distribution found :ref:`here `, while 10% is " +"reserved for the budget system (created by superblocks every month)." msgstr "" #: ../../docs/user/mining/index.rst:67 msgid "" -"The masternode system is referred to as Proof of Service (PoSe), since " -"the masternodes provide crucial services to the network. In fact, the " -"entire network is overseen by the masternodes, which have the power to " -"reject improperly formed blocks from miners. If a miner tried to take the" -" entire block reward for themselves or tried to run an old version of the" -" Dash software, the masternode network would orphan that block, and it " -"would not be added to the blockchain." +"The masternode system is referred to as Proof of Service (PoSe), since the " +"masternodes provide crucial services to the network. In fact, the entire " +"network is overseen by the masternodes, which have the power to reject " +"improperly formed blocks from miners. If a miner tried to take the entire " +"block reward for themselves or tried to run an old version of the Dash " +"software, the masternode network would orphan that block, and it would not " +"be added to the blockchain." msgstr "" #: ../../docs/user/mining/index.rst:75 msgid "" "In short, miners power the first tier, which is the basic sending and " -"receiving of funds and prevention of doublespending. Masternodes power " -"the second tier, which provide the added features that make Dash " -"different from other cryptocurrencies. Masternodes do not mine, and " -"mining computers cannot serve as masternodes. Additionally, each " -"masternode is “secured” by 1000 DASH. Those DASH remain under the sole " -"control of their owner at all times, and can still be freely spent. The " -"funds are not locked in any way. However, if the funds are moved or " -"spent, the associated masternode will go offline and stop receiving " -"rewards." +"receiving of funds and prevention of doublespending. Masternodes power the " +"second tier, which provide the added features that make Dash different from " +"other cryptocurrencies. Masternodes do not mine, and mining computers cannot" +" serve as masternodes. Additionally, each masternode is “secured” by 1000 " +"DASH. Those DASH remain under the sole control of their owner at all times, " +"and can still be freely spent. The funds are not locked in any way. However," +" if the funds are moved or spent, the associated masternode will go offline " +"and stop receiving rewards." msgstr "" #: ../../docs/user/mining/index.rst:87 @@ -153,11 +147,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:89 msgid "" "Mining Dash in pools is more likely to generate rewards than solo mining " -"directly on the blockchain. Mining dash using P2Pool is strongly " -"encouraged, since it is a good way to distribute, rather than centralize," -" the hashing power. The following site lists Dash P2Pool mining pools " -"near you, simply choose a pool with favourable fees and ping time and " -"enter your Dash payment address as username and anything as password." +"directly on the blockchain. Mining dash using P2Pool is strongly encouraged," +" since it is a good way to distribute, rather than centralize, the hashing " +"power. The following site lists Dash P2Pool mining pools near you, simply " +"choose a pool with favourable fees and ping time and enter your Dash payment" +" address as username and anything as password." msgstr "" #: ../../docs/user/mining/index.rst:97 @@ -166,12 +160,12 @@ msgstr "http://www.p2poolmining.us/p2poolnodes/" #: ../../docs/user/mining/index.rst:99 msgid "" -"If you would like to set up your own P2Pool, documentation of the process" -" is available :ref:`here ` and the code for p2pool-dash is " -"available on `GitHub `_. Other " -"mining pools are listed below and may be advantageous for different " -"reasons such as ping latency, uptime, fee, users, etc. A guide to using a" -" typical mining pool can be found :ref:`here `." +"If you would like to set up your own P2Pool, documentation of the process is" +" available :ref:`here ` and the code for p2pool-dash is available on" +" `GitHub `_. Other mining pools are " +"listed below and may be advantageous for different reasons such as ping " +"latency, uptime, fee, users, etc. A guide to using a typical mining pool can" +" be found :ref:`here `." msgstr "" #: ../../docs/user/mining/index.rst:107 @@ -232,19 +226,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:122 msgid "" -"DISCLAIMER: This list is provided for informational purposes only. " -"Services listed here have not been evaluated or endorsed by the Dash " -"developers and no guarantees are made as to the accuracy of this " -"information. Please exercise discretion when using third-party services. " -"If you’d like to be added to this list please reach out to " -"leon.white@dash.org" +"DISCLAIMER: This list is provided for informational purposes only. Services " +"listed here have not been evaluated or endorsed by the Dash developers and " +"no guarantees are made as to the accuracy of this information. Please " +"exercise discretion when using third-party services. If you’d like to be " +"added to this list please reach out to leon.white@dash.org" msgstr "" #: ../../docs/user/mining/index.rst:129 msgid "" -"In addition to joining a pool, you will also need to create a Dash " -"address to receive your payout. To do this in Dash Core wallet, see " -":ref:`here `." +"In addition to joining a pool, you will also need to create a Dash address " +"to receive your payout. To do this in Dash Core wallet, see :ref:`here " +"`." msgstr "" #: ../../docs/user/mining/index.rst:143 @@ -253,21 +246,21 @@ msgstr "" #: ../../docs/user/mining/index.rst:145 msgid "" -"This documentation describes how to mine Dash under the Windows operating" -" system using just the CPU in your computer. Please note that the " -"prevalence of GPU and ASIC miners mean that unless you have free " -"electricity, this is highly unlikely to be profitable! Since this is the " -"case, the software in this guide has not been updated in several years, " -"and is intended for experimental purposes and testnet only." +"This documentation describes how to mine Dash under the Windows operating " +"system using just the CPU in your computer. Please note that the prevalence " +"of GPU and ASIC miners mean that unless you have free electricity, this is " +"highly unlikely to be profitable! Since this is the case, the software in " +"this guide has not been updated in several years, and is intended for " +"experimental purposes and testnet only." msgstr "" #: ../../docs/user/mining/index.rst:152 msgid "" "This is a fairly simple procedure and examples will be given in order to " -"achieve the fastest possible hash rate for your CPU, but remember that " -"more optimized miners do exist, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"achieve the fastest possible hash rate for your CPU, but remember that more " +"optimized miners do exist, so we advise you to keep an eye out on mining " +"sites such as these in order to keep up with the latest information and " +"releases." msgstr "" #: ../../docs/user/mining/index.rst:158 ../../docs/user/mining/index.rst:292 @@ -302,10 +295,9 @@ msgstr "https://github.com/elmad/darkcoin-cpuminer-1.3-avx-aes" #: ../../docs/user/mining/index.rst:170 msgid "" -"This software depends on your CPU supporting the AES-NI and AVX " -"instruction sets. You can use `CPU-Z " -"`_ to check if this is the " -"case for your CPU:" +"This software depends on your CPU supporting the AES-NI and AVX instruction " +"sets. You can use `CPU-Z `_ to " +"check if this is the case for your CPU:" msgstr "" #: ../../docs/user/mining/index.rst:178 @@ -315,8 +307,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:181 msgid "" "If your CPU does not support AES-NI and AVX, then you can try more " -"generalized software which does not require specific instruction sets, " -"such as these:" +"generalized software which does not require specific instruction sets, such " +"as these:" msgstr "" #: ../../docs/user/mining/index.rst:185 @@ -330,11 +322,11 @@ msgstr "https://github.com/tpruvot/cpuminer-multi" #: ../../docs/user/mining/index.rst:188 msgid "" "Our goal here is to choose mining software that supports the maximum " -"possible instruction sets available on your CPU, and then try to increase" -" the hash speed. Once you have made your choice, click **Releases** and " +"possible instruction sets available on your CPU, and then try to increase " +"the hash speed. Once you have made your choice, click **Releases** and " "download and extract the zip file. The different \\*.exe files indicate " -"which specific processor optimizations they support. The folder should " -"look something like this:" +"which specific processor optimizations they support. The folder should look " +"something like this:" msgstr "" #: ../../docs/user/mining/index.rst:198 @@ -347,18 +339,18 @@ msgstr "" #: ../../docs/user/mining/index.rst:203 ../../docs/user/mining/index.rst:347 msgid "" -"Begin by selecting a mining pool and generating a Dash address as " -"described in the :ref:`Mining Pools ` section above. Keep " -"all your mining files in a single folder. In this example we will work " -"from the Desktop. The node selected for this example is from the " -"p2poolming.us list and is located in China::" +"Begin by selecting a mining pool and generating a Dash address as described " +"in the :ref:`Mining Pools ` section above. Keep all your " +"mining files in a single folder. In this example we will work from the " +"Desktop. The node selected for this example is from the p2poolming.us list " +"and is located in China::" msgstr "" #: ../../docs/user/mining/index.rst:211 msgid "" -"Next, open **Notepad** and type in on one line the command we will use to" -" start the miner, followed by pause on the second line. The general " -"format is as follows::" +"Next, open **Notepad** and type in on one line the command we will use to " +"start the miner, followed by pause on the second line. The general format is" +" as follows::" msgstr "" #: ../../docs/user/mining/index.rst:218 ../../docs/user/mining/index.rst:369 @@ -378,7 +370,8 @@ msgid "o = URL of your mining pool, including the protocol and port" msgstr "" #: ../../docs/user/mining/index.rst:223 -msgid "u = username, usually the Dash receiving address of your wallet or worker" +msgid "" +"u = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:224 @@ -403,9 +396,9 @@ msgstr "" #: ../../docs/user/mining/index.rst:238 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *startminer.bat* and save it in the " -"same folder as the unzipped *minerd* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *startminer.bat* and save it in the same folder " +"as the unzipped *minerd* files." msgstr "" #: ../../docs/user/mining/index.rst:243 ../../docs/user/mining/index.rst:392 @@ -415,13 +408,13 @@ msgstr "" #: ../../docs/user/mining/index.rst:245 msgid "" "You are now ready to start! Keep an eye on your CPU usage in **Task " -"Manager** (right click the taskbar to open this) and be careful that the " -"CPU temperature does not exceed your maximum rating (around 64°C). If you" -" have temperature or desktop stability problems, reduce ``t`` to ~2 " -"threads and try that first. If ``t`` is left out, the machine will " -"default to the maximum number of threads. After running the miner for a " -"while, take a look at the hash speed and payouts in your mining pool. You" -" can identify your miner by the wallet address on the page." +"Manager** (right click the taskbar to open this) and be careful that the CPU" +" temperature does not exceed your maximum rating (around 64°C). If you have " +"temperature or desktop stability problems, reduce ``t`` to ~2 threads and " +"try that first. If ``t`` is left out, the machine will default to the " +"maximum number of threads. After running the miner for a while, take a look " +"at the hash speed and payouts in your mining pool. You can identify your " +"miner by the wallet address on the page." msgstr "" #: ../../docs/user/mining/index.rst:257 @@ -434,20 +427,20 @@ msgstr "" #: ../../docs/user/mining/index.rst:262 msgid "" -"Reduce the number of threads for added desktop usability and heat " -"reduction. If the CPU temperature is too high, consider fitting a new fan" -" and check that the heat sink thermal paste on the CPU is adequate. Tweak" -" the processor clock speed for added performance using a motherboard " -"controller like `AI Suite `_ " -"for Asus motherboards. Reduction of CPU core voltage will result in lower" -" temperature but increased instability." +"Reduce the number of threads for added desktop usability and heat reduction." +" If the CPU temperature is too high, consider fitting a new fan and check " +"that the heat sink thermal paste on the CPU is adequate. Tweak the processor" +" clock speed for added performance using a motherboard controller like `AI " +"Suite `_ for Asus motherboards. " +"Reduction of CPU core voltage will result in lower temperature but increased" +" instability." msgstr "" #: ../../docs/user/mining/index.rst:271 msgid "" -"Try to select a pool that is nearby to reduce network latency. If the " -"node appears slow, switch to another location. Please distribute the " -"hashing power globally to different pools to avoid forking." +"Try to select a pool that is nearby to reduce network latency. If the node " +"appears slow, switch to another location. Please distribute the hashing " +"power globally to different pools to avoid forking." msgstr "" #: ../../docs/user/mining/index.rst:277 @@ -458,29 +451,27 @@ msgstr "" msgid "" "This guide consolidates several other guides on how to use your GPU (the " "processor on your graphics card) to mine Dash using the X11 algorithm on " -"Windows. Please note that the growing market for ASIC miners means that " -"this if probably not going to be profitable! A lot of the software and " -"binaries described here also have not been updated for several years, so " -"this guide should be used for experimental purposes only." +"Windows. Please note that the growing market for ASIC miners means that this" +" if probably not going to be profitable! A lot of the software and binaries " +"described here also have not been updated for several years, so this guide " +"should be used for experimental purposes only." msgstr "" #: ../../docs/user/mining/index.rst:286 msgid "" -"This guide will cover the process of downloading and configuring the " -"mining software, followed by some suggestions for optimizations. This " -"technology can change rapidly, so we advise you to keep an eye out on " -"mining sites such as these in order to keep up with the latest " -"information and releases." +"This guide will cover the process of downloading and configuring the mining " +"software, followed by some suggestions for optimizations. This technology " +"can change rapidly, so we advise you to keep an eye out on mining sites such" +" as these in order to keep up with the latest information and releases." msgstr "" #: ../../docs/user/mining/index.rst:299 msgid "" -"As for CPU mining, a range of mining software is available for GPU " -"mining. Most of it based on sgminer compiled with different optimizations" -" specific to different hardware. A good approach is to identify your " -"graphics hardware, then choose an appropriate build of sgminer. You can " -"use `GPU-Z `_ to identify your GPU " -"hardware:" +"As for CPU mining, a range of mining software is available for GPU mining. " +"Most of it based on sgminer compiled with different optimizations specific " +"to different hardware. A good approach is to identify your graphics " +"hardware, then choose an appropriate build of sgminer. You can use `GPU-Z " +"`_ to identify your GPU hardware:" msgstr "" #: ../../docs/user/mining/index.rst:309 @@ -491,11 +482,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:312 msgid "" -"Next, download the mining software. Most of these are based on the " -"original `sgminer `_, but this is" -" not suitable for the X11 algorithm, offers no compiled binaries and " -"hasn't been updated in years. We will describe using pre-compiled binary " -"software maintained by newer developers only." +"Next, download the mining software. Most of these are based on the original " +"`sgminer `_, but this is not " +"suitable for the X11 algorithm, offers no compiled binaries and hasn't been " +"updated in years. We will describe using pre-compiled binary software " +"maintained by newer developers only." msgstr "" #: ../../docs/user/mining/index.rst:318 @@ -511,19 +502,20 @@ msgid "**NVIDIA**" msgstr "**NVIDIA**" #: ../../docs/user/mining/index.rst:324 -msgid "https://github.com/tpruvot/ccminer/releases (focus on core application)" +msgid "" +"https://github.com/tpruvot/ccminer/releases (focus on core application)" msgstr "" #: ../../docs/user/mining/index.rst:326 msgid "" -"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA " -"kernels for Windows)" +"https://github.com/sp-hash/ccminer/releases (sp-mod, optimized CUDA kernels " +"for Windows)" msgstr "" #: ../../docs/user/mining/index.rst:329 msgid "" -"Download your chosen release and extract the zip file to a known " -"location. The folder should look something like this:" +"Download your chosen release and extract the zip file to a known location. " +"The folder should look something like this:" msgstr "" #: ../../docs/user/mining/index.rst:335 @@ -532,12 +524,11 @@ msgstr "" #: ../../docs/user/mining/index.rst:337 msgid "" -"The sgminer file is the executable file, while the various files with .cl" -" extensions define the various algorithms supported by sgminer. In this " -"case, we are interested in the darkcoin.cl and darkcoin-mod.cl " -"implementations of X11. Note that the name of the executable file may be " -"different for miners with different optimizations, for example ccminer " -"for NVIDIA cards." +"The sgminer file is the executable file, while the various files with .cl " +"extensions define the various algorithms supported by sgminer. In this case," +" we are interested in the darkcoin.cl and darkcoin-mod.cl implementations of" +" X11. Note that the name of the executable file may be different for miners " +"with different optimizations, for example ccminer for NVIDIA cards." msgstr "" #: ../../docs/user/mining/index.rst:355 @@ -548,8 +539,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:371 msgid "" -"pools = defines a list of pools (in this case, only one) towards which " -"the hashing power is directed" +"pools = defines a list of pools (in this case, only one) towards which the " +"hashing power is directed" msgstr "" #: ../../docs/user/mining/index.rst:373 @@ -558,8 +549,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:374 msgid "" -"user = username, usually the Dash receiving address of your wallet or " -"worker" +"user = username, usually the Dash receiving address of your wallet or worker" msgstr "" #: ../../docs/user/mining/index.rst:376 @@ -568,8 +558,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:377 msgid "" -"algorithm = hashing algorithm to use, in this case darkcoin (for historic" -" reasons) or darkcoin-mod" +"algorithm = hashing algorithm to use, in this case darkcoin (for historic " +"reasons) or darkcoin-mod" msgstr "" #: ../../docs/user/mining/index.rst:380 @@ -582,24 +572,24 @@ msgstr "" #: ../../docs/user/mining/index.rst:387 msgid "" -"Click **File**, then **Save As**. Change **Save as type** to **All " -"Files**, then type the file name as *sgminer.conf* and save it in the " -"same folder as the unzipped *sgminer* files." +"Click **File**, then **Save As**. Change **Save as type** to **All Files**, " +"then type the file name as *sgminer.conf* and save it in the same folder as " +"the unzipped *sgminer* files." msgstr "" #: ../../docs/user/mining/index.rst:394 msgid "" "Double click your *sgminer.exe* and a **Command Prompt** window should " -"appear immediately. If it disappears too quickly, check your " -"configuration for missing commas, unclosed brackets or incorrect file " -"name. The program will compile a special binary specific to your GPU and " -"store it in the folder, then begin hashing." +"appear immediately. If it disappears too quickly, check your configuration " +"for missing commas, unclosed brackets or incorrect file name. The program " +"will compile a special binary specific to your GPU and store it in the " +"folder, then begin hashing." msgstr "" #: ../../docs/user/mining/index.rst:403 msgid "" -"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD " -"Graphics 4600" +"Example of GPU mining using sgminer 5.6.1-nicehash-51 on Intel HD Graphics " +"4600" msgstr "" #: ../../docs/user/mining/index.rst:410 @@ -608,27 +598,27 @@ msgstr "" #: ../../docs/user/mining/index.rst:412 msgid "" -"ASIC stands for *Application-Specific Integrated Circuit* and describes a" -" type of processor that is designed for one purpose only. ASICs are a " -"popular choice for mining cryptocurrency because they can offer a higher " -"efficiency than CPU or GPU miners, resulting in higher profit." +"ASIC stands for *Application-Specific Integrated Circuit* and describes a " +"type of processor that is designed for one purpose only. ASICs are a popular" +" choice for mining cryptocurrency because they can offer a higher efficiency" +" than CPU or GPU miners, resulting in higher profit." msgstr "" #: ../../docs/user/mining/index.rst:417 msgid "" "Please note that the information on this page may become obsolete very " -"quickly due to the rapidly changing market and difficulty of mining Dash." -" You are responsible for carrying out your own research and any listing " -"on this page should not be considered an endorsement of any particular " -"product. A good place to begin your research is the `mining section of " -"the Dash Forums `_." +"quickly due to the rapidly changing market and difficulty of mining Dash. " +"You are responsible for carrying out your own research and any listing on " +"this page should not be considered an endorsement of any particular product." +" A good place to begin your research is the `mining section of the Dash " +"Forums `_." msgstr "" #: ../../docs/user/mining/index.rst:424 msgid "" -"The following X11 ASIC miners are available on the market today, click " -"the product name to visit the manufacturer's website:" +"The following X11 ASIC miners are available on the market today, click the " +"product name to visit the manufacturer's website:" msgstr "" #: ../../docs/user/mining/index.rst:428 ../../docs/user/mining/index.rst:446 @@ -707,8 +697,7 @@ msgstr "" #: ../../docs/user/mining/index.rst:434 msgid "" -"`StrongU STU-U6 " -"`_" +"`StrongU STU-U6 `_" msgstr "" #: ../../docs/user/mining/index.rst:434 @@ -741,8 +730,8 @@ msgstr "" #: ../../docs/user/mining/index.rst:442 msgid "" -"The following ASIC miners are either no longer easily available or " -"obsolete due to the increase in difficulty on the network." +"The following ASIC miners are either no longer easily available or obsolete " +"due to the increase in difficulty on the network." msgstr "" #: ../../docs/user/mining/index.rst:448 @@ -1024,7 +1013,8 @@ msgid "490 x 390 x 180" msgstr "" #: ../../docs/user/mining/index.rst:480 -msgid "`Innosilicon A5 `_" +msgid "" +"`Innosilicon A5 `_" msgstr "" #: ../../docs/user/mining/index.rst:480 @@ -1042,21 +1032,3 @@ msgstr "" #: ../../docs/user/mining/index.rst:480 msgid "400 x 135 x 158" msgstr "" - -#~ msgid "https://aikapool.com/dash/" -#~ msgstr "" - -#~ msgid "" -#~ "https://github.com/KlausT/ccminer/releases (similar to " -#~ "SP version, more clean)" -#~ msgstr "" - -#~ msgid "`iBelink DM11G `_" -#~ msgstr "" - -#~ msgid "" -#~ "`iBelink DM22G `_" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/zh_TW/LC_MESSAGES/docs/user/mining/p2pool.po index e2404fcf5..67aa3956c 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/mining/p2pool.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "Guide to setting up a Dash P2Pool node" msgstr "" -#: ../../docs/user/mining/p2pool.rst:1 +#: ../../docs/user/mining/p2pool.rst-1 msgid "dash, mining, X11, p2pool, node, pool, software, ASIC, mining pool" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/mining/pools.po b/locale/zh_TW/LC_MESSAGES/docs/user/mining/pools.po index 64e17928b..2c05bb461 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/mining/pools.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" msgstr "" -#: ../../docs/user/mining/pools.rst:1 +#: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po index 80d97bb05..939aa59ba 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -1,29 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2023. -# +# FIRST AUTHOR , YEAR. +# +# Translators: +# William , 2023 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: zh_TW \n" -"Plural-Forms: nplurals=1; plural=0;\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" +"PO-Revision-Date: 2023-05-04 16:28+0000\n" +"Last-Translator: William , 2023\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" msgstr "" -#: ../../docs/user/network/dashmate/index.rst:-1 +#: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" msgstr "" @@ -45,7 +47,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" -msgstr "" +msgstr "安裝" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" @@ -81,8 +83,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" -"To install the NodeJS package, it is necessary to install NodeJS first. " -"We recommend installing it using `nvm `__::" msgstr "" @@ -96,17 +98,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:76 msgid "" -"You can setup both regular masternodes and Evolution masternodes " -"(evonodes) using dashmate. There are few minor extra steps for evonodes, " -"but the process is largely identical for both masternode types. Complete " -"the steps in the sections below to set up your node or follow along with " -"this step-by-step tutorial." +"You can setup both regular masternodes and Evolution masternodes (evonodes) " +"using dashmate. There are few minor extra steps for evonodes, but the " +"process is largely identical for both masternode types. Complete the steps " +"in the sections below to set up your node or follow along with this step-by-" +"step tutorial." msgstr "" #: ../../docs/user/network/dashmate/index.rst:87 msgid "" -"To begin masternode setup, run ``dashmate setup`` to start the " -"interactive wizard::" +"To begin masternode setup, run ``dashmate setup`` to start the interactive " +"wizard::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:92 @@ -123,8 +125,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" -"Select **No** to register a new masternode or **Yes** to import " -"information about an existing masternode." +"Select **No** to register a new masternode or **Yes** to import information " +"about an existing masternode." msgstr "" #: ../../docs/user/network/dashmate/index.rst:113 @@ -142,8 +144,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" "Enter the requested information from your :hoverxref:`collateral funding " -"transaction `. You can find these values using " -"Dash Core's :hoverxref:`masternode outputs ` command." +"transaction `. You can find these values using Dash" +" Core's :hoverxref:`masternode outputs ` command." msgstr "" #: ../../docs/user/network/dashmate/index.rst:132 @@ -162,16 +164,16 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" -"Enter an operator BLS private key. You can enter one you have created " -"(e.g. :hoverxref:`using Dash Core `) or received " -"from a hosting provider. Optionally, use the one automatically generated " -"by dashmate." +"Enter an operator BLS private key. You can enter one you have created (e.g. " +":hoverxref:`using Dash Core `) or received from a " +"hosting provider. Optionally, use the one automatically generated by " +"dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:147 msgid "" -"If a portion of the masternode rewards are intended to go to the operator" -" directly, set the reward share percentage also." +"If a portion of the masternode rewards are intended to go to the operator " +"directly, set the reward share percentage also." msgstr "" #: ../../docs/user/network/dashmate/index.rst:154 @@ -187,9 +189,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:159 msgid "" -"Enter a Platform node key. You can enter one :hoverxref:`you have created" -" ` or received from a hosting " -"provider. Optionally, use the one automatically generated by dashmate." +"Enter a Platform node key. You can enter one :hoverxref:`you have created " +"` or received from a hosting provider. " +"Optionally, use the one automatically generated by dashmate." msgstr "" #: ../../docs/user/network/dashmate/index.rst:167 @@ -202,10 +204,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" -"Dashmate will automatically detect the external IP address and select the" -" default ports for the network you are setting up. You can modify these " -"values if necessary for a specific reason, but typically the defaults " -"should be used." +"Dashmate will automatically detect the external IP address and select the " +"default ports for the network you are setting up. You can modify these " +"values if necessary for a specific reason, but typically the defaults should" +" be used." msgstr "" #: ../../docs/user/network/dashmate/index.rst:180 @@ -218,17 +220,17 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" -"Copy the provided protx command and run it using dash-cli or the Dash " -"Core console. Do note that your payout address must have a balance for " -"the registration process to be successful, so remember to send some DASH " -"to this address before you begin registration." +"Copy the provided protx command and run it using dash-cli or the Dash Core " +"console. Do note that your payout address must have a balance for the " +"registration process to be successful, so remember to send some DASH to this" +" address before you begin registration." msgstr "" #: ../../docs/user/network/dashmate/index.rst:190 msgid "" -"Select **Yes** after the command has been run successfully. If you " -"receive an error, select **No** to go back through the previous steps and" -" review details." +"Select **Yes** after the command has been run successfully. If you receive " +"an error, select **No** to go back through the previous steps and review " +"details." msgstr "" #: ../../docs/user/network/dashmate/index.rst:198 @@ -264,9 +266,9 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" -"Once the configuration is complete, a summary showing the network and " -"type of node configured is displayed. This summary includes important " -"parameters and information on how to proceed." +"Once the configuration is complete, a summary showing the network and type " +"of node configured is displayed. This summary includes important parameters " +"and information on how to proceed." msgstr "" #: ../../docs/user/network/dashmate/index.rst:224 @@ -289,10 +291,10 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" -"When starting a node for the first time, dashmate will download the " -"Docker images required for each service. The time required for this one-" -"time download will depend on the available bandwidth but typically should" -" complete within a few minutes." +"When starting a node for the first time, dashmate will download the Docker " +"images required for each service. The time required for this one-time " +"download will depend on the available bandwidth but typically should " +"complete within a few minutes." msgstr "" #: ../../docs/user/network/dashmate/index.rst:249 @@ -302,8 +304,7 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " -"entirely from within dashmate. Use the built-in help system to learn " -"more:" +"entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" #: ../../docs/user/network/dashmate/index.rst:254 @@ -358,8 +359,8 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" -"You can use ``dashmate`` to update minor versions of the software on your" -" masternode as follows::" +"You can use ``dashmate`` to update minor versions of the software on your " +"masternode as follows::" msgstr "" #: ../../docs/user/network/dashmate/index.rst:309 @@ -371,44 +372,3 @@ msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" - -#~ msgid "dash, wallet, core, platform, EvoNode, masternodes, dashmate" -#~ msgstr "" - -#~ msgid "Setting up a testnet EvoNode using dashmate" -#~ msgstr "" - -#~ msgid "" -#~ "You can setup both regular masternodes" -#~ " and Evolution masternodes (EvoNodes) using" -#~ " dashmate. There are few minor extra" -#~ " steps for EvoNodes, but the process" -#~ " is largely identical for both " -#~ "masternode types." -#~ msgstr "" - -#~ msgid "" -#~ "Copy the provided protx command and " -#~ "run it using dash-cli or the " -#~ "Dash Core console. Select **Yes** after" -#~ " the command has been run " -#~ "successfully. If you receive an error," -#~ " select **No** to go back through " -#~ "the previous steps and review details." -#~ msgstr "" - -#~ msgid "" -#~ "The following step only applies to " -#~ "EvoNodes. Regular masternodes do not " -#~ "require an SSL certificate since they" -#~ " do not host Platform services." -#~ msgstr "" - -#~ msgid "" -#~ "Self-signed certificates cannot be used" -#~ " on mainnet. When setting up a " -#~ "mainnet EvoNode, **ZeroSSL** and **File " -#~ "on disk** are the only options " -#~ "available." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/network/electrumx-server.po b/locale/zh_TW/LC_MESSAGES/docs/user/network/electrumx-server.po index 35cc3cf01..79e8c2020 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/network/electrumx-server.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/network/electrumx-server.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "Guide to installing a Dash ElectrumX server" msgstr "" -#: ../../docs/user/network/electrumx-server.rst:1 +#: ../../docs/user/network/electrumx-server.rst-1 msgid "dash, electrum, guide, setup" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po index 8e0059c8a..0aa7ebf0f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/advanced-functions.po @@ -1,32 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "" -"Set up address book, exchange rates, sweep paper wallets and change " -"settings in the Dash Android wallet." +"Set up address book, exchange rates, sweep paper wallets and change settings" +" in the Dash Android wallet." msgstr "" -#: ../../docs/user/wallets/android/advanced-functions.rst:-1 +#: ../../docs/user/wallets/android/advanced-functions.rst-1 msgid "dash, mobile, wallet, android, address book, paper, exchange rates" msgstr "" @@ -40,16 +37,15 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:13 msgid "" -"Your Android wallet allows you to manage frequently used addresses by " -"adding a label to help you identify the owner. You can also label your " -"own addresses in the wallet in order to keep track of regular incoming " -"payments. You can access the address book by tapping the **Menu button**," -" then **Address book**. This will display a screen where you can swipe " -"left and right between your own addresses and the addresses to which you " -"frequently send Dash, such as family members for example. Tap the **More " -"options** button to **Paste from clipboard** or to **Scan address** from " -"a QR code, or tap an existing address to **Send Dash** or **Edit** the " -"label." +"Your Android wallet allows you to manage frequently used addresses by adding" +" a label to help you identify the owner. You can also label your own " +"addresses in the wallet in order to keep track of regular incoming payments." +" You can access the address book by tapping the **Menu button**, then " +"**Address book**. This will display a screen where you can swipe left and " +"right between your own addresses and the addresses to which you frequently " +"send Dash, such as family members for example. Tap the **More options** " +"button to **Paste from clipboard** or to **Scan address** from a QR code, or" +" tap an existing address to **Send Dash** or **Edit** the label." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:34 @@ -58,11 +54,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:36 msgid "" -"You can also add labels directly from the main transaction history screen" -" by tapping the **More options** button for the transaction (three " -"vertical dots) and selecting either **Add label to your address**, **Edit" -" label of your address**, **Add sending address** or **Edit label of " -"sending address**." +"You can also add labels directly from the main transaction history screen by" +" tapping the **More options** button for the transaction (three vertical " +"dots) and selecting either **Add label to your address**, **Edit label of " +"your address**, **Add sending address** or **Edit label of sending " +"address**." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:49 @@ -75,20 +71,20 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:55 msgid "" -"Dash Wallet for Android allows you to display the equivalent value of " -"your Dash balance and in transactions by selecting a default fiat " -"currency. To select a default currency, tap the **Menu button**, then " -"**Exchange rates**. Find your preferred fiat currency, then tap the " -"**More options** button for that currency and select **Set as default**. " -"The exchange rate for this currency will appear when sending Dash, and " -"you can also tap in the fiat currency field to enter the value in the " -"fiat currency directly, instead of in Dash." +"Dash Wallet for Android allows you to display the equivalent value of your " +"Dash balance and in transactions by selecting a default fiat currency. To " +"select a default currency, tap the **Menu button**, then **Exchange rates**." +" Find your preferred fiat currency, then tap the **More options** button for" +" that currency and select **Set as default**. The exchange rate for this " +"currency will appear when sending Dash, and you can also tap in the fiat " +"currency field to enter the value in the fiat currency directly, instead of " +"in Dash." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:73 msgid "" -"*Selecting a fiat exchange rate and creating a transaction denominated in" -" USD*" +"*Selecting a fiat exchange rate and creating a transaction denominated in " +"USD*" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:77 @@ -99,10 +95,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:95 @@ -115,22 +111,21 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:100 msgid "" -"Sweeping a paper wallet is a method of transferring the value stored on " -"an address you may have received as a paper wallet or from an ATM into " -"your own wallet. You must have access to the private key for an address " -"to use this function. In this process, all Dash stored on the address " -"will be sent to a new address that has been deterministically generated " -"from your wallet seed. The private keys you sweep do not become a part of" -" your wallet." +"Sweeping a paper wallet is a method of transferring the value stored on an " +"address you may have received as a paper wallet or from an ATM into your own" +" wallet. You must have access to the private key for an address to use this " +"function. In this process, all Dash stored on the address will be sent to a " +"new address that has been deterministically generated from your wallet seed." +" The private keys you sweep do not become a part of your wallet." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:108 msgid "" -"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper" -" wallet**. Tap the **Scan** button and scan the QR code from your paper " -"wallet. Once the private key has been identified, tap **Sweep** to create" -" the transaction moving the Dash into your own wallet. Once this " -"transaction is confirmed, the paper is worthless and should be destroyed." +"To sweep a paper wallet, tap the **Menu button** and select **Sweep paper " +"wallet**. Tap the **Scan** button and scan the QR code from your paper " +"wallet. Once the private key has been identified, tap **Sweep** to create " +"the transaction moving the Dash into your own wallet. Once this transaction " +"is confirmed, the paper is worthless and should be destroyed." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:124 @@ -143,11 +138,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:130 msgid "" -"The Dash Android Wallet is a light wallet and functions in SPV mode, " -"meaning it does not download a full copy of the blockchain. The network " -"monitor allows you to view details about the full nodes to which you are " -"connected. You can also swipe left to view blocks as they are created on " -"the blockchain." +"The Dash Android Wallet is a light wallet and functions in SPV mode, meaning" +" it does not download a full copy of the blockchain. The network monitor " +"allows you to view details about the full nodes to which you are connected. " +"You can also swipe left to view blocks as they are created on the " +"blockchain." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:143 @@ -165,11 +160,11 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:156 msgid "" -"The settings menu contains a range of options to control the behavior of " -"the Dash Android Wallet. To access the settings, tap the **Menu button**," -" then **Settings**. You can then choose between **Settings**, " -"**Diagnostics** and **About**, which displays wallet version, copyright, " -"license and source code information." +"The settings menu contains a range of options to control the behavior of the" +" Dash Android Wallet. To access the settings, tap the **Menu button**, then " +"**Settings**. You can then choose between **Settings**, **Diagnostics** and " +"**About**, which displays wallet version, copyright, license and source code" +" information." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:167 @@ -188,9 +183,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:170 msgid "" -"Enter a short name to be included in your QR codes when displaying to " -"other users for scanning. The short name will then appear as a label in " -"their wallet to verify the recipient and simplify address management." +"Enter a short name to be included in your QR codes when displaying to other " +"users for scanning. The short name will then appear as a label in their " +"wallet to verify the recipient and simplify address management." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:177 @@ -199,8 +194,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:176 msgid "" -"Specify whether or not to close the send dialog once a payment is " -"complete." +"Specify whether or not to close the send dialog once a payment is complete." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:181 @@ -209,8 +203,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:180 msgid "" -"Enables display of an indicator in the Android notification area to be " -"able to quickly verify connectivity." +"Enables display of an indicator in the Android notification area to be able " +"to quickly verify connectivity." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:184 @@ -227,8 +221,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:187 msgid "" -"Enabling this option prevents automatic peer discovery and forces " -"connection to the one specified trusted peer only." +"Enabling this option prevents automatic peer discovery and forces connection" +" to the one specified trusted peer only." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:192 @@ -247,8 +241,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:195 msgid "" -"Links to the Android **Data usage** function to view and/or restrict data" -" usage for the app." +"Links to the Android **Data usage** function to view and/or restrict data " +"usage for the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:200 @@ -257,8 +251,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:199 msgid "" -"Enables an Android system notification to remind you of any unspent Dash " -"if you don't open the app in that time." +"Enables an Android system notification to remind you of any unspent Dash if " +"you don't open the app in that time." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:203 @@ -282,7 +276,8 @@ msgid "Show disclaimer" msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:209 -msgid "Enables or disables various disclaimers and warning messages in the app." +msgid "" +"Enables or disables various disclaimers and warning messages in the app." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:215 @@ -292,8 +287,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:213 msgid "" "Enables use of the `BIP70 payment protocol " -"`_ to add" -" further verification and security features when scanning QR codes." +"`_ to add " +"further verification and security features when scanning QR codes." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:220 @@ -303,8 +298,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:218 msgid "" "Enables use of `DNSSEC `_ to attempt to identify a wallet name when " -"creating transactions." +"em_Security_Extensions>`_ to attempt to identify a wallet name when creating" +" transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:223 @@ -317,8 +312,8 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:226 msgid "" -"Allows you to gather a range of information related to your wallet in " -"order to send a bug report to developers for troubleshooting." +"Allows you to gather a range of information related to your wallet in order " +"to send a bug report to developers for troubleshooting." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:233 @@ -327,9 +322,9 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:230 msgid "" -"Displays the extended public key for the seed used to generate addresses " -"in your wallet. Providing your xpub to a third party will allow them to " -"view your entire transaction history, but not make new transactions." +"Displays the extended public key for the seed used to generate addresses in " +"your wallet. Providing your xpub to a third party will allow them to view " +"your entire transaction history, but not make new transactions." msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:237 @@ -338,8 +333,7 @@ msgstr "" #: ../../docs/user/wallets/android/advanced-functions.rst:236 msgid "" -"Resets data stored on your device relating to the blockchain. This data " -"will need to be collected again from full nodes, similar to when setting " -"up a new wallet. This process may take some time." +"Resets data stored on your device relating to the blockchain. This data will" +" need to be collected again from full nodes, similar to when setting up a " +"new wallet. This process may take some time." msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 7e7cb8d73..4d69bc9ab 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your Android device" msgstr "" -#: ../../docs/user/wallets/android/getting-started.rst:1 +#: ../../docs/user/wallets/android/getting-started.rst-1 msgid "" "dash, mobile, wallet, android, send, receive, addresses, getting started" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/index.po index 3eb08dee2..777f92214 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/installation.po index af498f9ea..343674d04 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "How to install the Dash wallet on your Android device" msgstr "" -#: ../../docs/user/wallets/android/installation.rst:-1 +#: ../../docs/user/wallets/android/installation.rst-1 msgid "dash, mobile, wallet, android, installation, compile" msgstr "" @@ -40,8 +39,8 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:13 msgid "" -"The easiest way to install the Dash Wallet for Android is from the Google" -" Play Store." +"The easiest way to install the Dash Wallet for Android is from the Google " +"Play Store." msgstr "" #: ../../docs/user/wallets/android/installation.rst:21 @@ -50,18 +49,18 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:23 msgid "" -"Some Android phone do not have access to the Google Play Store because " -"the phone software, network provider or country may not allow it. You can" -" install the app manually by first enabling installation of external " -"sources (if you have not already done so) and then downloading and " -"installing an APK file. Follow these instructions:" +"Some Android phone do not have access to the Google Play Store because the " +"phone software, network provider or country may not allow it. You can " +"install the app manually by first enabling installation of external sources " +"(if you have not already done so) and then downloading and installing an APK" +" file. Follow these instructions:" msgstr "" #: ../../docs/user/wallets/android/installation.rst:29 #: ../../docs/user/wallets/android/installation.rst:42 msgid "" -"Ensure your Android version is at least 4.0.3 by going to **Settings → " -"About phone** and checking the version number." +"Ensure your Android version is at least 4.0.3 by going to **Settings → About" +" phone** and checking the version number." msgstr "" #: ../../docs/user/wallets/android/installation.rst:31 @@ -79,9 +78,9 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:35 msgid "" -"If you cannot use your phone to go online, download the APK using your PC" -" instead and copy it to your phone using a cable or Bluetooth. You may " -"need a file browser to find the copied file." +"If you cannot use your phone to go online, download the APK using your PC " +"instead and copy it to your phone using a cable or Bluetooth. You may need a" +" file browser to find the copied file." msgstr "" #: ../../docs/user/wallets/android/installation.rst:39 @@ -92,17 +91,16 @@ msgstr "" #: ../../docs/user/wallets/android/installation.rst:44 msgid "" -"Ensure you have a copy of ADB on your PC. This is included in the Android" -" `SDK Platform Tools `_ for Mac, Windows or Linux." +"Ensure you have a copy of ADB on your PC. This is included in the Android " +"`SDK Platform Tools `_ for Mac, Windows or Linux." msgstr "" #: ../../docs/user/wallets/android/installation.rst:50 msgid "" "Enable USB debugging by going to **Settings → Developer options → USB " "debugging**. If **Developer options** is not available, go to **About " -"phone** instead, scroll down, and tap on the **Build number** seven " -"times." +"phone** instead, scroll down, and tap on the **Build number** seven times." msgstr "" #: ../../docs/user/wallets/android/installation.rst:54 @@ -125,21 +123,21 @@ msgstr "" msgid "" "The source code for the Dash Android wallet is available on `GitHub " "`__. The following instructions " -"describe how to compile an APK from source under an up-to-date " -"installation of Ubuntu 20.04 LTS with a single non-root user. Begin by " -"installing dependencies and downloading the latest Android SDK Tools::" +"describe how to compile an APK from source under an up-to-date installation " +"of Ubuntu 20.04 LTS with a single non-root user. Begin by installing " +"dependencies and downloading the latest Android SDK Tools::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:83 msgid "" -"Next, download the necessary SDK platform bundles and dependencies and " -"agree to the licenses::" +"Next, download the necessary SDK platform bundles and dependencies and agree" +" to the licenses::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:89 msgid "" -"Now that the build environment is ready, download and build the Dash " -"Android Wallet source::" +"Now that the build environment is ready, download and build the Dash Android" +" Wallet source::" msgstr "" #: ../../docs/user/wallets/android/installation.rst:97 @@ -147,30 +145,3 @@ msgid "" "The unsigned built APK files are now available in the ``~/dash-" "wallet/wallet/build/outputs/apk/prod/release/`` folder." msgstr "" - -#~ msgid "" -#~ "Using your phone, download the latest" -#~ " version of the APK from `this " -#~ "link `_." -#~ msgstr "" - -#~ msgid "" -#~ "Using your PC, download the latest " -#~ "version of the APK from `this link" -#~ " `_." -#~ msgstr "" - -#~ msgid "" -#~ "The source code for the Dash " -#~ "Android wallet is available on `GitHub" -#~ " `__. The " -#~ "following instructions describe how to " -#~ "compile an APK from source under " -#~ "an up-to-date installation of " -#~ "Ubuntu 20.04 LTS with a single " -#~ "non-root user. Begin by installing " -#~ "dependencies and downloading the latest " -#~ "Android SDK Tools::" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index dc86179e1..0d5a71a68 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -1,32 +1,29 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "Coin control, HD wallets, multisig, multiple wallet files using the Dash " "Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/advanced.rst:-1 +#: ../../docs/user/wallets/dashcore/advanced.rst-1 msgid "" "dash, core, wallet, backup, restore, wallet.dat, multisig, hd, seed, " "passphrase, mnemonic, coin control, hierarchical deterministic" @@ -42,31 +39,29 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:16 msgid "" -"Coin Control allows users of the Dash Core Wallet to specify which " -"addresses and Unspent Transaction Outputs (UTXOs) should be used as " -"inputs in transactions. This allows you to keep a specific balance on " -"certain addresses in your wallet, while spending others freely. In Dash " -"Core Wallet, click **Settings > Options > Wallet > Enable coin control " -"features**. Now, when you go to the Send tab in your wallet, a new button" -" labelled **Inputs…** will appear. Click this button to select which " -"UTXOs can be used as input for any transactions you create. The following" -" window appears:" +"Coin Control allows users of the Dash Core Wallet to specify which addresses" +" and Unspent Transaction Outputs (UTXOs) should be used as inputs in " +"transactions. This allows you to keep a specific balance on certain " +"addresses in your wallet, while spending others freely. In Dash Core Wallet," +" click **Settings > Options > Wallet > Enable coin control features**. Now, " +"when you go to the Send tab in your wallet, a new button labelled " +"**Inputs…** will appear. Click this button to select which UTXOs can be used" +" as input for any transactions you create. The following window appears:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:29 msgid "" -"Coin Selection window in Dash Core wallet, showing two masternodes " -"(testnet)" +"Coin Selection window in Dash Core wallet, showing two masternodes (testnet)" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:32 msgid "" "Right click on the transaction(s) you do not want to spend, then select " -"**Lock unspent**. A small lock will appear next to the transaction. You " -"can click the **Toggle lock state** button to invert the locked/unlocked " -"state of all UTXOs. When you are ready to continue, click **OK**. You can" -" now safely create transactions with your remaining funds without " -"affecting the locked UTXOs." +"**Lock unspent**. A small lock will appear next to the transaction. You can " +"click the **Toggle lock state** button to invert the locked/unlocked state " +"of all UTXOs. When you are ready to continue, click **OK**. You can now " +"safely create transactions with your remaining funds without affecting the " +"locked UTXOs." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:45 @@ -79,8 +74,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:53 msgid "" -"It is recommended to run Dash Core on testnet for your experimentations. " -"To start on testnet via the command line, do the following:" +"It is recommended to run Dash Core on testnet for your experimentations. To " +"start on testnet via the command line, do the following:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:56 @@ -93,8 +88,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:64 msgid "" -"Note: You may need to allow an app from an unknown developer before " -"running this. Cmd+Click on the application and click **Open**." +"Note: You may need to allow an app from an unknown developer before running " +"this. Cmd+Click on the application and click **Open**." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:67 @@ -121,10 +116,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:88 msgid "" -"Dash Core includes the ability upgrade a non-hierarchical deterministic " -"(HD) wallet to an HD wallet via the ``upgradetohd`` command. The command " -"can be run by either opening the console from **Window > Console** or " -"issuing the following RPC command from ``dash-cli``::" +"Dash Core includes the ability upgrade a non-hierarchical deterministic (HD)" +" wallet to an HD wallet via the ``upgradetohd`` command. The command can be " +"run by either opening the console from **Window > Console** or issuing the " +"following RPC command from ``dash-cli``::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:95 @@ -152,9 +147,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:112 msgid "" -"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic" -" formats. It will also display the mnemonic passphrase if one was used " -"when creating the wallet." +"Dash Core will display the HD seed in both hexadecimal and BIP39 mnemonic " +"formats. It will also display the mnemonic passphrase if one was used when " +"creating the wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:119 @@ -163,8 +158,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:121 msgid "" -"To restore an existing HD wallet, or define your own separately generated" -" mnemonic and/or passphrase, create a new blank wallet with following " +"To restore an existing HD wallet, or define your own separately generated " +"mnemonic and/or passphrase, create a new blank wallet with following " "command::" msgstr "" @@ -181,10 +176,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:133 msgid "" "Note that the wallet passphrase is different to the mnemonic passphrase, " -"which is often also referred to as the \"25th word\" or \"extension " -"word\". The wallet passphrase encrypts the wallet file itself, while the " -"mnemonic passphrase is used to specify different derivation branches from" -" the same mnemonic seed." +"which is often also referred to as the \"25th word\" or \"extension word\". " +"The wallet passphrase encrypts the wallet file itself, while the mnemonic " +"passphrase is used to specify different derivation branches from the same " +"mnemonic seed." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:141 @@ -193,17 +188,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:143 msgid "" -"Dash Core includes an implementation of BIP39/BIP44 compatible " -"hierarchical deterministic (HD) key generation. We will use the Windows " -"GUI wallet in this example, but the commands are similar if using ``dash-" -"qt`` or ``dashd`` on other operating systems. Enter the following command" -" to configure Dash Core to generate HD wallets by default::" +"Dash Core includes an implementation of BIP39/BIP44 compatible hierarchical " +"deterministic (HD) key generation. We will use the Windows GUI wallet in " +"this example, but the commands are similar if using ``dash-qt`` or ``dashd``" +" on other operating systems. Enter the following command to configure Dash " +"Core to generate HD wallets by default::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:151 msgid "" -"To make this configuration persist between restarts, add ``usehd=1`` to " -"the ``dash.conf`` file." +"To make this configuration persist between restarts, add ``usehd=1`` to the " +"``dash.conf`` file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:157 @@ -212,13 +207,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:159 msgid "" -"This section presents a worked example to demonstrate multisig " -"functionality in Dash Core. While the transactions are no longer visible " -"on the current testnet blockchain and some address formats or RPC " -"responses may differ slightly from the version shown here, the principle " -"and commands are the same. The example demonstrates how to set up a " -"2-of-3 multisig address and create a transaction. The example parties " -"involved are a buyer, a seller and an arbiter. This example is based on:" +"This section presents a worked example to demonstrate multisig functionality" +" in Dash Core. While the transactions are no longer visible on the current " +"testnet blockchain and some address formats or RPC responses may differ " +"slightly from the version shown here, the principle and commands are the " +"same. The example demonstrates how to set up a 2-of-3 multisig address and " +"create a transaction. The example parties involved are a buyer, a seller and" +" an arbiter. This example is based on:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -269,16 +264,16 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:234 msgid "" -"The ``createmultisig`` command takes as variables the number n signatures" -" of m keys (supplied as json array) required. In this example, 2 of 3 " -"keys are required to sign the transaction." +"The ``createmultisig`` command takes as variables the number n signatures of" +" m keys (supplied as json array) required. In this example, 2 of 3 keys are " +"required to sign the transaction." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:238 msgid "" -"Note: The address can be created by anyone, as long as the public keys " -"and their sequence are known (resulting address and redeemScript are " -"identical, see below)." +"Note: The address can be created by anyone, as long as the public keys and " +"their sequence are known (resulting address and redeemScript are identical, " +"see below)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:267 @@ -301,38 +296,37 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:313 msgid "" -"Now we assume the deal is complete, the buyer got the goods and everyone " -"is happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was " -"used, the transaction must be signed by 2 parties (seller + buyer or " -"arbiter). The seller creates a transaction (we will reuse his public " -"address from above)." +"Now we assume the deal is complete, the buyer got the goods and everyone is " +"happy. Now the seller wants to get his Dash. As a 2-of-3 multisig was used, " +"the transaction must be signed by 2 parties (seller + buyer or arbiter). The" +" seller creates a transaction (we will reuse his public address from above)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:324 msgid "" -"And partially signs it, using the redeemScript, scriptPubKey and his " -"private key" +"And partially signs it, using the redeemScript, scriptPubKey and his private" +" key" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:335 msgid "" -"Note that the output hex is getting longer, but complete flag is " -"\"false\" as the transaction needs another signature. So now either the " -"buyer or the arbiter can complete the signature of the transaction, using" -" the output from above and their private key. Let's assume the buyer is " -"completing the signature." +"Note that the output hex is getting longer, but complete flag is \"false\" " +"as the transaction needs another signature. So now either the buyer or the " +"arbiter can complete the signature of the transaction, using the output from" +" above and their private key. Let's assume the buyer is completing the " +"signature." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:349 msgid "" -"The signature is complete now, and either of the parties can transmit the" -" transaction to the network." +"The signature is complete now, and either of the parties can transmit the " +"transaction to the network." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:357 msgid "" -"Again, this transaction can be traced in a block explorer. And the seller" -" is happy to receive his coins at his public address as follows." +"Again, this transaction can be traced in a block explorer. And the seller is" +" happy to receive his coins at his public address as follows." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:383 @@ -341,10 +335,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:385 msgid "" -"Dash can be run as a background process (or daemon) on Linux systems. " -"This is particularly useful if you are running Dash as a server instead " -"of as a GUI node. This guide assumes you have installed Dash Core for " -"Linux as described in the :ref:`dashcore-installation-linux`." +"Dash can be run as a background process (or daemon) on Linux systems. This " +"is particularly useful if you are running Dash as a server instead of as a " +"GUI node. This guide assumes you have installed Dash Core for Linux as " +"described in the :ref:`dashcore-installation-linux`." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:390 @@ -367,8 +361,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:409 msgid "" -"Register the ``dashd`` daemon as a system service by creating the " -"following file::" +"Register the ``dashd`` daemon as a system service by creating the following " +"file::" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:413 @@ -393,13 +387,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:453 msgid "" -"`Tor `__ is free and open-source software " -"for enabling anonymous communication. The name derived from the acronym " -"for the original software project name \"The Onion Router\". Tor directs " -"Internet traffic through a free, worldwide, volunteer overlay network " -"consisting of more than seven thousand relays to conceal a user's " -"location and usage from anyone conducting network surveillance or traffic" -" analysis." +"`Tor `__ is free and open-source software for " +"enabling anonymous communication. The name derived from the acronym for the " +"original software project name \"The Onion Router\". Tor directs Internet " +"traffic through a free, worldwide, volunteer overlay network consisting of " +"more than seven thousand relays to conceal a user's location and usage from " +"anyone conducting network surveillance or traffic analysis." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:462 @@ -419,30 +412,30 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" -"Once Tor Browser is running, you have two options to configure Dash Core " -"to use Tor for network traffic." +"Once Tor Browser is running, you have two options to configure Dash Core to " +"use Tor for network traffic." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:476 msgid "" "**Using the GUI:** Start Dash Core and go to **Settings > Options > " -"Network** and enable the **Connect through SOCKS5 proxy** setting. " -"Specify ``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**." -" Click **OK** and restart Dash Core." +"Network** and enable the **Connect through SOCKS5 proxy** setting. Specify " +"``127.0.0.1`` for the **Proxy IP** and ``9150`` for the **Port**. Click " +"**OK** and restart Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:481 msgid "" "**Using dash.conf:** Ensure Dash Core is not running and edit your " -"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save " -"the file and start Dash Core." +"``dash.conf`` settings file. Add the line ``proxy=127.0.0.1:9150``, save the" +" file and start Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:485 msgid "" -"You are now connected through the Tor network. You will need to remember " -"to start the Tor Browser each time before you start Dash Core or you will" -" not be able to sync." +"You are now connected through the Tor network. You will need to remember to " +"start the Tor Browser each time before you start Dash Core or you will not " +"be able to sync." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:490 @@ -451,10 +444,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:492 msgid "" -"Tor onion services allows other users to connect to your Dash node using " -"an onion address, providing further anonymity by concealing your IP " -"address. Follow these steps to set up an onion service under Ubuntu " -"Linux:" +"Tor onion services allows other users to connect to your Dash node using an " +"onion address, providing further anonymity by concealing your IP address. " +"Follow these steps to set up an onion service under Ubuntu Linux:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:497 @@ -477,8 +469,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:514 msgid "" -"The group is usually ``debian-tor`` under Debian-based Linux " -"distributions." +"The group is usually ``debian-tor`` under Debian-based Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:517 @@ -507,18 +498,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:540 msgid "" -"Since version 18.0.0, Dash Core has included the ability work with " -"multiple wallets from the **File** menu in addition to the previously " -"available options." +"Since version 18.0.0, Dash Core has included the ability work with multiple " +"wallets from the **File** menu in addition to the previously available " +"options." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:544 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:550 @@ -527,8 +517,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:552 msgid "" -"To open a wallet, click **File -> Open Wallet** and then click the name " -"of wallet file." +"To open a wallet, click **File -> Open Wallet** and then click the name of " +"wallet file." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:558 @@ -541,9 +531,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:563 msgid "" -"When multiple wallets are open, a wallet selection dropbox is shown to " -"the left of the Dash logo on the tab bar. Click the dropdown box and " -"select a wallet to set it as the active wallet." +"When multiple wallets are open, a wallet selection dropbox is shown to the " +"left of the Dash logo on the tab bar. Click the dropdown box and select a " +"wallet to set it as the active wallet." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:570 @@ -556,9 +546,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:575 msgid "" -"To close a wallet, set it as the active wallet using the wallet selection" -" dropdown box. Next, click **File -> Close Wallet** and then click " -"**Yes** on the Close wallet confirmation screen." +"To close a wallet, set it as the active wallet using the wallet selection " +"dropdown box. Next, click **File -> Close Wallet** and then click **Yes** on" +" the Close wallet confirmation screen." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:582 @@ -567,8 +557,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:587 msgid "" -"If the only open wallet is closed, wallet-related items on the tab bar " -"will be disabled." +"If the only open wallet is closed, wallet-related items on the tab bar will " +"be disabled." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:590 @@ -577,21 +567,21 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:592 msgid "" -"It is also possible to select between different Dash wallets when " -"starting Dash Core by specifying the ``wallet`` argument, or even run " -"multiple instances of Dash Core simultaneously by specifying separate " -"data directories using the ``datadir`` argument." +"It is also possible to select between different Dash wallets when starting " +"Dash Core by specifying the ``wallet`` argument, or even run multiple " +"instances of Dash Core simultaneously by specifying separate data " +"directories using the ``datadir`` argument." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:597 msgid "" "To begin, install the Dash Core wallet for your system according to the " -":ref:`installation instructions `. When you get to" -" the step **Running Dash Core for the first time**, you can decide " -"whether you want to maintain separate ``wallet.dat`` files in the default" -" location (simpler if you do not need to run the wallets simultaneously)," -" or specify entirely separate data directories such as e.g. ``C:\\Dash1``" -" (simpler if you do want to run the wallets simultaneously)." +":ref:`installation instructions `. When you get to " +"the step **Running Dash Core for the first time**, you can decide whether " +"you want to maintain separate ``wallet.dat`` files in the default location " +"(simpler if you do not need to run the wallets simultaneously), or specify " +"entirely separate data directories such as e.g. ``C:\\Dash1`` (simpler if " +"you do want to run the wallets simultaneously)." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:608 @@ -600,11 +590,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:610 msgid "" -"For this scenario, we will create two shortcuts on the desktop, each " -"using a different wallet file. Navigate to the binary file used to start " -"Dash Core (typically locatd at ``C:\\Program Files\\DashCore\\dash-" -"qt.exe`` or similar) and create two shortcuts on the desktop. Then open " -"the **Properties** window for each of these shortcuts." +"For this scenario, we will create two shortcuts on the desktop, each using a" +" different wallet file. Navigate to the binary file used to start Dash Core " +"(typically locatd at ``C:\\Program Files\\DashCore\\dash-qt.exe`` or " +"similar) and create two shortcuts on the desktop. Then open the " +"**Properties** window for each of these shortcuts." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:619 @@ -614,11 +604,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:621 msgid "" "Modify the **Target** property of each shortcut to point to a different " -"wallet file by specifying the ``wallet`` argument when starting the " -"wallet. If you do not specify a ``wallet`` argument, ``wallet.dat`` will " -"be used by default. The specified wallet file will be created if it does " -"not exist. The following example demonstrates two wallets named " -"``workwallet.dat`` and ``homewallet.dat``:" +"wallet file by specifying the ``wallet`` argument when starting the wallet. " +"If you do not specify a ``wallet`` argument, ``wallet.dat`` will be used by " +"default. The specified wallet file will be created if it does not exist. The" +" following example demonstrates two wallets named ``workwallet.dat`` and " +"``homewallet.dat``:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:628 @@ -639,10 +629,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:636 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets from your desktop. Note that you cannot open both wallets " -"simultaneously. To do this, you will need two separate data directories, " -"as described below." +"You can now use the two icons to quickly and easily open different wallets " +"from your desktop. Note that you cannot open both wallets simultaneously. To" +" do this, you will need two separate data directories, as described below." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:643 @@ -652,13 +641,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:645 msgid "" "Start Dash Core and allow it to synchronize with the network, then close " -"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1``" -" and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories" -" from the synchronized data directory into the new directories. Each of " -"these will serve as a separate data directory, allowing you to run two " -"instances of Dash Core simultaneously. Create two (or more) shortcuts on " -"your desktop as described above, then specify arguments for ``datadir`` " -"as shown below:" +"Dash Core again. You can now create two directories at e.g. ``C:\\Dash1`` " +"and ``C:\\Dash2`` and copy the ``blocks`` and ``chainstate`` directories " +"from the synchronized data directory into the new directories. Each of these" +" will serve as a separate data directory, allowing you to run two instances " +"of Dash Core simultaneously. Create two (or more) shortcuts on your desktop " +"as described above, then specify arguments for ``datadir`` as shown below:" msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:654 @@ -679,12 +667,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:662 msgid "" -"You can now use the two icons to quickly and easily open different " -"wallets simultaneously from your desktop. Both wallets maintain separate " -"and full copies of the blockchain, which may use a lot of drive space. " -"For more efficient use of drive space, consider using an SPV or \"light\"" -" wallet such as :ref:`Dash Electrum ` to maintain " -"multiple separate wallets without keeping a full copy of the blockchain." +"You can now use the two icons to quickly and easily open different wallets " +"simultaneously from your desktop. Both wallets maintain separate and full " +"copies of the blockchain, which may use a lot of drive space. For more " +"efficient use of drive space, consider using an SPV or \"light\" wallet such" +" as :ref:`Dash Electrum ` to maintain multiple " +"separate wallets without keeping a full copy of the blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:672 @@ -697,80 +685,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/advanced.rst:678 msgid "" -"KeePass support was removed in Dash Core 18.0.0. Details can still be " -"found in `previous versions of this documentation " +"KeePass support was removed in Dash Core 18.0.0. Details can still be found " +"in `previous versions of this documentation " "`_." msgstr "" - -#~ msgid "" -#~ "Since version 0.17.0.2, Dash Core has" -#~ " included the ability upgrade a " -#~ "non-hierarchical deterministic (HD) wallet " -#~ "to an HD wallet via the " -#~ "``upgradetohd`` command. The command can " -#~ "be run by either opening the " -#~ "console from **Tools > Console** or " -#~ "issuing the following RPC command from" -#~ " ``dash-cli``::" -#~ msgstr "" - -#~ msgid "Create HD Wallet" -#~ msgstr "" - -#~ msgid "" -#~ "Since version 0.12.2.0, Dash Core has" -#~ " included an implementation of BIP39/BIP44" -#~ " compatible hierarchical deterministic (HD) " -#~ "key generation. This functionality is " -#~ "only available from the command line " -#~ "by specifying the ``usehd`` option when" -#~ " starting Dash Core for the first " -#~ "time. Use this function with care, " -#~ "since the mnemonic seed and keys " -#~ "will be stored in plain text until" -#~ " you specify a wallet passphrase. " -#~ "Note that the wallet passphrase is " -#~ "different to the mnemonic passphrase, " -#~ "which is often also referred to as" -#~ " the \"25th word\" or \"extension " -#~ "word\". The wallet passphrase encrypts " -#~ "the wallet file itself, while the " -#~ "mnemonic passphrase is used to specify" -#~ " different derivation branches from the " -#~ "same mnemonic seed." -#~ msgstr "" - -#~ msgid "" -#~ "We will use the Windows GUI wallet" -#~ " in this example, but the commands" -#~ " are similar if using ``dash-qt`` " -#~ "or ``dashd`` on other operating systems." -#~ " Enter the following command to get" -#~ " started with a randomly generated HD" -#~ " wallet seed and no mnemonic " -#~ "passphrase::" -#~ msgstr "" - -#~ msgid "" -#~ "A new HD wallet will be generated" -#~ " and Dash Core will display a " -#~ "warning informing you that you must " -#~ "encrypt your wallet after verifying it" -#~ " works correctly. Open the console " -#~ "from **Tools > Console** or issue " -#~ "the following RPC command from " -#~ "``dash-cli`` to view the mnemonic " -#~ "seed::" -#~ msgstr "" - -#~ msgid "" -#~ "Dash Core will display the HD seed" -#~ " in both hexadecimal and as a " -#~ "BIP39 mnemonic. To restore an existing" -#~ " HD wallet, or define your own " -#~ "separately generated mnemonic and/or " -#~ "passphrase, ensure no ``wallet.dat`` file " -#~ "exists in the ``datadir`` and enter " -#~ "the following command::" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 7f4d402ee..6cd1208cd 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "How to safely back up and restore the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/backup.rst:1 +#: ../../docs/user/wallets/dashcore/backup.rst-1 msgid "dash, core, wallet, backup, restore, wallet.dat" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po index 652f0fae6..e88e651ae 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/cmd-rpc.po @@ -1,32 +1,31 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "Dash Core wallet startup arguments and RPC command reference" msgstr "" -#: ../../docs/user/wallets/dashcore/cmd-rpc.rst:-1 +#: ../../docs/user/wallets/dashcore/cmd-rpc.rst-1 msgid "dash, core, wallet, arguments, commands, RPC" msgstr "" @@ -37,20 +36,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:11 msgid "" "All command-line options (except for ``-datadir`` and ``-conf``) may be " -"specified in a configuration file, and all configuration file options may" -" also be specified on the command line. Command-line options override " -"values set in the configuration file. The configuration file is a list of" -" ``setting=value`` pairs, one per line, with optional comments starting " -"with the ``#`` character." +"specified in a configuration file, and all configuration file options may " +"also be specified on the command line. Command-line options override values " +"set in the configuration file. The configuration file is a list of " +"``setting=value`` pairs, one per line, with optional comments starting with " +"the ``#`` character." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:18 msgid "" -"The configuration file is not automatically created; you can create it " -"using your favorite plain-text editor. By default, dash-qt (or dashd) " -"will look for a file named ``dash.conf`` in the dash data directory, but " -"both the data directory and the configuration file path may be changed " -"using the -datadir and -conf command-line arguments." +"The configuration file is not automatically created; you can create it using" +" your favorite plain-text editor. By default, dash-qt (or dashd) will look " +"for a file named ``dash.conf`` in the dash data directory, but both the data" +" directory and the configuration file path may be changed using the -datadir" +" and -conf command-line arguments." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:25 @@ -98,9 +97,7 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:31 -msgid "" -"(Vista-10) " -"C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" +msgid "(Vista-10) C:\\\\Users\\\\username\\\\AppData\\\\Roaming\\\\DashCore\\\\dash.conf" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:33 @@ -111,8 +108,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:36 msgid "" -"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will " -"be appended to the data directory automatically." +"Note: if running Dash in testnet mode, the sub-folder ``testnet3`` will be " +"appended to the data directory automatically." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:40 @@ -122,8 +119,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:42 msgid "" "Detailed information for all command line arguments can be found at the " -"following links to the :ref:`Dash Core developer documentation site `:" +"following links to the :ref:`Dash Core developer documentation site " +"`:" msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:45 @@ -148,68 +145,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:55 msgid "" -"Wallet-related RPCs require using the ``-rpcwallet`` option when more " -"than one wallet file is loaded. This is to ensure the RPC command is " -"executed using the correct wallet. See the :ref:`Core developer " -"documentation ` for additional " -"information." +"Wallet-related RPCs require using the ``-rpcwallet`` option when more than " +"one wallet file is loaded. This is to ensure the RPC command is executed " +"using the correct wallet. See the :ref:`Core developer documentation " +"` for additional information." msgstr "" #: ../../docs/user/wallets/dashcore/cmd-rpc.rst:60 msgid "" -"Detailed documentation for all available RPC commands is accessible via " -"the :ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, " -"type ``help ( \"command\" )`` to view full details at the console. You " -"can enter commands either from **Tools > Console** in the QT wallet, or " -"using *dash-cli* for headless wallets and *dashd*." -msgstr "" - -#~ msgid "" -#~ "Detailed information for all command " -#~ "line arguments can be found at the" -#~ " following links to the `Dash Core" -#~ " developer documentation site " -#~ "`_:" -#~ msgstr "" - -#~ msgid "" -#~ "`dashd `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-qt `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-cli `_" -#~ msgstr "" - -#~ msgid "" -#~ "`dash-tx `_" -#~ msgstr "" - -#~ msgid "" -#~ "Detailed documentation for all available " -#~ "RPC commands is accessible via the " -#~ "`Dash Core developer documentation RPC " -#~ "page `_. For full documentation of " -#~ "arguments, results and examples, type " -#~ "``help ( \"command\" )`` to view " -#~ "full details at the console. You " -#~ "can enter commands either from **Tools" -#~ " > Console** in the QT wallet, " -#~ "or using *dash-cli* for headless " -#~ "wallets and *dashd*." -#~ msgstr "" - +"Detailed documentation for all available RPC commands is accessible via the " +":ref:`Dash Core developer documentation RPC page `. For full documentation of arguments, results and examples, type" +" ``help ( \"command\" )`` to view full details at the console. You can enter" +" commands either from **Tools > Console** in the QT wallet, or using *dash-" +"cli* for headless wallets and *dashd*." +msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index b114b32d0..cc0c4863b 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "Using InstantSend and CoinJoin with Dash" msgstr "" -#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:1 +#: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst-1 msgid "dash, core, mobile, wallet, coinjoin, privatesend, instantsend" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 734ac5962..356ad3134 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index 5bef44a8f..cf40da3e7 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -1,30 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Linux" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-linux.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-linux.rst-1 msgid "dash, core, wallet, linux, ubuntu, installation" msgstr "" @@ -34,9 +31,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:10 msgid "" -"This guide describes how to download, verify, install and encrypt the " -"Dash Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, " -"but the steps should be similar for other Linux distributions." +"This guide describes how to download, verify, install and encrypt the Dash " +"Core wallet for Linux. The guide is written for Ubuntu 20.04 LTS, but the " +"steps should be similar for other Linux distributions." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:15 @@ -46,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click the Dash Core button to download the package directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click the Dash Core button to download the package directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:25 @@ -56,18 +53,18 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system and whether you need an `x64 " -"`__ (64 bit x86) or ARM version. If" -" you are unsure about your version of Linux, you can check in Ubuntu " -"using the Terminal::" +"If detection does not work, you will need to manually choose your operating " +"system and whether you need an `x64 " +"`__ (64 bit x86) or ARM version. If " +"you are unsure about your version of Linux, you can check in Ubuntu using " +"the Terminal::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:34 msgid "" -"If the response is ``x86_64``, download **Dash Core x64**. If the " -"response is ``aarch64``, download **Dash Core ARM**. Once you know which " -"version you need, download the Dash Core TGZ file to your computer from " +"If the response is ``x86_64``, download **Dash Core x64**. If the response " +"is ``aarch64``, download **Dash Core ARM**. Once you know which version you " +"need, download the Dash Core TGZ file to your computer from " "https://www.dash.org/downloads/ and save it to your Downloads folder." msgstr "" @@ -84,15 +81,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:45 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Signature** button on the " -"wallet download page and save it to the same folder as the downloaded " -"binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Signature** button on the wallet download " +"page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:52 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:54 @@ -131,10 +128,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:77 msgid "" "Dash Core for Linux is distributed as a compressed archive and not an " -"installer. This is because this same archive also contains other files " -"built for running a masternode on a server, for example. In this guide, " -"we will extract the executable file with a graphical user interface (GUI)" -" designed for use by end users as a wallet." +"installer. This is because this same archive also contains other files built" +" for running a masternode on a server, for example. In this guide, we will " +"extract the executable file with a graphical user interface (GUI) designed " +"for use by end users as a wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:83 @@ -143,9 +140,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:87 msgid "" -"This will create a folder named ``dashcore-19.3.0`` in the current " -"working directory. We will now install the executable binaries to " -"``/usr/local/bin`` using the ``install`` command::" +"This will create a folder named ``dashcore-19.3.0`` in the current working " +"directory. We will now install the executable binaries to ``/usr/local/bin``" +" using the ``install`` command::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:93 @@ -155,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:97 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:105 @@ -166,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:107 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:114 @@ -182,9 +179,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:119 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:127 @@ -196,8 +193,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:138 @@ -216,10 +213,9 @@ msgstr "" msgid "" "You can set up an `XDG Desktop Entry " "`__ in order to be able to launch Dash Core from your " -"KDE or Gnome desktop environment. To do so, create a file named " -"``~/.local/share/applications/dash.desktop`` and add the following " -"content::" +"spec-latest.html>`__ in order to be able to launch Dash Core from your KDE " +"or Gnome desktop environment. To do so, create a file named " +"``~/.local/share/applications/dash.desktop`` and add the following content::" msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:161 @@ -239,19 +235,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:175 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:184 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:192 @@ -275,8 +271,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:206 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:211 @@ -301,120 +297,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:232 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-linux.rst:240 msgid "Fully encrypted and synchronized Dash Core wallet" msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Linux is 32 or 64 bit, " -#~ "you can check in Ubuntu under the" -#~ " **Settings > About > OS Type**. " -#~ "For details on how to check this" -#~ " in other versions of Linux, see " -#~ "`here `__." -#~ msgstr "" - -#~ msgid "Ubuntu System Overview. This is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "If you have a 32-bit system, " -#~ "download **Dash Core x86**. If you " -#~ "have a 64-bit system, download **Dash" -#~ " Core x64**. Once you know which " -#~ "version you need, download the Dash " -#~ "Core TGZ file to your computer " -#~ "from https://www.dash.org/downloads/ and save " -#~ "it to your Downloads folder." -#~ msgstr "" - -#~ msgid "" -#~ "Alexander Block (codablock) with the key" -#~ " ``63A9 6B40 6102 E091``, `verifiable " -#~ "here on Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "Pasta (pasta) with the key ``5252 " -#~ "7BED ABE8 7984``, `verifiable here on" -#~ " Keybase `__" -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-18.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "This will create a folder named " -#~ "``dashcore-19.1.0`` in the current working " -#~ "directory. We will now install the " -#~ "executable binaries to ``/usr/local/bin`` " -#~ "using the ``install`` command::" -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 11eb9d65f..a4bc0ff5f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -1,30 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in macOS" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-macos.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-macos.rst-1 msgid "dash, core, wallet, macos, installation" msgstr "" @@ -46,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:25 @@ -56,10 +53,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Go to https://www.dash.org/downloads/ and select the " -"**macOS** tab, then click **Download Installer**. Save the file you " -"downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Go to https://www.dash.org/downloads/ and select the **macOS** tab, " +"then click **Download Installer**. Save the file you downloaded to your " +"Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:33 @@ -69,16 +66,17 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:35 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary (which should be by default). You may also need to " -"download GPG, which you can do via https://gpgtools.org/." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary (which" +" should be by default). You may also need to download GPG, which you can do " +"via https://gpgtools.org/." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:43 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:45 @@ -116,8 +114,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:69 msgid "" -"Open Finder and browse to your Downloads folder. Then double-click on the" -" .dmg file you downloaded to decompress it. A window appears showing the " +"Open Finder and browse to your Downloads folder. Then double-click on the " +".dmg file you downloaded to decompress it. A window appears showing the " "contents of the file." msgstr "" @@ -127,8 +125,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:78 msgid "" -"Drag the Dash Core application file into your Applications folder to " -"install Dash Core." +"Drag the Dash Core application file into your Applications folder to install" +" Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:87 @@ -137,14 +135,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:89 msgid "" -"To run Dash Core for the first time, either open Launchpad or browse to " -"your **Applications** folder in Finder. Double-click **Dash Core** or " -"**Dash-Qt** to start the application. You may see a warning about opening" -" an app from an unidentified developer. To resolve this problem, simply " -"Control-click the app icon and choose **Open** from the shortcut menu, " -"then click **Open** again in the dialog box. The app is saved as an " -"exception to your security settings, and you can open it in the future by" -" double-clicking it just as you can any registered app." +"To run Dash Core for the first time, either open Launchpad or browse to your" +" **Applications** folder in Finder. Double-click **Dash Core** or **Dash-" +"Qt** to start the application. You may see a warning about opening an app " +"from an unidentified developer. To resolve this problem, simply Control-" +"click the app icon and choose **Open** from the shortcut menu, then click " +"**Open** again in the dialog box. The app is saved as an exception to your " +"security settings, and you can open it in the future by double-clicking it " +"just as you can any registered app." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:104 @@ -154,9 +152,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:106 msgid "" "The first time the program is launched, you will be offered a choice of " -"where you want to store your blockchain and wallet data. Choose a " -"location with enough free space, as the blockchain can reach 30GB+ in " -"size. It is recommended to use the default data folder if possible." +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:114 @@ -165,9 +163,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:116 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:123 @@ -181,8 +179,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:128 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. The status bar at the bottom of the window will " -"show the synchronization progress." +"wallet overview screen. The status bar at the bottom of the window will show" +" the synchronization progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:135 @@ -194,8 +192,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small blue tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small blue tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:146 @@ -213,19 +211,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:153 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:162 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:170 @@ -250,8 +248,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:184 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:188 @@ -272,10 +270,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:209 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small blue " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small blue lock in the" +" lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:217 @@ -285,41 +283,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-macos.rst:219 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "Once Dash Core is successfully installed" -#~ " and started, you will see the " -#~ "wallet overview screen. You will notice" -#~ " that the wallet is “out of " -#~ "sync”, and the status bar at the" -#~ " bottom of the window will show " -#~ "the synchronization progress." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 7edf8afcb..64c18bff4 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -1,30 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "How to download, install and encrypt the Dash Core wallet in Windows" msgstr "" -#: ../../docs/user/wallets/dashcore/installation-windows.rst:-1 +#: ../../docs/user/wallets/dashcore/installation-windows.rst-1 msgid "dash, core, wallet, windows, installation" msgstr "" @@ -46,8 +43,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:17 msgid "" "Visit https://www.dash.org/downloads/ to download the latest Dash Core " -"wallet. In most cases, the website will properly detect which version you" -" need. Click **Download Installer** to download the installer directly." +"wallet. In most cases, the website will properly detect which version you " +"need. Click **Download Installer** to download the installer directly." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:25 @@ -56,25 +53,23 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:27 msgid "" -"If detection does not work, you will need to manually choose your " -"operating system. Once you know which version you need, download the Dash" -" Core Installer to your computer from https://www.dash.org/downloads/ and" -" save the file you downloaded to your Downloads folder." +"If detection does not work, you will need to manually choose your operating " +"system. Once you know which version you need, download the Dash Core " +"Installer to your computer from https://www.dash.org/downloads/ and save the" +" file you downloaded to your Downloads folder." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:33 msgid "" -"Dash Core 0.17 was the last release to provide downloads for 32-bit " -"Windows installations. As of Windows 11, Microsoft only provides 64-bit " -"Windows." +"Dash Core 0.17 was the last release to provide downloads for 32-bit Windows " +"installations. As of Windows 11, Microsoft only provides 64-bit Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:36 msgid "" -"If you are unsure whether your version of Windows is 32-bit or 64-bit, " -"you can check by following the instructions `here " -"`__." +"If you are unsure whether your version of Windows is 32-bit or 64-bit, you " +"can check by following the instructions `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:41 @@ -84,15 +79,15 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:43 msgid "" "This step is optional, but recommended to verify the authenticity of the " -"file you downloaded. This is done by checking its detached signature " -"against the public key published by the Dash Core development team. To " -"download the detached signature, click the **Installer Signature** button" -" on the wallet download page and save it to the same folder as the " -"downloaded binary." +"file you downloaded. This is done by checking its detached signature against" +" the public key published by the Dash Core development team. To download the" +" detached signature, click the **Installer Signature** button on the wallet " +"download page and save it to the same folder as the downloaded binary." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:50 -msgid "All releases of Dash are signed using GPG with one of the following keys:" +msgid "" +"All releases of Dash are signed using GPG with one of the following keys:" msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:52 @@ -111,10 +106,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" -"Download the key files above. Install `Gpg4win `__ " -"if it is not already available on your computer. Once it is installed, " -"open the **Kleopatra** certificate manager and click **File -> Import**. " -"Import the key files and verify the Key-ID matches the ID above." +"Download the key files above. Install `Gpg4win `__ if " +"it is not already available on your computer. Once it is installed, open the" +" **Kleopatra** certificate manager and click **File -> Import**. Import the " +"key files and verify the Key-ID matches the ID above." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:65 @@ -123,10 +118,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:67 msgid "" -"Skip any requests to certify the certificate with your own key. Next, " -"click **Decrypt/Verify...** and select the detached signature file named " -"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the " -"downloaded installer." +"Skip any requests to certify the certificate with your own key. Next, click " +"**Decrypt/Verify...** and select the detached signature file named " +"``dashcore-19.3.0-win64-setup.exe.asc`` in the same folder as the downloaded" +" installer." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:75 @@ -136,9 +131,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:77 msgid "" "If you see the first line of the message reads ``Verified " -"dashcore-19.3.0-win64-setup.exe with " -"dashcore-19.3.0-win64-setup.exe.asc`` then you have an authentic copy of " -"Dash Core for Windows." +"dashcore-19.3.0-win64-setup.exe with dashcore-19.3.0-win64-setup.exe.asc`` " +"then you have an authentic copy of Dash Core for Windows." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:85 @@ -159,9 +153,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:97 msgid "" -"At this point, you may see a warning from Windows SmartScreen that the " -"app is unrecognized. You can safely skip past this warning by clicking " -"**More info**, then **Run anyway**." +"At this point, you may see a warning from Windows SmartScreen that the app " +"is unrecognized. You can safely skip past this warning by clicking **More " +"info**, then **Run anyway**." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:107 @@ -206,13 +200,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:143 msgid "" -"Once installation is complete, Dash Core will start up immediately. If it" -" does not, click **Start > Dash Core > Dash Core** to start the " -"application. The first time the program is launched, you will be offered " -"a choice of where you want to store your blockchain and wallet data. " -"Choose a location with enough free space, as the blockchain can reach " -"30GB+ in size. It is recommended to use the default data folder if " -"possible." +"Once installation is complete, Dash Core will start up immediately. If it " +"does not, click **Start > Dash Core > Dash Core** to start the application. " +"The first time the program is launched, you will be offered a choice of " +"where you want to store your blockchain and wallet data. Choose a location " +"with enough free space, as the blockchain can reach 30GB+ in size. It is " +"recommended to use the default data folder if possible." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:154 @@ -221,9 +214,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:156 msgid "" -"Dash Core will then start up. This will take a little longer than usual " -"the first time you run it, since Dash Core needs to generate " -"cryptographic data to secure your wallet." +"Dash Core will then start up. This will take a little longer than usual the " +"first time you run it, since Dash Core needs to generate cryptographic data " +"to secure your wallet." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:163 @@ -237,9 +230,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:168 msgid "" "Once Dash Core is successfully installed and started, you will see the " -"wallet overview screen. You will notice that the wallet is “out of sync”," -" and the status bar at the bottom of the window will show the " -"synchronization progress." +"wallet overview screen. You will notice that the wallet is “out of sync”, " +"and the status bar at the bottom of the window will show the synchronization" +" progress." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:176 @@ -251,8 +244,8 @@ msgid "" "During this process, Dash Core will download a full copy of the Dash " "blockchain from other nodes to your device. Depending on your internet " "connection, this may take a long time. If you see the message “No block " -"source available”, check your internet connection. When synchronization " -"is complete, you will see a small green tick in the lower right corner." +"source available”, check your internet connection. When synchronization is " +"complete, you will see a small green tick in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:188 @@ -270,19 +263,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:195 msgid "" "Beginning with Dash Core 19.0, a wallet will not be created for you by " -"default. You will get this prompt in the Overview tab. To create a " -"wallet, click the **Create a new wallet** button or click **File** -> " -"**Create Wallet**. Non-HD wallets are created by default. See the " -":hoverxref:`advanced topics section ` for information about " -"HD wallets." +"default. You will get this prompt in the Overview tab. To create a wallet, " +"click the **Create a new wallet** button or click **File** -> **Create " +"Wallet**. Non-HD wallets are created by default. See the " +":hoverxref:`advanced topics section ` for information about HD " +"wallets." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:204 msgid "" -"You will be prompted to create a new wallet with a custom wallet name. By" -" default, your wallet will be encrypted. You may choose to uncheck the " -"box and encrypt the wallet later. We have included instructions on how to" -" encrypt your wallet in the following section." +"You will be prompted to create a new wallet with a custom wallet name. By " +"default, your wallet will be encrypted. You may choose to uncheck the box " +"and encrypt the wallet later. We have included instructions on how to " +"encrypt your wallet in the following section." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:212 @@ -307,8 +300,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:226 msgid "" -"The following section will detail the steps you need to follow if you " -"choose to encrypt your Dash wallet later." +"The following section will detail the steps you need to follow if you choose" +" to encrypt your Dash wallet later." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:230 @@ -329,10 +322,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:251 msgid "" -"When the encryption process is complete, you will see a warning that past" -" backups of your wallet will no longer be usable, and be asked to shut " -"down Dash Core. When you restart Dash Core, you will see a small green " -"lock in the lower right corner." +"When the encryption process is complete, you will see a warning that past " +"backups of your wallet will no longer be usable, and be asked to shut down " +"Dash Core. When you restart Dash Core, you will see a small green lock in " +"the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:259 @@ -342,126 +335,3 @@ msgstr "" #: ../../docs/user/wallets/dashcore/installation-windows.rst:261 msgid "You can now begin to use your wallet to safely send and receive funds." msgstr "" - -#~ msgid "" -#~ "If detection does not work, you " -#~ "will need to manually choose your " -#~ "operating system and whether you need" -#~ " a 32 or 64 bit version. If " -#~ "you are unsure whether your version " -#~ "of Windows is 32 or 64 bit, " -#~ "you can check in Windows 10 under" -#~ " **Start > Settings > System > " -#~ "About**. For details on how to " -#~ "check this in other versions of " -#~ "Windows, see `here " -#~ "`__." -#~ msgstr "" - -#~ msgid "In Windows Settings, click System" -#~ msgstr "" - -#~ msgid "" -#~ "Under the System section, click About" -#~ " to view the System type. This " -#~ "is a 64 bit system." -#~ msgstr "" - -#~ msgid "" -#~ "Once you know which version you " -#~ "need, download the Dash Core Installer" -#~ " to your computer from " -#~ "https://www.dash.org/downloads/ and save the " -#~ "file you downloaded to your Downloads" -#~ " folder." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-18.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-18.1.0-win64-setup.exe with " -#~ "dashcore-18.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "During this process, Dash Core will " -#~ "download a full copy of the Dash" -#~ " blockchain from other nodes to your" -#~ " device. Depending on your internet " -#~ "connection, this may take a long " -#~ "time. If you see the message “No" -#~ " block source available”, check your " -#~ "internet connection. When synchronization is" -#~ " complete, you will see a small " -#~ "blue tick in the lower right " -#~ "corner." -#~ msgstr "" - -#~ msgid "You can now begin to use your wallet to send and receive funds." -#~ msgstr "" - -#~ msgid "" -#~ "After your wallet has synchronized with" -#~ " the Dash network, it is strongly " -#~ "advised to encrypt the wallet with " -#~ "a password or passphrase to prevent " -#~ "unauthorized access. You should use a" -#~ " strong, new password that you have" -#~ " never used somewhere else. Take note" -#~ " of your password and store it " -#~ "somewhere safe or you will be " -#~ "locked out of your wallet and lose" -#~ " access to your funds." -#~ msgstr "" - -#~ msgid "" -#~ "When the encryption process is complete," -#~ " you will see a warning that " -#~ "past backups of your wallet will " -#~ "no longer be usable, and be asked" -#~ " to shut down Dash Core. When " -#~ "you restart Dash Core, you will " -#~ "see a small blue lock in the " -#~ "lower right corner." -#~ msgstr "" - -#~ msgid "" -#~ "Skip any requests to certify the " -#~ "certificate with your own key. Next, " -#~ "click **Decrypt/Verify...** and select the " -#~ "detached signature file named " -#~ "``dashcore-19.1.0-win64-setup.exe.asc`` in the same" -#~ " folder as the downloaded installer." -#~ msgstr "" - -#~ msgid "" -#~ "If you see the first line of " -#~ "the message reads ``Verified " -#~ "dashcore-19.1.0-win64-setup.exe with " -#~ "dashcore-19.1.0-win64-setup.exe.asc`` then you have" -#~ " an authentic copy of Dash Core " -#~ "for Windows." -#~ msgstr "" - -#~ msgid "" -#~ "Beginning with Dash Core 19.0, a " -#~ "wallet will not be created for you" -#~ " by default. You will get this " -#~ "prompt in the Overview tab. To " -#~ "create a wallet, click the **Create " -#~ "a new wallet** button or click " -#~ "**File** -> **Create Wallet**." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index 7da6c17ff..c4871d5ef 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "" "How to download and install the Dash Core wallet. Compilation guide also " "available" msgstr "" -#: ../../docs/user/wallets/dashcore/installation.rst:1 +#: ../../docs/user/wallets/dashcore/installation.rst-1 msgid "dash, core, wallet, linux, windows, macos, installation, compile" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index b5ee9467e..cb6289d33 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -1,30 +1,27 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "Description of dialogs and interfaces in the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/interface.rst:-1 +#: ../../docs/user/wallets/dashcore/interface.rst-1 msgid "dash, core, wallet, interface, dialog, synchronisation, tools options" msgstr "" @@ -34,11 +31,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:11 msgid "" -"The Dash Core Wallet is an application that runs on your computer and " -"allows you to make transactions on the Dash network. Most transactions " -"are for sending or receiving Dash, but it is also possible to create " -"signed messages or control a masternode, for example. The Dash Core " -"Wallet interface is described in detail in the following sections." +"The Dash Core Wallet is an application that runs on your computer and allows" +" you to make transactions on the Dash network. Most transactions are for " +"sending or receiving Dash, but it is also possible to create signed messages" +" or control a masternode, for example. The Dash Core Wallet interface is " +"described in detail in the following sections." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:18 @@ -75,8 +72,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:35 msgid "" -"The menu bar provides access to all functions of Dash Core. There are " -"four menus available:" +"The menu bar provides access to all functions of Dash Core. There are four " +"menus available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:38 @@ -93,8 +90,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:41 msgid "" -"The Settings menu provides access to wallet encryption options and " -"general software settings." +"The Settings menu provides access to wallet encryption options and general " +"software settings." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 @@ -103,8 +100,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:44 msgid "" -"The Window menu provides access to your wallet addresses, information on " -"the network and other advanced functions." +"The Window menu provides access to your wallet addresses, information on the" +" network and other advanced functions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:48 @@ -113,8 +110,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:47 msgid "" -"The Help menu links to documentation, guides and legal statements " -"relating to Dash Core." +"The Help menu links to documentation, guides and legal statements relating " +"to Dash Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:51 @@ -124,8 +121,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:53 msgid "" "The tab bar is used to quickly switch between the main areas of the Dash " -"Core. The content in the main area of Dash Core changes depending on " -"which tab you have selected. The following tabs are available:" +"Core. The content in the main area of Dash Core changes depending on which " +"tab you have selected. The following tabs are available:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:58 @@ -152,8 +149,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:72 msgid "" -"This shows your current liquid balance. This is the amount of Dash you " -"can spend now." +"This shows your current liquid balance. This is the amount of Dash you can " +"spend now." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:76 @@ -190,9 +187,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:88 msgid "" -"The right part of the screen shows your recent transactions. Recent " -"incoming transactions appear green, prefixed by a + sign. Recent outgoing" -" transactions appear red, prefixed by a – sign. For more details on your " +"The right part of the screen shows your recent transactions. Recent incoming" +" transactions appear green, prefixed by a + sign. Recent outgoing " +"transactions appear red, prefixed by a – sign. For more details on your " "transaction history, see the **Transactions** tab." msgstr "" @@ -203,10 +200,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:96 msgid "" "The Send tab allows you to send funds to another address on the Dash " -"network. It contains fields to enter the recipient’s address, a label for" -" the address, and the amount of Dash you wish to send. Options related to" -" the transaction fee are also available. A quick view of your total " -"balance is also available in the lower right corner." +"network. It contains fields to enter the recipient’s address, a label for " +"the address, and the amount of Dash you wish to send. Options related to the" +" transaction fee are also available. A quick view of your total balance is " +"also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:104 @@ -234,20 +231,19 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:120 msgid "" -"The Transactions tab shows the entire transaction history for all " -"addresses associated with your wallet. This appears as a table showing " -"the time, type, label and amount of Dash for each transaction. You can " -"also export the transaction history as a CSV file by clicking the Export " -"button in the bottom right corner of the window." +"The Transactions tab shows the entire transaction history for all addresses " +"associated with your wallet. This appears as a table showing the time, type," +" label and amount of Dash for each transaction. You can also export the " +"transaction history as a CSV file by clicking the Export button in the " +"bottom right corner of the window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:126 msgid "" -"The icons in the leftmost column indicate the status of the transaction. " -"A tick indicates that the recommended number of confirmations has been " -"passed, while a circular progress indicator indicates the number of " -"confirmations. A lightning bolt indicates a transaction with an existing " -"InstantSend lock." +"The icons in the leftmost column indicate the status of the transaction. A " +"tick indicates that the recommended number of confirmations has been passed," +" while a circular progress indicator indicates the number of confirmations. " +"A lightning bolt indicates a transaction with an existing InstantSend lock." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:134 @@ -261,11 +257,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:139 msgid "" "The CoinJoin tab allows you to send funds to another address on the Dash " -"network with enhanced privacy. It contains fields to enter the " -"recipient’s address, a label for the address, and the amount of Dash you " -"wish to send. Options related to the transaction fee are also available. " -"A quick view of your total CoinJoin balance is also available in the " -"lower right corner." +"network with enhanced privacy. It contains fields to enter the recipient’s " +"address, a label for the address, and the amount of Dash you wish to send. " +"Options related to the transaction fee are also available. A quick view of " +"your total CoinJoin balance is also available in the lower right corner." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:148 @@ -279,9 +274,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:153 msgid "" "The Masternodes tab shows an overview of the masternodes currently " -"registered on the Dash network. You can filter the data by entering a " -"value in the Filter List field, or display only masternodes with owner " -"keys stored in the loaded wallet." +"registered on the Dash network. You can filter the data by entering a value " +"in the Filter List field, or display only masternodes with owner keys stored" +" in the loaded wallet." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:160 @@ -294,9 +289,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:165 msgid "" -"The Governance tab shows an overview of the governance proposals " -"currently active on the Dash network. You can filter the data by entering" -" a value in the Filter List field." +"The Governance tab shows an overview of the governance proposals currently " +"active on the Dash network. You can filter the data by entering a value in " +"the Filter List field." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:171 @@ -320,12 +315,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:183 msgid "" "This bar shows the synchronization status of Dash Core with the Dash " -"network. Each time you open Dash Core, it will begin downloading the " -"blocks which have been created on the blockchain in the time since you " -"last opened the app. These blocks are downloaded from other Dash users " -"and masternodes. If you have never opened the app before, this could mean" -" several years’ worth of blocks need downloading. The following statuses " -"are possible:" +"network. Each time you open Dash Core, it will begin downloading the blocks " +"which have been created on the blockchain in the time since you last opened " +"the app. These blocks are downloaded from other Dash users and masternodes. " +"If you have never opened the app before, this could mean several years’ " +"worth of blocks need downloading. The following statuses are possible:" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 @@ -334,8 +328,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:192 msgid "" -"This occurs if your internet connection is down, or if the ports required" -" by Dash Core are blocked by a firewall." +"This occurs if your internet connection is down, or if the ports required by" +" Dash Core are blocked by a firewall." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:194 @@ -356,8 +350,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:199 msgid "" -"Once synchronization is complete, the progress bar will disappear and a " -"tick will appear on the right of the status bar." +"Once synchronization is complete, the progress bar will disappear and a tick" +" will appear on the right of the status bar." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:203 @@ -366,30 +360,28 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:209 msgid "" -"This icon appears when your wallet is running in hierarchical " -"deterministic (HD) mode. See :ref:`here ` for documentation " -"on HD mode." +"This icon appears when your wallet is running in hierarchical deterministic " +"(HD) mode. See :ref:`here ` for documentation on HD mode." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:217 msgid "" "The lock icons indicate the status of your wallet: either locked or " -"unlocked. You need to unlock your wallet to send funds or perform certain" -" other actions." +"unlocked. You need to unlock your wallet to send funds or perform certain " +"other actions." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:225 msgid "" -"These icons indicate the quality of your connection to the Dash network. " -"If you cannot connect because of network problems, you will see only gray" -" bars. More bars indicate more connections to your peers on the network." +"These icons indicate the quality of your connection to the Dash network. If " +"you cannot connect because of network problems, you will see only gray bars." +" More bars indicate more connections to your peers on the network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:234 msgid "" -"These icons show the synchronization status of Dash Core with the " -"network. Once synchronization is complete, the icon will become a green " -"tick." +"These icons show the synchronization status of Dash Core with the network. " +"Once synchronization is complete, the icon will become a green tick." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:240 @@ -408,8 +400,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:248 msgid "" -"The Main tab of the Options dialog contains settings related to startup " -"and performance of the Dash Core app." +"The Main tab of the Options dialog contains settings related to startup and " +"performance of the Dash Core app." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:254 @@ -422,8 +414,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:257 msgid "" -"This option causes Dash Core to start automatically when the current user" -" logs in. On most computers there is only one main user account which is " +"This option causes Dash Core to start automatically when the current user " +"logs in. On most computers there is only one main user account which is " "logged in automatically when the computer turns on, so this option is " "effectively the same as starting Dash Core together with the operating " "system." @@ -436,8 +428,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:264 msgid "" "When this option is enabled, Dash Core will not display an icon in the " -"system tray. This option cannot be selected at the same time as " -"**Minimize to the tray instead of the taskbar**." +"system tray. This option cannot be selected at the same time as **Minimize " +"to the tray instead of the taskbar**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:273 @@ -446,11 +438,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:269 msgid "" -"When this option is enabled and the Dash Core window is minimized, it " -"will no longer appear in your taskbar as a running task. Instead, Dash " -"Core will keep running in the background and can be re-opened from the " -"Dash icon in the system tray (the area next to your system clock). This " -"option cannot be selected at the same time as **Hide tray icon**." +"When this option is enabled and the Dash Core window is minimized, it will " +"no longer appear in your taskbar as a running task. Instead, Dash Core will " +"keep running in the background and can be re-opened from the Dash icon in " +"the system tray (the area next to your system clock). This option cannot be " +"selected at the same time as **Hide tray icon**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:278 @@ -459,9 +451,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:276 msgid "" -"When this option is enabled, clicking the X button in the top right " -"corner of the window will cause Dash Core to minimize rather than close. " -"To completely close the app, select **File > Exit**." +"When this option is enabled, clicking the X button in the top right corner " +"of the window will cause Dash Core to minimize rather than close. To " +"completely close the app, select **File > Exit**." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:284 @@ -470,11 +462,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:281 msgid "" -"This option enables pruning of blocks and specifies the amount of storage" -" to use for block storage. Enabling pruning significantly reduces the " -"disk space required to store transactions. All blocks are still fully " -"validated. Reverting this setting requires re-downloading the entire " -"blockchain." +"This option enables pruning of blocks and specifies the amount of storage to" +" use for block storage. Enabling pruning significantly reduces the disk " +"space required to store transactions. All blocks are still fully validated. " +"Reverting this setting requires re-downloading the entire blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:290 @@ -485,8 +476,8 @@ msgstr "" msgid "" "This option specifies the size of the database cache in memory. A higher " "value will result in increased performance when adding new blocks at the " -"cost of higher memory usage. The default value is 300MB and it should not" -" be set lower than this level." +"cost of higher memory usage. The default value is 300MB and it should not be" +" set lower than this level." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:300 @@ -495,14 +486,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:293 msgid "" -"This option sets the number of script verification threads, ranging from " -"-4 to 16. `Script verification `__ is " -"the process of following instructions recorded in the blockchain to " -"ensure the transactions are valid. 0 means automatic and will allow " -"script verification to scale to the number of cores available on your " -"processor. Setting a positive number specifies that Dash Core should use " -"that number of processor cores, while setting a negative number will " -"leave that number of processor cores free." +"This option sets the number of script verification threads, ranging from -4 " +"to 16. `Script verification `__ is the " +"process of following instructions recorded in the blockchain to ensure the " +"transactions are valid. 0 means automatic and will allow script verification" +" to scale to the number of cores available on your processor. Setting a " +"positive number specifies that Dash Core should use that number of processor" +" cores, while setting a negative number will leave that number of processor " +"cores free." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:303 @@ -513,9 +504,9 @@ msgstr "" msgid "" "The Wallet tab of the Options dialog contains settings related to how " "addresses are managed in the Dash Core app. The first time you run Dash " -"Core, it will generate a new wallet containing 1000 unique Dash " -"addresses. This tab allows you to configure how these addresses are used " -"as inputs with the Coin Control, CoinJoin and Masternode features." +"Core, it will generate a new wallet containing 1000 unique Dash addresses. " +"This tab allows you to configure how these addresses are used as inputs with" +" the Coin Control, CoinJoin and Masternode features." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:314 @@ -529,15 +520,14 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:317 msgid "" "Your Dash Core wallet balance is actually the sum total of all addresses " -"holding balance that are associated with your wallet. When you spend " -"Dash, Dash Core will withdraw from as many inputs as necessary to make up" -" the desired amount of Dash to be transferred. This behavior may be " -"undesirable if you want to keep a certain balance on one address. " -"Enabling this option will add a button labelled **Inputs** on the " -"**Send** tab. This provides access to the **Coin Selection** dialog, " -"which can be used to lock, unlock and prioritize different addresses in " -"your wallet. See :ref:`here ` for a more detailed " -"explanation of Coin Control." +"holding balance that are associated with your wallet. When you spend Dash, " +"Dash Core will withdraw from as many inputs as necessary to make up the " +"desired amount of Dash to be transferred. This behavior may be undesirable " +"if you want to keep a certain balance on one address. Enabling this option " +"will add a button labelled **Inputs** on the **Send** tab. This provides " +"access to the **Coin Selection** dialog, which can be used to lock, unlock " +"and prioritize different addresses in your wallet. See :ref:`here ` for a more detailed explanation of Coin Control." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:332 @@ -546,10 +536,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:329 msgid "" -"Enabling this option causes Dash Core to display an additional " -"Masternodes tab to the right of the Transactions tab. This option " -"requires you to restart the Dash Core app. The Masternodes tab can be " -"used to view details of masternodes registered on the Dash blockchain." +"Enabling this option causes Dash Core to display an additional Masternodes " +"tab to the right of the Transactions tab. This option requires you to " +"restart the Dash Core app. The Masternodes tab can be used to view details " +"of masternodes registered on the Dash blockchain." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:337 @@ -558,10 +548,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:335 msgid "" -"Enabling this option causes Dash Core to display an additional Governance" -" tab. This option requires you to restart the Dash Core app. The " -"Governance tab can be used to view details of governance proposals active" -" on the Dash network." +"Enabling this option causes Dash Core to display an additional Governance " +"tab. This option requires you to restart the Dash Core app. The Governance " +"tab can be used to view details of governance proposals active on the Dash " +"network." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:347 @@ -570,14 +560,13 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:340 msgid "" -"When this option is enabled, the Dash Core wallet permits you to " -"immediately spend change from previous transactions that has been " -"transferred internally between addresses associated with the same wallet." -" This is possible even if the transaction has not yet been confirmed " -"because the wallet knows it will eventually be confirmed since it created" -" the internal transaction itself. Leaving this option enabled allows you " -"to create new transactions even if previous transactions have not yet " -"been confirmed." +"When this option is enabled, the Dash Core wallet permits you to immediately" +" spend change from previous transactions that has been transferred " +"internally between addresses associated with the same wallet. This is " +"possible even if the transaction has not yet been confirmed because the " +"wallet knows it will eventually be confirmed since it created the internal " +"transaction itself. Leaving this option enabled allows you to create new " +"transactions even if previous transactions have not yet been confirmed." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:352 @@ -586,9 +575,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:350 msgid "" -"Enabling this option displays the CoinJoin tab in the main Dash Core " -"window and the Options dialog, and allows you to process and spend your " -"balance using CoinJoin." +"Enabling this option displays the CoinJoin tab in the main Dash Core window " +"and the Options dialog, and allows you to process and spend your balance " +"using CoinJoin." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:355 @@ -597,8 +586,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:357 msgid "" -"The CoinJoin tab contains options relating to how CoinJoin functions in " -"Dash Core." +"The CoinJoin tab contains options relating to how CoinJoin functions in Dash" +" Core." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:363 @@ -611,9 +600,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:366 msgid "" -"Enabling this option changes the interface on the Overview tab of the " -"Dash Core wallet to include more information, such as the remaining keys," -" percentage completion and current operation. See :ref:`here ` for a full explanation of how to use CoinJoin." msgstr "" @@ -623,8 +612,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:373 msgid "" -"Enabling this option will display notifications as the CoinJoin " -"transactions are created." +"Enabling this option will display notifications as the CoinJoin transactions" +" are created." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:382 @@ -648,10 +637,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:385 msgid "" "Normally CoinJoin processing is completed in several consecutive rounds, " -"each using a single masternode. Enabling this option allows multi-" -"session, which means you can use multiple masternode servers at the same " -"time, greatly increasing the speed of the CoinJoin process at the cost of" -" creating more addresses and thus requiring more frequent wallet backups." +"each using a single masternode. Enabling this option allows multi-session, " +"which means you can use multiple masternode servers at the same time, " +"greatly increasing the speed of the CoinJoin process at the cost of creating" +" more addresses and thus requiring more frequent wallet backups." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:398 @@ -660,11 +649,11 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:393 msgid "" -"Use this option to control the number of rounds of CoinJoin to be " -"processed for your chosen balance. Each round of processing uses a new " -"masternode. The higher the number of rounds, the more difficult it " -"becomes to trace the Dash to its original address. This is at the expense" -" of more time required for processing and potentially higher fees." +"Use this option to control the number of rounds of CoinJoin to be processed " +"for your chosen balance. Each round of processing uses a new masternode. The" +" higher the number of rounds, the more difficult it becomes to trace the " +"Dash to its original address. This is at the expense of more time required " +"for processing and potentially higher fees." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:404 @@ -673,10 +662,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:401 msgid "" -"This option allows you to specify how much Dash should be kept on balance" -" in a ready-to-use processed state, meaning it has already passed through" -" the CoinJoin process. The available amount is shown as the balance on " -"the CoinJoin tab." +"This option allows you to specify how much Dash should be kept on balance in" +" a ready-to-use processed state, meaning it has already passed through the " +"CoinJoin process. The available amount is shown as the balance on the " +"CoinJoin tab." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:407 @@ -697,12 +686,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:417 msgid "" -"This option causes Dash Core to automatically attempt to open and map the" -" client port on your router using `UPnP " -"`__ (Universal " -"Plug and Play). This feature is supported by most modern home routers and" -" will allow you to connect to the Dash network without making any special" -" settings on your router." +"This option causes Dash Core to automatically attempt to open and map the " +"client port on your router using `UPnP " +"`__ (Universal Plug " +"and Play). This feature is supported by most modern home routers and will " +"allow you to connect to the Dash network without making any special settings" +" on your router." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:429 @@ -711,11 +700,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:425 msgid "" -"This option causes your client to accept external connections. Since Dash" -" is a peer-to-peer network and Dash Core is considered a full client " -"because it stores a copy of the blockchain on your device, enabling this " -"option helps other clients synchronize the blockchain and network through" -" your node." +"This option causes your client to accept external connections. Since Dash is" +" a peer-to-peer network and Dash Core is considered a full client because it" +" stores a copy of the blockchain on your device, enabling this option helps " +"other clients synchronize the blockchain and network through your node." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:436 @@ -726,9 +714,9 @@ msgstr "" msgid "" "These options allow users on an intranet requiring a proxy to reach the " "broader internet to specify the address of their proxy server to relay " -"requests to the internet. Contact your system administrator or check out " -"the network settings in your web browser if you are unable to connect and" -" suspect a proxy may be the source of the problem." +"requests to the internet. Contact your system administrator or check out the" +" network settings in your web browser if you are unable to connect and " +"suspect a proxy may be the source of the problem." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:443 @@ -737,10 +725,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:439 msgid "" -"These options allow you to specify an additional proxy server designed to" -" help you connect to peers on the Tor network. This is an advanced option" -" for increased privacy and requires a Tor proxy on your network. For more" -" information about Tor, see `here `__." +"These options allow you to specify an additional proxy server designed to " +"help you connect to peers on the Tor network. This is an advanced option for" +" increased privacy and requires a Tor proxy on your network. For more " +"information about Tor, see `here `__." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:446 @@ -774,9 +762,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:461 msgid "" "This allows you to change the default unit of currency in Dash Core from " -"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator " -"three places to the right. Duffs are the smallest unit into which Dash " -"may be separated." +"DASH to mDASH, µDASH or duffs. Each unit shifts the decimal separator three " +"places to the right. Duffs are the smallest unit into which Dash may be " +"separated." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:469 @@ -785,9 +773,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:467 msgid "" -"This option allows you to select how many decimal digits will be " -"displayed in the user interface. This does not affect internal accounting" -" of your inputs and balance." +"This option allows you to select how many decimal digits will be displayed " +"in the user interface. This does not affect internal accounting of your " +"inputs and balance." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:477 @@ -795,14 +783,13 @@ msgid "Third party transaction URLs" msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:472 -#, python-format msgid "" "This option allows you to specify and external website to inspect a " "particular address or transaction on the blockchain. Several blockchain " -"explorers are available for this. To use this feature, enter the URL of " -"your favorite blockchain explorer, replacing the %s with the transaction " -"ID. You will then be able to access this blockchain explorer directly " -"from Dash Core using the context menu of any given transaction." +"explorers are available for this. To use this feature, enter the URL of your" +" favorite blockchain explorer, replacing the %s with the transaction ID. You" +" will then be able to access this blockchain explorer directly from Dash " +"Core using the context menu of any given transaction." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:480 @@ -811,8 +798,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:482 msgid "" -"This tab contains options relating to the visual appearance of the Dash " -"Core app window." +"This tab contains options relating to the visual appearance of the Dash Core" +" app window." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:488 @@ -825,9 +812,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:491 msgid "" -"You can use this option to select a different theme governing the " -"appearance of the Dash Core window. All functionality is identical under " -"the different themes." +"You can use this option to select a different theme governing the appearance" +" of the Dash Core window. All functionality is identical under the different" +" themes." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:497 @@ -872,8 +859,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:517 msgid "" -"This section displays information on the name and version of the client " -"and database, and the location of the current application data directory." +"This section displays information on the name and version of the client and " +"database, and the location of the current application data directory." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:523 @@ -882,8 +869,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:522 msgid "" -"This section displays information and statistics on the network to which " -"you are connected." +"This section displays information and statistics on the network to which you" +" are connected." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:526 @@ -901,9 +888,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:529 msgid "" "This section shows the status of the memory pool, which contains " -"transactions that could not yet be written to a block. This includes both" -" transactions created since the last block and transactions which could " -"not be entered in the last block because it was full." +"transactions that could not yet be written to a block. This includes both " +"transactions created since the last block and transactions which could not " +"be entered in the last block because it was full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:536 @@ -912,8 +899,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:535 msgid "" -"This button opens debug.log from the application data directory. This " -"file contains output from Dash Core which may help to diagnose errors." +"This button opens debug.log from the application data directory. This file " +"contains output from Dash Core which may help to diagnose errors." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:539 @@ -923,9 +910,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:541 msgid "" "The Console tab provides an interface with the Dash Core RPC (remote " -"procedure call) console. This is equivalent to the ``dash-cli`` command " -"on headless versions of Dash, such as ``dashd`` running on a masternode. " -"Click the red ``×`` icon to clear the console, and see the detailed " +"procedure call) console. This is equivalent to the ``dash-cli`` command on " +"headless versions of Dash, such as ``dashd`` running on a masternode. Click " +"the red ``×`` icon to clear the console, and see the detailed " ":ref:`documentation ` on RPC commands to learn about the " "possible commands you can issue." msgstr "" @@ -940,9 +927,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:556 msgid "" -"The Network Traffic tab shows a graph of traffic sent and received to " -"peers on the network over time. You can adjust the time period using the " -"slider or **Reset** the graph." +"The Network Traffic tab shows a graph of traffic sent and received to peers " +"on the network over time. You can adjust the time period using the slider or" +" **Reset** the graph." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:563 @@ -955,10 +942,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:568 msgid "" -"The Peers tab shows a list of other full nodes connected to your Dash " -"Core client. The IP address, version and ping time are visible. Selecting" -" a peer shows additional information on the data exchanged with that " -"peer." +"The Peers tab shows a list of other full nodes connected to your Dash Core " +"client. The IP address, version and ping time are visible. Selecting a peer " +"shows additional information on the data exchanged with that peer." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:576 @@ -971,9 +957,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:581 msgid "" -"The Wallet Repair tab offers a range of startup commands to restore a " -"wallet to a functional state. Selecting any of these commands will " -"restart Dash Core with the specified command-line option." +"The Wallet Repair tab offers a range of startup commands to restore a wallet" +" to a functional state. Selecting any of these commands will restart Dash " +"Core with the specified command-line option." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:588 @@ -987,10 +973,10 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:591 msgid "" "Rescans the already downloaded blockchain for any transactions affecting " -"accounts contained in the wallet. This may be necessary if you replace " -"your wallet.dat file with a different wallet or a backup - the wallet " -"logic will not know about these transactions, so a rescan is necessary to" -" determine balances." +"accounts contained in the wallet. This may be necessary if you replace your " +"wallet.dat file with a different wallet or a backup - the wallet logic will " +"not know about these transactions, so a rescan is necessary to determine " +"balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:599 @@ -999,8 +985,8 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:598 msgid "" -"Performs the same operation as *Rescan blockchain files 1* but scans from" -" the genesis block instead of the wallet creation time." +"Performs the same operation as *Rescan blockchain files 1* but scans from " +"the genesis block instead of the wallet creation time." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:608 @@ -1010,12 +996,12 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:602 msgid "" "The recover transactions commands can be used to remove unconfirmed " -"transactions from the memory pool. Your wallet will restart and rescan " -"the blockchain, recovering existing transactions and removing unconfirmed" -" transactions. Transactions may become stuck in an unconfirmed state if " -"there is a conflict in protocol versions on the network during CoinJoin " -"processing, for example, or if a transaction is sent with insufficient " -"fees when blocks are full." +"transactions from the memory pool. Your wallet will restart and rescan the " +"blockchain, recovering existing transactions and removing unconfirmed " +"transactions. Transactions may become stuck in an unconfirmed state if there" +" is a conflict in protocol versions on the network during CoinJoin " +"processing, for example, or if a transaction is sent with insufficient fees " +"when blocks are full." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:614 @@ -1025,9 +1011,9 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:611 msgid "" "This command is available for very old wallets where an upgrade to the " -"wallet version is required in addition to an update to the wallet " -"software. You can view your current wallet version by running the " -"``getwalletinfo`` command in the console." +"wallet version is required in addition to an update to the wallet software. " +"You can view your current wallet version by running the ``getwalletinfo`` " +"command in the console." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:619 @@ -1037,37 +1023,20 @@ msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:617 msgid "" "Discards the current blockchain and chainstate indexes (the database of " -"unspent transaction outputs) and rebuilds it from existing block files. " -"This can be useful to recover missing or stuck balances." +"unspent transaction outputs) and rebuilds it from existing block files. This" +" can be useful to recover missing or stuck balances." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:622 msgid "" -"The wallet salvage option was moved to the standalone dash-wallet " -"command-line application in Dash Core v18.0. Running dash-wallet with the" -" ``salvage`` command assumes the wallet file provide by the ``-wallet`` " -"parameter is corrupted and cannot be read. It makes a copy of the wallet" -" file as ..bak and scans it to attempt to recover any " +"The wallet salvage option was moved to the standalone dash-wallet command-" +"line application in Dash Core v18.0. Running dash-wallet with the " +"``salvage`` command assumes the wallet file provide by the ``-wallet`` " +"parameter is corrupted and cannot be read. It makes a copy of the wallet " +"file as ..bak and scans it to attempt to recover any " "private keys." msgstr "" #: ../../docs/user/wallets/dashcore/interface.rst:629 msgid "Example: ``dash-wallet -wallet=mywallet/wallet.dat salvage``" msgstr "" - -#~ msgid "" -#~ "The Console tab provides an interface" -#~ " with the Dash Core RPC (remote " -#~ "procedure call) console. This is " -#~ "equivalent to the ``dash-cli`` command" -#~ " on headless versions of Dash, such" -#~ " as ``dashd`` running on a " -#~ "masternode. Click the red ``×`` icon " -#~ "to clear the console, and see the" -#~ " detailed `documentation " -#~ "`__ on RPC commands" -#~ " to learn about the possible commands" -#~ " you can issue." -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po index 56bdeb6fd..9a701f211 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/dashcore/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Core wallet" msgstr "" -#: ../../docs/user/wallets/dashcore/send-receive.rst:1 +#: ../../docs/user/wallets/dashcore/send-receive.rst-1 msgid "dash, core, wallet, send, receive, transaction" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index 4df9656fa..b7e5d213f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "Masternodes, multisig, sweeping paper wallets, cold storage and command line" " in the Dash Electrum wallet." msgstr "" -#: ../../docs/user/wallets/electrum/advanced.rst:1 +#: ../../docs/user/wallets/electrum/advanced.rst-1 msgid "" "dash, wallet, electrum, masternode, multisig, paper, cold storage, command " "line" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/faq.po index ecbb2d8e5..b5528a49a 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "Frequently Asked Questions about the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/faq.rst:1 +#: ../../docs/user/wallets/electrum/faq.rst-1 msgid "dash, wallet, electrum, faq, seed" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/index.po index 59bfa49a1..e738f1f87 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/installation.po index bf147157c..2d0167e12 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "How to create a new Dash Electrum wallet on Windows, Linux, macOS and " "Android" msgstr "" -#: ../../docs/user/wallets/electrum/installation.rst:1 +#: ../../docs/user/wallets/electrum/installation.rst-1 msgid "" "dash, mobile, wallet, electrum, android, linux, windows, macos, compile" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/security.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/security.po index 43bfe4b2c..9738c1784 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/security.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/security.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "Security, backup and safety when using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/security.rst:1 +#: ../../docs/user/wallets/electrum/security.rst-1 msgid "dash, wallet, electrum, safety, password, backup, security, restore" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po index 129e9da1a..78fa3307b 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/electrum/send-receive.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "Guide to sending and receiving Dash using the Dash Electrum wallet" msgstr "" -#: ../../docs/user/wallets/electrum/send-receive.rst:1 +#: ../../docs/user/wallets/electrum/send-receive.rst-1 msgid "dash, wallet, electrum, send, receive, transaction" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/hardware.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/hardware.po index 391b0fce4..1f6d22c4f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/hardware.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "How to use Dash cryptocurrency with hardware wallets" msgstr "" -#: ../../docs/user/wallets/hardware.rst:1 +#: ../../docs/user/wallets/hardware.rst-1 msgid "dash, hardware, wallet, ledger, keepkey, trezor, secure, private key" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-hardware.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-hardware.po index 1e08132ec..7b8c5d3e6 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-hardware.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-hardware.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-paper.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-paper.po index 9c98f1613..beea9b42e 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-paper.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-text.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-text.po index 2d8453085..2f177f632 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-text.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-third-party.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-third-party.po index 0ba2dcccc..2d77d5e53 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-third-party.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-third-party.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-web.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-web.po index 2d0f6a7a8..84a30d510 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-web.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index-web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index.po index dea067eba..57c0b7a0f 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "Description of different wallets available to use and spend Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/index.rst:1 +#: ../../docs/user/wallets/index.rst-1 msgid "" "dash, wallet, core, electrum, android, ios, paper, hardware, trezor, ledger," " web, recovery, text, sms" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po index a1949c7bb..d9ba769e1 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/advanced-functions.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "" "URL scheme, master public key and requesting payment in Dash on your iOS " "device" msgstr "" -#: ../../docs/user/wallets/ios/advanced-functions.rst:-1 +#: ../../docs/user/wallets/ios/advanced-functions.rst-1 msgid "dash, mobile, wallet, ios, send, receive, payment, url, public key" msgstr "" @@ -44,10 +43,10 @@ msgstr "" msgid "" "Certain masternode keys may be generated and stored in Dash Wallet. To " "access these keys, tap the **Menu button** and select **Tools**. Tap " -"**Masternode Keys** and enter your PIN to open the Masternode Keys " -"screen. From here, tap on any of the listed key types to view existing " -"keys or generate new ones. The screen will show all used keys and the " -"first unused one. To generate additional keys, tap the **+** button." +"**Masternode Keys** and enter your PIN to open the Masternode Keys screen. " +"From here, tap on any of the listed key types to view existing keys or " +"generate new ones. The screen will show all used keys and the first unused " +"one. To generate additional keys, tap the **+** button." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:30 @@ -80,8 +79,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:49 msgid "" -"``sender`` is both your callback URL and the name of the app that you " -"show to the user. This is to prevent 3rd party apps from phishing." +"``sender`` is both your callback URL and the name of the app that you show " +"to the user. This is to prevent 3rd party apps from phishing." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:52 @@ -94,8 +93,8 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:59 msgid "" -"If the user enters the correct passcode, then the transaction is sent and" -" the user is returned to the sender app following the callback URL." +"If the user enters the correct passcode, then the transaction is sent and " +"the user is returned to the sender app following the callback URL." msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:62 @@ -112,10 +111,10 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:73 msgid "" -"Note: account is optional and corresponds to BIP32/BIP44 account, most of" -" the time this should be 0. If account is not specified, we use account " -"0. This will send back both the extended public key at " -"``44’/5’/’`` and ``’``" +"Note: account is optional and corresponds to BIP32/BIP44 account, most of " +"the time this should be 0. If account is not specified, we use account 0. " +"This will send back both the extended public key at ``44’/5’/’`` " +"and ``’``" msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:78 @@ -130,4 +129,3 @@ msgstr "" #: ../../docs/user/wallets/ios/advanced-functions.rst:85 msgid "``dashwallet://request=address&sender=``" msgstr "``dashwallet://request=address&sender=``" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/getting-started.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/getting-started.po index 351e73485..0319957dc 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/getting-started.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/getting-started.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "Getting started with sending and receiving Dash on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/getting-started.rst:1 +#: ../../docs/user/wallets/ios/getting-started.rst-1 msgid "dash, mobile, wallet, ios, send, receive, addresses, getting started" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/index.po index d1ff790f3..d653c73c1 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/index.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,10 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/installation.po index e3ec8af27..05445b081 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "How to install the Dash wallet on your iOS device" msgstr "" -#: ../../docs/user/wallets/ios/installation.rst:1 +#: ../../docs/user/wallets/ios/installation.rst-1 msgid "dash, mobile, wallet, ios, installation, compile" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/paper.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/paper.po index 07e8f6d87..834e71b87 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/paper.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "Guides to secure paper wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/paper.rst:1 +#: ../../docs/user/wallets/paper.rst-1 msgid "dash, paper, wallet, encryption" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/recovery.po index 47cb723ba..b26ae17de 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/recovery.po @@ -1,33 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/recovery.rst:-1 +#: ../../docs/user/wallets/recovery.rst-1 msgid "Recovering Dash wallets from files, private keys or recovery phrases" msgstr "" -#: ../../docs/user/wallets/recovery.rst:-1 -msgid "dash, wallet, recovery, password, lost, mobile, core, phrase, private key" +#: ../../docs/user/wallets/recovery.rst-1 +msgid "" +"dash, wallet, recovery, password, lost, mobile, core, phrase, private key" msgstr "" #: ../../docs/user/wallets/recovery.rst:9 @@ -37,11 +37,11 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:11 msgid "" "Long-time users of cryptocurrency sometimes find old wallet files on USB " -"drives or cloud storage that they have forgotten about. Others may have a" -" backup, but can't remember the software they used to create it, or have " +"drives or cloud storage that they have forgotten about. Others may have a " +"backup, but can't remember the software they used to create it, or have " "forgotten the password. Other users may have an old version of Dash Core " -"that no longer works because the network has upgraded. This documentation" -" is intended to help these users restore access to their funds." +"that no longer works because the network has upgraded. This documentation is" +" intended to help these users restore access to their funds." msgstr "" #: ../../docs/user/wallets/recovery.rst:20 @@ -52,9 +52,9 @@ msgstr "" msgid "" "The first step is to determine the format of your backup. In most cases, " "this will either be a file, probably named *wallet.dat*, or a phrase of " -"words. In some cases, you may have stored the private key for a Dash " -"address directly. The following list shows the possibilities and methods " -"to restore your wallet in order of probability." +"words. In some cases, you may have stored the private key for a Dash address" +" directly. The following list shows the possibilities and methods to restore" +" your wallet in order of probability." msgstr "" #: ../../docs/user/wallets/recovery.rst:28 @@ -73,15 +73,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:34 msgid "" -"If file name is similar to wallet.dat, try to restore using :ref:`Dash " -"Core `" +"If file name is similar to wallet.dat, try to restore using :ref:`Dash Core " +"`" msgstr "" #: ../../docs/user/wallets/recovery.rst:35 msgid "" -"If file name is similar to dash-wallet-backup or includes the word " -"'mobile', try to restore using :ref:`Dash Wallet for Android `" +"If file name is similar to dash-wallet-backup or includes the word 'mobile'," +" try to restore using :ref:`Dash Wallet for Android `" msgstr "" #: ../../docs/user/wallets/recovery.rst:37 @@ -92,8 +92,8 @@ msgstr "" msgid "" "If 12 words long, try to restore using :ref:`Dash Electrum wallet ` or Dash wallet for :ref:`Android ` or :ref:`iOS `, depending what " -"you used to create the backup" +"phrase-restore>` or :ref:`iOS `, depending what you" +" used to create the backup" msgstr "" #: ../../docs/user/wallets/recovery.rst:40 @@ -120,21 +120,21 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:47 msgid "" -"If 51 characters long and starting with 7, this is a :ref:`private key in" -" WIF `, import using Dash Core" +"If 51 characters long and starting with 7, this is a :ref:`private key in " +"WIF `, import using Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:48 msgid "" -"If 58 characters long and starting with 6P, this is a :ref:`BIP38 " -"encrypted private key `, decrypt using paper wallet then" -" import using Dash Core" +"If 58 characters long and starting with 6P, this is a :ref:`BIP38 encrypted " +"private key `, decrypt using paper wallet then import using" +" Dash Core" msgstr "" #: ../../docs/user/wallets/recovery.rst:50 msgid "" -"Once you have determined your backup format, follow the links to view the" -" restore guide for that format." +"Once you have determined your backup format, follow the links to view the " +"restore guide for that format." msgstr "" #: ../../docs/user/wallets/recovery.rst:55 @@ -150,13 +150,12 @@ msgid "" "One of the most common wallet backup formats is a *wallet.dat* file from " "Dash Core wallet. Before you begin, make absolutely sure that you have a " "copy of this file stored somewhere safe in case the restore process " -"accidentally corrupts your wallet file! In most cases, *wallet.dat* " -"backups will also be protected by a password, which you will need to know" -" to regain access to your Dash funds. If you already have Dash Core " -"installed, first ensure it has been updated to the latest version by " -"clicking **Help > About Dash Core**. Compare this with the latest " -"available version of `Dash Core on the website " -"`_ as follows:" +"accidentally corrupts your wallet file! In most cases, *wallet.dat* backups " +"will also be protected by a password, which you will need to know to regain " +"access to your Dash funds. If you already have Dash Core installed, first " +"ensure it has been updated to the latest version by clicking **Help > About " +"Dash Core**. Compare this with the latest available version of `Dash Core on" +" the website `_ as follows:" msgstr "" #: ../../docs/user/wallets/recovery.rst:78 @@ -167,14 +166,13 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:81 msgid "" -"Update Dash Core to the latest version according to the " -":ref:`installation instructions `. If you have " -"only a wallet file and no existing installation of Dash Core, simply " -"install Dash Core according to the :ref:`installation instructions " -"` and start it once to create the DashCore folder." -" Then close Dash Core and copy the *wallet.dat* file you want to restore " -"to the DashCore folder in the location specified below, replacing or " -"renaming the existing file." +"Update Dash Core to the latest version according to the :ref:`installation " +"instructions `. If you have only a wallet file and no" +" existing installation of Dash Core, simply install Dash Core according to " +"the :ref:`installation instructions ` and start it " +"once to create the DashCore folder. Then close Dash Core and copy the " +"*wallet.dat* file you want to restore to the DashCore folder in the location" +" specified below, replacing or renaming the existing file." msgstr "" #: ../../docs/user/wallets/recovery.rst:91 @@ -199,8 +197,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:93 msgid "" -"Go to your home folder and press **Ctrl+H** to show hidden files, then " -"open ``.dashcore``" +"Go to your home folder and press **Ctrl+H** to show hidden files, then open " +"``.dashcore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:95 @@ -213,8 +211,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:95 msgid "" -"Press **Shift + Command + G**, type ``~/Library/Application Support``, " -"then open ``DashCore``" +"Press **Shift + Command + G**, type ``~/Library/Application Support``, then " +"open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 @@ -226,20 +224,21 @@ msgid "%APPDATA%" msgstr "" #: ../../docs/user/wallets/recovery.rst:97 -msgid "Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" +msgid "" +"Press **Windows Key + R** and type ``%APPDATA%``, then open ``DashCore``" msgstr "" #: ../../docs/user/wallets/recovery.rst:100 msgid "" -"If your existing version of Dash Core is older than v0.12.1.x, you may " -"need to rename your data folder from ``Dash`` to ``DashCore``." +"If your existing version of Dash Core is older than v0.12.1.x, you may need " +"to rename your data folder from ``Dash`` to ``DashCore``." msgstr "" #: ../../docs/user/wallets/recovery.rst:103 msgid "" -"To repair a broken installation, navigate to the DashCore folder and " -"delete all *.log* and *.dat* files except *wallet.dat*. The following " -"files can be safely deleted:" +"To repair a broken installation, navigate to the DashCore folder and delete " +"all *.log* and *.dat* files except *wallet.dat*. The following files can be " +"safely deleted:" msgstr "" #: ../../docs/user/wallets/recovery.rst:107 @@ -285,21 +284,21 @@ msgstr "*peers.dat*" #: ../../docs/user/wallets/recovery.rst:118 msgid "" "Leave ``.conf`` files and the folders (such as ``backups``, ``blocks``, " -"``chainstate``, etc.) intact, since they will help you get started faster" -" by providing a copy of the blockchain and your settings." +"``chainstate``, etc.) intact, since they will help you get started faster by" +" providing a copy of the blockchain and your settings." msgstr "" #: ../../docs/user/wallets/recovery.rst:122 msgid "" -"Now open Dash Core and wait for blockchain synchronization to complete. " -"Your wallet will be restored/upgraded and all balances should be " -"displayed. You should ensure you have the correct password by trying to " -"unlock your wallet from **Settings > Unlock Wallet** to make sure you can" -" actually create transactions using your balances. If you have any " -"problems with your balance not appearing, try to force a rescan of the " -"blockchain by going to **Window > Wallet Repair** and selecting **Rescan " -"blockchain files**. **Rebuild index** may also help. Dash Core will " -"restart and perform a full scan of the blockchain." +"Now open Dash Core and wait for blockchain synchronization to complete. Your" +" wallet will be restored/upgraded and all balances should be displayed. You " +"should ensure you have the correct password by trying to unlock your wallet " +"from **Settings > Unlock Wallet** to make sure you can actually create " +"transactions using your balances. If you have any problems with your balance" +" not appearing, try to force a rescan of the blockchain by going to **Window" +" > Wallet Repair** and selecting **Rescan blockchain files**. **Rebuild " +"index** may also help. Dash Core will restart and perform a full scan of the" +" blockchain." msgstr "" #: ../../docs/user/wallets/recovery.rst:137 @@ -308,12 +307,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:139 msgid "" -"At this stage, recovery is complete and you should make another backup " -"using **File > Backup Wallet** or following the instructions :ref:`here " +"At this stage, recovery is complete and you should make another backup using" +" **File > Backup Wallet** or following the instructions :ref:`here " "`. If you have any further problems, try asking on the " "`forum `_, `Reddit `_ or the " -"#help-desk channel at `Dash Discord `_." +"support.64/>`_, `Reddit `_ or the #help-" +"desk channel at `Dash Discord `_." msgstr "" #: ../../docs/user/wallets/recovery.rst:149 @@ -322,29 +321,28 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:151 msgid "" -"Similar to Dash Core wallet, Dash Wallet for Android can restore your " -"wallet from a file. To restore this wallet on another device, simply copy" -" the backup file to the ``/Downloads`` folder of your device using either" -" a computer connected by USB or a file manager app on the device. Ensure " -"your Dash wallet is fully updated in the Play Store, then open Dash. If " -"you have an existing balance, either view and write down your recovery " -"phrase or transfer your balance to an external address, because restoring" -" a wallet will replace your existing wallet!" +"Similar to Dash Core wallet, Dash Wallet for Android can restore your wallet" +" from a file. To restore this wallet on another device, simply copy the " +"backup file to the ``/Downloads`` folder of your device using either a " +"computer connected by USB or a file manager app on the device. Ensure your " +"Dash wallet is fully updated in the Play Store, then open Dash. If you have " +"an existing balance, either view and write down your recovery phrase or " +"transfer your balance to an external address, because restoring a wallet " +"will replace your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:160 msgid "" -"Select **Restore from file** from the menu at the bottom of the main " -"page, locate your file, and enter your file's password when prompted. " -"This may take some time, and your balance will be displayed when " -"complete." +"Select **Restore from file** from the menu at the bottom of the main page, " +"locate your file, and enter your file's password when prompted. This may " +"take some time, and your balance will be displayed when complete." msgstr "" #: ../../docs/user/wallets/recovery.rst:166 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "backup file." @@ -360,8 +358,8 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:183 msgid "" -"If you have a 12-word phrase and feel certain your backup was made on an " -"iOS or Android mobile device, follow these instructions." +"If you have a 12-word phrase and feel certain your backup was made on an iOS" +" or Android mobile device, follow these instructions." msgstr "" #: ../../docs/user/wallets/recovery.rst:189 @@ -370,23 +368,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:191 msgid "" -"Ensure your Dash wallet is fully updated in the Play Store, then open " -"Dash. If you have an existing balance, either view and write down your " -"recovery phrase or transfer your balance to an external address, because " -"restoring a wallet will replace your existing wallet." +"Ensure your Dash wallet is fully updated in the Play Store, then open Dash. " +"If you have an existing balance, either view and write down your recovery " +"phrase or transfer your balance to an external address, because restoring a " +"wallet will replace your existing wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:196 msgid "" -"Select **Restore from recovery phrase** from the menu at the bottom of " -"the main page, and enter your 12-word phrase when prompted." +"Select **Restore from recovery phrase** from the menu at the bottom of the " +"main page, and enter your 12-word phrase when prompted." msgstr "" #: ../../docs/user/wallets/recovery.rst:201 msgid "" "For devices that already have an active wallet, first write down the " -"existing recovery phrase as a backup. Click the menu button on the bottom" -" right corner and select **Security > View Recovery Phrase** to find it. " +"existing recovery phrase as a backup. Click the menu button on the bottom " +"right corner and select **Security > View Recovery Phrase** to find it. " "After backing up the recovery phrase, reset the wallet by selecting the " "**Security > Reset Wallet** option and then proceed with restoring the " "recovery phrase." @@ -402,20 +400,20 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:220 msgid "" -"Ensure your Dash wallet is fully updated in the App Store, then open " -"Dash. If this is the first time you are opening the app, you can enter " -"your recovery phrase directly by selecting **Recover wallet** on the " -"start screen. If you have an existing balance, either make another backup" -" or transfer it to an external address, because restoring a wallet will " -"replace your existing wallet!" +"Ensure your Dash wallet is fully updated in the App Store, then open Dash. " +"If this is the first time you are opening the app, you can enter your " +"recovery phrase directly by selecting **Recover wallet** on the start " +"screen. If you have an existing balance, either make another backup or " +"transfer it to an external address, because restoring a wallet will replace " +"your existing wallet!" msgstr "" #: ../../docs/user/wallets/recovery.rst:227 msgid "" -"Tap the menu button in the bottom right corner, select **Security > Reset" -" wallet**. Tap **Continue** and enter your current wallet recovery " -"phrase, then the app will reset and you will see the option to **Recover " -"wallet** again." +"Tap the menu button in the bottom right corner, select **Security > Reset " +"wallet**. Tap **Continue** and enter your current wallet recovery phrase, " +"then the app will reset and you will see the option to **Recover wallet** " +"again." msgstr "" #: ../../docs/user/wallets/recovery.rst:245 @@ -428,14 +426,14 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:252 msgid "" -"Ensure you are using the latest version of Dash Electrum according to the" -" installation instructions :ref:`here `. Dash " -"Electrum supports multiple simultaneous wallets, so you can safely " -"restore to a new wallet file without losing your old wallet. Click **File" -" > New/Restore** and enter a file name to store your new wallet. Then " -"select **I already have a seed** and enter your 12/13-word recovery " -"phrase. Enter a new password for your wallet and click **Next** to " -"recover your addresses from the recovery phrase." +"Ensure you are using the latest version of Dash Electrum according to the " +"installation instructions :ref:`here `. Dash Electrum" +" supports multiple simultaneous wallets, so you can safely restore to a new " +"wallet file without losing your old wallet. Click **File > New/Restore** and" +" enter a file name to store your new wallet. Then select **I already have a " +"seed** and enter your 12/13-word recovery phrase. Enter a new password for " +"your wallet and click **Next** to recover your addresses from the recovery " +"phrase." msgstr "" #: ../../docs/user/wallets/recovery.rst:274 @@ -454,15 +452,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:284 msgid "" -"`KeepKey `_" +"`KeepKey `_" msgstr "" #: ../../docs/user/wallets/recovery.rst:285 msgid "" "`Ledger Nano S `_" +"us/articles/4404382560913-Restore-your-Ledger-accounts-with-your-recovery-" +"phrase?support=true>`_" msgstr "" #: ../../docs/user/wallets/recovery.rst:286 @@ -476,15 +474,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:293 msgid "" "You can use your Dash iOS recovery phrase with Dash Electrum to recover " -"funds if you lose access to your iOS device for any reason. However, " -"since the wallet derivation paths are not identical, the process only " -"works in one direction, meaning it is not possible to restore a Dash " -"Electrum wallet using the Dash iOS wallet. Also, because the import " -"process uses an xprv key rather than the recovery phrase directly, it " -"will not be possible to display the recovery phrase in Dash Electrum. It " -"is therefore recommended to move the funds (either to a standard Dash " -"Electrum wallet or some other wallet) once recovery is successful to " -"ensure that standard backup procedures work as expected." +"funds if you lose access to your iOS device for any reason. However, since " +"the wallet derivation paths are not identical, the process only works in one" +" direction, meaning it is not possible to restore a Dash Electrum wallet " +"using the Dash iOS wallet. Also, because the import process uses an xprv key" +" rather than the recovery phrase directly, it will not be possible to " +"display the recovery phrase in Dash Electrum. It is therefore recommended to" +" move the funds (either to a standard Dash Electrum wallet or some other " +"wallet) once recovery is successful to ensure that standard backup " +"procedures work as expected." msgstr "" #: ../../docs/user/wallets/recovery.rst:304 @@ -500,13 +498,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:311 msgid "" -"Go to the `BIP39 Mnemonic Code Converter `_" -" page. This is a useful tool for manipulating/displaying BIP32/39 seed " -"data. If you are not comfortable performing this procedure online, an " -"offline version is available by downloading the file described in `these " -"instrutions `_. Once the tool is loaded in your browser, complete the " -"following steps:" +"Go to the `BIP39 Mnemonic Code Converter `_ " +"page. This is a useful tool for manipulating/displaying BIP32/39 seed data. " +"If you are not comfortable performing this procedure online, an offline " +"version is available by downloading the file described in `these instrutions" +" `_. Once " +"the tool is loaded in your browser, complete the following steps:" msgstr "" #: ../../docs/user/wallets/recovery.rst:319 @@ -559,24 +556,23 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:335 msgid "" -"Dash Electrum should now detect your Dash iOS balance and you should have" -" complete access to your funds. The seed phrase won't be available in " -"Dash Electrum , so you will just need to follow the steps above again if " -"you want to restore this wallet from the recovery phrase again. It is " -"recommended to send your funds to a new Dash Electrum wallet instead and " -"follow :ref:`standard backup procedures `." +"Dash Electrum should now detect your Dash iOS balance and you should have " +"complete access to your funds. The seed phrase won't be available in Dash " +"Electrum , so you will just need to follow the steps above again if you want" +" to restore this wallet from the recovery phrase again. It is recommended to" +" send your funds to a new Dash Electrum wallet instead and follow " +":ref:`standard backup procedures `." msgstr "" #: ../../docs/user/wallets/recovery.rst:342 msgid "" "Older versions of the Dash iOS wallet used **BIP32** addresses under the " "``m/0'`` derivation path. The wallet should migrate these funds over to " -"BIP44 addresses during normal use, but some residual balance may be under" -" this derivation path, so restoring the **BIP32 Extended Private Key** " -"may be helpful in some situations. Please see `this forum thread " -"`_ for further discussion on this " -"process." +"BIP44 addresses during normal use, but some residual balance may be under " +"this derivation path, so restoring the **BIP32 Extended Private Key** may be" +" helpful in some situations. Please see `this forum thread " +"`_ for further discussion on this process." msgstr "" #: ../../docs/user/wallets/recovery.rst:354 @@ -585,12 +581,12 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:356 msgid "" -"Most wallets offer a function to import an address from a private key, " -"see the documentation for your wallet for specific instructions. While " -"private keys can be stored in many ways, in this example we will work " -"through the process of restoring a private key from a paper wallet using " -"Dash Core. If you only have a QR code and not the key, use a barcode " -"scanning app (`Android " +"Most wallets offer a function to import an address from a private key, see " +"the documentation for your wallet for specific instructions. While private " +"keys can be stored in many ways, in this example we will work through the " +"process of restoring a private key from a paper wallet using Dash Core. If " +"you only have a QR code and not the key, use a barcode scanning app " +"(`Android " "`_" " or `iOS `_) to read the code first." @@ -610,24 +606,24 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:377 msgid "" -"Dash Core will rescan the blockchain for transactions involving the " -"public address of this key and enter the transactions and balance in your" -" wallet." +"Dash Core will rescan the blockchain for transactions involving the public " +"address of this key and enter the transactions and balance in your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:381 msgid "" "The private key must be in wallet import format (WIF). If your key is " "encrypted using BIP38 (key begins with 6P instead of 7), you must first " -"decrypt it to view the key in WIF. To do so, go to " -"https://paper.dash.org/ and click **Wallet Details**. Enter the encrypted" -" private key in the field and click **View Details**. You will be " -"prompted for the password, and your keys will be decrypted. Find the key " -"named **Private Key WIF** and import this into your wallet." +"decrypt it to view the key in WIF. To do so, go to https://paper.dash.org/ " +"and click **Wallet Details**. Enter the encrypted private key in the field " +"and click **View Details**. You will be prompted for the password, and your " +"keys will be decrypted. Find the key named **Private Key WIF** and import " +"this into your wallet." msgstr "" #: ../../docs/user/wallets/recovery.rst:396 -msgid "*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" +msgid "" +"*Decrypting a BIP38 encrypted key to WIF for import in Dash Core wallet*" msgstr "" #: ../../docs/user/wallets/recovery.rst:399 @@ -636,16 +632,15 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:401 msgid "" -"In most cases, if you selected a strong password and have forgotten or " -"lost it, there is practically no hope of recovery. The encryption used by" -" the Dash wallets is extremely strong by design, and a well-chosen " -"password should defeat most brute force cracking attempts. If you can " -"recall some details of the password, particularly its length or sequences" -" of characters that may be included, then brute force password cracking " -"techniques may be worth attempting. Several services exist to do this, or" -" you can attempt it yourself. Because Dash Core is based on Bitcoin Core," -" most approaches to apply brute force to crack a Bitcoin wallet will also" -" work for Dash wallets." +"In most cases, if you selected a strong password and have forgotten or lost " +"it, there is practically no hope of recovery. The encryption used by the " +"Dash wallets is extremely strong by design, and a well-chosen password " +"should defeat most brute force cracking attempts. If you can recall some " +"details of the password, particularly its length or sequences of characters " +"that may be included, then brute force password cracking techniques may be " +"worth attempting. Several services exist to do this, or you can attempt it " +"yourself. Because Dash Core is based on Bitcoin Core, most approaches to " +"apply brute force to crack a Bitcoin wallet will also work for Dash wallets." msgstr "" #: ../../docs/user/wallets/recovery.rst:412 @@ -655,10 +650,3 @@ msgstr "" #: ../../docs/user/wallets/recovery.rst:413 msgid "`BTCRecover `_" msgstr "" - -#~ msgid "" -#~ "`Ledger Nano S `_" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/signing.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/signing.po index 1fc38dead..2fed7bfcb 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/signing.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/signing.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,23 +11,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "" "Guides and screenshots on how to sign and verify messages using the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/signing.rst:1 +#: ../../docs/user/wallets/signing.rst-1 msgid "dash, sign, verify, message, trezor, dash core" msgstr "" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/text.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/text.po index c3ea648fa..f7c3331c2 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/text.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/text.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -11,21 +11,21 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "Guides to text message wallets for Dash cryptocurrency" msgstr "" -#: ../../docs/user/wallets/text.rst:1 +#: ../../docs/user/wallets/text.rst-1 msgid "" "dash, wallet, text, sms, feature, phone, mobile, dashtext, short message, " "short code, simple" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po index 3bda3df3f..5d23189b4 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/third-party.po @@ -1,34 +1,33 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2022. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2022 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "List and detailed information on third-party wallets supporting the Dash " "cryptocurrency" msgstr "" -#: ../../docs/user/wallets/third-party.rst:-1 +#: ../../docs/user/wallets/third-party.rst-1 msgid "" "dash, wallet, mobile, edge, ethos, mobi, guarda, exodus, atomic, jaxx, " "coinomi, cobo, trust, kurepay, ownbit, abra, vegawallet" @@ -40,12 +39,12 @@ msgstr "介紹" #: ../../docs/user/wallets/third-party.rst:10 msgid "" -"The Dash protocol and many Dash products such as Dash Core and the mobile" -" wallets are entirely open source, which makes it easy for third parties " -"to integrate Dash with their existing cryptocurrency wallet solutions. " -"This section describes some of the third party wallets available and the " -"functions they offer. Please note that Dash does not provide support for " -"any of these wallets, and any listing here should not be considered an " +"The Dash protocol and many Dash products such as Dash Core and the mobile " +"wallets are entirely open source, which makes it easy for third parties to " +"integrate Dash with their existing cryptocurrency wallet solutions. This " +"section describes some of the third party wallets available and the " +"functions they offer. Please note that Dash does not provide support for any" +" of these wallets, and any listing here should not be considered an " "endorsement or recommendation. Contact the software vendor for support." msgstr "" @@ -60,8 +59,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:25 msgid "" "ADAMANT is a web wallet and messaging application with a strong focus on " -"privacy. The app allows users to transfer Dash within a chat application." -" No registration or KYC is required, and the app is entirely open source." +"privacy. The app allows users to transfer Dash within a chat application. No" +" registration or KYC is required, and the app is entirely open source." msgstr "" #: ../../docs/user/wallets/third-party.rst:36 @@ -84,9 +83,9 @@ msgstr "安裝" #: ../../docs/user/wallets/third-party.rst:46 msgid "" -"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps " -"for Linux, macOS and Windows. ADAMANT is also available from the `Google " -"Play Store for Android " +"ADAMANT desktop wallets are available from https://adamant.im/#adm-apps for " +"Linux, macOS and Windows. ADAMANT is also available from the `Google Play " +"Store for Android " "`__" " and the `Apple App Store for iOS " "`__." @@ -132,22 +131,21 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:73 msgid "" "Built by Exscudo, Channels is a secure messaging system with a built-in " -"money transfer for many cryptocurrencies, including Dash. The underlying " -"EON token facilitates secure identity verification to reduce fraud." +"money transfer for many cryptocurrencies, including Dash. The underlying EON" +" token facilitates secure identity verification to reduce fraud." msgstr "" #: ../../docs/user/wallets/third-party.rst:88 msgid "" "Channels is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:94 msgid "" -"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-" -"asked-questions/" +"Channels offers a FAQ at https://exscudo.com/blog/exscudo/frequently-asked-" +"questions/" msgstr "" #: ../../docs/user/wallets/third-party.rst:99 @@ -166,11 +164,10 @@ msgstr "" msgid "" "Cobo is a multi-currency mobile wallet supporting Dash with options to " "either register a cloud wallet (private keys backed up on the cloud) or " -"generate your own HD wallet seed (private keys encrypted on your device)," -" giving you maximum control over how you handle the crypographic keys to " -"all assets in the wallet. The wallet offers a unique \"staking\" feature " -"where users can pool their Dash to set up masternodes and enjoy weekly " -"returns." +"generate your own HD wallet seed (private keys encrypted on your device), " +"giving you maximum control over how you handle the crypographic keys to all " +"assets in the wallet. The wallet offers a unique \"staking\" feature where " +"users can pool their Dash to set up masternodes and enjoy weekly returns." msgstr "" #: ../../docs/user/wallets/third-party.rst:131 @@ -202,21 +199,19 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:156 msgid "" "Coin Wallet is a non-custodial multicurrency crypto wallet. It's an open-" -"source wallet, and the code is available on GitHub. Private keys are " -"created and stored on your device and are never communicated with any " -"server or anyone." +"source wallet, and the code is available on GitHub. Private keys are created" +" and stored on your device and are never communicated with any server or " +"anyone." msgstr "" #: ../../docs/user/wallets/third-party.rst:172 msgid "" -"Coin Wallet is available as a `web wallet " -"`__, a mobile wallet (`Google Play Store for " -"Android " +"Coin Wallet is available as a `web wallet `__, a" +" mobile wallet (`Google Play Store for Android " "`__ & " -"`Apple App Store for iOS `__), " -"and desktop apps (`Windows " -"`__, `Linux " -"`__ & `MacOS " +"`Apple App Store for iOS `__), and " +"desktop apps (`Windows `__, " +"`Linux `__ & `MacOS " "`__)." msgstr "" @@ -236,11 +231,11 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:199 msgid "" -"Coinomi is an open-source multi-currency mobile wallet available for iOS " -"and Android. Your private keys never leave your device, and strong wallet" -" encryption guarantees that your funds are always under your control " -"only. Instant exchange is available directly in the wallet through " -"ShapeShift and Changelly integrations." +"Coinomi is an open-source multi-currency mobile wallet available for iOS and" +" Android. Your private keys never leave your device, and strong wallet " +"encryption guarantees that your funds are always under your control only. " +"Instant exchange is available directly in the wallet through ShapeShift and " +"Changelly integrations." msgstr "" #: ../../docs/user/wallets/third-party.rst:206 @@ -250,11 +245,10 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:216 msgid "" "Coinomi desktop wallets are available from " -"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi " -"is also available from the `Google Play Store for Android " -"`__ and" -" the `Apple App Store for iOS " -"`__." +"https://www.coinomi.com/downloads/ for Linux, macOS and Windows. Coinomi is " +"also available from the `Google Play Store for Android " +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:224 @@ -278,20 +272,18 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:242 msgid "" "Edge is a secure multi-currency wallet for iOS and Android. It offers a " -"unique login system to store your encrypted HD seed on the cloud while " -"still performing all sensitive operations requiring a private key on your" -" device. Edge is fast and simple to use, allowing you to scan QR codes " -"and sign transactions using your fingerprint ID or a simple PIN code. " -"ShapeShift is also integrated to facilitate exchange between different " -"cryptocurrencies." +"unique login system to store your encrypted HD seed on the cloud while still" +" performing all sensitive operations requiring a private key on your device." +" Edge is fast and simple to use, allowing you to scan QR codes and sign " +"transactions using your fingerprint ID or a simple PIN code. ShapeShift is " +"also integrated to facilitate exchange between different cryptocurrencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:261 msgid "" "Edge is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:267 @@ -341,16 +333,15 @@ msgid "" "The Ethos Universal Wallet allows you to store Dash and over 100 other " "cryptocurrencies. It features a single recovery phrase, known as the " "SmartKey, with which you can restore all balances on another device. " -"Features include human-readable usernames, ShapeShift coin conversion and" -" a portfolio tracker." +"Features include human-readable usernames, ShapeShift coin conversion and a " +"portfolio tracker." msgstr "" #: ../../docs/user/wallets/third-party.rst:307 msgid "" -"Ethos Universal Wallet is available from the `Google Play Store for " -"Android " -"`__" -" and the `Apple App Store for iOS " +"Ethos Universal Wallet is available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" @@ -377,8 +368,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:319 msgid "" "`SmartWallet - User Guide " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:320 @@ -402,17 +393,17 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:337 msgid "" -"The Exodus wallet features an engaging visual design and can " -"simultaneously store multiple currencies. It is available for Windows, " -"Mac, Linux and iOS. It is also fully integrated with Shapeshift to offer " -"exchange between the different currencies." +"The Exodus wallet features an engaging visual design and can simultaneously " +"store multiple currencies. It is available for Windows, Mac, Linux and iOS. " +"It is also fully integrated with Shapeshift to offer exchange between the " +"different currencies." msgstr "" #: ../../docs/user/wallets/third-party.rst:345 msgid "" "All Exodus releases are available from https://www.exodus.io/download - " -"simply download and install the appropriate package for your system. " -"Exodus is also available from the `Apple App Store for iOS " +"simply download and install the appropriate package for your system. Exodus " +"is also available from the `Apple App Store for iOS " "`__." msgstr "" @@ -424,16 +415,16 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:356 msgid "" -"`How do I install Exodus? `_" +"`How do I install Exodus? `_" msgstr "" "`我要如何安裝 Exodus? `_" #: ../../docs/user/wallets/third-party.rst:357 msgid "" -"`How do I get started with Exodus? `_" +"`How do I get started with Exodus? " +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:362 @@ -450,36 +441,35 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:375 msgid "" -"Guarda offers an entire blockchain ecosystem consisting of desktop, web " -"and mobile wallets, OTC crypto sales and instant crypto exchange. Dash is" -" supported throughout the ecosystem, making it an easy and convenient way" -" for new users to get started. All keys are held by the user, ensuring " -"the safety of your funds." +"Guarda offers an entire blockchain ecosystem consisting of desktop, web and " +"mobile wallets, OTC crypto sales and instant crypto exchange. Dash is " +"supported throughout the ecosystem, making it an easy and convenient way for" +" new users to get started. All keys are held by the user, ensuring the " +"safety of your funds." msgstr "" #: ../../docs/user/wallets/third-party.rst:392 msgid "" "Guarda desktop wallets are available from https://guarda.com/desktop for " "Linux, macOS and Windows, or you can use web wallet at " -"https://guarda.co/app/ to create new or restore existing wallets. Guarda " -"is also available from the `Google Play Store for Android " -"`__" -" and the `Apple App Store for iOS " +"https://guarda.co/app/ to create new or restore existing wallets. Guarda is " +"also available from the `Google Play Store for Android " +"`__ " +"and the `Apple App Store for iOS " "`__." msgstr "" #: ../../docs/user/wallets/third-party.rst:401 msgid "" "Guarda offers detailed documentation of all functions at " -"https://guarda.freshdesk.com and a few quick links are also collected " -"here:" +"https://guarda.freshdesk.com and a few quick links are also collected here:" msgstr "" #: ../../docs/user/wallets/third-party.rst:405 msgid "" "`How to create a wallet? " -"`_" +"`_" msgstr "" #: ../../docs/user/wallets/third-party.rst:410 @@ -541,26 +531,25 @@ msgstr "https://www.mobi.me" msgid "" "Mobi is a multi-currency mobile wallet linked to your phone number. As a " "hosted wallet, Mobi holds the private keys to your funds on your behalf, " -"meaning you can restore your funds simply by receiving a text message and" -" entering your PIN. However, you must trust Mobi to act responsibly with " +"meaning you can restore your funds simply by receiving a text message and " +"entering your PIN. However, you must trust Mobi to act responsibly with " "these private keys, and you will lose access to your funds if you lose " -"access to your phone number. A web interface is also available, and you " -"can use fiat currency to buy cryptocurrency in the app." +"access to your phone number. A web interface is also available, and you can " +"use fiat currency to buy cryptocurrency in the app." msgstr "" #: ../../docs/user/wallets/third-party.rst:482 msgid "" "Mobi is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:488 msgid "" -"Read the `FAQ `__, join the `Mobi Telegram group" -" `_ or send an email to support@mobi.me for " -"support with Mobi." +"Read the `FAQ `__, join the `Mobi Telegram group " +"`_ or send an email to support@mobi.me for support " +"with Mobi." msgstr "" #: ../../docs/user/wallets/third-party.rst:495 @@ -577,23 +566,22 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:508 msgid "" -"Ownbit is a multi-currency and multi-signature capable mobile wallet with" -" support for Dash. It allows you to manage multiple wallets and contacts " -"to faciliate easy transactions." +"Ownbit is a multi-currency and multi-signature capable mobile wallet with " +"support for Dash. It allows you to manage multiple wallets and contacts to " +"faciliate easy transactions." msgstr "" #: ../../docs/user/wallets/third-party.rst:523 msgid "" "Ownbit is available from the `Google Play Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"`__ and the " +"`Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:529 msgid "" -"Join the `Ownbit Telegram group `_ or send an email" -" to hi@bitbill.com for support with Ownbit." +"Join the `Ownbit Telegram group `_ or send an email to" +" hi@bitbill.com for support with Ownbit." msgstr "" #: ../../docs/user/wallets/third-party.rst:535 @@ -610,9 +598,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:548 msgid "" -"Backed by `Binance `__, Trust wallet is a secure" -" and intuitive multi-currency mobile wallet with support for Dash, " -"Bitcoin, Ethereum and a wide range of tokens and DApps." +"Backed by `Binance `__, Trust wallet is a secure " +"and intuitive multi-currency mobile wallet with support for Dash, Bitcoin, " +"Ethereum and a wide range of tokens and DApps." msgstr "" #: ../../docs/user/wallets/third-party.rst:563 @@ -625,9 +613,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:569 msgid "" -"See the `Help Center `__ or join the " -"`Trust Telegram group `_ for support with " -"Trust." +"See the `Help Center `__ or join the `Trust" +" Telegram group `_ for support with Trust." msgstr "" #: ../../docs/user/wallets/third-party.rst:576 @@ -644,10 +631,9 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:589 msgid "" -"Unstoppable is a multi-coin wallet that adheres to standards and " -"implements the latest advancements for Bitcoin and Ethereum. Store and " -"grow crypto assets, from anywhere. Have full control over assets. Remain " -"private." +"Unstoppable is a multi-coin wallet that adheres to standards and implements " +"the latest advancements for Bitcoin and Ethereum. Store and grow crypto " +"assets, from anywhere. Have full control over assets. Remain private." msgstr "" #: ../../docs/user/wallets/third-party.rst:604 @@ -660,8 +646,8 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:610 msgid "" -"See the `FAQ `__ or `Unstoppable on GitHub" -" `_ for support with Unstoppable." +"See the `FAQ `__ or `Unstoppable on GitHub " +"`_ for support with Unstoppable." msgstr "" #: ../../docs/user/wallets/third-party.rst:616 @@ -678,28 +664,26 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:629 msgid "" -"VegaWallet offers a secure multi-asset, multi-currency wallet with " -"support for Dash InstantSend and multi-signature wallets. The wallet " -"integrates with several exchanges and price sources, as well as offering " -"advanced NFC functionality for payments." +"VegaWallet offers a secure multi-asset, multi-currency wallet with support " +"for Dash InstantSend and multi-signature wallets. The wallet integrates with" +" several exchanges and price sources, as well as offering advanced NFC " +"functionality for payments." msgstr "" #: ../../docs/user/wallets/third-party.rst:645 msgid "" -"VegaWallet desktop wallets are available from https://www.vegawallet.com " -"for macOS and Windows. VegaWallet is also available from the `Google Play" -" Store for Android " -"`__ and " -"the `Apple App Store for iOS " -"`__." +"VegaWallet desktop wallets are available from https://www.vegawallet.com for" +" macOS and Windows. VegaWallet is also available from the `Google Play Store" +" for Android " +"`__ and the" +" `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:653 msgid "" -"VegaWallet maintains a `FAQ " -"`__ and a `Telegram group " -"`_ for support. The team also responds to" -" support queries by email at `support@vegawallet.com " +"VegaWallet maintains a `FAQ `__ " +"and a `Telegram group `_ for support. The " +"team also responds to support queries by email at `support@vegawallet.com " "`__" msgstr "" @@ -717,332 +701,24 @@ msgstr "" #: ../../docs/user/wallets/third-party.rst:675 msgid "" -"ZelCore allows you to buy, store, trade & exchange crypto in a single " -"app. The wallet includes rich integrations with third party exchanges and" -" decentralized 2FA features." +"ZelCore allows you to buy, store, trade & exchange crypto in a single app. " +"The wallet includes rich integrations with third party exchanges and " +"decentralized 2FA features." msgstr "" #: ../../docs/user/wallets/third-party.rst:690 msgid "" "ZelCore is available from the `Google Play Store for Android " -"`__ " -"and the `Apple App Store for iOS " -"`__." +"`__ and " +"the `Apple App Store for iOS `__." msgstr "" #: ../../docs/user/wallets/third-party.rst:696 msgid "" -"See the `Zel Wiki `__ or join the " -"`Zel Discord server `_ for support with ZelCore." +"See the `Zel Wiki `__ or join the `Zel " +"Discord server `_ for support with ZelCore." msgstr "" #: ../../docs/user/wallets/third-party.rst:703 msgid "ZelCore wallet running on Windows" msgstr "" - -#~ msgid "" -#~ "dash, wallet, mobile, edge, ethos, " -#~ "paytomat, mobi, guarda, exodus, atomic, " -#~ "jaxx, coinomi, cobo, cryptonator, trust, " -#~ "kurepay, ownbit, abra, vegawallet" -#~ msgstr "" - -#~ msgid "Cryptonator" -#~ msgstr "" - -#~ msgid "https://www.cryptonator.com" -#~ msgstr "https://www.cryptonator.com" - -#~ msgid "" -#~ "Cryptonator offers a web/mobile wallet " -#~ "which can be accessed using a " -#~ "simple username/password combination. It " -#~ "supports multiple currencies including Dash," -#~ " and offers instant exchange between " -#~ "the various currencies. It also support" -#~ " Euro-denominated SEPA payments directly" -#~ " from within the account." -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator is available from the " -#~ "`Google Play Store for Android " -#~ "`__" -#~ " and online at https://www.cryptonator.com" -#~ msgstr "" - -#~ msgid "" -#~ "Cryptonator offers detailed documentation of" -#~ " all functions at https://cryptonator.zendesk.com" -#~ msgstr "" - -#~ msgid "Cryptonator wallet running on Android" -#~ msgstr "" - -#~ msgid "Evercoin" -#~ msgstr "" - -#~ msgid "https://evercoin.com" -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is a multi-currency mobile " -#~ "wallet combined with the full power " -#~ "of an instant exchange, all in one" -#~ " app. Advanced features like limit " -#~ "orders allow you to execute advantageous" -#~ " trades without having to copy " -#~ "addresses around and use complicated " -#~ "online exchanges. Private keys are " -#~ "stored on the device and backed up" -#~ " using a typical 12-word phrase. An" -#~ " Evercoin hardware wallet is also due" -#~ " to launch soon." -#~ msgstr "" - -#~ msgid "" -#~ "Evercoin is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__ " -#~ "or visit the `Evercoin site " -#~ "`_ to chat with the " -#~ "support team directly." -#~ msgstr "" - -#~ msgid "Evercoin wallet running on Android" -#~ msgstr "" - -#~ msgid "Jaxx" -#~ msgstr "" - -#~ msgid "https://jaxx.io" -#~ msgstr "https://jaxx.io" - -#~ msgid "" -#~ "Jaxx supports multiple currencies in one" -#~ " wallet, including Dash. It is " -#~ "available for almost all platforms " -#~ "including Android, iOS, macOS, Windows, " -#~ "Linux and also as a Chrome " -#~ "extension. Jaxx is open source software." -#~ msgstr "" - -#~ msgid "" -#~ "All Jaxx releases are available from " -#~ "https://jaxx.io/downloads.html - simply download " -#~ "and install the appropriate package for" -#~ " your system. Jaxx is also available" -#~ " from the `Google Play Store for " -#~ "Android " -#~ "`__" -#~ " and the `Apple App Store for " -#~ "iOS `__." -#~ msgstr "" - -#~ msgid "" -#~ "Jaxx offers detailed documentation of " -#~ "all functions at https://support.decentral.ca " -#~ "and the getting started link is " -#~ "below:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started `__" -#~ msgstr "" - -#~ msgid "Jaxx wallet running on various devices" -#~ msgstr "" - -#~ msgid "KurePay" -#~ msgstr "" - -#~ msgid "https://wallet.kurepay.com" -#~ msgstr "" - -#~ msgid "" -#~ "KurePay offers a web and mobile " -#~ "wallet, with options to fund via " -#~ "credit/debit card and cryptocurrencies and " -#~ "withdrawals in Naira to Nigerian bank" -#~ " accounts. It is also possible to " -#~ "convert funds and pay utliities in " -#~ "Nigeria." -#~ msgstr "" - -#~ msgid "" -#~ "KurePay is available from the `Google" -#~ " Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Read the `FAQ `__" -#~ " or send an email to info@kurepay.com" -#~ " for support with KurePay." -#~ msgstr "" - -#~ msgid "Magnum" -#~ msgstr "" - -#~ msgid "https://magnumwallet.co" -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is a multi-currency web and" -#~ " mobile wallet with support for 100+" -#~ " cryptocurrencies, including Dash. The " -#~ "wallet integrates Changelly for in-app" -#~ " exchange and supports staking, delegation" -#~ " and airdrop functions. Magnum focuses " -#~ "on providing a simple and secure " -#~ "interface to store and interact with " -#~ "your digital assets." -#~ msgstr "" - -#~ msgid "" -#~ "Magnum is available from the `Google " -#~ "Play Store for Android " -#~ "`__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Magnum Telegram group " -#~ "`_ for Magnum support." -#~ msgstr "" - -#~ msgid "Magnum wallet running on Android" -#~ msgstr "" - -#~ msgid "Paytomat" -#~ msgstr "Paytomat" - -#~ msgid "https://paytomat.com" -#~ msgstr "https://paytomat.com" - -#~ msgid "" -#~ "Paytomat offers a multicurrency wallet " -#~ "for Android and iOS which integrates " -#~ "a loyalty program to incentivize " -#~ "retailers and consumers to transact in" -#~ " Dash." -#~ msgstr "" - -#~ msgid "" -#~ "Paytomat is available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "" -#~ "Join the `Paytomat Telegram group " -#~ "`_ or send an email " -#~ "to support@paytomat.com for support with " -#~ "Paytomat." -#~ msgstr "" - -#~ msgid "Paytomat wallet running on Android" -#~ msgstr "" - -#~ msgid "Spend" -#~ msgstr "" - -#~ msgid "https://www.spend.com" -#~ msgstr "" - -#~ msgid "" -#~ "Spend offers a multicurrency wallet for" -#~ " Android and iOS, which is also " -#~ "used to manage balance for the " -#~ "Spend Visa Card and loyalty program." -#~ msgstr "" - -#~ msgid "" -#~ "Spend is available from the `Google " -#~ "Play Store for Android " -#~ "`__ " -#~ "and the `Apple App Store for iOS" -#~ " `__." -#~ msgstr "" - -#~ msgid "Support for Spend is available at https://help.spend.com" -#~ msgstr "" - -#~ msgid "Spend wallet running on iOS" -#~ msgstr "" - -#~ msgid "Atomic Wallet" -#~ msgstr "" - -#~ msgid "https://atomicwallet.io" -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet is a multi-asset " -#~ "custody-free wallet with atomic swap " -#~ "exchange and decentralized orderbook " -#~ "functionality. It provides a powerful, " -#~ "secure service that transparently and " -#~ "reliablly allows users to reduce effort" -#~ " spent on managing and exchanging " -#~ "crypto assets​." -#~ msgstr "" - -#~ msgid "" -#~ "All Atomic Wallet releases are available" -#~ " from https://atomicwallet.io - simply " -#~ "download and install the appropriate " -#~ "package for your system. Atomic Wallet" -#~ " is also available from the `Google" -#~ " Play Store for Android " -#~ "`__ " -#~ "and coming soon to the Apple App" -#~ " Store for iOS." -#~ msgstr "" - -#~ msgid "" -#~ "Atomic Wallet offers detailed documentation" -#~ " of all functions at " -#~ "https://atomicwallet.freshdesk.com and a few " -#~ "quick links are also collected here:" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 1 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Wallet Part" -#~ " 2 " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`How to create a wallet " -#~ "`_" -#~ msgstr "" - -#~ msgid "" -#~ "`Getting started with Atomic Swaps " -#~ "`_" -#~ msgstr "" - -#~ msgid "Atomic Wallet Portfolio screen" -#~ msgstr "" - diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/web.po b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/web.po index ffef07ab7..92ed96fbc 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/wallets/web.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. # FIRST AUTHOR , YEAR. # @@ -12,23 +12,23 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-27 13:54-0500\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" "Last-Translator: William , 2022\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/dash/teams/37570/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "MyDashWallet is a secure web wallet for Dash, supporting InstantSend and " "CoinJoin" msgstr "" -#: ../../docs/user/wallets/web.rst:1 +#: ../../docs/user/wallets/web.rst-1 msgid "" "dash, mydashwallet, web, wallet, coinjoin, privatesend, instantsend, my dash" " wallet" diff --git a/locale/zh_TW/LC_MESSAGES/index.po b/locale/zh_TW/LC_MESSAGES/index.po index f6f0242cd..7d09b41b7 100644 --- a/locale/zh_TW/LC_MESSAGES/index.po +++ b/locale/zh_TW/LC_MESSAGES/index.po @@ -1,39 +1,38 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) 2021, Dash Core Group, Inc +# Copyright (C) 2023, Dash Core Group, Inc # This file is distributed under the same license as the Dash package. -# FIRST AUTHOR , 2018. -# +# FIRST AUTHOR , YEAR. +# # Translators: # William , 2018 +# #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-26 09:54-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2018-02-08 10:30+0000\n" "Last-Translator: William , 2018\n" -"Language: zh_TW\n" -"Language-Team: Chinese (Taiwan) " -"(https://www.transifex.com/dash/teams/37570/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0;\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" "The Dash Documentation offers information and guides on Dash, the open " "source peer-to-peer cryptocurrency with a strong focus on the payments " "industry." msgstr "" -#: ../../index.rst:-1 +#: ../../index.rst-1 msgid "" -"dash, cryptocurrency, blockchain, documentation, guide, masternodes, " -"mining, wallets, merchants, governance, instantsend, coinjoin, x11, " -"instant, private, secure, digital cash" +"dash, cryptocurrency, blockchain, documentation, guide, masternodes, mining," +" wallets, merchants, governance, instantsend, coinjoin, x11, instant, " +"private, secure, digital cash" msgstr "" #: ../../index.rst:9 @@ -44,30 +43,28 @@ msgstr "達世幣文檔" msgid "" "Dash aims to be the most user-friendly and scalable payments-focused " "cryptocurrency in the world. The Dash network features :ref:`instant " -"transaction confirmation `, double spend protection, " -"optional :ref:`privacy ` equal to that of physical cash, a :ref" -":`self-governing, self-funding model ` driven " -"by :ref:`incentivized full nodes ` and a `clear " -"roadmap `_ for on-chain scaling to up to " -"400MB blocks using custom-developed open source hardware. While Dash is " -"based on Bitcoin and compatible with many key components of the Bitcoin " -"ecosystem, its two-tier network structure offers significant improvements" -" in transaction speed, privacy and governance. This section of the " -"documentation describes these and many more key features that set Dash " -"apart in the blockchain economy." +"transaction confirmation `, double spend protection, optional " +":ref:`privacy ` equal to that of physical cash, a :ref:`self-" +"governing, self-funding model ` driven by " +":ref:`incentivized full nodes ` and a `clear roadmap " +"`_ for on-chain scaling to up to 400MB blocks" +" using custom-developed open source hardware. While Dash is based on Bitcoin" +" and compatible with many key components of the Bitcoin ecosystem, its two-" +"tier network structure offers significant improvements in transaction speed," +" privacy and governance. This section of the documentation describes these " +"and many more key features that set Dash apart in the blockchain economy." msgstr "" #: ../../index.rst:25 msgid "" -"Check out the `official Dash website `__ to learn " -"how `individuals `__ and `businesses " -"`__ can use Dash. The videos, links and" -" documentation collected here can help you get started. New users may be " -"interested in getting started with an appropriate :ref:`wallet " -"`, learning about :ref:`how to buy Dash ` and " -":ref:`where to spend Dash `, learning about " -":ref:`safety ` or joining one of the many :ref:`Dash community " -"sites `." +"Check out the `official Dash website `__ to learn how" +" `individuals `__ and `businesses " +"`__ can use Dash. The videos, links and " +"documentation collected here can help you get started. New users may be " +"interested in getting started with an appropriate :ref:`wallet `, " +"learning about :ref:`how to buy Dash ` and :ref:`where to spend " +"Dash `, learning about :ref:`safety ` or joining " +"one of the many :ref:`Dash community sites `." msgstr "" #: ../../index.rst:37 @@ -76,8 +73,8 @@ msgstr "" #: ../../index.rst:42 msgid "" -"Learn what Dash is and how it works. Topics include how to obtain and " -"store Dash, the governance system, and masternode setup." +"Learn what Dash is and how it works. Topics include how to obtain and store " +"Dash, the governance system, and masternode setup." msgstr "" #: ../../index.rst:45 @@ -90,8 +87,8 @@ msgstr "" #: ../../index.rst:52 msgid "" -"Find technical details about the Dash Core blockchain, along with " -"protocol and API reference material." +"Find technical details about the Dash Core blockchain, along with protocol " +"and API reference material." msgstr "" #: ../../index.rst:55 @@ -104,17 +101,10 @@ msgstr "" #: ../../index.rst:62 msgid "" -"Start working with Dash Platform and discover how you can use its " -"powerful capabilities to power your Web3 project." +"Start working with Dash Platform and discover how you can use its powerful " +"capabilities to power your Web3 project." msgstr "" #: ../../index.rst:65 msgid ":ref:`Click to begin `" msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - -#~ msgid "`Click to begin `__" -#~ msgstr "" - From df17bd2b0d7725828093d2a815a683b32010fbb6 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 2 Oct 2023 09:36:02 -0400 Subject: [PATCH 09/13] feat: update language selector list (#304) --- _templates/languages.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_templates/languages.html b/_templates/languages.html index a3c2b100d..8fa84d8bd 100644 --- a/_templates/languages.html +++ b/_templates/languages.html @@ -4,6 +4,7 @@ + From 6ea66dba18d2bfe3c22cfe1afaf6612f2204e56d Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 11 Oct 2023 13:10:47 -0400 Subject: [PATCH 10/13] feat: add webhook to build "it" (#306) * feat: add webhook for it * refactor: sort languages alphabetically --- transifex/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transifex/build.sh b/transifex/build.sh index 696b9a872..f8df4e98e 100755 --- a/transifex/build.sh +++ b/transifex/build.sh @@ -1,9 +1,11 @@ # Triggers a build of readthedocs sub-projects for each supported language # Token and webhook variables should be exported via a .env file curl -X POST -d "branches=stable" -d "token=$ARABIC" $ARABIC_WEBHOOK +curl -X POST -d "branches=stable" -d "token=$FILIPINO" $FILIPINO_WEBHOOK curl -X POST -d "branches=stable" -d "token=$FRENCH" $FRENCH_WEBHOOK curl -X POST -d "branches=stable" -d "token=$GERMAN" $GERMAN_WEBHOOK curl -X POST -d "branches=stable" -d "token=$GREEK" $GREEK_WEBHOOK +curl -X POST -d "branches=stable" -d "token=$ITALIAN" $ITALIAN_WEBHOOK curl -X POST -d "branches=stable" -d "token=$JAPANESE" $JAPANESE_WEBHOOK curl -X POST -d "branches=stable" -d "token=$KOREAN" $KOREAN_WEBHOOK curl -X POST -d "branches=stable" -d "token=$PORTUGUESE" $PORTUGUESE_WEBHOOK @@ -12,4 +14,3 @@ curl -X POST -d "branches=stable" -d "token=$SIMPLIFIED_CHINESE" $SIMPLIFIED_CHI curl -X POST -d "branches=stable" -d "token=$SPANISH" $SPANISH_WEBHOOK curl -X POST -d "branches=stable" -d "token=$TRADITIONAL_CHINESE" $TRADITIONAL_CHINESE_WEBHOOK curl -X POST -d "branches=stable" -d "token=$VIETNAMESE" $VIETNAMESE_WEBHOOK -curl -X POST -d "branches=stable" -d "token=$FILIPINO" $FILIPINO_WEBHOOK From 7b7720ac19edc80500abd6cc0c8639a763add454 Mon Sep 17 00:00:00 2001 From: pshenmic Date: Wed, 25 Oct 2023 21:46:55 +0700 Subject: [PATCH 11/13] Bump nvm install version to Node LTS (#312) --- docs/user/masternodes/setup-evonode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/masternodes/setup-evonode.rst b/docs/user/masternodes/setup-evonode.rst index 59fa84066..b15849027 100644 --- a/docs/user/masternodes/setup-evonode.rst +++ b/docs/user/masternodes/setup-evonode.rst @@ -233,7 +233,7 @@ dashmate dependencies:: newgrp docker curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash source ~/.bashrc - nvm install 16 + nvm install 18 Install dashmate:: From 9731b90fd260758e02aa550301ac340b43e46049 Mon Sep 17 00:00:00 2001 From: Tolgahan Date: Tue, 7 Nov 2023 19:55:03 +0300 Subject: [PATCH 12/13] Update hosting.rst (#311) Updated NodeHub.io with new pricing, company's legal name and added Telegram link. --- docs/user/masternodes/hosting.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/user/masternodes/hosting.rst b/docs/user/masternodes/hosting.rst index 4b6afd42e..0b119eb1c 100644 --- a/docs/user/masternodes/hosting.rst +++ b/docs/user/masternodes/hosting.rst @@ -135,16 +135,17 @@ NodeHub.io .. image:: img/nodehub.png :width: 200px :align: right - :target: https://nodehub.io + :target: https://nodehub.io?utm_source=dashpay-docs&utm_medium=hosting-services https://nodehub.io -- Operated by: NodeHub.io Platform -- Services: Hosting, Governance, Stats -- Cost: $9.90/month (charged daily at $0.33) -- `Site `__ +- Operated by: NodeHub LLC +- Services: Hosting, Governance, Stats, Monitoring +- Cost: $3.90/month (charged daily at $0.13) +- `Site `__ - `Email `__ - `Twitter `__ +- `Telegram `__ - `Discord `__ From 82c3e4f380aeb4dd399c7fb058264c7430ced087 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 14 Nov 2023 11:50:48 -0500 Subject: [PATCH 13/13] Refresh translations from Transifex (#314) --- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/ar/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/ar/LC_MESSAGES/docs/user/legal.po | 2 +- locale/ar/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/de/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/de/LC_MESSAGES/docs/user/legal.po | 2 +- locale/de/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/el/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/el/LC_MESSAGES/docs/user/legal.po | 2 +- locale/el/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/es/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/es/LC_MESSAGES/docs/user/legal.po | 2 +- locale/es/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/fr/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/fr/LC_MESSAGES/docs/user/legal.po | 2 +- locale/fr/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 6 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/insight.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 6 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/it/LC_MESSAGES/docs/user/index.po | 4 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 50 ++-- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/information.po | 38 +-- .../docs/user/introduction/safety.po | 8 +- locale/it/LC_MESSAGES/docs/user/legal.po | 5 +- locale/it/LC_MESSAGES/docs/user/marketing.po | 12 +- .../docs/user/masternodes/index.po | 7 +- .../docs/user/masternodes/maintenance.po | 7 +- .../docs/user/masternodes/setup-testnet.po | 2 +- .../docs/user/masternodes/setup.po | 2 +- .../docs/user/masternodes/understanding.po | 4 +- .../it/LC_MESSAGES/docs/user/mining/p2pool.po | 7 +- .../docs/user/network/dashmate/index.po | 2 +- .../user/wallets/android/getting-started.po | 21 +- .../docs/user/wallets/android/installation.po | 2 +- .../docs/user/wallets/dashcore/advanced.po | 4 +- .../wallets/dashcore/installation-linux.po | 2 +- .../wallets/dashcore/installation-macos.po | 2 +- .../wallets/dashcore/installation-windows.po | 6 +- .../user/wallets/dashcore/installation.po | 2 +- .../docs/user/wallets/dashcore/interface.po | 2 +- .../docs/user/wallets/electrum/advanced.po | 2 +- .../user/wallets/electrum/installation.po | 2 +- .../docs/user/wallets/ios/installation.po | 2 +- .../it/LC_MESSAGES/docs/user/wallets/paper.po | 4 +- .../LC_MESSAGES/docs/user/wallets/recovery.po | 2 +- .../docs/user/wallets/third-party.po | 45 ++-- .../it/LC_MESSAGES/docs/user/wallets/web.po | 2 +- locale/it/LC_MESSAGES/index.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/ja/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/ja/LC_MESSAGES/docs/user/legal.po | 2 +- locale/ja/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/pt/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/pt/LC_MESSAGES/docs/user/legal.po | 2 +- locale/pt/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 115 ++++++-- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-apis.po | 83 ++++-- .../docs/user/developers/integration-sdks.po | 59 +++-- .../docs/user/developers/integration.po | 14 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/ru/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/features.po | 116 ++++++-- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/ru/LC_MESSAGES/docs/user/legal.po | 2 +- locale/ru/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/masternodes/index.po | 12 +- .../docs/user/masternodes/maintenance.po | 95 ++++++- .../docs/user/masternodes/server-config.po | 5 +- .../docs/user/masternodes/setup-evonode.po | 156 +++++++++-- .../docs/user/masternodes/setup-testnet.po | 249 ++++++++++++++++-- .../docs/user/masternodes/setup.po | 109 +++++++- .../docs/user/masternodes/understanding.po | 25 +- .../ru/LC_MESSAGES/docs/user/mining/p2pool.po | 10 +- .../ru/LC_MESSAGES/docs/user/mining/pools.po | 117 ++++++-- .../docs/user/network/dashmate/index.po | 162 ++++++++---- .../docs/user/wallets/dashcore/backup.po | 11 +- .../wallets/dashcore/coinjoin-instantsend.po | 5 +- .../docs/user/wallets/dashcore/index.po | 5 +- .../wallets/dashcore/installation-macos.po | 7 +- .../docs/user/wallets/electrum/faq.po | 7 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/tl/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/tl/LC_MESSAGES/docs/user/legal.po | 2 +- locale/tl/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/vi/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/vi/LC_MESSAGES/docs/user/legal.po | 2 +- locale/vi/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/zh_CN/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/zh_CN/LC_MESSAGES/docs/user/legal.po | 2 +- .../zh_CN/LC_MESSAGES/docs/user/marketing.po | 2 +- .../docs/user/developers/compiling.po | 2 +- .../LC_MESSAGES/docs/user/developers/index.po | 2 +- .../docs/user/developers/integration-sdks.po | 2 +- .../docs/user/developers/sporks.po | 2 +- .../docs/user/developers/testnet.po | 2 +- .../docs/user/developers/translating.po | 2 +- .../LC_MESSAGES/docs/user/earning-spending.po | 2 +- .../docs/user/governance/eight-steps.po | 2 +- .../LC_MESSAGES/docs/user/governance/index.po | 2 +- .../docs/user/governance/understanding.po | 2 +- .../LC_MESSAGES/docs/user/governance/using.po | 2 +- locale/zh_TW/LC_MESSAGES/docs/user/index.po | 2 +- .../docs/user/introduction/about.po | 2 +- .../docs/user/introduction/how-to-buy.po | 2 +- .../docs/user/introduction/safety.po | 2 +- locale/zh_TW/LC_MESSAGES/docs/user/legal.po | 2 +- .../zh_TW/LC_MESSAGES/docs/user/marketing.po | 2 +- 265 files changed, 1503 insertions(+), 549 deletions(-) diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po index 5157697b6..bcc5301ed 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/index.po b/locale/ar/LC_MESSAGES/docs/user/developers/index.po index 3467bf9fb..3ff75ac51 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po index 6bb72b972..595df1dec 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Hasna Brania , 2023\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po index 7f412e7a1..7b3c04a0d 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Hasna Brania , 2023\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po index 488455589..a559e7ee3 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/developers/translating.po b/locale/ar/LC_MESSAGES/docs/user/developers/translating.po index c223bef66..3e934a6ea 100644 --- a/locale/ar/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ar/LC_MESSAGES/docs/user/developers/translating.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/earning-spending.po b/locale/ar/LC_MESSAGES/docs/user/earning-spending.po index b05a9bcb5..3f4395644 100644 --- a/locale/ar/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ar/LC_MESSAGES/docs/user/earning-spending.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po index 9f1bc25e9..7418facc2 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/index.po b/locale/ar/LC_MESSAGES/docs/user/governance/index.po index 92aed7bc1..5193e2770 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po b/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po index be7f44b5f..b7dc4ddd7 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/understanding.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/governance/using.po b/locale/ar/LC_MESSAGES/docs/user/governance/using.po index b2978b12b..1cf2f1d1c 100644 --- a/locale/ar/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ar/LC_MESSAGES/docs/user/governance/using.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/index.po b/locale/ar/LC_MESSAGES/docs/user/index.po index 676768955..af8076cb5 100644 --- a/locale/ar/LC_MESSAGES/docs/user/index.po +++ b/locale/ar/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/about.po b/locale/ar/LC_MESSAGES/docs/user/introduction/about.po index 9f36b977f..36230c783 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 6b20a0639..24002ab01 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po index 009d066aa..c69da6f67 100644 --- a/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ar/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/legal.po b/locale/ar/LC_MESSAGES/docs/user/legal.po index 3375aa0d9..d2fd2691a 100644 --- a/locale/ar/LC_MESSAGES/docs/user/legal.po +++ b/locale/ar/LC_MESSAGES/docs/user/legal.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/ar/LC_MESSAGES/docs/user/marketing.po b/locale/ar/LC_MESSAGES/docs/user/marketing.po index 208250e4c..fae0a813f 100644 --- a/locale/ar/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ar/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Hasna Brania , 2022\n" "Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/compiling.po b/locale/de/LC_MESSAGES/docs/user/developers/compiling.po index 84bf3a969..34843e053 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/compiling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/index.po b/locale/de/LC_MESSAGES/docs/user/developers/index.po index 3303fb69c..c427c5b05 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po index 214fd078e..31d93b700 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Nils Hermann , 2023\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/sporks.po b/locale/de/LC_MESSAGES/docs/user/developers/sporks.po index 387cd06dc..002c6ca88 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Nils Hermann , 2023\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/testnet.po b/locale/de/LC_MESSAGES/docs/user/developers/testnet.po index 2797809b9..50f99f19c 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/developers/translating.po b/locale/de/LC_MESSAGES/docs/user/developers/translating.po index d4618b7fa..af5be47eb 100644 --- a/locale/de/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/de/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/earning-spending.po b/locale/de/LC_MESSAGES/docs/user/earning-spending.po index 2de5fbffb..d5d0f7db0 100644 --- a/locale/de/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/de/LC_MESSAGES/docs/user/earning-spending.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po index a6e70f0a7..12aa988a4 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" "MIME-Version: 1.0\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/index.po b/locale/de/LC_MESSAGES/docs/user/governance/index.po index 73dc90c8c..38875220d 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/understanding.po b/locale/de/LC_MESSAGES/docs/user/governance/understanding.po index 86aaa207d..93fc6d34c 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/governance/using.po b/locale/de/LC_MESSAGES/docs/user/governance/using.po index 5f97b6139..dbc47c595 100644 --- a/locale/de/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/de/LC_MESSAGES/docs/user/governance/using.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Manuel Herrmann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/index.po b/locale/de/LC_MESSAGES/docs/user/index.po index 5be0d2ae4..a83b48ad7 100644 --- a/locale/de/LC_MESSAGES/docs/user/index.po +++ b/locale/de/LC_MESSAGES/docs/user/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/about.po b/locale/de/LC_MESSAGES/docs/user/introduction/about.po index 36ce60607..b7b6ede2d 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/about.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po index c0c2ce396..080388717 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/introduction/safety.po b/locale/de/LC_MESSAGES/docs/user/introduction/safety.po index d7ad1cf87..32ac7324b 100644 --- a/locale/de/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/de/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/legal.po b/locale/de/LC_MESSAGES/docs/user/legal.po index fe907c00e..450a5fe1b 100644 --- a/locale/de/LC_MESSAGES/docs/user/legal.po +++ b/locale/de/LC_MESSAGES/docs/user/legal.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Manuel Herrmann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/de/LC_MESSAGES/docs/user/marketing.po b/locale/de/LC_MESSAGES/docs/user/marketing.po index 681b310ea..1716fed25 100644 --- a/locale/de/LC_MESSAGES/docs/user/marketing.po +++ b/locale/de/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Nils Hermann , 2022\n" "Language-Team: German (https://app.transifex.com/dash/teams/37570/de/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/compiling.po b/locale/el/LC_MESSAGES/docs/user/developers/compiling.po index c2502865f..150c3f4d5 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/index.po b/locale/el/LC_MESSAGES/docs/user/developers/index.po index 6000bd89e..239525357 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po index eb4fbc033..ca2ad24e0 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/sporks.po b/locale/el/LC_MESSAGES/docs/user/developers/sporks.po index 2fa862e4e..3a57b1329 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/sporks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: John Theman , 2023\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/testnet.po b/locale/el/LC_MESSAGES/docs/user/developers/testnet.po index 7dec36839..484ce554b 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/testnet.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/developers/translating.po b/locale/el/LC_MESSAGES/docs/user/developers/translating.po index b3a3dcdbf..9c85da587 100644 --- a/locale/el/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/el/LC_MESSAGES/docs/user/developers/translating.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/earning-spending.po b/locale/el/LC_MESSAGES/docs/user/earning-spending.po index e8329566d..dba4ca14c 100644 --- a/locale/el/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/el/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po index eccd58cf8..50da74bc2 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/index.po b/locale/el/LC_MESSAGES/docs/user/governance/index.po index dcb0c01c5..83c3b5cca 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/understanding.po b/locale/el/LC_MESSAGES/docs/user/governance/understanding.po index 36bc10405..074080191 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/governance/using.po b/locale/el/LC_MESSAGES/docs/user/governance/using.po index 269c35153..fb9a4f521 100644 --- a/locale/el/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/el/LC_MESSAGES/docs/user/governance/using.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/index.po b/locale/el/LC_MESSAGES/docs/user/index.po index 3b57dd7b3..33689a074 100644 --- a/locale/el/LC_MESSAGES/docs/user/index.po +++ b/locale/el/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/about.po b/locale/el/LC_MESSAGES/docs/user/introduction/about.po index a0a9aa2aa..186458d26 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/about.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 2c0c48d58..9b39b1a3e 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: John Theman , 2022\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" diff --git a/locale/el/LC_MESSAGES/docs/user/introduction/safety.po b/locale/el/LC_MESSAGES/docs/user/introduction/safety.po index af0e9f8a0..42f3ae0e5 100644 --- a/locale/el/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/el/LC_MESSAGES/docs/user/introduction/safety.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/legal.po b/locale/el/LC_MESSAGES/docs/user/legal.po index 49b21e809..2584e96bd 100644 --- a/locale/el/LC_MESSAGES/docs/user/legal.po +++ b/locale/el/LC_MESSAGES/docs/user/legal.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/el/LC_MESSAGES/docs/user/marketing.po b/locale/el/LC_MESSAGES/docs/user/marketing.po index fdf01e0ed..aa22e4979 100644 --- a/locale/el/LC_MESSAGES/docs/user/marketing.po +++ b/locale/el/LC_MESSAGES/docs/user/marketing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Greek (https://app.transifex.com/dash/teams/37570/el/)\n" "MIME-Version: 1.0\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/compiling.po b/locale/es/LC_MESSAGES/docs/user/developers/compiling.po index edc45d908..790bfc47f 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/compiling.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/index.po b/locale/es/LC_MESSAGES/docs/user/developers/index.po index 6f14a0e03..159138241 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po index b44d8c021..b3ac47e67 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Jahlexis Lugo , 2023\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/sporks.po b/locale/es/LC_MESSAGES/docs/user/developers/sporks.po index 6adaa30bd..273f7134c 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/sporks.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Ivan SIerraalta , 2023\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/testnet.po b/locale/es/LC_MESSAGES/docs/user/developers/testnet.po index 8303463fc..835b87a07 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/testnet.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/developers/translating.po b/locale/es/LC_MESSAGES/docs/user/developers/translating.po index 8744cbebc..a2a60c5e0 100644 --- a/locale/es/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/es/LC_MESSAGES/docs/user/developers/translating.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/earning-spending.po b/locale/es/LC_MESSAGES/docs/user/earning-spending.po index 8187a5ed8..eaf42ee91 100644 --- a/locale/es/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/es/LC_MESSAGES/docs/user/earning-spending.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po index 1cf3715e3..c024c3a04 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/index.po b/locale/es/LC_MESSAGES/docs/user/governance/index.po index e7a2baeb0..11db63605 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/understanding.po b/locale/es/LC_MESSAGES/docs/user/governance/understanding.po index 8846dbb38..588f97191 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/understanding.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/governance/using.po b/locale/es/LC_MESSAGES/docs/user/governance/using.po index bae458eba..fe1f5a27c 100644 --- a/locale/es/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/es/LC_MESSAGES/docs/user/governance/using.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/index.po b/locale/es/LC_MESSAGES/docs/user/index.po index d72af833f..8046ddf4b 100644 --- a/locale/es/LC_MESSAGES/docs/user/index.po +++ b/locale/es/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/about.po b/locale/es/LC_MESSAGES/docs/user/introduction/about.po index 54c2e8283..5cdba3ff6 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/about.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alejandro Echeverria , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 137ff14c0..4256978ac 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/introduction/safety.po b/locale/es/LC_MESSAGES/docs/user/introduction/safety.po index ae560726c..938862296 100644 --- a/locale/es/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/es/LC_MESSAGES/docs/user/introduction/safety.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Jahlexis Lugo , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/legal.po b/locale/es/LC_MESSAGES/docs/user/legal.po index 782c1a994..6019795dc 100644 --- a/locale/es/LC_MESSAGES/docs/user/legal.po +++ b/locale/es/LC_MESSAGES/docs/user/legal.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/es/LC_MESSAGES/docs/user/marketing.po b/locale/es/LC_MESSAGES/docs/user/marketing.po index 742e539ad..ea506e4c5 100644 --- a/locale/es/LC_MESSAGES/docs/user/marketing.po +++ b/locale/es/LC_MESSAGES/docs/user/marketing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Ivan SIerraalta , 2022\n" "Language-Team: Spanish (https://app.transifex.com/dash/teams/37570/es/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po b/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po index d2547a832..1101b4378 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/index.po b/locale/fr/LC_MESSAGES/docs/user/developers/index.po index 1e2ff5819..1cc9d751e 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po index 8911b27e4..f606b3f9a 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Daf Daf, 2023\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po b/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po index c38e9d17c..e5f739f06 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/sporks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Daf Daf, 2023\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po b/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po index ac4162b8f..7a226e1d0 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/developers/translating.po b/locale/fr/LC_MESSAGES/docs/user/developers/translating.po index 154257258..4ea366639 100644 --- a/locale/fr/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/fr/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/earning-spending.po b/locale/fr/LC_MESSAGES/docs/user/earning-spending.po index 297d6410c..61b401dea 100644 --- a/locale/fr/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/fr/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po index a1f51cc2d..d9d3398f3 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/index.po b/locale/fr/LC_MESSAGES/docs/user/governance/index.po index 5def9b76c..8424d3a21 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po b/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po index ababbca06..c11ee7ade 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/understanding.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/governance/using.po b/locale/fr/LC_MESSAGES/docs/user/governance/using.po index f23432538..6f93272a8 100644 --- a/locale/fr/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/fr/LC_MESSAGES/docs/user/governance/using.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/index.po b/locale/fr/LC_MESSAGES/docs/user/index.po index 81cd8f39c..7a65fb155 100644 --- a/locale/fr/LC_MESSAGES/docs/user/index.po +++ b/locale/fr/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/about.po b/locale/fr/LC_MESSAGES/docs/user/introduction/about.po index 0e115d448..914f3625c 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po index af870f3c1..390e00593 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po b/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po index 9a7e9e832..56cc2ae36 100644 --- a/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/fr/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/legal.po b/locale/fr/LC_MESSAGES/docs/user/legal.po index 6e853c657..57af89c39 100644 --- a/locale/fr/LC_MESSAGES/docs/user/legal.po +++ b/locale/fr/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/fr/LC_MESSAGES/docs/user/marketing.po b/locale/fr/LC_MESSAGES/docs/user/marketing.po index 5d1f19d15..446aab69b 100644 --- a/locale/fr/LC_MESSAGES/docs/user/marketing.po +++ b/locale/fr/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Daf Daf, 2022\n" "Language-Team: French (https://app.transifex.com/dash/teams/37570/fr/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/compiling.po b/locale/it/LC_MESSAGES/docs/user/developers/compiling.po index 5a7b55c5c..cc3db71b9 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/compiling.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # AL , 2023 # Dash Italia, 2023 # @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -61,7 +61,7 @@ msgstr "" "processo è stato notevolmente semplificato con il rilascio di Dash Core " "0.13.0 e gli utenti che non richiedono build deterministiche possono in " "genere seguire le \"note di build generiche " -"`__ " +"`__ " "disponibile su GitHub per compilare o eseguire la compilazione incrociata di" " Dash per qualsiasi piattaforma." diff --git a/locale/it/LC_MESSAGES/docs/user/developers/index.po b/locale/it/LC_MESSAGES/docs/user/developers/index.po index 856b9eb26..449edc7da 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/index.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/insight.po b/locale/it/LC_MESSAGES/docs/user/developers/insight.po index d0d3fd83f..a41d95b37 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/insight.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/insight.po @@ -64,7 +64,7 @@ msgstr "" "budget, spork e l'elenco masternode. Questa documentazione descrive come " "configurare il server `Dash Insight API `__ e (facoltativo) l'interfaccia utente di `Dash Insight " -"`__ esploratore di blocchi." +"`__ esploratore di blocchi." #: ../../docs/user/developers/insight.rst:23 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po index 5782fcc15..2ab929727 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/sporks.po b/locale/it/LC_MESSAGES/docs/user/developers/sporks.po index 2b7afba3e..6dd94aba7 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/testnet.po b/locale/it/LC_MESSAGES/docs/user/developers/testnet.po index 5c850364b..e680c1c6f 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/testnet.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/developers/translating.po b/locale/it/LC_MESSAGES/docs/user/developers/translating.po index 7d0c3a2cb..5e535a64d 100644 --- a/locale/it/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/it/LC_MESSAGES/docs/user/developers/translating.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -249,8 +249,8 @@ msgstr "" "documentazione chiamato `reStructuredText " "`_ e creata utilizzando il " "generatore di documentazione open source `Sphinx Documentation Generator " -"`_. Per semplificare il layout, la maggior " -"parte del testo non presenta alcun markup o codice, ma i collegamenti " +"`_. Per semplificare il layout, la maggior parte" +" del testo non presenta alcun markup o codice, ma i collegamenti " "ipertestuali e alcune formattazioni devono essere riprodotti nella lingua di" " destinazione come segue:" diff --git a/locale/it/LC_MESSAGES/docs/user/earning-spending.po b/locale/it/LC_MESSAGES/docs/user/earning-spending.po index 5b0d54f73..7c9ce0627 100644 --- a/locale/it/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/it/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po index ff5c845d5..c76e47d52 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/governance/index.po b/locale/it/LC_MESSAGES/docs/user/governance/index.po index a2e725fe7..a4426cd95 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/index.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/governance/understanding.po b/locale/it/LC_MESSAGES/docs/user/governance/understanding.po index 6122bf120..9bbab319f 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/understanding.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/governance/using.po b/locale/it/LC_MESSAGES/docs/user/governance/using.po index 1498717f4..d29b15298 100644 --- a/locale/it/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/it/LC_MESSAGES/docs/user/governance/using.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/index.po b/locale/it/LC_MESSAGES/docs/user/index.po index af1ff4e38..fa692b205 100644 --- a/locale/it/LC_MESSAGES/docs/user/index.po +++ b/locale/it/LC_MESSAGES/docs/user/index.po @@ -5,7 +5,7 @@ # # Translators: # G. S. , 2022 -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/about.po b/locale/it/LC_MESSAGES/docs/user/introduction/about.po index 7eac03d70..7f7dad9bd 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/about.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/features.po b/locale/it/LC_MESSAGES/docs/user/introduction/features.po index 53bcc59a9..19efeb8e9 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/features.po @@ -6,6 +6,7 @@ # Translators: # William Lotta , 2022 # AL , 2022 +# the phez, 2023 # Dash Italia, 2023 # #, fuzzy @@ -142,7 +143,7 @@ msgid "" "**InstantSend** allows for near-instant transactions. Dash InstantSend " "transactions are fully confirmed within two seconds." msgstr "" -"** InstantSend ** consente transazioni quasi istantanee. Le transazioni " +"**InstantSend** consente transazioni quasi istantanee. Le transazioni " "InstantSend di Dash vengono confermate completamente entro due secondi." #: ../../docs/user/introduction/features.rst:52 @@ -167,15 +168,15 @@ msgid "" "direction of the project and devotes 10% of the block reward to development " "of the project and ecosystem." msgstr "" -"** Governance and Treasury ** consente agli stakeholder in Dash di " -"determinare la direzione del progetto e dedica il 10% della ricompensa del " -"blocco allo sviluppo del progetto e dell'ecosistema." +"**Governance and Treasury** consente agli stakeholder in Dash di determinare" +" la direzione del progetto e dedica il 10% della ricompensa del blocco allo " +"sviluppo del progetto e dell'ecosistema." #: ../../docs/user/introduction/features.rst:59 msgid "" "**Dash Evolution** will make using cryptocurrency as easy as using PayPal." msgstr "" -"** Dash Evolution ** renderà l'uso della criptovaluta facile come usare " +"**Dash Evolution** renderà l'uso della criptovaluta facile come usare " "PayPal." #: ../../docs/user/introduction/features.rst:62 @@ -192,10 +193,9 @@ msgstr "" "firmando un messaggio incluso in una transazione speciale scritta sulla " "blockchain. Il Dash può essere spostato o speso in qualsiasi momento, ma " "così facendo il masternode uscirà dalla coda e smetterà di guadagnare " -"ricompense. Gli utenti di Masternode hanno anche  ** diritto di voto **  " -"sulle proposte. Ogni masternode ha un voto e questo voto può essere " -"utilizzato su proposte di budget o decisioni importanti che influenzano " -"Dash." +"ricompense. Gli utenti di Masternode hanno anche  **diritto di voto**  sulle" +" proposte. Ogni masternode ha un voto e questo voto può essere utilizzato su" +" proposte di budget o decisioni importanti che influenzano Dash." #: ../../docs/user/introduction/features.rst:70 msgid "" @@ -486,12 +486,12 @@ msgid "" msgstr "" "Puoi visualizzare una guida pratica per utilizzare InstantSend :ref:`qui " "`. InstantSend è stato introdotto in un " -"whitepaper intitolato \"Transaction Locking and Masternode Consensus: A " +"whitepaper intitolato `\"Transaction Locking and Masternode Consensus: A " "Mechanism for Mitigating Double Spending Attacks\" " -"`_ e ulteriormente migliorato attraverso l'introduzione di" -" `InstantSend `__ " -"basato su LLMQ in Dash 0.14." +"`_" +" e ulteriormente migliorato attraverso l'introduzione di `InstantSend " +"`__ basato su LLMQ " +"in Dash 0.14." #: ../../docs/user/introduction/features.rst:194 msgid "" @@ -866,8 +866,8 @@ msgstr "" "infinita, il premio in blocco viene ridotto a intervalli regolari, come " "mostrato in questo calcolo " "`_. Rappresentando graficamente questi dati si" -" ottiene una curva che mostra il totale delle monete in circolazione, noto " +"mCQ6wGCh4/edit#gid=523620673>`_. Rappresentando graficamente questi dati si " +"ottiene una curva che mostra il totale delle monete in circolazione, noto " "come tasso di emissione delle monete." #: ../../docs/user/introduction/features.rst:390 @@ -1424,12 +1424,12 @@ msgid "" "`_ for live data on current network statistics." msgstr "" "Questa documentazione si basa su calcoli e post di moocowmoo. Consulta " -"questo post su Reddit " -"`_" -" per maggiori dettagli, oppure esegui i tuoi `calcoli sulle emissioni " -"utilizzando questo strumento `_. Vedi `questo sito `_ per dati " -"in tempo reale sulle statistiche attuali della rete." +"questo post su Reddit `_ per maggiori dettagli, " +"oppure esegui i tuoi `calcoli sulle emissioni utilizzando questo strumento " +"`_. Vedi `questo " +"sito `_ per dati in tempo reale sulle " +"statistiche attuali della rete." #: ../../docs/user/introduction/features.rst:523 msgid "Decentralized Governance" @@ -1721,9 +1721,9 @@ msgstr "" "dietro le quinte. La versione 0.13 introduce le basi di Evolution, in " "particolare `DIP2 Special Transactions " "`__ e `DIP3 " -"Deterministic Masternode Lists `__. La versione 0.14 stabilisce i" -" `quorum Masternode di lunga durata DIP6 " +"Deterministic Masternode Lists " +"`__. La versione " +"0.14 stabilisce i `quorum Masternode di lunga durata DIP6 " "`__. Previsto per " "la fine del 2019, Dash Core 1.0 introdurrà funzionalità chiave di Evolution " "come pagamenti basati su nome utente, la prima API decentralizzata (DAPI) al" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po index f22770916..2963cc5b1 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/information.po b/locale/it/LC_MESSAGES/docs/user/introduction/information.po index ec506d753..0e3fe9a5b 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/information.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/information.po @@ -1078,7 +1078,7 @@ msgstr "" "programma informatico eseguendo le operazioni aritmetiche, logiche e di " "controllo di base e le operazioni di input/output (I/O) specificate dalle " "istruzioni. Il termine è stato utilizzato nell'industria informatica almeno " -"dall'inizio degli anni '60. Tradizionalmente, il termine \"CPU\" si " +"dall'inizio degli anni 1960. Tradizionalmente, il termine \"CPU\" si " "riferisce a un processore, più specificamente alla sua unità di elaborazione" " e unità di controllo (CU), distinguendo questi elementi fondamentali di un " "computer da componenti esterni come la memoria principale e i circuiti I/O." @@ -1613,12 +1613,13 @@ msgid "" msgstr "" "Definito in `DIP6 " "`__, generazione di" -" chiavi distribuite (`DKG `__) è un metodo per generare " -"una coppia di chiavi BLS da utilizzare in un LLMQ per eseguire la firma " -"della soglia sui messaggi di rete. Si basa sullo schema di soglia M-of-N BLS" -" e sulla generazione di chiavi distribuite, che è un'implementazione della " -"condivisione segreta di Shamir." +" chiavi distribuite (`DKG " +"`__) è un metodo per generare una coppia di chiavi BLS da " +"utilizzare in un LLMQ per eseguire la firma della soglia sui messaggi di " +"rete. Si basa sullo schema di soglia M-of-N BLS e sulla generazione di " +"chiavi distribuite, che è un'implementazione della condivisione segreta di " +"Shamir." #: ../../docs/user/introduction/information.rst:628 msgid "Digital Signature" @@ -2267,13 +2268,13 @@ msgid "" "someone to spend Dash, it is important that these are kept secure and " "secret." msgstr "" -"Una `chiave privata `_" -" è un lungo passcode alfanumerico che consente di spendere Dash. Ogni wallet" -" Dash contiene una o più chiavi private che vengono salvate nel file del " -"wallet. Le chiavi private sono matematicamente correlate a tutti gli " -"indirizzi Dash generati per il wallet. Poiché la chiave privata è il " -"\"biglietto\" che permette a qualcuno di spendere Dash, è importante che " -"questi siano mantenuti sicuri e segreti." +"Una `chiave privata `_ è un lungo passcode alfanumerico che consente di " +"spendere Dash. Ogni wallet Dash contiene una o più chiavi private che " +"vengono salvate nel file del wallet. Le chiavi private sono matematicamente " +"correlate a tutti gli indirizzi Dash generati per il wallet. Poiché la " +"chiave privata è il \"biglietto\" che permette a qualcuno di spendere Dash, " +"è importante che questi siano mantenuti sicuri e segreti." #: ../../docs/user/introduction/information.rst:890 msgid "PrivateSend" @@ -2365,10 +2366,11 @@ msgid "" "anybody. When a private key is used to sign messages, the public key is used" " to verify that the signature is valid." msgstr "" -"La `chiave pubblica `_" -" deriva dalla chiave privata ma non è segreta e può essere rivelata a " -"chiunque. Quando viene utilizzata una chiave privata per firmare i messaggi," -" la chiave pubblica viene utilizzata per verificare che la firma sia valida." +"La `chiave pubblica `_ deriva dalla chiave privata ma non è segreta e può " +"essere rivelata a chiunque. Quando viene utilizzata una chiave privata per " +"firmare i messaggi, la chiave pubblica viene utilizzata per verificare che " +"la firma sia valida." #: ../../docs/user/introduction/information.rst:931 msgid "Pump and dump" diff --git a/locale/it/LC_MESSAGES/docs/user/introduction/safety.po b/locale/it/LC_MESSAGES/docs/user/introduction/safety.po index 2ef7a9e52..e8104c42a 100644 --- a/locale/it/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/it/LC_MESSAGES/docs/user/introduction/safety.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -339,7 +339,7 @@ msgid "" msgstr "" "Sentiti libero di segnalare eventuali nuove truffe che trovi sul forum nel " "nostro thread \"swat team\": https://www.dash.org/forum/threads/www-dash-" -"wallet-com-is-a-scam-website. 8267/" +"wallet-com-is-a-scam-website.8267/" #: ../../docs/user/introduction/safety.rst:119 msgid "Ponzi Schemes" @@ -358,7 +358,7 @@ msgid "" msgstr "" "Uno `Schema Ponzi `_, `Schema " "piramidale `_ o `Marketing " -"multilivello `_ sono " +"multilivello `_ sono " "operazioni di investimento fraudolente in cui l'operatore fornisce rapporti " "falsificati e genera rendimenti per gli investitori più anziani attraverso " "le entrate pagate dai nuovi investitori. Sempre più utenti devono aderire " @@ -381,7 +381,7 @@ msgid "" "`How to spot a Ponzi Scheme `_" msgstr "" -"`Come individuare uno schema Ponzi `_" #: ../../docs/user/introduction/safety.rst:132 diff --git a/locale/it/LC_MESSAGES/docs/user/legal.po b/locale/it/LC_MESSAGES/docs/user/legal.po index eedd61370..e8d092e0b 100644 --- a/locale/it/LC_MESSAGES/docs/user/legal.po +++ b/locale/it/LC_MESSAGES/docs/user/legal.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -616,8 +616,7 @@ msgstr "`AML 101 `_" #: ../../docs/user/legal.rst:268 msgid "`AML In Depth `_" msgstr "" -"`AML in profondità `_" +"`AML in profondità `_" #: ../../docs/user/legal.rst:270 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/marketing.po b/locale/it/LC_MESSAGES/docs/user/marketing.po index ee08b747e..a2a1511e3 100644 --- a/locale/it/LC_MESSAGES/docs/user/marketing.po +++ b/locale/it/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" @@ -694,9 +694,9 @@ msgid "" "translation is complete to request layout of the completed translation." msgstr "" "Questo disegno può essere tradotto nella tua lingua su `Transifex qui " -"`__. " -"Per ulteriori informazioni sulla traduzione dei prodotti Dash su Transifex, " -"vedere :ref:`qui `. Si prega di contattare " +"`__." +" Per ulteriori informazioni sulla traduzione dei prodotti Dash su Transifex," +" vedere :ref:`qui `. Si prega di contattare " "leon.white@dash.org una volta completata la traduzione per richiedere il " "layout della traduzione completata." @@ -1415,7 +1415,9 @@ msgstr "Modello Word con filigrana grigia" msgid "" "`DOTX `__" -msgstr "Modello Word con filigrana grigia" +msgstr "" +"`DOTX `__" #: ../../docs/user/marketing.rst:396 msgid "Presentation templates" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/index.po b/locale/it/LC_MESSAGES/docs/user/masternodes/index.po index 874e6566d..d4857693c 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/index.po @@ -5,6 +5,7 @@ # # Translators: # AL , 2022 +# Dash Italia, 2023 # #, fuzzy msgid "" @@ -13,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: AL , 2022\n" +"Last-Translator: Dash Italia, 2023\n" "Language-Team: Italian (https://app.transifex.com/dash/teams/37570/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -81,7 +82,7 @@ msgstr "" #: ../../docs/user/masternodes/index.rst:31 msgid "**Option 1: Hosted masternode**" -msgstr "** Opzione 1: masternode ospitato **" +msgstr "**Opzione 1: masternode ospitato**" #: ../../docs/user/masternodes/index.rst:33 msgid "" @@ -103,7 +104,7 @@ msgstr "" #: ../../docs/user/masternodes/index.rst:41 msgid "**Option 2: Self-operated masternode**" -msgstr "** Opzione 2: masternode autoazionato **" +msgstr "**Opzione 2: masternode autoazionato**" #: ../../docs/user/masternodes/index.rst:43 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po index b837b03ca..953bdcd81 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -395,7 +395,7 @@ msgid "" msgstr "" "``reason``: Valore intero che indica il motivo della revoca " "`__" +"for-self-revocation-of-operators>`__" #: ../../docs/user/masternodes/maintenance.rst:218 msgid "Proof of Service Bans" @@ -831,7 +831,7 @@ msgid "" msgstr "" "`CryptoID `__ offre un `Dash blockchain " "explorer `__ e una `funzione " -"`__ per visualizzare e " +"`__ per visualizzare e " "mappare i masternode Dash." #: ../../docs/user/masternodes/maintenance.rst:469 @@ -842,8 +842,7 @@ msgid "" msgstr "" "`BitInfoCharts `_ offre una `pagina " "`_ di statistiche e informazioni sui prezzi" -" e un `blockchain explorer `__." +" e un `blockchain explorer `__." #: ../../docs/user/masternodes/maintenance.rst:473 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index ae71e32ad..2403a5a15 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -201,7 +201,7 @@ msgstr "" "che funzioni correttamente. Per assistenza in merito, consulta :ref:`questa " "guida ` - puoi anche scegliere (con attenzione!) " "`aggiungere una passphrase `_ al tuo Trezor per proteggere " +"protection-for-your-accounts-3a311990925b>`_ al tuo Trezor per proteggere " "ulteriormente la tua garanzia. Crea un nuovo account nel tuo wallet Trezor " "facendo clic su **Aggiungi account**. Quindi fai clic sulla scheda " "**Ricevi** e invia esattamente 1000 DASH all'indirizzo visualizzato. Se stai" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po index ba7b4b238..963eb1bcb 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/setup.po @@ -217,7 +217,7 @@ msgstr "" "che funzioni correttamente. Per assistenza in merito, consulta :ref:`questa " "guida ` - puoi anche scegliere (con attenzione!) " "`aggiungere una passphrase `_ al tuo Trezor per proteggere " +"protection-for-your-accounts-3a311990925b>`_ al tuo Trezor per proteggere " "ulteriormente la tua garanzia. Crea un nuovo account nel tuo wallet Trezor " "facendo clic su **Aggiungi account**. Quindi fai clic sulla scheda " "**Ricevi** e invia esattamente 1000 DASH all'indirizzo visualizzato. Se stai" diff --git a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po index e02ac4267..489a898f4 100644 --- a/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/it/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # AL , 2022 # Dash Italia, 2023 # @@ -827,7 +827,7 @@ msgstr "" "Gli esatti requisiti hardware per i masternode di Dash Evolution devono " "ancora essere determinati, sebbene alcuni suggerimenti possano essere presi " "dalla `roadmap `_ e da questo `blog post " -"`_. Dovrebbe essere possibile eseguire i masternode " "Dash sui normali server VPS fino a quando la dimensione del blocco non " "raggiunge circa 20 MB, dopodiché potrebbe essere necessario hardware " diff --git a/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po index 8a32a2a80..55d185d7d 100644 --- a/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/it/LC_MESSAGES/docs/user/mining/p2pool.po @@ -62,7 +62,7 @@ msgstr "" "fortemente incoraggiato. P2Pool per Dash utilizza il software `p2pool-dash " "`_ su GitHub, che è un fork di " "p2pool per Bitcoin. Per maggiori informazioni vedi `qui " -"`__." +"`__." #: ../../docs/user/mining/p2pool.rst:26 msgid "" @@ -183,7 +183,7 @@ msgstr "" "distribuzione di router open source DD-WRT. Le guide per la configurazione " "del port forwarding possono essere trovate `qui " "`__ e `qui " -"`__." #: ../../docs/user/mining/p2pool.rst:86 @@ -337,8 +337,7 @@ msgstr "" "sincronizzazione utilizzando il comando seguente. La sincronizzazione è " "completa quando il numero di ``blocchi`` è uguale al numero attuale di " "blocchi nella blockchain di Dash, come si può vedere da qualsiasi wallet " -"Dash sincronizzato o `block explorer `_::" +"Dash sincronizzato o `block explorer `_::" #: ../../docs/user/mining/p2pool.rst:198 msgid "Setting up P2Pool" diff --git a/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po index 4ecd54638..3b8de7802 100644 --- a/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/it/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2023 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2023 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po index 08f0f34d6..abcb16cab 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/getting-started.po @@ -36,7 +36,7 @@ msgstr "Iniziare" #: ../../docs/user/wallets/android/getting-started.rst:11 msgid "Creating a new wallet" -msgstr "Creazione di un nuovo portafoglio" +msgstr "Creazione di un nuovo wallet" #: ../../docs/user/wallets/android/getting-started.rst:13 msgid "" @@ -53,16 +53,15 @@ msgid "" msgstr "" "Quando avvii per la prima volta il tuo Dash Wallet, genererà automaticamente" " un nuovo wallet per te. Ti chiederà quindi di inserire un PIN per " -"proteggere la spesa dal portafoglio. La prima cosa che dovresti fare dopo " -"aver impostato un PIN è eseguire il backup del wallet   toccando il pulsante" -" del menu nell'angolo in alto a sinistra e selezionando **Sicurezza** > " -"**Visualizza frase di recupero**. Avrai bisogno di questa frase per " -"recuperare i fondi in seguito se perdi o danneggi il telefono o devi " -"trasferire l'account su un altro dispositivo. Scrivi la frase e   conservala" -" in un luogo sicuro: se la perdi, perderai per sempre anche l'accesso ai " -"tuoi fondi. Se preferisci, puoi anche eseguire il backup di un file del " -"wallet protetto da password selezionando **Sicurezza** > **Esegui il backup " -"del portafoglio**." +"proteggerlo. La prima cosa che dovresti fare dopo aver impostato un PIN è " +"eseguire il backup del wallet   toccando il pulsante del menu nell'angolo in" +" alto a sinistra e selezionando **Sicurezza** > **Visualizza frase di " +"recupero**. Avrai bisogno di questa frase per recuperare i fondi in seguito " +"se perdi o danneggi il telefono o devi trasferire l'account su un altro " +"dispositivo. Scrivi la frase e   conservala in un luogo sicuro: se la perdi," +" perderai per sempre anche l'accesso ai tuoi fondi. Se preferisci, puoi " +"anche eseguire il backup di un file del wallet protetto da password " +"selezionando **Sicurezza** > **Esegui il backup del portafoglio**." #: ../../docs/user/wallets/android/getting-started.rst:34 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po index 4caa069c2..eb2625899 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/android/installation.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po index 6d2450670..07f873b6e 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/advanced.po @@ -288,7 +288,7 @@ msgstr "" "sull'attuale blockchain testnet e alcuni formati di indirizzi o risposte RPC" " potrebbero differire leggermente dalla versione mostrata qui, il principio " "e i comandi sono gli stessi. L'esempio dimostra come impostare un indirizzo " -"multisig 2 su 3 e creare una transazione. Le parti coinvolte nell'esempio " +"multisig 2-su-3 e creare una transazione. Le parti coinvolte nell'esempio " "sono un acquirente, un venditore e un arbitro. Questo esempio è basato su:" #: ../../docs/user/wallets/dashcore/advanced.rst:167 @@ -533,7 +533,7 @@ msgstr "" "pacchetto Tor Browser appropriato per il tuo sistema. Configura il browser " "Tor seguendo la documentazione su `Installazione `__ e `Esecuzione di Tor Browser per la " -"prima volta `__." +"prima volta `__." #: ../../docs/user/wallets/dashcore/advanced.rst:473 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po index ad5fc1d30..73b963226 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-linux.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 541682782..807d1471d 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po index 05e128e99..1b9950d4f 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation-windows.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy @@ -132,7 +132,7 @@ msgid "" msgstr "" "Alexander Block (codablock) con la chiave ``63A9 6B40 6102 E091``, " "`verificabile qui su Keybase `__ (`download " -"`__)" +"`__)" #: ../../docs/user/wallets/dashcore/installation-windows.rst:54 msgid "" @@ -142,7 +142,7 @@ msgid "" msgstr "" "Pasta (pasta) con la chiave ``5252 7BED ABE8 7984``, `verificabile qui su " "Keybase `__ (`download " -"`__)" +"`__)" #: ../../docs/user/wallets/dashcore/installation-windows.rst:57 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po index a47e638b0..ddc8467f5 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/installation.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po index 021d576c5..3f6c7fbd4 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/dashcore/interface.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po index b0ec37b82..ad1da58ec 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/advanced.po @@ -886,7 +886,7 @@ msgstr "" " fondi vengono spostati da un :ref:`paper wallet ` in un " "wallet live importando la sua `chiave privata " "`_, che è una lunga sequenza di caratteri che inizia con il " +"private-keys/>`_, che è una lunga sequenza di caratteri che inizia con il " "numero \"7\" o la lettera maiuscola \"X\". L'esempio seguente mostra una " "chiave privata (formato WIF)." diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po index 8f283cfd9..676626132 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/electrum/installation.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po b/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po index d44261595..6c20bf471 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/ios/installation.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/paper.po b/locale/it/LC_MESSAGES/docs/user/wallets/paper.po index 78e61b25c..b6b13407f 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/paper.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/paper.po @@ -200,8 +200,8 @@ msgstr "" "Offline utilizzando lo stesso codice che alimenta entrambi i siti, " "visualizzando il `progetto GitHub " "`_ o `scaricando " -"direttamente `_" +"direttamente " +"`_" #: ../../docs/user/wallets/paper.rst:86 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po b/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po index 5aa934c93..018e66d16 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/recovery.po @@ -405,7 +405,7 @@ msgstr "" "backup utilizzando **File > Backup Wallet** o seguendo le istruzioni " ":ref:`qui `. Se riscontri ulteriori problemi, prova a " "chiedere sul `forum `_, `Reddit `_ o il canale " +"support.64/>`_, `Reddit `_ o il canale " "#help-desk su `Dash Discord `_." #: ../../docs/user/wallets/recovery.rst:149 diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po b/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po index 37a62356b..e3a680b0a 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/third-party.po @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Gleb Golov , 2022 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2022 # William Lotta , 2022 # Dash Italia, 2023 # @@ -112,8 +112,8 @@ msgstr "" "per Linux, macOS e Windows. ADAMANT è disponibile anche nel `Google Play " "Store per Android " "`__" -" e nell'`Apple App Store per iOS `__." +" e nell'`Apple App Store per iOS " +"`__." #: ../../docs/user/wallets/third-party.rst:52 #: ../../docs/user/wallets/third-party.rst:92 @@ -173,7 +173,7 @@ msgid "" msgstr "" "Channels è disponibile su `Google Play Store per Android " "`__ e su" -" `Apple App Store per iOS `__." +" `Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:94 msgid "" @@ -221,7 +221,7 @@ msgid "" msgstr "" "Cobo è disponibile su `Google Play Store per Android " "`__ e su `Apple " -"App Store per iOS `__." +"App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:137 msgid "" @@ -316,11 +316,11 @@ msgid "" "`__ and " "the `Apple App Store for iOS `__." msgstr "" -"Coinomi è un wallet mobile multivaluta open source disponibile per iOS e " -"Android. Le tue chiavi private non lasciano mai il tuo dispositivo e la " -"potente crittografia del wallet garantisce che i tuoi fondi siano sempre " -"solo sotto il tuo controllo. Lo scambio istantaneo è disponibile " -"direttamente nel wallet tramite le integrazioni ShapeShift e Changelly." +"I wallet desktop Coinomi sono disponibili su " +"https://www.coinomi.com/downloads/ per Linux, macOS e Windows. Coinomi è " +"disponibile anche su `Google Play Store per Android " +"`__ e su " +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:224 msgid "" @@ -367,7 +367,7 @@ msgid "" msgstr "" "Edge è disponibile su `Google Play Store per Android " "`__ e su " -"`Apple App Store per iOS `__." +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:267 msgid "" @@ -444,7 +444,7 @@ msgid "" msgstr "" "Ethos Universal Wallet è disponibile su `Google Play Store per Android " "`__ " -"e su `Apple App Store per iOS `__." +"e su `Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:313 msgid "" @@ -597,7 +597,7 @@ msgstr "" "https://guarda.co/app/ per creare nuovi o ripristinare portafogli esistenti." " Guarda è disponibile anche nel `Google Play Store per Android " "`__ e " -"nell'`Apple App Store per iOS `__." +"nell'`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:401 msgid "" @@ -651,8 +651,8 @@ msgid "" msgstr "" "Huobi Wallet è disponibile nel `Google Play Store per Android " "`__" -" e nell'`Apple App Store per iOS `__." +" e nell'`Apple App Store per iOS " +"`__." #: ../../docs/user/wallets/third-party.rst:445 msgid "" @@ -715,7 +715,7 @@ msgid "" msgstr "" "Mobi è disponibile nel `Google Play Store per Android " "`__ e " -"nell'`Apple App Store per iOS `__." +"nell'`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:488 msgid "" @@ -757,7 +757,7 @@ msgid "" msgstr "" "Ownbit è disponibile su `Google Play Store per Android " "`__ e su " -"`Apple App Store per iOS `__." +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:529 msgid "" @@ -798,8 +798,8 @@ msgid "" msgstr "" "Trust è disponibile nel `Google Play Store per Android " "`__" -" e nell'`Apple App Store per iOS `__." +" e nell'`Apple App Store per iOS " +"`__." #: ../../docs/user/wallets/third-party.rst:569 msgid "" @@ -842,8 +842,7 @@ msgid "" msgstr "" "Unstoppable è disponibile su `Google Play Store per Android " "`__" -" e su `Apple App Store per iOS `__." +" e su `Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:610 msgid "" @@ -889,7 +888,7 @@ msgstr "" "per macOS e Windows. VegaWallet è disponibile anche su `Google Play Store " "per Android " "`__ e su " -"`Apple App Store per iOS `__." +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:653 msgid "" @@ -933,7 +932,7 @@ msgid "" msgstr "" "ZelCore è disponibile su `Google Play Store per Android " "`__ e su " -"`Apple App Store per iOS `__." +"`Apple App Store per iOS `__." #: ../../docs/user/wallets/third-party.rst:696 msgid "" diff --git a/locale/it/LC_MESSAGES/docs/user/wallets/web.po b/locale/it/LC_MESSAGES/docs/user/wallets/web.po index 27baa6199..c2645a562 100644 --- a/locale/it/LC_MESSAGES/docs/user/wallets/web.po +++ b/locale/it/LC_MESSAGES/docs/user/wallets/web.po @@ -54,7 +54,7 @@ msgid "" msgstr "" "`MyDashWallet `_ è un'interfaccia web per la " "blockchain Dash, ispirata a `MyEtherWallet `_" -" e creata da `DeltaEngine.net `_. Non è " +" e creata da `DeltaEngine.net `_. Non è " "esplicitamente un wallet online, il che significa che mantieni sempre il " "controllo sulle tue chiavi private. A differenza di molti altri portafogli " "leggeri, MyDashWallet supporta anche funzionalità Dash avanzate come " diff --git a/locale/it/LC_MESSAGES/index.po b/locale/it/LC_MESSAGES/index.po index 5cc5f7579..fcfc500ce 100644 --- a/locale/it/LC_MESSAGES/index.po +++ b/locale/it/LC_MESSAGES/index.po @@ -5,7 +5,7 @@ # # Translators: # G. S. , 2018 -# Gleb Golov , 2020 +# 7b90ac08f561a490019c833f8053e346_9ff464a, 2020 # Dash Italia, 2023 # #, fuzzy diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po index 91a3999c8..552c1117e 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/compiling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/index.po b/locale/ja/LC_MESSAGES/docs/user/developers/index.po index aeecaf298..046822829 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po index b620194cb..adc34ae55 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po index d989f6bd9..1a72ec45a 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/sporks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po index 5f2001e20..70e1f30b9 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/testnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/developers/translating.po b/locale/ja/LC_MESSAGES/docs/user/developers/translating.po index d6e5ce7af..55ffe033b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ja/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/earning-spending.po b/locale/ja/LC_MESSAGES/docs/user/earning-spending.po index 6e753f4f0..c5ac9b046 100644 --- a/locale/ja/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ja/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po index 782693f1d..ecaa8112e 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/index.po b/locale/ja/LC_MESSAGES/docs/user/governance/index.po index 05dec65e3..b90956613 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po b/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po index 6e518c1c1..a4fac1304 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/governance/using.po b/locale/ja/LC_MESSAGES/docs/user/governance/using.po index 9a5eda92a..ce0999dea 100644 --- a/locale/ja/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ja/LC_MESSAGES/docs/user/governance/using.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/index.po b/locale/ja/LC_MESSAGES/docs/user/index.po index b26c7fcf8..0fadf8ca6 100644 --- a/locale/ja/LC_MESSAGES/docs/user/index.po +++ b/locale/ja/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Samurai Tomizo, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/about.po b/locale/ja/LC_MESSAGES/docs/user/introduction/about.po index 81b0fc80a..ffa33f3f9 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 5dc5e4f92..08eeb50f5 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po index 33f4a73a0..c988ee3d5 100644 --- a/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ja/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: 雪 落 <875917559@qq.com>, 2022\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/legal.po b/locale/ja/LC_MESSAGES/docs/user/legal.po index 9e3696d23..b26373750 100644 --- a/locale/ja/LC_MESSAGES/docs/user/legal.po +++ b/locale/ja/LC_MESSAGES/docs/user/legal.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/ja/LC_MESSAGES/docs/user/marketing.po b/locale/ja/LC_MESSAGES/docs/user/marketing.po index 85cff1069..89236d22b 100644 --- a/locale/ja/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ja/LC_MESSAGES/docs/user/marketing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Japanese (https://app.transifex.com/dash/teams/37570/ja/)\n" "MIME-Version: 1.0\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po b/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po index a80a6521c..eee0b8fad 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/index.po b/locale/pt/LC_MESSAGES/docs/user/developers/index.po index 005cf1f02..e84aa8aa8 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po index b2f76c6e4..576296b20 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po b/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po index d747f0d1a..c076bdb1e 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/sporks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: oscar junior , 2023\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po b/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po index e5792d436..84ccc1653 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/developers/translating.po b/locale/pt/LC_MESSAGES/docs/user/developers/translating.po index 83aca8554..54835e441 100644 --- a/locale/pt/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/pt/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/earning-spending.po b/locale/pt/LC_MESSAGES/docs/user/earning-spending.po index 38543d789..20c20dc87 100644 --- a/locale/pt/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/pt/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po index 36d9f4137..c602600b7 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/index.po b/locale/pt/LC_MESSAGES/docs/user/governance/index.po index 5f9ffcaba..1ec9315ee 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po b/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po index cb83c601f..691a2664a 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/governance/using.po b/locale/pt/LC_MESSAGES/docs/user/governance/using.po index 264a58797..f46fd6a72 100644 --- a/locale/pt/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/pt/LC_MESSAGES/docs/user/governance/using.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/index.po b/locale/pt/LC_MESSAGES/docs/user/index.po index 769dfc541..ce5700888 100644 --- a/locale/pt/LC_MESSAGES/docs/user/index.po +++ b/locale/pt/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/about.po b/locale/pt/LC_MESSAGES/docs/user/introduction/about.po index 13dd64487..43cdd9ae5 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 6c92fac24..f5418b1eb 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" "MIME-Version: 1.0\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po b/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po index 8de40d51a..a627ba2bf 100644 --- a/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/pt/LC_MESSAGES/docs/user/introduction/safety.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/legal.po b/locale/pt/LC_MESSAGES/docs/user/legal.po index f30d29995..db6253929 100644 --- a/locale/pt/LC_MESSAGES/docs/user/legal.po +++ b/locale/pt/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/pt/LC_MESSAGES/docs/user/marketing.po b/locale/pt/LC_MESSAGES/docs/user/marketing.po index 2041dd1d7..2230f4bc3 100644 --- a/locale/pt/LC_MESSAGES/docs/user/marketing.po +++ b/locale/pt/LC_MESSAGES/docs/user/marketing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: oscar junior , 2022\n" "Language-Team: Portuguese (https://app.transifex.com/dash/teams/37570/pt/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po b/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po index b68d6e8f7..957d78c58 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/compiling.po @@ -8,15 +8,16 @@ # Dima, 2022 # Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Андрей Дегтяр , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,6 +36,8 @@ msgstr "" msgid "" "dash, build, compile, linux, macOS, windows, binary, Gitian, developers" msgstr "" +"dash, сборка, компиляция, linux, macOS, windows, бинарный, Gitian, " +"разработчики" #: ../../docs/user/developers/compiling.rst:9 msgid "Compiling Dash Core" @@ -53,6 +56,18 @@ msgid "" "generic.md>`__ available on GitHub to compile or cross-compile Dash for any " "platform." msgstr "" +"Хотя Dash предлагает стабильные бинарные сборки на `website " +"`_ и на `GitHub " +"`__, а также сборки для " +"разработчиков с использованием `GitLab CI " +"`_, многие пользователи также " +"будут заинтересованы в самостоятельной сборке бинарных файлов Dash. С " +"выходом Dash Core 0.13.0 этот процесс значительно упростился, и " +"пользователи, не нуждающиеся в детерминированных сборках, обычно могут " +"следовать `общим указаниям по сборке " +"`__, " +"доступным на GitHub, для компиляции или кросс-компиляции Dash для любой " +"платформы." #: ../../docs/user/developers/compiling.rst:21 msgid "" @@ -91,19 +106,24 @@ msgstr "" #: ../../docs/user/developers/compiling.rst:40 msgid "Build process" -msgstr "" +msgstr "Процесс сборки" #: ../../docs/user/developers/compiling.rst:43 msgid "" "This setup has been tested using a clean install of Ubuntu 20.04. For " "maximum compatibility, please use that version." msgstr "" +"Данная установка была протестирована на чистой версии Ubuntu 20.04. Для " +"обеспечения максимальной совместимости используйте эту версию." #: ../../docs/user/developers/compiling.rst:46 msgid "" "Start by logging in as the \"root\" user. Create a new user with the " "following command, replacing ```` with a username of your choice::" msgstr "" +"Начните с входа в систему под именем пользователя \"root\". Создайте нового " +"пользователя с помощью следующей команды, заменив ```` на " +"выбранное вами имя пользователя::" #: ../../docs/user/developers/compiling.rst:51 msgid "" @@ -113,6 +133,11 @@ msgid "" "Alternatively, an existing user can be used on systems that are already in " "use (e.g. your existing development system)." msgstr "" +"Вам будет предложено задать пароль. Введите и подтвердите новый пароль " +"(отличный от пароля root) и сохраните его в надежном месте. Также появится " +"запрос на ввод информации о пользователе, но его можно оставить пустым. В " +"качестве альтернативы можно использовать существующего пользователя в уже " +"используемых системах (например, в существующей системе разработки)." #: ../../docs/user/developers/compiling.rst:57 msgid "" @@ -120,52 +145,64 @@ msgid "" "processes and also will enable non-root users to run the Docker commands " "used by the build process::" msgstr "" +"Создайте в системе группу ``docker``. Эта группа будет использоваться " +"процессами Docker, а также позволит пользователям, не являющимся root, " +"выполнять команды Docker, используемые в процессе сборки::" #: ../../docs/user/developers/compiling.rst:63 msgid "" "Add the user to the sudo and docker groups so they can perform commands as " "root and run docker commands::" msgstr "" +"Добавьте пользователя в группы sudo и docker, чтобы он мог выполнять команды" +" от имени root и запускать команды docker::" #: ../../docs/user/developers/compiling.rst:69 msgid "Install prerequisites" -msgstr "" +msgstr "Установить предварительные требования" #: ../../docs/user/developers/compiling.rst:71 msgid "" "While still logged in as root, update the system from the Ubuntu package " "repository::" msgstr "" +"Не выходя из системы с правами root, обновите систему из репозитория пакетов" +" Ubuntu::" #: ../../docs/user/developers/compiling.rst:77 msgid "Install apt-cacher-ng::" -msgstr "" +msgstr "Install apt-cacher-ng::" #: ../../docs/user/developers/compiling.rst:82 msgid "" "Select ``No`` when asked ``Allow HTTP tunnels through Apt-Cacher NG?`` " "during installation." msgstr "" +"Выберите ``Нет`` на вопрос ``Разрешить HTTP-туннели через Apt-Cacher NG?" #: ../../docs/user/developers/compiling.rst:85 msgid "" "Note: you may also need to open port 3142 if you have a firewall enabled on " "your system (e.g. ``ufw allow 3142/tcp``)." msgstr "" +"Примечание: возможно, потребуется открыть порт 3142, если в системе включен " +"межсетевой экран (например, ``ufw allow 3142/tcp``)." #: ../../docs/user/developers/compiling.rst:88 msgid "" "After installing these updates, reboot the system, login as ````, " "and clone required repositories::" msgstr "" +"После установки этих обновлений перезагрузите систему, войдите в систему под" +" именем ```` и клонируйте необходимые репозитории::" #: ../../docs/user/developers/compiling.rst:96 msgid "Download the Mac OSX SDK::" -msgstr "" +msgstr "Загрузите SDK для Mac OSX::" #: ../../docs/user/developers/compiling.rst:102 msgid "Prepare gitian" -msgstr "" +msgstr "Подготовить gitian" #: ../../docs/user/developers/compiling.rst:104 msgid "" @@ -173,10 +210,13 @@ msgid "" "machine. Checkout the tag associated with the Dash Core version you plan to " "build::" msgstr "" +"Выполнять этот шаг необходимо только при начальной настройке машины. " +"Проверьте метку, связанную с версией Dash Core, которую вы планируете " +"собрать::" #: ../../docs/user/developers/compiling.rst:113 msgid "Run the gitian-build setup routine to prepare your environment::" -msgstr "" +msgstr "Запустите процедуру настройки gitian-build для подготовки среды::" #: ../../docs/user/developers/compiling.rst:121 msgid "" @@ -185,14 +225,20 @@ msgid "" "`_" " for details on how to generate a key if you don't already have one." msgstr "" +"При генерации ключа с помощью GPG параметр ``signer` должен иметь значение, " +"указанное для параметра \"Real name\". Подробнее о том, как сгенерировать " +"ключ, если у вас его еще нет, см. в статье `GnuPrivacyGuard Howto " +"`_." #: ../../docs/user/developers/compiling.rst:127 msgid "Build Dash Core" -msgstr "" +msgstr "Собрать Dash Core" #: ../../docs/user/developers/compiling.rst:129 msgid "Run gitian build to create binaries for Linux, Mac, and Windows::" msgstr "" +"Запустите gitian build для создания бинарных файлов для Linux, Mac и " +"Windows::" #: ../../docs/user/developers/compiling.rst:138 msgid "" @@ -200,6 +246,9 @@ msgid "" "system. If the expected key is not found, the script will fail at the " "signing step with a message including::" msgstr "" +"В этих инструкциях предполагается, что в системе сборки существует PGP-ключ " +"для . Если ожидаемый ключ не будет найден, сценарий завершится " +"неудачей на этапе подписания с сообщением::" #: ../../docs/user/developers/compiling.rst:145 msgid "" @@ -207,10 +256,13 @@ msgid "" "binaries`` folder. The ``.assert`` files and their signatures will be placed" " in ``gitian.sigs///...``." msgstr "" +"По завершении сборки бинарные файлы будут помещены в папку ``dashcore-" +"binaries``. Файлы ``.assert`` и их подписи будут помещены в папку " +"``gitian.sigs///...``." #: ../../docs/user/developers/compiling.rst:150 msgid "Create signatures for signed binaries" -msgstr "" +msgstr "Создание подписей для подписанных бинарных файлов" #: ../../docs/user/developers/compiling.rst:152 msgid "" @@ -220,10 +272,16 @@ msgid "" "signatures will be placed in ``gitian.sigs///...`` along " "with the signatures for unsigned binaries created in the previous step." msgstr "" +"Бинарные файлы для Mac и Windows подписываются Dash Core Group с " +"использованием соответствующих процессов Apple/Microsoft. На данном этапе " +"эта информация будет проверена и подписана на вашей машине. Соответствующие " +"файлы ``.assert`` и их подписи будут помещены в папку " +"``gitian.sigs/1/2/...`` вместе с подписями для неподписанных двоичных " +"файлов, созданными на предыдущем шаге." #: ../../docs/user/developers/compiling.rst:166 msgid "Verify signatures" -msgstr "" +msgstr "Проверка подписей" #: ../../docs/user/developers/compiling.rst:168 msgid "" @@ -232,6 +290,10 @@ msgid "" "each release. Run the following command to verify that your build matches " "the official release::" msgstr "" +"Репозиторий `gitian.sigs `_ " +"содержит детерминированные результаты сборки, подписанные несколькими " +"разработчиками Core для каждого релиза. Выполните следующую команду для " +"проверки соответствия вашей сборки официальному релизу::" #: ../../docs/user/developers/compiling.rst:176 msgid "" @@ -240,10 +302,14 @@ msgid "" "successfully, you will also see your own signatures with an ``OK`` status " "also." msgstr "" +"Вы должны получить результат, аналогичный приведенному ниже для Linux, " +"Windows, MacOS, Signed Windows и Signed MacOS. При условии успешного " +"выполнения предыдущих шагов вы также увидите свои собственные подписи со " +"статусом ``OK``." #: ../../docs/user/developers/compiling.rst:212 msgid "Upload signatures" -msgstr "" +msgstr "Загрузка подписей" #: ../../docs/user/developers/compiling.rst:214 msgid "" @@ -252,16 +318,23 @@ msgid "" "repository `_ via a pull request on" " GitHub." msgstr "" +"После успешной сборки двоичных файлов, их подписания и проверки подписей вы " +"можете внести их в репозиторий `gitian.sigs " +"`_ с помощью pull request на " +"GitHub." #: ../../docs/user/developers/compiling.rst:219 msgid "Initial setup" -msgstr "" +msgstr "Первоначальная настройка" #: ../../docs/user/developers/compiling.rst:221 msgid "" "Since the official gitian.sigs repository has restricted write access, " "create a fork of it via GitHub and add your fork as a remote repository::" msgstr "" +"Поскольку официальный репозиторий gitian.sigs имеет ограниченный доступ на " +"запись, создайте форк этого репозитория через GitHub и добавьте свой форк в " +"качестве удаленного репозитория::" #: ../../docs/user/developers/compiling.rst:226 msgid "" @@ -270,24 +343,30 @@ msgid "" " your signature. Your public key can be exported to a file using the " "following command::" msgstr "" +"При первом внесении подписей также поместите копию своего открытого ключа в " +"папку ``gitian-keys`` репозитория, чтобы другие пользователи могли легко " +"проверить вашу подпись. Открытый ключ можно экспортировать в файл с помощью " +"следующей команды::" #: ../../docs/user/developers/compiling.rst:236 msgid "Adding your signatures" -msgstr "" +msgstr "Добавление ваших подписей" #: ../../docs/user/developers/compiling.rst:238 msgid "Create a new branch for the version that was built::" -msgstr "" +msgstr "Создайте новую ветку для версии, которая была собрана::" #: ../../docs/user/developers/compiling.rst:243 msgid "" "Add and commit the ``*.assert`` and ``*.assert.sig`` files created by the " "build process. They will be located in the following folders::" msgstr "" +"Добавьте и зафиксируйте файлы ``*.assert`` и ``*.assert.sig``, созданные в " +"процессе сборки. Они будут расположены в следующих папках::" #: ../../docs/user/developers/compiling.rst:252 msgid "Push to your fork of the gitian.sigs repository on GitHub::" -msgstr "" +msgstr "Запуште в свой форк репозитория gitian.sigs на GitHub::" #: ../../docs/user/developers/compiling.rst:257 msgid "" @@ -296,3 +375,7 @@ msgid "" "request will be reviewed by Dash Core developers and merged if everything " "checks out. Thanks for contributing!" msgstr "" +"Перейдите на `GitHub `__ и " +"откройте pull request к ветке ``master`` репозитория upstream. Запрос будет " +"рассмотрен разработчиками Dash Core и интегрирован, если все будет " +"проверено. Спасибо за участие!" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/index.po b/locale/ru/LC_MESSAGES/docs/user/developers/index.po index fa67b9659..61b0b28a4 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po index 0b702e0e4..9e187fc35 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration-apis.po @@ -8,6 +8,7 @@ # Leon White , 2023 # Андрей Дегтяр , 2023 # Dima, 2023 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -16,7 +17,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: Dima, 2023\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,13 +27,15 @@ msgstr "" #: ../../docs/user/developers/integration-apis.rst-1 msgid "API resources for using Dash." -msgstr "" +msgstr "API-ресурсы для использования Dash." #: ../../docs/user/developers/integration-apis.rst-1 msgid "" "dash, merchants, payment processor, API, SDK, insight, blockcypher, " "instantsend, python, .NET, java, javascript, nodejs, php, objective-c" msgstr "" +"dash, продавцы, платёжный процессор, API, SDK, insight, blockcypher, " +"instantsend, python, .NET, java, javascript, nodejs, php, objective-c," #: ../../docs/user/developers/integration-apis.rst:9 msgid "API Services" @@ -103,7 +106,7 @@ msgstr "Insight" #: ../../docs/user/developers/integration-apis.rst:42 msgid "https://github.com/dashpay/insight-api" -msgstr "" +msgstr "https://github.com/dashpay/insight-api" #: ../../docs/user/developers/integration-apis.rst:44 msgid "" @@ -127,7 +130,7 @@ msgstr "Модель ценообразования: бесплатный / от #: ../../docs/user/developers/integration-apis.rst:52 msgid "Documentation: https://github.com/dashpay/insight-api" -msgstr "" +msgstr "Документация: https://github.com/dashpay/insight-api" #: ../../docs/user/developers/integration-apis.rst:56 msgid "BlockCypher" @@ -162,10 +165,12 @@ msgid "" "Pricing Model: Per API Call, 5000 Requests -> $85.00 per month " "(https://accounts.blockcypher.com)" msgstr "" +"Модель ценообразования: за API запрос, 5000 запросов -> $85.00 в месяц " +"(https://accounts.blockcypher.com)" #: ../../docs/user/developers/integration-apis.rst:74 msgid "Documentation: https://www.blockcypher.com/dev/bitcoin/" -msgstr "" +msgstr "Документация: https://www.blockcypher.com/dev/bitcoin/" #: ../../docs/user/developers/integration-apis.rst:78 msgid "BitGo" @@ -199,45 +204,51 @@ msgstr "Модель ценообразования: за API запрос" #: ../../docs/user/developers/integration-apis.rst:94 msgid "Documentation: https://app.bitgo.com/docs/" -msgstr "" +msgstr "Документация: https://app.bitgo.com/docs/" #: ../../docs/user/developers/integration-apis.rst:97 msgid "Blockmove" -msgstr "" +msgstr "Blockmove" #: ../../docs/user/developers/integration-apis.rst:104 msgid "https://blockmove.io" -msgstr "" +msgstr "https://blockmove.io" #: ../../docs/user/developers/integration-apis.rst:106 msgid "" "Cryptocurrency wallet, merchant & API provider. Blockmove is a simple and " "easy way to start accepting payments in cryptocurrency." msgstr "" +"Криптовалютный кошелек, мерчант и API-провайдер. Blockmove - это простой и " +"удобный способ начать принимать платежи в криптовалюте." #: ../../docs/user/developers/integration-apis.rst:109 msgid "" "Features: Non-custodial wallet, HD Wallet, High anonymity, Low fees. Private" " keys are not stored and are available only to the user." msgstr "" +"Особенности: Кошелек без хранилища, HD-кошелек, высокая анонимность, низкие " +"комиссии. Приватные ключи не хранятся и доступны только пользователю." #: ../../docs/user/developers/integration-apis.rst:111 msgid "" "Pricing Model: API - 0.3% for withdrawal transactions. Merchant - 1 year " "free, then $49/month" msgstr "" +"Модель ценообразования: API - 0.3% for withdrawal transactions. Мерчант - 1 " +"год бесплатно, далее $49/месяц" #: ../../docs/user/developers/integration-apis.rst:113 msgid "Documentation: https://docs.blockmove.io" -msgstr "" +msgstr "Документация: https://docs.blockmove.io" #: ../../docs/user/developers/integration-apis.rst:117 msgid "NOWNodes" -msgstr "" +msgstr "NOWNodes" #: ../../docs/user/developers/integration-apis.rst:124 msgid "https://nownodes.io/" -msgstr "" +msgstr "https://nownodes.io/" #: ../../docs/user/developers/integration-apis.rst:126 msgid "" @@ -245,26 +256,30 @@ msgid "" "nodes. The low latency and high performance is of great use to researchers " "and businesses such as crypto miners or hardware wallet providers." msgstr "" +"NOWNodes обеспечивает простой, быстрый и безопасный RPC-доступ к нодам на " +"базе Dash. Низкая задержка и высокая производительность очень полезны для " +"исследователей и предприятий, таких как майнеры криптовалют или поставщики " +"аппаратных кошельков." #: ../../docs/user/developers/integration-apis.rst:131 msgid "Features: All Dash RPC commands" -msgstr "" +msgstr "Особенности: Все команды Dash RPC" #: ../../docs/user/developers/integration-apis.rst:132 msgid "Pricing Model: Free up to 20k requests, Pricing tiers" -msgstr "" +msgstr "Модель ценообразования: Бесплатно до 20к запросов, уровни цен" #: ../../docs/user/developers/integration-apis.rst:133 msgid "Documentation: https://nownodes.io/documentation" -msgstr "" +msgstr "Документация: https://nownodes.io/documentation" #: ../../docs/user/developers/integration-apis.rst:136 msgid "Tokenview" -msgstr "" +msgstr "Tokenview" #: ../../docs/user/developers/integration-apis.rst:143 msgid "https://services.tokenview.io" -msgstr "" +msgstr "https://services.tokenview.io" #: ../../docs/user/developers/integration-apis.rst:145 msgid "" @@ -273,20 +288,27 @@ msgid "" "alerts features are available to notify applications of balance changes in " "real time." msgstr "" +"Tokenview предоставляет Dash API, что упрощает разработчикам создание " +"криптовалютных платежных приложений и разработку Dash dApps. Имеются функции" +" мониторинга и оповещения, позволяющие уведомлять приложения об изменении " +"баланса в режиме реального времени." #: ../../docs/user/developers/integration-apis.rst:150 msgid "" "Features: Fully access Dash historical and real-time on-chain data for non-" "custodial wallet, HD wallet. High performance and high availability." msgstr "" +"Особенности: Полный доступ к историческим данным Dash и данным о блокчейне в" +" реальном времени для кошелька без хранилища, HD-кошелька. Высокая " +"производительность и высокая доступность" #: ../../docs/user/developers/integration-apis.rst:152 msgid "Pricing Model: Free up to 1 million requests, pricing tiers." -msgstr "" +msgstr "Модель ценообразования: Бесплатно до 1 млн. запросов, уровни цен" #: ../../docs/user/developers/integration-apis.rst:153 msgid "Documentation: https://services.tokenview.io/docs?type=api" -msgstr "" +msgstr "Документация: https://services.tokenview.io/docs?type=api" #: ../../docs/user/developers/integration-apis.rst:157 msgid "CoinPayments" @@ -303,6 +325,11 @@ msgid "" "today. CoinPayments can help you set up a new checkout or integrate with " "your pre-existing checkout." msgstr "" +"CoinPayments - это интегрированный платёжный шлюз для криптовалют, таких как" +" Dash. Плагины \"корзины покупок\" доступны для всех популярных движков " +"интернет-магазинов, используемых сегодня. CoinPayments может помочь вам " +"настроить \"оформление заказа\" или интегрироваться с уже существующим " +"оформлением заказа." #: ../../docs/user/developers/integration-apis.rst:171 msgid "" @@ -310,6 +337,9 @@ msgid "" "Private Keys on their server allowing merchants to withdraw funds in " "Cryptocurrency or convert to fiat." msgstr "" +"Функции: выставление счетов, курсы валют, обратные вызовы WebHook. " +"CoinPayments хранит приватные ключи на своём сервере, что позволяет продавцу" +" извлекать средства в криптовалюте или конвертировать их в фиатную валюту." #: ../../docs/user/developers/integration-apis.rst:174 msgid "" @@ -342,6 +372,9 @@ msgid "" "`code snippet generator from CoinGecko " "`_." msgstr "" +"Вы можете добавить простой виджет с ценовым тикером на ваш сайт, используя " +"простой `фрагмент из генератора кода CoinGecko " +"`_." #: ../../docs/user/developers/integration-apis.rst:195 msgid "" @@ -351,6 +384,12 @@ msgid "" "information is available from `DashCentral " "`_." msgstr "" +"Аналогичные виджеты с различным дизайном доступны на `CoinLib " +"`_, `WorldCoinIndex " +"`_ и `Cryptonator " +"`_, в то время как API, предоставляющий " +"аналогичную информацию, размещён на `DashCentral " +"`_." #: ../../docs/user/developers/integration-apis.rst:203 msgid "QR Codes" @@ -362,6 +401,10 @@ msgid "" "the Dash address. Printing these codes or posting the on your website makes " "it easy to receive payment and tips in Dash, both online and offline." msgstr "" +"Многие кошельки способны генерировать QR-коды, которые затем можно " +"сканировать для упрощения ввода адреса Dash. Печать этих кодов или " +"размещение на вашем сайте позволяет легко получать платежи и чаевые в DASH, " +"находясь как онлайн, так и офлайн." #: ../../docs/user/developers/integration-apis.rst:210 msgid "" @@ -369,6 +412,10 @@ msgid "" "and double-click it to display a QR code. Right-click on the QR code and " "select **Save Image** to save a PNG file." msgstr "" +"В кошельке Dash Core откройте вкладку **Получить**, при необходимости " +"сгенерируйте адрес и дважды кликните на нём, чтобы отобразить QR-код. " +"Кликните правой кнопкой на QR-коде и выберите **Сохранить изображение**, " +"чтобы сохранить его в формате PNG." #: ../../docs/user/developers/integration-apis.rst:213 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po index 7e67857be..75c82bd3e 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -7,15 +7,16 @@ # Андрей Дегтяр , 2023 # Julia Ogonkova , 2023 # Dima, 2023 +# VONCAN, 2023 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: Dima, 2023\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,13 +26,15 @@ msgstr "" #: ../../docs/user/developers/integration-sdks.rst-1 msgid "SDK resources for using Dash." -msgstr "" +msgstr "SDK-ресурсы для использования Dash." #: ../../docs/user/developers/integration-sdks.rst-1 msgid "" "dash, merchants, payment processor, SDK, insight, instantsend, python, .NET," " java, javascript, nodejs, php, objective-c" msgstr "" +"dash, мерчанты, платёжный процессор, SDK, insight, instantsend, python, " +".NET, java, javascript, nodejs, php, objective-c" #: ../../docs/user/developers/integration-sdks.rst:8 msgid "SDK Resources" @@ -57,7 +60,7 @@ msgstr "Руководство для разработчиков Dash" #: ../../docs/user/developers/integration-sdks.rst:25 msgid "https://docs.dash.org/core" -msgstr "" +msgstr "https://docs.dash.org/core" #: ../../docs/user/developers/integration-sdks.rst:27 msgid "" @@ -67,14 +70,20 @@ msgid "" "Dash Core and Dash Platform, either from source, from a pre-compiled " "executable or from Docker Hub." msgstr "" +"Портал для разработчиков Dash предназначен для предоставления информации, " +"необходимой для понимания Dash и начала создания приложений на базе Dash. " +"Чтобы максимально эффективно использовать эту документацию, необходимо " +"установить текущую версию Dash Core и Dash Platform либо из исходного кода, " +"либо из предварительно скомпилированного исполняемого файла, либо из Docker " +"Hub." #: ../../docs/user/developers/integration-sdks.rst:33 msgid "Dash Core: https://docs.dash.org/core" -msgstr "" +msgstr "Dash Core: https://docs.dash.org/core" #: ../../docs/user/developers/integration-sdks.rst:34 msgid "Dash Platform: https://dashplatform.readme.io/" -msgstr "" +msgstr "Dash Platform: https://dashplatform.readme.io/" #: ../../docs/user/developers/integration-sdks.rst:37 msgid "NodeJS/JavaScript: Dashcore" @@ -107,38 +116,46 @@ msgid "" "Documentation: https://github.com/dashpay/dashcore-" "lib/blob/master/README.md#documentation" msgstr "" +"Документация: https://github.com/dashpay/dashcore-" +"lib/blob/master/README.md#documentation" #: ../../docs/user/developers/integration-sdks.rst:53 msgid "Repository lib: https://github.com/dashpay/dashcore-lib" -msgstr "" +msgstr "Репозиторий: https://github.com/dashpay/dashcore-lib" #: ../../docs/user/developers/integration-sdks.rst:54 msgid "Repository node: https://github.com/dashpay/dashcore-node" -msgstr "" +msgstr "Репозиторий ноды: https://github.com/dashpay/dashcore-node" #: ../../docs/user/developers/integration-sdks.rst:55 msgid "See also: `Insight API `__" msgstr "" +"Смотрите также: `Insight API `__" #: ../../docs/user/developers/integration-sdks.rst:58 msgid "NodeJS/JavaScript: DashJS" -msgstr "" +msgstr "NodeJS/JavaScript: DashJS" #: ../../docs/user/developers/integration-sdks.rst:60 msgid "" "DashJS allows you to transact on L1 or fetch/register documents on L2 within" " a single library, including management and signing of your documents." msgstr "" +"DashJS позволяет проводить транзакции на L1 или получать/регистрировать " +"документы на L2 в рамках одной библиотеки, включая управление и подписание " +"документов." #: ../../docs/user/developers/integration-sdks.rst:65 msgid "Documentation: https://dashpay.github.io/platform/SDK/" -msgstr "" +msgstr "Документация: https://dashpay.github.io/platform/SDK/" #: ../../docs/user/developers/integration-sdks.rst:66 msgid "" "Repository: https://github.com/dashpay/platform/tree/master/packages/js-" "dash-sdk" msgstr "" +"Репозиторий: https://github.com/dashpay/platform/tree/master/packages/js-" +"dash-sdk" #: ../../docs/user/developers/integration-sdks.rst:69 msgid "PHP: Bitcoin-PHP" @@ -165,6 +182,8 @@ msgid "" "Documentation: https://github.com/Bit-Wasp/bitcoin-" "php/blob/1.0/doc/documentation/Introduction.md" msgstr "" +"Документация: https://github.com/Bit-Wasp/bitcoin-" +"php/blob/1.0/doc/documentation/Introduction.md" #: ../../docs/user/developers/integration-sdks.rst:78 msgid "Repository: https://github.com/snogcel/bitcoin-php" @@ -214,7 +233,7 @@ msgstr "Java: DashJ" #: ../../docs/user/developers/integration-sdks.rst:102 msgid "https://github.com/dashpay/dashj" -msgstr "" +msgstr "https://github.com/dashpay/dashj" #: ../../docs/user/developers/integration-sdks.rst:104 msgid "" @@ -237,11 +256,11 @@ msgstr "Платформа: Java" #: ../../docs/user/developers/integration-sdks.rst:111 msgid "Documentation: https://bitcoinj.org/getting-started" -msgstr "" +msgstr "Документация: https://bitcoinj.org/getting-started" #: ../../docs/user/developers/integration-sdks.rst:112 msgid "Repository: https://github.com/dashpay/dashj" -msgstr "" +msgstr "Репозиторий: https://github.com/dashpay/dashj" #: ../../docs/user/developers/integration-sdks.rst:113 msgid "Example application: https://github.com/tomasz-ludek/pocket-of-dash" @@ -253,7 +272,7 @@ msgstr "Objective-C: Dash-Sync" #: ../../docs/user/developers/integration-sdks.rst:123 msgid "https://github.com/dashpay/dashsync-iOS" -msgstr "" +msgstr "https://github.com/dashpay/dashsync-iOS" #: ../../docs/user/developers/integration-sdks.rst:125 msgid "" @@ -271,7 +290,7 @@ msgstr "Платформа: iOS" #: ../../docs/user/developers/integration-sdks.rst:130 msgid "Repository: https://github.com/dashpay/dashsync-iOS" -msgstr "" +msgstr "Репозиторйи: https://github.com/dashpay/dashsync-iOS" #: ../../docs/user/developers/integration-sdks.rst:133 msgid ".NET: NBitcoin" @@ -289,6 +308,12 @@ msgid "" "It also provides low level access to Dash primitives so you can easily build" " your application on top of it." msgstr "" +"NBitcoin - самая полная Bitcoin-библиотека для платформы .NET, в которую " +"были внесены изменения с целью добавления поддержки Dash. В ней реализованы " +"все наиболее подходящие предложения по улучшению сети Bitcoin (BIPs) и " +"предложения по улучшению сети Dash (DIPs). Она также обеспечивает доступ на " +"нижний уровень к примитивам Dash, поэтому вы можете легко создавать " +"приложения поверх них." #: ../../docs/user/developers/integration-sdks.rst:148 msgid "Platform: .NET" @@ -299,6 +324,8 @@ msgid "" "Documentation: " "https://programmingblockchain.gitbook.io/programmingblockchain/" msgstr "" +"Документация: " +"https://programmingblockchain.gitbook.io/programmingblockchain/" #: ../../docs/user/developers/integration-sdks.rst:150 msgid "Repository: https://github.com/MetacoSA/NBitcoin" @@ -329,4 +356,4 @@ msgstr "Платформы: Ruby, Python, Java, PHP, Go, NodeJS" #: ../../docs/user/developers/integration-sdks.rst:166 msgid "Repositories: https://www.blockcypher.com/dev/bitcoin/" -msgstr "" +msgstr "Репозиторий: https://www.blockcypher.com/dev/bitcoin/" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po index 6f5394efe..92695d3a1 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/integration.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/integration.po @@ -9,6 +9,7 @@ # Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 # Max Aronych , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -17,7 +18,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Max Aronych , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -455,6 +456,8 @@ msgid "" "The following notifications are relevant for recognizing transactions and " "their corresponding instantlocks:" msgstr "" +"Для распознавания транзакций и соответствующих им мгновенных блокировок " +"актуальны следующие уведомления:" #: ../../docs/user/developers/integration.rst:214 msgid "zmqpubhashtx" @@ -509,16 +512,25 @@ msgid "" "InstantSend when each of its inputs is considered confirmed. This is the " "case when at least one of the following circumstances is true:" msgstr "" +"С момента появления в сети Dash версии 0.14.0 LLMQ, кворумы теперь будут " +"пытаться заблокировать каждую действительную транзакцию по умолчанию без " +"какой-либо дополнительной комиссии или действий со стороны отправляющего " +"кошелька или пользователя. Транзакция имеет право на InstantSend, когда все " +"ее входы считаются подтвержденными. Это происходит, если верно хотя бы одно " +"из следующих обстоятельств:" #: ../../docs/user/developers/integration.rst:249 msgid "" "the previous transaction referred to by the input is confirmed with 6 blocks" msgstr "" +"предыдущая транзакция, на которую ссылается вход, подтверждена 6 блоками" #: ../../docs/user/developers/integration.rst:251 msgid "" "the previous transaction is confirmed through an older InstantSend lock" msgstr "" +"предыдущая транзакция подтверждается через более старую блокировку " +"InstantSend" #: ../../docs/user/developers/integration.rst:253 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po b/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po index d2844b397..2a8e1ab76 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/sporks.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Андрей Дегтяр , 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po b/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po index 415e34eb0..ee66402e9 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/testnet.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/developers/translating.po b/locale/ru/LC_MESSAGES/docs/user/developers/translating.po index 6f3c95451..587d729ab 100644 --- a/locale/ru/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/ru/LC_MESSAGES/docs/user/developers/translating.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/earning-spending.po b/locale/ru/LC_MESSAGES/docs/user/earning-spending.po index c724172a9..d0d981d49 100644 --- a/locale/ru/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/ru/LC_MESSAGES/docs/user/earning-spending.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po index 6f8015299..ced1cfab6 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/index.po b/locale/ru/LC_MESSAGES/docs/user/governance/index.po index 7d8a52c90..57c761041 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/index.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po b/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po index 0f0687c26..33d78b933 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/understanding.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Dima, 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/governance/using.po b/locale/ru/LC_MESSAGES/docs/user/governance/using.po index d6dd92954..b1bca5429 100644 --- a/locale/ru/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/ru/LC_MESSAGES/docs/user/governance/using.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Max Aronych , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/index.po b/locale/ru/LC_MESSAGES/docs/user/index.po index 860fa03e8..bb2ce4e92 100644 --- a/locale/ru/LC_MESSAGES/docs/user/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/index.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Dima, 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/about.po b/locale/ru/LC_MESSAGES/docs/user/introduction/about.po index 35c862ea6..f2a95320a 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/about.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Tikhon Skudarnov , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/features.po b/locale/ru/LC_MESSAGES/docs/user/introduction/features.po index 79f25554b..c2fdfef53 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/features.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/features.po @@ -10,6 +10,7 @@ # Андрей Дегтяр , 2022 # Julia Ogonkova , 2023 # Max Aronych , 2023 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -18,7 +19,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Max Aronych , 2023\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,12 +32,17 @@ msgid "" "Dash features several unique value propositions including masternodes, " "CoinJoin, InstantSend and a decentralized governance system" msgstr "" +"Dash обладает несколькими уникальными ценнными характеристиками, среди " +"которых мастерноды, функции PrivateSend и InstantSend, а также " +"децентрализованная система управления" #: ../../docs/user/introduction/features.rst-1 msgid "" "dash, cryptocurrency, features, masternodes, coinjoin, privatesend, " "instantsend, sporks, x11, dgw, governance, sentinel, evolution" msgstr "" +"dash, криптовалюта, свойства, мастерноды, privatesend, instantsend, спорки, " +"sporks, x11, dgw, управление, Sentinel, Evolution" #: ../../docs/user/introduction/features.rst:9 msgid "Features" @@ -83,7 +89,7 @@ msgstr "Децентрализованный второй уровень сет #: ../../docs/user/introduction/features.rst:24 msgid "Superior privacy using CoinJoin" -msgstr "" +msgstr "Превосходная конфиденциальность с CoinJoin" #: ../../docs/user/introduction/features.rst:25 msgid "Instant transactions using InstantSend" @@ -94,6 +100,8 @@ msgid "" "Protection against blockchain reorganization events (commonly called 51% " "attacks) using ChainLocks" msgstr "" +"Защита от возникновения в цепи блокчейна событий реорганизации (так " +"называемых атак 51% ) с помощью технологии ChainLocks" #: ../../docs/user/introduction/features.rst:28 msgid "" @@ -121,6 +129,17 @@ msgid "" "practical guides on all topics relating to masternodes :ref:`here " "`." msgstr "" +"В дополнение к традиционным наградам за добытый блок по алгоритму Proof-Of-" +"Work (доказательство выполнения работы, PoW), пользователи Dash также " +"получают вознаграждение за поддержание работы специальных серверов, " +"называемых мастернодами. Благодаря своей инновационной двухуровневой " +"структуре, Dash может предложить особые функции, работающие " +"децентрализованно и без необходимости доверия кому- или чему-либо. При " +"помощи мастернод работают функции PrivateSend, InstantSend, а также система " +"управления и Бюджетная система. За запуск мастернод пользователи получают " +"вознаграждения; 45% блочных наград распределяется на оплату сети мастернод. " +"Практические рекомендации по всем вопросам, касающимся мастернод вы можете " +"посмотреть :ref:`здесь `." #: ../../docs/user/introduction/features.rst:48 msgid "Masternodes enable the following services:" @@ -140,12 +159,16 @@ msgid "" "**CoinJoin** gives financial privacy through a decentralized implementation " "of CoinJoin." msgstr "" +"**CoinJoin** обеспечивает финансовую конфиденциальность за счет " +"децентрализованной реализации CoinJoin." #: ../../docs/user/introduction/features.rst:54 msgid "" "**ChainLocks**, which protects the blockchain against 51% mining attacks by " "signing blocks as they are mined." msgstr "" +"**ChainLocks**, который защищает блокчейн от майнинг атак 51%, подписывая " +"блоки по мере их добычи." #: ../../docs/user/introduction/features.rst:56 msgid "" @@ -153,6 +176,9 @@ msgid "" "direction of the project and devotes 10% of the block reward to development " "of the project and ecosystem." msgstr "" +"**Управление и Бюджетная система** позволяет держателям Dash определять " +"направление развития проекта и распределять 10% от награды за блок на " +"развитие проекта и экосистемы." #: ../../docs/user/introduction/features.rst:59 msgid "" @@ -171,6 +197,14 @@ msgid "" "masternode has one vote and this vote can be used on budget proposals or " "important decisions that affect Dash." msgstr "" +"Владелец мастерноды должен иметь в своём распоряжении 1000 DASH, " +"доказательство владения которыми он осуществляет подписав специальное " +"сообщение и разослав его по сети. Эта сумма может быть потрачена в любой " +"момент, но в таком случае мастернода потеряет свой статус, покинет очередь и" +" перестанет получать вознаграждения от сети. Кроме того, владелец мастерноды" +" имеет **право голосования** за предложения. Каждая мастернода имеет один " +"голос, который можно использовать при распределении бюджета или решении " +"важных вопросов, влияющих на проект." #: ../../docs/user/introduction/features.rst:70 msgid "" @@ -182,10 +216,18 @@ msgid "" "together with the block reward. There is also the possibility for " "masternodes to earn money from fees in the future." msgstr "" +"Размещение мастернод требует денег и усилий, поэтому в качестве поощрения им" +" выплачивается процент от вознаграждения за блок. Поскольку в каждом блоке " +"выплачивается вознаграждение только одной мастерноде, частота выплат может " +"меняться, равно как и величина выплачиваемого Dash. Этот инструмент " +"`_ показывает расчет заработка мастернод в " +"реальном времени. Ежегодно эти вознаграждения уменьшаются на 7% вместе с " +"вознаграждением за блок. Существует также возможность того, что в будущем " +"мастерноды будут зарабатывать на комиссиях." #: ../../docs/user/introduction/features.rst:79 msgid "Evolution Masternodes (evonodes)" -msgstr "" +msgstr "Эволюционные мастерноды (Эвоноды)" #: ../../docs/user/introduction/features.rst:81 msgid "" @@ -193,6 +235,9 @@ msgid "" "created to host the Dash Platform. An evonode is a lot like Masternodes with" " these differences:" msgstr "" +"Эволюционные мастерноды (Эвоноды) являются подмножеством мастернод, " +"созданных для размещения платформы Dash. Эвонода во многом похожа на " +"мастерноду, но с некоторыми отличиями:" #: ../../docs/user/introduction/features.rst:86 msgid "Masternode" @@ -200,7 +245,7 @@ msgstr "Мастернода" #: ../../docs/user/introduction/features.rst:86 msgid "Evolution Masternode" -msgstr "" +msgstr "Эвонода" #: ../../docs/user/introduction/features.rst:88 msgid "Collateral" @@ -208,52 +253,52 @@ msgstr "Залог" #: ../../docs/user/introduction/features.rst:88 msgid "1000 DASH" -msgstr "" +msgstr "1000 DASH" #: ../../docs/user/introduction/features.rst:88 msgid "4000 DASH (4X the collateral for normal masternodes)" -msgstr "" +msgstr "4000 DASH (4x обеспечения обычной мастерноды)" #: ../../docs/user/introduction/features.rst:90 msgid "Specs" -msgstr "" +msgstr "Характеристики" #: ../../docs/user/introduction/features.rst:90 msgid "Lesser than evonodes" -msgstr "" +msgstr "Меньше, чем эвоноды" #: ../../docs/user/introduction/features.rst:90 msgid "Higher than normal masternodes" -msgstr "" +msgstr "Выше, чем у обычных мастернод" #: ../../docs/user/introduction/features.rst:92 msgid "Service" -msgstr "" +msgstr "Сервисы" #: ../../docs/user/introduction/features.rst:92 msgid "Only Dash Core" -msgstr "" +msgstr "Только Dash Core" #: ../../docs/user/introduction/features.rst:92 msgid "Both Dash Core and Platform" -msgstr "" +msgstr "Как Dash Core, так и Platform" #: ../../docs/user/introduction/features.rst:94 msgid "Voting Weight" -msgstr "" +msgstr "Вес голоса" #: ../../docs/user/introduction/features.rst:94 msgid "1 node gets 1 vote" -msgstr "" +msgstr "1 мастернода имеет 1 голос" #: ../../docs/user/introduction/features.rst:94 msgid "Has 4 times the voting power of a normal masternode" -msgstr "" +msgstr "Имеет силу голоса в 4 раза чем обычная мастернода" #: ../../docs/user/introduction/features.rst:101 #: ../../docs/user/introduction/features.rst:614 msgid "CoinJoin" -msgstr "" +msgstr "CoinJoin" #: ../../docs/user/introduction/features.rst:103 msgid "" @@ -264,16 +309,24 @@ msgid "" "a single transaction, so the value in Dash never leaves your wallet. You " "retain control of your money at all times." msgstr "" +"Функия CoinJoin даёт вам полную финансовую анонимность, скрывая источники " +"ваших средств. Все DASH в вашем кошельке состоят из различных \"входов\", " +"которые можно представить себе в виде отдельных, дискретных монет. CoinJoin " +"запускает инновационный процесс перемешивания ваших входов со входами двух " +"других пользователей таким образом, что ваши деньги не покидают кошелёк. Вы " +"продолжаете сохранять постоянный контроль над своими деньгами." #: ../../docs/user/introduction/features.rst:111 msgid "" "You can view a practical guide to use CoinJoin :ref:`here `." msgstr "" +"Практическое руководство по использованию функции CoinJoin вы можете " +"посмотреть :ref:`здесь `." #: ../../docs/user/introduction/features.rst:114 msgid "The CoinJoin process works like this:" -msgstr "" +msgstr "Так работает процесс CoinJoin:" #: ../../docs/user/introduction/features.rst:116 msgid "" @@ -281,6 +334,10 @@ msgid "" "denominations. These denominations are 0.001, 0.01, 0.1, 1 and 10 Dash -- " "much like the paper money you use every day." msgstr "" +"Работа CoinJoin начинается с разбивки ваших транзакционных входов на " +"стандартные номиналы. Такими номиналами являются: 0,001 DASH, 0,01 DASH, 0,1" +" DASH, 1 DASH и 10 DASH - это почти похоже на номиналы обычных купюр, " +"которыми вы ежедневно пользуетесь." #: ../../docs/user/introduction/features.rst:119 msgid "" @@ -290,6 +347,11 @@ msgid "" "identifiable information is sent to the masternodes, so they never know who " "you are." msgstr "" +"Затем ваш кошелёк рассылает запросы на специально сконфигурированные с " +"помощью ПО узлы в сети, называемые \"мастернодами\". Мастерноды получают " +"запрос о том, что вы заинтересованы в перемешивании определённых номиналов. " +"Никакой идентифицирующей информации мастернодам не отправляется, так что они" +" никогда не смогут определить автора запроса." #: ../../docs/user/introduction/features.rst:124 msgid "" @@ -299,6 +361,12 @@ msgid "" "themselves. Your wallet pays that denomination directly to itself but in a " "different address (called a change address)." msgstr "" +"Когда в сети встречаются два других аналогичных запроса на перемешивание " +"одинаковых номиналов, начинается сессия перемешивания. Мастерноды " +"перемешивают входы и дают инструкции всем трём пользовательским кошелькам " +"выплатить теперь уже трансформированные входы самим себе обратно. Ваш " +"кошелёк выплачивает номинал напрямую себе же, но на другой адрес (называемый" +" адресом сдачи)." #: ../../docs/user/introduction/features.rst:130 msgid "" @@ -306,6 +374,9 @@ msgid "" "denomination. Each time the process is completed it’s called a \"round.\" " "The user may choose between 2-16 rounds of CoinJoin." msgstr "" +"Ваш кошелек может повторять этот процесс несколько раз с каждым номиналом. " +"Каждый раз, когда процесс завершается, называется \"раундом\". Пользователь " +"может выбрать один из 2-16 раундов CoinJoin." #: ../../docs/user/introduction/features.rst:133 msgid "" @@ -314,6 +385,11 @@ msgid "" "`__ which will join a given " "denomination by up to three extra rounds to further improve privacy." msgstr "" +"Ваши средства пройдут не менее указанного вами количества раундов. Dash 0.16" +" включает обновление, известное как `Random Round CoinJoin " +"`__, которое будет присоединять к" +" заданному номиналу до трех дополнительных раундов для дальнейшего повышения" +" конфиденциальности." #: ../../docs/user/introduction/features.rst:138 msgid "" @@ -321,12 +397,18 @@ msgid "" "part. When you wish to make a transaction using your denominated funds no " "additional waiting will be required." msgstr "" +"Процесс перемешивания происходит автоматически в фоновом режиме и не требует" +" вмешательства с вашей стороны. Когда вы захотите выполнить транзакцию, ваши" +" средства уже будут анонимизированы. Дополнительное ожидание не потребуется." #: ../../docs/user/introduction/features.rst:142 msgid "" "Note that CoinJoin transactions will be rounded up so that all transaction " "inputs are spent. Any excess Dash will be spent on the transaction fee." msgstr "" +"Обратите внимание, что сумма транзакции СoinJoin округляется, чтобы были " +"потрачены все транзакционные входы. Все избыточные DASH будут потрачены на " +"комиссию за транзакцию." #: ../../docs/user/introduction/features.rst:146 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 146bf14a0..1d4bc0eb7 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po b/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po index 982db7ed7..44f396940 100644 --- a/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/ru/LC_MESSAGES/docs/user/introduction/safety.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/legal.po b/locale/ru/LC_MESSAGES/docs/user/legal.po index aa4dafdc6..1b4a754aa 100644 --- a/locale/ru/LC_MESSAGES/docs/user/legal.po +++ b/locale/ru/LC_MESSAGES/docs/user/legal.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/marketing.po b/locale/ru/LC_MESSAGES/docs/user/marketing.po index a76dfcc99..e4296c973 100644 --- a/locale/ru/LC_MESSAGES/docs/user/marketing.po +++ b/locale/ru/LC_MESSAGES/docs/user/marketing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Андрей Дегтяр , 2022\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po index b6101032f..e8c321074 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/index.po @@ -6,6 +6,7 @@ # Translators: # Dima, 2022 # Андрей Дегтяр , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -14,7 +15,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Андрей Дегтяр , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,6 +51,15 @@ msgid "" " world, and the masternodes are necessary to achieve the privacy and speed " "that Dash offers." msgstr "" +"Dash прежде всего известен как первая криптовалюта, сфокусированная на " +"анонимности и скорости транзакций. Не все знают, что эти функции реализованы" +" на верхнем уровне сети выделенных серверов и известны как мастерноды, " +"благодаря которым возникает множество интересных функций, недоступных в " +"обычных блокчейнах. Эти функции включают анонимные и мгновенные транзакции, " +"а также управление развитием сети Dash с помощью ежемесячного бюджета и " +"голосования. В мире криптографии это первая подобная валюта, а мастерноды " +"необходимы для обеспечения конфиденциальности и скорости, которую предлагает" +" Dash." #: ../../docs/user/masternodes/index.rst:22 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po index 92e8db88f..bdc68ca6c 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/maintenance.po @@ -9,6 +9,7 @@ # Max Aronych , 2022 # Андрей Дегтяр , 2022 # Dima, 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -17,7 +18,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Dima, 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -73,10 +74,17 @@ msgid "" "`__." msgstr "" +"Программное обеспечение Dash Core требует регулярного обновления, чтобы " +"оставаться в соответствии с текущим сетевым консенсусом. Чтобы вручную " +"обновить свою мастерноду, выполните описанную ниже процедуру. Если вы все " +"еще используете устаревшую программу установки dashman, обратитесь к " +"документации по обновлению устаревшей версии " +"`__." #: ../../docs/user/masternodes/maintenance.rst:30 msgid "Manual update" -msgstr "" +msgstr "Ручное обновление" #: ../../docs/user/masternodes/maintenance.rst:32 msgid "" @@ -109,18 +117,25 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Убедитесь в подлинности загруженного файла, сверив его подпись с открытым " +"ключом, опубликованным командой разработчиков Dash Core. Все выпуски Dash " +"подписываются с помощью GPG одним из следующих ключей:" #: ../../docs/user/masternodes/maintenance.rst:57 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Александр Блок (codablock) с ключом ``63A9 6B40 6102 E091``, " +"``верифицируемый здесь на Keybase `__" #: ../../docs/user/masternodes/maintenance.rst:59 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta с ключом ``5252 7BED ABE8 7984``, ``верифицируемым здесь на Keybase " +"`__" #: ../../docs/user/masternodes/maintenance.rst:69 msgid "" @@ -181,6 +196,10 @@ msgid "" "Changing your IP address or making changes to the voting or various payout " "addresses will not reset your position in the payment queue." msgstr "" +"Смена ключа оператора BLS или создание нового ProTx на основе той же " +"операции обеспечения приведет к сбросу позиции в очереди на выплату. Смена " +"IP-адреса или внесение изменений в адреса голосования или различных выплат " +"не приведет к сбросу позиции в очереди на выплату." #: ../../docs/user/masternodes/maintenance.rst:115 msgid "ProUpServTx" @@ -198,6 +217,15 @@ msgid "" "DMT by clicking the **Update service** button, or from Dash Core using the " "following syntax::" msgstr "" +"Служебная Транзакция Обновления Информации о Поставщике Услуг или Provider " +"Update Service Transaction (ProUpServTx) используется для обновления " +"информации, касающейся оператора. Оператор может обновить IP адрес и " +"входящие порты мастерноды. Если в изначальном ProRegTX была выставлена " +"``operatorReward`` отличная от нуля, то оператор может настроить поле " +"``operatorPayoutAddress`` в ProUpServTx. Если ``operatorPayoutAddress`` не " +"установлен или ``operatorReward`` равен нулю, то владелец получает полную " +"награду. ProUpServTx можно создать из DMT, нажав кнопку **Update service**, " +"или из Dash Core, используя следующий синтаксис::" #: ../../docs/user/masternodes/maintenance.rst:129 #: ../../docs/user/masternodes/maintenance.rst:171 @@ -231,6 +259,11 @@ msgid "" "value. Enter ``\"\"`` to use the last on-chain operator payout address, or " "as a placeholder when specifying a ``feeSourceAddress``." msgstr "" +"``operatorPayoutAddress`` (необязательно): Адрес, используемый для выплат " +"вознаграждений операторам. Допускается только в том случае, если ProRegTx " +"имел ненулевое значение ``operatorReward``. Введите ``\"\"``, чтобы " +"использовать последний адрес выплаты вознаграждения оператора, или в " +"качестве заполнителя при указании ``feeSourceAddress``." #: ../../docs/user/masternodes/maintenance.rst:140 #: ../../docs/user/masternodes/maintenance.rst:209 @@ -268,6 +301,13 @@ msgid "" "**Update operator key**, **Update voting key** or **Update payout addr.** " "buttons, or from Dash Core using the following syntax::" msgstr "" +"Регистрационная транзакция обновления информации о провайдере или Provider " +"Update Registrar Transaction (ProUpRegTx) используется для обновления " +"информации, касающейся владельца. Владелец может обновить публичный BLS ключ" +" оператора (например, чтобы назначить нового оператора), адрес голосования и" +" адреса выплат операторов. ProUpRegTx можно создать из DMT, нажав кнопки " +"**Update operator key**, **Update voting key** или **Update payout addr.**, " +"или из Dash Core, используя следующий синтаксис::" #: ../../docs/user/masternodes/maintenance.rst:167 msgid "" @@ -289,6 +329,8 @@ msgid "" "``votingKeyAddr``: An updated voting key address, or ``\"\"`` to use the " "last on-chain voting key" msgstr "" +"``votingKeyAddr``: обновлённый адрес для ключа голосования или значение " +"``\"\"`` для использования ключа последнего голосующего в блокчейне." #: ../../docs/user/masternodes/maintenance.rst:178 msgid "" @@ -326,6 +368,15 @@ msgid "" "the **Revoke operator** button, or from Dash Core using the following " "syntax::" msgstr "" +"Транзакция отзыва обновления информации о провайдере или Provider Update " +"Revocation Transaction (ProUpRevTx) используется оператором для прекращения " +"услуг или сигнализации владельцу о том, что необходим новый BLS ключ. Данная" +" транзакция немедленно поместит мастерноду в бан PoSe. Владелец должен будет" +" отправить ProUpRegTx для назначения нового ключа оператора. После того как " +"ProUpRegTX будет включена в блок, новый оператор должен будет отправить " +"ProUpServTx для обновления метаданных и исключения из бана PoSe " +"(восстановить мастерноду). ProUpRevTx можно создать из DMT, нажав кнопку " +"**Revoke operator**, или из Dash Core, используя следующий синтаксис::" #: ../../docs/user/masternodes/maintenance.rst:208 msgid "" @@ -339,7 +390,7 @@ msgstr "" #: ../../docs/user/masternodes/maintenance.rst:218 msgid "Proof of Service Bans" -msgstr "" +msgstr "Proof of Service Bans" #: ../../docs/user/masternodes/maintenance.rst:220 msgid "" @@ -348,17 +399,25 @@ msgid "" "Ban `. If your masternode is in the ``POSE_BANNED`` " "status, you should check the following settings are configured correctly:" msgstr "" +"Если ваш мастернода не может обеспечить обслуживание сети в соответствии с " +"действующими правилами консенсуса, он получит :ref:`Proof of Service Ban " +"`. Если ваша мастернода находится в статусе " +"``POSE_BANNED``, необходимо проверить правильность следующих настроек:" #: ../../docs/user/masternodes/maintenance.rst:225 msgid "" "Ensure you are running the :ref:`latest version of Dash `" msgstr "" +"Убедитесь, что вы используете :ref:`последнюю версию Dash `." #: ../../docs/user/masternodes/maintenance.rst:226 msgid "" "Ensure your masternode has sufficient memory, swap, processing power and " "hard drive space" msgstr "" +"Убедитесь, что мастерноде достаточно памяти, свопа, вычислительной мощности " +"и места на жестком диске" #: ../../docs/user/masternodes/maintenance.rst:228 msgid "" @@ -366,18 +425,25 @@ msgid "" "`__, and that you are on the correct " "chain and not forked off" msgstr "" +"Убедитесь, что вы полностью синхронизированы с `корректной высотой блока " +"`__, и что вы находитесь в правильной " +"цепочке, а не в вилочном соединении" #: ../../docs/user/masternodes/maintenance.rst:230 msgid "" "Ensure that a BLS private key is specified using the " "``masternodeblsprivkey`` option in the masternode's ``dash.conf`` file" msgstr "" +"Убедитесь, что закрытый ключ BLS указан с помощью опции " +"``masternodeblsprivkey`` в файле ``dash.conf`` мастерноды" #: ../../docs/user/masternodes/maintenance.rst:232 msgid "" "Ensure that the BLS private key on the masternode is unique on the network " "and not shared with any other masternodes" msgstr "" +"Убедитесь, что закрытый ключ BLS мастерноды уникален в сети и не " +"используется совместно с другими узлами." #: ../../docs/user/masternodes/maintenance.rst:234 msgid "" @@ -385,18 +451,25 @@ msgid "" "public key registered on the blockchain in the ``ProRegTx`` or " "``ProUpRegTx``" msgstr "" +"Убедитесь, что закрытый ключ BLS мастерноды соответствует открытому ключу " +"BLS, зарегистрированному на блокчейне в ``ProRegTx`` или ``ProUpRegTx``." #: ../../docs/user/masternodes/maintenance.rst:237 msgid "" "Ensure that the ``externalip`` (and ``port`` if using testnet) are specified" " correctly and not blocked by a firewall or port forwarding service" msgstr "" +"Убедитесь, что ``externalip`` (и ``port``, если используется testnet) " +"указаны правильно и не заблокированы брандмауэром или службой переадресации " +"портов" #: ../../docs/user/masternodes/maintenance.rst:240 msgid "" "Ensure that Sentinel is installed, updated, not exiting with an error and is" " entered in your crontab to run every 1-2 minutes" msgstr "" +"Убедитесь, что Sentinel установлен, обновлен, не завершается с ошибкой и " +"внесен в crontab для запуска каждые 1-2 минуты" #: ../../docs/user/masternodes/maintenance.rst:243 msgid "" @@ -408,6 +481,14 @@ msgid "" "misconfiguration that is causing the masternode to be banned. The masternode" " will be banned again if it continues to fail to provide service." msgstr "" +"Убедившись в правильности этих настроек, можно обновить статус обслуживания " +"в сети и вернуться к действительному набору мастернод, создав " +":ref:`ProUpServTx `. После восстановления обслуживания " +"внимательно следите за состоянием своего мастерноды с помощью ``masternode " +"status`` и/или файла ``debug.log``. Эта информация поможет определить " +"конкретную неправильную конфигурацию, из-за которой мастер-узел был " +"запрещен. Если мастернода продолжает отказываться от обслуживания, он будет " +"снова запрещен." #: ../../docs/user/masternodes/maintenance.rst:254 msgid "DashCentral voting, verification and monitoring" @@ -765,6 +846,9 @@ msgid "" "`explorer.dash.org `__ and " "`insight.dash.org `__." msgstr "" +"`Dash.org `__ включает в себя обозреватели блокчейна " +"по адресу `explorer.dash.org `__ и " +"`insight.dash.org `__." #: ../../docs/user/masternodes/maintenance.rst:478 msgid "" @@ -848,10 +932,13 @@ msgid "" "sequential reports on the price, generation rate, blockchain information and" " some information on masternodes." msgstr "" +"Masternode.me управляется членом коммьюнити Dash под именем moocowmoo. " +"Предлагается информация по цене, скорости генерации блоков, информация по " +"блокчейну и некоторая информация по мастернодам." #: ../../docs/user/masternodes/maintenance.rst:525 msgid "Dash Masternode Information" -msgstr "Dash Masternode Information" +msgstr "Информация о мастерноде" #: ../../docs/user/masternodes/maintenance.rst:527 msgid "http://178.254.23.111/~pub/Dash/Dash_Info.html" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po index 6a9e89e1e..d47e57044 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/server-config.po @@ -5,6 +5,7 @@ # # Translators: # Андрей Дегтяр , 2023 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -13,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: Андрей Дегтяр , 2023\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -31,7 +32,7 @@ msgstr "" #: ../../docs/user/masternodes/server-config.rst:9 msgid "Server configuration" -msgstr "" +msgstr "Конфигурация сервера" #: ../../docs/user/masternodes/server-config.rst:11 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po index b89efc723..babcf555d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-evonode.po @@ -8,6 +8,7 @@ # Julia Ogonkova , 2023 # Dima, 2023 # Андрей Дегтяр , 2023 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -16,7 +17,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-23 19:50+0000\n" -"Last-Translator: Андрей Дегтяр , 2023\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,14 +30,16 @@ msgid "" "This guide describes how to set up a Dash evolution masternode. It also " "describes various options for hosting and different wallets" msgstr "" +"В этом руководстве описывается настройка эвоноды Dash. Также в нём описаны " +"различные варианты для хостинга и различные кошельки" #: ../../docs/user/masternodes/setup-evonode.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls, evonode" -msgstr "" +msgstr "dash, руководство, мастерноды, trezor, dip3, настройка, bls, эвоноды" #: ../../docs/user/masternodes/setup-evonode.rst:9 msgid "Evonode Setup" -msgstr "" +msgstr "Запуск эвоноды" #: ../../docs/user/masternodes/setup-evonode.rst:11 msgid "" @@ -47,6 +50,12 @@ msgid "" "are some decisions to be made along the way, and optional extra steps to " "take for increased security." msgstr "" +"Настройка и запуск эвоноды подразумевают наличие базового понимания Linux и " +"технологии блокчейн, а также способности внимательно следовать инструкциям. " +"Этот процесс также требует регулярного обслуживания и тщательной защиты, " +"особенно если вы не храните DASH на аппаратном кошельке. Во время настройки " +"необходимо будет принять некоторые решения и дополнительные меры для " +"повышения безопасности." #: ../../docs/user/masternodes/setup-evonode.rst:17 msgid "" @@ -58,6 +67,14 @@ msgid "" "representative, see the :ref:`governance documentation ` " "for more information." msgstr "" +"Если вы предпочитаете делегировать повседневную работу вашей мастерноды " +"профессиональному оператору, то для этого существуют коммерческие " +":ref:`сервисы хостинга эвонод `. Используя такие сервисы" +" хостинга, вы сохраняете полный контроль над залогом в 4000 DASH и " +"выплачиваете согласованный процент от вашего вознаграждения оператору. Также" +" можно делегировать представителю ваши ключи для голосования, для получения " +"дополнительной информации смотрите :ref:`документацию по управлению: " +"`." #: ../../docs/user/masternodes/setup-evonode.rst:27 msgid "Before you begin" @@ -69,10 +86,14 @@ msgid "" "for the first time. If you are updating a masternode, see :ref:`here " "` instead. You will need:" msgstr "" +"В этом руководстве предполагается, что вы настраиваете одну эвоноду в " +"основной сети и делаете это впервые. Если вы обновляете мастерноду, то " +"вместо этой смотрите информацию :ref:`здесь `. Вам " +"понадобится:" #: ../../docs/user/masternodes/setup-evonode.rst:33 msgid "4000 Dash" -msgstr "" +msgstr "4000 Dash" #: ../../docs/user/masternodes/setup-evonode.rst:34 msgid "" @@ -91,6 +112,7 @@ msgid "" "For information about hosted masternodes, see the documentation listed " "below:" msgstr "" +"Информацию о размещенных мастернодах см. в документации, приведенной ниже:" #: ../../docs/user/masternodes/setup-evonode.rst:40 msgid ":ref:`Information for users of hosted masternodes `" @@ -110,10 +132,14 @@ msgid "" " result can be achieved on a masternode by entering the same commands and " "adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" +"В данной документации описаны команды, которые вводятся в графическом " +"интерфейсе Dash Core путем открытия консоли из команды **Window > Console**," +" но тот же результат может быть достигнут на мастерноде путем ввода тех же " +"команд и добавления префикса ``~/.dashcore/dash-cli`` к каждой команде." #: ../../docs/user/masternodes/setup-evonode.rst:49 msgid "Server configuration" -msgstr "" +msgstr "Конфигурация сервера" #: ../../docs/user/masternodes/setup-evonode.rst:51 msgid "" @@ -122,6 +148,10 @@ msgid "" "configuration ` page for details on preparing your server to " "host a masternode." msgstr "" +"Правильная конфигурация сервера необходима для успешной работы мастерноды " +"как с точки зрения безопасности, так и с точки зрения производительности. " +"Подробную информацию о подготовке сервера к размещению masternode см. на " +"странице :hoverxref:`Конфигурация сервера `." #: ../../docs/user/masternodes/setup-evonode.rst:56 msgid "" @@ -129,10 +159,13 @@ msgid "" "in the sections below to finish setting up your evonode or follow along with" " this step-by-step tutorial." msgstr "" +"После завершения настройки сервера выполните оставшиеся шаги в приведенных " +"ниже разделах, чтобы завершить настройку эвоноды, или следуйте этому " +"пошаговому руководству." #: ../../docs/user/masternodes/setup-evonode.rst:69 msgid "Send the collateral" -msgstr "Отправьте залог" +msgstr "Отправьте обеспечение" #: ../../docs/user/masternodes/setup-evonode.rst:71 msgid "" @@ -143,6 +176,12 @@ msgid "" " the configuration to the blockchain so the Evolution masternode can be " "included in the deterministic list." msgstr "" +"Для работы эвоноды требуется адрес Dash с одним неизрасходованным выходом " +"(UTXO) ровным 4000 DASH. После его отправки необходимо извлечь различные " +"ключи, касающиеся транзакции, для последующего внесения в конфигурационный " +"файл и регистрационной транзакции в качестве доказательства для записи " +"конфигурации в блокчейн, чтобы эвонода могла быть включена в " +"детерминированный список." #: ../../docs/user/masternodes/setup-evonode.rst:78 msgid "" @@ -151,10 +190,14 @@ msgid "" "security and protect yourself against hacking. This guide will describe the " "steps for both hardware wallets and Dash Core." msgstr "" +"Мастернода может быть зарегистрирована как с аппаратного кошелька, так и с " +"официального кошелька Dash Core, хотя для повышения безопасности и защиты от" +" взлома настоятельно рекомендуется использовать аппаратный кошелек. В данном" +" руководстве описаны шаги для аппаратных кошельков и Dash Core." #: ../../docs/user/masternodes/setup-evonode.rst:86 msgid "Option 1: Holding collateral in a hardware wallet" -msgstr "" +msgstr "Вариант 1: Обеспечение в аппаратном кошельке" #: ../../docs/user/masternodes/setup-evonode.rst:88 msgid "" @@ -170,10 +213,23 @@ msgid "" "should see the transaction as soon as the first confirmation arrives, " "usually within a few minutes." msgstr "" +"Настройте свой Trezor с помощью кошелька Trezor по адресу " +"https://wallet.trezor.io/ и отправьте тестовую транзакцию, чтобы убедиться в" +" его работоспособности. Помощь в этом вопросе см. в :ref:`this guide " +"` - вы также можете (осторожно!) `добавить парольную фразу " +"`_ к вашему Trezor для дополнительной защиты вашего " +"залога. Создайте новый счет в кошельке Trezor, нажав **Добавить счет**. " +"Затем перейдите на вкладку **Получить** и отправьте на указанный адрес ровно" +" 4000 DASH. Если вы устанавливаете несколько мастернод, отправляйте на " +"последовательные адреса в рамках одного нового счета. Вы увидите транзакцию," +" как только придет первое подтверждение, обычно в течение нескольких минут." #: ../../docs/user/masternodes/setup-evonode.rst:103 msgid "Trezor Wallet Receive tab showing successfully received collateral" msgstr "" +"Вкладка Receive из кошелька Trezor, в которой отображается успешно " +"переведённое обеспечение" #: ../../docs/user/masternodes/setup-evonode.rst:105 msgid "" @@ -202,6 +258,10 @@ msgid "" "`__. Unzip and" " run the file. The following window appears." msgstr "" +"Во время ожидания завершения 15 подтверждений, загрузите последнюю версию " +"Dash Masternode Tool (DMT) со страницы `релизов GitHub здесь " +"`__. " +"Распакуйте и запустите файл. Появится следующее окно." #: ../../docs/user/masternodes/setup-evonode.rst:123 msgid "Dash Masternode Tool startup screen" @@ -231,6 +291,10 @@ msgid "" "actions** and select **Add New Masternode Entry...**. Carry out the " "following sequence of steps as shown in the screenshot:" msgstr "" +"Теперь мы воспользуемся DMT для ввода основной информации о мастерноде2йце и" +" извлечения идентификатора транзакции. Сначала нажмите кнопку **add a new " +"one** или нажмите **MN actions** и выберите **Add New Masternode Entry...**." +" Выполните следующую последовательность действий, как показано на скриншоте:" #: ../../docs/user/masternodes/setup-evonode.rst:143 msgid "" @@ -242,7 +306,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:145 msgid "Select which masternode type you are setting up." -msgstr "" +msgstr "Выберите тип настраиваемой ноды." #: ../../docs/user/masternodes/setup-evonode.rst:146 msgid "" @@ -250,6 +314,9 @@ msgid "" "provider when you set up the server. Then enter the TCP port number. This " "should be 9999 for mainnet." msgstr "" +"Введите IP-адрес вашей ноды. Его вы получили от вашего VPS-провайдера во " +"время настройки сервера. Затем введите номер TCP-порта, для основной сети " +"должен быть использован порт 9999." #: ../../docs/user/masternodes/setup-evonode.rst:149 msgid "" @@ -259,20 +326,27 @@ msgid "" "**path**, **Collateral TX hash** and **index** fields should be filled " "automatically." msgstr "" +"Нажмите **Locate collateral**, чтобы просмотреть неиспользованные операции " +"по финансированию залога, доступные на подключенном аппаратном кошельке. " +"Выберите адрес, на который был отправлен залог, и нажмите **Apply**. Поля " +"**Collateral address**, **path**, **Collateral TX hash** и **index** " +"заполнятся автоматически." #: ../../docs/user/masternodes/setup-evonode.rst:158 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "Dash Masternode Tool с конфигурацией ноды" #: ../../docs/user/masternodes/setup-evonode.rst:160 msgid "" "Leave DMT open and continue with the next step: :ref:`Software Installation " "`." msgstr "" +"Оставьте DMT открытым и далее выполните следующий шаг: :ref:`Установка " +"программы `." #: ../../docs/user/masternodes/setup-evonode.rst:164 msgid "Option 2: Holding collateral in Dash Core wallet" -msgstr "" +msgstr "Вариант 2: Обеспечение в кошельке Dash Core " #: ../../docs/user/masternodes/setup-evonode.rst:166 msgid "" @@ -291,6 +365,8 @@ msgid "" "Click **Window > Console** to open the console. Type the following command " "into the console to generate a new Dash address for the collateral::" msgstr "" +"Кликните **Окно > Консоль**, чтобы открыть консоль. Чтобы сгенерировать " +"новый адрес для обеспечения, введите в консоль эту команду::" #: ../../docs/user/masternodes/setup-evonode.rst:180 msgid "" @@ -305,6 +381,18 @@ msgid "" " only way you can access our funds if anything happens to your computer. For" " more details on these steps, see :ref:`here `." msgstr "" +"Обратите внимание на адрес обеспечения, так как позже он нам понадобится. " +"Следующим шагом является защита вашего кошелька (если вы до сих пор этого не" +" сделали). Сначала зашифруйте кошелёк щёлкнув **Настройки > Зашифровать " +"кошелёк**. Необходимо использовать новый и сильный пароль, который вы нигде " +"не использовали ранее. Запишите свой пароль и сохраните его в безопасном " +"месте, в противном случае доступ к кошельку окажется заблокированным " +"навсегда и вы потеряете доступ к своим средствам. Следующим шагом сделайте " +"резервную копию файла вашего кошелька выбрав **Файл > Сделать резервную " +"копию кошелька**. Сохраните файл в безопасном месте, физически отдельном от " +"вашего компьютера, так это будет единственный вариант доступа к ваши " +"средствам, если с вашим компьютером что-то случится. Для получения более " +"детальной информации по этим шагам смотрите :ref:`здесь `." #: ../../docs/user/masternodes/setup-evonode.rst:191 msgid "" @@ -320,7 +408,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:209 msgid "Masternode Installation" -msgstr "" +msgstr "Установка мастерноды" #: ../../docs/user/masternodes/setup-evonode.rst:211 msgid "" @@ -358,7 +446,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:238 msgid "Install dashmate::" -msgstr "" +msgstr "Установите dashmate::" #: ../../docs/user/masternodes/setup-evonode.rst:242 msgid "" @@ -376,7 +464,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:253 msgid "Manual installation" -msgstr "" +msgstr "Ручная установка" #: ../../docs/user/masternodes/setup-evonode.rst:257 msgid "" @@ -407,18 +495,25 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Убедитесь в подлинности загруженного файла, сверив его подпись с открытым " +"ключом, опубликованным командой разработчиков Dash Core. Все выпуски Dash " +"подписываются с помощью GPG одним из следующих ключей:" #: ../../docs/user/masternodes/setup-evonode.rst:281 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Александр Блок (codablock) с ключом ``63A9 6B40 6102 E091``, " +"``верифицируемый здесь на Keybase `__" #: ../../docs/user/masternodes/setup-evonode.rst:283 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta с ключом ``5252 7BED ABE8 7984``, ``верифицируемым здесь на Keybase " +"`__" #: ../../docs/user/masternodes/setup-evonode.rst:293 msgid "" @@ -630,7 +725,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:462 msgid "Dashmate" -msgstr "" +msgstr "Dashmate" #: ../../docs/user/masternodes/setup-evonode.rst:464 msgid "" @@ -657,6 +752,9 @@ msgid "" "values if necessary for a specific reason, but typically the defaults should" " be used." msgstr "" +"Dashmate автоматически определит внешний IP-адрес и выберет порты по " +"умолчанию для настраиваемой сети. При необходимости можно изменить эти " +"значения, но, как правило, следует использовать значения по умолчанию." #: ../../docs/user/masternodes/setup-evonode.rst:479 #: ../../docs/user/masternodes/setup-evonode.rst:587 @@ -768,6 +866,8 @@ msgid "" "To begin masternode setup, run ``dashmate setup`` to start the interactive " "wizard::" msgstr "" +"Чтобы начать настройку мастерноды, выполните команду ``dashmate setup`` для " +"запуска интерактивного мастера::" #: ../../docs/user/masternodes/setup-evonode.rst:562 msgid "" @@ -802,7 +902,7 @@ msgstr "" #: ../../docs/user/masternodes/setup-evonode.rst:585 msgid "Start the node" -msgstr "" +msgstr "Запустите ноду" #: ../../docs/user/masternodes/setup-evonode.rst:598 msgid "Option 3: Registering from Dash Core wallet" @@ -824,16 +924,21 @@ msgid "" "you now need to find the txid of the transaction. Click **Window > Console**" " and enter the following command::" msgstr "" +"Если для совершения залоговой транзакции вы использовали адрес кошелька Dash" +" Core, то теперь необходимо найти txid этой транзакции. Кликните **Окно > " +"Консоль** и введите следующую команду::" #: ../../docs/user/masternodes/setup-evonode.rst:620 msgid "This should return a string of characters similar to the following::" -msgstr "" +msgstr "Консоль должна вернуть строку символов, аналогичную этой::" #: ../../docs/user/masternodes/setup-evonode.rst:626 msgid "" "The first long string is your ``collateralHash``, while the last number is " "the ``collateralIndex``." msgstr "" +"Первая длинная строка - это ``хеш вашей транзакции``, последние цифры в ней " +"- это ``индекс обеспечения``." #: ../../docs/user/masternodes/setup-evonode.rst:633 msgid "Generate a BLS key pair" @@ -846,6 +951,10 @@ msgid "" "included in the deterministic masternode list once a provider registration " "transaction with the corresponding public key has been created." msgstr "" +"Для работы мастерноды требуется пара открытый/закрытый ключ BLS. Закрытый " +"ключ указывается на самой ноде и позволяет включить его в детерминированный " +"список узлов после создания транзакции регистрации провайдера с " +"соответствующим открытым ключом." #: ../../docs/user/masternodes/setup-evonode.rst:640 msgid "" @@ -938,6 +1047,10 @@ msgid "" "you by your chosen voting delegate, or simply generate a new voting key " "address as follows::" msgstr "" +"Этот адрес также может быть использован в качестве **адреса ключа " +"голосования** (``votingKeyAddr``). В качестве альтернативы можно указать " +"адрес, предоставленный Вам выбранным Вами делегатом голосования, или просто " +"сгенерировать новый адрес ключа голосования следующим образом::" #: ../../docs/user/masternodes/setup-evonode.rst:753 msgid "Payout address" @@ -949,6 +1062,9 @@ msgid "" "masternode payouts** (``payoutAddress``). It is also possible to use an " "address external to the wallet::" msgstr "" +"Затем либо сгенерируйте, либо выберите из существующих второй адрес для " +"получения **платежей владельца мастерноды** (``payoutAddress``). Также " +"возможно использовать адрес внешнего кошелька::" #: ../../docs/user/masternodes/setup-evonode.rst:764 msgid "Fee source address" @@ -960,6 +1076,9 @@ msgid "" "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" +"При желании можно сгенерировать и пополнить другой адрес в качестве " +"**источника комиссии за транзакцию** (``feeSourceAddress``). Если выбран " +"внешний адрес выплаты, то необходимо указать адрес источника комиссии." #: ../../docs/user/masternodes/setup-evonode.rst:770 msgid "" @@ -1155,6 +1274,11 @@ msgid "" "since a standard transaction fee is involved. The command takes the " "following syntax::" msgstr "" +"Теперь мы отправим в блокчейн специальную транзакцию ProRegTx для " +"регистрации мастерноды. Эта команда должна быть отправлена с кошелька Dash " +"Core, имеющего баланс на ``feeSourceAddress`` или ``payoutAddress``, " +"поскольку в этом случае взимается стандартная комиссия за транзакцию. " +"Команда имеет следующий синтаксис::" #: ../../docs/user/masternodes/setup-evonode.rst:884 msgid "Where:" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po index 0e7229ef6..5f2bc7919 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup-testnet.po @@ -8,6 +8,7 @@ # Julia Ogonkova , 2022 # Dima, 2022 # Андрей Дегтяр , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -16,7 +17,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" -"Last-Translator: Андрей Дегтяр , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,6 +29,7 @@ msgstr "" msgid "" "This guide describes how to set up a Dash masternode with evo services." msgstr "" +"В данном руководстве описывается настройка мастерноды Dash с сервисами evo." #: ../../docs/user/masternodes/setup-testnet.rst-1 msgid "dash, guide, masternodes, trezor, dip3, setup, bls" @@ -35,7 +37,7 @@ msgstr "dash, руководство, мастерноды, trezor, dip3, нас #: ../../docs/user/masternodes/setup-testnet.rst:9 msgid "Testnet Setup" -msgstr "" +msgstr "Testnet настройка" #: ../../docs/user/masternodes/setup-testnet.rst:11 msgid "" @@ -46,6 +48,12 @@ msgid "" "hardware wallet. There are some decisions to be made along the way, and " "optional extra steps to take for increased security." msgstr "" +"Настройка и запуск ноды поддерживающей evo сервисы подразумевают наличие " +"базового понимания Linux и технологии блокчейн, а также способности " +"внимательно следовать инструкциям. Этот процесс также требует регулярного " +"обслуживания и тщательной защиты, особенно если вы не храните DASH на " +"аппаратном кошельке. Во время настройки необходимо будет принять некоторые " +"решения и дополнительные меры для повышения безопасности." #: ../../docs/user/masternodes/setup-testnet.rst:18 msgid "" @@ -76,6 +84,10 @@ msgid "" "first time. If you are updating a masternode, see :ref:`here ` instead. You will need:" msgstr "" +"В этом руководстве предполагается, что вы настраиваете одну мастерноду в " +"тестовой сети и делаете это впервые. Если вы обновляете мастерноду, то " +"вместо этой смотрите информацию :ref:`здесь `. Вам " +"понадобится:" #: ../../docs/user/masternodes/setup-testnet.rst:35 msgid "1000 Dash" @@ -98,6 +110,7 @@ msgid "" "For information about hosted masternodes, see the documentation listed " "below:" msgstr "" +"Информацию о размещенных мастернодах см. в документации, приведенной ниже:" #: ../../docs/user/masternodes/setup-testnet.rst:42 msgid ":ref:`Information for users of hosted masternodes `" @@ -117,10 +130,14 @@ msgid "" " result can be achieved on a masternode by entering the same commands and " "adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" +"В данной документации описаны команды, которые вводятся в графическом " +"интерфейсе Dash Core путем открытия консоли из команды **Window > Console**," +" но тот же результат может быть достигнут на мастерноде путем ввода тех же " +"команд и добавления префикса ``~/.dashcore/dash-cli`` к каждой команде." #: ../../docs/user/masternodes/setup-testnet.rst:52 msgid "Server configuration" -msgstr "" +msgstr "Конфигурация сервера" #: ../../docs/user/masternodes/setup-testnet.rst:54 msgid "" @@ -129,6 +146,10 @@ msgid "" "configuration ` page for details on preparing your server to " "host a masternode." msgstr "" +"Правильная конфигурация сервера необходима для успешной работы мастерноды " +"как с точки зрения безопасности, так и с точки зрения производительности. " +"Подробную информацию о подготовке сервера к размещению masternode см. на " +"странице :hoverxref:`Конфигурация сервера `." #: ../../docs/user/masternodes/setup-testnet.rst:59 msgid "Send the collateral" @@ -146,10 +167,21 @@ msgid "" "recommended to enhance security and protect yourself against hacking. This " "guide will describe the steps for both hardware wallets and Dash Core." msgstr "" +"Для работы с мастернодой необходим адрес Dash с одним неизрасходованным " +"транзакционным выходом (UTXO), равным ровно 1000 DASH. После того, как он " +"был отправлен, необходимо извлечь различные ключи, касающиеся транзакции, " +"для последующей записи в файл конфигурации и регистрации транзакции в " +"качестве доказательства записи конфигурации в блокчейн, чтобы мастерноду " +"можно было добавить в детерминированный список. Мастернода может быть " +"зарегистрирована из аппаратного кошелька или официального кошелька Dash " +"Core, хотя настоятельно рекомендуется использовать аппаратный кошелёк для " +"повышения безопасности и защиты от взлома. В этом руководстве будут описаны " +"шаги настройки запуска как с аппаратного кошелька, так и из кошелька Dash " +"Core." #: ../../docs/user/masternodes/setup-testnet.rst:73 msgid "Option 1: Holding collateral in a hardware wallet" -msgstr "" +msgstr "Вариант 1: Обеспечение в аппаратном кошельке" #: ../../docs/user/masternodes/setup-testnet.rst:75 msgid "" @@ -165,6 +197,17 @@ msgid "" "account. You should see the transaction as soon as the first confirmation " "arrives, usually within a few minutes." msgstr "" +"Настройте свой Trezor с помощью кошелька Trezor по адресу " +"https://wallet.trezor.io/ и отправьте тестовую транзакцию, чтобы убедиться в" +" его работоспособности. Помощь в этом вопросе см. в :ref:`в этом гайде " +"` - вы также можете (осторожно!) `добавить парольную фразу " +"`_ к вашему Trezor для дополнительной защиты вашего " +"залога. Создайте новый счет в кошельке Trezor, нажав **Add account**. Затем " +"перейдите на вкладку **Receive** и отправьте на указанный адрес ровно 1000 " +"DASH. Если вы создаете несколько мастернод, отправьте 1000 DASH на " +"последовательные адреса в рамках одного нового счета. Вы увидите транзакцию," +" как только придет первое подтверждение, обычно в течение нескольких минут." #: ../../docs/user/masternodes/setup-testnet.rst:89 msgid "" @@ -233,6 +276,10 @@ msgid "" " extract the transaction ID. Carry out the following sequence of steps as " "shown in this screenshot:" msgstr "" +"Теперь мы воспользуемся DMT для ввода основной информации о мастерноде2йце и" +" извлечения идентификатора транзакции. Сначала нажмите кнопку **add a new " +"one** или нажмите **MN actions** и выберите **Add New Masternode Entry...**." +" Выполните следующую последовательность действий, как показано на скриншоте:" #: ../../docs/user/masternodes/setup-testnet.rst:134 msgid "Dash Masternode Tool configuration steps" @@ -256,6 +303,9 @@ msgid "" "provider when you set up the server. Then enter the TCP port number. This " "should be 19999." msgstr "" +"Введите IP-адрес вашей ноды. Его вы получили от вашего VPS-провайдера во " +"время настройки сервера. Затем введите номер TCP-порта, должен быть " +"использован порт 19999." #: ../../docs/user/masternodes/setup-testnet.rst:142 msgid "" @@ -264,20 +314,27 @@ msgid "" "sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " "**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" +"Нажмите **Locate collateral**, чтобы просмотреть неиспользованные операции " +"по финансированию залога, доступные на подключенном аппаратном кошельке. " +"Выберите адрес, на который был отправлено обеспечение в 1000 Dash, и нажмите" +" **Apply**. Поля **Collateral address**, **path**, **Collateral TX hash** и " +"**index** заполнятся автоматически." #: ../../docs/user/masternodes/setup-testnet.rst:151 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "Dash Masternode Tool с конфигурацией ноды" #: ../../docs/user/masternodes/setup-testnet.rst:153 msgid "" "Leave DMT open and continue with the next step: :ref:`installing Dash Core " "on your VPS `." msgstr "" +"Оставьте DMT открытым и далее выполните следующий шаг: :ref:`установка Dash " +"Core на вашем VPS `." #: ../../docs/user/masternodes/setup-testnet.rst:157 msgid "Option 2: Holding collateral in Dash Core wallet" -msgstr "" +msgstr "Вариант 2: Обеспечение в кошельке Dash Core " #: ../../docs/user/masternodes/setup-testnet.rst:159 msgid "" @@ -296,6 +353,8 @@ msgid "" "Click **Window > Console** to open the console. Type the following command " "into the console to generate a new Dash address for the collateral::" msgstr "" +"Кликните **Окно > Консоль**, чтобы открыть консоль. Чтобы сгенерировать " +"новый адрес для обеспечения, введите в консоль эту команду::" #: ../../docs/user/masternodes/setup-testnet.rst:174 msgid "" @@ -310,6 +369,18 @@ msgid "" " only way you can access our funds if anything happens to your computer. For" " more details on these steps, see :ref:`here `." msgstr "" +"Обратите внимание на адрес обеспечения, так как позже он нам понадобится. " +"Следующим шагом является защита вашего кошелька (если вы до сих пор этого не" +" сделали). Сначала зашифруйте кошелёк щёлкнув **Настройки > Зашифровать " +"кошелёк**. Необходимо использовать новый и сильный пароль, который вы нигде " +"не использовали ранее. Запишите свой пароль и сохраните его в безопасном " +"месте, в противном случае доступ к кошельку окажется заблокированным " +"навсегда и вы потеряете доступ к своим средствам. Следующим шагом сделайте " +"резервную копию файла вашего кошелька выбрав **Файл > Сделать резервную " +"копию кошелька**. Сохраните файл в безопасном месте, физически отдельном от " +"вашего компьютера, так это будет единственный вариант доступа к ваши " +"средствам, если с вашим компьютером что-то случится. Для получения более " +"детальной информации по этим шагам смотрите :ref:`здесь `." #: ../../docs/user/masternodes/setup-testnet.rst:186 msgid "" @@ -322,33 +393,44 @@ msgid "" "with the next step at this point already: generating your masternode " "operator key." msgstr "" +"Теперь одиночной транзакцией отправьте сумму, точно равную 1000 DASH на " +"адрес учётной записи, который вы сгенерировали во время выполнения " +"предыдущего шага. Эти деньги можно отправить как с другого кошелька, так и " +"со средств, которые находятся на вашем текущем кошельке. Когда транзакция " +"будет совершена, найдите её по адресу в `обозревателе блокчейна " +"`_ и наблюдайте за ней. Прежде " +"чем вы сможете зарегестрировать мастерноду, понадобится 15 подтверждений " +"этой транзакции, но настройку на этом этапе можно продолжать, перейдя на " +"следующий шаг: генерацию ключа оператора мастерноды." #: ../../docs/user/masternodes/setup-testnet.rst:205 msgid "Masternode Installation" -msgstr "" +msgstr "Установка мастерноды" #: ../../docs/user/masternodes/setup-testnet.rst:207 msgid "The following tools are available for installing a Dash masternode:" -msgstr "" +msgstr "Для установки мастерноды Dash доступны следующие инструменты:" #: ../../docs/user/masternodes/setup-testnet.rst:209 msgid "" ":ref:`dashmate installation `" -msgstr "" +msgstr ":ref:`Установка dashmate `" #: ../../docs/user/masternodes/setup-testnet.rst:210 msgid ":ref:`Manual installation `" -msgstr "" +msgstr ":ref:`Ручная установка `" #: ../../docs/user/masternodes/setup-testnet.rst:211 msgid "" "`Dash Masternode Zeus `__ (does not" " yet support platform services)" msgstr "" +"`Dash Masternode Zeus `__ (пока не " +"поддерживает сервисы платформы)" #: ../../docs/user/masternodes/setup-testnet.rst:217 msgid "dashmate installation" -msgstr "" +msgstr "Установка dashmate" #: ../../docs/user/masternodes/setup-testnet.rst:219 msgid "" @@ -372,14 +454,17 @@ msgid "" "you just created for your new, non-root user. Begin by installing dashmate " "dependencies::" msgstr "" +"Снова откройте PuTTY или консоль и подключитесь, используя имя пользователя " +"и пароль, которые вы только что создали для нового пользователя, не " +"являющегося пользователем root. Начните с установки зависимостей dashmate::" #: ../../docs/user/masternodes/setup-testnet.rst:242 msgid "Install dashmate::" -msgstr "" +msgstr "Установите dashmate::" #: ../../docs/user/masternodes/setup-testnet.rst:246 msgid "Run the interactive setup wizard::" -msgstr "" +msgstr "Запустите интерактивный мастер настройки::" #: ../../docs/user/masternodes/setup-testnet.rst:250 msgid "" @@ -387,6 +472,9 @@ msgid "" "private key. Enter this information or accept the detected/generated " "defaults. Start your node as follows::" msgstr "" +"Вам будет предложено выбрать сеть, тип узла, IP-адрес и закрытый ключ BLS. " +"Введите эту информацию или примите обнаруженные/генерируемые значения по " +"умолчанию. Запустите узел следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:256 msgid "" @@ -398,21 +486,23 @@ msgstr "" #: ../../docs/user/masternodes/setup-testnet.rst:261 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/masternodes/setup-testnet.rst:262 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/masternodes/setup-testnet.rst:267 msgid "dashmate displaying a range of status output" -msgstr "" +msgstr "dashmate отображает диапазон состояния выхода" #: ../../docs/user/masternodes/setup-testnet.rst:269 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" +"Проверить состояние мастерноды можно с помощью различных команд ``dashmate " +"status`` следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:279 msgid "" @@ -420,32 +510,42 @@ msgid "" "setup the collateral, keys and construct the ProTx transaction required to " "enable your masternode." msgstr "" +"Продолжайте выполнять :ref:`Шаги установки ` " +"для создания обеспечения, ключей и создания транзакции ProTx, необходимой " +"для включения вашей мастерноды." #: ../../docs/user/masternodes/setup-testnet.rst:286 msgid "Masternode Update" -msgstr "" +msgstr "Обновление мастернод" #: ../../docs/user/masternodes/setup-testnet.rst:288 msgid "" "You can use ``dashmate`` to update minor versions of the software on your " "masternode as follows::" msgstr "" +"Вы можете использовать ``dashmate`` для обновления минорных версий " +"программного обеспечения на вашей мастерноде следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:295 msgid "" "Adding the following ``git`` and ``npm`` commands optionally also ensures " "you are using the latest stable version of dashmate::" msgstr "" +"Добавление следующих команд ``git`` и ``npm`` по желанию также гарантирует, " +"что вы используете последнюю стабильную версию dashmate::" #: ../../docs/user/masternodes/setup-testnet.rst:303 msgid "" "Adding the following command will drop all data from Dash Platform " "(necessary if Platform has been wiped) and restart with the latest version::" msgstr "" +"Добавление следующей команды приведет к удалению всех данных из Dash " +"Platform (это необходимо, если Platform была стерта) и перезапуску с " +"последней версией::" #: ../../docs/user/masternodes/setup-testnet.rst:316 msgid "Masternode registration" -msgstr "" +msgstr "Регистрация мастерноды" #: ../../docs/user/masternodes/setup-testnet.rst:318 msgid "" @@ -472,6 +572,8 @@ msgstr "Приватный ключ владельца" msgid "" "Operator private key (generate new or use private key generated by dashmate)" msgstr "" +"Закрытый ключ оператора (сгенерировать новый или использовать закрытый ключ," +" сгенерированный dashmate)" #: ../../docs/user/masternodes/setup-testnet.rst:330 msgid "Voting private key" @@ -490,6 +592,12 @@ msgid "" "connection-direct.md>`__ for documentation on using your own local RPC " "node.) and confirm the following two messages:" msgstr "" +"Затем нажмите кнопку **Register masternode**. По желанию укажите другой " +"**Payout address** и/или **Operator reward**, затем нажмите **Продолжить**. " +"Выберите **Remote Dash RPC Node (автоматический метод)**. (Документацию по " +"использованию собственного локального RPC-узла см. здесь " +"`__) и подтвердите следующие два сообщения:" #: ../../docs/user/masternodes/setup-testnet.rst:349 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" @@ -508,6 +616,14 @@ msgid "" "masternode. If you generated your own BLS key pair, edit the dashmate " "configuration as follows::" msgstr "" +"Открытый ключ будет использоваться на следующих шагах. Закрытый ключ должен " +"быть введен в конфигурацию на мастерноде. Это позволит мастерноде следить за" +" блокчейном на предмет соответствующих Pro*Tx-транзакций и начнет выполнять " +"функции мастерноды, когда подписанная ProRegTx будет транслироваться " +"владельцем (последний шаг ниже). Если вы используете BLS-ключ, " +"сгенерированный командой ``dashmate setup'', то эта информация уже настроена" +" для вашей мастерноды. Если же вы сгенерировали собственную пару BLS-ключей," +" отредактируйте конфигурацию dashmate следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:363 #: ../../docs/user/masternodes/setup-testnet.rst:613 @@ -516,12 +632,17 @@ msgid "" "masternode by entering ``dashmate status`` or using the **Get status** " "function in DMT." msgstr "" +"В этот момент вы можете вернуться в окно терминала и проконтролировать " +"состояние своей ноды, введя ``dashmate status`` или воспользовавшись " +"функцией **Get status** в DMT." #: ../../docs/user/masternodes/setup-testnet.rst:367 msgid "" "You can now safely log out of your server by typing ``exit``. " "Congratulations! Your masternode is now running." msgstr "" +"Теперь можно спокойно выйти из сервера, набрав ``exit``. Поздравляем! Ваша " +"мастернода запущена." #: ../../docs/user/masternodes/setup-testnet.rst:373 msgid "Option 2: Registering from Dash Core wallet" @@ -537,16 +658,21 @@ msgid "" "you now need to find the txid of the transaction. Click **Window > Console**" " and enter the following command::" msgstr "" +"Если для совершения залоговой транзакции вы использовали адрес кошелька Dash" +" Core, то теперь необходимо найти txid этой транзакции. Кликните **Окно > " +"Консоль** и введите следующую команду::" #: ../../docs/user/masternodes/setup-testnet.rst:384 msgid "This should return a string of characters similar to the following::" -msgstr "" +msgstr "Консоль должна вернуть строку символов, аналогичную этой::" #: ../../docs/user/masternodes/setup-testnet.rst:390 msgid "" "The first long string is your ``collateralHash``, while the last number is " "the ``collateralIndex``." msgstr "" +"Первая длинная строка - это ``хеш вашей транзакции``, последние цифры в ней " +"- это ``индекс обеспечения``." #: ../../docs/user/masternodes/setup-testnet.rst:397 msgid "Generate a BLS key pair" @@ -559,6 +685,10 @@ msgid "" "included in the deterministic masternode list once a provider registration " "transaction with the corresponding public key has been created." msgstr "" +"Для работы мастерноды требуется пара открытый/закрытый ключ BLS. Закрытый " +"ключ указывается на самой ноде и позволяет включить его в детерминированный " +"список узлов после создания транзакции регистрации провайдера с " +"соответствующим открытым ключом." #: ../../docs/user/masternodes/setup-testnet.rst:405 msgid "" @@ -569,6 +699,12 @@ msgid "" "generate a BLS public/private keypair in Dash Core by clicking **Window > " "Console** and entering the following command::" msgstr "" +"Если вы пользуетесь услугами хостинга, они могут предоставить вам свой " +"открытый ключ, и вы можете пропустить этот шаг. Если вы размещаете свой " +"собственную мастернод или согласились предоставить хостеру закрытый ключ " +"BLS, вы можете использовать ключ BLS, сгенерированный командой ``dashmate " +"setup``. В качестве альтернативы можно сгенерировать пару открытый/закрытый " +"ключ BLS в Dash Core, нажав **Window > Console** и введя следующую команду::" #: ../../docs/user/masternodes/setup-testnet.rst:421 msgid "" @@ -576,6 +712,9 @@ msgid "" "secure, similar to the value provided in the past by the** ``masternode " "genkey`` **command.**" msgstr "" +"**Эти ключи НЕ сохраняются в кошельке или dashmate должны храниться в " +"безопасном месте, как и значение, предоставленное в одном из предыдущих " +"шагов после выполнения** ``masternode genkey`` **команды.**" #: ../../docs/user/masternodes/setup-testnet.rst:426 msgid "Add the private key to your masternode configuration" @@ -592,12 +731,22 @@ msgid "" "your masternode. If you generated your own BLS key pair, edit the dashmate " "configuration as follows::" msgstr "" +"Открытый ключ будет использоваться на следующих шагах. Закрытый ключ должен " +"быть добавлен в ``dash.conf`` на мастерноде. Это позволит мастерноде следить" +" за блокчейном на предмет соответствующих Pro*Tx-транзакций и начнет " +"выполнять функции мастерноды, когда подписанная ProRegTx будет " +"транслироваться владельцем (последний шаг ниже). Если вы используете BLS-" +"ключ, сгенерированный командой ``dashmate setup'', то эта информация уже " +"настроена для вашей мастерноды. Если же вы сгенерировали собственную пару " +"BLS-ключей, отредактируйте конфигурацию dashmate следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:440 msgid "" "We will now prepare the transaction used to register the masternode on the " "network." msgstr "" +"Теперь мы подготовим транзакцию, используемую для регистрации мастерноды в " +"сети." #: ../../docs/user/masternodes/setup-testnet.rst:444 msgid "Prepare a ProRegTx transaction" @@ -609,6 +758,9 @@ msgid "" "private key was entered on the masternode. The public key is used in this " "transaction as the ``operatorPubKey``." msgstr "" +"Пара BLS-ключей для оператора уже была сгенерирована выше, а закрытый ключ " +"был введен на мастер-узле. Открытый ключ используется в данной транзакции в " +"качестве ``operatorPubKey``." #: ../../docs/user/masternodes/setup-testnet.rst:450 msgid "" @@ -616,6 +768,10 @@ msgid "" "**owner key address** (``ownerKeyAddr``). This is not the same as the " "collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" +"Во-первых, нам необходимо получить из кошелька новый, неиспользуемый адрес, " +"который будет служить **адресом ключа владельца** (``ownerKeyAddr``). Это не" +" то же самое, что адрес обеспечения, на котором хранится 1000 Dash. " +"Сгенерируйте новый адрес следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:459 msgid "" @@ -624,6 +780,10 @@ msgid "" "you by your chosen voting delegate, or simply generate a new voting key " "address as follows::" msgstr "" +"Этот адрес также может быть использован в качестве **адреса ключа " +"голосования** (``votingKeyAddr``). В качестве альтернативы можно указать " +"адрес, предоставленный Вам выбранным Вами делегатом голосования, или просто " +"сгенерировать новый адрес ключа голосования следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:468 msgid "" @@ -631,6 +791,9 @@ msgid "" "masternode payouts** (``payoutAddress``). It is also possible to use an " "address external to the wallet::" msgstr "" +"Затем либо сгенерируйте, либо выберите из существующих второй адрес для " +"получения **платежей владельца мастерноды** (``payoutAddress``). Также " +"возможно использовать адрес внешнего кошелька::" #: ../../docs/user/masternodes/setup-testnet.rst:476 msgid "" @@ -638,12 +801,18 @@ msgid "" "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" +"При желании можно сгенерировать и пополнить другой адрес в качестве " +"**источника комиссии за транзакцию** (``feeSourceAddress``). Если выбран " +"внешний адрес выплаты, то необходимо указать адрес источника комиссии." #: ../../docs/user/masternodes/setup-testnet.rst:480 msgid "" "Either the payout address or fee source address must have enough balance to " "pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" +"Либо адрес выплаты, либо адрес источника комиссии должны иметь достаточный " +"баланс для оплаты комиссии за транзакцию, иначе транзакция " +"``register_prepare`` завершится неудачей." #: ../../docs/user/masternodes/setup-testnet.rst:484 msgid "" @@ -821,6 +990,11 @@ msgid "" "since a standard transaction fee is involved. The command takes the " "following syntax::" msgstr "" +"Теперь мы отправим в блокчейн специальную транзакцию ProRegTx для " +"регистрации мастерноды. Эта команда должна быть отправлена с кошелька Dash " +"Core, имеющего баланс на ``feeSourceAddress`` или ``payoutAddress``, " +"поскольку в этом случае взимается стандартная комиссия за транзакцию. " +"Команда имеет следующий синтаксис::" #: ../../docs/user/masternodes/setup-testnet.rst:591 msgid "Where:" @@ -851,14 +1025,21 @@ msgid "" "txid of the final ``protx register_submit`` transaction identifies your " "masternode." msgstr "" +"Теперь ваша мастернода зарегистрирована и появится в списке " +"детерминированных мастернод после того, как транзакция будет добыта в блок. " +"Просмотреть этот список можно на вкладке **Masternodes -> DIP3 Masternodes**" +" кошелька Dash Core или в консоли с помощью команды ``protx list valid``, " +"где txid финальной транзакции ``protx register_submit`` идентифицирует ваш " +"masternode." #: ../../docs/user/masternodes/setup-testnet.rst:621 msgid "Manual installation" -msgstr "" +msgstr "Ручная установка" #: ../../docs/user/masternodes/setup-testnet.rst:623 msgid "**The manual installation guide is currently a work in progress.**" msgstr "" +"**Руководство по установке в настоящее время находится в стадии разработки." #: ../../docs/user/masternodes/setup-testnet.rst:625 msgid "" @@ -867,14 +1048,18 @@ msgid "" "assuming you have a non-root user named ``dash``. You will need to manually " "adjust apt commands if using a different distro." msgstr "" +"В этом руководстве описана ручная загрузка и установка компонентов " +"мастерноды Dash в Ubuntu Linux 22.04 LTS \"Jammy Jellyfish\" при условии, " +"что у Вас есть пользователь не root с именем ``dash``. При использовании " +"другого дистрибутива потребуется вручную настроить команды apt." #: ../../docs/user/masternodes/setup-testnet.rst:631 msgid "Core services" -msgstr "" +msgstr "Core сервисы" #: ../../docs/user/masternodes/setup-testnet.rst:633 msgid "Prepare your environment for installing keys through GPG::" -msgstr "" +msgstr "Подготовьте среду к установке ключей через GPG::" #: ../../docs/user/masternodes/setup-testnet.rst:640 msgid "Tor" @@ -896,6 +1081,9 @@ msgid "" " communication relating to the base blockchain. Download Dash Core as " "follows::" msgstr "" +"Dash Core является форком Bitcoin Core и отвечает за все консенсусы и " +"коммуникации, связанные с базовым блокчейном. Загрузить Dash Core можно " +"следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:660 msgid "" @@ -909,20 +1097,22 @@ msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta с ключом ``5252 7BED ABE8 7984``, ``верифицируемым здесь на Keybase " +"`__" #: ../../docs/user/masternodes/setup-testnet.rst:673 msgid "" "Extract the compressed archive and copy the necessary files to the " "directory::" -msgstr "" +msgstr "Распакуйте сжатый архив и скопируйте необходимые файлы в каталог::" #: ../../docs/user/masternodes/setup-testnet.rst:679 msgid "Create a working directory for Dash Core::" -msgstr "" +msgstr "Создайте рабочий каталог для Dash Core::" #: ../../docs/user/masternodes/setup-testnet.rst:683 msgid "Configure Dash Core::" -msgstr "" +msgstr "Настройка Dash Core::" #: ../../docs/user/masternodes/setup-testnet.rst:720 msgid "" @@ -930,14 +1120,17 @@ msgid "" "values. Leave the ``masternodeblsprivkey`` field commented out for now. " "Configure Dash Core to start as a service::" msgstr "" +"По желанию замените поля ``rpcuser`` и ``rpcpassword`` своими значениями. " +"Поле ``masternodeblsprivkey`` пока оставьте закомментированным. Настройте " +"Dash Core на запуск в качестве службы::" #: ../../docs/user/masternodes/setup-testnet.rst:744 msgid "Start Dash Core::" -msgstr "" +msgstr "Запустите Dash Core" #: ../../docs/user/masternodes/setup-testnet.rst:750 msgid "Verify Dash Core is running::" -msgstr "" +msgstr "Убедитесь, что Dash Core работает::" #: ../../docs/user/masternodes/setup-testnet.rst:755 msgid "Sentinel" @@ -948,6 +1141,8 @@ msgid "" "Sentinel is a watchdog and works to communicate to the network that your " "node is working properly. Install Sentinel as follows::" msgstr "" +"Sentinel является watchdog и служит для передачи в сеть информации о том, " +"что ваш нода работает правильно. Установите Sentinel следующим образом::" #: ../../docs/user/masternodes/setup-testnet.rst:768 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po index d29d3dce3..0b134dd55 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/setup.po @@ -7,6 +7,7 @@ # Julia Ogonkova , 2022 # Андрей Дегтяр , 2022 # Dima, 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -15,7 +16,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Dima, 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -106,6 +107,7 @@ msgid "" "For information about hosted masternodes, see the documentation listed " "below:" msgstr "" +"Информацию о размещенных мастернодах см. в документации, приведенной ниже:" #: ../../docs/user/masternodes/setup.rst:42 msgid ":ref:`Information for users of hosted masternodes `" @@ -125,10 +127,14 @@ msgid "" " result can be achieved on a masternode by entering the same commands and " "adding the prefix ``~/.dashcore/dash-cli`` to each command." msgstr "" +"В данной документации описаны команды, которые вводятся в графическом " +"интерфейсе Dash Core путем открытия консоли из команды **Window > Console**," +" но тот же результат может быть достигнут на мастерноде путем ввода тех же " +"команд и добавления префикса ``~/.dashcore/dash-cli`` к каждой команде." #: ../../docs/user/masternodes/setup.rst:52 msgid "Server configuration" -msgstr "" +msgstr "Конфигурация сервера" #: ../../docs/user/masternodes/setup.rst:54 msgid "" @@ -137,6 +143,10 @@ msgid "" "configuration ` page for details on preparing your server to " "host a masternode." msgstr "" +"Правильная конфигурация сервера необходима для успешной работы мастерноды " +"как с точки зрения безопасности, так и с точки зрения производительности. " +"Подробную информацию о подготовке сервера к размещению masternode см. на " +"странице :hoverxref:`Конфигурация сервера `." #: ../../docs/user/masternodes/setup.rst:59 msgid "Send the collateral" @@ -184,6 +194,17 @@ msgid "" "account. You should see the transaction as soon as the first confirmation " "arrives, usually within a few minutes." msgstr "" +"Настройте свой Trezor с помощью кошелька Trezor по адресу " +"https://wallet.trezor.io/ и отправьте тестовую транзакцию, чтобы убедиться в" +" его работоспособности. Помощь в этом вопросе см. в :ref:`в этом гайде " +"` - вы также можете (осторожно!) `добавить парольную фразу " +"`_ к вашему Trezor для дополнительной защиты вашего " +"залога. Создайте новый счет в кошельке Trezor, нажав **Add account**. Затем " +"перейдите на вкладку **Receive** и отправьте на указанный адрес ровно 1000 " +"DASH. Если вы создаете несколько мастернод, отправьте 1000 DASH на " +"последовательные адреса в рамках одного нового счета. Вы увидите транзакцию," +" как только придет первое подтверждение, обычно в течение нескольких минут." #: ../../docs/user/masternodes/setup.rst:94 msgid "" @@ -252,6 +273,10 @@ msgid "" " extract the transaction ID. Carry out the following sequence of steps as " "shown in this screenshot:" msgstr "" +"Теперь мы воспользуемся DMT для ввода основной информации о мастерноде2йце и" +" извлечения идентификатора транзакции. Сначала нажмите кнопку **add a new " +"one** или нажмите **MN actions** и выберите **Add New Masternode Entry...**." +" Выполните следующую последовательность действий, как показано на скриншоте:" #: ../../docs/user/masternodes/setup.rst:139 msgid "Dash Masternode Tool configuration steps" @@ -283,10 +308,15 @@ msgid "" "sent 1000 Dash and click **Apply**. The **Collateral address**, **path**, " "**Collateral TX hash** and **index** fields should be filled automatically." msgstr "" +"Нажмите **Locate collateral**, чтобы просмотреть неиспользованные операции " +"по финансированию залога, доступные на подключенном аппаратном кошельке. " +"Выберите адрес, на который был отправлено обеспечение в 1000 Dash, и нажмите" +" **Apply**. Поля **Collateral address**, **path**, **Collateral TX hash** и " +"**index** заполнятся автоматически." #: ../../docs/user/masternodes/setup.rst:156 msgid "Dash Masternode Tool with masternode configuration" -msgstr "" +msgstr "Dash Masternode Tool с конфигурацией ноды" #: ../../docs/user/masternodes/setup.rst:158 msgid "" @@ -317,6 +347,8 @@ msgid "" "Click **Window > Console** to open the console. Type the following command " "into the console to generate a new Dash address for the collateral::" msgstr "" +"Кликните **Окно > Консоль**, чтобы открыть консоль. Чтобы сгенерировать " +"новый адрес для обеспечения, введите в консоль эту команду::" #: ../../docs/user/masternodes/setup.rst:179 msgid "" @@ -331,6 +363,18 @@ msgid "" " only way you can access our funds if anything happens to your computer. For" " more details on these steps, see :ref:`here `." msgstr "" +"Обратите внимание на адрес обеспечения, так как позже он нам понадобится. " +"Следующим шагом является защита вашего кошелька (если вы до сих пор этого не" +" сделали). Сначала зашифруйте кошелёк щёлкнув **Настройки > Зашифровать " +"кошелёк**. Необходимо использовать новый и сильный пароль, который вы нигде " +"не использовали ранее. Запишите свой пароль и сохраните его в безопасном " +"месте, в противном случае доступ к кошельку окажется заблокированным " +"навсегда и вы потеряете доступ к своим средствам. Следующим шагом сделайте " +"резервную копию файла вашего кошелька выбрав **Файл > Сделать резервную " +"копию кошелька**. Сохраните файл в безопасном месте, физически отдельном от " +"вашего компьютера, так это будет единственный вариант доступа к ваши " +"средствам, если с вашим компьютером что-то случится. Для получения более " +"детальной информации по этим шагам смотрите :ref:`здесь `." #: ../../docs/user/masternodes/setup.rst:191 msgid "" @@ -392,7 +436,7 @@ msgstr "" #: ../../docs/user/masternodes/setup.rst:226 msgid "Manual installation" -msgstr "" +msgstr "Ручная установка" #: ../../docs/user/masternodes/setup.rst:228 msgid "" @@ -416,18 +460,25 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Убедитесь в подлинности загруженного файла, сверив его подпись с открытым " +"ключом, опубликованным командой разработчиков Dash Core. Все выпуски Dash " +"подписываются с помощью GPG одним из следующих ключей:" #: ../../docs/user/masternodes/setup.rst:243 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Александр Блок (codablock) с ключом ``63A9 6B40 6102 E091``, " +"``верифицируемый здесь на Keybase `__" #: ../../docs/user/masternodes/setup.rst:245 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta с ключом ``5252 7BED ABE8 7984``, ``верифицируемым здесь на Keybase " +"`__" #: ../../docs/user/masternodes/setup.rst:255 msgid "" @@ -599,6 +650,12 @@ msgid "" "connection-direct.md>`__ for documentation on using your own local RPC " "node.) and confirm the following two messages:" msgstr "" +"Затем нажмите кнопку **Register masternode**. По желанию укажите другой " +"**Payout address** и/или **Operator reward**, затем нажмите **Продолжить**. " +"Выберите **Remote Dash RPC Node (автоматический метод)**. (Документацию по " +"использованию собственного локального RPC-узла см. здесь " +"`__) и подтвердите следующие два сообщения:" #: ../../docs/user/masternodes/setup.rst:393 msgid "Dash Masternode Tool confirmation dialogs to register a masternode" @@ -671,16 +728,21 @@ msgid "" "you now need to find the txid of the transaction. Click **Window > Console**" " and enter the following command::" msgstr "" +"Если для совершения залоговой транзакции вы использовали адрес кошелька Dash" +" Core, то теперь необходимо найти txid этой транзакции. Кликните **Окно > " +"Консоль** и введите следующую команду::" #: ../../docs/user/masternodes/setup.rst:450 msgid "This should return a string of characters similar to the following::" -msgstr "" +msgstr "Консоль должна вернуть строку символов, аналогичную этой::" #: ../../docs/user/masternodes/setup.rst:456 msgid "" "The first long string is your ``collateralHash``, while the last number is " "the ``collateralIndex``." msgstr "" +"Первая длинная строка - это ``хеш вашей транзакции``, последние цифры в ней " +"- это ``индекс обеспечения``." #: ../../docs/user/masternodes/setup.rst:463 msgid "Generate a BLS key pair" @@ -693,6 +755,10 @@ msgid "" "included in the deterministic masternode list once a provider registration " "transaction with the corresponding public key has been created." msgstr "" +"Для работы мастерноды требуется пара открытый/закрытый ключ BLS. Закрытый " +"ключ указывается на самой ноде и позволяет включить его в детерминированный " +"список узлов после создания транзакции регистрации провайдера с " +"соответствующим открытым ключом." #: ../../docs/user/masternodes/setup.rst:471 msgid "" @@ -739,6 +805,8 @@ msgid "" "We will now prepare the transaction used to register the masternode on the " "network." msgstr "" +"Теперь мы подготовим транзакцию, используемую для регистрации мастерноды в " +"сети." #: ../../docs/user/masternodes/setup.rst:524 msgid "Prepare a ProRegTx transaction" @@ -750,6 +818,9 @@ msgid "" "private key was entered on the masternode. The public key is used in this " "transaction as the ``operatorPubKey``." msgstr "" +"Пара BLS-ключей для оператора уже была сгенерирована выше, а закрытый ключ " +"был введен на мастер-узле. Открытый ключ используется в данной транзакции в " +"качестве ``operatorPubKey``." #: ../../docs/user/masternodes/setup.rst:530 msgid "" @@ -757,6 +828,10 @@ msgid "" "**owner key address** (``ownerKeyAddr``). This is not the same as the " "collateral address holding 1000 Dash. Generate a new address as follows::" msgstr "" +"Во-первых, нам необходимо получить из кошелька новый, неиспользуемый адрес, " +"который будет служить **адресом ключа владельца** (``ownerKeyAddr``). Это не" +" то же самое, что адрес обеспечения, на котором хранится 1000 Dash. " +"Сгенерируйте новый адрес следующим образом::" #: ../../docs/user/masternodes/setup.rst:539 msgid "" @@ -765,6 +840,10 @@ msgid "" "you by your chosen voting delegate, or simply generate a new voting key " "address as follows::" msgstr "" +"Этот адрес также может быть использован в качестве **адреса ключа " +"голосования** (``votingKeyAddr``). В качестве альтернативы можно указать " +"адрес, предоставленный Вам выбранным Вами делегатом голосования, или просто " +"сгенерировать новый адрес ключа голосования следующим образом::" #: ../../docs/user/masternodes/setup.rst:548 msgid "" @@ -772,6 +851,9 @@ msgid "" "masternode payouts** (``payoutAddress``). It is also possible to use an " "address external to the wallet::" msgstr "" +"Затем либо сгенерируйте, либо выберите из существующих второй адрес для " +"получения **платежей владельца мастерноды** (``payoutAddress``). Также " +"возможно использовать адрес внешнего кошелька::" #: ../../docs/user/masternodes/setup.rst:556 msgid "" @@ -779,12 +861,18 @@ msgid "" "**transaction fee source** (``feeSourceAddress``). If you selected an " "external payout address, you must specify a fee source address." msgstr "" +"При желании можно сгенерировать и пополнить другой адрес в качестве " +"**источника комиссии за транзакцию** (``feeSourceAddress``). Если выбран " +"внешний адрес выплаты, то необходимо указать адрес источника комиссии." #: ../../docs/user/masternodes/setup.rst:560 msgid "" "Either the payout address or fee source address must have enough balance to " "pay the transaction fee, or the ``register_prepare`` transaction will fail." msgstr "" +"Либо адрес выплаты, либо адрес источника комиссии должны иметь достаточный " +"баланс для оплаты комиссии за транзакцию, иначе транзакция " +"``register_prepare`` завершится неудачей." #: ../../docs/user/masternodes/setup.rst:564 msgid "" @@ -962,6 +1050,11 @@ msgid "" "since a standard transaction fee is involved. The command takes the " "following syntax::" msgstr "" +"Теперь мы отправим в блокчейн специальную транзакцию ProRegTx для " +"регистрации мастерноды. Эта команда должна быть отправлена с кошелька Dash " +"Core, имеющего баланс на ``feeSourceAddress`` или ``payoutAddress``, " +"поскольку в этом случае взимается стандартная комиссия за транзакцию. " +"Команда имеет следующий синтаксис::" #: ../../docs/user/masternodes/setup.rst:671 msgid "Where:" @@ -992,6 +1085,12 @@ msgid "" "txid of the final ``protx register_submit`` transaction identifies your " "masternode." msgstr "" +"Теперь ваша мастернода зарегистрирована и появится в списке " +"детерминированных мастернод после того, как транзакция будет добыта в блок. " +"Просмотреть этот список можно на вкладке **Masternodes -> DIP3 Masternodes**" +" кошелька Dash Core или в консоли с помощью команды ``protx list valid``, " +"где txid финальной транзакции ``protx register_submit`` идентифицирует ваш " +"masternode." #: ../../docs/user/masternodes/setup.rst:693 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po index 35b43243f..870815e23 100644 --- a/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po +++ b/locale/ru/LC_MESSAGES/docs/user/masternodes/understanding.po @@ -8,6 +8,7 @@ # Max Aronych , 2022 # Dima, 2022 # Julia Ogonkova , 2023 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -16,7 +17,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Julia Ogonkova , 2023\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -143,7 +144,7 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:88 msgid "Evolution Masternodes (evonodes)" -msgstr "" +msgstr "Эволюционные мастерноды (Эвоноды)" #: ../../docs/user/masternodes/understanding.rst:90 msgid "" @@ -166,15 +167,15 @@ msgstr "Залог" #: ../../docs/user/masternodes/understanding.rst:97 msgid "1000 DASH" -msgstr "" +msgstr "1000 DASH" #: ../../docs/user/masternodes/understanding.rst:97 msgid "4000 DASH (4X the collateral for normal masternodes)" -msgstr "" +msgstr "4000 DASH (4x залог для обычной мастерноды)" #: ../../docs/user/masternodes/understanding.rst:99 msgid "Specs" -msgstr "" +msgstr "Характеристики" #: ../../docs/user/masternodes/understanding.rst:99 msgid "Lesser than evonode" @@ -182,31 +183,31 @@ msgstr "" #: ../../docs/user/masternodes/understanding.rst:99 msgid "Higher than normal masternodes" -msgstr "" +msgstr "Выше, чем у обычных мастернод" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Service" -msgstr "" +msgstr "Сервисы" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Only Dash Core" -msgstr "" +msgstr "Только Dash Core" #: ../../docs/user/masternodes/understanding.rst:101 msgid "Both Dash Core and Platform" -msgstr "" +msgstr "Как Dash Core, так и Platform" #: ../../docs/user/masternodes/understanding.rst:103 msgid "Voting Weight" -msgstr "" +msgstr "Вес голоса" #: ../../docs/user/masternodes/understanding.rst:103 msgid "1 node gets 1 vote" -msgstr "" +msgstr "йъ" #: ../../docs/user/masternodes/understanding.rst:103 msgid "Has 4 times the voting power of a normal masternode" -msgstr "" +msgstr "Имеет силу голоса в 4 раза чем обычная мастернода" #: ../../docs/user/masternodes/understanding.rst:109 msgid "Masternode Concepts" diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po b/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po index f96f9b48b..62b919b99 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/p2pool.po @@ -9,6 +9,7 @@ # Max Aronych , 2022 # Leon White , 2022 # Julia Ogonkova , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -17,7 +18,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Julia Ogonkova , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -205,18 +206,25 @@ msgid "" "against the public key published by the Dash Core development team. All " "releases of Dash are signed using GPG with one of the following keys:" msgstr "" +"Убедитесь в подлинности загруженного файла, сверив его подпись с открытым " +"ключом, опубликованным командой разработчиков Dash Core. Все выпуски Dash " +"подписываются с помощью GPG одним из следующих ключей:" #: ../../docs/user/mining/p2pool.rst:122 msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Александр Блок (codablock) с ключом ``63A9 6B40 6102 E091``, " +"``верифицируемый здесь на Keybase `__" #: ../../docs/user/mining/p2pool.rst:124 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta с ключом ``5252 7BED ABE8 7984``, ``верифицируемым здесь на Keybase " +"`__" #: ../../docs/user/mining/p2pool.rst:134 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/mining/pools.po b/locale/ru/LC_MESSAGES/docs/user/mining/pools.po index 70cf29d6e..c6e1a594d 100644 --- a/locale/ru/LC_MESSAGES/docs/user/mining/pools.po +++ b/locale/ru/LC_MESSAGES/docs/user/mining/pools.po @@ -5,6 +5,7 @@ # # Translators: # Андрей Дегтяр , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -13,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:56+0000\n" -"Last-Translator: Андрей Дегтяр , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,11 +24,13 @@ msgstr "" #: ../../docs/user/mining/pools.rst-1 msgid "Guide to mining using a mining pool" -msgstr "" +msgstr "Руководство по майнингу используя майнинг-пул" #: ../../docs/user/mining/pools.rst-1 msgid "dash, mining, X11, CPU, GPU, ASIC, hardware, pool, mining pools, Luxor" msgstr "" +"dash, майнинг, X11, ЦПУ, GPU, ASIC, аппаратные средства, пул, пулы для " +"майнинга, Luxor" #: ../../docs/user/mining/pools.rst:9 msgid "Mining Pools" @@ -42,10 +45,17 @@ msgid "" "rare large rewards. Commercial mining pools offer a number of services, " "described below using the example of Luxor Mining." msgstr "" +"При добыче Dash в пулах вероятность получения вознаграждения выше, чем при " +"одиночной добыче непосредственно на блокчейне. Это связано с тем, что при " +"текущей сложности майнинга добыть блок в одиночку крайне маловероятно, " +"поэтому объединение усилий приводит к более частым постепенным " +"вознаграждениям, чем крайне редкие крупные вознаграждения. Коммерческие " +"майнинговые пулы предлагают ряд услуг, описанных ниже на примере компании " +"Luxor Mining." #: ../../docs/user/mining/pools.rst:19 msgid "Miner Hosting" -msgstr "" +msgstr "Майнер-хостинг" #: ../../docs/user/mining/pools.rst:21 msgid "" @@ -59,6 +69,16 @@ msgid "" "starting a fire. Ensure you are properly informed about these challenges " "before mining at home." msgstr "" +"Некоторые майнеры решают размещать машины прямо у себя дома. Это может " +"сработать, если у вас есть хороший сарай или подвал. Однако следует помнить," +" что ASICи могут мешать в доме. При работе они довольно громко работают " +"(вспомните пылесос). Кроме того, оборудование для майнинга потребляет очень " +"большое количество электроэнергии, поэтому использование нескольких ASIC-" +"машин для майнинга в доме может привести к повреждению проводки или " +"предохранительного щитка, потребовать дополнительной вентиляции или систем " +"распределения электроэнергии и сети, а также чревато возникновением пожара. " +"Убедитесь, что вы должным образом проинформированы об этих проблемах, прежде" +" чем приступать к майнингу в домашних условиях." #: ../../docs/user/mining/pools.rst:31 msgid "" @@ -68,6 +88,11 @@ msgid "" "return for setup, ensuring proper operations, electricity and ongoing " "maintenance." msgstr "" +"В зависимости от вышеизложенных соображений и тарифов на электроэнергию, " +"возможно, имеет смысл отправить майнинг-машину на площадку для размещения " +"майнинга (mining colocation) от вашего имени. Компания, занимающаяся " +"размещением майнинга, берет \"плату за хостинг\" в обмен на настройку, " +"обеспечение надлежащей работы, электроэнергию и текущее обслуживание." #: ../../docs/user/mining/pools.rst:37 msgid "" @@ -86,14 +111,29 @@ msgid "" "projects in South America. Please make sure to do your own research before " "making any decision on engaging a colocation business." msgstr "" +"В США/Канаде существует множество вариантов хостинга, таких как `Compute " +"North `__, `Frontier " +"`__, `Core Scientific " +"`__, `Lightspeed " +"`__ и многие другие. `Crypto Mining " +"Tools `__ предлагает карту майнинга " +"`__ с дополнительными " +"возможностями в Северной Америке. `Hashrate Index " +"`__ предоставляет базу данных хостингов " +"`__ в США, Канаде, России, Парагвае и " +"других странах. `F2Pool `__ содержит `список " +"хостинг-локаций `__ в Китае и странах СНГ. `BC " +"Mining `__ предлагает несколько проектов в Южной " +"Америке. Пожалуйста, прежде чем принимать решение о привлечении компании, " +"предоставляющей услуги, проведите собственное исследование." #: ../../docs/user/mining/pools.rst:54 msgid "Setting up your miner" -msgstr "" +msgstr "Настройте свой майнер" #: ../../docs/user/mining/pools.rst:57 msgid "Powering up the Miner" -msgstr "" +msgstr "Запитайте майнер" #: ../../docs/user/mining/pools.rst:59 msgid "" @@ -101,10 +141,13 @@ msgid "" "your miner to your internet-connected router or switch using a standard " "network cable. You are now ready to power up your miner." msgstr "" +"Подключите машину к розетке через встроенный БП. Затем подключите майнер к " +"подключенному к Интернету маршрутизатору или коммутатору с помощью " +"стандартного сетевого кабеля. Теперь вы готовы к включению майнера." #: ../../docs/user/mining/pools.rst:64 msgid "Scanning for Devices" -msgstr "" +msgstr "Сканирование устройств" #: ../../docs/user/mining/pools.rst:66 msgid "" @@ -113,6 +156,11 @@ msgid "" " on your local network and see its IP address. After you have identified " "your miner’s IP address, you are ready to proceed with Configuration." msgstr "" +"Для начала воспользуйтесь инструментом сканирования, например `AngryIP " +"`__ или `Locator " +"`__, чтобы просканировать все " +"устройства в локальной сети и узнать их IP-адреса. После определения IP-" +"адреса майнера можно приступать к его настройке." #: ../../docs/user/mining/pools.rst:73 msgid "Configuration" @@ -124,14 +172,17 @@ msgid "" "browser. A dashboard similar to the one shown below will pop up. We are " "setting up a StrongU STU-U6, but the process is similar for other ASICs." msgstr "" +"Введите IP-адрес локальной сети вашего майнера в строку URL любого браузера." +" На экране появится панель, аналогичная показанной ниже. Мы настраиваем " +"StrongU STU-U6, но процесс аналогичен настройке других ASIC." #: ../../docs/user/mining/pools.rst:83 msgid "Setting up a mining ASIC to use a pool" -msgstr "" +msgstr "Настройка ASIC для работы с пулом" #: ../../docs/user/mining/pools.rst:86 msgid "Choosing a Mining Pool" -msgstr "" +msgstr "Выбор майнинг-пула" #: ../../docs/user/mining/pools.rst:88 msgid "" @@ -139,6 +190,9 @@ msgid "" "dive into the mining pool landscape is available `here " "`__." msgstr "" +"Для завершения настройки необходимо выбрать майнинг-пул. Глубокое погружение" +" в мир майнинговых пулов доступно `здесь `__." #: ../../docs/user/mining/pools.rst:92 msgid "" @@ -147,6 +201,10 @@ msgid "" "documentation available :ref:`here `. The code for p2pool-dash is " "`available on GitHub `__." msgstr "" +"Для обеспечения безопасности сети и децентрализации мы рекомендуем " +"использовать P2Pool. Чтобы настроить собственный сервер P2Pool, следуйте " +"документации по настройке, доступной :ref:`здесь `. Код p2pool-dash " +"доступен на GitHub `__." #: ../../docs/user/mining/pools.rst:98 msgid "" @@ -157,10 +215,16 @@ msgid "" "method. Other pools can be found `here " "`__." msgstr "" +"Если вы не хотите создавать свой собственный пул, вы можете ознакомиться со " +"списком пулов `здесь `__. В " +"данном руководстве мы будем настраивать майнер на `Luxor " +"`__, американском майнинговом пуле, работающем " +"по методу оплаты за долю (PPS). Другие пулы можно найти `здесь " +"`__." #: ../../docs/user/mining/pools.rst:106 msgid "Completing Configuration" -msgstr "" +msgstr "Окончание настройки" #: ../../docs/user/mining/pools.rst:108 msgid "" @@ -168,36 +232,46 @@ msgid "" "accounts-a0d56235c0e6>`__ with the mining pool, you will have all the " "information you need to complete the setup process." msgstr "" +"После создания учетной записи `__ в майнинг-пуле вы будете располагать всей " +"необходимой информацией для завершения процесса настройки." #: ../../docs/user/mining/pools.rst:113 msgid "URL: ``stratum+tcp://dash.luxor.tech:700``" -msgstr "" +msgstr "URL: ``stratum+tcp://dash.luxor.tech:700``" #: ../../docs/user/mining/pools.rst:114 msgid "" "Worker: ``[LuxorUsername].WorkerName`` Workername can be anything, but avoid" " using symbols or special characters as it may be invalid." msgstr "" +"Worker: ``[LuxorUsername].WorkerName`` Рабочее имя может быть любым, но " +"избегайте использования символов или специальных знаков, так как оно может " +"быть недействительным." #: ../../docs/user/mining/pools.rst:117 msgid "Password: ``123``" -msgstr "" +msgstr "Пароль: ``123``" #: ../../docs/user/mining/pools.rst:119 msgid "" "For the other nodes (Pool 2 and Pool 3), feel free to use any of the other " "region nodes or other pools, such as ``dash-eu.luxor.tech:5050``." msgstr "" +"Для остальных узлов (Pool 2 и Pool 3) можно использовать любые узлы других " +"регионов или другие пулы, например ``dash-eu.luxor.tech:5050``." #: ../../docs/user/mining/pools.rst:122 msgid "" "Once you have filled out the details, click **Save & Apply**. Setup is now " "complete." msgstr "" +"После заполнения данных нажмите кнопку **Сохранить и применить**. Настройка " +"завершена." #: ../../docs/user/mining/pools.rst:126 msgid "Monitoring Results" -msgstr "" +msgstr "Наблюдение результатов" #: ../../docs/user/mining/pools.rst:128 msgid "" @@ -205,20 +279,27 @@ msgid "" "To find your user, simply go to Luxor, login to your account and navigate to" " the Workers tab. You should see something like this:" msgstr "" +"Для того чтобы ваши работники появились на странице статистики, потребуется " +"около 5 минут. Чтобы найти своего пользователя, просто зайдите в Luxor, " +"войдите в свой аккаунт и перейдите на вкладку \"Рабочие\". Вы должны увидеть" +" примерно следующее:" #: ../../docs/user/mining/pools.rst:135 msgid "Monitoring mining results with Luxor pool" -msgstr "" +msgstr "Мониторинг результатов добычи с помощью бассейна Luxor" #: ../../docs/user/mining/pools.rst:137 msgid "" "Note: For P2Pool, there is no central point to check balance. To learn more " "about P2Pool, see the :ref:`P2Pool documentation `." msgstr "" +"Примечание: Для P2Pool не существует центральной точки для проверки баланса." +" Более подробную информацию о P2Pool можно найти в :ref:`P2Pool " +"documentation `." #: ../../docs/user/mining/pools.rst:141 msgid "Setting up the Dash Wallet" -msgstr "" +msgstr "Настройка кошелька Dash Wallet" #: ../../docs/user/mining/pools.rst:143 msgid "" @@ -226,6 +307,9 @@ msgid "" "miner payouts. To do this in the Dash Core wallet, see :ref:`here `." msgstr "" +"Последний шаг - настройка адреса Dash, на который будут поступать выплаты от" +" майнеров. Как это сделать в кошельке Dash Core, смотрите :ref:`here " +"`." #: ../../docs/user/mining/pools.rst:147 msgid "" @@ -234,7 +318,10 @@ msgid "" "have logged in. You can enter your address and set a custom payout threshold" " here." msgstr "" +"Получив адрес, перейдите на страницу \"Настройки\", расположенную в правом " +"верхнем углу сайта `Luxor `__ после входа в " +"систему. Здесь вы можете ввести свой адрес и задать порог выплат." #: ../../docs/user/mining/pools.rst:155 msgid "Setting the payout threshold with Luxor pool" -msgstr "" +msgstr "Установка порога выплат с помощью пула Luxor" diff --git a/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po b/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po index 07b061f5b..9781d1954 100644 --- a/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/network/dashmate/index.po @@ -5,6 +5,7 @@ # # Translators: # Julia Ogonkova , 2023 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -13,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" -"Last-Translator: Julia Ogonkova , 2023\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,15 +24,15 @@ msgstr "" #: ../../docs/user/network/dashmate/index.rst-1 msgid "Description of dashmate features and usage" -msgstr "" +msgstr "Описание возможностей и применения dashmate" #: ../../docs/user/network/dashmate/index.rst-1 msgid "dash, wallet, core, platform, evonode, masternodes, dashmate" -msgstr "" +msgstr "dash, wallet, core, platform, evonode, masternodes, dashmate" #: ../../docs/user/network/dashmate/index.rst:9 msgid "Dashmate" -msgstr "" +msgstr "Dashmate" #: ../../docs/user/network/dashmate/index.rst:11 msgid "" @@ -40,10 +41,14 @@ msgid "" "quickly and easily set up and run a development network on your local " "system." msgstr "" +"Dashmate - это универсальный инструмент, предназначенный для настройки и " +"запуска Dash-мастернод в контейнерной среде. Это также идеальный инструмент " +"для быстрой и простой настройки и запуска сети разработки в локальной " +"системе." #: ../../docs/user/network/dashmate/index.rst:18 msgid "Setting up a testnet evonode using dashmate" -msgstr "" +msgstr "Настройка эвоноды в тестовой сети с помощью dashmate" #: ../../docs/user/network/dashmate/index.rst:23 msgid "Installation" @@ -51,35 +56,35 @@ msgstr "Установка" #: ../../docs/user/network/dashmate/index.rst:28 msgid "Install dependencies" -msgstr "" +msgstr "Установочные зависимости" #: ../../docs/user/network/dashmate/index.rst:30 msgid "Install and configure Docker::" -msgstr "" +msgstr "Установите и настройте Docker::" #: ../../docs/user/network/dashmate/index.rst:39 msgid "Install dashmate" -msgstr "" +msgstr "Установите Dashmate" #: ../../docs/user/network/dashmate/index.rst:41 msgid "There are several methods available for installing dashmate." -msgstr "" +msgstr "Существует несколько способов установки Dashmate." #: ../../docs/user/network/dashmate/index.rst:46 msgid "Debian package" -msgstr "" +msgstr "Пакет Debian" #: ../../docs/user/network/dashmate/index.rst:48 msgid "Download the dashmate installation package::" -msgstr "" +msgstr "Загрузите установочный пакет Dashmate::" #: ../../docs/user/network/dashmate/index.rst:52 msgid "Install dashmate using apt::" -msgstr "" +msgstr "Установите dashmate с помощью apt::" #: ../../docs/user/network/dashmate/index.rst:58 msgid "Node package" -msgstr "" +msgstr "Пакет ноды" #: ../../docs/user/network/dashmate/index.rst:60 msgid "" @@ -87,10 +92,13 @@ msgid "" "recommend installing it using `nvm `__::" msgstr "" +"Для установки пакета NodeJS необходимо сначала установить NodeJS. Мы " +"рекомендуем установить его с помощью `nvm `__::" #: ../../docs/user/network/dashmate/index.rst:67 msgid "Once NodeJS has been installed, use npm to install dashmate::" -msgstr "" +msgstr "После установки NodeJS с помощью npm установите Dashmate::" #: ../../docs/user/network/dashmate/index.rst:74 msgid "Masternode setup" @@ -104,42 +112,51 @@ msgid "" "in the sections below to set up your node or follow along with this step-by-" "step tutorial." msgstr "" +"С помощью dashmate можно настраивать как обычные мастерноды, так и " +"мастерноды Платформы - Эвоноды. Для Эвонод есть несколько незначительных " +"дополнительных шагов, но в целом процесс идентичен для обоих типов " +"мастернод. Для настройки узла выполните действия, описанные в следующих " +"разделах, или воспользуйтесь этим пошаговым руководством." #: ../../docs/user/network/dashmate/index.rst:87 msgid "" "To begin masternode setup, run ``dashmate setup`` to start the interactive " "wizard::" msgstr "" +"Чтобы начать настройку мастерноды, выполните команду ``dashmate setup`` для " +"запуска интерактивного мастера::" #: ../../docs/user/network/dashmate/index.rst:92 msgid "Set Network and Node type" -msgstr "" +msgstr "Установите тип сети и ноды" #: ../../docs/user/network/dashmate/index.rst:98 msgid "Select the testnet network preset" -msgstr "" +msgstr "Выберите предварительную настройку сети testnet" #: ../../docs/user/network/dashmate/index.rst:104 msgid "Create an Evolution masternode" -msgstr "" +msgstr "Создайте Эвоноду" #: ../../docs/user/network/dashmate/index.rst:106 msgid "" "Select **No** to register a new masternode or **Yes** to import information " "about an existing masternode." msgstr "" +"Выберите **Нет** для регистрации новой мастерноды или **Да** для импорта " +"информации о существующей мастерноде." #: ../../docs/user/network/dashmate/index.rst:113 msgid "Set up a new masternode" -msgstr "" +msgstr "Настройка новой мастерноды" #: ../../docs/user/network/dashmate/index.rst:116 msgid "Define Keys and Addresses" -msgstr "" +msgstr "Определите ключи и адреса" #: ../../docs/user/network/dashmate/index.rst:122 msgid "Store masternode keys in Dash Core" -msgstr "" +msgstr "Храните ключи мастернод в Dash Core" #: ../../docs/user/network/dashmate/index.rst:124 msgid "" @@ -147,20 +164,27 @@ msgid "" "transaction `. You can find these values using Dash" " Core's :hoverxref:`masternode outputs ` command." msgstr "" +"Введите запрашиваемую информацию из вашей :hoverxref:`транзакции " +"финансирования залога `. Эти значения можно найти с" +" помощью команды Dash Core :hoverxref:`masternode outputs `." #: ../../docs/user/network/dashmate/index.rst:132 msgid "Enter collateral transaction information" -msgstr "" +msgstr "Введите информацию о транзакции с обеспечением" #: ../../docs/user/network/dashmate/index.rst:134 msgid "" "Enter the owner, voting, and payout addresses you :hoverxref:`generated " "using Dash Core ` or your selected wallet." msgstr "" +"Введите адреса владельца, голосования и выплат, которые вы " +":hoverxref:`сгенерировали с помощью Dash Core ` или " +"выбранного вами кошелька." #: ../../docs/user/network/dashmate/index.rst:141 msgid "Enter masternode addresses" -msgstr "" +msgstr "Введите адреса мастернод" #: ../../docs/user/network/dashmate/index.rst:143 msgid "" @@ -169,16 +193,23 @@ msgid "" "hosting provider. Optionally, use the one automatically generated by " "dashmate." msgstr "" +"Введите закрытый ключ оператора BLS. Вы можете ввести созданный вами " +"(например, :hoverxref:`используя Dash Core `) или " +"полученный от хостинг-провайдера. Как вариант, можно использовать ключ, " +"автоматически сгенерированный dashmate." #: ../../docs/user/network/dashmate/index.rst:147 msgid "" "If a portion of the masternode rewards are intended to go to the operator " "directly, set the reward share percentage also." msgstr "" +"Если часть вознаграждения за работу мастерноды предполагается направлять " +"непосредственно оператору, установите также процентное соотношение " +"вознаграждения." #: ../../docs/user/network/dashmate/index.rst:154 msgid "Enter operator information" -msgstr "" +msgstr "Введите информации об операторе" #: ../../docs/user/network/dashmate/index.rst:156 msgid "" @@ -186,6 +217,8 @@ msgid "" "masternodes do not require a Platform node key since they do not host " "Platform services." msgstr "" +"Следующий шаг применим только к Эвонодам. Для обычных мастернод ключ узла " +"Платформы не требуется, поскольку на них не размещаются сервисы Платформы." #: ../../docs/user/network/dashmate/index.rst:159 msgid "" @@ -193,14 +226,17 @@ msgid "" "` or received from a hosting provider. " "Optionally, use the one automatically generated by dashmate." msgstr "" +"Введите ключ узла платформы. Вы можете ввести один :hoverxref:`вы создали " +"` или получили от хостинг-провайдера. Как" +" вариант, можно использовать ключ, автоматически сгенерированный dashmate." #: ../../docs/user/network/dashmate/index.rst:167 msgid "Enter the Platform node key" -msgstr "" +msgstr "Введите ключ ноды платформы" #: ../../docs/user/network/dashmate/index.rst:170 msgid "Configure communication" -msgstr "" +msgstr "Конфигурирование связи" #: ../../docs/user/network/dashmate/index.rst:172 msgid "" @@ -209,14 +245,17 @@ msgid "" "values if necessary for a specific reason, but typically the defaults should" " be used." msgstr "" +"Dashmate автоматически определит внешний IP-адрес и выберет порты по " +"умолчанию для настраиваемой сети. При необходимости можно изменить эти " +"значения, но, как правило, следует использовать значения по умолчанию." #: ../../docs/user/network/dashmate/index.rst:180 msgid "Enter connection information" -msgstr "" +msgstr "Введите информацию о соединении" #: ../../docs/user/network/dashmate/index.rst:183 msgid "Register the masternode" -msgstr "" +msgstr "Зарегистрируйте вашу мастерноду" #: ../../docs/user/network/dashmate/index.rst:185 msgid "" @@ -225,6 +264,10 @@ msgid "" "registration process to be successful, so remember to send some DASH to this" " address before you begin registration." msgstr "" +"Скопируйте предоставленную команду protx и запустите ее с помощью dash-cli " +"или консоли Dash Core. Обратите внимание, что для успешной регистрации на " +"вашем адресе выплат должен быть баланс, поэтому не забудьте отправить на " +"этот адрес некоторое количество DASH до начала регистрации." #: ../../docs/user/network/dashmate/index.rst:190 msgid "" @@ -232,26 +275,32 @@ msgid "" "an error, select **No** to go back through the previous steps and review " "details." msgstr "" +"После успешного выполнения команды выберите **Да**. При возникновении ошибки" +" выберите **Нет**, чтобы вернуться к предыдущим шагам и просмотреть детали." #: ../../docs/user/network/dashmate/index.rst:198 msgid "Run the registration command" -msgstr "" +msgstr "Выполните команду регистрации" #: ../../docs/user/network/dashmate/index.rst:201 msgid "Enable SSL" -msgstr "" +msgstr "Включите SSL" #: ../../docs/user/network/dashmate/index.rst:203 msgid "" "The following step only applies to evonodes. Regular masternodes do not " "require an SSL certificate since they do not host Platform services." msgstr "" +"Следующий шаг применим только к Эвонодам. Для обычных мастернод сертификат " +"SSL не требуется, поскольку на них не размещаются сервисы Платформы." #: ../../docs/user/network/dashmate/index.rst:206 msgid "" "Dash Platform requires SSL for communication. Dashmate provides several " "options for obtaining the required SSL certificate." msgstr "" +"Dash Platform требует использования SSL для обмена данными. Dashmate " +"предоставляет несколько вариантов получения необходимого SSL-сертификата." #: ../../docs/user/network/dashmate/index.rst:209 msgid "" @@ -259,10 +308,13 @@ msgid "" "mainnet evonode, **ZeroSSL** and **File on disk** are the only options " "available." msgstr "" +"Самоподписанные сертификаты не могут быть использованы в сети. При настройке" +" Эвонод в основной сети единственными доступными вариантами являются " +"**ZeroSSL** и **File on disk**." #: ../../docs/user/network/dashmate/index.rst:216 msgid "Configure SSL" -msgstr "" +msgstr "Настройте SSL" #: ../../docs/user/network/dashmate/index.rst:218 msgid "" @@ -270,24 +322,29 @@ msgid "" "of node configured is displayed. This summary includes important parameters " "and information on how to proceed." msgstr "" +"После завершения конфигурирования отображается сводка, показывающая сеть и " +"тип сконфигурированной ноды. В этой сводке указаны важные параметры и " +"информация о дальнейших действиях." #: ../../docs/user/network/dashmate/index.rst:224 msgid "" "The BLS operator private key and Platform Node key must be backed up and " "kept secure." msgstr "" +"Закрытый ключ оператора BLS и ключ ноды платформы должны иметь сохраненную " +"копию и надежно защищены." #: ../../docs/user/network/dashmate/index.rst:230 msgid "Configuration complete! 🎉" -msgstr "" +msgstr "Конфигурация завершена! 🎉" #: ../../docs/user/network/dashmate/index.rst:233 msgid "Start the node" -msgstr "" +msgstr "Запустите ноду" #: ../../docs/user/network/dashmate/index.rst:235 msgid "Start your node as follows::" -msgstr "" +msgstr "Запустите свою ноду следующим образом::" #: ../../docs/user/network/dashmate/index.rst:241 msgid "" @@ -296,79 +353,92 @@ msgid "" "download will depend on the available bandwidth but typically should " "complete within a few minutes." msgstr "" +"При первом запуске узла Dashmate загрузит образы Docker, необходимые для " +"каждого сервиса. Время, необходимое для этой однократной загрузки, зависит " +"от доступной качества соединения, но обычно она завершается в течение " +"нескольких минут." #: ../../docs/user/network/dashmate/index.rst:249 msgid "Dashmate node operation" -msgstr "" +msgstr "Работа ноды Dashmate" #: ../../docs/user/network/dashmate/index.rst:251 msgid "" "You can manage your masternode status, configuration, and running state " "entirely from within dashmate. Use the built-in help system to learn more:" msgstr "" +"Вы можете управлять статусом, конфигурацией и рабочим состоянием своей " +"мастерноды полностью из dashmate. Для получения дополнительной информации " +"воспользуйтесь встроенной справочной системой:" #: ../../docs/user/network/dashmate/index.rst:254 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/network/dashmate/index.rst:255 msgid "``dashmate --help``" -msgstr "" +msgstr "``dashmate --help``" #: ../../docs/user/network/dashmate/index.rst:260 msgid "Dashmate displaying top-level help output" -msgstr "" +msgstr "Dashmate отображает вывод справки верхнего уровня" #: ../../docs/user/network/dashmate/index.rst:263 msgid "Start or restart node" -msgstr "" +msgstr "Запуск или перезапуск ноды" #: ../../docs/user/network/dashmate/index.rst:265 msgid "To start your dashmate node, run::" -msgstr "" +msgstr "Чтобы запустить ноду dashmate, выполните команду::" #: ../../docs/user/network/dashmate/index.rst:269 msgid "To restart your dashmate node, run::" -msgstr "" +msgstr "Чтобы перезапустить ноду dashmate, выполните команду::" #: ../../docs/user/network/dashmate/index.rst:274 msgid "Stop node" -msgstr "" +msgstr "Остановить ноду" #: ../../docs/user/network/dashmate/index.rst:276 msgid "To stop your dashmate node, run::" -msgstr "" +msgstr "Чтобы остановить ноду dashmate, выполните команду::" #: ../../docs/user/network/dashmate/index.rst:281 msgid "Node status" -msgstr "" +msgstr "Статус ноды" #: ../../docs/user/network/dashmate/index.rst:283 msgid "" "You can check the status of your masternode using the various ``dashmate " "status`` commands as follows::" msgstr "" +"Проверить состояние мастерноды можно с помощью различных команд ``dashmate " +"status`` следующим образом::" #: ../../docs/user/network/dashmate/index.rst:296 msgid "Dashmate displaying a range of status output" -msgstr "" +msgstr "Dashmate отображает диапазон состояния выхода" #: ../../docs/user/network/dashmate/index.rst:299 msgid "Node update" -msgstr "" +msgstr "Обновление ноды" #: ../../docs/user/network/dashmate/index.rst:301 msgid "" "You can use ``dashmate`` to update minor versions of the software on your " "masternode as follows::" msgstr "" +"Вы можете использовать ``dashmate`` для обновления минорных версий " +"программного обеспечения на вашей мастерноде следующим образом::" #: ../../docs/user/network/dashmate/index.rst:309 msgid "Additional Information" -msgstr "" +msgstr "Дополнительная информация" #: ../../docs/user/network/dashmate/index.rst:311 msgid "" "For further documentation see the `dashmate repository " "`__." msgstr "" +"Дополнительную документацию можно найти в репозитории `dashmate " +"`__." diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po index 1d7746776..af1df94aa 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/backup.po @@ -6,6 +6,7 @@ # Translators: # Dima, 2022 # Андрей Дегтяр , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -14,7 +15,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Андрей Дегтяр , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -225,6 +226,14 @@ msgid "" "original files in the DashCore folder become corrupted due to improper " "shutdown of the Dash Core app." msgstr "" +"Вы можете посмотреть папку с автоматическими резервными копиями, перейдя в " +"папку *DashCore*, расположение которой для файла *wallet.dat* указано выше " +"и открыв папку резервных копий, или выбрав из меню Dash Core **Инструменты >" +" Показать автоматические резервные копии**. Поскольку эти файлы не активны " +"во время работы Dash Core, вы можете безопасно копировать их в любое время. " +"Они также являются удобной резервной копией, если исходные файлы в папке " +"DashCore повреждены из-за неправильного завершения работы приложения Dash " +"Core." #: ../../docs/user/wallets/dashcore/backup.rst:127 msgid "Restore" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po index 457382589..bb69ca858 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/coinjoin-instantsend.po @@ -7,6 +7,7 @@ # Tikhon Skudarnov , 2022 # Андрей Дегтяр , 2022 # Max Aronych , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -15,7 +16,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Max Aronych , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -37,7 +38,7 @@ msgstr "" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:12 msgid "CoinJoin" -msgstr "" +msgstr "CoinJoin" #: ../../docs/user/wallets/dashcore/coinjoin-instantsend.rst:14 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po index 9becebefc..33066f9eb 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/index.po @@ -6,6 +6,7 @@ # Translators: # Tikhon Skudarnov , 2022 # Max Aronych , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -14,7 +15,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Max Aronych , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -52,7 +53,7 @@ msgstr "InstantSend" #: ../../docs/user/wallets/dashcore/index.rst:22 msgid "CoinJoin" -msgstr "" +msgstr "CoinJoin" #: ../../docs/user/wallets/dashcore/index.rst:23 msgid "Wallet encryption" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po index 391ffe2b9..bb559a914 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/dashcore/installation-macos.po @@ -8,6 +8,7 @@ # Dima, 2022 # Андрей Дегтяр , 2022 # Max Aronych , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -16,7 +17,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Max Aronych , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -94,12 +95,16 @@ msgid "" "Alexander Block (codablock) with the key ``63A9 6B40 6102 E091``, " "`verifiable here on Keybase `__" msgstr "" +"Александр Блок (codablock) с ключом ``63A9 6B40 6102 E091``, " +"``верифицируемый здесь на Keybase `__" #: ../../docs/user/wallets/dashcore/installation-macos.rst:47 msgid "" "Pasta (pasta) with the key ``5252 7BED ABE8 7984``, `verifiable here on " "Keybase `__" msgstr "" +"Pasta с ключом ``5252 7BED ABE8 7984``, ``верифицируемым здесь на Keybase " +"`__" #: ../../docs/user/wallets/dashcore/installation-macos.rst:50 msgid "" diff --git a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po index f03b64bdd..a2e8378bd 100644 --- a/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po +++ b/locale/ru/LC_MESSAGES/docs/user/wallets/electrum/faq.po @@ -7,6 +7,7 @@ # Leon White , 2022 # Dima, 2022 # Julia Ogonkova , 2022 +# VONCAN, 2023 # #, fuzzy msgid "" @@ -15,7 +16,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:57+0000\n" -"Last-Translator: Julia Ogonkova , 2022\n" +"Last-Translator: VONCAN, 2023\n" "Language-Team: Russian (https://app.transifex.com/dash/teams/37570/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -63,6 +64,10 @@ msgid "" "a technique called `Simple Payment Verification " "`_." msgstr "" +"Не совсем; клиент Dash Electrum никогда не отправляет серверам приватные " +"ключи. Кроме того, он подтверждает информацию от серверов, используя " +"технику, которая называет `Подтверждение Обычного Платежа " +"`_." #: ../../docs/user/wallets/electrum/faq.rst:28 msgid "What is the Seed?" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po b/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po index db8626547..f82132348 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/compiling.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/index.po b/locale/tl/LC_MESSAGES/docs/user/developers/index.po index e59183f72..6eb581338 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po index 5ae87b375..0d1f1f575 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po b/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po index c9f583021..259d727a0 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/sporks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po b/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po index cdd629c5a..30afa4268 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/testnet.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/developers/translating.po b/locale/tl/LC_MESSAGES/docs/user/developers/translating.po index 9973fdf07..c4d38b3cb 100644 --- a/locale/tl/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/tl/LC_MESSAGES/docs/user/developers/translating.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/earning-spending.po b/locale/tl/LC_MESSAGES/docs/user/earning-spending.po index 722c44a82..4f082cfc1 100644 --- a/locale/tl/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/tl/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po index 3babfd92c..d9fc0969e 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/index.po b/locale/tl/LC_MESSAGES/docs/user/governance/index.po index f5e168f4c..04178ce4d 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po b/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po index c4021974c..c4226abbe 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/understanding.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/governance/using.po b/locale/tl/LC_MESSAGES/docs/user/governance/using.po index e59a4041b..f40b3dae7 100644 --- a/locale/tl/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/tl/LC_MESSAGES/docs/user/governance/using.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/index.po b/locale/tl/LC_MESSAGES/docs/user/index.po index ffc92be3c..6a46785ee 100644 --- a/locale/tl/LC_MESSAGES/docs/user/index.po +++ b/locale/tl/LC_MESSAGES/docs/user/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/about.po b/locale/tl/LC_MESSAGES/docs/user/introduction/about.po index 0d2f104f3..6507266af 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/about.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 5d527c776..9f42cce6b 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po b/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po index a48b38df5..529efef9d 100644 --- a/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/tl/LC_MESSAGES/docs/user/introduction/safety.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/legal.po b/locale/tl/LC_MESSAGES/docs/user/legal.po index 0ba0912cd..fd45aad04 100644 --- a/locale/tl/LC_MESSAGES/docs/user/legal.po +++ b/locale/tl/LC_MESSAGES/docs/user/legal.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/tl/LC_MESSAGES/docs/user/marketing.po b/locale/tl/LC_MESSAGES/docs/user/marketing.po index 787669a90..37db80e4e 100644 --- a/locale/tl/LC_MESSAGES/docs/user/marketing.po +++ b/locale/tl/LC_MESSAGES/docs/user/marketing.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Language-Team: Tagalog (https://app.transifex.com/dash/teams/37570/tl/)\n" "MIME-Version: 1.0\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po b/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po index 6c5b14e14..821c4ceac 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/index.po b/locale/vi/LC_MESSAGES/docs/user/developers/index.po index 5a727f01c..866639511 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po index f2668d6a2..8d604a3eb 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" "MIME-Version: 1.0\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po b/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po index d94bad24a..c3774541f 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/sporks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Kien Bui , 2023\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po b/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po index beea87f7c..95574ab42 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/developers/translating.po b/locale/vi/LC_MESSAGES/docs/user/developers/translating.po index c67943120..0c0f7e3d2 100644 --- a/locale/vi/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/vi/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/earning-spending.po b/locale/vi/LC_MESSAGES/docs/user/earning-spending.po index 01cc46789..1aed5b604 100644 --- a/locale/vi/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/vi/LC_MESSAGES/docs/user/earning-spending.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po index 5db081f4b..183b8755e 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/index.po b/locale/vi/LC_MESSAGES/docs/user/governance/index.po index 7bdbedb17..9ed8d9c34 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po b/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po index 29f748f78..e0636b1fe 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/governance/using.po b/locale/vi/LC_MESSAGES/docs/user/governance/using.po index 2d51cb55f..53c6df86b 100644 --- a/locale/vi/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/vi/LC_MESSAGES/docs/user/governance/using.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/index.po b/locale/vi/LC_MESSAGES/docs/user/index.po index a1b68c924..3a52b609a 100644 --- a/locale/vi/LC_MESSAGES/docs/user/index.po +++ b/locale/vi/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/about.po b/locale/vi/LC_MESSAGES/docs/user/introduction/about.po index 7978589e3..135dcd5b6 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/about.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 73cb2bbba..f7515b907 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po b/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po index da4509aee..d8ce71d75 100644 --- a/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/vi/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/legal.po b/locale/vi/LC_MESSAGES/docs/user/legal.po index 12d167f0d..67f61340e 100644 --- a/locale/vi/LC_MESSAGES/docs/user/legal.po +++ b/locale/vi/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/vi/LC_MESSAGES/docs/user/marketing.po b/locale/vi/LC_MESSAGES/docs/user/marketing.po index c0a64d9a2..acb1d1a1d 100644 --- a/locale/vi/LC_MESSAGES/docs/user/marketing.po +++ b/locale/vi/LC_MESSAGES/docs/user/marketing.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Kien Bui , 2022\n" "Language-Team: Vietnamese (https://app.transifex.com/dash/teams/37570/vi/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po index 3eb6b8b99..c28c28945 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/compiling.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po index 8fd7ca070..a6e77753e 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po index 91d23250c..ab6aa79e1 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: jmp2esp , 2023\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po index 1e4b83e4a..9cb9f44e5 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/sporks.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: Alex.ys , 2023\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po index 23b5fac70..44980ad9b 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/testnet.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po b/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po index 350406564..4d13d9a31 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po b/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po index c746ddf56..5c1427ff5 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/earning-spending.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po index 137e2bd06..34009f89b 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po index d9cd700b4..19290a62f 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po index 003c49b16..aaa6e3d45 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po b/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po index a52c9a7bf..fcf0f51fa 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/governance/using.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/index.po b/locale/zh_CN/LC_MESSAGES/docs/user/index.po index 3eac57df4..608fa2513 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/index.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po index ffd0314b6..ddb8815f4 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/about.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 5aa050ebb..4117b0060 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po index 7cbbf2301..387d903c2 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/introduction/safety.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: jmp2esp , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/legal.po b/locale/zh_CN/LC_MESSAGES/docs/user/legal.po index 2a85a0ae1..fe70096a5 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/legal.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/legal.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po b/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po index b6503d6ab..eb108feae 100644 --- a/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po +++ b/locale/zh_CN/LC_MESSAGES/docs/user/marketing.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Alex.ys , 2022\n" "Language-Team: Chinese (China) (https://app.transifex.com/dash/teams/37570/zh_CN/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po index 7ab2a5772..ef192bf80 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/compiling.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po index 4c98af150..5b72f0c61 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po index 9e58866ad..1a9561c6d 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/integration-sdks.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Last-Translator: William , 2023\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po index 054f5acfc..c2fecc97b 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/sporks.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2023-05-04 16:28+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po index ab22f0b72..b9aa5d32e 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/testnet.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po b/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po index 41c4f52ac..f79272dbc 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/developers/translating.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po b/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po index e7981e136..673c37b9b 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/earning-spending.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:52+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po index 9d09cdd2a..aea1aacfa 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/eight-steps.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po index bc5c2f261..f95fc8fb6 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/index.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" "MIME-Version: 1.0\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po index 7e5198b8b..5c3956aea 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/understanding.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po b/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po index a72311c44..60ee3aadb 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/governance/using.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/index.po b/locale/zh_TW/LC_MESSAGES/docs/user/index.po index d553377d3..1cc87c76a 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/index.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/index.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: Leon White , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po index 51113b6d1..ac69f465d 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/about.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po index 9960d3b33..d18e236ca 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/how-to-buy.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po index d317739f8..6307455ce 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/introduction/safety.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:55+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/legal.po b/locale/zh_TW/LC_MESSAGES/docs/user/legal.po index da65660f6..f0def11e6 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/legal.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/legal.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n" diff --git a/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po b/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po index fcb04c27e..35973b3d7 100644 --- a/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po +++ b/locale/zh_TW/LC_MESSAGES/docs/user/marketing.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Dash latest\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-23 15:49-0400\n" +"POT-Creation-Date: 2023-09-26 10:05-0400\n" "PO-Revision-Date: 2022-12-27 18:54+0000\n" "Last-Translator: William , 2022\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/dash/teams/37570/zh_TW/)\n"